Getting database XXXXX is in use in multi-user mode. (276) when enable aiarchiver

Joe20171

New Member
Try to enable aiarchiver

proutil XXXXX -C aiarchiver enable

and getting ** The database XXXXX is in use in multi-user mode. (276)

Can I enable AI file management when database is up ?

Thanks
Joe
 
Re: Getting database XXXXX is in use in multi-user mode. (276) when enable aiarchi

Progress 10.1B is our version
 
Re: Getting database XXXXX is in use in multi-user mode. (276) when enable aiarchi

You can enable after-imaging and the archiver online via the probkup utility.
Code:
[probkup [ online ] db-name [ incremental ] device-name
          [ enableai [-aiencryption enable | disable ]]
          [ enableaiarchiver -aiarcdir dirlist
               [-aiarcinterval n] [-aiarcdircreate]
          ]
          [   -estimate | -vs n | -bf n | -verbose | -scan 
              | -io i | -com | -red i| -norecover          
]

I'm in the habit of using something along these lines to get it going:

probkup online dbname dbname.pbk enableai enableaiarchiver -aiarcdir dirName -aiarcinterval 900 -com
 
Ever invaluable advice.

Am I right in assuming that should the AI Archiver agent crash etc you would have to do this probkup or fully stop the database and use rfutil?

Thanks
 
Once the AI Archiver is enabled, the primary broker will start it each time you proserve the database. If the agent crashed for some reason, you could issue Tom's command above to restart it with the DB online.

Or you could do:
Code:
proshut dbname -C aimgt -aiarcdir <dir-name> -aiarcinterval  <interval> [-aiarcdircreate]
 
Back
Top