Search found 42189 matches

by chulett
Wed Dec 17, 2008 7:53 am
Forum: DSXchange Testimonials
Topic: time to say good bye for me
Replies: 4
Views: 11499

All the best, Wolfgang!
by chulett
Tue Dec 16, 2008 7:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copy file From Unix to Windows
Replies: 6
Views: 2966

In other words, the same scheduler that DataStage would leverage. You could script the whole process and schedule it through cron, or if you're more comfortable with DataStage, use a Sequence job to run the file transfer then check and do the notification if there are problems.
by chulett
Tue Dec 16, 2008 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After-Job subroutine behavior
Replies: 1
Views: 1201

Does the job (which includes the 'after job' logic) show that it completed when it triggers the downstream job? Or are you literally saying the job still shows a 'Running' status when the second job gets kicked off? Perhaps the sqlplus session itself is returning control to DataStage right after it ...
by chulett
Tue Dec 16, 2008 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting count of records passed through a link
Replies: 9
Views: 2937

YES - you need to reference an active stage, i.e. the transformer each time, and then the link either from the source or to the target.
by chulett
Tue Dec 16, 2008 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference Between Insert and Update / Update and Insert
Replies: 2
Views: 1601

The difference should be pretty apparent from thier names - it is the order the actions are taken. In either case, the first action must fail for the second to fire, so you typically choose which to use based on which of the operations you'll have the majority of. Unique keys can be critical to how ...
by chulett
Tue Dec 16, 2008 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting count of records passed through a link
Replies: 9
Views: 2937

And just to be clear, in both cases the 'stage name' you pass is the transformer's name?
by chulett
Tue Dec 16, 2008 11:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error creating new project
Replies: 1
Views: 1275

Welcome! Did you try searching for "DSR.ADMIN: Error creating a schema"? I got two other hits, perhaps one of them might help you?
by chulett
Tue Dec 16, 2008 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting count of records passed through a link
Replies: 9
Views: 2937

That function is applicable to both types of jobs. Are you giving it an active stage name, i.e. a transformer stage's link to check on in the Server job?
by chulett
Tue Dec 16, 2008 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract query for where clause used in all jobs
Replies: 9
Views: 3469

This is similar to connecting to any database with a command line sql tool (like sqlplus and Oracle) - it gets you a shell where you can issue queries against the repository / database. From your operating system, execute the "dssh" executable in the $DSHOME/bin directory. I can't check th...
by chulett
Tue Dec 16, 2008 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Date conversion failed
Replies: 8
Views: 5021

Wait, what the heck? There was another reply here I was replying to but when I actually posted my response, it was gone.

And now it's back but after mine. Odd. :?
by chulett
Tue Dec 16, 2008 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Date conversion failed
Replies: 8
Views: 5021

Hmmm... obviously, something is different or there wouldn't be a change in behaviour of a job between environments. Sounds like it's not an obvious difference, however. :? Start with one job, verify that your changes will indeed allow it to work in both environments without change, then go all cookb...
by chulett
Tue Dec 16, 2008 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple job run
Replies: 1
Views: 656

You'll need some form of job control for that. Simplest would be to build the Sequence jobs you'd need, even if that is 300. Or if you have a generic dsjob wrapper script, perhaps one Sequence job that takes two job names as parameters and uses the Execute Command stage to run them, one after the ot...
by chulett
Tue Dec 16, 2008 8:25 am
Forum: General
Topic: Syntax for running a datastage parallel job through unix
Replies: 2
Views: 1296

You run jobs from the command line using 'dsjob'. Search the forums here for the syntax or read the Command Line Interface chapter of either Designer Guide pdf.
by chulett
Tue Dec 16, 2008 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput():record contains characters not define in NLS Map
Replies: 3
Views: 1663

So, errors writing to a hashed file. Posting the complete, unedited errors from the log may help. Is your install NLS enabled?
by chulett
Tue Dec 16, 2008 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim Char Datatype
Replies: 3
Views: 1731

You can't trim a CHAR.