Vinod,
my pleasure to be of assistance. Try here at IBM for some initial information.
Search found 15603 matches
- 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...
- 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...
- 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
- 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...
- 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
- 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...
- 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 ...
- 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
- 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...
- Sun Nov 06, 2005 4:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: help me urgently
- Replies: 6
- Views: 1784
- 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...
- 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
- 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
- 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...