Import structure from Microsoft SQL Server or Oracle tables
The [WebServer] section of the .adb file is required for all users loading structure from database tables or views. This section is added to the .adb file when a database is created.
[WebServer]
Url=http://myserver:90
Datasource=Ctrain
The URL setting specifies the machine on which the CPM Server software is installed. The Datasource setting is the name of the XMLA relational data source that is defined on the server machine. Update these settings if necessary.
If you are upgrading from a 10.1.x version, you can remove the
[WebConnection]
section as it is no longer needed.