Search found 42189 matches

by chulett
Tue Feb 27, 2007 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exec. Command stage to import sequential file info
Replies: 10
Views: 2256

:? I guess your version doesn't support that syntax. Try this instead and see if it will take it:

Code: Select all

EReplace(Execute_Command_8.$CommandOutput,@FM,"")
by chulett
Tue Feb 27, 2007 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with column with name "TIME_STAMP" or &quo
Replies: 10
Views: 1580

Only because you'll probably fix your problem in the process. You really need to double-check everything in the stage - typical reason for a 'field does not exist' error is because (oddly enough) it doesn't exist. And it doesn't because you are not connecting to the table you think you are. Make no ...
by chulett
Tue Feb 27, 2007 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exec. Command stage to import sequential file info
Replies: 10
Views: 2256

What exact version of DataStage are you running? :?
by chulett
Tue Feb 27, 2007 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Availability of CFF plug-in stage in Server version 7.1
Replies: 1
Views: 474

It's one of the optional plug-ins, so it sounds like whomever did your Server installed decided not to install it.

Best to rerun the Server install, it will default to a 'maintenance' mode and allow you an option to install any missing plug-ins. This rather than the package installer.
by chulett
Tue Feb 27, 2007 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Release Jobs
Replies: 13
Views: 3671

if anything fails and we bring it in with new version and then u have to change the sequencer to pick up new version as Seq is not picking up new version by itself we tested it number of times. Are you SURE that you are linking the Job Activity stage to the unreleased job name? ? I would sure think...
by chulett
Tue Feb 27, 2007 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Release Jobs
Replies: 13
Views: 3671

Forget the whole 'releasing' thing. Yuck. Search the client cdrom and you will find Version Control there, install it on whomever's PC will be doing job promotions. In your version it won't show on the auto-run menu, from what I recall. You will then be able to mark jobs as 'Read Only' during the pr...
by chulett
Tue Feb 27, 2007 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Release Jobs
Replies: 13
Views: 3671

Releasing jobs is so old school, I haven't done that since Sequence jobs existed so not sure if they 'understand' them or not. I'm not even sure what advantages they bring anymore or how they could possibly outweigh the disadvantages of using them. From what I recall, back in the day you still just ...
by chulett
Tue Feb 27, 2007 11:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with column with name "TIME_STAMP" or &quo
Replies: 10
Views: 1580

Or you're not in the table you think you are. :wink: Double-check everything.
by chulett
Tue Feb 27, 2007 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with column with name "TIME_STAMP" or &quo
Replies: 10
Views: 1580

What database? Sometimes that's because it is a reserved word and you need to quote the field name in your sql.
by chulett
Tue Feb 27, 2007 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exec. Command stage to import sequential file info
Replies: 10
Views: 2256

Now you need to follow DSGuru's advice re: the @FM characters. If you are using a Sequence job and $CommandOutput to populate the parameter, try changing it to $CommandOutput<1> and see if that does the trick by itself.
by chulett
Tue Feb 27, 2007 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replace existing rows
Replies: 32
Views: 9014

In that case, it sounds like a bug. There is a patch on the IBM Information Integration Solutions Portal that may be what you need: User-defined SQL in Oracle OCI Stage ALL DataStage 7.5.1 05/26/2005 e73423_ALL_751.zip Description: Oracle OCI stage (ORAOCI9) incorrectly binds the lookup column value...
by chulett
Tue Feb 27, 2007 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Job Design
Replies: 2
Views: 1131

The three ODBC stages as mentioned connects to 3 different tables in an Oracle database and the output is given to a table in a different Oracle database. Doesn't really answer the job design question. Please list all of the stages used in the job. An 'ascii art' version can be posted if you use Co...
by chulett
Tue Feb 27, 2007 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: table definition
Replies: 3
Views: 974

Sure. Just 'Load' it or drag the metadata to the link from the Repository Browser. Or 'Propagate' the column definitions through a Transformer.
by chulett
Tue Feb 27, 2007 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loop for performing jobs to different tables and files?
Replies: 10
Views: 2129

Excellent. Let us know if you have any other questions while you work through this. If you get it worked out, we'd appreciate it if you could do two things:

1) Post your final solution, how you controlled the lists, for future searchers.

2) Mark the post as 'Resolved'.

Thanks!