Search found 97 matches

by verify
Sun Apr 13, 2008 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_SCTEMP/job_INSERT_INVOICE_SECTION_STATUS_CABS.100556.fifo
Replies: 13
Views: 6020

kumar_s wrote:Yeah, first task for tomorrow. The job is locked as well. I cant even delete and reimport.
Dear Ray/Kumar,

I am running around 100 jobs in parallel of which 50 jobs are getting locked due to the above fifo file locked error. What could now be the possible solution for the above issue.

Thanks.
by verify
Thu Apr 10, 2008 5:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP EE stage to access data on mainframe system
Replies: 3
Views: 3444

FTP EE stage to access data on mainframe system

Hi We are trying to access a file on the mainframe using the FTP Enterprise stage and are using the following syntax in the URI tab(as per the parallel job developers guide):- ftp://hostname/\'path.filename\' However we get the following error. ##E IIS-DSEE-TFOR-00089 23:34:27(001) <FTP_Enterprise_0...
by verify
Thu Apr 10, 2008 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database connections for around 200 Jobs
Replies: 8
Views: 3427

Jobs will need as many connections as you have DB stages. Yes, that is 'common' - what is uncommon is attempting to run 200 jobs at the same time. Unless you've ensured both your hardware and database resouces have been configured accordingly. Dear Chulett/Ray, Thanks for your response. What could ...
by verify
Thu Apr 10, 2008 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database connections for around 200 Jobs
Replies: 8
Views: 3427

Thank you for the quick reply.

I am new to datastage. We have nearly 350 jobs and each job opens a oracle connection. Is it a standard practice to use 1 connection per job? Or is there any connection pooling concept in datastage?[/quote]
by verify
Thu Apr 10, 2008 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to configure of G++ compiler
Replies: 0
Views: 985

How to configure of G++ compiler

We have installed DataStage 8.x on RHL 4.5. We have tried few options of using (g++, gcc, gcc32) on Administrator console. When we compile a job, it throws error. Following are some notes of my config and the errors: Config: -compiler 'g++' -compileopt '-O -fPIC -Wno-deprecated -c' -linker 'g++' -li...
by verify
Thu Apr 10, 2008 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database connections for around 200 Jobs
Replies: 8
Views: 3427

Database connections for around 200 Jobs

Hi, I have a sequencer which calls around 200 jobs in parallel. When I run the sequencer around 150 jobs are aborting due to Connect(eg. ORA-12518: TNS:listener could not hand off client connection) errors. Its not able to open more number of connections parallely. Do we need to change the hardware ...
by verify
Wed Apr 09, 2008 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler Error
Replies: 1
Views: 907

Compiler Error

We use IS8.x on Linux. while compiling a job, having transformer, we got the following error. We used the options of g++, gcc32 and gcc options. But all are failing. we have gcc compiler on the RHL OS that we are using. Can anyone help why this error is coming and what we need to check. ##I IIS-DSEE...
by verify
Tue Apr 08, 2008 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_SCTEMP/job_INSERT_INVOICE_SECTION_STATUS_CABS.100556.fifo
Replies: 13
Views: 6020

Hi Ray/Kumar,

Thanks for your response. The invocation id for the current run of job is 100556. Does this imply that I am using the same invocation id for 2 jobs due to which I am getting this error. Please confirm my understanding.

Thanks.
by verify
Tue Apr 08, 2008 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding oracle error with indexes enabled
Replies: 8
Views: 6420

Still the option is "Maintenance"
by verify
Tue Apr 08, 2008 6:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding oracle error with indexes enabled
Replies: 8
Views: 6420

I am getitng the following error after choosing the index mode="Maintenance" Ora_Ent_FILE_STATUS: Indexes on table 'VERIFY_CON.FILE_STATUS' preclude direct parallel loading unless an index option is included. Add an index option or drop indexes and rerun step. I have also set ORACLE_SQL_LO...
by verify
Sun Apr 06, 2008 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding parameterisation in DRS stage
Replies: 7
Views: 1517

Sorry for the late reply.....Chulett its working ...Thank you for your solution.Now i will mark this topic as resolved
by verify
Sat Apr 05, 2008 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Premature EOF on node
Replies: 4
Views: 3491

We are using load option in the oracle enterprise stage .Also there are indexes and partitioning enabled on the tables .
by verify
Sat Apr 05, 2008 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding oracle error with indexes enabled
Replies: 8
Views: 6420

Thank you for reply. We have used "Maintenance" option in oracle entreprise stage after that we are getting following error in sqlldr log files and DataStage job also getting aborted. Please advice us how to resolve the issue. The following index(es) on table VERIFY_IDS.SECABS_RECORDS were...
by verify
Fri Apr 04, 2008 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding oracle error with indexes enabled
Replies: 8
Views: 6420

We have created partitioned index in oracle table and we are using oracle enterprise stage optioin with rebuild option and getting the following errors "The index-rebuild options may not be used on a partitioned index" When we try with "Maintenance" option on enterprise stage we ...
by verify
Fri Apr 04, 2008 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performamnce of compilation
Replies: 1
Views: 653

Performamnce of compilation

Hi, We have installed datastage on RHLinux Environment: datastage v 8.01 - on RH linux 4 update 5 (no patches) Scenario 1: Job is having 3 stages. Seq ---->>>> Transformer ---->>>> oracle database Login Time : 3 min Open folder : 4 min Designing Job : 4 min Compiling a job : 10-14 min Running a job ...