Search found 15603 matches

by ArndW
Wed Mar 15, 2006 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP error
Replies: 11
Views: 2983

eze_ke- I don't know which parameters work for you; you are the one who has to try to get information. I am just saying that your problem is most likely coming because of different methods of calling your job, in one case the defaults (as defined in the designer) are being used and in the other run ...
by ArndW
Wed Mar 15, 2006 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP error
Replies: 11
Views: 2983

eze_ke, most likely the reason that the job runs in one configuration and not in the other is because the parameters are different. That is why I've now asked 3 times for you to compare the parameters of a run that worked with one that didn't. How do you know that parameters are the same without hav...
by ArndW
Wed Mar 15, 2006 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP error
Replies: 11
Views: 2983

What is a "force start" and how is it different from the first time you ran it? Please do check the parameters for both runs in the director log to see if they are identical.
by ArndW
Wed Mar 15, 2006 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in Lookup
Replies: 5
Views: 1222

This is a bit confusing. If your master input has 24 rows then going through a lookup should also bring back 24 rows - with the looked-up new columns having values or nulls depending on your keys.
by ArndW
Wed Mar 15, 2006 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP error
Replies: 11
Views: 2983

Look into your director log to see what the parameter values were for the FTP stage and compare with the values when you started manually.
by ArndW
Wed Mar 15, 2006 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Stage
Replies: 4
Views: 1064

When you run your job does it find and return rows from the lookup? The only immediate reason I can think of for you getting null values returned is when the lookup is not successful.
by ArndW
Wed Mar 15, 2006 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Stage
Replies: 4
Views: 1064

What is the full key for file Z when you wrote it? If it is a composite key they you need to use the same columns to look it up. When you run the job, does it return any rows for lookups on Z?
by ArndW
Wed Mar 15, 2006 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: System variables
Replies: 5
Views: 3831

Jags, that is not what I said, in fact I said You can create and access your own environment variables . As Ray has shown, you can use the DataStage environment variables. Another option is to write a small routine which SHells out to the operating system and gets the value of a runtime environment ...
by ArndW
Wed Mar 15, 2006 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert rows from two links
Replies: 8
Views: 1726

Umberto, if your designer canvas has those 3 stages and just 2 links then it will do both loads to your table in parallel and using different processes. You can design and configure your job to do things differently, for instance by using a link collector stage for links 1 and 2 to make just one dat...
by ArndW
Wed Mar 15, 2006 3:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: System variables
Replies: 5
Views: 3831

You cannot create your own system variables in DataStage.

You can create and access your own environment variables. You can create your own routines and functions which can be accessed as if they were system variables.
by ArndW
Wed Mar 15, 2006 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File size limit
Replies: 7
Views: 5505

DataStage doesn't have one, but many file systems default to a 2Gb limit for sequential files. If your OS or installation doesn't have a limit then DataStage doesn't have one, either.
by ArndW
Wed Mar 15, 2006 1:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: some of the warnings that we suppress and are not harmful
Replies: 9
Views: 1581

You first need to change to your project from the master account by using a "LOGTO {projectname}" command within TCL.
by ArndW
Tue Mar 14, 2006 1:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ftp Script
Replies: 7
Views: 1134

Meena - can you get it to work with an explicit port number to ANY machine? Right now your problem could be because you are specifying a port or because you are specifying a non-default port. Which is it?
by ArndW
Tue Mar 14, 2006 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ftp Script
Replies: 7
Views: 1134

I don't know about the "[29]" - what happens when you try it to a machine using the default port and you specify that number in [<port>] your call?
by ArndW
Tue Mar 14, 2006 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ftp Script
Replies: 7
Views: 1134

Meena - I don't see a call to "ftp" in your script. Also, what error are you getting?