Missing StringID

Archive of postings to DataStageUsers@Oliver.com. This forum intended only as a reference and cannot be posted to.

Moderators: chulett, rschirm

Locked
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

Can you expand your command, to see that all environment variables are correctly resolved into a valid dsjob command? For example:
echo $DSJ -server $SERVER -user $USER -password $PASSWORD -run -jobstatus $PARAM $PROJ $JOB > $LOGOUT 2> $LOGERR

Also, make sure that the arguments are in the correct order, as specified in the dsjob syntax (enter "dsjob -run" by itself on the command line, or refer to the manual).

--
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

Looks like you are missing a value for PROJ_INTEGRITY.

-craig


Gisela Marques wrote on 05/05/2003
08:39:04 AM:

> /usr/Ardent/DataStage/DSEngine/bin/dsjob -run -jobstatus -param
> DSN_SINC=migprod -param USER_SIDQM=idqm -param PASS_SIDQM=iiddqq -
> param USER_SIDQ=idq -param PASS_SIDQ=idq -param
> USER_SBDNCONS=bdn_cons -param PASS_SBDNCONS=new_cons -param
> DSN_IDQ=migprod -param USER_LVIDQ=lvidq -param PASS_LVIDQ=new_lv -
> param DIR_TMP=/temp -param DIR_DAT=/dat -param DIR_CTL=/ctl -param
> DIR_LOG=/log -param DIR_HSF=/hsf -param PLATAFORMA= -param
> DIR_PROJ=/app/tst/idq1/SINC -param INTEGRITY=/INTEGRITY -param
> PROJ_INTEGRITY= -param DATA_INTEGRITY=/Data -param MailTo=gisela.c.
> marques@seg-social.pt -param DSN_AT=migprod -param USER_AT=idqm -
> param PASS_AT=iiddqq -param DsDir=/usr/Ardent/DataStage -param
> DsProj=Test_SINC Test_SINC CNsSaSinc0
>
> the last fields are Project name and Sequence job
> Ray Wurlod wrote:Can you expand your command, to
> see that all environment variables are correctly resolved into a
> valid dsjob command? For example:
> echo $DSJ -server $SERVER -user $USER -password $PASSWORD -run -
> jobstatus $PARAM $PROJ $JOB > $LOGOUT 2> $LOGERR
>
> Also, make sure that the arguments are in the correct order, as
> specified in the dsjob syntax (enter "dsjob -run" by itself on the
> command line, or refer to the manual).
>
Locked