Search found 42189 matches

by chulett
Fri Sep 10, 2010 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Large xml file
Replies: 5
Views: 2015

Exactly - you control when the values changes and it doesn't matter what it is. We typically used a Mod() function to increment a counter every X output records.
by chulett
Fri Sep 10, 2010 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate files in an Execute Command stage in Sequence
Replies: 3
Views: 1522

It is getting created, just not where you are expecting. Relative pathed files end up in the job's Project directory, check there.
by chulett
Fri Sep 10, 2010 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple rows to single row comma separated values
Replies: 29
Views: 20123

I was able to configure the pivot stage but the output is not correct, it splits the records into 4 columns and 4 rows. Then you didn't configure it quite correctly. The first column should be marked as a key and you'll need to create a fake key column for that with a constant value so the data val...
by chulett
Fri Sep 10, 2010 9:27 am
Forum: General
Topic: Job monitor in Director not showing "Num Rows" Col
Replies: 3
Views: 1385

Did you try right-clicking in the monitor pane?
by chulett
Fri Sep 10, 2010 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple rows to single row comma separated values
Replies: 29
Views: 20123

That would be a "vertical pivot", you can search the forums for the tecniques involved. Only thing "extra" you'd need to do is take the separate columns the pivout would generate and concatenate them into a single column post-pivot.
by chulett
Fri Sep 10, 2010 8:15 am
Forum: General
Topic: Viewing One Off Scheduled Job
Replies: 2
Views: 1113

Welcome. What exactly do you mean by 'unable to view it on the schedule'? Meaning you don't see it in the DataStage Director client or it's not in the crontab entry for the scheduling user? The former shouldn't really be happening but the latter would be a case of looking in the wrong place. Recurri...
by chulett
Fri Sep 10, 2010 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlocked on lock resources
Replies: 10
Views: 6523

It is specified in the error message - SQL Server.
by chulett
Fri Sep 10, 2010 7:42 am
Forum: General
Topic: trimming line terminator
Replies: 17
Views: 5688

Yes - *if* that is the problem. However, doesn't sound like it is. What is your script actually doing? What kind of status does it return? :?
by chulett
Fri Sep 10, 2010 7:31 am
Forum: General
Topic: trimming line terminator
Replies: 17
Views: 5688

Do you have the 'automatically handle' option turned on? It considers any 'non-zero' return code to be a failure. What happens if you turn that off if on?
by chulett
Fri Sep 10, 2010 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issues for Job Run.
Replies: 6
Views: 2119

Someone must have those privledges, can you not have them take care of this for you? Also curious if you can actually check the privledges on those objects rather than assume everything is ok.
by chulett
Fri Sep 10, 2010 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to implement in datastage?
Replies: 5
Views: 2263

Specifically, sounds like "type 2" SCD processing.
by chulett
Fri Sep 10, 2010 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issues for Job Run.
Replies: 6
Views: 2119

Have you tried the suggested force compile?
by chulett
Fri Sep 10, 2010 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlocked on lock resources
Replies: 10
Views: 6523

Query isn't the issue and as noted it is a database deadlock. You could be locking yourself or you could have had the bad luck to be deadlocked against another process. Is this repeatable? Does running on one node solve the problem? If yes, you may be able to solve this by using intelligent hash par...
by chulett
Fri Sep 10, 2010 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INSERT option in ORACLE Enterprise Stage
Replies: 4
Views: 2536

That's good to know. I always thought it was odd the games you had to play for simple inserts and haven't had a chance yet to work on a system with connector stages yet.
by chulett
Fri Sep 10, 2010 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File size exceeding 2GB
Replies: 4
Views: 2418

No worries, just meant that most operating systems (in my admittedly somwhat limited experience) include 'large file support' out of the box in this day and age of gigabyte flashdrives rather than 1.44MB floppies. :wink: