Search found 664 matches

by Teej
Thu Jun 02, 2016 10:54 am
Forum: General
Topic: Insight at World of Watson
Replies: 4
Views: 2367

Indeed. It's the cognitive era at IBM!
by Teej
Wed Jun 01, 2016 1:30 pm
Forum: General
Topic: Datastage Multiple instance job to run 'n' times using parm
Replies: 16
Views: 25971

Job Sequencer is unfortunately very limited in its capabilities. It is recommended to build a Basic routine using job control to achieve this more precisely for your needs.
by Teej
Wed Jun 01, 2016 1:28 pm
Forum: General
Topic: Adding a compute node to an 11.5 base installation
Replies: 5
Views: 4227

Please feel free to peruse your IIS documentation for instructions. One example link:

http://www.ibm.com/support/knowledgecen ... py_pe.html

-T.J.
by Teej
Wed Jun 01, 2016 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector stage for stored procedures execution
Replies: 15
Views: 11218

Craig is correct. We continue to support the Stored Procedure stage, even in 11.5, even though it's a dscapiop operator, not a pxbridge operator. To confirm to the administrator, here's the link to the documentation for the Stored Procedure stage for 11.5: http://www.ibm.com/support/knowledgecenter/...
by Teej
Wed Jun 01, 2016 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To know why a particular file is created in temp directory
Replies: 6
Views: 3486

Forgot to include reference link: https://en.wikipedia.org/wiki/Named_pipe Basically this is something we use quite extensively within DataStage. If you do not want them in the /tmp directory, set your $TMPDIR folder to a preferred folder. A lot of named pipes are created there. If they are not bein...
by Teej
Wed Jun 01, 2016 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To know why a particular file is created in temp directory
Replies: 6
Views: 3486

They are probably named pipes.

-T.J.
by Teej
Wed Jun 01, 2016 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file stage with schemafile crops text
Replies: 4
Views: 3043

You need to upgrade to 11.3.1.2 with the latest patch or 11.5 in order to get this feature.

We added this based on a customer's complaint recently. I do not have the specific APAR handy at the moment, but did discuss this in a recent ticket.

-T.J.
by Teej
Wed Jun 01, 2016 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Column Propagation memory usage
Replies: 4
Views: 3024

I already answered this in your ticket to IBM Support.
by Teej
Wed Jun 01, 2016 12:44 pm
Forum: IBM QualityStage
Topic: Question on AVI
Replies: 3
Views: 6186

Yeah, remember, the datasets are usually maintained by a third party for each individual countries. So definitely ask for a demo/POC of this if your company is interested in taking advantage of this feature.
by Teej
Wed Jun 01, 2016 12:37 pm
Forum: General
Topic: How to pass parameters to a generic job script?
Replies: 12
Views: 10267

That's quite understandable, but what is "on"? What is "off"? 1? 0? Yes? No? True? False? Hai? Iie? Our products are used worldwide, so it is far easier to explain, "unset it", then it is to set a value that only an English speaker may understand. If you look closely at...
by Teej
Wed Jun 01, 2016 12:32 pm
Forum: General
Topic: job control process (pid xxxx) has failed
Replies: 9
Views: 5642

We actually dislike this kind of support tickets. "It failed, and then work again, do our work for us!" Get a consultant to help diagnosis the system issue, if you do not have the appropriate resource that is skilled enough to do an evaluation of your server. Do not lean on IBM Support wit...
by Teej
Sun May 29, 2016 6:44 pm
Forum: General
Topic: How to pass parameters to a generic job script?
Replies: 12
Views: 10267

Be careful when setting an environment variable, especially for PX Engine's APT_ variables. We use "isDefined()" internally to determine if it is actually defined, regardless of the value provided, for the vast majority of those environment variables. So if you set "" as a value,...
by Teej
Fri May 27, 2016 11:27 am
Forum: General
Topic: Columns do not line up on emailed reports
Replies: 13
Views: 6708

This is most likely Outlook's fault. I have seen the same thing where a formatted e-mail in a different mail program (i.e. Notes) does not look properly formatted in Outlook.

Try a different mail program.

-T.J.
by Teej
Thu May 26, 2016 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Overriding env variable in Parallel job from the sequence
Replies: 2
Views: 2807

Correct. Think about it this way: The job sequencer is a process that have its own environment defined in general based on the system, THEN the project level, then the job itself. The job is a separate process that have its own environment defined in general, once again based on system, project, and...
by Teej
Thu May 26, 2016 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fail job while using Join stage
Replies: 4
Views: 2768

Use a generic stage, and use the abort operator.

Define $APT_ORCHHOME, $APT_CONFIG_FILE, source DSEngine\dsenv, and include $APT_ORCHHOME/bin in your PATH, and do the following command:

osh -fullusage abort

-T.J.