Search found 42189 matches

by chulett
Fri Sep 18, 2009 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage director
Replies: 1
Views: 1090

8.0.1 or 8.1? Was there a problem that caused you to need to restart DataStage? And when you say that, was it just DataStage or was it all of the services- IIS, WAS, ASBNodes?
by chulett
Fri Sep 18, 2009 5:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to connect to DB2DS metadata
Replies: 10
Views: 2804

Tell us, have you been able to do this in the past and it no longer works or is this your first try? Can you use the DB2 stages in jobs without issue?
by chulett
Fri Sep 18, 2009 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Repository in 7.5.1
Replies: 6
Views: 1538

That's not part of the core 'repository' per se but is in the RT_LOGnnnn table under the project where 'nnn' is the internal job number. Trying to actually 'query' that would be the long way 'round to this, instead I believe that you should be using the API functions that are available. From the com...
by chulett
Fri Sep 18, 2009 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot open Hash File
Replies: 3
Views: 1521

The uvconfig file is in your $DSHOME directory, the one called DSEngine. Can you double-check the metadata? It has to match, not just the order of columns but which ones are marked as keys is critical. The other thing that might be happening is another job is writing to what it thinks is a different...
by chulett
Fri Sep 18, 2009 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot open Hash File
Replies: 3
Views: 1521

1) Any mention of a T30FILE issue in these errors? What value is yours set to in uvconfig? Having it too low can cause the issue you are seeing under load. 2) Typically means the metadata you are using doesn't match what was used to create it. These aren't like database tables where you can pick and...
by chulett
Fri Sep 18, 2009 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12571: TNS:packet writer failure
Replies: 9
Views: 5515

Have you tried googling for "ORA-12571", there's all kinds of resources out there for this error and the things you can try to trouble-shoot it.
by chulett
Fri Sep 18, 2009 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with null handling
Replies: 12
Views: 4267

But... verify for us the data type in the target (is it CHAR now?) and if you removed your previous derivation or not.
by chulett
Fri Sep 18, 2009 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with null handling
Replies: 12
Views: 4267

Please explain to us exactly what you did, what changes you made and what "didn't work for me" means.
by chulett
Fri Sep 18, 2009 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: This item has no design time information
Replies: 6
Views: 9373

Assuming you imported everything from the dsx file they sent you, it sounds like all they sent you was executables without any 'source' or design time information. Whether that was on purpose or an accidental thing, you'd have to ask them. And you can confirm that by either looking at the dsx file w...
by chulett
Fri Sep 18, 2009 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with null handling
Replies: 12
Views: 4267

I wouldn't touch the current default value in the Administrator, but instead insert it into you job and then change the default value there. Unless you understood what the ramifications of a global change that like could mean.
by chulett
Fri Sep 18, 2009 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with null handling
Replies: 12
Views: 4267

Data type of the column? Could you not just declare it a CHAR and ensure your $APT_PADCHAR is set to a space (0x20)?
by chulett
Fri Sep 18, 2009 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: This item has no design time information
Replies: 6
Views: 9373

I guess it depends on what you consider 'useful'. You should at least have found out what it means and how you typically get there - it can either be a purposeful thing because you've only promoted released jobs or just the executables. If they were 'fine' before and suddenly started giving you this...
by chulett
Fri Sep 18, 2009 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: command line usage analysis
Replies: 1
Views: 830

The 'report' you can get after running the Usage Analysis tool (beaker icon) from the manager on an object and then clicking on the Save button? I don't believe there's any command line option for that, nor any way to do a whole project at a time. Could be wrong, though, but don't think so. :?
by chulett
Fri Sep 18, 2009 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Inset Space as value in the Oracle table
Replies: 3
Views: 1116

That's pretty common Oracle behaviour in that situation and as Arnd notes, you can use that $APT variable to override it.
by chulett
Fri Sep 18, 2009 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on surrogate key genarator stage
Replies: 15
Views: 5899

Right, or just a stage variable based on row and partition number if it should always start over at one. The stage is meant to begin where you left off last time.