Search found 19 matches

by sri_vin
Mon Apr 22, 2013 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup warning
Replies: 2
Views: 2088

Re: lookup warning

Set the preserve partitioning flag to "Clear" upstream of these stages

Sri
by sri_vin
Mon Aug 13, 2012 1:47 am
Forum: IBM QualityStage
Topic: Match_Frequency Error: Input not sorted at record #
Replies: 8
Views: 10504

Please check your fork joins.
Please check your network bandwidth.
by sri_vin
Mon Jul 23, 2012 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting this error while reading data from SQL Server
Replies: 4
Views: 10470

Hi

Please check your SQL code. It might have some un-printable character in it. You may need to replace them.

regards
Sriram
by sri_vin
Fri Apr 13, 2012 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator + Partition
Replies: 12
Views: 11025

=> means Parallel to Parallel (SAME).

As Ray said you will study this in Advanced Data Stage course.
by sri_vin
Fri Apr 13, 2012 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An insert, update, or delete statement failed to run
Replies: 15
Views: 25395

1. First check the record lock
2. Second turn the score on and check where it is failing
3. If it is failing as soon as you start the job then reduce the no of nodes.

hope it helps
by sri_vin
Thu Apr 12, 2012 9:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameters for ODBC Delete - Not working
Replies: 9
Views: 3419

If you are using a job parameter then it should say something like that

WHERE dq_ExceptionKey = #exception_key#

or if it is going to be a value from one of the table column then you can say as Eric mentioned

WHERE dq_ExceptionKey = ORCHESTRATE.del_ExceptionKey

Sri
by sri_vin
Wed Apr 20, 2011 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error
Replies: 1
Views: 6744

Internal Error

Can anyone come across this error before?
What needs to be done to get rid of the error?


main_program: Internal Error: (minIndex < m_outputLinkObjArraySize): pxbridge.C: 3313
Traceback: Could not obtain stack trace; check that 'gdb' and 'sed' are installed and on your PATH
by sri_vin
Tue Mar 15, 2011 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: odbcPopulate,1: Fatal Error: Null value on the accessor inte
Replies: 3
Views: 2951

The error is

odbcPopulate,0: Fatal Error: Null value on the accessor interfacing to field "contract_beneficiary_nomination_comment".
by sri_vin
Tue Mar 15, 2011 9:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: odbcPopulate,1: Fatal Error: Null value on the accessor inte
Replies: 3
Views: 2951

odbcPopulate,1: Fatal Error: Null value on the accessor inte

Hi I have field contract_beneficiary_nomination_comment that has data type varchar and length 8000. I set this field to "NULL" using setnull() function. When i run the job, I am getting following error. Can anyone help me? If I assign a blank instead of null then it works fine. Thanks Sri
by sri_vin
Thu Dec 09, 2010 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing the Record Count & Array Size
Replies: 3
Views: 4519

ray.wurlod wrote:Export the entire project, edit the DSX file, then import the entire project with "overwriting" set.
Thanks Ray

How about for the new ones? Is there a place we can change the default settings?

Sriram
by sri_vin
Wed Dec 08, 2010 7:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing the Record Count & Array Size
Replies: 3
Views: 4519

Changing the Record Count & Array Size

Hi

We have to change the array size and record count from 2000 to minimum no say 1 for every odbc stage.

Is there is any way we can change them globally?

Your help on this is much appreciated.

Regards
Sriram
by sri_vin
Sun Nov 21, 2010 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Read Temp_testxml601 from OMD.XML.DIR
Replies: 2
Views: 2822

Thanks Ray!

I searched the forum as well. The warning still appears though it is not causing any functional problem.

regards
Sriram
by sri_vin
Sun Nov 21, 2010 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage and MySQL
Replies: 4
Views: 4381

Thanks Ray and Craig for your speedy response.

I am adopting the alternate approach as Ray suggested using the current date and time within Datastage.

Craig, The select statement doesn't work.
by sri_vin
Sun Nov 21, 2010 7:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage and MySQL
Replies: 4
Views: 4381

Datastage and MySQL

We are using MySQL database and using the MYSQL wire protocol ODBC driver supplied by IBM The following SQL statement doesn't work in ODBC connector stage. It works perfectly in MySQL. SELECT GetZZZDate() AS start_date , GetZZZTime() AS start_time , 'N' AS process_completed , GetZZZDate() AS end_dat...
by sri_vin
Sun Nov 21, 2010 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Read Temp_testxml601 from OMD.XML.DIR
Replies: 2
Views: 2822

Unable to Read Temp_testxml601 from OMD.XML.DIR

My job has following three stages External Source -> XML Input stage -> ODBC Connector stage The XML Input stage reads the xml and and a table is created in the ODBC stage with values. While running the job, I am getting the following warning and it doesn't populate the table with any values. The ta...