Search found 2886 matches

by qt_ky
Sat Apr 19, 2014 8:51 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ISD job will start/abort/start/abort, etc.
Replies: 6
Views: 7929

I created scripts that undeploy and deploy the ISD applications using the command line. Scheduled scripts using crontab.
by qt_ky
Sat Apr 19, 2014 7:43 pm
Forum: General
Topic: export users groups along with their roles
Replies: 5
Views: 3174

This belongs in a DataStage forum.
by qt_ky
Sat Apr 19, 2014 7:52 am
Forum: General
Topic: Server to Parallel
Replies: 9
Views: 2054

You could start by reading all the available product documentation. :)
by qt_ky
Sat Apr 19, 2014 7:50 am
Forum: General
Topic: configuration issue with the oracle server
Replies: 9
Views: 1870

typo = typing mistake

If one character is wrong or missing, it will cause an error.
by qt_ky
Fri Apr 18, 2014 12:56 pm
Forum: General
Topic: configuration issue with the oracle server
Replies: 9
Views: 1870

You may have a typo in your tnsname.ora file on the DataStage server or a typo in the stage properties. Double check your job logs that all parameters resolved correctly and double check your stage properties for typos.
by qt_ky
Thu Apr 17, 2014 5:35 pm
Forum: General
Topic: Repository Items Cannot Show In Designer
Replies: 4
Views: 998

Have you already tried searching the forums here and the IBM support portal?

Have you tried applying Microsoft Windows updates and rebooting?

I don't know what the cause could be. Hopefully someone else does.
by qt_ky
Wed Apr 16, 2014 8:43 pm
Forum: General
Topic: Repository Items Cannot Show In Designer
Replies: 4
Views: 998

I hit a similar problem once after installing the client onto an unsupported version of Windows 7 (I think it was Home Edition). Check that your client tier operating system is supported for that release.
by qt_ky
Tue Apr 15, 2014 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not Able to connect to Mainframe DB server using DB2 API
Replies: 2
Views: 903

Compare the environment variables between the dev and prod jobs. Maybe they're not setup correctly on prod.
by qt_ky
Thu Apr 10, 2014 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort job if 0 record from input file.
Replies: 11
Views: 8066

It seems like if you could force a divide by zero situation in the source stage, then the job should abort. Could you add a dummy column to the query and define it as a calcuation, such as some constant number divided by "SELECT COUNT(*) FROM SOURCE_TABLE"?
by qt_ky
Thu Apr 10, 2014 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture giving difference between 8.5 and 9.1 count
Replies: 4
Views: 1402

Is it possible that 167 records were updated in the source table between the two job runs?
by qt_ky
Thu Apr 10, 2014 2:28 pm
Forum: General
Topic: Datastage director read only access
Replies: 4
Views: 1917

This was accepted as a requirement for a future release. Check with IBM about the status of this APAR.

JR37119: PROVIDE A WAY FOR USERS WITH THE ROLE "DATASTAGE OPERATOR" TO HA VE A "READ-ONLY" DIRECTOR (Last updated 2010-07-06).
by qt_ky
Thu Apr 10, 2014 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange behavior - looping XFM.
Replies: 5
Views: 2581

rkashyap wrote:As per IBM, this seems to be a known issue. For 9.1.2 APAR number is JR49794. Engineering is looking into this.
No results found for JR49794. (as of today)

I found JR44926 related to looping sending cached input records to output link without regard for constraints.
by qt_ky
Wed Apr 09, 2014 9:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stopping transformer from interpreting
Replies: 3
Views: 1139

The convert function will convert from a list of characters to a list of corresponding characters, one character at a time, rather than from one character to a string of many.
by qt_ky
Wed Apr 09, 2014 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 9.1 - poor XML stage performance
Replies: 5
Views: 2958

The XML stage documentation does warn about logging affecting performance.
Enable logging
Enter Yes to enable logging and set the log level to Warning. By default, logging is not enabled. Enabling logging affects performance.
by qt_ky
Wed Apr 09, 2014 1:22 pm
Forum: General
Topic: Datastage director read only access
Replies: 4
Views: 1917

I think it's not available in DataStage Director but is available in the DataStage Operations Console. Here is a quote from the new features web page of the 8.7 information center: InfoSphere Information Server includes a new role called Operations Viewer. This role is restricted to use only the Ope...