RDKINSTALL WON'T WORK IF MULTIPLE USERs LOGGED IN (OpenInsight 32-Bit)
At 03 JUN 2002 08:08:49PM Ray Chan wrote:
To RTI, PatM, or whomever,
I think this was fixed back in 3.7.xx. and was not a problem in OI16. Do a search on RDKINSTALL you will see.
This was driving me crazy as I have been trying to apply an RDK without success in OI32. If you do an RDKINSTALL in OI32 and more than one user is logged in, RDKINSTALL will not work. As soon as everyone is logged off, RDKINSTALL works!
Will this be fixed in OI32.
Thanks,
Ray
At 04 JUN 2002 06:03AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
The line of code that causes this is in RDKMODULEINSTALL on line 107,
if RdkInstallInit(TRUE$) elseIf you comment this out, then the RDK will install with users logged in. However, if you are installing on an runtime engine, then any restrictions impossed by the runtime engine will still be enforced, which could cause problems with the upgrade. Also, if the install attempts to change any shated files at the OS level, they could fail.
At 04 JUN 2002 06:53AM Ray Chan wrote:
Mr. Sprezz,
If you comment this out, then the RDK will install with users logged in.
Are you saying that this has always been the case? I don't remember seeing this problem in OI16 . Well I be darn. It must have just been coincidence that when I have previously run RDK's that no one was logged in. (Talk about clueless)
Well I try to stop being so helpful. Until next time,
Ray
Thanks for the info. Glad to learn something new everyday. Plus, I didn't know about RDKINSTALLMODULE.
At 05 JUN 2002 05:51AM Richard Bright wrote:
Ray,
Have a good look at the RDKMODULEINSTALL and also the RDKDEPLOY_EQUATES - has implications for what appears in the SYSUPGRADE table, and the %PROCESS% record of that table. With this knowledge you can have full control over the install process.
Richard Bright