Search found 53125 matches

by ray.wurlod
Mon May 25, 2009 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: error in dlopen - Dynamic Error
Replies: 1
Views: 1089

I suggest you Search DSXchange for some or all of your error message.
by ray.wurlod
Mon May 25, 2009 10:50 pm
Forum: General
Topic: cannot run the parallel job?
Replies: 1
Views: 1163

Welcome aboard.

In Director, switch to Log view (right click on the job and choose View Log from the menu). In the log you will find the reason. Double click any log event for more detail.
by ray.wurlod
Mon May 25, 2009 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with picking the right record - sort output
Replies: 1
Views: 849

I think you're reading too much into this. A Filter stage or a Transformer stage constraint would do the job.
by ray.wurlod
Mon May 25, 2009 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help for Resource Disk & Scratch Disk Spaces
Replies: 6
Views: 2335

The disk resource is where data files for Data Sets, File Sets and Lookup File Sets reside.

The scratchdisk resource is used by various operators for temporary workspace.

When's the interview?
by ray.wurlod
Mon May 25, 2009 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TRNSFORMER COMPILATION IN DATASTAGE7.5x2
Replies: 14
Views: 4331

Did you install the compiler before you installed DataStage server?

Are the compiler environment variables (APT_COMPILER, APT_COMPILE_OPTIONS, APT_LINKER, APT_LINKER_OPTIONS) set correctly?
by ray.wurlod
Mon May 25, 2009 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: excel extract
Replies: 8
Views: 1776

What exactly is your question? Do you not know how to invoke MS Query perhaps? Or, if you can, do you not know how to link to a data source?
by ray.wurlod
Mon May 25, 2009 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDKSequences in DS 8
Replies: 5
Views: 1783

SDKSequences doesn't exist in any version. It is created the first time one of the SDK Key Management routines is used. Therefore, on an upgrade, it is important to copy the SDKSequences hashed file into place if you wish to preserve the extant sequence nextvalues stored in it.
by ray.wurlod
Mon May 25, 2009 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkMetaData
Replies: 12
Views: 6019

No, I just happened to need to use the routine this week (on 8.0.1). Created a generic routine to retrieve a link row count. FUNCTION GetColumnHeadings(aJobName, aLinkName) DEFFUN DSGetLinkMetaData(TheJobName, TheStageName, TheLinkName) ***************************************************************...
by ray.wurlod
Mon May 25, 2009 3:42 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Redbook - SOA Solutions Using IIS
Replies: 9
Views: 5226

You may be surprised how little. Obviously nowhere near as cheap as black and white but, once you get over 500 pages, the per-page price tends to plummet.
by ray.wurlod
Mon May 25, 2009 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lengthy Startup time and short run time
Replies: 7
Views: 3302

It might be useful to have the individual processes show their startup time, by setting APT_STARTUP_STATUS environment variable.
by ray.wurlod
Mon May 25, 2009 5:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service operation
Replies: 5
Views: 1566

Perhaps you misspelled the URL. After all, you misspelled "Ernie". Some people are offended by that.
by ray.wurlod
Mon May 25, 2009 5:04 am
Forum: General
Topic: Loop condition
Replies: 6
Views: 1521

What happens if the hour elapses with no such file?

I'd run a job sequence with a loop containing a WaitForFile activity followed by a Job activity to process the file to determine what its date is, then probably a Nested Condition activity to check whether it's the right date.
by ray.wurlod
Mon May 25, 2009 12:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkMetaData
Replies: 12
Views: 6019

IF LinkName is unique in the job, then StageName can be "" and it still works, at least in version 8.0.1. That means a lot less code.
by ray.wurlod
Mon May 25, 2009 12:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I get column information on a link with a routine
Replies: 4
Views: 1732

In version 8 it's in the DataStage BASIC manual, but it's described with the wrong number of arguments. They left out the stage name.
by ray.wurlod
Mon May 25, 2009 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call week day from month function in JOB SEQUENCER
Replies: 2
Views: 1013

Welcome aboard. What you seek to do is cumbersome in the extreme, would involve setting up GCI definitions for the function. You really don't want to go there. A much easier approach - given that you're in a server routine - would be to apply the Oconv() function to the internal form of the data, wi...