ADAOPR --> ISN-Parameter has to be less-equal 65535

Hello all!

The ADAOPR-Utility provides the parameter ISN to influence the Hold-Queue-Listing. But it seems that ISN can be set to a 2-Byte Integer as a maximum. Example:

$ adaopr db=12 file=22 isn=139175 di=hq
%ADAOPR-I-STARTED,      20-APR-2006 08:50:49, Version 3.3.3.01 (Solaris 64Bit)

Database 12, startup at 11-APR-2006 12:20:51
ADANUC Version 3.3.3.01, PID 4550

ISN=139175
         ^
%ADAOPR-E-VALUP, value has to be less-equal 65535
%ADAOPR-I-ABORTED,      20-APR-2006 08:50:49, elapsed time: 00:00:00

I think that’s a bit poor! We got files with millions of records…

By the way: We’re using ADABAS 3.3.3.01 on Solaris 8.

Kind regards,

Matthias

Same with V5, I have opened a ServLine24 SR for this.

I forget to test the file-Parameter…

$ adaopr db=12 file=300 di=hq
%ADAOPR-I-STARTED,      20-APR-2006 12:24:54, Version 3.3.3.01 (Solaris 64Bit)

Database 12, startup at 11-APR-2006 12:20:51
ADANUC Version 3.3.3.01, PID 4550

FILE=300
       ^
%ADAOPR-E-VALUP, value has to be less-equal 255
%ADAOPR-I-ABORTED,      20-APR-2006 12:24:54, elapsed time: 00:00:00

This doesn’t reproduce with V5, the message says “has to be less-equal 32000” there.

You don’t, by any chance, have maxfiles set to 255 for that database ?

You’re right! adarep db=12 sum says:

...
DATABASE ID                         12
MAXIMUM NUMBER OF FILES            255
SYSTEM FILES                         1 (CHK),     2 (SEC),     3 (USR)
ACTUAL FILES LOADED                178
...

I guess we will not overstep the border of 255 files before updating to ADABAS V5 :wink:

But thanks anyway.

Received the following response meanwhile:

The ISN problem is scheduled to be fixed with V3.3.4.1 and V5.1.3.1

Last weekend we did an update from 3.3.3 to 5.1.4.10.

Now it works! :slight_smile: