Search found 42189 matches

by chulett
Mon Feb 20, 2012 11:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before job abort with no other messages
Replies: 6
Views: 1619

That sounds like the normal reset message, so did it not add the 'From previous run...' entry? Are you actually doing anything 'before job'?
by chulett
Mon Feb 20, 2012 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue after migrating to 7.5.3
Replies: 6
Views: 2508

Then it would seem you are firmly in the hands of your support provider.
by chulett
Mon Feb 20, 2012 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to Convert row data to columns
Replies: 5
Views: 1919

Only? How many more do you need? :wink:

Inside them would be an option to drive the 'direction' of the pivot.
by chulett
Mon Feb 20, 2012 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML tags (<>) and quotes (") getting converted to
Replies: 3
Views: 1832

Scroll over to the 'Data Type' property (pretty sure that's the name) for those and set it to 'XML'. That will tell it that it is already XML and to not futz with it. :wink:
by chulett
Mon Feb 20, 2012 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to Convert row data to columns
Replies: 5
Views: 1919

Rows to columns is also known as a 'vertical pivot', something you could do an exact search for here to get all kinds of help. Which also means you should look at the Pivot stage but the capabilities there depend on your exact 8.x version.
by chulett
Mon Feb 20, 2012 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before job abort with no other messages
Replies: 6
Views: 1619

First thing to try is to Reset the aborted job and see if a 'From previous run...' message is added to the log. If so, post the contents.
by chulett
Mon Feb 20, 2012 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Distributed Transaction Stage
Replies: 4
Views: 2078

Relocated. Next time please pay more attention to where you are posting.
by chulett
Mon Feb 20, 2012 9:22 am
Forum: General
Topic: The difference between run and reset if request then run
Replies: 4
Views: 1560

You need to decide which one is appropriate for each job being run. You may want to ensure that Aborts are resolved manually before restarting or you may be fine with them automatically resetting. Like many things... it depends.
by chulett
Mon Feb 20, 2012 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reformat Dec 15 2011 3:17PM as timestamp
Replies: 2
Views: 1009

Use StringToTimestamp() if you actually want a timestamp. For the format you posted, do that and then convert it back to a number.
by chulett
Mon Feb 20, 2012 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: T-Pump
Replies: 1
Views: 834

In the parallel product. And I believe that it is a paid option, meaning you have to purchase 'DataStage Connectivity for Teradata' to get that capability.
by chulett
Mon Feb 20, 2012 8:58 am
Forum: General
Topic: First sequence must reset subsequent sequences if necessary
Replies: 1
Views: 542

So these are multi-instance Sequence jobs? I believe that you are correct in that if you need to worry about specific instances not existing, then you'd need to leverage the API in order to do the proper checks and conditional reset you need. Seems to me that could either be accomplished via scripte...
by chulett
Sun Feb 19, 2012 3:34 pm
Forum: General
Topic: Dsjob syntax for windows 2008 - without user and password
Replies: 6
Views: 1231

Good... that's how we are handling it with Informatica and the DoD at DISA.
by chulett
Sun Feb 19, 2012 9:34 am
Forum: General
Topic: Dsjob syntax for windows 2008 - without user and password
Replies: 6
Views: 1231

There is no other way... and you shouldn't need to 'expose' the file at all, you should be able to lock it down in a manner that your security people approve. Have you specifically ask them?
by chulett
Sun Feb 19, 2012 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KBA Job Control and code=-14
Replies: 4
Views: 2222

Pam, the first question that comes to mind is: have there been any changes made to the code that I left there? I don't recall ever seeing the behaviour you've noted but have seen something almost the opposite where it goes to start a job and never hears back that it started and thus you get a 'livin...
by chulett
Sun Feb 19, 2012 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate SQL is a required link property for Link DSLink1
Replies: 2
Views: 1306

You might want to try right-clicking on the stage and selecting 'Grid style' to verify all of the settings. Do this in both dev and test to compare.