Search found 42189 matches

by chulett
Mon Sep 07, 2009 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Import Error
Replies: 3
Views: 1569

Then please mark your post as Resolved using the button at the top of the page.
by chulett
Mon Sep 07, 2009 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data driven output selection of files
Replies: 7
Views: 1601

Re: Data driven output selection of files

However, depending on a field in the same place, the whole file could be written to either 1 or many output directories. Sorry, a little lost here. What is 'the same place' - the field is in the input data stream? If so, can it have multiple values or will it be a constant value per data file? And ...
by chulett
Mon Sep 07, 2009 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to identify jobs exported-imported as executables
Replies: 1
Views: 1293

'Released' is different from a simple 'export-import', are you actually releasing your jobs or just exporting executables? The job name would have 'rel' and a number appended to it for the former.
by chulett
Mon Sep 07, 2009 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reinstallation of Datastage where project exists already
Replies: 6
Views: 1867

Of course, the schedule information is not a DataStage 'thing' but rather was part of the server 'at' information that was nuked with XP that DataStage simple looks up. Meant to mention that you'd need to redo that regardless, but forgot. In other words, you lost all scheduled tasks, not just those ...
by chulett
Mon Sep 07, 2009 7:26 am
Forum: General
Topic: ORA-24334: no descriptor for this position
Replies: 3
Views: 2613

This is one of the dangers of using your own sql. As noted, make sure the columns defined in the stage match exactly with the columns selected in the query.
by chulett
Sun Sep 06, 2009 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reinstallation of Datastage where project exists already
Replies: 6
Views: 1867

I haven't done that but was wondering if that was the way to go. So, probably best to uninstall the Server and reinstall it so it can hook back up to your project. Way too much involved under the covers to do that after the fact...
by chulett
Sun Sep 06, 2009 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reinstallation of Datastage where project exists already
Replies: 6
Views: 1867

So... I'm assuming you do not have an export of the project? And when you reinstalled the server component, what did you specify as your projects path - the old path or a new one?
by chulett
Sun Sep 06, 2009 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 80011 and libgciudt6.so
Replies: 6
Views: 1883

Don't those "pathnames" also include the system name and/or IP address? :?
by chulett
Sun Sep 06, 2009 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvsh not working
Replies: 6
Views: 1628

You need to start by 'sourcing' your dsenv file first to set the environment properly:

Code: Select all

cd $DSHOME
. ./dsenv
If $DSHOME isn't set, you may be able to get there this way:

Code: Select all

cd `cat /.dshome`
Or just cd to your DSEngine directory.
by chulett
Sun Sep 06, 2009 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joba are keep on running without loading single record into
Replies: 10
Views: 4087

How many nodes are you running the job on? Do you have the same issue if you run on a single node?
by chulett
Sat Sep 05, 2009 4:01 pm
Forum: General
Topic: DS7.5.1 Connectivity Issue
Replies: 2
Views: 1250

The 'host' would be where the server component was installed.
by chulett
Sat Sep 05, 2009 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to open RT_STATUS...file - when server load is heavy
Replies: 10
Views: 6120

What's your MFILES setting in the uvconfig file?
by chulett
Sat Sep 05, 2009 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orphan OSH.exe
Replies: 7
Views: 5419

Can you give us a better idea about what kind of jobs we're talking about here, design function etc? And while I can guess what 'running in a loop for quite a while' means, but I'd rather not.
by chulett
Fri Sep 04, 2009 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: spaces causing null handling issue
Replies: 8
Views: 1858

It's not DataStage, it's something Oracle does. Search here for $APT_ORACLE_PRESERVE_BLANKS to find previous conversations on the subject.