Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide describes how to configure access to publications located on the server.

When you run Assert in SE mode (client/server), all publications are executed and placed on the server.
Therefore, you need to add network access to the publication folder from the client computer and add access to the folder in to Assert Manager.

Step-by-step guide

  1. In the server computer
    1. Share the Publication folder on the network, by right-clicking on the folder “C:\Assert\Data\<SiteName>\Publication” and select tab “Sharing”
    2. Choose to share the folder with for example, the group “Users” or the group “Everyone”.
      In Windows Server, this is selected in the dialog “Choose people on your network to share with” which is automatically displayed when sharing a folder

      Image Added

      This will enable access to the publications on the server from the client computer.

  2. In the client computer
    1. Open Windows Explorer
    2. Make sure you can open the folder "\\<servername>\Data\<SiteName>\Publication"
      If you do not have access, you need to change the Sharing settings for the folder on the server.
       
  3. In the server computer
    1. Create a folder for remote publications, e.g. "C:\Assert\Data\RemotePublish"
    2. Share the RemotePublish folder
      Image Removedon the network, by right-clicking on the folder and select tab “Sharing”
    3. Choose to share the folder with for example, the group “Users” or the group “Everyone”.

      Image Added

      The folder will be shared on the network with the shortened address “\\<servername>\Publication”RemotePublish”
      This will enable access to remote publications on the server from the client computer.
       
  4. In the client computer
    1. Make sure you can open the folder “\\<servername>\Publication”Open Windows Explorer
    2. Make sure you can open the folder "\\<servername>\Data\<SiteName>\PublicationRemotePublish"
      If you do not have access, you need to change the Sharing settings for the folder on the server.
       
  5. In the server computer
    1. Open Internet Information Services (IIS) and stop the server
    2. Open file “C:\ProgramData\Signifikant\Assert\server.config“ and add the RemoteArea setting as in example below

      <RemoteArea>\\<servername>\Publication<RemotePublish</RemoteArea>

      Image RemovedImage Added


    3. Add the PublishPublicPath setting as in example below
      <PublishPublicPath >
      <PublishPublicPath>\\<servername>\Data\<SiteName>\Publication</PublishPublicPath>



      This will enable the action "Explore target" to be used in Assert Manager in the publication storage to open the folder on the server with the published pdf

    4. Open Internet Information Services (IIS) and start the server
       

  6. In the client computer

    1. Make pdf publication

    2. When the publication is finished, verify the remote path is displayed in the column "Information"
    3. Right click on the publication in the publication storage and click “Explore target”

    4. Verify the folder is opened

...