Search found 25 matches

by samp
Tue Jun 17, 2008 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Treat same files
Replies: 8
Views: 4629

Re: Treat same files

Hello samp, ...(My company has not the job sequence activated) It is not possible to disable use of job sequences in DataStage and this looks like a perfect use for this type ... by "disable" i mean, we're in xp sp2 and the pop up doesn't work on a job sequence... my company has not got t...
by samp
Tue Jun 17, 2008 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Treat same files
Replies: 8
Views: 4629

I Guess u can have a regular expression to do that job. While reading from the source directory. Read it as <PATH>/*.bad. no i tried. i think it is possible with filter command in the sequential input but i can't achieve it ! i don't know what i should put in the filname text box as i have put &quo...
by samp
Tue Jun 17, 2008 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Treat same files
Replies: 8
Views: 4629

Treat same files

Hi, i would like to treat all ".bad" files located in a repository. all my files have the terminaison ".bad" and i wish to treat all of them one by one using the same job. like *.bad files ---> transformer ---> append in file. which stage can i use in a server job? (My company ha...
by samp
Thu Jun 12, 2008 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: verify file format before run
Replies: 1
Views: 1204

verify file format before run

Hi, i would like to test if my sequential file in source (csv separated ;) is good before run job. i explain. i would like to check if all my columns have got datas. my goal is to isolate if it is possible the bad line (ex: wrong date) before running the job in order to eliminate the potential abort...
by samp
Fri Apr 25, 2008 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: in routine: utilities of <>
Replies: 1
Views: 1026

in routine: utilities of <>

hi, working on ds7.5, unix environment i've got a pb. i don't understand this part of my routine: ------------------- Seq = "" Rep="" ***define Rep<-1>="NameofJob" : @VM: "nameofdirectory" seq<-1>=resultofaroutine1. -------------------- the @VM corresponds to ...
by samp
Tue Jun 26, 2007 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't delete Job
Replies: 12
Views: 5831

At least i have found a way to delete my job. 1 - Open datastage Administrator and, in your project, open command window. 2 - execute the following SQL : DELETE FROM DS_JOBS WHERE NAME = 'JobName' 3 - Execute at least the DS.CHECKER command . It will find some files previously attached to yout job :...
by samp
Tue Jun 26, 2007 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't delete Job
Replies: 12
Views: 5831

This is my output. COMO DSR_CHECKER established 15:52:13 25 JUN 2007 ********************************************************************** Checking job files ********************************************************************** *** Processing: DS_JOBS... Number of jobs found: 596 *** Processing jo...
by samp
Mon Jun 25, 2007 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't delete Job
Replies: 12
Views: 5831

i try a DS.CHEKER, but same result. same error. if i try to compile the job : i obtain the error : Error calling subroutine: DSR_EXECJOB (Action=1); check DataStage is set up correctly in project ETUDES (Subroutine failed to complete successfully (30107)) + (40503) A call to an OLE server has failed...
by samp
Mon Jun 25, 2007 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't delete Job
Replies: 12
Views: 5831

i stop and start the ds server, and the server itseft... it hasn't solve the problem...
by samp
Mon Jun 25, 2007 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't delete Job
Replies: 12
Views: 5831

i do that, i have copied and renamed my job in order to use it. it works.
but now i would like to delete the wrong one, and i can't.
it's not clean .

is there a way to re-link the executable file ?
by samp
Mon Jun 25, 2007 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't delete Job
Replies: 12
Views: 5831

Can't delete Job

Hello, when i would like to delete a job, i have the message : "Error calling subroutine: DSR_EXECJOB (Action=1); check DataStage is set up correctly in project ETUDES (Subroutine failed to complete successfully (30107))" first , i thunk that my job was locked, but i could edit it !, trans...
by samp
Wed Oct 19, 2005 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read the line before
Replies: 5
Views: 1676

Can you not do 2 lookups and performthe IF 0 logic in the transform stage?" which means ?? i always must replace the zero value by the last non-zero value ... it seems simple, but stage variable just keep in memory the value of the previous row ... that's why i put in a hash file all my non-ze...
by samp
Wed Oct 19, 2005 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read the line before
Replies: 5
Views: 1676

ok, but the problem is a little bit hard. i have one hash file that contain a date and a value associate to this date. this value is different from 0. ex: date1 | val ----------------------- 01/01/04 | 25 08/01/04 | 26 29/01/04 | 32 the reference link contains all datas (values could be equal to 0)....
by samp
Wed Oct 19, 2005 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read the line before
Replies: 5
Views: 1676

read the line before

hi, i would like to know if it's possible to replace a value by the value on the line before. I think it is possible in a transformer but i'm not sure. i explain . i have this kind of file : week value 1 25 2 0 3 56 and i want to replace the 0 by 25. 1 25 2 25 3 56 thanks
by samp
Fri Aug 13, 2004 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Real part of a file in a routine
Replies: 3
Views: 1477

I know that datastage is not a reporting tool. my question was not to construct intervals but finding a way in datastage (using routine or other things) to generate a file wich indicates the number of simultaneous connections . my first idea was to create a routine and test for each line all the oth...