Search found 138 matches

by antonyraj.deva
Thu Jun 10, 2010 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Upsert option
Replies: 23
Views: 13805

ora_Sample_load,1: Operator terminated abnormally: received signal SIGBUS main_program: APT_PMsectionLeader(2, node2), player 7 - Unexpected exit status 1. APT_PMsectionLeader(1, node1), player 8 - Unexpected exit status 1. The "SIGBUS" error is a unix memory access error that occurs when...
by antonyraj.deva
Thu Jun 10, 2010 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to eliminate left & right side zero's
Replies: 7
Views: 3605

ray.wurlod wrote: These functions do not exist in the Transformer stage.
Sorry Ray...was little confused :? :(
by antonyraj.deva
Thu Jun 10, 2010 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Upsert option
Replies: 23
Views: 13805

devidotcom wrote:This issue is yet open.. can anyone help. Now values i used for the environment variables did not work for jobs which had record count >100000.

Please help.
Which environment variables are creating the error? Provide the complete error log.

--Tony
by antonyraj.deva
Thu Jun 10, 2010 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to eliminate left & right side zero's
Replies: 7
Views: 3605

TRIML and TRIMT functions in a transformer with "0" specified as the character to be removed.

--Tony
by antonyraj.deva
Wed Jun 09, 2010 5:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove all duplicate records
Replies: 6
Views: 2330

ds_dwh wrote:co1,col2,col3
100,a,hyd
101,b,hyd
102,c,blore
Remove Duplicate stage works based on a key column. Firstly, What is your key column? And also your required output is unclear.

Thanks,
Tony
by antonyraj.deva
Wed Jun 09, 2010 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobs are aborting when running. Below is the error message
Replies: 3
Views: 1411

This may indicate a system error when lots of processes are running in parallel at the same point. Check if you've get a core file generated in $DSHOME and your DataStage project directory, if yes then it is mostly a memory leaking issue. Try recompliling the job after restarting the server. It migh...
by antonyraj.deva
Wed Jun 09, 2010 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validate email ID
Replies: 7
Views: 3151

you can check few other things also for example: 1) there is only one and only one @ symbol available in email id 2) no occurrence of two consecutive periods i.e. (..) You can add an indexed lookup for the known Mail service providers to the above two checks for better results. :wink: Thanks, Tony
by antonyraj.deva
Wed Jun 09, 2010 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Key column in schema file
Replies: 12
Views: 9386

The syntax for mentioning a record in a schema file is

Code: Select all

Column Name:Nullability:Data Type [Length] {Key}
Example

Code: Select all

record(name:not nullable:string:[255] {Key};value1:int32;date:date)
Thanks,
Tony
by antonyraj.deva
Wed Jun 09, 2010 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not load "V10S0_JobName"
Replies: 14
Views: 8265

Check for the value of the APT_TRANSFORM environment variable in the server :idea:

Thanks,
Tony
by antonyraj.deva
Wed Jun 09, 2010 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improve performance with multiple transformers
Replies: 24
Views: 8246

One or two examples of the complex elements can make things easier to think about an alternate ETL design. :idea:

Thanks,
Tony
by antonyraj.deva
Wed Jun 09, 2010 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load into Fixed length file
Replies: 9
Views: 4644

Re: Load into Fixed length file

If the file's table definition is defined as fixed length columns, then the load will be automatically done. In the table definition if the length of the columns are specified exactly, then the nulls also will have spaces equal to the length mentioned. The data is coming like this. Batch_ID file_na...
by antonyraj.deva
Wed Jun 09, 2010 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load into Fixed length file
Replies: 9
Views: 4644

Re: Load into Fixed length file

If the file's table definition is defined as fixed length columns, then the load will be automatically done.

Firstly, Did you try loading data in to the target file? :?:

Thanks,
Tony
by antonyraj.deva
Wed Jun 09, 2010 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Level Config File & Conditional Schema
Replies: 6
Views: 4039

Re: Stage Level Config File & Conditional Schema

1. There is an option to set Configuration File in every stage. For example, I might want to use a different configuration file in a Join Stage and use a different one in a Copy Stage. DataStage gives us that flexibility, however, for some reason, it is not enabled in my project. I'm not sure wheth...
by antonyraj.deva
Fri May 28, 2010 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join behaves strangely
Replies: 20
Views: 8084

DS1 has plainty of columns, so just a sample: Code|Group|Detail| 123|"A"|"Hello" 123|"B"|"Bye" 300|"C"| 900|"A"|"World" DS2 has only two columns: Code|Key_Col 123|1 300|2 900|3 I want to have on my output: Code|Group|Detail|Key_C...
by antonyraj.deva
Thu May 27, 2010 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer details
Replies: 5
Views: 1809

Wont "Help" button take you to "DOCUMENTATION" link..? :wink:

-Tony