Search found 78 matches

by senthilmp
Mon Jun 01, 2009 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String extraction
Replies: 3
Views: 1452

String extraction

Hi, I dont want to extract the last four characters of the string. But the no of characters in the string is not know. Can you let me know what function should i use to achieve this? For Eg: in the following string: FY200901041233501234 - the last 4 character i.e 1234 shoud be eliminated and the res...
by senthilmp
Tue May 19, 2009 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of special character to normal character
Replies: 9
Views: 2351

Ok, But then why the special character is not being written to the Hashed file if its None by default. Actually we have three different datastge environment(Dev,QA & Prod). In two of the environment the special character is being written into hashed file as it is. But in one(prod) environment we...
by senthilmp
Tue May 19, 2009 12:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of special character to normal character
Replies: 9
Views: 2351

So by default the NLS setting for HASHED file is NONE?
by senthilmp
Mon May 18, 2009 11:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of special character to normal character
Replies: 9
Views: 2351

Where should i specifically set the map setting for Hash File, because i dont see any option for settign the NLS setting specifically for Hash File.
by senthilmp
Mon May 18, 2009 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of special character to normal character
Replies: 9
Views: 2351

Sure, with Convert() for example... but why? They're not really equivalent and a better solution would be to load them as is. What issue are you having? ... The issue what am facing is , the special character is read from a oracle table and its being written as it is to oracle target. But in betwee...
by senthilmp
Mon Apr 20, 2009 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: couldn't set locale correctly
Replies: 5
Views: 1743

That's it, eh? Not seen that before. Do any other warnings or errors come with it or just that is what is logged? Also, how often is 'often'? Do the jobs / times of occurance have anything in common? ... No i get this error only.. and there isnt any recurrence of failure and job success, seems to b...
by senthilmp
Mon Apr 20, 2009 12:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: couldn't set locale correctly
Replies: 5
Views: 1743

chulett wrote:Best if you post the actual, unedited message from the log. ...
Below is the exact error msg i get from the log:

Type1FixedPriceCTCJob..Trf_Condition_Check: |couldn't set locale correctly
by senthilmp
Fri Apr 17, 2009 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: couldn't set locale correctly
Replies: 5
Views: 1743

couldn't set locale correctly

Hi, Often my DS job gets failed with the message
|couldn't set locale correctly, Can you help me how to resolve this error?
by senthilmp
Thu Apr 09, 2009 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirement like PIVOT
Replies: 3
Views: 1281

Ok thanks, and i posted this message in server Forum only, dont no in which forum its currently in
by senthilmp
Thu Apr 09, 2009 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirement like PIVOT
Replies: 3
Views: 1281

Requirement like PIVOT

Hi, Currently am trying to do the following: Have source data as follows: ID Name FYM Qty Sales 1 A 200901 1 500 2 B 200902 5 1000 3 C 200901 4 150 4 D 200902 2 252 5 E 200903 9 785 6 F 200903 7 451 7 A 200902 4 410 I have to load into target as below: ID Name 200901Qty 200901Sales 200902Qty 200902S...
by senthilmp
Thu Mar 12, 2009 11:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating Job
Replies: 2
Views: 763

No the records are not processed, its taking the same amount of time to validate also. Stages used Oracle Source Stage, Sequential file for doing lookup and target Oracel Stage. The jobs does the following: Selection from a master dimension table with certain condition and does a look up from the Se...
by senthilmp
Thu Mar 12, 2009 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating Job
Replies: 2
Views: 763

Validating Job

Hi, I have validated some jobs from the sequence,but the job is actually running its not just getting validated(but in director log i can find the result as Validated OK) Scenario: The job takes 16 minutes to run, so in order to do a testing i validated this particular job, but the validation is als...
by senthilmp
Wed Mar 11, 2009 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Byte Order Mark
Replies: 4
Views: 2065

Byte Order Mark

Hi,

I am trying to load a file which contains characters with Byte Order Mark
( ). Can you pls let me know how to indicate the BOM while loading into datastage, i tried with changing different NLS but the file is not getting loaded, pls help me out to solve this.

Thanks,
Senthil
by senthilmp
Tue Feb 24, 2009 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unlocking the DS job
Replies: 2
Views: 1698

Unlocking the DS job

Hi,

One of my datastage job is locked can you pls help me out how to unlock it?

If i click the click the job to open, it states that job is beign accessed by someone, but no one access it.
by senthilmp
Wed Feb 11, 2009 5:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to schedule jobs in Datastage
Replies: 1
Views: 1151

How to schedule jobs in Datastage

Hi,

I want to schedule jobs in datastage, can you guide me how to schedule the jobs in Datastage Server Edition ?