I have CMS Data base on Oracle 10 g , BO XI r2 on Sloaris and i have universes on Oracle and Sybase . I have configured EnvironmentVariables durinng installation. DO i need to configure Sybase Environment variables and i am using an odbc connection from client machine. what are the steps to be followed to configure ODBC drivers for sybase on Solaris?
If I follow your question correctly you do not need ODBC on the Solaris server, just the OpenClient software.
How you connect to the database your universe reports off of can be different from how your server connects. The client could use ODBC or OpenClient to connect.
My question is if i create a universe on Sybase and export it to repository. Do i have to configure any connection parameters on server for the universe which is created on Sybase? I can connect to sybase from a client machine using ODBC drivers.
Is this Sybase ASE? The only supported data connector is Sybase Open Client.
Sybase Open Client has to be installed on your application server and you need to be sure the Sybase server is configured correctly in the sql.ini file on the application server. This is Sybase stuff, not BOE stuff.
Once that’s done, you should be able to use the Sybase ASE – Open Client connection selection in BOE for your universe.
I think if you absolutely want to use ODBC, you can use the Generic ODBC connection selection. Yuck…I think that’s a lot slower.
We have Sybase ASA for new data instance? Can i use Sybase Open Client to connect to the Universe and run reports off it
CMS Data base is on Oracle 10 g , BO XI r2 on Sloaris and i have universes on Oracle and Sybase . How can i connect to Sybase ASA?
Adaptive Server Anywhere (ASA) is another name for Sybase IQ. Install the IQ client drivers on the Solaris box, and then insert an entry into your odbc.ini file.
“Also, copy the .odbc.ini file to the crystalreports installation area using the following command” Do you mean where BO XIR2 was installed and after this is Configured Do i need to use ODBC drivers in Designer??
My instructions are particular to Crystal Reports Server XI R2 which is what we use. The reports (.rpt) will use this ODBC connection. I dont know of any other connection that will work with IQ.
In this snippet does it assume that Sybase is installed on the same machine where BO is installed. If Sybase is installed on another machine what are the steps to be followed?