Hi,
Need help as I am running out of ideas. I have Installed the JDBC-Connector and followed all instrauctions but still get a licence error.
Situation Detail:
ERPLN on Windows Server Porting set 8,6
SLM on separate Server with (among others) following valid licences:
- 7043 Adapter 2.7 for Baan DB (server)
- 7046 Enterprise Server-ODBC-library Integration (server)
- 7056 Adapter 2.7 for ERPLN (server)
SLM Client is also Installed on local PC, SLMClientTest passes ok!
Test1: Query with non existent table
> java com.ssa.jdbc.TestQuery localprocess "select * from dbtst120"
gives com.ssa.jdbc.JDBCSQLException: Error preparing statement, Unknown table 'dbtst120'
Meaning the JDBC-Driver has gotten the RDD Info !!!
Test 2: Query with existing table
> java com.ssa.jdbc.TestQuery localprocess "select * from tcmcs001"
gives: com.ssa.jdbc.JDBCSQLException: Error, Execute Statement with statementID='1' : License error
Any Help ist much appreciated!!
PS: I have also trouble running Application Studio and I suspect these Problems could have the same source
