Search found 15603 matches

by ArndW
Wed Feb 08, 2006 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unwanted quotes added to parameter
Replies: 8
Views: 1952

When you look at your log file entries in the director you can go through them to find the one which lists your incoming parameters. You need to know where those extraneous quotes are coming from in order to get rid of them, be it in the job or in the program which sets & passes the parameter va...
by ArndW
Wed Feb 08, 2006 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unwanted quotes added to parameter
Replies: 8
Views: 1952

Does the paramater value for #parmDateTime# already contain the extra double-quotes or are they added in the before-stage command?
by ArndW
Wed Feb 08, 2006 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Max number of Hashed files
Replies: 9
Views: 1374

There is always going to be a limit somewhere, but I'm not aware of any limits that you will hit when designing your job - if they fit on the canvas they'll compile and run. If you have Transformer - Transformer links in your jobs, activate interprocess buffering or put in IPC stages, and limit your...
by ArndW
Wed Feb 08, 2006 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg DS_Audit
Replies: 15
Views: 3499

Since the names are explicitly filtered out, you cannot use the Manager to load the column metadata using either the UniVerse Table or UniVerse hashed file tabs. You will have to manually enter the metadata. But the hashed file as well as the Table view can be read. Just remember the standard caveat...
by ArndW
Wed Feb 08, 2006 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg DS_Audit
Replies: 15
Views: 3499

The repository table names are filtered out from the standard ODBC and direct hashed file view. You can type in the name explicitly to access the table.
by ArndW
Wed Feb 08, 2006 6:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error message : "dsloadlibrary: error in dlopen" o
Replies: 3
Views: 1014

True - there have been a whole slew of installation issues as well as XML questions in recent days, but I think the FAQ forum should contain a "digested" and prepared post with both the question and the most common answers.
by ArndW
Wed Feb 08, 2006 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the date of job creation
Replies: 18
Views: 3777

Ravi, the audit file is created as an audit trail of actions, so if you copy a job into project X that project sees the file as being created on the date when the job was loaded, not when it was originally created in another project. Along the same lines, any modification history would also not be v...
by ArndW
Wed Feb 08, 2006 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage
Replies: 4
Views: 1403

When you do a job reset in the director you should see a new log entry with the title "from previous run..."; this often contains additiional information about the cause of an abort. Is the job you are running a multi-instance job and does the error occur every run?
by ArndW
Wed Feb 08, 2006 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error message : "dsloadlibrary: error in dlopen" o
Replies: 3
Views: 1014

Hello and welcome to DSXchange. This error has several possible causes and it has been extensively handled before. Please go to the search facility that is shown as an option in the top of each page and enter the text "dsloadlibrary: error in dlopen" and use the "search for all terms" option to get ...
by ArndW
Wed Feb 08, 2006 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: command line execution
Replies: 13
Views: 4676

DataStage on Windows installs it's own specialized TELNET server that directs you straight into the DataStage environment. You will either need to use a "normal" telnet server or open up a DOS windows/client using another method. Once you get the normal DOS prompt you can execute the "dsjob" program...
by ArndW
Tue Feb 07, 2006 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Stage - Performance Issue
Replies: 57
Views: 14878

Have you runstated (is that a verb?) the table? Could you check the speed of your CFF stage when it doesn't write to anything by putting in a transform with a "1=2" consraint? It should write many thousands of rows per second. What bulk load options have you specified for the DB/2 load? Approximatel...
by ArndW
Tue Feb 07, 2006 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Stage - Performance Issue
Replies: 57
Views: 14878

Ummm - this was posted in the PX forum - does that mean this is a server job?

What rows/second speeds are you getting in the load (and just as a crosscheck how many rows/seconds does your CFF stage output if you redirect it to /dev/null?
by ArndW
Tue Feb 07, 2006 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE exception in main program: APT_ParseError
Replies: 17
Views: 9708

Your image quota has been exceeded and you still haven't found out what schema values DS is using. Someone more knowledgeable than I will certainly help you. It might still behoove you to find your orchadmin command - if not for this issue then for the future.
by ArndW
Tue Feb 07, 2006 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Stage - Performance Issue
Replies: 57
Views: 14878

The IBM docs state that 3107 is a warning, SQL3107W There is at least one warning message in the message file. which doesn't help much Does you log file have anything else in it? If you were to partition your table you would get some really significant speed increases on PX - but that might not be p...
by ArndW
Tue Feb 07, 2006 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE exception in main program: APT_ParseError
Replies: 17
Views: 9708

Kapil, since the orchadmin program is run by PX jobs it needs to be installed. The screenshot is nice, but doesn't help in locating your problem, please refer to your original post where you showed that DS thinks a ustring length in the schema is 0... I think that the path to solution of your proble...