Search found 75 matches

by babbu9
Fri May 05, 2017 8:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to distribute component
Replies: 1
Views: 2585

Failed to distribute component

Hi I am running a datastage job in a two node environment and getting the following error. Failed to distribute component "/opt/ibm/iis/Server/Projects/IPM/RT_QS1516/V0S122/Controls/USNAME.RCM" to node The job runs fine with one node but not in 2 node configuration. Attached is the job log...
by babbu9
Fri Feb 17, 2017 9:37 am
Forum: General
Topic: Metadata Repository (Datastage 8.5 Installation)
Replies: 8
Views: 10763

delete

This error may occur if your /opt/IBM/InformationServer directory is not empty. Delete the contents and reinstall.
by babbu9
Tue May 10, 2016 11:45 am
Forum: General
Topic: Assign parameter obtained through web service
Replies: 6
Views: 4100

Thanks for the reply. Can you please inform the format for the DSUtilityRunJob with an example. I have searched the documentation and could not find any reference to it.
by babbu9
Mon May 09, 2016 12:12 pm
Forum: General
Topic: Assign parameter obtained through web service
Replies: 6
Views: 4100

To add more detail we have configured a webservice through Information services director which needs an input parameter that must be captured and passed on to the underlying Job and Sequence. A third party application( not datastage) will invoke the webservice through a wsdl and will be providing th...
by babbu9
Mon May 09, 2016 10:45 am
Forum: General
Topic: Assign parameter obtained through web service
Replies: 6
Views: 4100

Assign parameter obtained through web service

Hi I have a Sequence that needs an input parameter that must be assigned dynamically. The Sequence is called through a Job (through job control) which inturn is called through a webservice. The webservice passes the parameter which must be passed down to the Sequence. How do we achieve this? Here is...
by babbu9
Fri Mar 04, 2016 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in configuring webservices transformer
Replies: 3
Views: 2857

Enabling tracing in server job did not provide any additional detail. Here is the error message. How do we troubleshoot the issue? Untitled1..Web_Services_Transformer_0: com.ascentialsoftware.wsclient.ServiceInvocationException: Service invocation exception: <Fault xmlns="http://schemas.xmlsoap...
by babbu9
Fri Feb 26, 2016 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in configuring webservices transformer
Replies: 3
Views: 2857

Error in configuring webservices transformer

Hi I am having a job that receives data from a flat file which is used to query and get information from a webservice. Here is the flow: FF-> transformer->Webservice transformer -> XML input ->FF I am getting the below error: Web_Services_Transformer_7,0: Warning: Untitled2.Web_Services_Transformer_...
by babbu9
Mon Dec 07, 2015 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Multiple Files without outputting key column value
Replies: 6
Views: 12045

resolved

I was able to generate multiple files using the "generate multiple files" option. You need to define the Key field (Ex: Region) on which you would like to split the data. I also included the Root File string to point to the Directory where the files will be created. You specify the file na...
by babbu9
Thu Dec 03, 2015 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate multiple xml files using values in a attribute
Replies: 1
Views: 2097

Generate multiple xml files using values in a attribute

Hi I need to create dynamic xml files based on the values of data in a field. Field 123 124 125 126 ... Filenames 123.xml 124.xml 125.xml 126.xml .... Should produce data corresponding to that college in the file and have the filename with the attribute value. How can I accomplish this? Please inform.
by babbu9
Wed Dec 02, 2015 9:19 am
Forum: General
Topic: ISD Output without waiting for job to finish
Replies: 8
Views: 4994

I am not using DSUtilityRunJob. The invocation is done through a SOAP request from IBM Business Process Manager.
by babbu9
Tue Dec 01, 2015 5:48 pm
Forum: General
Topic: ISD Output without waiting for job to finish
Replies: 8
Views: 4994

I am calling the main Sequence using a dummy job (job A) that is enabled for information services. The jobs in the sequence are not enabled for webservice calls. JobA > Sequence1 with 10 underlying jobs. Job A is being invoked using WSDL by IBM Business Process Manager. Job A does not have any stage...
by babbu9
Tue Dec 01, 2015 8:57 am
Forum: General
Topic: ISD Output without waiting for job to finish
Replies: 8
Views: 4994

The sequence has 10 underlying jobs and it takes a few hours to process.

Can you please elaborate on your response.
by babbu9
Mon Nov 30, 2015 4:16 pm
Forum: General
Topic: ISD Output without waiting for job to finish
Replies: 8
Views: 4994

ISD Output without waiting for job to finish

Hi I have a datastage Sequence(Seq1) that I invoke from a job (jobA) using job control in job properties. JobA is enabled for web services and runs in multi instance mode. Whenever this job is invoked using a web service, the output response is not being sent back to the calling service until the se...
by babbu9
Mon Aug 31, 2015 8:22 pm
Forum: General
Topic: Errors only when running job using dsjob
Replies: 2
Views: 1989

Errors only when running job using dsjob

Hi I have designed a datastage job that ran fine without any warnings but when I run the same job through unix command line (dsjob) it is showing multiple warnings and aborting. Warnings say that the a certain field value is null and the record is dropped. why does this happen only when run through ...
by babbu9
Tue Jun 23, 2015 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job failing after upgrade to 9.1.2
Replies: 1
Views: 2653

Datastage job failing after upgrade to 9.1.2

We have a job that uses BigInt which was running fine in version 8.7 but once we upgraded to 9.1.2 the job is failing with a message: endTimeData,0: The field MEGS_FREE has the value 149809.94 which does not have a valid string representation for the type INT64 of this field. (CC_PXBigBufferHandler:...