[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: SQR default "-i" modification question



I strongly encourage keeping customer developed code separated from
delivered modules in a user path.  This not only facilitates easy
identification of newly developed modules, but it also allows for modified
delivered modules without having to rename them, or remember to store them
in an off system path.  Example is the stdhdg01.sqc, which is always
modified to reflect the company header.  Change it, save it to the user\sqr
directory and the original remains intact.  And with the search paths set
up correctly, it will find the correct one always.

The configuration manager is the correct place to change it for Process
Scheduler initiated jobs.  For jobs initiated from the SQRW icon (i.e.
development), you need to place it in the command line, or in an ini file
if you have newer versions of SQR that support the -ZIF parameter.

All modules have to be in the same place in the UNIX library for those
using UNIX servers, but the client side SQRs should be kept separated.

NOTE:  Apologies to the non-PeopleSoft folks here..though this is
about  SQR, it really only applies to PeopleSoft SQR users.

At 09:41 AM 11/11/99 -0500, you wrote:
>Dennis,
>         Why not keep your SQC's in the PeopleSoft delivered location and
>prefix your SQC with a standard recognizable series of characters that make
>them stand out from PeopleSoft SQC's ?
>You will be potentially creating yourself a maintenance problem by
>maintaining two directories.
>
>-----Original Message-----
>From: Dennis Palmer [mailto:dennis.palmer@FERGINC.COM]
>Sent: November 11, 1999 9:05 AM
>To: Multiple recipients of list SQR-USERS
>Subject: SQR default "-i" modification question
>
>
>  I want to modify the default report flags setting for the "-i" parameter
>from pointing to just
>  one directory as it does now to point to 2 directories.   I would like to
>change it for both
>  SQRW.EXE and for PeopleSoft.   I know that the string is in the
>Configuration
>  Manager/Process Scheduler tab and I can change it there, but where is the
>default kept ?
>  I would like the SQR processes to look for "#includes" in 2 directories.
>
>  I want to change it from "J:\hrms\hr750\sqr\"  to
>"J:\hrms\hr750\sqr\;J:\hrms\hr750\user\sqr"
>  (hard to see but there is a semi-colon there)  so that we can keep our home
>grown "sqc"s
>  separate from those delivered by PeopleSoft yet still make them accessible
>to everyone
>  without a lot hassle.   My environment is:
>
>           PeopleSoft 7.5.1
>           SQR 4.3.2
>           NT file server
>           Oracle 8.0.4
>           Windows 95 on the workstations
>
>  Any help would be appreciated.  Thank you.