Search found 53125 matches

by ray.wurlod
Tue Jan 12, 2010 11:40 pm
Forum: General
Topic: Difference in Server and Datastage Director Time
Replies: 24
Views: 13108

I can not reproduce this problem. The client and server times are the same, in spite of being a three-tier topology.

Information Server 8.1 with critical patch and Fix Pack 1 applied.
by ray.wurlod
Tue Jan 12, 2010 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information Server Oracle EE configuration
Replies: 2
Views: 1292

Welcome aboard.

You are not the first to encounter this. As per the installation instructions, you have to create a link to the correct version of the library.

Either read the instructions or search DSXchange for details.
by ray.wurlod
Tue Jan 12, 2010 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding new CPU in datastage server
Replies: 6
Views: 2308

The XML file to which you refer is the licence XML file IBM provides to warrant that you have paid for the appropriate number of "processor value units" for your new environment. You don't so much have to update as to Upload the licensing file. Open Web Console for Information Server to th...
by ray.wurlod
Tue Jan 12, 2010 11:27 pm
Forum: General
Topic: Invoking jobs through Unix and getting execution results
Replies: 1
Views: 940

There are a few samples already posted on DSXchange. Why not search for them?
by ray.wurlod
Tue Jan 12, 2010 8:21 pm
Forum: General
Topic: DSSetUserStatus : Error reading Job Status record
Replies: 1
Views: 2523

DSSetUserStatus() must be invoked from within a server job. It writes its argument value into the job's user status area.
by ray.wurlod
Tue Jan 12, 2010 8:05 pm
Forum: General
Topic: Difference in Server and Datastage Director Time
Replies: 24
Views: 13108

Right click on the clock on the right hand end of the status bar and select Adjust Date/Time from the menu. If you don't have permission to do this, get the Administrator to do it for you. Investigate mechanisms for synchronizing time from the network - there are myriad techniques for doing that, as...
by ray.wurlod
Tue Jan 12, 2010 7:13 pm
Forum: General
Topic: Difference in Server and Datastage Director Time
Replies: 24
Views: 13108

DataStage server gets its time from the operating system time of the machine it's on. DataStage clients get the time from the operating system time of the machine they're on. Any difference is not the responsibility of DataStage. It is up to YOU to synchronize the machine times if this is what you d...
by ray.wurlod
Tue Jan 12, 2010 6:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trigger In Execute Command Stage Fails
Replies: 5
Views: 2676

The right parenthesis is misplaced. Try

Code: Select all

CONVERT(@FM, "",Execute_Command_17.$CommandOutput) > 1
by ray.wurlod
Tue Jan 12, 2010 6:25 pm
Forum: General
Topic: Difference in Server and Datastage Director Time
Replies: 24
Views: 13108

You can set the times on the machines to be the same, perhaps.

You can also set an option in Director such that the difference is not checked for/reported. The "sweep it under the carpet" approach. However, all times reported in Director are server times.
by ray.wurlod
Tue Jan 12, 2010 3:56 pm
Forum:
Topic: Exporting/Importing Operational Metadata
Replies: 5
Views: 3351

The istool utility that Ernie mentioned is also available as a browser-based version called Information Server Manager - some people find this easier to use than a command line interface, particularly for maintaining history.
by ray.wurlod
Tue Jan 12, 2010 3:53 pm
Forum: IBM QualityStage
Topic: RuleSet for Netherlands
Replies: 0
Views: 1176

It's not supplied out of the box, as you noted.

You should easily be able to make a copy of the French or German rule sets and adapt them for NL.
by ray.wurlod
Tue Jan 12, 2010 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: explain oracle enterprise stage......?
Replies: 5
Views: 1625

Re: explain oracle enterprise stage......?

vikramkola wrote:can any one say the steps how to extract the data from oracle enterprise stage?
Create an output link.
Add appropriate metadata to the stage and link properties.
Voila!
by ray.wurlod
Tue Jan 12, 2010 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open descriptor file to createNo such file or dir
Replies: 9
Views: 5502

It appears that the migration process may have dropped the job parameter definitions from the job design.
by ray.wurlod
Tue Jan 12, 2010 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to remove a bad project
Replies: 4
Views: 1721

That is NOT the same issue. The issue of this thread is how to delete a project.

Please start a separate thread (if you have not done so already).
by ray.wurlod
Tue Jan 12, 2010 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I restart the server after particular job finished?
Replies: 32
Views: 37342

Hashed file cache is cleared when the job finishes. You don't need to do anything to achieve this.

What proof do you have that the server has "memory utilization prob"?