Search found 15603 matches

by ArndW
Thu Oct 15, 2009 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage
Replies: 3
Views: 1359

As a server job, there will almost certainly be an entry in the log file after resetting which will show the termination cause and address. Are you certain that those are the only 2 log entries generated by the "reset", and did you reset from an aborted state?
by ArndW
Thu Oct 15, 2009 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: drop and create table
Replies: 4
Views: 1231

A quick look at V8 shows that you can drop and create ODBC connection tables; I am pretty certain that is built in at V7. What stage are you using to write to SQL Server?
by ArndW
Thu Oct 15, 2009 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage
Replies: 3
Views: 1359

Do a "reset" of the job, and post the log entry that starts with "from previous run..."
by ArndW
Thu Oct 15, 2009 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Statistics Report
Replies: 1
Views: 818

There are hidden complexities involved in putting together such information; particularly when you have multiple projects and multi-instance jobs. Mr. Kim Duke has written EtlStats which is available freely and gathers such data as you require.
by ArndW
Thu Oct 15, 2009 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XMEta migration
Replies: 3
Views: 2179

I don't know how one could, with surety and without risk, physically migrate the XMETA storage space. I gather you are not increasing capacity on one machine but are migrating from one machine to another. In that case it is safer and cleaner to create a new and empty XMETA and use the DataStage Expo...
by ArndW
Thu Oct 15, 2009 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Stored procedure data type read
Replies: 1
Views: 873

I'm a bit confused, as PICture clauses are COBOL related and the COMP-3 data type is only relevant for seqeuential file I/O. When processing a database entry you would just define this as numeric with 11 spaces with an assumed 2 decimal places.
by ArndW
Thu Oct 15, 2009 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple jobs compile error
Replies: 3
Views: 2083

There are several steps to a multiple job compile, which step does this occur at? Does it happen regardless of which job or jobs you try to compile?
by ArndW
Thu Oct 15, 2009 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: drop and create table
Replies: 4
Views: 1231

Yes, it is possible to drop and create tables - in principle.
The question is what kind of tables using what kind of database access?
by ArndW
Thu Oct 15, 2009 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting the data
Replies: 1
Views: 982

You can specify whether or not the data is already sorted or grouped by a column or columns as well as specifiying the sort method and memory usage when using an explicit sort stage, whereas those options are not available at the stage sort level.
by ArndW
Thu Oct 15, 2009 7:56 am
Forum: General
Topic: Missing record delimiter
Replies: 2
Views: 3211

Since you are on Windows, using <cr><lf> would be more correct, unless your file is actually in UNIX format.
by ArndW
Fri Oct 09, 2009 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While Connecting to Designer
Replies: 7
Views: 3249

From your Windows DS Server, try the DOS command "telnet localhost", what output do you get?
by ArndW
Fri Oct 09, 2009 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Production Job Aborted
Replies: 7
Views: 2931

from UNIX, what does the command

Code: Select all

file export/local/dsadm/ProjectName/PRD/Aga/Input/xxx/FILENAME.dat
return?
by ArndW
Fri Oct 09, 2009 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While Connecting to Designer
Replies: 7
Views: 3249

Do you have other workstations from which to try to connect, perhaps it is just a problem on your PC. Have you checked on the server to see if all the Windows processes are running (there is a tab in the System menu, but I don't recall what it is called)?
by ArndW
Fri Oct 09, 2009 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: put message to websphere MQ connector
Replies: 1
Views: 1704

From your description it isn't quite clear what you are doing. Do you have 1 row with over 4Mb, or a group of rows totalling over 4Mb?
...All the data put to queue as single message...
, then
...split it in say 1000 records / file...
by ArndW
Fri Oct 09, 2009 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While Connecting to Designer
Replies: 7
Views: 3249

Manager (which doesn't exist at V8)? Do you have the MCM installed and are using it - perhaps the Designer just has the incorrect version? Can you connect to the project from your workstation using another user, and can you connect to another project using your user?