Search found 47 matches

by Hemant_Kulkarni
Thu Jan 24, 2008 2:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SERVER JOB NOT STOPPING!!!!!!
Replies: 13
Views: 6602

Kill the phantom process in UNIX
by Hemant_Kulkarni
Wed Jan 23, 2008 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error
Replies: 2
Views: 1206

"Pin%%V21S10P8" is this the link name.

Looks like you are trying to use

Code: Select all

LinkName.Rejected
as column derivation. and Pin%%V21S10P8 may not be the name of the link. check the link and update the derivation with proper name
by Hemant_Kulkarni
Fri Jan 18, 2008 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Segmentation Fault while attempting to connect to UV
Replies: 3
Views: 1465

It is resolved now. Though the bin/uv command was giving "segmentation fault", we managed to run uv - admin -stop and brought down the service.. and restarted it. The segmentation fault no longer appears.... Though the situation is resolved, I would like to know the root cause. Any ideas o...
by Hemant_Kulkarni
Fri Jan 18, 2008 5:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Segmentation Fault while attempting to connect to UV
Replies: 3
Views: 1465

Segmentation Fault while attempting to connect to UV

Hi Gurus We have hit the Internal Error 39202, while attempting to connect to Datastage. After getting rid of all the phantoms and dsapi_slaves, I tried to execute the command $ cd $DSHOME $ bin/uv Segmentation Fault I get the error Segmentation Fault. I checked /var/core and found number of core du...
by Hemant_Kulkarni
Mon Oct 29, 2007 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd stage in Datastage Ver 8
Replies: 1
Views: 1662

scd stage in Datastage Ver 8

Hi , I am trying to implement the scd type 2 using this new scd stage in DS ver8. In the scd stage we have one input ,one output ,one refernec link and one Dim Update link. I looked and tried one sample scenrio.My question is : 1. Is we need to have a colum having flage value 'Y' and 'N' to be used ...
by Hemant_Kulkarni
Fri Oct 26, 2007 1:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error: Tfm8: ds_intput() - row too big for inter stage rowbu
Replies: 3
Views: 3381

Error: Tfm8: ds_intput() - row too big for inter stage rowbu

Hi, I am trying to read the xml data by using folder stage. I am impleming the ereplace function on CONTENT column from folder stage by using transformer stage(Tfm8). I am getting Fatal error: StgCTSSIIStudyInfoFinal_Xml.Read_Tfm8: ds_intput() - row too big for inter stage rowbuffer The xml file siz...
by Hemant_Kulkarni
Thu Aug 09, 2007 3:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control Process (pid=xxx) failed
Replies: 10
Views: 4780

You get this error when the Job Process was killed.

It might be that some one issued a kill -9 command on your phantom process
or it could be that the process was terminated abruptly due to server errors
or it could be that you have done your node configuration correctly
by Hemant_Kulkarni
Mon Jul 16, 2007 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding DS 8 migration
Replies: 7
Views: 1915

Thanks Chulett,

If I want to migrate server jobs .Can i just import the jobs in Datastage 8 ? will that work?

because datastage consultant has told that a server jobs are not supported in Datastage 8
by Hemant_Kulkarni
Sun Jul 15, 2007 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Single big CSV file to many small CSV files
Replies: 6
Views: 3661

I think you are on Unix.

I would use unix scripting to do this for me.

You can write a shell script to check the number of lines in the file (wc -l )
and for every 100 (or what ever may be the number of rows), write to a new file (using head & cut commands for example)
by Hemant_Kulkarni
Sun Jul 15, 2007 12:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Single big CSV file to many small CSV files
Replies: 6
Views: 3661

I think you are on Unix.

I would use unix scripting to do this for me.

You can write a shell script to check the number of lines in the file (wc -l )
and for every 100 (or what ever may be the number of rows), write to a new file (using head & cut commands for example)
by Hemant_Kulkarni
Wed Jul 11, 2007 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One more sql sentence should be exec
Replies: 6
Views: 3279

you can call multiple sql statements in "After" part of the Target

or you can write a stored procedure for the same and use the stored procedure in datastage jobs.
by Hemant_Kulkarni
Tue Jul 10, 2007 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with timestamp
Replies: 16
Views: 9992

Does it add 1 hour to every source date ?? or are you having problems only with 23:00:00 time value ??
by Hemant_Kulkarni
Tue Jul 10, 2007 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Read Error
Replies: 12
Views: 4689

what is the derivation of the error code column in transformation.

I think you have given too little information for us to tell you where the problem lies, or what the solution is
by Hemant_Kulkarni
Tue Jul 10, 2007 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null default value
Replies: 4
Views: 1688

I dont know if this is the right way or not, but this is how we do it

open word document
press space bar, keep track of "Col" in the status bar, press space till Col shows 350 (for field of 350 characters)

Then use the windows' gift ctrl C ctrl V
by Hemant_Kulkarni
Tue Jul 10, 2007 1:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert these character &#8356;,€,ß,â,ä,ü,û,&#368; in
Replies: 6
Views: 3082

Create a Job parameter NLS_LANG and set the value as AMERICAN_AMERICA.UTF8