Hi,
I have a project here to migrate some modules from Livelink 9.2 to Content Server 10. The both tools use Oracle as main RDBMS. But I have a customized table where it will receive some data from a MSSQL database. In the actual version (9.2), I use CAPI.AllocConnect() to gather the table and write it to the customized table. However, the same code doesn't work with CS10. I receive the following message:
E661979139:No Sql channel has been established. The required database
drivers are not available.
I believe there is necessary to install a MSSQL driver, or to setup the Content Server 10 to understand the MSSQL connection. Is there someone who can help me ?
Thanks.