Search found 106 matches

by chitravallivenkat
Wed Dec 20, 2006 2:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COM Initialization failed
Replies: 5
Views: 2975

Hi, Just i am creating some hash files from the table. The source is MS-OLEDB. It ran fine before and now it is giving the same error once again. For some 3-4 hash files, it is not populating data. For other hash files, it is populating. I used only one OLEDB stage and only one hash file stage with ...
by chitravallivenkat
Wed Dec 20, 2006 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COM Initialization failed
Replies: 5
Views: 2975

COM Initialization failed

Hi,

The job is aborted by giving the fatal error as

GSAP_LOOKUP_CreateLkpForFormatJobs..SrcLookUpTbl: COM Initialization failed.
COM Initialization failed.

What might be the cause? Did anyone got this error?


Thx in Advance

VC
by chitravallivenkat
Mon Dec 11, 2006 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Avoiding of Job Abortion
Replies: 1
Views: 871

Avoiding of Job Abortion

Hi, Is there any way to provide some Alert/ Meaningful Message if the job gets aborted?? I need to capture the Aborted Log and i want to create some Alert/ Meaningful message. My job is aborting as i couldnot able to read my input sequential file. The file is coming with a bad data and the job is ab...
by chitravallivenkat
Thu Nov 30, 2006 3:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error: unable to create Linkname
Replies: 3
Views: 1260

Sounds like you haven't actually given the Sequential stage a Filename to use and it is still defaulted to the Link Name. Which means it is trying to create it in the current Project and you don't have permissions to create it there... probably because it already exists there. My guess, anyways. Ho...
by chitravallivenkat
Thu Nov 30, 2006 3:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage phantom Error
Replies: 5
Views: 7710

These aren't normal 'phantom style' errors - as a matter of fact they don't seem to be errors at all. I would think that you are using a routine or some piece of custom code that has debugging statements left in it - PRINT statements, for example - that are 'logging' information when the routine is...
by chitravallivenkat
Thu Nov 30, 2006 3:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage phantom Error
Replies: 5
Views: 7710

Hi Chullet,

You might be correct , i am using routines in my job...and i think i have included such degugging statements...


Thanks
Vc
by chitravallivenkat
Thu Nov 30, 2006 12:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error: unable to create Linkname
Replies: 3
Views: 1260

Error: unable to create Linkname

Hi All,

When i pass data from a transformer to Sequential file in one of my job, i am getting one error : Unable to create Linkname , say, DSLink4|.
Can anyone of you have experienced this same error, pls reply..


Thx in adv

Vc
by chitravallivenkat
Thu Nov 30, 2006 12:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage phantom Error
Replies: 5
Views: 7710

Datastage phantom Error

Hi All, We are getting datastage phantom error whenever we run a job having stage variables and parameters.The job finishes without any error but only with warnings.Can anyone of you please tell how to avoid this phatom errors. One sample Warning error log entry is : DataStage Job 532 Phantom 8620 2...
by chitravallivenkat
Mon Nov 27, 2006 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding number of rows in a seq file()
Replies: 9
Views: 3193

we are using one routine for that....In that routine we will use the transform DSGetLinkInfo


Thanks

Vc
by chitravallivenkat
Mon Nov 27, 2006 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Info regarding DSJ.INSTROWCOUNT
Replies: 2
Views: 1376

Info regarding DSJ.INSTROWCOUNT

Hi,
Anybody of you have idea about DSJ.INSTROWCOUNT?If so help me out ASAP

Thanks in advance
Vc
by chitravallivenkat
Mon Nov 27, 2006 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding number of rows in a seq file()
Replies: 9
Views: 3193

Finding number of rows in a seq file()

Hi All,

The job has an Inbound Sequential File connected to a Transformer. It needs to find the number of records in the file. If the file is empty i.e the number of rows is 0, I am not able to fetch the count and use for other validations.

Thanking you in advance
Vc
by chitravallivenkat
Wed Oct 25, 2006 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Phantom error
Replies: 5
Views: 2084

Datastage Phantom error

Hi All,

While running datastage jobs i am getting "datastage phantom error "(plus one number like 10188) frequently.One example is given-
"DataStage Job 532 Phantom 10188". The job finishes but with warning.
Can anyone of you help me ?

Thanks in advance
by chitravallivenkat
Wed Oct 18, 2006 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete one record from file
Replies: 7
Views: 4318

Actually what i need is , i have to get the same sequential file without the first record through routine only , not by datastage job.So skipping , i think ,doesnt suit.I got one basic command called delete.Its syntax is like DELETE [file.variable,] record.ID THEN....ELSE... like that. But what is t...
by chitravallivenkat
Wed Oct 18, 2006 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete one record from file
Replies: 7
Views: 4318

Delete one record from file

Can anyone of you tell me how i can delete first record from a sequential file through datastage routine.Is there any command like openseq or readseq for this processing?
by chitravallivenkat
Mon Oct 02, 2006 2:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row out of sequence error
Replies: 2
Views: 1273

Row out of sequence error

I am getting a fatal error when i run one job named 'Row out of sequence'.Actually in this job, data is flowing from a sequential file to an aggregator.Totally 7 rows are going through that link.The Error message is : Aggregator_132: Row out of sequence At row 5, link "DSLink133" Row out o...