Search found 15603 matches

by ArndW
Thu Nov 01, 2007 5:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File from FTP
Replies: 9
Views: 2780

Oops - it wasn't an intended thread drift. :oops:
by ArndW
Thu Nov 01, 2007 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BOSource
Replies: 6
Views: 1443

"BO" for Business Objects? Where are you seeing this error message?
by ArndW
Thu Nov 01, 2007 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel File on different server
Replies: 8
Views: 3409

Ignore DataStage for the moment. If you can't get it to work with MSQUERY then you won't get it to work in DataStage.

When i try reading data from excel using msquery i do not see any DSNs i have created.
Fix this first. Did you specify a system DSN?
by ArndW
Thu Nov 01, 2007 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with fixed width file
Replies: 4
Views: 2622

What is your column "FIELD" declared as? Do you get the buffer overrun error on several rows, or perhaps just the last row in the file?
by ArndW
Thu Nov 01, 2007 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup issue
Replies: 15
Views: 3692

Well, then how did you define it in the UV stage? with which connection?
by ArndW
Thu Nov 01, 2007 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OCI stage as hash file in server job
Replies: 1
Views: 818

You don't have access to hashed files in PX/EE, so you would need to do something such as write to a database table without buffering and immediate commit and then use a sparse lookup elsewhere in the job from that table. Performance will be miserable, so it might make sense to revisit your job desi...
by ArndW
Thu Nov 01, 2007 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File from FTP
Replies: 9
Views: 2780

shamshad - how long did the job then take to process the FTP'd file? You need to add those two times to make a comparison. I know the DataStage FTP stage is slower, but I like to use the FTP stage on big files with slow connections. Using FTP you would need to copy the whole file over before process...
by ArndW
Thu Nov 01, 2007 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implement how to split MultiList values of a column
Replies: 15
Views: 3850

This might be a case where you can think about using a DataStage server job - this would depend upon a number of factors that we don't know (data volume, performance requirements, company policies, etc.), but if you were to ask for help on a DS/BASIC routine to do this you would get a lot of immedia...
by ArndW
Thu Nov 01, 2007 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup issue
Replies: 15
Views: 3692

Are you certain that the hashed file exists (define it in a job, use "view data" in a Hashed file stage)? If so, how did you declare it as a UV stage?
by ArndW
Thu Nov 01, 2007 4:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read file names from file list into parameter while looping
Replies: 13
Views: 3720

Lawrence, you have just attempted to resurrect a 2-year old thread. It would be better if you started a new server thread, showing you list string and the ereplace that you are having problems with.
by ArndW
Thu Nov 01, 2007 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help needed for lookup file set
Replies: 5
Views: 3332

So you are doing an overwrite and the previous delete didn't complete. Does this have something to do with a recent thread regarding deleting problems? Try renaming the fileset in the job and try to run it (twice, so it does a force delete and overwrite). Does that work for you?
by ArndW
Thu Nov 01, 2007 2:02 am
Forum: Site/Forum
Topic: 20,000 Registrations
Replies: 1
Views: 1942

Yee Haah. :shock:
by ArndW
Thu Nov 01, 2007 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata not found
Replies: 4
Views: 1965

I seem to remember that much of the error message is printed out when you have bad userid/password/database parameters.
by ArndW
Thu Nov 01, 2007 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg:Configuration file
Replies: 22
Views: 19522

ds_sai,

you might be better served by ignoring sanath1234's post. The levels of parallelism you choose for PX/EE have nothing to do with a "standalone" system. Even a 1-CPU system may benefit from multiple virtual nodes. You, not the system, choose how to configure your PX/EE.
by ArndW
Thu Nov 01, 2007 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help needed for lookup file set
Replies: 5
Views: 3332

It doesn't look like a lookup fileset. How did you create this set? And what are you doing to it when you get the error posted?