Search found 594 matches

by rameshrr3
Thu Apr 03, 2008 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running the jobs in sequence and looping upto certain time
Replies: 4
Views: 1942

Create a job that writes dummy data to a file and schedule this at 6 AM. Use a wait for file trigger to stope the looping job( job #1 , placed in an integer loop in a job sequencer, have a large upper limit and small step size) once the file is detected.. you can force a job to stop running by conne...
by rameshrr3
Wed Aug 29, 2007 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Status code = -3 DSJE_BADPARAM
Replies: 2
Views: 5392

Hi Kris, Thanks for the responce. I did try that option, but resulted in the following error. [dsdev@xyz1]# /app/ascential/Ascential/DataStage/DSEngine/bin/dsjob -run -wait -param PROCESS_STATUS=Success -param $LOGFILE_DIR="/home/dsdev/datastage/temp/log/" Test_proj SeqXYZUploadProcess.11 ...
by rameshrr3
Tue Aug 28, 2007 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Status code = -3 DSJE_BADPARAM
Replies: 2
Views: 5392

Status code = -3 DSJE_BADPARAM

Hi, Im running the DS job sequencer through shell script with passing some parameters. When I pass a parameter which is not been defined in the DS administrator(off course defined in the sequencer parameter grid) ,it works fine. but if the same parameter is defined in the DS administrator then it fa...
by rameshrr3
Fri Aug 03, 2007 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hai
Replies: 3
Views: 1165

Nope it isn't japanese for 'oh-yes', its merely 'Hi' spelt incorrectly. :D
by rameshrr3
Wed Jul 11, 2007 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup stage
Replies: 14
Views: 7000

Alternatively , if you are using a modify stage and if your input column ( from SQL server) is defined as timestamp; you can define the following modify stage specification( stage-Properties-Options, -> specification) : output_col:string[20] = string_from_timestamp["%mm/%dd/%yyyy %hh:%nn:%ss&qu...
by rameshrr3
Tue Jul 03, 2007 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PWD environment variable error
Replies: 1
Views: 1117

Create an environment variable with name PWD in datastage -User defined variables and assign it the value ..

Value should be dot character .
by rameshrr3
Tue Jun 26, 2007 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't read field with XML Input stage
Replies: 4
Views: 2070

On a positive note im using certain Xpaths like the below in datastage XML input stage and they work fine. /ns1:sophis-config/ns1:application-config[@deployed="true" and @name="Transaction Loader" and @id="3"]/ns1:configvalue/ns1:participantid/@value Funnily such a comp...
by rameshrr3
Mon Jun 25, 2007 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't delete Job
Replies: 12
Views: 5832

You should be able to get more information on search . Especially on strings like '30107', 'JOB LOCKED' 'Design time information' etc.
by rameshrr3
Mon Jun 25, 2007 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't delete Job
Replies: 12
Views: 5832

Looks like the executable file for your job is de-linked with design time information?
You best option is to save the job under a different name, compile it and use it.
by rameshrr3
Mon Jun 25, 2007 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job to trucate tables
Replies: 14
Views: 5711

Alternatively : create a stored procedure that clears data in your tables. Create a job that has a stored proc stage, and and output link to capture the return code and proc message to a sequential file. Call this job first in your sequencer.
by rameshrr3
Mon Jun 25, 2007 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Speed of records processing is decreasing with the time
Replies: 6
Views: 1236

Are you looking up to the database directly? I mean , do you have a refernce link connecting to database directly? If so load the database lookup data to a hashed file and use the hashed file as a source for your refernce links and see if you have the same problem.
by rameshrr3
Thu Jun 21, 2007 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't read field with XML Input stage
Replies: 4
Views: 2070

Before i begin, im not familiar with DS 8.x. However some hints i can offer : What are the Xpath expressions that you have defined in the output of XML input stage? They should start with /BusinessEntity/Properties/Property Eg. If you want to access the value where xsi:type="CrmBooleanProperty&...
by rameshrr3
Thu Jun 21, 2007 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncating Log Messages from before/after shell commands
Replies: 2
Views: 1533

I have already made that suggestion. In our project we also have a seperate 'log file' ( in plain text) that we are generating, a brief summary of the whole sequncer run, along with short messages about all warnings and fatal errors generated in the jobs of that sequencer. The sys admins are familia...
by rameshrr3
Thu Jun 21, 2007 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncating Log Messages from before/after shell commands
Replies: 2
Views: 1533

Truncating Log Messages from before/after shell commands

Im having a peculiar problem. I have 2 different jobs that execute 2 different Unix executables. One of them is a perl script and the other is a ELF executable. Both are called as Before Job Subroutines via ExecSH. Whatever the perl script writes to stdout is captured in the datastage director log m...
by rameshrr3
Tue Jun 19, 2007 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email notification
Replies: 12
Views: 4394

in my machine I am running out of space
I just hope that you did not install blah.exe :wink: