Search found 21 matches

by uneumann
Wed Jul 23, 2003 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI date problem. Pls guide.
Replies: 5
Views: 2335

Hi Paul,

I couldn't replicate the oracle error. I write a Job that do the same as you discribe and it runs fine.

Regards,
Udo
by uneumann
Wed Jul 23, 2003 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI date problem. Pls guide.
Replies: 5
Views: 2335

Hi Paul,

the output format must be 'yyyy-mm-dd hh24:mi:ss' (ISO-Format). If you look at the generate SQL from your output you will see that DataStage include automatically a to_char() around you timestamp field.

Regards,
Udo
by uneumann
Fri Jul 18, 2003 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI stage DB connections
Replies: 6
Views: 3067

Nelc,

which DS Version did you use?

In DS 5.1A (HP-UX) each link to an OCI stage open their own session. In DS 5.1r5 and 6 all links (from the same transformer?) to an OCI stage use the same session.

Regards,
Udo
by uneumann
Fri Jul 11, 2003 2:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding week in year and week in month
Replies: 11
Views: 4354

Hi Roy,

please take a look on the build in routine WeekTag. This handels correctly for non-US calendars the first day of a week (Monday) and year of week and the beginning of a week at turn of the year.

Regards,
Udo
by uneumann
Thu Apr 24, 2003 3:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL View of the DS repository ?
Replies: 3
Views: 1534

But in the near future the DataStage repository should be in a RDBMS (Cobra Release).

Regrads,
Udo
by uneumann
Thu Apr 24, 2003 3:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error : ds_ipcgetnext - timeout waiting for mutex
Replies: 1
Views: 1369

Hi Rahim, did you enable row buffer in your job or did you use IPC-Stage or LinkPartitioner/Collector? At first you could increase the timeout time in the performance tab of your job. The error means, that the job couldn't get the exclusive access of the used shared memory segment in the specified t...
by uneumann
Thu Jan 30, 2003 3:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Commit...
Replies: 3
Views: 1715

Did you enable transaction grouping in your OCI Stage?
by uneumann
Fri Jan 24, 2003 2:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraints on the Left hand side of the Transform
Replies: 2
Views: 1857

Hello Starg, the condition lookup is ownly avaible in DS6/390. But you could solve your problem with the link partitioner/collector in DS 6 by using the modulo function. Generate an additional field "need_lookup" with the values 0 = not lookup, 1 = lookup. Then you are able to use the link...
by uneumann
Thu Jan 23, 2003 2:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between V5 and V6
Replies: 5
Views: 2272

Differences between DS 5.1 and 6.0

- IPC Stage
- Link Partitioner / Collector Stage
- Query Build in OCI-Stage
- Make Links with right mouse button
- Performance Analyzer in Director
- Show process data (rows/sec, num rows) in Designer during job run
by uneumann
Wed Jan 22, 2003 2:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS and SAS
Replies: 2
Views: 1760

Hi Amaruvi,

you should be able do this with the Parallel Extender. This has an SAS Plugin.

Regards,
Udo
by uneumann
Fri Nov 29, 2002 3:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Destructive reading from MQSeries
Replies: 2
Views: 1409

Hi Vinay,

in the next release of the MQSeriers plugin you can select between browse mode and destructive reading. It should be available Dec/02 or Jan/03.

Regards
Udo
by uneumann
Mon Nov 25, 2002 4:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage+IBM MQ series
Replies: 1
Views: 871

Hi,

use the MQSeries-PlugIn. Shipped since DataStage 5.
by uneumann
Thu Oct 10, 2002 3:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oraoci8.so Load error on Sunfire Sun 5.8
Replies: 1
Views: 1172

Build the oracle clint lib for datastage describt in readme.txt on the cd.

Add ORCALE_HOME in the dsenv file and append the SHLIB with $ORACLE_HOME/lib.
by uneumann
Wed Oct 09, 2002 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ series Access violation
Replies: 1
Views: 830

Hello Ramana,

the MQSeries Documentation is shipped with the cd -> MQ.pdf (see end of page 10 ff).

Check if you have inq rigths on the queue manager. This is IMHO a security problem. This will be fixed with a new MQ-Plugin at the beginning of 2003.

Regards,
Udo
by uneumann
Fri Sep 27, 2002 2:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving end time of last run
Replies: 2
Views: 1720

Why don't you use MetaStage for this?