Search found 15603 matches

by ArndW
Sun Nov 04, 2007 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling lookup data
Replies: 5
Views: 1221

A "node" is a PX/EE term and you cannot directly associate memory to it.

Do you mean you have a 2-CPU system with a total of 2Gb main memory?
by ArndW
Sun Nov 04, 2007 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete datasets
Replies: 13
Views: 3818

The orchadmin command is used to access and manipulate datasets. One of the options is rm which removes the descriptor and component files. Read the documentation to confirm this. Or perhaps you could actually just try it and see if it works.
by ArndW
Sat Nov 03, 2007 8:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp conversion
Replies: 5
Views: 1522

First convert your string to TimeStamp then use StringFromTimeStamp to create the strings in the two formats you wish.
by ArndW
Sat Nov 03, 2007 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete datasets
Replies: 13
Views: 3818

From unix "orchadmin rm {dataset}" will do it.
by ArndW
Sat Nov 03, 2007 8:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling lookup data
Replies: 5
Views: 1221

It is not absolute. It depends upon your available memory, lookup source type, speed, performance expections, levels of parallelism and other factors.
by ArndW
Sat Nov 03, 2007 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - ORA-3114
Replies: 2
Views: 1271

There is no accurate formula to compute how many nodes to use in aa good configuration file. In fact, each job usually has an optimal setting. The only way to really do this is to run the job with 1,2,3,etc. nodes and measure which one gives the best performance. Throughput is such a complex issue i...
by ArndW
Sat Nov 03, 2007 4:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "DSP.ActiveRun": Line 51, Exception raised in GCI
Replies: 8
Views: 6168

Doing a reset and looking at the log entries as already recommended by Craig will help most at present.
by ArndW
Sat Nov 03, 2007 1:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Japanese Data in SQL Server 2000
Replies: 18
Views: 4221

No, it doesn't. NLS is only necessary if you need to modify or otherwise manipulate data. In fact, having NLS and not doing it correctly is what usually causes the conversion errors you are seeing. Try this - read the data in DataStage and write it to a sequential file - is the Japanese data still c...
by ArndW
Fri Nov 02, 2007 6:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Japanese Data in SQL Server 2000
Replies: 18
Views: 4221

Then it would seem you do need to set your character set differently so that no conversion occurs in the ODBC stages.
by ArndW
Fri Nov 02, 2007 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using OConv with MP tag
Replies: 5
Views: 1573

Vinod - the non-premium part is enough; have you actually gone and tried the MP conversion with ICONV and OCONV? All you need to do is create a test routine in the Manager; shouldn't take more than 60 seconds including compile and run. You can try both OCONV and ICONV and actually see what the outpu...
by ArndW
Fri Nov 02, 2007 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg:Datastage error
Replies: 8
Views: 3701

ds_Sai - please go to the first response in this thread. It explains how you can check your configuration file.
by ArndW
Fri Nov 02, 2007 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Japanese Data in SQL Server 2000
Replies: 18
Views: 4221

You haven't explained how you are moving the data (and how DataStage is involved). If you are reading from and then writing to SQL Server with the same settings and no NLS it should work.
by ArndW
Fri Nov 02, 2007 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row Count
Replies: 6
Views: 1762

Kumar66 - You posted your call to DSGetLinkInfo() already, just place that into your after job subroutine.
by ArndW
Fri Nov 02, 2007 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implement how to split MultiList values of a column
Replies: 15
Views: 3850

Good call - I hadn't thought about the pivot.
by ArndW
Fri Nov 02, 2007 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup issue
Replies: 15
Views: 3692

That is a good message, it means the VOC is accessible. It also means that you have not declared your hashed file as a local one.