Search found 42 matches

by ArunaDas_Maharana
Thu Aug 16, 2012 12:06 pm
Forum: General
Topic: Is there a way for us to name the DSJOBREPORT file?
Replies: 8
Views: 3491

hi, There could be couple of ways to achieving it. 1. AfterJobsubroutine - go to your -->JOb properties--> under general tab you will find Afterjobsubroutine give your rename command in Input value. 2. if DS is installed in unix , and you are using unix script to call your jobs , after your job fini...
by ArunaDas_Maharana
Wed Aug 15, 2012 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ and Server Shared container
Replies: 7
Views: 4800

what is the datatype you were storing xml and passing through transformer --> folder stage through shared container?
by ArunaDas_Maharana
Tue Aug 14, 2012 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ and Server Shared container
Replies: 7
Views: 4800

what is transformer used for? you are reading XML from MQ and creating xml in transformer?
by ArunaDas_Maharana
Tue Aug 14, 2012 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: driver does not support quoted identifiers in SQL statements
Replies: 13
Views: 27778

yes , you have 20 extra earlier

Error code
WHERE USTIMESTAMP > convert('#ps_AppraisalFormSection_DeltaDate.EXTRACT_TIMESTAMP#',datetime,20)

WHERE USTIMESTAMP > convert(datetime,'#ps_AppraisalFormSection_Delta_Date.EXTRACT_TIMESTAMP#')

Also the sequence of parameter
by ArunaDas_Maharana
Fri Aug 10, 2012 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unique key calculation
Replies: 8
Views: 5033

yeah i would agree with you, i was also not sure with the data type smallint when i saw the code, not at all my favourite for storing any calculation.
by ArunaDas_Maharana
Thu Aug 09, 2012 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unique key calculation
Replies: 8
Views: 5033

guys i found the spooky connection also.

the person is same org, he was trying to help the team until i came to know about the issue.

Out of curiousity i reached to you guys..

okay so we did resolve one mystery :D
by ArunaDas_Maharana
Thu Aug 09, 2012 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unique key calculation
Replies: 8
Views: 5033

please find below my response.... peek the partition number, row number and your "unique" key value for the duplicate rows i tried to simulate in other test enviornment , but to be honest can't replicate the same. this is production job which is showing duplicates intermittengly. yes, if i...
by ArunaDas_Maharana
Thu Aug 09, 2012 1:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unique key calculation
Replies: 8
Views: 5033

thanks for sharing the link, yes guys it does looks spooky to me ... well i would say a coincident, or IBM no more supporting 7.x from 2013 forcing everyone to migrate to 8.x enviornment replicating similar issues. well you guys sure have good memory and imagination :wink: jwiles , reply makes sense...
by ArunaDas_Maharana
Wed Aug 01, 2012 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unique key calculation
Replies: 8
Views: 5033

unique key calculation

hi, i have a parallel job, (@PARTITIONNUM+1): @ INROWNUM function is used to gererate a unique key for further processing (inserting in database). the job is on 8.5, running on 8 node. records are failing while inserting into datase using (@PARTITIONNUM+1): @ INROWNUM as unique key. volume is 5000, ...
by ArunaDas_Maharana
Thu Sep 15, 2011 6:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stage variable max length
Replies: 4
Views: 2289

Well I used for apt block size the actual bytes it was looking for 4925006

APT_BUFFER_DISK_WRITE_INCREMENT=1048576
APT_IO_MAXIMUM_OUTSTANDING=2097152

the job fails while writing out to the file system or the dataset but not at transformer level where stage variable in unbounded.
by ArunaDas_Maharana
Wed Sep 14, 2011 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stage variable max length
Replies: 4
Views: 2289

Thanks Ray for guiding i tried to run an experiment to confirm the theory, the job is changed to row generator-->transformer-->dataset Sequential file stage failled with buffer size insufficent error. though i have given unbounded at stage variable the job is aborting with APT_CombinedOperatorContro...
by ArunaDas_Maharana
Wed Sep 14, 2011 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stage variable max length
Replies: 4
Views: 2289

stage variable max length

hi, I am little confused here could someone help! I ran a small test where read 1816 char using seq file-->transformer-->seq file. In the transformer stage i kept a stage variable whole length is blank, i wanted to find out whether the ds will assign 255 as default legth if not specified or the job ...
by ArunaDas_Maharana
Thu Sep 01, 2011 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage takes a long time
Replies: 9
Views: 13653

my suggestion will be do not touch the code without business knowledge, you might get the sort working temporary but in long run something might have broken. Take a step back understand the business, nullability and decide on key columns confirm with someone/preferably functional analyst and from th...
by ArunaDas_Maharana
Thu Sep 01, 2011 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer compilation error
Replies: 2
Views: 4250

please check that Microsoft Visual Studio 9.0 is installed properly on the system or not.

It should be the starting point for me!
by ArunaDas_Maharana
Tue Aug 23, 2011 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Design suggestion
Replies: 2
Views: 2210

managed in current situation with transformer as filter's and some bussiness logic.

Using xslt for the translation to avoid parsing of the xml and trying to keep the adapter thin layer.

Thanks,
Aruna