Search found 42189 matches

by chulett
Mon Aug 21, 2006 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage
Replies: 10
Views: 3341

I know, you know... the comment was for the OP. And it's very clearly laid out in the Help available, hence the suggestion they actually read it. :wink:
by chulett
Mon Aug 21, 2006 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage
Replies: 10
Views: 3341

Read the Help. There are only two columns allowed in the Folder stage: 1) The filename found in the folder and 2) the contents of the file.

If all you want is the filename, don't define the second column.
by chulett
Mon Aug 21, 2006 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems concerning implicit trasformation of a string
Replies: 12
Views: 2671

Re: Problems concerning implicit trasformation of a string

Umbix62 wrote:May someone explain to me why in the terminal hashed file I have, in this field, the value "Y.." (59 00 00 ine hex format) for all records.

What 'terminal hashed file'? :?
by chulett
Mon Aug 21, 2006 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Only Sequence jobs fail compilation - trigger expression
Replies: 8
Views: 1550

As noted, sounds like a bug that should be reported.
by chulett
Mon Aug 21, 2006 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to initialize plugin
Replies: 6
Views: 1189

No, not all that suprising as DataStage is a 32bit app. :wink:
by chulett
Mon Aug 21, 2006 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to abort the job
Replies: 11
Views: 4275

When i tried to call DSLogFatal in the derivation of the transformer stage i got an error like 'Array DSLogFatal not dimensioned' which is same as one would get if the header files are missing when you call it from a routine. You're right... I didn't mean you could use it directly in the derivation...
by chulett
Mon Aug 21, 2006 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve Warning messages at run time
Replies: 17
Views: 4544

Post some examples of these 'warnings' that you are having a problem with. A Reject link should handle anything that has an issue with the database.
by chulett
Sun Aug 20, 2006 8:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Rationalisation - Performance and Optimisation
Replies: 13
Views: 3682

Ok, more things to consider to help with the sorting. The Sort stage is good for small volumes but is pretty darn slow for anything remotely considered 'large'. Let your operating system do the sort for you, and leverage it via the Sequential file stage you already have in the job. Remove the Sort s...
by chulett
Sat Aug 19, 2006 10:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: same problem
Replies: 13
Views: 3380

I saved that question for you, Ray. :wink:
by chulett
Sat Aug 19, 2006 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Cannot get exclusive access to executable file for job
Replies: 9
Views: 5828

The 'Show instances' option is only applicable to PX jobs, perhaps you are looking at a Server job.
by chulett
Sat Aug 19, 2006 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complete cleanout of a job
Replies: 5
Views: 1568

I thought if someone had a set of sqls I could run them in Administrator Command, then I could do a thorough cleanout. Dangerous and shouldn't be the initial approach to take. All you should have to do for a 'thorough cleanout' of the job is delete it. If something very unusual happens with that an...
by chulett
Sat Aug 19, 2006 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: same problem
Replies: 13
Views: 3380

No, still not really enough... but we'll keep digging. And this: (CRC logic is been implemented to avoid duplicate values) This concerns me, as CRC32 is not a mechanism to 'avoid duplicates' but for CDD or Change Data Detection. Be that as it may... Which part do you think has slowed down? Are your ...
by chulett
Sat Aug 19, 2006 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: same problem
Replies: 13
Views: 3380

Ok... at least now we have a clue what this is about. :wink:

However, that's not nearly enough information for anyone to help you. Post as many details as you can: job design, data volumes, source and target, everything you can think of. Perhaps then someone can help.
by chulett
Sat Aug 19, 2006 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: replacing
Replies: 11
Views: 2897

It's more of a 'could' than a 'should'. If you need to do this for five columns (rather than the single column mentioned before) I'd suggest you write a routine to do this. There you can easily do X EReplace functions in a row or inlined or use what Arnd provided or anything else you felt was approp...
by chulett
Sat Aug 19, 2006 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invalid identifier error
Replies: 5
Views: 1681

Perhaps... if something actually changed. However, it's simple enough for someone to copy a job, replace all the metadata with a new table's columns but forget to actually change the name of the table in the stage. First time you run it... Invalid Identifier. :shock: