Search found 55 matches

by johnno
Thu Sep 02, 2004 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import not overwriting routines
Replies: 3
Views: 2186

Craig, Thanks for the reply. I agree with you totally re the design time issue. The number of times we have needed to look at things that would have been very easy in designer - well, I'd best not start. Unfortunately, two people were thrown in to design and build a new system from scratch after goi...
by johnno
Thu Sep 02, 2004 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import not overwriting routines
Replies: 3
Views: 2186

Import not overwriting routines

As a result of another issue, we have found that when we import a .dsx into our production project (let's call it Proj C), new versions of routines do not overwrite the existing versions. The process we use to go from development to production is (we understand that this is not 'best practice' and a...
by johnno
Thu Sep 02, 2004 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CloseSeq not releasing a file
Replies: 3
Views: 2406

Sorry for not getting back to you guys earlier. Thanks for the replies but unforunately, we have tracked down the problem to new versions of routines not overwriting existing versions in our production environment.

I have posted another query re this issue.

Thanks again for your help

Cheers
Johnno
by johnno
Mon Aug 16, 2004 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CloseSeq not releasing a file
Replies: 3
Views: 2406

CloseSeq not releasing a file

Hi all, I have been trawling through the forum looking for a possible solution to my problem and am not sure whether or not I have found it. I have a DS Basic job that reads a sequential parameter file and then submits a sequence using these parameters. Immediately after I finish reading the file I ...
by johnno
Mon Jul 05, 2004 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before/After rotuine input values
Replies: 3
Views: 1802

Thanks folks - all sorted!
by johnno
Mon Jul 05, 2004 2:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before/After rotuine input values
Replies: 3
Views: 1802

Before/After rotuine input values

Hi all, I can't believe this hasn't been covered before, but I can't get anything returned for a search on either 'before' or 'after'. Anyway, I was wondering whether or not it was possible to use job parameters, stage variables, or any other dynamic value as the input value to an after-job routine,...
by johnno
Thu Jul 01, 2004 5:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with folder stage?
Replies: 14
Views: 6274

Thanks for all your replies. I have finally got access to the Ascential developer net to check out the posts relating to this issue (thanks again chulett). I will try and have a play with this and see how it works and what it can/can't really do (if I ever get any time!). For now I just use the DOS ...
by johnno
Tue Jun 29, 2004 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with folder stage?
Replies: 14
Views: 6274

Thanks very much. As much as I wish you could have told me different, I'm glad I found out the reason behind it as we will need to change a few of our jobs (and a whole 6 days before implementation!!!) I will study the link you provided and look at it in some more detail tomorrow (train strike in Lo...
by johnno
Tue Jun 29, 2004 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with folder stage?
Replies: 14
Views: 6274

Being on a Windows platform we could, as you say, use DOS commands to produce a file of filenames. My major concern is however, that as we have used this approach so many times in the past with this being the first problem, have we made a serious misjudgement in the design? And if not, why won't thi...
by johnno
Tue Jun 29, 2004 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with folder stage?
Replies: 14
Views: 6274

This is the only column we have and we populate this with the filename. We are only interested in the filename and as you have to have a key in this stage, we have just set this column as the key.

Cheers
Johnno
by johnno
Tue Jun 29, 2004 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with folder stage?
Replies: 14
Views: 6274

In the folder stage the on the outputs/columns tab is: Column name: FileName Derivation: (none) Key: Yes SQL Type: VarChar Length: 255 Nullable: No In the sequential file stage that the data is being written to, the inputs/columns tab is: Column name: FileName Key: Yes SQL Type: Char Length: 64 Null...
by johnno
Tue Jun 29, 2004 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with folder stage?
Replies: 14
Views: 6274

Problem with folder stage?

Not quite sure how to explain this but here goes: I use a folder stage to identify all the files in a specific directory folder that are to be processed in the current run. I have used the same basic job for a number of other processes and it works fine. For this process the wildcard is *.DAT. The p...
by johnno
Thu Jun 17, 2004 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking User/Job status on Sequnce link
Replies: 2
Views: 1653

Thanks Kim,

Have got it working now - it only appeared not to be continuing with the sequence when it actually was. Have now put calls to dsloginfo to indicate when a certain routine was being run.

Cheers
John
by johnno
Mon Jun 14, 2004 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking User/Job status on Sequnce link
Replies: 2
Views: 1653

Checking User/Job status on Sequnce link

I have been experiencing some rather weird results when checking the user status and job status in custom triggers for a job activity within a sequence. The code I am using is: CheckStationId.$UserStatus = 2 AND CheckStationId.$JobStatus <> 3 Although the UserStatus = 2 and the JobStatus = 0, the ne...
by johnno
Wed Mar 24, 2004 4:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trouble populating output columns
Replies: 6
Views: 3344

Thanks Craig. Will report it to Ascential. Will also take out those fields that default to Null.