Search found 26 matches

by sridharvis
Wed Jun 26, 2013 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: find julian days from a date which is in format mm/dd/yy
Replies: 1
Views: 1309

find julian days from a date which is in format mm/dd/yy

I would like to convert date which is in mm/dd/yy to Julian day I had done JulianDayFromDate(StringToDate('06/24/13',"%mm/%dd/%yy")) and i got the result "2419942", which is equivalent to 1913-06-23. But i would want the output to be "2456467", which is equivalent to 20...
by sridharvis
Wed Jul 28, 2010 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table Error
Replies: 10
Views: 5793

Try qualifying the table name with its schema (owner) name. ... No the problem still persists. I gave the schema name.owner name, but still facing the above error. But intrestingly the job did not abort and is still reading in parallel " main_program: This step has 1 dataset: ds0: {op0[2p] (pa...
by sridharvis
Wed Jul 21, 2010 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table Error
Replies: 10
Views: 5793

sridharvis wrote:My sql is working correctly in database prompt and in Datastage, except that in Datastage when i give the partiton table option i get the above error's
Regards
Sridhar V
Can you please help me in resolving the above partition table error.
by sridharvis
Mon Jul 19, 2010 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table Error
Replies: 10
Views: 5793

My sql is working correctly in database prompt and in Datastage, except that in Datastage when i give the partiton table option i get the above error's
Regards
Sridhar V
by sridharvis
Sun Jul 18, 2010 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table Error
Replies: 10
Views: 5793

Partion Table Error

I'm guessing that between the ORA-24374 and your mention of "userdefined select" that the latter is the issue and you seem to have a mismatch between what's in the sql and the columns you have ... I tried reading the whole table, using Read Method as Table with all the columns defined. Bu...
by sridharvis
Sun Jul 18, 2010 3:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table Error
Replies: 10
Views: 5793

Partition Table Error

Hi, I am reading a Oracle source which is range partioned on a key column , i am doing a simple select from the Oracle source using a Oracle EE stage and paassing it to the target dataset. If I perform a normal read without specifying the partition table option, the job reads and loads fine without ...
by sridharvis
Thu May 06, 2010 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Set Issue
Replies: 3
Views: 3146

Parameter Set Issue

Hi, First of all i need to thank each and every one of you for creating a good professional forum, as being a premium member i have been receiving so much information about the content and where-abouts of DataStage. DSXchange has been a great knowledge sharing site and hats-off to the people who con...
by sridharvis
Wed Dec 23, 2009 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Environmental Variables -User defined + Parallel Option
Replies: 4
Views: 2223

Copy Environmental Variables -User defined + Parallel Option

I have around 50 odd user defined variable in DEV1 project and i need to copy the same to the other project DEV2 available in the same Host system. I would also require the "Parallel options" specified in Administrator of DEV1 be available in DEV2, Is it possible as typing it is a tedious ...
by sridharvis
Wed Dec 02, 2009 1:23 pm
Forum: General
Topic: Parallel Routine compilation problem in the transformer
Replies: 11
Views: 7213

I was referring to your PATH setting in your environment. I have not made any PATH setting. But i have listed down the environmental Variable and its path, additionally i have also listed below the COMPILER, COMPILER options and LINKER options.Hope this helps.. Environmental Variables and Path:- (W...
by sridharvis
Wed Dec 02, 2009 12:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel routine using API
Replies: 3
Views: 2861

Probably help to share your 'abort', don't you think? I am sorry , here is the error message Transformer_7: Failed to load the library "V0S7_pxTestJob_Transformer_7.so"; either the directory containing the library file is not on the library search path, or the library was compiled on a sy...
by sridharvis
Wed Dec 02, 2009 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel routine using API
Replies: 3
Views: 2861

Parallel routine using API

Hi , I am trying to write the DataStage API "DSSetEnvVar" in my C++ Code, I am trying to call the same in my transformer , where the Parameters I pass are (DSProjectName,$SK,lnk4.SK+1). I compile the code it is successful, but when i run the job it is getting aborted. I had created the obj...
by sridharvis
Tue Dec 01, 2009 10:58 am
Forum: General
Topic: Parallel Routine compilation problem in the transformer
Replies: 11
Views: 7213

Sainath.Srinivasan wrote:What is your PATH ?

Where have you copied the .o file ?
The Library Path is C:\testroutine.o and i had also compiled the .o file and the file is available at C:\testroutine.o.
by sridharvis
Tue Dec 01, 2009 10:48 am
Forum: General
Topic: Parallel Routine compilation problem in the transformer
Replies: 11
Views: 7213

Try giving the location as C:/testroutine.o. But why do you give the full path as the system itself must be able to locate it. No changes , i tried that as well the error persists, i had spent whole day in writing a simple parallel routine, but all in vain i am not able to proceed further. I am clu...
by sridharvis
Tue Dec 01, 2009 10:05 am
Forum: General
Topic: Parallel Routine compilation problem in the transformer
Replies: 11
Views: 7213

It doesn't matter where the compiler is, it matters where you run the compile command from. And I'm sure there's an option to create the output elsewhere. Or use "Docume~1" for the directory name. Thanks Craig, both of the solution recommended by you worked , but now i face another compil...
by sridharvis
Tue Dec 01, 2009 9:32 am
Forum: General
Topic: Parallel Routine compilation problem in the transformer
Replies: 11
Views: 7213

Folder where you object lies (Documents and Settings) has spaces part of its name. Try storing in some place without spaces. Hi Sainath, Is there any other way out, because i find the object file getting created only in the Documents and Settings Path, as that's where the compiler is. I tried the f...