Hello there
I wrote a program in VB6, which executes a VBS located on a server. This VBS creates a folder structure and distributes the necessary permitions for it.
On some workstations, everything works... but on other PCs, I get the error:
Error: The remote procedure call failed.
Code: 800706BE
This error happens at this line:
do until ie.readystate = 4 : wscript.sleep 10 : loop
(I show in IE, what the Script is doing atm)
Does anyone have any idea what's wrong?
Cheers
Simon
I wrote a program in VB6, which executes a VBS located on a server. This VBS creates a folder structure and distributes the necessary permitions for it.
On some workstations, everything works... but on other PCs, I get the error:
Error: The remote procedure call failed.
Code: 800706BE
This error happens at this line:
do until ie.readystate = 4 : wscript.sleep 10 : loop
(I show in IE, what the Script is doing atm)
Does anyone have any idea what's wrong?
Cheers
Simon