Search found 42189 matches

by chulett
Tue May 25, 2010 8:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ANALYZE.FILE
Replies: 8
Views: 3271

Meaning it (the hashed file) either needs to have been created in an account (project) or you've manually created one for a pathed hashed file.
by chulett
Tue May 25, 2010 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calendar Dimension
Replies: 5
Views: 1626

Check the documentation for the Row Generator stage, specifically the types of data it can generate.
by chulett
Tue May 25, 2010 12:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FOR / DO Looping in transformer
Replies: 9
Views: 2335

How about you first explain to us why you think you need to do "looping" in a transformer? Perhaps there is another way to accomplish whatever it is that you need to do.
by chulett
Tue May 25, 2010 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Avoiding Auto Generated 1st column when loading data
Replies: 6
Views: 1854

Auto-generated columns need to be exluded from any DML in order for them to work. So... no.
by chulett
Tue May 25, 2010 8:13 am
Forum: General
Topic: Call jobs in a loop, passing parameters via CSV file
Replies: 3
Views: 1229

Ah... old school and beats my start by two years! 1998 with the 3.0 version. 8) Don't really have five minutes right now, but use the UserVariables stage to source the flat file and build a delimited list and then tell the Start Loop stage to loop through that delimited list. Be back in a sec if I c...
by chulett
Tue May 25, 2010 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Information
Replies: 14
Views: 12151

You need to validate it, get your hands on a tool (many are free) that will do that validation of how "well formed" it is. Do you have an xsd for it?
by chulett
Tue May 25, 2010 7:30 am
Forum: General
Topic: Call jobs in a loop, passing parameters via CSV file
Replies: 3
Views: 1229

Thanks for posting that. Justed wanted to make sure you (or others reading this) know that this can also be done in a Sequence job with the Start/End Loop stages and the UserVariables stage. Six of one. :wink:
by chulett
Tue May 25, 2010 5:17 am
Forum: General
Topic: send mail using DSSendMail command
Replies: 5
Views: 4010

Re: send mail using DSSendMail command

i dint check it using unix sendmail command yet...but will it help me in checking that? Both people responding so far have suggested that you do that, so... yes. You can futz with your routine all you like but if the underlying sendmail structure isn't functioning then you are wasting your time. :!...
by chulett
Tue May 25, 2010 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Information
Replies: 14
Views: 12151

First correct your job design, particularly how you read from the source.
by chulett
Tue May 25, 2010 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run time column propagation
Replies: 9
Views: 3502

Please let us know what you mean by "how the priority goes here", I am unclear what it is you are asking or what "difference" you are looking for. :?
by chulett
Tue May 25, 2010 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Want to suppress warnings for a job.
Replies: 5
Views: 2482

Are you aware of how you could have handled them in the job itself?
by chulett
Tue May 25, 2010 5:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Error
Replies: 2
Views: 1137

Looks like a bug with the error as those %x goodies are bind parameters, place holders for the actual things that caused the problem and should have been included in the string. Check with your official support provider. If you want any help on what may have actually caused the error, as noted you'l...
by chulett
Mon May 24, 2010 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does Datastage V8.0.1 oracle stage support oracle 11g
Replies: 4
Views: 2476

Not officially, no. That doesn't mean you can't make it work, however - unless you mean for the XMETA repository. In that case, no support and no workie.