I have installed Vmware teradata player TDExpress14.10_Sles11_40GB on Ubuntu. I am getting “DBS state is 7: System is operational without PEs – Sessions are not allowed” when using “pdestate -a”; I found some solutions related with vproc manager like; http://teradata-suresh.blogspot.com/2011/02/when-you-may-get-10065-wsa-e-host.html But they are windows based. I don’t know how to start vprocmanager in linux wm. Answer the vprocmanager is a
Tag: teradata
ODBC Error Connecting Teradata
I have installed Teradata ODBC driver on Debian via alien. Dependencies checked via ldd and are fufiled.. But when attempting to connect to the DB I am getting following errors (with Debug) Any idea how to get rid of those errors? It seems to be a root cause of failing connections Architecture X64 OS Debian 7 Driver version 16.00 same
Teradata and JDBC driver – classnotfoundexception …but its there?
Trying to work with a JDBC connection to Teradata. I’ve loaded the tdgssconfig.jar and terajdbc4.jar file and adding them to the classpath with javac when I compile in Linux. But I still get a ClassnotFoundException when trying to compile. I’ve not worked with java in a while, but I’ve scoured the net and it looks like it should work. Simple