I get the following error trying to connect to an Oracle model using the Cloud Service:
Cloud Services: Server Error - There is no database manager configured for the requested repository
The cloud service was installed with all defaults. Using the Cloud Services Configuration Client, I am able to create a database connection from the cloud server to the database. It is an Oracle database connection using the Oracle Provider for OLEDB.
From EA, I use these values when connecting to CLoud:
Name: Whatever name
URL:
http://HTTP://servername:804Model Name:

For the Model Name I cannot for the life of me figure out a name that matches the configuration on the database manager. The info in the Cloud Services.rft file is vague on the details of this parameter, which I suspect is what is giving me the problem.
The connection string to the db is:
Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=ea_aandc;Data Source=cotsdev
The Database Manager entry is:
oraoledb.oracle.1:ea_aandc@cotsdev
The connection string from EA is:
AANDC --- ;Connect=Cloud=protocol:http,address:servername,port:804;Data Source=ea_aandc;DSN=ea_aandc;
Anyone have insights?