Archiving

Hi guys,

Having some issues with Archiving. Just trying to get my head around it as I have never set that up before.

I have only recently enabled DAOS and Transaction Logging on our Mail Server (1 Year Ago).

I want Archive Mailboxes from Mail server to Archive Server.

Both servers are identical.

Windows Server 2012R2, Domino 9.0.1 FP9.

I have set up an archive criterea document, and an archive settings document.

I have also set up an Archive Policy for this and then created a Program to run the compact -A command on a specific mailbox, The Program is disabled at the moment.

I have tried to run the compact through the console command as load compact -A Mail\Test.nsf.

When I run this I get error message on the console:

“Could not access a directory on server ****(this is another Application Domino Server) *** specified by a database link in Directory Assistance; error: Function only supported for transaction logged databases.”

“Error archiving documents from Mail\test.nsf: You are not authorized to perform that operation”

Any help would be greatly appreciated.

Thanks

Subject: Could you add a couple of ini’s to the 2 servers

trace_status=:,1497,TXSR,,,*;
debug_nsf_mod_line_trace=trace_status

it should print out a stack trace for when the status code ERR_ONLY_LOGGED_DATABASES is returned. It could be that code is calling something for a transactionally logged db when it shouldn’t be (since the database is unlogged).

You could then open a pmr with console logs to get a resolution or you can send them to me to take a look (but you’d still need a pmr to get a HF if one is needed for this issue).

The 2 servers are

  1. the one where you are running the compact -A
  2. the one mentioned in the error message since I’m not sure which server is generating the ERR_ONLY_LOGGED_DATABASES

–Steve
swatts@pnp-hcl.com

Subject: Reply

Hi Steve,

Thank you so much for the reply.

In regards to those first two lines, are you wanting me to add those two lines to the notes.ini file?

You also mentioned that the code could be calling for a transactionally logged db when it shouldnt be. I have transaction logging enabled on this Mail server which is running the archiving.

Also, I have opened up a pmr and am trying to work on the issue.

I am really lost with this, not sure what else to do.

Subject: Yes, those 2 lines should be added to the notes.ini on the 2 servers

and then when the problem recreates, there should be a stack in the console log indicating where it occurred.

What is the pmr # and I can take a look at who is working it.

–Steve