Search found 42189 matches

by chulett
Thu Jun 24, 2010 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Having problems Generating Sequence Number
Replies: 15
Views: 4781

Re: Gen SEQ NUMBER

Isn't one of the requirements to doing that that the stage must actually be used to create the sequence? If true, was that in fact done? :? it should genarate the seq but itsn't.... Regardless of what you think it should or should not do, this is what I was referring to and asking if you had done -...
by chulett
Thu Jun 24, 2010 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read selected rows using sequential file
Replies: 8
Views: 2829

More obvious and 'DataStage like' to simply constrain things after the file is read to only pass rows where the value in that column is 10. Something has to 'read' the entire file (being sequential media and all) so why not your job? Then (as a general comment) you don't have to worry about what to ...
by chulett
Thu Jun 24, 2010 5:58 am
Forum: General
Topic: .isx format in Datastage export
Replies: 10
Views: 16633

probal wrote:I guess if I am using istool utility to export assets I must use the istool utility to import those.
Yes.
by chulett
Thu Jun 24, 2010 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we convert MQ Stage to MQ Connector?
Replies: 5
Views: 2011

I got 17 other matches when I did an exact search for "There are irreconcilable constraints on the number", perhaps one of them will help you out.
by chulett
Thu Jun 24, 2010 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencial file name capture in a job
Replies: 18
Views: 10310

Re: Patch details for reading multiple files using file patt

kksr wrote:we are unable to find the mentioned patch (96576 for DS EE 7.5.1A ) in IBM web site. Please share the Patch/ fix details for this issue.
That would need to come from your official support provider.
by chulett
Thu Jun 24, 2010 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fast Track - how to define target sequential files
Replies: 4
Views: 1911

That would indeed be what he said.
by chulett
Thu Jun 24, 2010 5:49 am
Forum: General
Topic: Want to export a job using command line argument
Replies: 15
Views: 9865

You cannot export jobs 'in dsx format' using istool, I would guess that means you are specifying that as the extension rather than .isx and thinking the format is changing to match? :? You are correct, however - you must use istool for the import of these files as well, the client tools only support...
by chulett
Wed Jun 23, 2010 8:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage error
Replies: 1
Views: 876

You're the first to post anything like that. Probably best to involve your official support provider in helping track this one down.

Can you share any information on when exactly this happens? What your job looks like? Stages used? (etc etc etc)
by chulett
Wed Jun 23, 2010 8:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read a file with a delimiter as string
Replies: 8
Views: 4133

Of course. In that case reverse the choice. That or (as noted) take the extra effort to convert the pair to a single character you "know" won't occur in the source data.
by chulett
Wed Jun 23, 2010 8:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Not resolvable: DSProjectMapName
Replies: 4
Views: 4344

I'm pretty sure you'll find that one of the Best Practices people will advocate here is to not bring your PX executables over to new environments but rather to recompile them there once the design time information has been transferred.

ps: Marking your post as Resolved.
by chulett
Wed Jun 23, 2010 8:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Having problems Generating Sequence Number
Replies: 15
Views: 4781

Isn't one of the requirements to doing that that the stage must actually be used to create the sequence? If true, was that in fact done? :?
by chulett
Wed Jun 23, 2010 8:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job failing when scheduled through Director
Replies: 4
Views: 7185

Or the other way 'round. :wink: That would usually be the answer to the question if the attempt to schedule the job had failed. Since we're not talking about the 'Add to Schedule' step but rather the actual scheduled run, something else is going on, some kind of difference in the environments betwee...
by chulett
Wed Jun 23, 2010 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle 8i to Oracle 9 through datastage 8.1
Replies: 11
Views: 3933

Well... the assertion that the ODBC driver 'sits atop the Oracle client' would be incorrect in this case since we're talking wire drivers, which means no client is involved. Perhaps that's part of the issue, these particular drivers may not support 8i - that would have to be something you confirm or...
by chulett
Wed Jun 23, 2010 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to save multiload history log files
Replies: 5
Views: 2096

Now that I have a better idea of what you speak, that would be my advice as well. Move it aside 'after job' with a date/timestamp as noted.
by chulett
Wed Jun 23, 2010 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to save multiload history log files
Replies: 5
Views: 2096

Sounds like Teradata to me, if so have you asked this question of your Teradata DBA? I'm assuming these "report files" are something specific to the database and outside of DataStage's direct control.