Search found 15603 matches

by ArndW
Wed Oct 05, 2005 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset error: Parallel job reports failure (code 141)
Replies: 6
Views: 2993

Create a quickie job to write your generated sequential file into a dataset. Does that work?
by ArndW
Wed Oct 05, 2005 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EBCDIC to ASCII Conversion
Replies: 3
Views: 1423

Could it be non-fixed length and missing the final delimiter? I recall PX has an option for that.
by ArndW
Wed Oct 05, 2005 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director Log File Stored
Replies: 2
Views: 978

Hello hemant, the log file is actually a DataStage hashed file and cannot be processed from the OS level. You can use the OS command "dsjob" and one of the following options: -logsum -logdetail -lognewest to get log information printed out to standard output, which you can then use as the body of ma...
by ArndW
Wed Oct 05, 2005 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset error: Parallel job reports failure (code 141)
Replies: 6
Views: 2993

Can you create another job with a DataSet output as a test to see if it is limited to your one job and one data contents? Does the job abort at or before row one or does it happen downstream? If you use a different APT_CONFIG file (with a different amount of nodes), does it work?
by ArndW
Wed Oct 05, 2005 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing file Permission through shell script by Ftp process
Replies: 14
Views: 4676

Doesn't the file automatically receive the remote file user's login umask? That might be changed to limit access.
by ArndW
Wed Oct 05, 2005 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Arithmetic
Replies: 4
Views: 2275

dxp,

why don't you post the answer so that others are helped?

It looks like the first DateFromDaysSince() function has an invalid first argument, '1' is not a date.
by ArndW
Wed Oct 05, 2005 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing .xls or .mdb files in a Unix directory
Replies: 18
Views: 7736

I don't think that type of an area (i.e. a section/forum) is a good idea - known limitations can be found with a search and there is already a forum for enhancement or change wishes (where your two issues should go). I don't know where one would draw a line between limitations and wishes - stating t...
by ArndW
Wed Oct 05, 2005 5:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing .xls or .mdb files in a Unix directory
Replies: 18
Views: 7736

I agree with the stored procedure issue (which I hadn't known about); the .XLS stuff of UNIX is just something that has always been an issue to a few (I've had the same problem at sites before). The DataDirect drivers for UNIX XLS are not part of the deal with packaged drivers, that would have cost ...
by ArndW
Wed Oct 05, 2005 4:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing .xls or .mdb files in a Unix directory
Replies: 18
Views: 7736

Bangorlad, I disagree with your assertion that Ascential should write a driver - accessing XLS files on a UNIX host is not part of the expected or mainstream processing for this product, and as such the engineering effort required to write a special solution and maintain it is not worth it to Ascent...
by ArndW
Wed Oct 05, 2005 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts in PX
Replies: 3
Views: 2062

Sreeprabha, you really need to read the installation guide AND follow the instructions in it. Your APT configuration file needs to be modified (you are using the default unchanged file according to the error message) and you need to set your environment variables per the installation guide so that t...
by ArndW
Wed Oct 05, 2005 12:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do you handle missing coloumns
Replies: 3
Views: 1367

These doubts can all be answered by using SEARCH in this forum. Missing columns can be handled in the sequential stage definitions. You can specify attributes for each column and what you should do if it is missing on input. Of course this only works for columns missing from the end of the row, for ...
by ArndW
Tue Oct 04, 2005 11:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File corruption in UV_SCHEMA file/table
Replies: 8
Views: 2336

Hello Ray, the restores either evinced the same corruption or were incomplete (i.e. only a DATA.30 or a OVER.30 since they were using incremental backups) so the file needed to be FIXed, whereupon the same problems cropped up. The VERIFY.SQL SCHEMA {pathname} showed inconsistancies that were not cor...
by ArndW
Tue Oct 04, 2005 11:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOb getting aborted due to dsintbuf_getrow()
Replies: 1
Views: 630

Is this error reproduceable at the same row? Is it reproduceable with the same data when run manually? If it is sporadic, does the error occur when particular conditions exist on the server - i.e. when it is very heavily loaded or lightly loaded, when there are more than normal users?
by ArndW
Tue Oct 04, 2005 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage running slow due to multi instance issues
Replies: 4
Views: 2252

The only solution you need is to do some better design, this is not a problem with single- or multi-instace jobs but at a lower level. At a very abstract level you might say that it takes 5000 seconds do to a job. If you split this up into 500 jobs that each need only 10 seconds you will get a box f...
by ArndW
Tue Oct 04, 2005 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File corruption in UV_SCHEMA file/table
Replies: 8
Views: 2336

Ray - thanks for the suggestion, we tried that earlier and got an invalid schema error. The issue with that corrupted file is that now all projects are 'protected' and cannot be unprotected! The restores done won't work either, the UV_SCHEMA file is still inaccessible to both root and dsadm. I looks...