1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version = "1.0"?>
- <DataSources>
- .
-
- <DataSource
- cube_server_instance="DS1" desc="Test DSN 1"
- server="localhost" port="9100"
- uid="db2admin" pwd="db2_4you" xmla_http_port="5052"
- />
- <DataSource
- cube_server_instance="DS2" desc="Test DSN 2"
- server="localhost"
- port = "9040"
- uid="averyw" pwd="password" xmla_http_port="5052"
- />
- <DataSource
- cube_server_instance="DS3" desc="Test DSN 3"
- server="localhost"
- port = "5645"
- uid="logu2" pwd="no-password" xmla_http_port="5052"
- />
- </DataSources>
|