Search found 42189 matches

by chulett
Wed Feb 04, 2009 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2_UDB_Enterprise - Warning- unable to chdir
Replies: 8
Views: 4257

So... does that directory not exist or do you not have permissions to it?
by chulett
Wed Feb 04, 2009 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: insert autoincremental ID coming from a file on a table
Replies: 7
Views: 1616

Not clear. "autoincremental"? So, do you want to use this value as a starting point and increment it during the job? If so, get the value into the job (parameter / stage variable) and then add @OUTROWNUM to it.
by chulett
Wed Feb 04, 2009 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error executing UNIX shell script from after job routine
Replies: 9
Views: 2366

Re: Trouble in calling Unix script

senthilmp wrote:If i run this script in the UNIX, its executing correctly.
by chulett
Wed Feb 04, 2009 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How could I get all server projects names in a job?
Replies: 3
Views: 1137

There's no such thing as "all project names in the job", you'll need to search each project (separately) for the job in question.
by chulett
Wed Feb 04, 2009 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error executing UNIX shell script from after job routine
Replies: 9
Views: 2366

Ask an admin or find your entry in the /etc/passwd file, the default shell is the last field.
by chulett
Wed Feb 04, 2009 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to retrieve job file names from a routine
Replies: 4
Views: 1725

You'll need to query the repository then. Search the forums for CSeqInput or OLETYPE to find several examples of what you'll need to do.
by chulett
Wed Feb 04, 2009 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error executing UNIX shell script from after job routine
Replies: 9
Views: 2366

I assume so. Senthil, what is your user's default shell? I'll wager it is different from DataStage and your syntax is shell specific. That ".sh" file extension is meaningless, you need to set it in the script itself. For example: #! /usr/bin/sh As the first line to force it to use the shel...
by chulett
Wed Feb 04, 2009 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What are RT_BP and RT_STATUS files?
Replies: 5
Views: 3501

You "release some space from the directory without affecting the jobs" by clearing job logs. Or perhaps by pruning the &PH& "phantom" directory.
by chulett
Wed Feb 04, 2009 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to retrieve job file names from a routine
Replies: 4
Views: 1725

... or just use the parameters in the routine call. However, I'm assuming it's not as simple as that and the file names are hardcoded, yes?
by chulett
Tue Feb 03, 2009 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record Count of Hashed File
Replies: 12
Views: 4428

None of that requires administrator privileges, so... yes.
by chulett
Tue Feb 03, 2009 10:16 pm
Forum: General
Topic: Dataset gets deleted in the shared path as BEING_DELETED_FIL
Replies: 2
Views: 1332

A search for "Could not delete partition 0" turned up only one other hit so it's not a common thing we've seen before. The "filesystem related" part implies a problem with the disk subsystem where the file ended up... did you have an admin check that out?
by chulett
Tue Feb 03, 2009 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using Convert in Transformer
Replies: 31
Views: 8565

kittu.raja wrote:The volume is very huge. 8 million records. I cant go with server
Baloney. I routinely do multi-million record volumes in Server... and you're just going flat to flat? Should fly.
by chulett
Tue Feb 03, 2009 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file update
Replies: 2
Views: 1058

You don't insert or delete data from a hashed file, you write to it and read from it. And when you write a record it uses "destructive overwrite" - a complete replacement of any existing record with the same key value(s). So if you have "1,2" where "1" is in the key fie...
by chulett
Tue Feb 03, 2009 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where can I find the hashed file calculator?
Replies: 2
Views: 1115

From memory - on the client cdrom in the "unsupported utilities" folder.
by chulett
Tue Feb 03, 2009 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using Convert in Transformer
Replies: 31
Views: 8565

krishna81 - please go back and delete your duplicate post from the FAQ Discussions forum before someone replies to it.