Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   Run Script Step and Call (https://www.kinook.com/Forum/showthread.php?t=3291)

modernrocketry 12-05-2007 06:17 PM

Run Script Step and Call
 
Using version 5.7
I have a "Run Script" step that works fine outside of Visual Build Pro, but not within.

The failure is on the line "Call objVirtualServer.CreateVirtualMachine("APP_%BUILDNUM%", VMFolderPath)

What am I doing wrong?

Full script as follows
Builder.LogMessage "BEGIN: Create the Virtual PC"
VMFolderPath = "%VIRTPCDIR%\%BUILDNUM%"
Builder.LogMessage "The Virtual PC location is: %VIRTPCDIR%\%BUILDNUM%"
Set objVirtualServer = CreateObject("VirtualServer.Application")

Set objShell = CreateObject("Wscript.Shell")
objShell.CurrentDirectory = "%VIRTPCDIR%\%BUILDNUM%"
Builder.LogMessage "The current directory is: "+objShell.CurrentDirectory

'Create a new VM
Builder.LogMessage "The Virtual PC name is: JMPS_%BUILDNUM%"
Call objVirtualServer.CreateVirtualMachine("JMPS_%BUILDNUM%", VMFolderPath)
Set objVirtualMachine = objVirtualServer.FindVirtualMachine("JMPS_%BUILDNUM%")

Builder.LogMessage "END: Create the Virtual PC"

kinook 12-06-2007 06:36 AM

You didn't indicate what the error is, but here's one possibility: http://www.kinook.com/Forum/showthre...?threadid=1104


All times are GMT -5. The time now is 03:09 AM.


Copyright © 1999-2023 Kinook Software, Inc.