Quote:
Originally Posted by Bodo
gerhard.hofmann wrote:
What is the annoying thing at the one-time service installation?
You can also remove the service (using "opingsvc remove <ProductName>") and start the iigcn and iigcc processes manually (e.g. using the "start" command with either /min or /b flag).
You also do not have to define vnode entries in advance, you can use a dynamic node definition in the ODBC connect string, e.g.:
"driver=Ingres;servertype=ingres;server=@myHostnam e,tcp_ip,II;uid=myUserName;pwd=myPassword;database =myDatabase"
|
I should have been more precise here. So here the things I find annoying:
#1: iigcc and iigcn must be started every time the workstation is booted, even if ODBC reporting is only done few times a month. In theory, user could run the ingstart.exe program only when needed, but I'm sure that is to complicated for typical user.
#2: sometimes Ingres variables get lost because of 0-byte symbol.tbl making the Ingres client unusable. OK, I must admit that problem seems to be only in old versions of the Ingres client...
#3: Ingres client becoming unusable because client hostname is changed. Not sure, that problem may have been solved with client > 2006, haven't actually tried
#4: adding Vnodes at a later time almost anytime will fail when the user is not identical with the user that installed the client. Error message, "user does not have privileges in config.dat..."
(and yes, I *know* how to fix the config.dat in such situations and I always hate it...)
Your hint with the (vnode-less) ODBC connect string sounds helpful, will try this.
Regards
Gerhard