Search found 15603 matches

by ArndW
Wed Apr 19, 2006 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlldr: not found error
Replies: 7
Views: 2460

roceller, a) in the first words of his post that are visible to all users, Ray told you what the problem was. Yet you still complained, even after thompsonp went to length about the problem as well. b) I'll assume that you have been posting under another ID, since you stated that It's shocking that ...
by ArndW
Wed Apr 19, 2006 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Universe Stage
Replies: 28
Views: 5687

Kumar - GRANT is a DataStage command. The error seems to revolve around those quirky Windows domain ids and I'm not at such a system right now so can't help - the command should have worked.
by ArndW
Wed Apr 19, 2006 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Universe Stage
Replies: 28
Views: 5687

You need to use the GRANT command to effect this. Try GRANT DBA TO velag001;
by ArndW
Wed Apr 19, 2006 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file creation in Project dir
Replies: 4
Views: 879

Creating hashed file inside the project directory makes migration more difficult, in my opinion. If you always use the same path to create your hashed files then migrating is just a matter of copy that directory path and contents - if the hashed files are created in the project directory then you ne...
by ArndW
Wed Apr 19, 2006 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where is the job located
Replies: 3
Views: 1100

The job design information is written into several DataStage hashed files in the repository and the information cannot be accessed from the OS directly; even by using the builtin SQL and other query language much of the structure remains hidden because it is not documented by IBM/Ascential. The .dsx...
by ArndW
Wed Apr 19, 2006 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Job error with multiple instance
Replies: 9
Views: 2340

Array ought to be initialized with the MAT {ArrayName} = value command to make sure they have values.

Does your OPENSEQ have an ON.ERROR clause?
by ArndW
Wed Apr 19, 2006 4:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Job error with multiple instance
Replies: 9
Views: 2340

The array is stored in local memory of a process, and thus there is no possible way for different processes invoked at the same time to interfere with each other, at least when it comes to local or even global variable storage. Your error might be coming from the common routine which fills this dime...
by ArndW
Wed Apr 19, 2006 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File types and options in HASH files
Replies: 4
Views: 1147

Dmitry, fortunately you normally don't need to know all the options in this stage. If you are working with hashed files whose final size you don't know or files that will grow over time, then the only choice you should make is the type 30 or Dynamic hashed file. You can specify a minimum modulo if t...
by ArndW
Wed Apr 19, 2006 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: QUERY UNIVERSE DATABASE
Replies: 18
Views: 7773

You can query UniVerse Databases with either the native query language INFORM or you can use standard SQL queries within the TCL environment. Note that DataStage is no longer UniVerse but they are clones and very similar. The IBM website offers all of the UniVerse documentation free of charge in PDF...
by ArndW
Wed Apr 19, 2006 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need information regarding Configuration file
Replies: 2
Views: 826

There are too many factors that affect performance speed that you haven't told us for anyone to make a good suggestion. We don't even know how many physical processors your maching has and if the job is waiting on I/O or on CPU. And your other post only has one processing node defined, so perhaps yo...
by ArndW
Tue Apr 18, 2006 10:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pin1 not initialized -error
Replies: 10
Views: 6976

No, but I did respond earlier today to someone at the same site and was able to check the job directly 8)
by ArndW
Tue Apr 18, 2006 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pin1 not initialized -error
Replies: 10
Views: 6976

The good news is that the error doesn't have anything to do with your job, it is a DataStage engine issue. The initial messages point to a corrupt index on the DS_STAGETYPES hashed file. I just checked to make sure and the 3 indices on this table should be fixed with a DS.REINDEX. If you try the com...
by ArndW
Tue Apr 18, 2006 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Stage Err
Replies: 1
Views: 793

The error message is almost as useful as the one that says "a red light in the dashboard of my car is on" If you replace your XML stage with a sequential file output, does it run to completion? If you do a reset of your job, does your log file have something more informative under "from previous run"?
by ArndW
Tue Apr 18, 2006 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Space Constraint
Replies: 7
Views: 1654

All of the RT_* and DS_* and SC_* are system files that might make the system unusable if you delete them. Unfortunately many developers use local hashed files in their jobs and those get written to the project directory. These are most likely the files that are clogging up your project directory an...
by ArndW
Tue Apr 18, 2006 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing DS 7.5.2 on a laptop to do PARALLEL PROCESSING!!
Replies: 7
Views: 1611

256Mb of RAM is less than what even the normal DataStage client recommends, to say nothing of installing a PX engine! I am sure that your disk is going run really hot because of all the swapping and if it runs at all it will walk or perhaps crawl.