Hellow everyone,
I am running wM IS v6.02 on a winXP system. I am using the 4.2 JTOpen jt400.jar file. (Also have tested with jt400.jar files over the past 2 years.)
I get this error immediately after defining the TableName on a JDBC Adapter Service running a Select statement:
com.wm.app.b2b.server.ServiceException:
[ART.114.205] Adapter Runtime (Metadata): Unable to lookup the
resource domain values.
numDigits (0): The parameter value is out of the allowed range.
on tables.columnInfo [Ljava.lang.String;@4a694e
java.lang.Exception: Adapter values are not available.
My JDBC adapter connection is defined as:
XXXXXX.connection:salesData Details
Connection Type JDBC Adapter Connection
Package Name XXXXXXXX
Connection Properties
Transaction Type NO_TRANSACTION
DataSource Class com.ibm.as400.access.AS400JDBCDataSource
serverName XXXXXXX
user XXXXXX
password ******
databaseName
portNumber
networkProtocol
Other Properties
Coincidentally, it looks like the number of fields in a file may be a culprit here. Files I’ve tested with from 13 fields up to 33 fields and more cause this error. While files with 10 or less fields work fine.
Has anyone encountered this before or know how to resolve this?