Registering the dox42 App for d.velop on the dox42 Server

Prev Next

Note

The setup in a dox42 Online environment is handled by dox42 itself.

Prerequisites

  • You have installed dox42 Server.

  • Ensure that d.velop documents can reach the dox42 Server via the preconfigured port.

IMPORTANT:

  1. Copy the following files into the bin directory of the dox42 Server:

    1. CustomOutputD3REST.dll

    2. CustomOutputD3REST.pdb

    3. AlpinDvelopDataEngine.dll

      Note

      • The program library CustomOutputD3REST.dll is provided by Alpin and can be requested via support@alpin.it

      • A license key is provided directly by dox42 and must be extended in the web.config file:
        <add key="dox42D3LicenseKey" value="0000000-0000-0000-0000-0000000" />

  2. Register the dox42 Server d.velop Module and the Custom Output Action in the web.config file of your server.

    1. Refer to the new program library.

    2. If the section is already filled with references, keep them and only add the new entry:

      <customDataSources>
      
        <add key="DvelopDataEngine.DvelopDataSourceParser" value="alpin-dv-dms;c:\dox42Server\bin\AlpinDvelopDataEngine.dll"/>
      
      </customDataSources>
      
      <customOutputActions>
      
        <add key="CustomOutputD3.CustomOutputD3REST" value="CustomOutputD3REST;c:\dox42Server\bin\CustomOutputD3REST.dll" />
      
      </customOutputActions>
  3. To ensure everything is loaded correctly:

    • execute iisreset

    • or restart your dox42 server directly.

      A screenshot of a computer screen  Description automatically generated

Result

You have registered the dox42 Server d.velop Module and can now use it with dox42 Server.