Asset Suite / PassPort batch
| Forum | Topics | Posts | Last post |
Bitmaps used by PassPort go in the Portal/J gifs directory at ../portalj/webdocs/gifs. Within this directory you'll find PASSPORT.BMP and PASSPORT.gif. The file names are case sensitive, including the file extension (BMP and gif). Update these 2 files for an universal change.
To put an unique bitmap on the Purchase Orders, place the bitmap in the gifs directory. In Analyst Workbench open the .syr file, find the cross hatched field and open it. It should be TIG00544 BITMAP. Change the Bitmap value to an exact match of what's in the gif directory.
| 1 | 7 | by Anonymous |
Topics concerning interfacing with Microsoft Project
| 1 | 1 | by webmaster |
ppjobvars' SLIBDIR entry chains through the development region's slib directory, then the mslib directory for migration scripts, then the test region's slib directory and so on through the baseline directory.
PP batch parameter files
ppjobvars' BTCHPRM defines one specific region's batch parameter files directory. Enclose it in double quotes without using shell variables. BTCHPRM cannot be defined as a chain of directories because more directories are later tagged on.
| 1 | 3 | by Anonymous |
Most scripts invoke the korn shell on the very first line. Change this to: #!/bin/ksh -xv from: #!/bin/ksh. Standard output will be echoed.
| 0 | 0 | n/a |
Using dynamic Oracle SQL in a csm program.
| 1 | 1 | by webmaster |
|