Search found 13 matches

by prashanthgovindaraj
Mon Feb 11, 2008 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Issue
Replies: 4
Views: 1312

DSguru2B wrote:Any warnings? Like nullable column going to a not null column, etc? Keep in mind, parallel engine is strict in this sense.

No Warning found.
by prashanthgovindaraj
Mon Feb 11, 2008 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Issue
Replies: 4
Views: 1312

Transformer Issue

I have some 50 k records which flows into a transformer(i/p link). I take a 2 links out of the transformer. There are no contraints mentioned in the transfomer, however I find a record mismatch b/w i/p and o/p links. any idea why it happens??
by prashanthgovindaraj
Thu Feb 07, 2008 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert delimited file to fixed width file.
Replies: 5
Views: 2539

How to convert delimited file to fixed width file.

How to convert delimited file(comma delimited) to fixed width file?. Kindly advise.
by prashanthgovindaraj
Tue Jan 29, 2008 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert Nullable field to Non-Nullable field.
Replies: 3
Views: 1652

richdhan wrote:Hi,

Search for handle_null.

HTH
--Rich

Can u be more specific please? I'm unable to identify handle_null
by prashanthgovindaraj
Tue Jan 29, 2008 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert Nullable field to Non-Nullable field.
Replies: 3
Views: 1652

How to convert Nullable field to Non-Nullable field.

I need to convert a Nullable field to Non-Nullable field using a Modify Stage.

Kindly Suggest.
by prashanthgovindaraj
Tue Jan 29, 2008 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PMPlayer::APT_PMPlayer: fork() failed -- Fatal
Replies: 2
Views: 2138

APT_PMPlayer::APT_PMPlayer: fork() failed -- Fatal

All, I get an error as stated below. node_node1: Fatal Error: Unable to start ORCHESTRATE process on node node1 (colby): APT_PMPlayer::APT_PMPlayer: fork() failed, Not enough space. Not enough space. - What does this mean? There is no space in /pxwork disc slice or There is no space in Virtual Memor...
by prashanthgovindaraj
Wed Jan 23, 2008 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting BigInt(Int64) to Integer(Int32) in Modify Stage
Replies: 4
Views: 4273

ray.wurlod wrote:

Code: Select all

OutputColumn:int32=InputColumn 
or

Code: Select all

OutputColumn:nullable int32=InputColumn
Input column is of data type int64. This will generate "possible loss of precision" war ...

I get a warning when i tried to implement the idea. The warning needs to be avoided. What needs to be done here??
by prashanthgovindaraj
Wed Jan 23, 2008 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting BigInt(Int64) to Integer(Int32) in Modify Stage
Replies: 4
Views: 4273

Converting BigInt(Int64) to Integer(Int32) in Modify Stage

Can i have the syntax/example for Converting BigInt(Int64) to Integer(Int32) in Modify Stage.
by prashanthgovindaraj
Mon Jan 07, 2008 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limiting the no. of records while running the job.
Replies: 1
Views: 1135

Limiting the no. of records while running the job.

When i run the job thru director i'm unable to limit the no. of records because the Option to limit the no. of records in the Limit Tab is disabled. Can some one suggest to enable this tab?
by prashanthgovindaraj
Tue Oct 30, 2007 11:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Orchestrate Schema Error
Replies: 7
Views: 2640

ArndW wrote:Does the file exist and if so, what are the permissions? Does your userid have write permission to that directory? ...
Its not a file its an Oracle table which I'm trying to import..
by prashanthgovindaraj
Tue Oct 30, 2007 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Orchestrate Schema Error
Replies: 7
Views: 2640

ArndW wrote:Does the file exist and if so, what are the permissions? Does your userid have write permission to that directory? ...
Its not a file its an Oracle table which I'm trying to import..
by prashanthgovindaraj
Tue Oct 30, 2007 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Orchestrate Schema Error
Replies: 7
Views: 2640

Re: Import Orchestrate Schema Error

bkamila wrote:Log in as dsadm and run the job and see if you get the error. If you do not get error, then file permission error.

What is the password for dsadm..??
by prashanthgovindaraj
Tue Oct 30, 2007 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Orchestrate Schema Error
Replies: 7
Views: 2640

Import Orchestrate Schema Error

I get the error " Error Writing to RT_SCTEMP/RunParallel_8871.13981.sh" while creating the Orchestrate Schema. How can it be solved...??? Pl. advise..