error "uv -admin -start"

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
n2q2n
Participant
Posts: 5
Joined: Fri May 19, 2006 3:13 am

error "uv -admin -start"

Post by n2q2n »

hello,

I stoped the serveur with
"uv -admin -stop"

10 min later , I wanted to start back the serveur and these errors appear:

sh: 0403-057 Syntax error at line 1 : `if' is not matched.
chmod:
/dstage/Ascential/DataStage/DSEngine/dstmp.060522.154718A: A file or directory in the path name does not exist.
A file or directory in the path name does not exist.
/dstage/Ascential/DataStage/DSEngine/sample/ds.rc[384]: /dstage/Ascential/DataStage/DSEngine/dstmp.060522.154718A: 0403-016 Cannot find or open the file.


Any ideas?

n2q2n
aditya
Charter Member
Charter Member
Posts: 41
Joined: Sat May 28, 2005 7:32 am

Post by aditya »

As the error suggest look for the presence of the ds.rc file in the path specified by the error message.

Also look for the file presence using the windows search utility. If the file is present in another location copy it back to the specified location and now restart your server

HTH
Aditya.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Perhaps Unix search utility. :wink:
What is the user id you use to stop and start. Issue may be with lack of permission. Try with dsadm.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
n2q2n
Participant
Posts: 5
Joined: Fri May 19, 2006 3:13 am

Post by n2q2n »

Ok thanks it was the file "dsenv" which was damaged.
Post Reply