OK, I am no scripting king, but I know when something doesn't make
sense. I have one Citrix server out of four that generates an
800A0046 errors on the CreateObject launching the login script. So I
created a simple script that has objFSO defined:

'On Error Resume Next
Dim objFSO
Set objFSO = CreateObject("Scripting.FileSystemObject")
MsgBox "Hello World"
Set objFSO = nothing

When executed from the suspect citrix server as a testuser with basic
domain user rights, I get Permission denied: 'CreateObject'. Now just
to make sure it wasn't a local rights issue for filer permissions, I
granted the testuser local admin permissions to the server and I get
the same thing. I did install SP6 for for vb 6.0 and that didn't
help.

Got any ideas?

Thanks
Kevin