Perl is using the cmd in c:\windows\sysWOW64\ and that cmd doesn't seem to have cmdlib working. Can anyone help? Any suggestions for a work around?
c:>iisvdir.vbs /create w3svc/1/root maxima11 D:\inetpub\virtual\maxima11\wwwroot
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Could not create an instance of the CmdLib object.
Please register the Microsoft.CmdLib component.
Creating FTP IIS Instance
c:>iisftpdr /create msftpsvc/1/ROOT maxima11 D:\inetpub\virtual\maxima11
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Could not create an instance of the CmdLib object.
Please register the Microsoft.CmdLib component.
c:>C:\Inetpub\Adminscripts\adsutil SET msftpsvc/1/ROOT/maxima11/AccessWrite "True"
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
The path requested could not be found.
ErrNumber: -2147024893 (0x80070003)
Error Trying To Get the Object: msftpsvc/1/ROOT/maxima11
Can't spawn "cmd.exe": No such file or directory at C:\Inetpub\rodopi-event-handler\rodopi-win-proc.pl line 60.
Kanien
104 Posts
IIS site creation with Perl on w2k3 64bit errors
Mar 10, 2008 07:05 PM|LINK
Perl is using the cmd in c:\windows\sysWOW64\ and that cmd doesn't seem to have cmdlib working. Can anyone help? Any suggestions for a work around?
c:>iisvdir.vbs /create w3svc/1/root maxima11 D:\inetpub\virtual\maxima11\wwwroot
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Could not create an instance of the CmdLib object.
Please register the Microsoft.CmdLib component.
Creating FTP IIS Instance
c:>iisftpdr /create msftpsvc/1/ROOT maxima11 D:\inetpub\virtual\maxima11
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Could not create an instance of the CmdLib object.
Please register the Microsoft.CmdLib component.
c:>C:\Inetpub\Adminscripts\adsutil SET msftpsvc/1/ROOT/maxima11/AccessWrite "True"
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
The path requested could not be found.
ErrNumber: -2147024893 (0x80070003)
Error Trying To Get the Object: msftpsvc/1/ROOT/maxima11
Can't spawn "cmd.exe": No such file or directory at C:\Inetpub\rodopi-event-handler\rodopi-win-proc.pl line 60.
thomad
552 Posts
Re: IIS site creation with Perl on w2k3 64bit errors
Mar 11, 2008 06:23 AM|LINK
Can you try to regsvr32 cmdlib.wsf using the 32-Bit cmd shell?
Group Program Manager
Internet Information Services
Microsoft Corp.
Kanien
104 Posts
Re: IIS site creation with Perl on w2k3 64bit errors
Mar 11, 2008 07:04 AM|LINK
I am now getting could not create instance of the IISScriptHelper Object.
C:\WINDOWS\SysWOW64>iisweb
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Could not create an instance of the IIsScriptHelper object.
Please register the Microsoft.IIsScriptHelper component.
thomad
552 Posts
Re: IIS site creation with Perl on w2k3 64bit errors
Mar 11, 2008 07:10 AM|LINK
I don't have a W2K3 box available right now, but I thought the scripthelper component is in Iisschlp.wsc. Can you and regsvr32 iisschlp.wsc?
Hope this helps.
Group Program Manager
Internet Information Services
Microsoft Corp.
ganeshanekar
551 Posts
Re: IIS site creation with Perl on w2k3 64bit errors
Mar 11, 2008 07:11 AM|LINK
Please copy the "%WINDIR%\system32\Iisschlp.wsc" file to C:\WINDOWS\SysWOW64 folder.
Then Run regsvr32 Iisschlp.wsc
HTH.
~ Ganesh