How to run ’Load Convert’ command to replace the design of mail database via Lotus Script Agent?

  • 29 Jan, 2012
  1. Launch IBM Lotus Domino Designer

  2. Create an agent

  3. Specify the trigger set as: Action Menu Selection

  4. Specify the Target as: None

  5. Copy and paste the following script into the Script Area:

    Dim session As New NotesSession

    Dim serverName, consoleCommand, consoleReturn as string                                  
    serverName = “xxxxxxxxxx/xxxxx”                                      
    consoleCommand = (“Load Convert -u mailxxxxx.nsf * xxxxxx.ntf”)    
    consoleReturn = session.SendConsoleCommand(serverName, consoleCommand)        
    Print consoleReturn,, consoleCommand

The information above is from TN 1577402

Related Posts

Migrating messages from Domino to Google using IMAP

  • 20 Feb, 2022

It's only for messages. No calendar migration Imapsync command is a tool allowing incremental and recursive imap transfers from one mailbox to another. If you don't understand the previous sentence,

Migrating messages from Domino to Google using IMAPRead More

Domino V12 and Verse 2.1 How to add a Photo URL

  • 08 Jun, 2021

Today i setup a Domino V12 server just for test some new features. A customer ask to use photos on Verse hosting photos on Domino. Domino V12 comes with Verse 2.0. I just download the version 2.1 of

Domino V12 and Verse 2.1 How to add a Photo URLRead More

Notes / Domino is forever

  • 04 Feb, 2021

Yesterday it seemed like it would be an ordinary working day but a client called me informing about the expiration of a certifier. It would be normal to resolve the problem with the re-certification p

Notes / Domino is foreverRead More