Search found 53125 matches

by ray.wurlod
Tue Dec 13, 2011 7:22 pm
Forum: General
Topic: How can I locate and process the last file in a directory?
Replies: 2
Views: 959

Code: Select all

ls -1rt The_File_Name_?????????.txt | head -1 | tr -d '\n'
by ray.wurlod
Tue Dec 13, 2011 7:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent routine
Replies: 8
Views: 4341

Source for the routine should be in your Repository under the Routines branch.
by ray.wurlod
Tue Dec 13, 2011 7:18 pm
Forum: General
Topic: Windows Filtering Platform
Replies: 8
Views: 4125

Welcome to the "leading edge"! :D

Please do post the resolution once you have it.
by ray.wurlod
Tue Dec 13, 2011 7:16 pm
Forum: General
Topic: Parameter set files
Replies: 5
Views: 1252

But ONLY before running the job. Job parameter values are read when the job starts and can not be legally changed subsequently.
by ray.wurlod
Tue Dec 13, 2011 7:14 pm
Forum: General
Topic: Pass Parameters by Reference not by Value
Replies: 4
Views: 1891

Welcome aboard. Job parameter values are read when the job starts and can not be changed while the job is running. You may be able to do something with environment variables, but beware that environment variable value changes in a child process are not available (and are not passed back to) the pare...
by ray.wurlod
Tue Dec 13, 2011 3:01 pm
Forum: DSXchange Testimonials
Topic: 40000 Registrations
Replies: 2
Views: 8566

40000 Registrations

A significant milestone indeed, even if not every single one of them is still with us - one hopes that most of them are, and obtaining value. Please join with me in recognizing Dennis James (our esteemed Editor) who not only had the vision to start the site, but also the commitment to fund it for ma...
by ray.wurlod
Tue Dec 13, 2011 1:39 pm
Forum: General
Topic: How to Identify The Column Dependency using XMETA only.
Replies: 2
Views: 1418

Resist stupid requirements!
by ray.wurlod
Tue Dec 13, 2011 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where are PeopleSoft embedded DS Jobs (HCM to EPM OWE)?
Replies: 6
Views: 3753

And they will want paying.
by ray.wurlod
Tue Dec 13, 2011 1:33 pm
Forum: General
Topic: Extracting order of execution of objects from DSX file
Replies: 4
Views: 2005

There's no such thing as a compiled DSX, so option 1 is out. The best way is to look at the sequence log - near the end there's a "summary of sequence run" event.
by ray.wurlod
Tue Dec 13, 2011 1:31 pm
Forum: General
Topic: Windows Filtering Platform
Replies: 8
Views: 4125

If they've converted to LDAP they've probably run DirectoryAdmin.bat -delete_users so that isadmin and wasadmin (created during installation) no longer exist. They would also have run AppServerAdmin.bat -was to specify the new initial WAS and IIS administrator user.
by ray.wurlod
Tue Dec 13, 2011 1:29 pm
Forum: General
Topic: How to report on all jobs that use a column
Replies: 5
Views: 2037

Use the query functionality in Metadata Workbench.
by ray.wurlod
Tue Dec 13, 2011 2:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: critical problem
Replies: 5
Views: 2166

prasad.bodduluri wrote:HASH FILE IS CORRUPTED , CREATE ONCE AGAIN IT WILL SOLVE ISSUE
What proof do you have for this assertion?

All capitals is regarded as "shouting" and is poor netiquette, even offensive to some.
by ray.wurlod
Tue Dec 13, 2011 2:23 am
Forum: General
Topic: IBM Certified Solution Developer - InfoSphere DataStage v8.0
Replies: 7
Views: 4372

Don't you think it would be more ethical to attempt the exam so as to test your actual knowledge, rather than to cheat by knowing the questions in advance?
by ray.wurlod
Mon Dec 12, 2011 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent routine
Replies: 8
Views: 4341

You could try making sure that they're compiled. Are they perhaps to be found under DS Functions rather than Functions in the operand menu?
by ray.wurlod
Mon Dec 12, 2011 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job to reset all aborted jobs.
Replies: 3
Views: 5698

That, at least, is easily fixed. Become a premium member via the link on the DSXchange home page.