Search found 42189 matches

by chulett
Mon Nov 24, 2008 12:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing Files to Windows File System
Replies: 3
Views: 1250

Probably, you'd need to check with whomever setup the share.
by chulett
Mon Nov 24, 2008 11:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record format error when converting XML data
Replies: 12
Views: 4421

Replace the Sequential stage with an External Source stage that just passes in the full XML file path and let the XML Input stage consume the file directly via the "URL/File path" option.
by chulett
Mon Nov 24, 2008 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exponent
Replies: 11
Views: 2802

No, that's literally what I did as well and it allows the field to import as text with the 'E' in the string intact - isn't that what you mean by "without exponent"? What version of Excel do you have?
by chulett
Mon Nov 24, 2008 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exponent
Replies: 11
Views: 2802

Huh, it actually worked for me when I tested it. As long as you didn't mind the 'extra' character in the field, that is. [shrug] The conversion mentioned was manual, as noted there doesn't seem to be any automated solution out there. Or did you want to convert it from scientific notation to... not s...
by chulett
Mon Nov 24, 2008 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make this condition in Job Sequence Restartability
Replies: 13
Views: 4433

Your Sequence job must abort and be in an Aborted/Restartable status in order for the checkpoints to work... was it?
by chulett
Mon Nov 24, 2008 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue logging into the Universe
Replies: 2
Views: 873

You need to "source" the dsenv file first to setup the environment properly:

Code: Select all

cd $DSHOME
. ./dsenv
by chulett
Mon Nov 24, 2008 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: keymgt error
Replies: 3
Views: 1188

Re: keymgt error

Later when i run through a sequencer by deleting the already existing record, error occurs. keymgtgetnext value doesnt work. What exactly does this mean? There shouldn't be any need to delete from that hashed file. You can certainly use the routine anywhere a routine can be used - Server job, Seque...
by chulett
Mon Nov 24, 2008 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 6
Views: 1821

Specifically, it's an account-based hashed file which live in their associated "account" which is the Project by default. You can import its metadata and view the contents via a hashed file stage, if you like, but it really isn't all that exciting.
by chulett
Mon Nov 24, 2008 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 6
Views: 1821

D'oh, me typie too slow. :wink:
by chulett
Mon Nov 24, 2008 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 6
Views: 1821

There is a hashed file where the current value is stored and which each call to the routine increments. You can double-click on the routine in the Manager if you want to find out the hashed file's name. "All the generated numbers" would be stored wherever you are using the values, typically a surrog...
by chulett
Mon Nov 24, 2008 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSjob error
Replies: 3
Views: 1372

It usually helps to explain what "not working" means. :?
by chulett
Mon Nov 24, 2008 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error 6 initializing SQL*Plus
Replies: 6
Views: 3666

Exactly. Your script can make no assumptions about where it is or what environment variables are available. Source your dsenv file in the script or do something to set the proper variables up.
by chulett
Mon Nov 24, 2008 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle load error
Replies: 1
Views: 910

Only if you post your sql, or at the very least the details of your job design and Oracle stage settings.
by chulett
Mon Nov 24, 2008 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in Select in oracle tables
Replies: 1
Views: 764

OCI != ODBC, use the Plug-in OCI metadata method to import. If you are using custom / user-defined SQL in the stage, post it.
by chulett
Sun Nov 23, 2008 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage PX guides
Replies: 3
Views: 3972

There is at least one IBM Redbook here, perhaps more out there:

http://www.redbooks.ibm.com/abstracts/sg247576.html