Search found 15603 matches

by ArndW
Mon Dec 24, 2007 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in compiling
Replies: 3
Views: 1444

Re: problem in compiling

...##E TFPA 000020 $APT_CONFIG_FILE=/appl/datastage/Ascential/DataStage/Configurations/ddwetl3x4_mem_map.apt does not exist or is not a file or symbolic link to one. ##F TFCF 000009 Fatal Error: Cannot continue without a configuration file. (CACTUS030GetBookRev.Format_BookRev_Ref) Did you follow up...
by ArndW
Mon Dec 24, 2007 10:21 am
Forum: General
Topic: Multiple instance of a sequence
Replies: 6
Views: 1797

Just enabling multinstance is not enough, you need to call the sequence with a different name. If your instance is called "TestSequence" then you need to call it with names like "TestSequence.Instance1" and "TestSequence.pneumonoultramicroscopicsilicovolcanoconiosis"
by ArndW
Mon Dec 24, 2007 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: log summary past a date
Replies: 15
Views: 3948

No, it seems not. But you can use the DSGet...() routines from a DataStage job to create exactly the type of log file you want; you can call this job using the dsjob command and then parse the output file as desired.
by ArndW
Mon Dec 24, 2007 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: log summary past a date
Replies: 15
Views: 3948

It is likely that you aren't missing anything, the -wave is probably a new option at Version 8.
by ArndW
Mon Dec 24, 2007 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation
Replies: 22
Views: 7290

At Version 8 with a windows installation the installation guide states:

Avoid installing IBM Information Server on systems that have versions of the MKS toolkit installed. The engine layer of IBM Information Server installs a version of the MKS toolkit.
by ArndW
Mon Dec 24, 2007 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation
Replies: 22
Views: 7290

MKS Software is a good start.
by ArndW
Mon Dec 24, 2007 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: log summary past a date
Replies: 15
Views: 3948

mystuff - as you've already guessed, the dsjob -logsum command will not let you filter the output; which is why jdmiceli suggested an alternate method. I don't have a version of 7 to play with, but I think you might be able to use dsjob -jobinfo to get the message number or start date or wave number...
by ArndW
Mon Dec 24, 2007 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Parameter Limit
Replies: 8
Views: 2716

Shivadas - what do you mean you don't know how to get the LINE_MAX?
I just posted instructions on how you can see your setting.
by ArndW
Mon Dec 24, 2007 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Parameter Limit
Replies: 8
Views: 2716

You won't find it using echo. Look into your file /usr/include/sys/limits.h and search for the assignment of LINE_MAX
by ArndW
Mon Dec 24, 2007 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executable parallel Jobs
Replies: 1
Views: 1133

You don't have your c++ compiler set up or installed in your second environment.
by ArndW
Mon Dec 24, 2007 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Parameter Limit
Replies: 8
Views: 2716

I'm not sure if that is a DS limitation. What UNIX platform are you on and have you checked to see what your LINE_MAX setting might be?
by ArndW
Mon Dec 24, 2007 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ulimit -a shows different with the same id
Replies: 17
Views: 8698

Have you done both "ulimit -Sa" and "ulimit -Ha"? Also, have you tried "ulimit -Ss 2147483647"?
by ArndW
Mon Dec 24, 2007 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to increase the performance of Parallel jobs
Replies: 10
Views: 2953

a) get more memory, CPUs and faster disks

b) write better jobs
by ArndW
Mon Dec 24, 2007 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable To connect to Host
Replies: 3
Views: 1341

Surprisingly enough, a search for "The Connection has timed out(81015)" resulted in 9 distinct threads being returned. So to answer your question, yes, several people have had the same problem before.
by ArndW
Mon Dec 24, 2007 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How we will get folder stage functionality in parllel
Replies: 6
Views: 1611

The folder stage isn't required, as you can use wildcards in the sequential file stage.