Search found 16 matches

by Damonsal
Fri Jun 26, 2015 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key generating off numbers
Replies: 1
Views: 2217

surrogate key generating off numbers

I am developing a new job to an existing target table. I decided to initialize the seq with max+1 value to skey file and do an update/insert into the table, so created job to load the data to the target table, whenver there is no lookup found i generate the SKey from the utility, data is generated c...
by Damonsal
Tue May 19, 2015 5:25 pm
Forum: IBM QualityStage
Topic: generate report for qualitystage jobs on 7.5.2
Replies: 6
Views: 7177

I tried executing the qualitystage job from the back end on Unix Server Since we dont have GUI/Client for qualitystage, it works fine. But it looks like its all scripts which is called....can i copy these scripts and dependency objects into a new Unix Env and execute the same script? my point here i...
by Damonsal
Mon May 18, 2015 8:49 pm
Forum: IBM QualityStage
Topic: generate report for qualitystage jobs on 7.5.2
Replies: 6
Views: 7177

Looks like the reports might not reveal the mapping rules of the job.......! need some workaround....! please advice...!
by Damonsal
Mon May 18, 2015 8:22 pm
Forum: IBM QualityStage
Topic: generate report for qualitystage jobs on 7.5.2
Replies: 6
Views: 7177

generate report for qualitystage jobs on 7.5.2

Have a requirement to generate a report for a qualitystage job.
Because of the liscensing issue, not able to view the jobs directly, would like workaround this issue by generating a report about these jobs and find more information about the job. Please advice.
by Damonsal
Fri Dec 26, 2014 2:57 pm
Forum: Site/Forum
Topic: Webservices using DataStage
Replies: 3
Views: 17266

Webservices using DataStage

Can we have a seperate forum which only focusses on RealTime Data Integration using DataStage Webservice using DataStage tool? these topics get lost in the DataStage Enterprise edition forum......and since that forum more focusses on individual stages..than the Webservices Pack and XML.
by Damonsal
Fri Nov 14, 2014 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load data using Webservices
Replies: 0
Views: 2518

Load data using Webservices

Hi Folks, Requirement: Load the DB table in MDM EBX(This Database is a propietary database format), only way to load this Table would be to call Webservice they provide. Here is the approach i am planning to take: Oracle------>TFM---->XML FILE---->WebServices Client PS: Webservices WSDL when importe...
by Damonsal
Thu Oct 16, 2014 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: merge multiple XML's
Replies: 4
Views: 3509

You have multiple xml, use three stages and funnel it later in your job OR
Load this in each run by calling the same job 3 times or by looping via multi instance method.
by Damonsal
Wed Jun 04, 2014 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage warnings with Oracle
Replies: 5
Views: 3794

what is you requirement, why you want to do this way ?
by Damonsal
Fri May 23, 2014 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing metadata from wsdl
Replies: 3
Views: 3391

No webservice runs just fine. Okay the xpath description doesnt have double underscores which is correct. Checked both in IN and OUT table defs, both of them have column metadata filled with double undescroes but their description doesnt have double underscores. The Job runs fine since the xpath is ...
by Damonsal
Fri May 23, 2014 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: metadata with increased length
Replies: 2
Views: 2866

Thanks for the information.
by Damonsal
Tue May 20, 2014 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: metadata with increased length
Replies: 2
Views: 2866

metadata with increased length

Tried importing table definiton from oracle db using plug in metadata definitoon and orchestrate definition in datastage version 9.1. When i load the metadata in the oracle connector target stage column size is increasing from 255 to 600 , has any body faced the same situation? I literally have more...
by Damonsal
Tue May 20, 2014 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing metadata from wsdl
Replies: 3
Views: 3391

i am having more than 200 columns and this is version 9.1. has any body faced a similar situation?
by Damonsal
Fri May 16, 2014 8:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing metadata from wsdl
Replies: 3
Views: 3391

Importing metadata from wsdl

Trying to import metadata definition from the WSDL document, all the column names are changing from col_name to col__name, not sure why i am getting two underscores in place of single underscore.
by Damonsal
Fri May 16, 2014 8:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: target DDL not in order with column metadata
Replies: 3
Views: 3117

technically it doesn't matter, but i wanted to create table in a systematic structure, my question is why the connector is not following what order i gave in the target oracle connector stage ?
by Damonsal
Fri May 16, 2014 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: target DDL not in order with column metadata
Replies: 3
Views: 3117

Column metadata is created in orderly fashion in oracle connector stage, The DDL statement is not following that order.