Ingres II 2.5 has been installed under user 'ingres'.
In Visual DBA, I can connect to the default vnode (local) and create databases, tables etc. But having created another vnode (localhost) as required for the Application Server stuff, I can't connect to that vnode - all attempts (whether as user 'ingres' or any other user) throw up the error :
"E_LQ002E The 'set session isolation level se' query
has been issued outside of a DBMS session"
Has anybody any idea as to why this error should occur, please ?
Thanks.
Ray
You are getting the error because the connection via the vnode has failed.
The error occurs because you cannot connect, rather than being the reason
why you cannot connect..
You need to investigate why your localhost connection is not working. Does
it work if you connect to 192.0.0.1 in place of localhost?
Paul
Er.. 127...