Search found 53125 matches

by ray.wurlod
Fri Aug 19, 2016 3:46 pm
Forum: General
Topic: Jobs compile but will not run
Replies: 14
Views: 2507

Do you get any error messages at all?

Try running the job using the command line (dsjob command).
by ray.wurlod
Fri Aug 19, 2016 3:45 pm
Forum: General
Topic: Multi-instance job log cleanup
Replies: 17
Views: 6666

Just to be pedantic, log purge is initiated only if the job completes with no errors. That is, if the job aborts or is stopped, no automatic purge of log events occurs. That means that you can compare the current run's log with the previous.
by ray.wurlod
Wed Aug 17, 2016 9:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove DataSets
Replies: 17
Views: 6401

Every project I create has a sub-directory created in which its Data Set, File Set and Lookup File Set descriptor files are placed. No problem finding them when the need arises. I don't go to the extreme of making the resource disk hidden directories, but can understand Paul's motivation. Most of my...
by ray.wurlod
Wed Aug 17, 2016 9:00 pm
Forum: General
Topic: upgrade 11 problem
Replies: 8
Views: 3592

If the dsprcd process is running, then perhaps you need to provide minimum credentials on the dsjob command line.
by ray.wurlod
Wed Aug 17, 2016 8:59 pm
Forum: General
Topic: upgrade 11 problem
Replies: 8
Views: 3592

The easiest way to determine whether the daemon is running is to see whether its process (dsrpcd) exists.

Code: Select all

ps -ef | grep dsrpcd | grep -v grep
Another way is to use the uv command to pose the question.

Code: Select all

cd `cat /.dshome`
. ./dsenv
bin/uv -admin -info
by ray.wurlod
Tue Aug 16, 2016 3:48 am
Forum: General
Topic: Regarding Combining Multiple DSX into One using Script
Replies: 1
Views: 846

Search DSXchange for the phrase "DSX cutter". You should be able to adapt one of the scripts that your search uncovers.
by ray.wurlod
Tue Aug 16, 2016 1:31 am
Forum: General
Topic: How to check if my XMETA is running out of resources
Replies: 2
Views: 1095

Did you perform the installation? If so, you should know where the XMETA database is. Otherwise look at the install.log file for the services tier.

Note, however, that the passwords are not available in the log files.
by ray.wurlod
Mon Aug 15, 2016 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove DataSets
Replies: 17
Views: 6401

What Arnd said.
by ray.wurlod
Mon Aug 15, 2016 3:16 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Exporting and importing Information analyzer rule definition
Replies: 5
Views: 4736

How about you mark your thread as Resolved, using the green button?
by ray.wurlod
Fri Aug 12, 2016 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get current year
Replies: 2
Views: 1289

Why not use YearfromDate() function?
by ray.wurlod
Thu Aug 11, 2016 10:12 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Exporting and importing Information analyzer rule definition
Replies: 5
Views: 4736

Note that there are two "administrator" roles for Information Analyzer: project administrator and data administrator. They have different allowed activities.
by ray.wurlod
Thu Aug 11, 2016 10:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need the output as of below in the datastage parallel job
Replies: 9
Views: 1739

That solution does not cover the possibility that colb might not be in {1,2,3}. This information was not provided in your original "specification".
by ray.wurlod
Thu Aug 11, 2016 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql Metadata not Fixed
Replies: 3
Views: 1266

Welcome aboard.
You can load the SQL into a file or into a job parameter.
You will need to use Runtime Column Propagation.
by ray.wurlod
Wed Aug 10, 2016 11:02 pm
Forum: General
Topic: automatically remove "defunct " process
Replies: 5
Views: 2596

Tech note on handling defunct processes on AIX. Note that, in IBM-speak (on AIX), defunct can actually mean zombie.

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