Search found 15603 matches

by ArndW
Tue Aug 30, 2005 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Monitoring %CP
Replies: 3
Views: 890

snassimr,

it shows the average; taking the ratio of Wall-Clock time and CPU time used.
by ArndW
Tue Aug 30, 2005 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL for Reference Inputs
Replies: 2
Views: 2162

Sunshine,

when you use this stage with a dotted-line as a reference input to a transform stage the "reference input" logic will be used - it has a SELECT whilst the main input quite often does not. The greying out of the view data button is a function of filling out the Primary input box.
by ArndW
Tue Aug 30, 2005 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion from source type "dfloat" ....
Replies: 3
Views: 1559

You can remove the error by doing an explicit conversion, i.e. DfloatToDecimal() or modify your incoming datatype to decimal. Which stage are you reading from?
by ArndW
Tue Aug 30, 2005 3:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in ODBC STAGE
Replies: 16
Views: 5086

qmbs, you really need to do some of the debugging work yourself, which is why I had stopped posting. Also, one-problem-one-thread plus, when you have a solution, post it so that others can benefit. Instead of including the generated source code (which is not going to solve the problem directly, sinc...
by ArndW
Tue Aug 30, 2005 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Oracle write method "load" aborting
Replies: 1
Views: 892

(even though this response comes shortly after I posted the question, we did spend most of last night trying to get an answer to this, with DBAs, DS people and SYSOPs involved) The DBA noticed that the newly created Oracle instance had UTF8 instead of the previous AL32UTF8 defined, dropped all table...
by ArndW
Tue Aug 30, 2005 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Oracle write method "load" aborting
Replies: 1
Views: 892

PX Oracle write method "load" aborting

We have a simple job taking a dataset and writing it straight to a partitioned Oracle table. This job has run in the past, but yesterday the Oracle database was corrupted (due to hardward problems) and has been re-created. The grant select privileges in the docs were re-instituted but now the job ab...
by ArndW
Mon Aug 29, 2005 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS job report syntax error
Replies: 20
Views: 5561

I can't even run dsjob (system error) on my current PC; but I do recall having had problems getting the syntax correct. Someone else will surely come along and help. Sorry.
by ArndW
Mon Aug 29, 2005 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS job report syntax error
Replies: 20
Views: 5561

try using "=' as a separator, i.e. -server=datastage and so on.
by ArndW
Mon Aug 29, 2005 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem writing to oracle stage(partitoned-index organized)
Replies: 4
Views: 1450

Jasper,

is this a PX job or a Server Job?
by ArndW
Mon Aug 29, 2005 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in ODBC STAGE
Replies: 16
Views: 5086

qmbs,

hmmm, so what steps have you taken so far to find out what the cause might be?
by ArndW
Mon Aug 29, 2005 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Short read encountered?
Replies: 4
Views: 4631

Can you have someone on the host help you to view the data? I think the file has terminators (otherwise DS wouldn't have known about the short read), so you can define the whole row as a CHAR(nnn) and let DS do the EBCDIC->ASCII conversion, plus define that column attribute to be incomplete. That wi...
by ArndW
Mon Aug 29, 2005 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem writing to oracle stage(partitoned-index organized)
Replies: 4
Views: 1450

How did you declare your index mode in the Oracle write stage? When loading to this type of partitioned table we have $APT_ORACLE_LOAD_OPTIONS set to "OPTIONS(DIRECT=TRUE,PARALLEL=FALSE)" as per the documentation and to not have problems loading. The documentation is pretty clear on the access right...
by ArndW
Mon Aug 29, 2005 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in ODBC STAGE
Replies: 16
Views: 5086

When you have the transformer, run the job to get an abort, then do a RESET in the Director and look at what log messages show up under "from previous run".
by ArndW
Mon Aug 29, 2005 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in ODBC STAGE
Replies: 16
Views: 5086

qmbs,

You have done something wrong in the Transformer_2 - most likely one of your derivations generates a runtime error. Perhaps doing a mathematical operation on a string value? What sort of constraints or derivations do you have in that transform?
by ArndW
Mon Aug 29, 2005 5:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extraction of excel sheet from unix server?
Replies: 2
Views: 659

Re: Extraction of excel sheet from unix server?

Hello Sravan, those are some pretty broad questions, so the answers will of necessity be as general: How do I extract an Excel spreadsheet from my Unix DataStage server? If the Excel spreadsheet and the server are both on Windows then you can use ODBC, these drivers are free on that platform. The OD...