Search found 30 matches

by saj
Wed Jul 20, 2011 5:30 am
Forum: General
Topic: How to can we get the details of a stage via unix
Replies: 12
Views: 3414

Ray ,
Can you please tell me where this information is present in the sever?
I mean which path ?

And how to retrieve this?

Since dsjob -lstages will be accessing some data which is present in the unix server ..

Any help will be appreciated greatly..
by saj
Wed Jul 20, 2011 2:48 am
Forum: General
Topic: How to can we get the details of a stage via unix
Replies: 12
Views: 3414

I added a second transformer . It is showing the transformer but not the oracle stages .....
by saj
Tue Jul 19, 2011 10:03 am
Forum: General
Topic: How to can we get the details of a stage via unix
Replies: 12
Views: 3414

Yes , I am able to see the transformer..
by saj
Tue Jul 19, 2011 8:54 am
Forum: General
Topic: How to can we get the details of a stage via unix
Replies: 12
Views: 3414

The job is running fine . Issue is when I fire the dsjob lstages project jobaname command in unix it is not providing the stage names ..
by saj
Tue Jul 19, 2011 7:57 am
Forum: General
Topic: How to can we get the details of a stage via unix
Replies: 12
Views: 3414

I have four stages . Source is Oracle stage.From oracle stage we are loading the data into a hash file and from there via transformer into target table which is again a oracle table . But when I fire this command it is not providing the source oracle info . And for hash file it is giving with "...
by saj
Tue Jul 19, 2011 4:31 am
Forum: General
Topic: How to can we get the details of a stage via unix
Replies: 12
Views: 3414

How to can we get the details of a stage via unix

Hi All ,
I want to know how we can get the stage names via unix commands .
I tried dsjob -lstages <project> <JobName>
But it is not providing exact info .
For eg it is not providing the oracle stage info .

Is there any other way to identify the same ?
by saj
Fri Jun 10, 2011 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NEED URGENT HELP!!!!
Replies: 3
Views: 2484

NEED URGENT HELP!!!!

Hi All , Could you please help me in the below req. We are receiving 1 file from our source and this file needs to be loaded into the table . But the source system is sending a fixed length file of 1000 bytes or 3000 bytes . Can datastage server job handle this dynamically . For eg: Today they may s...
by saj
Tue Apr 19, 2011 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cant view data in 8.5 using the ODBC connector
Replies: 1
Views: 1332

Cant view data in 8.5 using the ODBC connector

Hi All , I am getting the below error message while trying to view data from ODBC connector . Failed to open native library : /opt/local/Information Server8.5/ASBNode/lib/cpp/libfcl.so:ld.so.1:java:fatal:libicuio.so32:open failed :No such file or directory Please let me know what may be the reason w...
by saj
Wed Feb 09, 2011 1:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replace
Replies: 6
Views: 2472

It is easily possible to do this with Ereplace() if that's the only occurrence of 301 in the data, otherwise you'd have to do some more manipulation to determine which occurrence of 301 to replace. R ... Hi Ray, Could you please let me know how to use with Ereplace since there will be multiple occu...
by saj
Wed Feb 09, 2011 4:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replace
Replies: 6
Views: 2472

Replace

Hi ,
I have a requirement for replacing a substr strting from 10th to 13th.
Ex:
Ad12345678301ATI

I need to replace the value starting from 10th position to 13th
In the above case 301 with 812.
please help .
Is it possible to do this with Ereplace .
by saj
Thu Jul 08, 2010 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format issue
Replies: 1
Views: 1207

Date format issue

I am getting the data in a seq file in the following format .
2008-12-09 00:00:00
While inserting into oracle table I am getting warning .
Should I perform a oconv on this data ?
Please advice
by saj
Thu May 06, 2010 1:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row-Delimiter & column Delimiter in Datastage
Replies: 1
Views: 3031

Row-Delimiter & column Delimiter in Datastage

Hi, Could you please help me out in the below questions. 1) If we have a file with combined row-delimiter (which means a char is appended in front of the new line char), is it possible to set the combined delimiter as the row delimiter in data stage? Field1|Field2|Field3${LR} Field1|Field2|Field3${L...
by saj
Tue Apr 27, 2010 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs are not aborting
Replies: 4
Views: 2025

Hi craig,
The automatically handle option is enabled ,but still its not aborting .
by saj
Tue Apr 27, 2010 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs are not aborting
Replies: 4
Views: 2025

Jobs are not aborting

Hi,
I have a seq which is calling 30 jobs .If one is failing the seq should abort , but I am facing a situation were if any of the jobs are failing the seq is not aborting . Can any one help me how to fix this .
by saj
Mon Apr 26, 2010 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Selecting first record from a table
Replies: 5
Views: 2903

Selecting first record from a table

Hi ,
I have a req where I need to select only the first record from a oracle table via Datastage job .Could any one tell me how to select only the first rec.