Search found 42189 matches

by chulett
Tue Oct 13, 2009 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Log file extraction from UNIX / Admin
Replies: 8
Views: 6237

You need to learn how to post more better. That is not how one quotes another post. :?
by chulett
Tue Oct 13, 2009 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command Line Export (Option including Read Only Items)V8.0.1
Replies: 2
Views: 1124

:!: Please don't start a new topic on the exact same subject you already have a perfectly good post for. :?

viewtopic.php?t=129846
by chulett
Tue Oct 13, 2009 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating pointers to Hash files in VOC
Replies: 1
Views: 1317

1. That's fine, just copy them but make sure you get all of the files (including the hidden files) and the "D_" dictionary files as well.

2. Search here for the SETFILE command.
by chulett
Tue Oct 13, 2009 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Developing a Batch File to Back up a complete proyect
Replies: 32
Views: 10942

What 'read only elements', precisely? Typically, they are the items you don't need to backup as they install with the product in every project. In other words, this may be a non-issue.
by chulett
Tue Oct 13, 2009 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compiling DS Jobs through command line
Replies: 6
Views: 2301

Excellent. Please mark the post as Resolved using the button at the top of the page.
by chulett
Tue Oct 13, 2009 5:34 am
Forum: General
Topic: SKG malfunctioning
Replies: 3
Views: 1547

8.0.1? Probably a bug. Best to contact your official support provider and ask them if indeed it is and for the patch. Or upgrade to 8.1.
by chulett
Tue Oct 13, 2009 5:30 am
Forum: General
Topic: Oracle to Teradata migration
Replies: 10
Views: 5485

It won't be that simple, I'm afraid. You could test that process out by exporting one job as a control, then manually changing the stage to Teradata and exporting it again, comparing the two exports. You'd need to quantify the exact differences between the two and see if you could come up with some ...
by chulett
Tue Oct 13, 2009 5:18 am
Forum: General
Topic: when file name missing in seq.file.. need to display warning
Replies: 4
Views: 1293

Welcome.

No can do. The file not found will abort the job looking for it, period. You'd need to do something before that to check for the file and rather than run the job, log a warning and skip running the job. A Sequence job could do that 'check and branch around' for you fairly easily.
by chulett
Tue Oct 13, 2009 5:15 am
Forum: General
Topic: How to pass values for Parameter set to Dsjob
Replies: 10
Views: 15228

I honestly don't know but if you've got the syntax right it wouldn't have spaces around the equal sign. Try "-param param_set=valuesfilename" instead.
by chulett
Mon Oct 12, 2009 10:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Year Month and difference dynamic value
Replies: 7
Views: 1427

Here's the thing... maybe I'm being a little dense today but I still have absolutely no idea what exactly it is you are trying to accomplish. I was hoping someone else would jump in here and show some insight, solve your problem, but that doesn't look like it's going to happen. So... it seems like y...
by chulett
Mon Oct 12, 2009 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Log file extraction from UNIX / Admin
Replies: 8
Views: 6237

As noted, from the command line shell - meaning 'dssh', that or the Administrator, assuming an interactive session.
by chulett
Mon Oct 12, 2009 4:21 pm
Forum: General
Topic: Loading a Varbyte field in teradata
Replies: 5
Views: 4285

Is there a 'conversion function' for that in Teradata?
by chulett
Mon Oct 12, 2009 2:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Year Month and difference dynamic value
Replies: 7
Views: 1427

You do realize, do you not, that you just repeated yourself without explaining anything or answering any of the questions asked, yes? :?
by chulett
Mon Oct 12, 2009 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Year Month and difference dynamic value
Replies: 7
Views: 1427

So, you need to run this query 39 times, once for each Y/M combination going back that far, right? Sounds like you may already have a looping Sequence in place and just need a delimited list for use in the Start Loop stage? Or do you actually need something else?