Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Problems running Livelink 8.02 on NT Workstation
John_Rizzo_(fedinvestadmin_-_(deleted))
I am installing Livelink version 8.02 on my desktop in order for me to do some development work and am running into some problems with database connectivity. I was initially thinking that I might have a ODBC driver problem, but I can connect to our database using SQLPlus from my machine without a problem. When I examined the log file, I found that the Livelink application server is actually making a successful connection to the database (It run the sql statement select * from KDual successfully) but after the function KSqlOCI::CacheAdd() is run, everything seems to fall apart in terms of database connectivity. When the function KSqlCursor::Open(2000,'select * from KIni where IniSection = 'Livelink.VersionInfo' and IniKeyword = 'DatabaseVersion''is run, the error message is "Could not prepare cursor". Have any of you come across this problem before?
Find more posts tagged with
Comments
John_Rizzo_(fedinvestadmin_-_(deleted))
Just a follow-up note... This problem had to do with the path to Oracle being in my user path and not my system path. Since the Livelink service is running as system, it did not have access to SQLNet and was failing. As soon as I updated the system path and rebooted, Livelink ran just fine.