Hi all
Encountering a problem on setting a Jade 7.1.04 system, RPS node (I've done this successfully a few times with 7.0.x systems, but not the same system as this one). I've created the tables, but on the Load Data action I'm encountering an exception part way through the .tbl creation (i.e. maybe a couple of dozen files have been created and populated OK before the error)...
---------------------
(From Jade doco)..
3276 RPS Oid ClassNumber value is too large for Oid Mapping Option
Cause: This error occurs if the oid ClassNumber is too large for the RPS Oid Mapping Option currently selected in the
RPS mapping used in a RPS node. The Datapump application will be stopped.
Action: Change the RPS Oid Mapping Option to accommodate the current ClassNumber values and then recreate the
RPS node and SqlServer database.
---------------------
The Oid Mapping Option is set to "Map to String" (which we really want to stick to), and a script looping through all classes in the mapping shows their Class.number as 4 digits long at the most. Looking at a random "oid" value in a tbl that was successfully created, it is "02404.0000000018" which is the format I'd have expected. Unfortunately I can't figure from logs etc the exact class it's failing on.
So, given that none of the classes in the mapping have numbers of more than 4 digits, can anyone think of a cause for this exception????
Regards
David