Search found 1215 matches

by narasimha
Sat May 08, 2010 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2 GB limit on Oracle Bulk load Stage ?
Replies: 6
Views: 3031

OK I got a patch from IBM which solved my issue - JR35254.
HTH
by narasimha
Wed May 05, 2010 10:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2 GB limit on Oracle Bulk load Stage ?
Replies: 6
Views: 3031

Ray,

The executing user has same values too. Also the target location has plenty of free space.
by narasimha
Wed May 05, 2010 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2 GB limit on Oracle Bulk load Stage ?
Replies: 6
Views: 3031

2 GB limit on Oracle Bulk load Stage ?

We are currently running into an issue when the dat file created by the Oracle Bulk Load Stage exceeds 2 GB. The design of the job is pretty straight forward. OCI -----> Transformer ------> Oracle Bulk Load Error from log WSLdFactUsage_P1..Trf_Sur_Key: Error writing to the file: /data/etldata/Contro...
by narasimha
Mon Mar 29, 2010 6:06 pm
Forum: General
Topic: Make UNIX command disappear from the job log
Replies: 9
Views: 5349

If you want to go the "Execute Command Activity" route -
Enter /NOLOG/ as the starting text in the parameter field.
This prevents the parameters from being logged in the job logs.
by narasimha
Mon Feb 01, 2010 11:58 pm
Forum: General
Topic: Sequence "All" Behaviour
Replies: 5
Views: 2304

Thanks for the clarification, Appreciate your inputs.
by narasimha
Sun Jan 31, 2010 11:02 pm
Forum: General
Topic: Sequence "All" Behaviour
Replies: 5
Views: 2304

Ray - That is right, I would not want to wait for all jobs (Job1, Job2 and Job3) to finish before it gets to the next set (Pardon my miscommunication) If any of them finishes, I would want to get to the next batch. But the last batch waits for all the prior jobs to complete before it signals that th...
by narasimha
Sun Jan 31, 2010 2:56 pm
Forum: General
Topic: Sequence "All" Behaviour
Replies: 5
Views: 2304

Sequence "All" Behaviour

We have an existing job sequence design as below Any Any All Job1------|------Job4------|------Job7------| | | | Job2------|------Job5------|------Job8------|------>Notify | | | Job3------|------Job6------|------Job9------| Above is just a sample of the jobs, there are around 20 jobs that are run si...
by narasimha
Sun Jan 31, 2010 2:40 pm
Forum: General
Topic: Naming convention for Projects and Net Service Name
Replies: 4
Views: 1983

Valuable suggestions... Thanks Craig!
I miss walking up to you for my questions :wink:
by narasimha
Sun Jan 31, 2010 12:37 pm
Forum: General
Topic: Job dependancy between different DS projects
Replies: 10
Views: 4663

If you are looking for different approaches, you could also consider creating a combination of touch files and "Wait for file Activity"
by narasimha
Sun Jan 31, 2010 12:27 pm
Forum: General
Topic: Naming convention for Projects and Net Service Name
Replies: 4
Views: 1983

Thanks for the reply. True, we are going to have a UAT environment too, we would call it something like XXX-UAT. Since these environments would be on complete different machines, we were debating the purpose of naming if differently, but I get when it comes to Versioning, it is better to have differ...
by narasimha
Sun Jan 31, 2010 12:54 am
Forum: General
Topic: Naming convention for Projects and Net Service Name
Replies: 4
Views: 1983

Naming convention for Projects and Net Service Name

Hi all, We are moving to a new set of DataStage servers and looking to see if we should use the same names for projects across all the environments, or different: Example XXX-DEV, XXX-TEST and XXX-PROD Also want to know if the oracle net_service_name (in the tnsnames.ora file) should be the same nam...
by narasimha
Fri Dec 25, 2009 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE LOAD ERROR
Replies: 3
Views: 2027

This is an oracle connection error.

Below is one of the link, to get details about the oracle error

http://ora-12154.ora-code.com/
by narasimha
Wed Dec 16, 2009 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: installation
Replies: 7
Views: 3797

Post your exact error message, for anybody to help you out.
If you already have the information use the same, since it would be specific to your company.
by narasimha
Wed Dec 16, 2009 12:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No SQL visible in the Job Logs
Replies: 3
Views: 1657

Craig, this is true with Server jobs too. I am unable to see the SQL in the logs for server jobs which uses an OCI/ODBC stage. :(

Sajid, Thanks for sharing the information. Making this parameter to "TRUE" does display the SQL information in the parallel jobs.
by narasimha
Tue Dec 15, 2009 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No SQL visible in the Job Logs
Replies: 3
Views: 1657

No SQL visible in the Job Logs

Hi all, I am unable to see the SQL queries that are being used in job, from the job logs. This is the same, when using Oracle OCI or ODBC stage. Same behavior while connecting to any database. Is there any parameter that needs to be enabled or do we need a patch? Please share if you have had similar...