Search found 6 matches

by rohit1231
Fri Dec 10, 2010 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: the primary key, unique constraint or unique index
Replies: 4
Views: 5415

Is this the exact message from the DataStage Log File that you've shared :?: Just curious as I've always had DataStage returning the data record on unique constraint violation errors in the log file :) In addition to this, what is the unique constraint (being violated) definition on the database obj...
by rohit1231
Fri Dec 10, 2010 2:25 pm
Forum: General
Topic: How to run a SQL in JOB control
Replies: 9
Views: 4961

What is your actual requirement :? and why would the sql file not work for you :?:

Just curious as there may be a better way based on your requirement :!:
by rohit1231
Fri Dec 10, 2010 1:44 pm
Forum: General
Topic: How to run a SQL in JOB control
Replies: 9
Views: 4961

Try this:
[code]
Call DSExecute("UNIX", $ORALE_HOME/../sqlplus/$COMMAND , Result, ReturnCode)
[/code]
by rohit1231
Mon Apr 05, 2010 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem Running SSH2 on Windows Datastage server
Replies: 7
Views: 4778

Re: Problem Running SSH2 on Windows Datastage server

Not sure if I understand this correctly :? , you would like to submit a batch script on some remote WIN server (SERVER 2) through the DataStage Engine, again on a WIN box, which is on a different machine (SERVER 1) :?: Does the ssh2 command successfully initiate this batch script on SERVER 2 when su...
by rohit1231
Tue Jun 05, 2007 12:35 pm
Forum: General
Topic: Unable to view the job activity properties in a seq
Replies: 1
Views: 1341

Unable to view the job activity properties in a seq

Hi All, I got my hands on a new machine with XP on it :) , installed DS 7.1 client and connected to a remote UNIX DS server 8) . The issue is, I am unable to view the conditional triggers which have been established in between the different job activities in the sequences. :roll: :arrow: Any inputs ...
by rohit1231
Fri May 25, 2007 9:31 am
Forum: General
Topic: Jobs get timed out
Replies: 2
Views: 1701

Jobs get timed out

Hi guyz, I encountered a strange issue with a Sequence. The sequence was supposed to trigger a job and then based on the success/failure of the job, a second job activity was to be triggerred. The strange part was that the first job never got triggerred but its status was reflected as finished OK in...