Search found 7 matches

by pavlicic
Mon Jul 30, 2007 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 5.2.1 in Windows 2003
Replies: 2
Views: 2129

DataStage 5.2.1 in Windows 2003

We are going to migrate our W2K server to W2K3. We have DataStage 5.2.1 installed.

Does it run correctly in W2K3? We have not installed it yet, but we are going to do it.

Thanks in advance
by pavlicic
Fri Jun 23, 2006 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Microsoft ODBC for Oracle. BCI Error.
Replies: 6
Views: 2501

How can i use MSQuery? I don't know this tool...
by pavlicic
Fri Jun 23, 2006 5:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Microsoft ODBC for Oracle. BCI Error.
Replies: 6
Views: 2501

ArndW wrote:GET.DSNINFO should help a bit - it is trying to get the DSN and something is going wrong. Have you declared this as a SYSTEM dsn? ...
yes, it's a system dsn
by pavlicic
Fri Jun 23, 2006 4:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Microsoft ODBC for Oracle. BCI Error.
Replies: 6
Views: 2501

Error with Microsoft ODBC for Oracle. BCI Error.

Hi all, I've got this error with a Microsoft ODBC for Oracle in a job: DSR.MetaGeta(GET.DSNINFO)(SQLConnect('prueba','siacrh')): BCI Error: SQLSTATE=NA000,CODE=0,[DataStage][SQL Client][ODBC][Microsoft][ODBC driver for Oracle][Oracle] Anyone know what's the problem? With Oracle ODBC works fine. Than...
by pavlicic
Thu Aug 25, 2005 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with sequencer. It freezes my computer
Replies: 5
Views: 2457

Problem with sequencer. It freezes my computer

Hi all,

I've got a problem with DStage. I've installed DStage in my machine with WinXP and It freezes when I click in a sequencer of a job.

Waht's this problem? How can I solve it?

Thanks for all
by pavlicic
Thu Jul 14, 2005 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a routine inside a ds routine
Replies: 5
Views: 2241

Ok, It runs perfectly.

Thanks
by pavlicic
Thu Jul 14, 2005 5:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a routine inside a ds routine
Replies: 5
Views: 2241

How to call a routine inside a ds routine

Hi all,

I need to execute a ds routine inside a ds routine.
I put this in the code:

....

Var = MyRoutine('2004-01-01')

.....

inside a routine. The answer after compile it is "Array MyRoutine never dimensioned."

How can i do this?

Thanks for all.