Search found 8 matches

by Lohith
Wed Apr 05, 2006 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32 for a column in Parallel Job
Replies: 15
Views: 5683

Hi, I Apologize for the late reply. Thanks you very much for helping me. Since i was not able to implement the CRC in a parallel job, i am using a server job which reads the data from the DataBase and generates a crc code on a column and updates the database with the generated crc. I think this is a...
by Lohith
Fri Mar 24, 2006 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32 for a column in Parallel Job
Replies: 15
Views: 5683

Thanks to all the people in DSXchange for taking time out to help people like me.
I have not been able to try the above suggestions, as i was very busy with other project related work.
I will try it over the weekend.
Thank you all again for helping me.:)
Smile
by Lohith
Wed Mar 22, 2006 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32 for a column in Parallel Job
Replies: 15
Views: 5683

Vincent - the poster is pointing DataStage at the .c source file, not the library object. ... That's right Arndw. I am pointing to .c Source, and i am getting the error message. How do i solve this problem. Please let me know. Problem is the code is not even getting compiled with DataStage Server R...
by Lohith
Tue Mar 21, 2006 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32 for a column in Parallel Job
Replies: 15
Views: 5683

Thanks ArndW. I got this code from one of the threads in the forum. Can i write a C code for generating the CRC. Is there a specific folder, that i need to store this code in. Can someone please provide me the code for the same. I am bad in writing a c code. :cry: I think you can write a C/C++ code...
by Lohith
Mon Mar 20, 2006 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32 for a column in Parallel Job
Replies: 15
Views: 5683

Thanks ArndW.

I got this code from one of the threads in the forum. Can i write a C code for generating the CRC.

Is there a specific folder, that i need to store this code in.

Can someone please provide me the code for the same.

I am bad in writing a c code. :cry:
by Lohith
Mon Mar 20, 2006 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32 for a column in Parallel Job
Replies: 15
Views: 5683

CRC32 for a column in Parallel Job

Hi , First of all let me confess that i am very new to Ascential Datasatge and have been working on it only for last 3 weeks, with all the help i can get from DSXchange. I have a new requirement where i have to take UserName and then generate a CRC code for it. I am developing a parallel job. So i w...
by Lohith
Tue Mar 14, 2006 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture Reject Rows, If XSD validation Fails
Replies: 0
Views: 836

Capture Reject Rows, If XSD validation Fails

Hi, The following is my scenario. I concatenate 2 xmls XML1 and XML2 into one file XML_FULL The data would look as follows in XML_FULL <AcctPak> <AcctID> : : : </AcctID> </AcctPak> @@# <AcctPak> : : : <AcctID> </AcctPak> My scenario is when XML1 is valid against the XSD it gets updated in the databa...
by Lohith
Tue Feb 28, 2006 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error occurred in call to ORPHCallActivePluginInitialize()
Replies: 2
Views: 3698

Error occurred in call to ORPHCallActivePluginInitialize()

Hi All, While running my Job, i get the following error message. Can anyone please help me with how to get this fixed Error occurred in call to ORPHCallActivePluginInitialize() I have created an FTP stage to retrieve the XML and then followed by an XML Output stage where i am taking only the columns...