| Back | Main view

IMiS/Net problems if Mail server is not the same as HTTP server

Product:IMiS/Net
Release:4.x, 5.x
Date:10/17/2005

Case: Mail server field in server configuration document must be the same as HTTP Domino server for IMiS/Net to work properly.

Description:

IMiS/Net needs data from IMiS Administration database to get storage server connection information. Path to IMiS Administration database is written in IMiS setup profile document. This profile document uses home Domino server name as profile key. That means IMiS/Net module must get home Domino server name (not HTTP host name, but Domino server name) to read setup profile document. As it may look easy, it is not if code runs on web. There is @ServerName function in R6, but IMiS/Net must be compatible with previous Domino versions. That is why IMiS/Net uses @LocationGetInfo([HomeServer]) function which is able to read Mail server field in server configuration document.

For IMiS/Net version 4.x and 5.x Mail server field in server document must be the same as home HTTP server.

Related Documents:

IMiS Knowledge database New IMiS design elements V4.1

| Back | Main view