Search found 53125 matches

by ray.wurlod
Thu Jul 24, 2008 8:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Only jobs
Replies: 7
Views: 2229

There is no way of which I am aware to "bulletproof" the requirement that only some jobs are to be read-only, particularly in version 8. There will always be someone with access. You might like to experiment with using file system permissions to protect some or all of the job-numbered objects in the...
by ray.wurlod
Thu Jul 24, 2008 8:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming the CATEGORY in the Repository
Replies: 10
Views: 3205

Perhaps you need first to re-build the indexes in the Repository. CATEGORY is one of the columns indexed. It may be that the delete operation is trying to use that index.
by ray.wurlod
Thu Jul 24, 2008 7:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Only jobs
Replies: 7
Views: 2229

You could make use of protected project. But there will always be someone with rights enough to delete; in this case anyone who has been added to the Business Manager role. Someone with a big enough magnet in close enough proximity to the disk could also delete things - are you beginning to see that...
by ray.wurlod
Thu Jul 24, 2008 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Warning
Replies: 7
Views: 2403

Hotel room. Airport lounge is tonight (local time).
by ray.wurlod
Thu Jul 24, 2008 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array TimestampFromSecondsSince Never Dimensioned
Replies: 2
Views: 3096

This function is for parallel jobs, not for server jobs.

For server jobs look in the SDK functions - there are even some there based on the 1970-01-01 base, which may fulfil your requirements.
by ray.wurlod
Thu Jul 24, 2008 5:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Warning
Replies: 7
Views: 2403

Is it just me, or wasn't the message "no rows affected"? Or is this a different thread? Odd, it's not even Monday!
by ray.wurlod
Thu Jul 24, 2008 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to change default settings of Table definition import
Replies: 4
Views: 1038

No. The reasoning behind the default is that, in a sequential file, *something* actually has to be there, even if it is "".
by ray.wurlod
Thu Jul 24, 2008 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Repository Interface Error-Connection has timed out(81015
Replies: 4
Views: 3882

Check also that your servers are accessible (names can be resolved) and that your DHCP lease on the client has not expired.
by ray.wurlod
Thu Jul 24, 2008 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TFIC-00017 Transfer problem
Replies: 4
Views: 2140

Do you get the same error when running the job independently of the job sequence?
by ray.wurlod
Thu Jul 24, 2008 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to date
Replies: 1
Views: 1218

You get the asterisks when processing a date that does not conform to the format string. You need to check your data for such situations.
by ray.wurlod
Thu Jul 24, 2008 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DateToString format "dd-Mon-yyyy"
Replies: 4
Views: 13231

Don't use a capital "M" in the format string. Use "%dd-%mmm-%yyyy" as the format string. Note, however, that this format string is not applicable if the day number is a single digit; you may need to check for this possibility.
by ray.wurlod
Thu Jul 24, 2008 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is Segment & partition in Dataset?
Replies: 1
Views: 1240

A partition is that subset of the Data Set's rows that are associated with a single processing node. For example, if you created the Data Set with a four-node configuration file, it will have four partitions (if it is large enough). A segment is an individual data file within a partition. For exampl...
by ray.wurlod
Thu Jul 24, 2008 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enclose only character data in quotes
Replies: 1
Views: 978

You can set the Quote Character property on the Format tab in the Sequential File stage.
by ray.wurlod
Thu Jul 24, 2008 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 to Datastage Special Character Issue
Replies: 3
Views: 2067

If you know what the code point for the character is you can intercept it with a Char() function perhaps in a Convert() function.
by ray.wurlod
Thu Jul 24, 2008 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Installation
Replies: 13
Views: 3117

Yes, you will need an ODBC driver to access any database using the ODBC stage. However, an ODBC driver for Teradata ships with DataStage. All you ought to need to do is configure the DSN (by editing the .odbc.ini file) and make it available to a project (by editing uvodbc.config in the project).