E. Crane Computing Support Forum

Providing support for all E. Crane Computing products, including POWERGEN, PBSERVICE, HARPB, VERSIONEDIT, PBLRESCUE, and PBLEXPLORER.

You are not logged in.

#1 2006-01-19 06:27:35

dwinex
Guest

Re: VSS Synchronization Setup

Hi,

I'm new also to PowerGen. We are using PowerGen 6.0.0.21 for PB 10,  Powerbuilder 10.2.1 Build 9004 and MS VSS 6.0d Build 9848.

I'm having a problem in synchronizing. I don't know If I missed out some configuration in PowerGen or my batch file is wrong. I downloaded the sample batch file from your page and I followed the steps and apply it according to our requirements. Building from PowerGen is ok. Synchronizing objects from VSS in PB is also ok. My only problem is the synchronization from VSS prior to Build using PowerGen in a batch file.

Any kind of help will be appreciated. Thanks.

Below is my batch file:

ECHO OFF
ECHO You are about to build the DAILY PAYWin Deployment.
Rem

rem Echo Copying Source Library
XCOPY /y /s W:\Suite030\Devt\Paywin\Daily\*.pbl D:\CustBuild\PAYWin\Q1

set ssdir=W:\Suite030\Devt\vss\CS
set ssuser=juan delacruz
rem
rem how to supply password?
rem

SET PATH=C:\Program Files\Microsoft Visual Studio\VSS\win32;%PATH%

SS.EXE Get $/2006/PAYWin -I-
rem
rem project path in VSS is $/2006/PAYWin/Q1
rem pbl is located in D:\CustBuild\PAYWin\Q1
rem PB is connecting to VSS project $/2006/PAYWin
rem

rem Echo Synchronize Application
Start /Wait /Min Pwrgn10.exe /J=D:\CustBuild\PAYWin\PayWin.gen /PBG /A=(What should I put here?)

Echo Building Source Library
Start /Wait PwrGn10.exe /A=D:\CustBuild\PAYWin\PayWin.gen

Echo Moving Deployment Library to Testing
rem XCOPY /y /s D:\CustBuild\PAYWin\Q1\Engine\*.pbd X:\Testing\PAYWin\2006Q1Daily
rem MOVE /y D:\CustBuild\PAYWin\Q1\*.pbd X:\Testing\PAYWin\2006Q1Daily

Echo Customer Build Completed
:END

#2 2006-01-25 16:15:51

Phil
Guest

Re: VSS Synchronization Setup

The batch file looks like it follows a good process.

What kind of problems/ errors are you getting when you try Synchronizing with PowerGen?  Can you send PowerGen's output log (powergen.log, by default)?

Regards,

Phil

#3 2006-01-25 16:21:34

Phil
Guest

Re: VSS Synchronization Setup

I also noticed you are not running the latest release, 6.0.0.28.  If you are using Unicode characters, you'll need that release.

Regards,

Phil

#4 2006-04-26 03:30:05

dwinex
Guest

Re: VSS Synchronization Setup

Hi Phil,

It's been a while that I haven't visited this forum. Only today, because I realize that we need a latest update of PowerGen due to our upgrade to PB10.5.

Anyway, with regards to VSS, I've set aside this issue first. I do manual sync for the meantime prior to runnint PowerGen due to time constraint. I'll look into this again in the next few days once I established the PowerGen for PB10.5.

Thanks.

Edwin

Board footer