Search found 49 matches

by anilkona
Fri Aug 05, 2005 5:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: AS/400 data type mismatch during metadata import
Replies: 1
Views: 2298

AS/400 data type mismatch during metadata import

We are trying to import some data from AS/400 system. We setup ODBC drivers using IBMrios-odbc-5.0.050414. When we import metadata on a table that has column of type 'char', Ascential sees it as 'binary'. And when we try to view data from the ODBC stage, it displays the data as '453244344532', '4435...
by anilkona
Thu Jul 28, 2005 5:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hexadecimal to Char
Replies: 2
Views: 1862

Hexadecimal to Char

I am trying to convert Hexadecimal value to Char.

The Hexadecimal value for example is in the format '4040404040404040F1F0F1F9' which is equivalent to ' 1019'.

I tried using OConv with codes "MCXD", "MCX".

Any ideas?

Thanks,
-Anil
by anilkona
Tue Jul 19, 2005 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GCI Link initialisation error
Replies: 4
Views: 3056

GCI Link initialisation error

We are getting the following error in one of the jobs that uses DRS and IPC stages.

IPC.Result: ds_ipcopen() - call to CreateMutex() failed - The handle is invalid.

Conversion: |Error 11 in GCI Link initialisation.

Any ideas?
by anilkona
Fri Jul 15, 2005 8:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hexadecimal to Char
Replies: 6
Views: 3755

When I use IConv with "MX0C" code, its returning "40404 "

The hexadecimal value I am trying to convert is "4040404040404040F1F0F1F9".

thanks,
-Anil
by anilkona
Fri Jul 15, 2005 2:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hexadecimal to Char
Replies: 6
Views: 3755

No.its not a COMP field. When I imported metadata for that table, DataStage recognised it as Binary SQL Type.

-Anil
by anilkona
Fri Jul 15, 2005 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hexadecimal to Char
Replies: 6
Views: 3755

I tried ASCII() as well, it does not seem to work
by anilkona
Fri Jul 15, 2005 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hexadecimal to Char
Replies: 6
Views: 3755

Hexadecimal to Char

I am trying to convert Hexadecimal value to Char.

The Hexadecimal value for example is in the format '4040404040404040F1F0F1F9' which is equivalent to ' 1019'.

I tried using OConv with codes "MCXD", "MCX".

Any ideas?

Thanks,
-Anil
by anilkona
Thu Jul 14, 2005 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: As400 ODBC Problem
Replies: 28
Views: 24977

7500 means "7500 "Unexpected Network Error. ErrNum = %d1"

The meaning to these error codes are in *.po files. These files are located under /branded_odbc/locale/en_US/LC_MESSAGES.
by anilkona
Wed Jul 13, 2005 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: As400 ODBC Problem
Replies: 28
Views: 24977

After giving the correct port number, we are receiving this error now during bind:

Package creation failed!: 1242

Any ideas on what this error means?

Thanks,
-Anil
by anilkona
Tue Jul 12, 2005 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: As400 ODBC Problem
Replies: 28
Views: 24977

As400 ODBC Problem

We are trying to make a connection to DB2 on AS400 server. We made an entry in .odbc.ini file and during bind we are receiving this error message: Package creation failed!: 7505 Any ideas on what 7505 means? Here are the entries from the ini file: [SISCO-AS400] Driver=/ascential/psepm8/Ascential/Dat...
by anilkona
Mon Jul 11, 2005 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retreive Metadata problem
Replies: 7
Views: 3584

This is resolved. There was a problem in the odbc.ini file.

Thanks Mat for your time,
-Anil
by anilkona
Sat Jul 09, 2005 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retreive Metadata problem
Replies: 7
Views: 3584

When I try to test the ODBC, we get the following error: SQLConnect: Failed... SQLSTATE = 77 NATIVE ERROR = 0 MSG = 523 76 SQLConnect: Retrying Connect. SQLConnect: Failed... SQLSTATE = 77 NATIVE ERROR = 0 MSG = 523 76 SQLConnect: Retrying Connect. SQLConnect: Failed... SQLSTATE = 77 NATIVE ERROR = ...
by anilkona
Thu Jul 07, 2005 3:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: AS/400 ODBC connection problem.
Replies: 4
Views: 3001

Yes, you need to include the default library in the server tab.
Under the packages tab, make sure you have the default package library.

You dont have to install ODBC on all client machines. Its only required on the server.

-Anil
by anilkona
Thu Jul 07, 2005 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retreive Metadata problem
Replies: 7
Views: 3584

Retreive Metadata problem

We get the following error when trying to import table definitions. We are making a connection to DB2 database using Ascential's ODBC drivers, IBMrios-odbc-5.0.050414. DSR.MetaGeta(GET.TABLES)(SQLTables): BCI Error: SQLSTATE=S1000,CODE=1248,[DataStage][SQL Client][ODBC][DataDirect][ODBC DB2 Wire Pro...
by anilkona
Fri Jul 01, 2005 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem trying to view data and running a job
Replies: 5
Views: 1853

This problem is solved after changing the timeout on the administrator page and reboot of the server.