Search found 15603 matches

by ArndW
Mon Nov 07, 2005 2:08 pm
Forum:
Topic: Metastage
Replies: 1
Views: 1094

Vinod,

my pleasure to be of assistance. Try here at IBM for some initial information.
by ArndW
Mon Nov 07, 2005 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Good and Bad records
Replies: 5
Views: 1539

Titto, I would recommend reading the sequential file as a 1 column file with no delimiters and in the first transform stage use the result of DCOUNT(In.BigColumn,'|') to see if the number of columns is correct and use the constraint to filter out badly formed records. You can then write the good rec...
by ArndW
Mon Nov 07, 2005 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparision of Datastage 7.5.1A EE
Replies: 8
Views: 1724

Ken has opened up the OS Wars, or at least a small OS Skirmish, with his salvo against Windoze. The American datastage contingent will send advisors but the situation will soon escalate But jokes aside, how many here in DSXchange work with data warehouses or marts that have daily movements of millio...
by ArndW
Mon Nov 07, 2005 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Parameters for current job
Replies: 1
Views: 851

DataStage does not support changing parameter values for a job from within the job itself (I think that has been shut off since version 5, but I can guarantee that it will not work at 7.x). You need to set the parameter value to it's ultimate value before the job is started.
by ArndW
Mon Nov 07, 2005 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparision of Datastage 7.5.1A EE
Replies: 8
Views: 1724

Yes, you can run Px on 2003. Scalability and Performance have never been numbers to consider alone. Both of these values need to have measurements assocatied with them (let's use rows per second for DataStage and $$$ for hardware) I can make a Windows 2003 machine outperform a HP nepa platform. I ca...
by ArndW
Mon Nov 07, 2005 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparision of Datastage 7.5.1A EE
Replies: 8
Views: 1724

srekant,

use the platform you already have the hardware for.

If you don't already have the hardware then there is no recommendation possible, there are too many variables. I can think of at least 20 factors off the top of my head without even trying.
by ArndW
Mon Nov 07, 2005 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why this fatal won't abort a job???
Replies: 10
Views: 3108

Ray and I have been saying that this error message seems to be a non-fatal one - meaning that your data is going to be the same regardless of whether this message is in the log or not. Your incoming data needs to be sorted upon the key columns for your aggregation. It is not sorted that way, because...
by ArndW
Mon Nov 07, 2005 3:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why this fatal won't abort a job???
Replies: 10
Views: 3108

You cannot do that. It is an internal message from the PX engine. It really shouldn't be an error message, but just a warning message. Why do you want this to abort your job? As Ray has explained, it means that there is no more virtual memory space to hold the data in your aggregation (might you be ...
by ArndW
Mon Nov 07, 2005 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error viewing the data(Null Archive)-Urgent
Replies: 8
Views: 3341

The actual error message is that DS cannot create a temporary file in /tmp (at runtime). Do you have enough space in your /tmp directory (actually, why is it /tmp and not d:\tmp? Have you checked your configuration file)? You should be getting another error message when trying to do a "view data".
by ArndW
Sun Nov 06, 2005 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Decimal convertion errors
Replies: 4
Views: 2808

Put a modify stage into your job to convert the data type. In the conversion and datatype specifications you can efficiently add your null handling and default value setting. Although you can put your default value in the edit-row attributes in the transformer stage, it is more efficient to do so in...
by ArndW
Sun Nov 06, 2005 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help me urgently
Replies: 6
Views: 1784

Connecting a client to the server is not done with a path. At least not directly. Read the documentation first. I urgently need a coffee.
by ArndW
Sat Nov 05, 2005 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: required end_time
Replies: 2
Views: 1224

Hello Murali, (uppercase posts mean that YOU ARE SHOUTING, we are not hard of hearing and can understand lowercase quite well) Your requirement is common, but the answer depends upon your actual column definitions, as DataStage PX is very type sensitive. I will assume that you have two columns, STAR...
by ArndW
Fri Nov 04, 2005 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where are the log files for DS
Replies: 12
Views: 3265

The newer model is the ak74. Played with one of those, the ak47 is better.
by ArndW
Fri Nov 04, 2005 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem adding jobs to schedule
Replies: 15
Views: 14366

Try adding something else, like a "dir" command; can you do that? If not, it is probably access rights.
by ArndW
Fri Nov 04, 2005 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem adding jobs to schedule
Replies: 15
Views: 14366

First, see if "at" is even up and running on your machine; you can type in the command "at" in a dos shell to check this. Then, do you have access rights to add to the scheduler? I tried your command and it worked (you can try executing "AT 14:00 /NEXT:5 vmdsr_sched.exe C:\Ascential\DataStage\Projec...