Search found 41 matches

by lfong
Tue Apr 03, 2007 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Component DSSE_ServerEngine problem
Replies: 9
Views: 4311

If you have installed the server, why would you need the client? The director, developer and administrator should be there after the install.
by lfong
Tue Apr 03, 2007 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Column Name Change
Replies: 9
Views: 20767

The error is occuring on the read(oraread). I an using the Oracle enterprise stage for the source.
by lfong
Tue Apr 03, 2007 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Column Name Change
Replies: 9
Views: 20767

Modify Stage Column Name Change

I am using the modify stage to change a column name that has '-' (Specification = CAUSE_EN = Cause-en). When I run the job, I get the following error: main_program: Syntax error: Error in "oraread" operator: Error in output redirection: Error in output parameters: Error in modify adapter: ...
by lfong
Tue Mar 27, 2007 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Stage Error with Oracle Enterprise
Replies: 7
Views: 3606

It seems that the problem is only with character data. The target field definition is larger than the source.
On the table definition for the target, the final delimeter is set to none, record delimeter string is set to DOS format, record length is fixed.
by lfong
Mon Mar 26, 2007 2:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 2GB Limit on Hash File regarding blink error
Replies: 10
Views: 2412

If you do not have Parallel Extender (EE) you can always create a 64bit hash file.
by lfong
Mon Mar 26, 2007 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Stage Error with Oracle Enterprise
Replies: 7
Views: 3606

Ray,
I used the oracle plug in metadata definitions for the source and target tables.
What is the Orchestrate orchdbutil facility
by lfong
Thu Mar 22, 2007 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Stage Error with Oracle Enterprise
Replies: 7
Views: 3606

Copy Stage Error with Oracle Enterprise

I am using the Oracle Enterprise source with copy stage to copy Oracle data to a staging area. On the character data, I am getting the following error when looking at the log file: Record xxxx: Rejected - Error on table xxxxxx, column xxxxxx. ORA-01401: inserted value too large for column. Director ...
by lfong
Tue Mar 13, 2007 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: special characters in column names
Replies: 1
Views: 746

special characters in column names

I am working with version 8 and have the following problem with Oracle column names. My source has column names with '$'(CLAIMED$), #(phone#). When importing the definitions, the # gets changed to _036_, the # _035_. Can I fix this rednaming the colums using the modify stage. If so, would I use the ...
by lfong
Mon Mar 12, 2007 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trim trailing characters
Replies: 7
Views: 1320

trim trailing characters

I am trying to trim all trailing characters after a '(' eg. abcdef (xxxx) would become abcdef
The trim function will not work because the trailing or leading function will only remove the '('.

What would be the best way to do this?

Thanks
by lfong
Wed Mar 07, 2007 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director job monitoring warning message
Replies: 4
Views: 1816

Director job monitoring warning message

When running a parellel job, I am getting the following warning message:
Failed to initialize job monitoring. Monitor information will not be generated. [osh.C:754].

I have set APT_NO_JOBMON to false.

What would cause this error and how do I fix the problem.

Thanks
by lfong
Tue May 16, 2006 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Unload and Nulls Question
Replies: 0
Views: 1379

DB2 Unload and Nulls Question

I have a data source that is an unload of a db2 table. I am using the FTP stage to bring the data over to the server and CFF stage to convert the data from ebcdic to ascii. I have imported the COBOL portion of the dclgen to use as my layout for the conversion.. I have several fields on my source tha...