Search found 56 matches

by ppgoml
Thu Feb 03, 2011 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rows are not inserting in Oracle Table
Replies: 9
Views: 5738

Hi, Thanks for quick reply. here i am loading the rejected records into oracle table. i have applied condition in transformer and passing the records to reject table. the reject link is showing the records but they are not inserting into reject table. oracle enterprise supports the reject link, you...
by ppgoml
Wed Feb 02, 2011 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rows are not inserting in Oracle Table
Replies: 9
Views: 5738

it seems your records were rejected by oracle enterprise stage. you could put a reject link on oracle enterprise stage, and export the rejected records into a flat file. There would be a sqlcode column(indicating why oracle rejects your row) appended to each record,and that would be useful for you t...
by ppgoml
Sun Jan 30, 2011 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Data Reconciliation
Replies: 22
Views: 16029

Ray,

can you also gave me a hint on how you implements (1) and (2) in datastage. There are same requirements from my client either.

Thanks for your sharing.
by ppgoml
Sun Jan 30, 2011 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [osh.exe] <defunct> process
Replies: 9
Views: 9143

I am wondering if this issue has been fixed in DataStage 8.1 Fixpack2.
Some of the my clients have the same the issue.
by ppgoml
Thu Jan 27, 2011 8:02 am
Forum: General
Topic: Changing db2 instance for WAS
Replies: 1
Views: 1221

IBM documented what you need in information center.

http://publib.boulder.ibm.com/infocente ... hange.html

fyi.
by ppgoml
Mon Jan 24, 2011 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which version of C++ Compiler do I need?
Replies: 5
Views: 7733

you have compiler runtime installed but you don't have compiler itself installed on your box.
by ppgoml
Mon Jan 24, 2011 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java transformer Error msg
Replies: 7
Views: 6005

I don't have any idea on your error messages, however, I remember that there are something wrong with java pack's debug methods, and you'd better avoid to use them. And another important point is that you need to compile your java code using the jdk with same version as that datastage uses.
by ppgoml
Mon Jan 24, 2011 7:20 am
Forum: General
Topic: dsjob not working through crontab
Replies: 10
Views: 4172

I think you should redirect output to a file yourself
by ppgoml
Fri Jan 21, 2011 1:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connectivity to AS/400 System
Replies: 15
Views: 12006

Can any body please confirm, Do i have to install the iseries access software on the Datastage Server(Unix) but the name says "iseries access for windows" , Just the ODBC way would do to connect to iseries access on datastage. There is an unix version of iseries access for odbc, but I am ...
by ppgoml
Fri Jan 21, 2011 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: config datastage cluster
Replies: 4
Views: 8814

config datastage cluster

I am doing configuration of a datastage cluster. I have two machine A and B. the OS version is RedHat Enterprise Linux 4.8 32bit, and the Datastage version is V8.1 fixpack2. I installed the datastage server on Machine A. and I setuped the trusted rsh on both A and B. according to the "Planning,...
by ppgoml
Mon Jan 10, 2011 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character conversion found converting to iso-8859-15
Replies: 2
Views: 2048

what's your character set in your data source?
by ppgoml
Mon Jan 10, 2011 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Spaces error at sequence level
Replies: 12
Views: 5183

you can try changing the data type from char to varchar in column definition, hope that helps
by ppgoml
Mon Jan 10, 2011 5:23 am
Forum: General
Topic: Datastage access
Replies: 10
Views: 3661

Yes dsadm was created while installing 8.0.1 on Unix.It was done by third party team. Can we change the password with the simple passwd commands. After you change the dsadm password on unix, you probably need to update your information server credential mappings if you have a information server use...
by ppgoml
Sun Jan 09, 2011 9:38 pm
Forum: General
Topic: Datastage access
Replies: 10
Views: 3661

if you create the user by the installation program, it would be a unix system account. you can issue passwd command on the unix system to change it