Search found 53125 matches

by ray.wurlod
Fri Sep 25, 2009 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not Able to see datastage user in Director log
Replies: 1
Views: 1118

When you connect any DataStage client to the DataStage server, the RPC mechanism (dsrpcd) validates the connection and starts a child process called dsapi_server that acts as your agent on the server. The dsrpcd process is typically auto-started when DataStage starts, and therefore usually starts as...
by ray.wurlod
Thu Sep 24, 2009 10:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slowly changing fact
Replies: 14
Views: 5389

In that case you don't need to track the previous value (it will always be the "inverse" of the current value) - you need only to track the date of the most recent change.
by ray.wurlod
Thu Sep 24, 2009 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get data in sequence
Replies: 5
Views: 1119

Use ORDER BY in the extraction and use a Sort funnel to preserve the sorted order.
by ray.wurlod
Thu Sep 24, 2009 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml schema file open issue
Replies: 1
Views: 786

Check the pathname /Data/Response.dtd

For example, should it be /data/Response.dtd ? Does the DTD file actually exist? What permissions obtain for it? What permission does the executing process have to the parent directory?
by ray.wurlod
Thu Sep 24, 2009 8:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slowly changing fact
Replies: 14
Views: 5389

The original post/subject suggests that it's a SCF.
by ray.wurlod
Thu Sep 24, 2009 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_TERA_64K_BUFFERSIZE
Replies: 8
Views: 11839

dsenv is a text file. Look at the examples that are already in there. You need to set a value for the environment variable and you also need to export that environment variable (because dsenv is executed using a Bourne shell). Note also that there is no dsenv script if your DataStage server is on a...
by ray.wurlod
Thu Sep 24, 2009 5:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TCP/IP Protocal error
Replies: 2
Views: 1388

This could be permissions on the services file.
by ray.wurlod
Thu Sep 24, 2009 5:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slowly changing fact
Replies: 14
Views: 5389

What happens the second time this value changes? The third time? Perhaps your design requires a child table to record the change history.
by ray.wurlod
Thu Sep 24, 2009 5:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Primary Key violation on Update/Insert
Replies: 3
Views: 2616

I think it's important to discover whether this was, in fact, the case so that you can educate your users about the dangers of manually enhancing data.
by ray.wurlod
Thu Sep 24, 2009 5:42 pm
Forum: General
Topic: Schema Parse Error Question
Replies: 1
Views: 779

What's changed between when it worked and now? ("Nothing" is not the correct answer.) What is the date/time modified stamp on the schema file? Can you post the entire record schema definition? Does the schema file have a line terminator on the last line?
by ray.wurlod
Thu Sep 24, 2009 5:40 pm
Forum: General
Topic: difference in record count in parallel and sequential mode
Replies: 9
Views: 1851

Not really enough information. How is the "extraction" defined? Where are you measuring the row count? Does your job include a rejects link?
by ray.wurlod
Thu Sep 24, 2009 5:38 pm
Forum: General
Topic: Execute Commands - Executed Concurrently
Replies: 1
Views: 891

There's not really a way to execute two commands from one "starter" process on any computer. The invocation commands can not be executed other than sequentially. The only way to get them to start absolutely at the same time would be to use multiple queues in a scheduler. And even then you ...
by ray.wurlod
Thu Sep 24, 2009 5:36 pm
Forum: General
Topic: capture duplicate
Replies: 9
Views: 2515

You have marked the job type as TX. Please verify whether this is correct. From your terminology I doubt that it is.
by ray.wurlod
Thu Sep 24, 2009 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timeout waiting for mutex Error in Server Shared Container
Replies: 7
Views: 3550

Premium membership is one of the ways that DSXchange's hosting and bandwidth costs are funded. I do not propose to establish any precedent that undermines the ongoing operation of DSXchange. The alternative is for you to obtain a premium membership. It's not expensive, at less than 30c (Rs 12) per ...
by ray.wurlod
Thu Sep 24, 2009 12:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is the Compiler is Part of Client or Server?
Replies: 4
Views: 1010

As a general rule the compiler is co-located with the server. One exception is that, when compiling sequences, some XML processing takes place on the client. The generated OSH that is the result of "compiling" is not the whole story. It lives on the server in the RT_SCnnn directory in the ...