Search found 42189 matches

by chulett
Thu Jul 24, 2008 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TFIC-00017 Transfer problem
Replies: 4
Views: 2140

Sorry if this is a silly question, but is "Transfer" the name of the job or a stage / link name within the job? :?
by chulett
Thu Jul 24, 2008 4:51 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

In other words, the columns can be empty but not null. Null means 'Unknown' and is a database concept not applicable to sequential files.
by chulett
Thu Jul 24, 2008 4:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array TimestampFromSecondsSince Never Dimensioned
Replies: 2
Views: 3096

Two problems. 1. It is not recognized as a valid function name, so it assumes it is an array that you've never dimensioned. If we were talking about a custom routine, I was prepared to tell you to include the "include" file statement you are missing. 2. The reason it is not being recognized is that ...
by chulett
Thu Jul 24, 2008 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Warning
Replies: 7
Views: 2403

Was really hoping for a question to respond to. And actually, the informational message is because there is no where clause and it deleted every record from the table. :shock:

Hopefully, that's what they intended.
by chulett
Thu Jul 24, 2008 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select top n records from source on data load
Replies: 3
Views: 1162

There you go. :wink:

Was going to suggest using "rownum" and parameterizing the "500" part in case it needed to change.
by chulett
Thu Jul 24, 2008 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select top n records from source on data load
Replies: 3
Views: 1162

You should be able to handle this using normal (non-user-defined) sql and parameterizing the 'n' for the 'Top N'. Perhaps you can post your sql for our perusal?
by chulett
Thu Jul 24, 2008 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Linux Installaion
Replies: 15
Views: 2872

Since it's looking for a relative path, suggest you cd to "/root/ascential" and then execute "./install.sh" instead.
by chulett
Thu Jul 24, 2008 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Linux Installaion
Replies: 15
Views: 2872

Please be specific about what directory you are initiating the installation from and the specific command you used.
by chulett
Thu Jul 24, 2008 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After SQL Not Executing: MS SQL 2005
Replies: 8
Views: 3088

Fun! :D About the only thing I can think of on the DataStage side would be to enable tracing. Switch to the "Tracing" tab in the Run dialog and turn on at least the Property Values and Subroutine Calls trace levels. Maybe something will come of that, but I suspect that any "tracing" will need to hap...
by chulett
Thu Jul 24, 2008 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute DSJOB Command Remotely
Replies: 6
Views: 3783

dec1177 wrote:I had to include the path in quotes because of the fact there's a space in the pathname (I think).

Yup. Thank you Windows "long filenames". :wink:

Or you could have used the original recipe 8.3 "short" name without quotes, which is (more than likely) "Progra~1".
by chulett
Thu Jul 24, 2008 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming the CATEGORY in the Repository
Replies: 10
Views: 3205

Bad Idea. Use the GUI, Luke! Create a new category and move everything over to it, then delete the old (empty) one. After you undo this, of course.
by chulett
Thu Jul 24, 2008 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After SQL Not Executing: MS SQL 2005
Replies: 8
Views: 3088

Unfortunately, no, not really. I mostly just wanted to verify that it was 'being executed'. I've no real experience with SQL Server so the gory details of differences between the 2000 and 2005 editions are unknown to me and thus I've got no clue why it would work in the older version and not work (o...
by chulett
Thu Jul 24, 2008 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Records displayed out of a Hashed file
Replies: 9
Views: 3447

sajarman wrote:It seems to me that hashed files can act as good remove duplicates

Yes, very true. :D
by chulett
Thu Jul 24, 2008 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Linux Installaion
Replies: 15
Views: 2872

Copy the cdrom to a directory on the Linux server and install it from there.
by chulett
Thu Jul 24, 2008 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command activity
Replies: 7
Views: 2928

Your test1.ksh script doesn't have execute permissions for the user attempting to run it.