Search found 11 matches

by D0n1117
Sat Apr 23, 2011 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job aborted for Not enough space on node frs-diis
Replies: 6
Views: 7880

I had the same problem with the same error with a lookup stage with 5 sequential files (4 as lookups). Plenty of scratchdisk, space was not an issue as the error indicates. All partitioning was set to Auto. I changed the partitioning to "Same" for the input and "Entire" for the l...
by D0n1117
Sat Apr 23, 2011 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Abort
Replies: 5
Views: 5629

I had the same problem with the same error with a lookup stage with 5 sequential files (4 as lookups). Plenty of scratchdisk, space was not an issue as the error indicates. All partitioning was set to Auto. I changed the partitioning to "Same" for the input and "Entire" for the l...
by D0n1117
Sat Apr 23, 2011 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning sort and Sort Stage
Replies: 5
Views: 4304

Re: Partitioning sort and Sort Stage

I had the same problem with the same error with a lookup stage with 5 sequential files (4 as lookups). Plenty of scratchdisk, space was not an issue as the error indicates. All partitioning was set to Auto. I changed the partitioning to "Same" for the input and "Entire" for the l...
by D0n1117
Wed Mar 30, 2011 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error--invoke GenRuntime using phantom process helpe
Replies: 13
Views: 23071

Re: compile error--invoke GenRuntime using phantom process h

nirav_2004 wrote:We had same issue, but after tuning the Windows OS as per the link below errors went away....

http://www-01.ibm.com/support/docview.w ... wg21318253
This worked for me as well (although the reboot could have had something to do with it. Will reply if the problem comes back.
by D0n1117
Wed Mar 09, 2011 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File stage with Variable Length rows
Replies: 6
Views: 12922

perhaps slight misunderstanding :),

does the Complex flat file stage support record_delim_string ? if so where and how do I define it ? Version used 8.5

Thanks
by D0n1117
Wed Mar 09, 2011 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File stage with Variable Length rows
Replies: 6
Views: 12922

Fixed length is defined in file options. I have tried with variable option as well but still failing with input buffer overflow. Meta data is defined appropriately. Record delimiter I am using in this case is "\n" or unix newline both are producing the same result. Not sure how to define C...
by D0n1117
Wed Mar 09, 2011 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File stage with Variable Length rows
Replies: 6
Views: 12922

Complex Flat File stage with Variable Length rows

I have an incoming file which I would like to read utilizing complex flat file stage. I do not have the cobol file definitions. Data looks like the following AAA123sdg20101120(0D0A) -->header BBB2345ABCDE555(0D0A)--> Batch header CCC123 asdasdfadf 20101019 v567(0D 0A record delimeter) Detailed recor...
by D0n1117
Thu Jan 06, 2011 7:36 am
Forum: General
Topic: Intermittent Remote DataStage Connection Issue
Replies: 4
Views: 3691

Ray - I just experienced the problem again, so then I checked the administrator client to see if I could log in. I could, so then I tried the Designer client again and was able to log on there as well. I will keep checking and see if this is coincidental or not. Chanaka - I checked the partitions an...
by D0n1117
Tue Jan 04, 2011 12:57 pm
Forum: General
Topic: Intermittent Remote DataStage Connection Issue
Replies: 4
Views: 3691

Intermittent Remote DataStage Connection Issue

We are having an intermittent connection error when trying to connect to a DataStage 8.5 server from a remote DataStage 8.5 client. The error that I get is just a generic javax connection error. When I can't connect, I get the error when trying to get the project list from the dropdown (first authen...
by D0n1117
Fri Dec 24, 2010 2:34 pm
Forum: IBM QualityStage
Topic: Standardize multiple date columns
Replies: 5
Views: 4553

Each rule set can only be used once in a STN stage. This is because the output column is formed based on the rule set name. If you were able to use the same rule set more than once, you would get the duplicate column names, and that is not allowed in DataStage/QualityStage. You can copy VDATE four ...
by D0n1117
Fri Dec 24, 2010 1:44 pm
Forum: IBM QualityStage
Topic: Standardize multiple date columns
Replies: 5
Views: 4553

Standardize multiple date columns

I am trying to standardize multiple date columns (and other multiple columns) from custom rules sets. When I try to add 5 vDate standizations (one for each date), I get an error that says "Cannot add the same process twice". When adding all the dates into the vDate rule set, i only get one...