Search found 53125 matches

by ray.wurlod
Thu Dec 18, 2014 3:07 pm
Forum: General
Topic: Get record count as a User Variable
Replies: 7
Views: 2439

If you want it bad, you get it bad. :idea:
by ray.wurlod
Thu Dec 18, 2014 3:06 pm
Forum: General
Topic: Identify userid which used to execute jobs
Replies: 7
Views: 3468

Just add a before-job or after-job subroutine that invokes ExecDOS to invoke any command to identify the user (for example id command).
by ray.wurlod
Wed Dec 17, 2014 8:33 pm
Forum: General
Topic: Passing file name as a parameter value
Replies: 1
Views: 899

Why not just pass a string consisting of the filename, an underscore, and the date with delimiters removed? How about you reveal just how you need to "pass" this value. For example, is it in an Execute Command activity in a sequence? Where is the filename coming from? Presumably the date i...
by ray.wurlod
Wed Dec 17, 2014 3:35 pm
Forum: General
Topic: SRVE0255E: A WebGroup/Virtual Host to handle localhost:9080
Replies: 10
Views: 4570

Code: Select all

http://hostname:9080/ibm/iis/console
where

hostname is the host name or IP address of the machine on which the services tier is running.
by ray.wurlod
Tue Dec 16, 2014 4:22 pm
Forum: General
Topic: dsjob utility PID not terminating/ending in UNIX environment
Replies: 9
Views: 3979

Try leaving out the -wait option.

The -jobstatus option will force dsjob not to return until the job finishes, so that its final exit status can be reported.
by ray.wurlod
Tue Dec 16, 2014 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculate end date from start date
Replies: 2
Views: 1660

Welcome aboard. Sort by key then in reverse order of StartDate. Use stage variables to "remember" the previous row, and perform the date arithmetic based on whether the key has changed and the previous row's start date. Don't forget to partition by key so that all rows for any one key are ...
by ray.wurlod
Tue Dec 16, 2014 3:36 pm
Forum: General
Topic: DSR.MetaGeta: Cannot open file DS_METATEMP
Replies: 3
Views: 1605

If I recall correctly it gets created on the fly when needed. It is not created when the project is created.
by ray.wurlod
Mon Dec 15, 2014 11:36 pm
Forum: General
Topic: How to abort jobs that finish with warnings
Replies: 10
Views: 4142

1) Yes, though not those ones. Routines directly crafted as type "before/after subroutine".
2) Yes
by ray.wurlod
Mon Dec 15, 2014 11:19 pm
Forum: General
Topic: Websphere Appliction Server Not starting
Replies: 6
Views: 4785

Then maybe your credential password has expired. Somewhere ONE (or more) of your passwords has expired. Do the detective work and find out which one it is.
by ray.wurlod
Mon Dec 15, 2014 7:05 pm
Forum: Enhancement Wish List
Topic: Control Who Can Submit to Workload Management Queues
Replies: 2
Views: 7358

I have submitted a formal request for enhancement.

Did you know that there is a new mechanismfor this - you don't need to open a support case?
by ray.wurlod
Mon Dec 15, 2014 6:50 pm
Forum: Enhancement Wish List
Topic: Control Who Can Submit to Workload Management Queues
Replies: 2
Views: 7358

Control Who Can Submit to Workload Management Queues

Workload management queues (version 9.1 and later) are defined globally in an Information Server engine. Anyone submitting a DataStage job run request may request that the job be submitted to any queue on the system. A project may have a default queue defined, but that does not submit a canny user f...
by ray.wurlod
Mon Dec 15, 2014 6:46 pm
Forum: General
Topic: DSR.MetaGeta: Cannot open file DS_METATEMP
Replies: 3
Views: 1605

Did you try to Search DSXchange? At least one workaround is to be found.

In the longer term, you might do well to investigate the permissions in your project folder.
by ray.wurlod
Mon Dec 15, 2014 3:03 pm
Forum: General
Topic: SRVE0255E: A WebGroup/Virtual Host to handle localhost:9080
Replies: 10
Views: 4570

What exact version of Information Server are you running, and what exact URL did you use? The URL changes at different versions.
by ray.wurlod
Mon Dec 15, 2014 3:01 pm
Forum: General
Topic: Websphere Appliction Server Not starting
Replies: 6
Views: 4785

Either the XMETA or the XMETASR password has expired. Get a non-expiring password created then run AppServerAdmin.bat to emplace the new password into the database.