Search found 15603 matches

by ArndW
Mon Jun 26, 2006 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why does Datastage not support Datatype INT8(serial8)
Replies: 20
Views: 9199

Odd, the message reads
Informix data type 'INT8' for column 'a_abc_uid' is not supported in SQL statement
. That looks like a pure DML error. Can you issue this SQL in your command line?
by ArndW
Mon Jun 26, 2006 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why does Datastage not support Datatype INT8(serial8)
Replies: 20
Views: 9199

How about CAST(o_abc_uid as Integer), what happens when you attempt that? If it doesn't work, what is the error message?
by ArndW
Mon Jun 26, 2006 3:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why does Datastage not support Datatype INT8(serial8)
Replies: 20
Views: 9199

I don't see a CAST at all in your SELECT; what did you try?
by ArndW
Mon Jun 26, 2006 3:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: filter strings from number
Replies: 4
Views: 1049

Since DataStage BASIC is a programming language the answer to your question is "yes, there are ways of doing this via programming other than using one of the inbuilt functions such as ICONV(string,'MCA').". I don't know why you would wish to write your own program code to do this, though.
by ArndW
Mon Jun 26, 2006 3:16 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Attempt to establish connection failed with security - DB2
Replies: 9
Views: 6212

I don't know what could be happening here. Does your UserID or Password contain `special' characters that might be causing problems in Profilestage. The import metadata looks like it might be hitting a table permissions/authority issue.
by ArndW
Mon Jun 26, 2006 3:04 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Attempt to establish connection failed with security - DB2
Replies: 9
Views: 6212

Have you been able to connect to that DB/2 instance from the command line with the same userid and password?
by ArndW
Mon Jun 26, 2006 2:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control fatal error (-14)
Replies: 25
Views: 13418

Klaus,

thanks! Since this customer has a case open about this problem and the local representative has stated that the 60-second limit is hardcoded I thought that passing on the ecase number would be a good way to get the problem resolved 8)

Tausend Dank,
by ArndW
Mon Jun 26, 2006 2:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control fatal error (-14)
Replies: 25
Views: 13418

Klaus Schaefer wrote:...
Yes, I've got that patch for a SOLARIS and an AIX customer, both on release 7.51A...


Klaus - would it be possible for you to check and see if you have a patch or other reference number for this? Vielen Dank!
by ArndW
Mon Jun 26, 2006 2:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why does Datastage not support Datatype INT8(serial8)
Replies: 20
Views: 9199

In your SELECT use the CAST function.
by ArndW
Sat Jun 24, 2006 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Microsoft ODBC for Oracle. BCI Error.
Replies: 6
Views: 1841

I comes as part of the extras for Microsoft Office and also with access and I think it might be available as a separate download from Microsoft as well. It is a simple tool and we've used it for years to check base connectivity for ODBC. If it doesn't work in MSQUERY then don't bother trying to figu...
by ArndW
Fri Jun 23, 2006 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Microsoft ODBC for Oracle. BCI Error.
Replies: 6
Views: 1841

Can you access the DB using that DSN through MSQuery?
by ArndW
Fri Jun 23, 2006 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade from DataStage 7.5 to DataStage 7.5.1.A
Replies: 8
Views: 3314

As Craig has already stated, I would be very careful of doing a record level copy of any VOC file, be it in a real UniVerse account or a DataStage project directory. In addition to secondary key information there is the matter of the SQL attributes for accounts, users and files/tables that are set i...
by ArndW
Fri Jun 23, 2006 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to rename a category
Replies: 19
Views: 4728

As of 8 the repository information is stored in another database. I think it will be the same as it is now - the table information and relationships are available if you know where to look, but IBM will not publish that information.
by ArndW
Fri Jun 23, 2006 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import hashed file definitions when saved in directory path
Replies: 3
Views: 781

The DDL or DICTionary for hashed files is usually stored in a file called D_{HashedFileName} . In order for this dictionary to be associated with the hashed file you will need to make reference to it in the local VOC file and refer to the file using that reference. In addition, oftentimes there is n...
by ArndW
Fri Jun 23, 2006 5:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Microsoft ODBC for Oracle. BCI Error.
Replies: 6
Views: 1841

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?