Forum: [VBP] General Discussion
11-09-2006, 11:23 AM
|
Replies: 5
Views: 14,132
Let me clarify
I have a bat file on my local server (A) that executes a bat file remotely on another server (B). The A.bat file’s content is:
psexec \\oracle1 -u <UserName> -p <Password> -w d:\beingbackedup\ ...
|
Forum: [VBP] General Discussion
11-09-2006, 11:04 AM
|
Replies: 5
Views: 14,132
Install info
Visual Build Professional 6.2
Registered to: Entriq Corporation (2-computer license)
Windows Version: 5.2.3790.1.0
Install path: C:\Program Files\VisBuildPro6
SftTree_IX86_U_50.dll version 5.05...
|
Forum: [VBP] General Discussion
11-08-2006, 03:08 PM
|
Replies: 5
Views: 14,132
.bat file will not completely execute
I have a bat file that will backup several Oracle schemas. When I run the bat file from the command line it works fine. However, when I run the bat file from VisualBuild it returns after the first...
|
Forum: [VBP] General Discussion
07-21-2006, 12:50 PM
|
Replies: 1
Views: 9,505
Calling a Global Sub call from a Project Sub call
I have a Global Subroutine call that logs information. I have set up a project subroutine to run Nunit. From the Project Subroutine call when Nunit is run I call the global subroutine to log the out...
|
Forum: [VBP] General Discussion
06-21-2006, 05:01 PM
|
Replies: 1
Views: 8,551
D'Oh
Just remove the \\ from the server name and all is well.
|
Forum: [VBP] General Discussion
06-21-2006, 04:26 PM
|
Replies: 1
Views: 8,551
IIS Virtual Dir
I am trying to create a V-dir on a my build server. I am using the IIS Virtual Dir step. I get the error message "Error in Action (JScript) script code Line 21, Column 2"
I have it set up with...
|