Search found 42189 matches

by chulett
Thu Feb 25, 2010 9:36 pm
Forum: General
Topic: INFAXchange?
Replies: 2
Views: 871

True... and thanks Ernie, didn't think to poke around in the Toolbox.
by chulett
Thu Feb 25, 2010 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to see how many rows each node process
Replies: 7
Views: 1963

Quite the opposite, actually.
by chulett
Thu Feb 25, 2010 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cannot create file ... DSBackup
Replies: 3
Views: 1926

No clue, you'd have to ask IBM how known it is, 7.1 is pretty darn old now and I don't recall what all didn't work properly there. :wink: Do you really need to delete it each time? Perhaps just clearing it would help. Unfortunately, you're going to need to nail down what the failed runs have in comm...
by chulett
Thu Feb 25, 2010 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem importing XML Table defs...
Replies: 12
Views: 4685

That's not what the bit you quoted is referencing, Andy. That "URL" comment just means you don't need a landed file for the metadata, you can get it directly from the source URL. It just plain old doesn't support it.
by chulett
Thu Feb 25, 2010 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to check byte length of data?
Replies: 10
Views: 4457

Heck, I'm not working for that client any longer and I forget what we ended up actually doing for this. :(

Tell us what you mean by needing to "suppress" multi-byte characters.
by chulett
Thu Feb 25, 2010 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cannot create file ... DSBackup
Replies: 3
Views: 1926

It will create the DSBackup directory automatically, so it's not like you have to pre-create it or anything. Make sure that you have the permissions that you would need to create/write to that directory and to overwrite any current backup copy that might already be there.
by chulett
Thu Feb 25, 2010 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I/O Tuning
Replies: 7
Views: 2104

Yes. All you need to do is add them as User Defined Environment Variables to the Project.
by chulett
Thu Feb 25, 2010 9:29 am
Forum: General
Topic: Routine to get file size
Replies: 2
Views: 995

Yes, I'm sure lots of people could.
by chulett
Thu Feb 25, 2010 9:28 am
Forum: General
Topic: Resurrect Log File
Replies: 2
Views: 1051

Never heard of it.

:!: You need to be careful, these all look like interview questions rather than actual problems you are having and that kind of thing doesn't go over well here.
by chulett
Thu Feb 25, 2010 9:26 am
Forum: General
Topic: Phantom Error
Replies: 1
Views: 710

Basically it just means the job blowed up. 'Phantom' is the term for 'background process' here, which is how every job runs so it can disconnect from / not be tied to the client that starts it. That's also why the 'communication area' that it uses is named &PH& - that PH is for Phantom. :win...
by chulett
Thu Feb 25, 2010 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Problem
Replies: 5
Views: 2821

Not positive but have you ensured your NLS maps in your dev jobs are set to 'None' or whatever it is that "turns that off", so to speak?
by chulett
Thu Feb 25, 2010 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 7.5.2 client Tools can run on Windows 7
Replies: 3
Views: 3237

Your client should consider the 'Professional' version of 7 which includes a virtual 'XP Mode' which is specifically there for business applications rather than the XP Compatability mode like you'd use for games and such.
by chulett
Thu Feb 25, 2010 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: viewlog
Replies: 4
Views: 1140

And this is version 7, not 8, yes? And the job status changes like it should to Running and then some form of Finished? What do you see in the Monitor while it runs? :?
by chulett
Thu Feb 25, 2010 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: viewlog
Replies: 4
Views: 1140

Perhaps you're not looking at the correct log? It happens. :wink:

What happens if you run the job from Director?
by chulett
Thu Feb 25, 2010 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove string from string
Replies: 10
Views: 2557

Ah, OK, gotcha. Assuming a single unique occurance of the string to be removed, otherwise you'd need some kind of lather-rinse-repeat loop until it no longer found anything to do. :wink: