Help...
We are receiving an error in the startup macro (that simply assigns the scheme to the session). There have not been any changes but all of a sudden, there are now problems with this macro. We load 4 sessions on the desktop, and this only failes in one session and it is always on the
Sess0.HotSpotScheme = "c\program files\e!pc\schemes\tom.ehs"
Session0 was previously defined as:
Dim Sess0 as Object
Set Sess0 = System.ActiveSession
... and we even check to verify that it has an active session.
The strange thing is everything sits on our d drive (all the macros/files/sessions).... and when we change the above line it errors out every time we try to use it in a batch file. This was changed years ago and this startup macro was never changed. So if we leave it with the c drive reference (even though there is no files on the c drive in that file) it runs w/out problems except about 1 every 150 times, and only when it is done via login script. If the sessioins are opened manually then we don't have any problems.
Please let me know if anyone has any possible solutions. I can paste the code in, but in effect that is all it is doing. Please advise.
We are receiving an error in the startup macro (that simply assigns the scheme to the session). There have not been any changes but all of a sudden, there are now problems with this macro. We load 4 sessions on the desktop, and this only failes in one session and it is always on the
Sess0.HotSpotScheme = "c\program files\e!pc\schemes\tom.ehs"
Session0 was previously defined as:
Dim Sess0 as Object
Set Sess0 = System.ActiveSession
... and we even check to verify that it has an active session.
The strange thing is everything sits on our d drive (all the macros/files/sessions).... and when we change the above line it errors out every time we try to use it in a batch file. This was changed years ago and this startup macro was never changed. So if we leave it with the c drive reference (even though there is no files on the c drive in that file) it runs w/out problems except about 1 every 150 times, and only when it is done via login script. If the sessioins are opened manually then we don't have any problems.
Please let me know if anyone has any possible solutions. I can paste the code in, but in effect that is all it is doing. Please advise.