Hi,
I almost find no information how to set up a SQL Server connection using ODBC on a unix platform.
This is what I get when I try to refresh my crystal report on my BO Server (4.1):
"The viewer could not process an event. Error in file XXX.rpt:
Error loading database information"
.) is the port number really separated from the server by comma? (http://help.sap.com/businessobject/product_guides/boexir4/en/xi4sp10_data_acs_en.pdf)
.) where is the right place to speficy the SQL Server isntance name (SQLInstanceA in this case)? I didn't find any information about that?
[MYDB]
Driver=/opt/BOBJ/xir4/sap_bobj/enterprise_xi40/aix_rs6000/odbc/lib/CRsqls24.so
(for 64bit: Driver=/opt/BOBJ/xir4/sap_bobj/enterprise_xi40/aix_rs6000_64/odbc/lib/CRsqls24.so)
Description=MYDB
HostName=100.10.10.10,1433\SQLInstanceA
Database=MYDB
QuotedId=Yes
AnsiNPW=No
LogonID=ABC
Password=abc123
Thanks!