Archive

Posts Tagged ‘WebDbName’

Computing WebDbName on the Domino Server

The document I was updating was a profile document in the other database (not the one where the agent was running). One field on the profile is a path to the database – in the form of “http://server_host_name/” + @WebDbName. I couldn’t use a computed field with “compute with form” because the server host name couldn’t be looked up. In my script I would compute the host name (I had a hard-coded table of servers and hosts names) inside the script and then set the field value. How did I do the @WebDbName part since my agent was running in another database?

Read more…

Viewed 7115 times by 1860 viewers