Search found 53125 matches

by ray.wurlod
Wed Dec 29, 2010 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace Special Characters in a String
Replies: 6
Views: 6927

There's no sense of "special" characters here. You want to keep the numeric characters and convert all non-numeric characters to zero. svNonNumerics <== Convert("0123456789","",InLink.TheString) Convert(svNonNumerics,Str("0",Len(svNonNumerics)),InLink.TheStrin...
by ray.wurlod
Wed Dec 29, 2010 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The set of available nodes for op1 is empty
Replies: 7
Views: 5658

Looks like this can happen when you use "CopyOf..." stage names (? and sequential mode specified). Not totally sure how.
by ray.wurlod
Wed Dec 29, 2010 12:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml data loading into file
Replies: 3
Views: 1677

What stage types are you using? Assuming you are using an XML Input stage, what xml-path values are you using?
by ray.wurlod
Tue Dec 28, 2010 10:52 pm
Forum: General
Topic: How to connect to SQL Server from routine
Replies: 6
Views: 2658

What's "09"? Is your timestamp in the expected format, correctly quoted, etc.? It seems you're getting fairly close.
by ray.wurlod
Tue Dec 28, 2010 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read file with multiple formats
Replies: 1
Views: 1038

The header and trailer records are probably not being imported successfully because they do not match the metadata (record schema) of the detail lines. Your job log should show the number of records imported successfully. A reject link from the sequential file stage would allow you to capture any ro...
by ray.wurlod
Tue Dec 28, 2010 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The set of available nodes for op1 is empty
Replies: 7
Views: 5658

Examine the score. Which operator is op1? Does it specify any node pool or disk pool constraint?
by ray.wurlod
Tue Dec 28, 2010 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unmappable characters found mapping text string
Replies: 1
Views: 6380

The "-CS" maps are only intended to be used between the DataStage server and the DataStage client (for example with View Data). Try specifying the equivalent non "-CS" map (for example MS1252) in your job.
by ray.wurlod
Tue Dec 28, 2010 2:47 pm
Forum: General
Topic: Not able to receive the return value from UNIX Script
Replies: 3
Views: 1314

$ReturnValue can include a line terminator that is translated to a DataStage "field mark". Are you aware of the fact that you may need to ignore this character - or, perhaps, more than one, depending on the actual command?
by ray.wurlod
Tue Dec 28, 2010 2:43 pm
Forum: IBM QualityStage
Topic: QualityStage: Error Generating Frequency files
Replies: 7
Views: 7745

This error message is in the client software. Typically re-booting the client machine is sufficient to eliminate it.
by ray.wurlod
Mon Dec 27, 2010 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Set Not Updating properly
Replies: 9
Views: 3282

Check that step #3 actually succeeded.
by ray.wurlod
Mon Dec 27, 2010 3:24 pm
Forum: Site/Forum
Topic: 30K for Craig
Replies: 7
Views: 5303

30K for Craig

Hiding behind Santa Claus, Craig posted #30000 today. #30001 too!
by ray.wurlod
Mon Dec 27, 2010 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tsort insertion
Replies: 2
Views: 2455

You probably need to increase available memory or, if that's not possible, scratch space. The Sort stage allows you to allocate memory for that stage alone, while a global change may be wrought via the APT_TSORT_STRESS_BLOCKSIZE environment variable.
by ray.wurlod
Mon Dec 27, 2010 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC encoding issue with chinese character under AIX 6.1
Replies: 8
Views: 5269

You have marked this thread as Resolved. Please advise HOW it was resolved, to aid future searchers.
by ray.wurlod
Mon Dec 27, 2010 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when I click in the view data in the OracleConnector
Replies: 2
Views: 3383

My first guess is that the installation was not successful, in that (at least) it has failed to install the Oracle Connector stage type. Check your install log.

Are any other stage types missing? Check Repository (stage types branch) in Designer.