Search found 15603 matches

by ArndW
Mon Aug 20, 2007 10:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load Problem
Replies: 15
Views: 4462

RCP does not cause problems, just inappropriate use of it may cause them. If you shorten the length to 250 in your job, does the control file contain the explicit lengths?
by ArndW
Mon Aug 20, 2007 8:24 pm
Forum:
Topic: The Metaverse
Replies: 5
Views: 1960

I just realized that I clipped off the last line of my post:

Terminology notwithstanding, that demo is impressive!
by ArndW
Mon Aug 20, 2007 8:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple instances in parllel jobs
Replies: 11
Views: 3212

You are correct in that the Job Activity will issue a wait and not continue until the called job has finished. If you don't care how many instances are run concurrently, replace the Job Activity stage with a Command stage and build the command line for dsjob manually in the sequence, but don't add t...
by ArndW
Mon Aug 20, 2007 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing record as parameter
Replies: 2
Views: 1528

Yes, it is possible in DS. How you implement it depends upon several factors. If the text file is simple, I would just use some UNIX command(s) to output the date in a single line and call that from a Command stage in a job sequence, then pass the returned values straight through to a job using a Jo...
by ArndW
Mon Aug 20, 2007 5:35 pm
Forum:
Topic: The Metaverse
Replies: 5
Views: 1960

Sounds like an abstract from a bad Sci-Fi movie I saw recently where the bad guys were worshiping the "UnderVerse". Or perhaps MetaVerse is a modern form of the iambic pentameter which uses a base 16 syllables :D
by ArndW
Mon Aug 20, 2007 5:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: nls_read_delimited()
Replies: 4
Views: 2409

or use the MKS toolkit command "head -1123 {file} | tail -1"
by ArndW
Mon Aug 20, 2007 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to handle French Accent characters with CFF component?
Replies: 7
Views: 9237

You cannot use the method that I suggested using DataStage FTP since that attempts to parse the contents of each line, and since the format is now wrong it won't interpret the column contents correctly.
by ArndW
Mon Aug 20, 2007 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: nls_read_delimited()
Replies: 4
Views: 2409

You have declared some character to be your column separator in your sequential file definition. Row 1123 has at least one less separator than the rows before it, i.e. one less column. You can change your column definitions to ignore that error - but it sounds like in your case you need to correct y...
by ArndW
Mon Aug 20, 2007 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJobController
Replies: 2
Views: 3371

You can lookup the use of the DSJobController code in Basic Programmer's Guide in the chapter on DSGetJobInfo(). It will tell you the DataStage job name that started the current one, and an exception handler is part of the current job (the sequence) so unless the sequence was started by another sequ...
by ArndW
Mon Aug 20, 2007 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to save Job
Replies: 8
Views: 2677

Can you try to 'save as' another name and/or another category or does that generate the same error?
by ArndW
Mon Aug 20, 2007 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issues trying to Import Table Definitions Using ODBC
Replies: 5
Views: 970

What happens if you don't use a filter and just get a list of all tables?
by ArndW
Mon Aug 20, 2007 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error
Replies: 2
Views: 892

ds_is_fun - Now you have intrigued me, how does restarting DataStage reset which 'config files'? It just happens that the failure occurs on some node, then causes all the other processes to stop. If a fork() call cannot complete it is usually caused by some form of system overload - be it memory or ...
by ArndW
Mon Aug 20, 2007 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Performance Degrading ??
Replies: 27
Views: 8329

Also check to make sure that you have declared your hashed file as a DYNAMIC one, and/or ensured that the starting minimum modulo is sufficiently high in the case of a dynamic file or large enough to hold the expected data volume without overflowing too badly in the case of a static hashed file.
by ArndW
Mon Aug 20, 2007 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi row result set in Parallel job
Replies: 1
Views: 392

The lookup stage will return multiple rows, and there is an option to limit that to a single row.
by ArndW
Mon Aug 20, 2007 1:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concurrent users in datastage
Replies: 3
Views: 1543

"Wanna" is not an English word; but I'll guess you meant "want to know concurrent users". On a 32bit system with 1Gb - I'd guess 1.
This is like asking "how many people fit in a vehicle"? This starts at 1 on my bike and usually ends with 57 in a bus and ranges in between.