Hi
We are in the process of migrating the reports and objects from XIR2 system to BO 4.0 SP7 Patch 4 system. For some Web I reports that we have migrated, we have used the function 'Connection(dp)'. We can see that this function returns a different data in XI R2 and BO 4.0 systems.
In XIR2 the function returns the following data
10;OracleOCI9;Oracle1097;VERSION=7;USER='USERNAME';PASSWORD=;DBTYPE=Relational;DATABASE=XXXX;238;VERSION=6;Name='CONNECTION NAME';Shared=4;LoginTimeout=600;Timeout=600;Pool Time=10;Array Fetch Size=250;Array Bind Size=32767;RecommendedLenTransfert=32000;Password_Encryption=0;AliasTable=;MeasureDimension=;Hint=;ConnectInit=;ArrayFetch=1;
In BO 4.0 system the function returns the following data
DB Layer: "Oracle OCI". DB Type: "Oracle 10".
Can you help us in obtaining the same data to be returned in BO 4.0 system as well ?
Also I was trying to obtain the web-i function for the universe connection name. Is there any web-i function where we can obtain this information directly?
Thank You.