Managing the Domino Offline Services 7.0 (Single/Multi Servers) application in IAG SP2

Applies To: Intelligent Application Gateway (IAG)

This topic describes how you prepare the Whale Communications Intelligent Application Gateway (IAG) 2007 server when you add the Domino Offline Services 7.0 (Single/Multi Servers) application to a trunk for publishing.

To prepare the IAG server for the Domino Offline Services 7.0 (Single/Multi Servers) application

  1. Access the following folder: …\Whale-Com\e-Gap\von\InternalSite\inc\customUpdate.

  2. Under the customUpdate folder, create an authentication hook, which will be activated before the PostValidate.asp reaches theclient side: PrePostValidate.inc or PostPostValidate.inc.

  3. Name the file as follows: <Trunk_Name><Secure(0=no/1=yes)><Hook_Name>. For example, for an HTTPS trunk name "OurTrunk" create a PostPostValidate hook with the file: OurTrunk1PostPostValidate.inc.

  4. In the defined file, add the following lines:

    <%

    SetSessionParam g_cookie,"RelayPort1352","<NotesServer>"

    %>

    Where <NotesServer> is a containing the name of the server which hosts the mailbox of the logged-in user.

  5. In the IAG Configuration console, click to activate the configuration.

  6. End users can now access the Domino Offline Services 7.0 (Single/Multi Servers) application through the IAG trunk.

Cleaning Application-Specific Temporary Files

When the option “Attachment Wiper Cleans Application-Specific Temporary Files” is activated, the Attachment Wiper deletes attachments from certain locations on the endpoint computer. This option is activated in the Session tab of the Advanced Trunk Configuration window. The locations from which attachments are deleted, including all files and subfolders, are:

  • %temp%\iNotes Web Access

  • %temp%\Domino Web Access (Lotus Domino Web Access 6.5 and higher)

Where %temp% is the temp environment variable’s value, as defined on the endpoint computer.