Search found 53125 matches

by ray.wurlod
Wed Jun 01, 2011 5:38 pm
Forum: General
Topic: Scripts involved in Application enable/disable
Replies: 6
Views: 2340

There's not even any way to disable a project from Web Console for Information Server, as far as I am aware. If you know of one, please advise.
by ray.wurlod
Wed Jun 01, 2011 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Facing problem with compilation
Replies: 3
Views: 3838

How are your four Compiler environment variables set?
by ray.wurlod
Wed Jun 01, 2011 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetStageInfo for Datasets
Replies: 9
Views: 4032

The error message suggests that you may have not used the correct name of the stage (spelling? casing?) in the routine call.

Verify that the stage is visible to the job using DSGetJobInfo with one of the stage list options.
by ray.wurlod
Wed Jun 01, 2011 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file reading problem
Replies: 1
Views: 2174

What character occurs at the 162nd position?
by ray.wurlod
Wed Jun 01, 2011 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset and schemas
Replies: 7
Views: 2543

Select all of your "picture" and click on the Code button just above the editing area.
by ray.wurlod
Wed Jun 01, 2011 5:25 am
Forum: General
Topic: datastage job not getting called through batch file
Replies: 11
Views: 5247

Provide the full pathname of the dsjob executable or include its parent directory in your command search list (PATH environment variable).
by ray.wurlod
Wed Jun 01, 2011 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset and schemas
Replies: 7
Views: 2543

Wrap it in Code tags.
by ray.wurlod
Wed Jun 01, 2011 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting problem with Run time parameter by using RCP
Replies: 3
Views: 1421

Sharp sign is # for the non-musical among you.

There's none in the query as posted.
by ray.wurlod
Tue May 31, 2011 6:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine or derivation
Replies: 5
Views: 2018

No. Hashed file cache size is a project property (or a global property if you use public caching).
by ray.wurlod
Tue May 31, 2011 5:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing from oracle view to a oracle table?
Replies: 2
Views: 1676

Check on your scratchdisk for the "bad" file.
by ray.wurlod
Tue May 31, 2011 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on Sequential file stage parsing
Replies: 3
Views: 1909

If the record length is always same then we can pivot(horizontal) ,but the record length is unknown in this case. One solution involves a BASIC Transformer stage or a server job. Convert(@TM,@FM,Fold(InLink.TheString, "1L")) and write to a sequential file in which field delimiter is none ...
by ray.wurlod
Tue May 31, 2011 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Having issues with Lookup Stage
Replies: 7
Views: 3910

Try changing the Lookup Failed rule to something else.
by ray.wurlod
Tue May 31, 2011 5:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting problem with Run time parameter by using RCP
Replies: 3
Views: 1421

Do you need sharp signs around Rtn_Ext_Fdate.$ReturnValue ?
by ray.wurlod
Tue May 31, 2011 5:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to divide data in groups
Replies: 6
Views: 2505

There are PM and email links below every one of my posts.