Search found 406 matches

by JRodriguez
Thu Dec 29, 2016 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job uses 1 CPU while remaning 7 are idle
Replies: 7
Views: 4084

DataStage sequences are of "server job" type, not parallel...in case that you don't have parallel jobs in that sequence

What's the value for the APT_CONFIG_FILE environment value? Are you including the that environment variable as a parameter in your sequence?
by JRodriguez
Mon Dec 19, 2016 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Very small gibberish output from XML XSL transformation
Replies: 1
Views: 3447

Hi Kelly, "Divide and conquer" will be the best approach on the cases that are failing. Try to parse the XML input file that is failing without applying the XSLT step, just output the content of your XML into another XML file. If it fail then you have the root cause. Just make a copy of yo...
by JRodriguez
Sun Dec 18, 2016 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices client stage - Fatal error
Replies: 2
Views: 2691

If the web service works outside of the DataStage environment, then take a look at APAR JR45664 For a client-side patch for Fatal error 0026 related to incomplete results table definitions when importing WSDL file Also you could try to define the table definitions manually, best practice is to impor...
by JRodriguez
Fri Dec 16, 2016 10:29 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ISD w/ REST 2.0 - Cross-Domain Script Enabled?
Replies: 5
Views: 22294

Hi qt_ky,

Check this Tech Note, might help to mitigate the issue, specially if your servers are behind a firewall:

http://www-01.ibm.com/support/docview.w ... wg21979949

Regards
by JRodriguez
Fri Dec 16, 2016 10:28 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ISD w/ REST 2.0 - Cross-Domain Script Enabled?
Replies: 5
Views: 22294

Hi qt_ky,

Check this Tech Note, might help to mitigate the issue, specially if your servers are behind a firewall:

http://www-01.ibm.com/support/docview.w ... wg21979949

Regards
by JRodriguez
Wed Dec 14, 2016 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hierarchical Regroup - Multiple children-on the right track?
Replies: 5
Views: 8231

Yes, you are right on the spot...add the artificial keys upstream for each list that would be used in the regroup steps, when doing the join... This is by design, in case you work with multiple independent sources "List" as input you would need to rely on the key within each list to be abl...
by JRodriguez
Mon Dec 12, 2016 7:58 pm
Forum: General
Topic: dsjob restart: "Unable to load value file"
Replies: 2
Views: 3868

Andy, Since your parameter set contain only environment variables set to $PROJDEF try without passing -mode to the dsjob command for both regular run and restart. Please notice that the DataStage job sequence, if configured to be restart-able, will always start from the failure point ... and you, I ...
by JRodriguez
Sun Dec 11, 2016 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Quality - Data Rule stage
Replies: 4
Views: 3198

We skipped version 9.1 all together but you should be able to delete published data quality rules with the IAAdmin.sh command with option -deletePublicRule /opt/IBM/InformationServer/ASBServer/bin/IAAdmin -user admin -password admin -url https://myhost:9443 -deletePublicRule -projectName project_nam...
by JRodriguez
Sun Dec 04, 2016 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sending hierarchical data through web service via soap rqst
Replies: 7
Views: 6388

Hello Sandeep, You could included any number of records with both XML stages, but your real constraint will be the consumer web service. Will it be able to process a massive XML file? Will the number of records in the source database increased over time? The design of the process should be able to s...
by JRodriguez
Mon Nov 28, 2016 7:10 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Unable to compile Sequencer
Replies: 6
Views: 23172

The most common cause for DataStage jobs to get locked is leaving them open or force them to terminate, but your issue is in production environment where you wouldn't need to compile your jobs unless is your standard practice What's the topology of your ISD job? I would guess that it executes the DS...
by JRodriguez
Sat Nov 26, 2016 9:43 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Unable to compile Sequencer
Replies: 6
Views: 23172

...try below from same location ./xmetaAdmin.sh cleanupAbandonedLocks -dbfile ../conf/database.properties Notice that you could also list and kill all user and trusted active sessions, including the sessions that are not visible from the web console, using the SessioAdmin.sh utility from same direct...
by JRodriguez
Fri Nov 25, 2016 9:09 pm
Forum: General
Topic: How to get previous month in the sequence/Basic language
Replies: 2
Views: 4118

...and you have the current month, right? Then it will be a matter of date arithmetic. Resolved the first day of the current month and substract 1 day to it. OConv(Iconv(CurrMonth:"01" ,"D YMD[4,2,2]") - 1), "D YM[4,2]") I would suggest to do this in a user variable and...
by JRodriguez
Fri Nov 25, 2016 8:39 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Unable to compile Sequencer
Replies: 6
Views: 23172

Did the admin team try to clear the locks with the cleanup_abandoned_locks.sh utility from /opt/IBM/InformationServer/ASBServer/bin? This might help specially if they can not see an active session in the webconsole or via the traditional Unix commands
by JRodriguez
Thu Nov 24, 2016 4:39 pm
Forum: General
Topic: Modifiy admin user "dsadm"
Replies: 5
Views: 2922

The IBM install/Updater scripts are not able to authenticate dsadm account against LDAP -I submitted a PMR inquiring about this - but as PaulVL stated you could create the dsadm and dstage group in your LDAP registry and then used the UID/GID values to create the local counter parts for installation...
by JRodriguez
Thu Nov 24, 2016 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Access remote file from Sequential Stage
Replies: 5
Views: 6040

The DataStage job will have visibility to local directories only...I'm afraid that you would need to mount the directory to the DS server and open up the permission to the user executing the DS jobs. If by shared you meant mounted directory then check the permissions on the "shared" direct...