Search found 53125 matches

by ray.wurlod
Thu Mar 22, 2012 2:59 pm
Forum: General
Topic: How to read email id from Parameter file
Replies: 5
Views: 1412

The error message suggests that you have not provided a value for Server in the Notification activity.
by ray.wurlod
Thu Mar 22, 2012 2:58 pm
Forum: General
Topic: what are the appropriate rules to local user?
Replies: 0
Views: 1565

How have you set Engine Credentials?
by ray.wurlod
Thu Mar 22, 2012 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add quarter day to current timestamp
Replies: 2
Views: 1523

Add 21600 seconds to the timestamp.

The function is called something like TimestampFromSecondsSince().
by ray.wurlod
Wed Mar 21, 2012 9:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Report customize issue
Replies: 5
Views: 1405

Surely if you've done a lot of research you're in a better position to answer than we are. As you generate the report, do you notice that there is a question about using the default stylesheet or specifying your own? What does that suggest to you? Or it may just be a bug in which the description fie...
by ray.wurlod
Wed Mar 21, 2012 9:31 pm
Forum: General
Topic: issue on CLEAR.FILE
Replies: 11
Views: 3498

Re: issue on CLEAR.FILE

karthi_gana wrote:how to apply chmod command for this file?
In the usual way, with the -R option. But, if you don't have write permission, what chance is there that you'll have sufficient permission to execute a chmod command?!!
by ray.wurlod
Wed Mar 21, 2012 9:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAS Date Issue
Replies: 4
Views: 1395

Are you performing a lookup against the SAS data set? All columns on the reference link are set to null if the row in question is not found by the lookup operator and the "failed lookup" rule is set to "Continue".
by ray.wurlod
Wed Mar 21, 2012 7:38 pm
Forum: General
Topic: Looping a Job using DOS batch file
Replies: 13
Views: 4508

Another reason the tables may not be loaded is that there are no rows in source. Have you considered that?
by ray.wurlod
Wed Mar 21, 2012 3:03 pm
Forum: General
Topic: issue on CLEAR.FILE
Replies: 11
Views: 3498

... because the logs are not in the UV account; they are specific to project accounts.
by ray.wurlod
Wed Mar 21, 2012 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullability of key column in datastage
Replies: 1
Views: 1372

First point: "Key" in DataStage is not necessarily the same as "primary key". DataStage does not enforce anything. Even if a column is marked as "key", it's up to you to enforce non-nullability. If you don't, the database server (probably) will. Some databases allow for...
by ray.wurlod
Tue Mar 20, 2012 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CONFIG_FILE's Dataset path
Replies: 10
Views: 2983

Get more disk.

Disk is cheap these days.
by ray.wurlod
Tue Mar 20, 2012 8:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data masking
Replies: 4
Views: 1870

It's really easy to encrypt data if you never need to decrypt it. For example, in 8.7, a 128-bit encryption utility is provided. But your requirement has not been made clear.
by ray.wurlod
Tue Mar 20, 2012 8:50 pm
Forum: General
Topic: unix command execution issue
Replies: 10
Views: 3163

I believe the backquote and upright quote are an artifact of the error report, and unlikely to be in the script itself.

Who writes stuff like that anyway?!!
:evil:
by ray.wurlod
Tue Mar 20, 2012 8:46 pm
Forum: General
Topic: Looping a Job using DOS batch file
Replies: 13
Views: 4508

Look in the job log.
by ray.wurlod
Tue Mar 20, 2012 8:46 pm
Forum: General
Topic: BATCH JOB & CSV File
Replies: 10
Views: 2796

... and that's just one of the reasons server jobs aren't going away any time soon.