Search found 53125 matches

by ray.wurlod
Fri Aug 26, 2011 5:52 am
Forum: General
Topic: Unable to access to IS web console
Replies: 4
Views: 2185

The appropriate way to determine whether the WAS is running is to use the serverStatus server1 command. The servers can be started from UNIX command line (or by rebooting the server). From memory the command to start the WebSphere Application Server process is startServer server1 then you have to st...
by ray.wurlod
Fri Aug 26, 2011 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Logic...
Replies: 2
Views: 1025

Code: Select all

Int((MonthFromDate(InLink.TheDate)-1)/3)+1
by ray.wurlod
Fri Aug 26, 2011 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help in rectifying Pivot Warning
Replies: 2
Views: 1276

You only have a time, not a timestamp.
by ray.wurlod
Fri Aug 26, 2011 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in joining two tables
Replies: 14
Views: 5200

Are your data partitioned on ID ?
by ray.wurlod
Fri Aug 26, 2011 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing table name from incoming field value
Replies: 7
Views: 2371

Your UPDATE statement mentions a table called ABC.ORCHESTRATE.TBL_NAME

Is this genuinely a table name in your database? I suspect not.

Review the mechanism you've used to generate the table name.
by ray.wurlod
Fri Aug 26, 2011 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing special character
Replies: 6
Views: 3617

Can you please wrap that in Code tags so that the spacing is not lost?
by ray.wurlod
Fri Aug 26, 2011 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Custom Query for Oracle Stage in 8.01
Replies: 3
Views: 1736

The problem has been reported from a stage called Transformer_1.

Maybe you're looking in the wrong place.
by ray.wurlod
Fri Aug 26, 2011 5:36 am
Forum: General
Topic: Unable to access to IS web console
Replies: 4
Views: 2185

What error message do you get? Is the WebSphere Application Server (server1) running?
by ray.wurlod
Fri Aug 26, 2011 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing table name from incoming field value
Replies: 7
Views: 2371

Welcome aboard. Your "some parsing error" is singularly unhelpful.

Please post the exact error message.

Not sure why you have "ORCHESTRATE" as a qualifier of the table name.
by ray.wurlod
Fri Aug 26, 2011 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help in Convert DSJobStartTimeStamp to integer
Replies: 2
Views: 1555

You only need one Convert() function.

Code: Select all

Convert("-/:. ", "", TimestampToString(DSJobStartTimestamp, "%yyyy-%mm-%dd"))
by ray.wurlod
Fri Aug 26, 2011 1:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing special character
Replies: 6
Views: 3617

Find out what that character actually is, using a hex viewer such as the od -xc command in UNIX or an editor like UltraEdit. Then you can use an appropriate Char() function to represent that character and either remove it or convert it to something else. Just be sure that it's valid (according to th...
by ray.wurlod
Fri Aug 26, 2011 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in joining two tables
Replies: 14
Views: 5200

This seems to me to be a simple inner join on id, possibly followed by a sort. Make sure you get the partitioning right, though.
by ray.wurlod
Fri Aug 26, 2011 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Type 1 - how to implement no change in some values
Replies: 10
Views: 2925

What happens if you provide no derivation or purpose at all for this column in the SCD stage?
by ray.wurlod
Fri Aug 26, 2011 12:32 am
Forum:
Topic: bind a Data set file to a DS stage Metadata Workbench
Replies: 2
Views: 2931

Data Set files are not sequential files.

A physical Data Set consists of a descriptor file containing the record schema and the locations of the segment files that hold the actual data on the directories idenfied as disk resource in the configuration file.