Search found 258 matches

by samyamkrishna
Wed Oct 09, 2019 9:06 am
Forum: IBM QualityStage
Topic: Ruleset TBL file export error
Replies: 1
Views: 9824

This only happens when exported to isx
dsx export dont have any issues.

not sure if it helps. but wanted to provide more information.
by samyamkrishna
Wed Oct 02, 2019 1:29 pm
Forum: IBM QualityStage
Topic: Ruleset TBL file export error
Replies: 1
Views: 9824

Ruleset TBL file export error

Hi All, I am getting an error while exporting one of the Rleset's TBL file as an .isx file. ======================== Failed: Error exporting design time data: An invalid XML character (Unicode: 0x90) was found in the value of attribute "content" and element is "DataStageX:DSDataQualit...
by samyamkrishna
Thu Sep 14, 2017 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Partitioned data from File Connector stage
Replies: 1
Views: 2743

Reading Partitioned data from File Connector stage

Hi, I am able to read the data from HDFS files. the folder structure as below. /data/projectname/zonename/dbname/tablename/partfilexxxxx* Question: How do I read the read if the data is stored in partition on business_effective_date like below /data/projectname/zonename/dbname/tablename/effective_da...
by samyamkrishna
Thu Mar 30, 2017 1:31 pm
Forum: General
Topic: Setting a parameter in before job subroutine
Replies: 2
Views: 2666

Setting a parameter in before job subroutine

I am creating a before job subroutine It looks as below. My aim is to set a parameter. but Para=DSSetParam(DSJ.ME,'ParamName','JobName' ) always returns -1 to Para full code ================================= $INCLUDE DSINCLUDE JOBCONTROL.H ErrorCode = 0 JobName = DSGetJobInfo(DSJ.ME,DSJ.JOBNAME) Par...
by samyamkrishna
Thu Feb 09, 2017 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi-instance dataset to Oracle job - slow
Replies: 6
Views: 4412

Re: Multi-instance dataset to Oracle job - slow

Hi,

As a first step, you can or ask your admins to monitor the resources on Datastage server and the Oracle server to find out the bottle neck and then take the necessary actions.
by samyamkrishna
Thu Feb 09, 2017 9:13 am
Forum: General
Topic: calling dsjob or similar command through web services
Replies: 3
Views: 3760

Re: calling dsjob or similar command through web services

you can call the job as a service.
Read below for more details.

https://www.ibm.com/support/knowledgece ... ogies.html
by samyamkrishna
Tue Jan 10, 2017 12:48 pm
Forum: General
Topic: dsexport
Replies: 5
Views: 5139

Well I have the domainname/mdmqs instead of only mdmqs it worked perfectly.

Thanks for the help guys.
by samyamkrishna
Tue Jan 10, 2017 11:56 am
Forum: General
Topic: dsexport
Replies: 5
Views: 5139

login window opens up with domain name as the project name.
when I don't give /D then, in the login window which opens project name is empty.
by samyamkrishna
Tue Jan 10, 2017 10:46 am
Forum: General
Topic: dsexport
Replies: 5
Views: 5139

Sorry for the delay.
mdmqs is the project name.
by samyamkrishna
Fri Jan 06, 2017 3:18 pm
Forum: General
Topic: dsexport
Replies: 5
Views: 5139

dsexport

Hi, I am having a problem. when I trigger the dsexport command instead of exporting the login window opens up. the command I am triggering is dsexport /H MDM2BCCPP03:9080 /U user /P user01 /JOB S000_Duplicate_Contract_Component_Remediation mdmqs C:\Export\S000_Duplicate_Contract_Component_Remediatio...
by samyamkrishna
Tue Apr 19, 2016 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Not Passing through Transformer
Replies: 11
Views: 9717

Hi Andy,

I checked the MSG HANDLER.
There is nothing to suppress any NULL related warnings.

Regards,
Samyam
by samyamkrishna
Fri Apr 08, 2016 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Not Passing through Transformer
Replies: 11
Views: 9717

Hi,

yes it turned out to be a metadata issue.
specifically turned out to be NULL handling capability in the transformer.

Once we added the NULL handling function the code worked as expected.

The only surprising thing about this whole episode is there are no warning on the director.

Regards,
Samyam
by samyamkrishna
Fri Apr 08, 2016 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Not Passing through Transformer
Replies: 11
Views: 9717

So the code is extracting data from DB2 into a transformer and then writing it into a seq file.

In the performance stats I can see 10 records extracted from the DB2 and 0 records after the transformer.