Search found 42189 matches

by chulett
Wed Mar 10, 2010 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where DataStage use IP address for ORACLE Database
Replies: 4
Views: 2750

If you don't use it anywhere, especially in your tnsnames.ora file, then there shouldn't be any impact.
by chulett
Tue Mar 09, 2010 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation error
Replies: 15
Views: 6537

##W TBLD 000000 12:04:51(003) <main_program> Error when checking composite operator: Output from subprocess: /C=/Program: not found Looks like a 'long Windows pathname with spaces in it' issue to me. Change your APT configuration variables - everywhere you used "C:\Program Files" make it ...
by chulett
Tue Mar 09, 2010 5:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDKSequences Migration
Replies: 3
Views: 1721

Either that or 'Test' the routine in the UAT project (so it creates the hashed file and VOC pointer if it doesn't already exist) and then you can copy just the SDKSequences file over the top of the one it creates.
by chulett
Tue Mar 09, 2010 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we implement is DS PX
Replies: 6
Views: 2201

I thought mine was pretty cogent, given what I had to work with. :wink:
by chulett
Tue Mar 09, 2010 1:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delimiter format for Fixed width
Replies: 2
Views: 1277

A "fixed width file" means each record is exactly the same number of characters long and each field is always the same size, even when "empty". Use "char" fields and make sure you populate them appropriately - as in all spaces for the ones with no data.
by chulett
Tue Mar 09, 2010 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Server got corrupted- Need troubleshooting help
Replies: 3
Views: 2387

No, there's no log file that I've ever seen. Sometimes your SysAdmins may have usage logs for the server in general, including (perhaps) disk usage, they might be able to help. When you do the reindex, make sure you read all of the advice posted here. You will need to make sure you have exclusive ac...
by chulett
Tue Mar 09, 2010 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Stage unable to create lookup table
Replies: 4
Views: 4605

So... is the dimension table empty or does it not exist? Confused about the discrepency between the text in your message and your subject. :?
by chulett
Tue Mar 09, 2010 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Server got corrupted- Need troubleshooting help
Replies: 3
Views: 2387

So... any idea how it was corrupted? Space (as in lack of) issues? Did you try to do a "reindex" of that project, either from the DS.TOOLS menu or using DS.REINDEX ALL from the TCL prompt?
by chulett
Tue Mar 09, 2010 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ABAP Extract stage Job runs endlessly
Replies: 4
Views: 2124

Suggest you pursue this with your official support provider.
by chulett
Tue Mar 09, 2010 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we implement is DS PX
Replies: 6
Views: 2201

Investigate the use of the Field() function.
by chulett
Tue Mar 09, 2010 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substring function problem
Replies: 8
Views: 32821

You could always try using the substring operators - the square brackets - like so:

DSLink149.INTFC_FILE_CATG[1,4]

:wink:
by chulett
Tue Mar 09, 2010 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Significance of jobid
Replies: 3
Views: 1494

It's explained in the manuals. Somewhere. :wink:
by chulett
Tue Mar 09, 2010 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation error
Replies: 15
Views: 6537

Post the actual errors.
by chulett
Tue Mar 09, 2010 6:35 am
Forum: General
Topic: How to check lookup is successful or not in parallel job?
Replies: 2
Views: 1335

:evil: Argh, sometimes our whole workaround/resolved system makes me crazy. It shouldn't but it does. This is one of those times. This is not a "workaround", meaning your topic is "not resolved" and you had to go out of your way and do something crazy to get to your end point. Th...
by chulett
Tue Mar 09, 2010 6:21 am
Forum: General
Topic: how much volume of data can load in Xml stage per file?
Replies: 3
Views: 1177

Nex time, just clarify your question in your original post rather than starting over with a new one. :? In my experience, a 'large' file was somewhere in the vicinity of 300MB, anything much more than that would cause the job to fall over dead. As I said in the other thread, 'depends', as each syste...