Search found 42189 matches

by chulett
Mon Apr 23, 2007 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output file
Replies: 9
Views: 2308

Did you enable the Write output to a file option on the Stage/Options tab? Did you put your desired pathname in the File path field there?
by chulett
Mon Apr 23, 2007 11:08 am
Forum: General
Topic: Adding a column during concatenation
Replies: 9
Views: 2748

When I transcribed the previous syntax I was using into the post I left off the trailing slash, which is why it could no longer be parsed. So now both are working and here are some timing tests for anyone interested: sed -e 's/$/|M/' *.xxx >> fileout 55 sec avg cat *.xxx | sed -e 's/$/|M/' >> fileo...
by chulett
Mon Apr 23, 2007 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Hash File Problem
Replies: 8
Views: 1338

Any file that starts with a 'dot' is a hidden file in UNIX. When you do a 'list' of the contents of a directory, you have to include the -a switch on the command line to see 'all' content, at the very least:

Code: Select all

ls -la

Then you'll see the file.
by chulett
Mon Apr 23, 2007 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Hash File Problem
Replies: 8
Views: 1338

There are three files in a dynamic hashed file's directory that you'll need to copy:

.Type30
DATA.30
OVER.30
by chulett
Mon Apr 23, 2007 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open hash file
Replies: 13
Views: 6100

Ok. Is that exactly the same name you used when creating the hashed file? From your O/S can you verify if that directory exists and is accessable?
by chulett
Mon Apr 23, 2007 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to fetch rows Xml.
Replies: 1
Views: 722

You may not get an error but there should be diagnostic Info messages in the log - post them.
by chulett
Mon Apr 23, 2007 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To improve job performance.
Replies: 5
Views: 971

Suggest you try and see. Too many variables specific to your environment for anyone to give a definitive answer. I doubt it, though. Perhaps a chat with your DBA is in order?
by chulett
Mon Apr 23, 2007 6:41 am
Forum: General
Topic: Folder Stage ? does'nt make sence !
Replies: 3
Views: 1263

If your post has been resolved, please mark it as such. Thanks!
by chulett
Mon Apr 23, 2007 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problems with installation 7.5.2
Replies: 4
Views: 2250

Which part? When you repeat the installation, it should go into 'Maintenance Mode' rather than just install everything. You'll have to remind me what all of the options are but pretty sure you'll need to do the step which basically says 'Repeat the installation'.
by chulett
Mon Apr 23, 2007 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Agregator failed
Replies: 6
Views: 2984

AFAIK, only an SA can change the 'hard limit' for something like that. Seeing as how the soft limit is only 2 bytes below that, raising it via ulimit won't be possible until the hard limit is raised.
by chulett
Mon Apr 23, 2007 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during compile-time of a Job PX
Replies: 4
Views: 1880

Welcome aboard! :D You do know that your version will not run PX jobs, yes? Develop yes, run no - that takes 7.5x2 or 8.x. And that XP is not supported as a Server platform? That being said, search the forums for your error message. Also, there's never just one lovely little line from a PX compile -...
by chulett
Mon Apr 23, 2007 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problems with installation 7.5.2
Replies: 4
Views: 2250

The 'authorization code' for Server, which is separate from PX. You'll need to repeat the installation.
by chulett
Sun Apr 22, 2007 11:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Macro in a before SQL
Replies: 2
Views: 1178

Not sure. Try: insert into PSADMEP.PS_Z_RCN_ERR_TBL values('#DSJobStartTimestamp#','#DSJobName#',' ','N');
by chulett
Sun Apr 22, 2007 11:15 pm
Forum: General
Topic: Folder Stage ? does'nt make sence !
Replies: 3
Views: 1263

It's not really for merging files. It serves three basic purposes: 1) Allows you to get filenames from a directory one by one. 2) Allows you to get filename and complete file content one by one. 3) Allows you to write multiple files to a directory. Most of the time it is used for #2 feeding data to ...
by chulett
Sun Apr 22, 2007 11:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ouput to Excel on Multiple Sheets
Replies: 18
Views: 5517

I'm not suggest you have to do it. 'Get' as in 'make arrangements with whomever manages the server' to have the DSN created.