Hi,
I am workiing on a DCT which access SQL server. I developed that using a local DB server. Now I want to integrate the DCT with Client DB server. I am able to connect the server with perl script. And also with the CGI callout from the DCT. But even if I am using the same connection string in the inline command of DCT, its throwing a error.
DBI connect('driver={SQL Server};Server=10.2.208.92;Database=Content;','InterwovenUser',...) failed: [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. (SQL-08001) [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). (SQL-01000)(DBD: db_login/SQLConnect err=-1) at
/iw-home/local/bin/Language_inline.ipl line 72 This inline was working fine with old string. And even the new string is working fine with the DB connection in DCT callouts.
Its bit urgent. Will appreciate if some one can help.
TS 6.5 SP2 on windows server 2003