Testing your Installation

To test your Docupresentment installation, open a command window and follow these steps.

  1. 1. Start Docupresentment Server on command line in the installation directory:
    docserver.bat
    You should now see a window similar to the following window:
    C:\docserv>docserver.bat
    PATH=C:\docserv\jre\bin;C:\docserv\jre\bin\server;C:\docserv\jre\lib;C:\docserv\DLL;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;
    
    C:\docserv>"C:\docserv\jre\bin\idswatchdog.exe" -Djava.endorsed.dirs=lib/endorsed -cp lib/DocucorpStartup.jar com.docucorp.startup.Startup com.docucorp.watchdog.Watchdog
    2025-01-24 18:25:31,907 INFO  [WD-Watchdog-main]-[?:?]-com.docucorp.watchdog.Watchdog.watch: Oracle Docupresentment Watchdog Server
    2025-01-24 18:25:31,923 INFO  [WD-Watchdog-main]-[?:?]-com.docucorp.watchdog.Watchdog.watch: Version 13.0.0.0
    2025-01-24 18:25:31,923 INFO  [WD-Watchdog-main]-[?:?]-com.docucorp.watchdog.Watchdog.watch: Running Java version 1.8.0_431-b31 from Oracle Corporation on Windows 11 10.0 with 8 processors.
    2025-01-24 18:25:32,449 INFO  [WD-Watchdog-main]-[?:?]-com.docucorp.watchdog.Watchdog.watch: Watchdog Server Ready
    2025-01-24 18:25:34,692 INFO  [Router] - Set up logging using logconf.xml
    2025-01-24 18:25:34,755 INFO  [Router] - Oracle Docupresentment Router.
    2025-01-24 18:25:34,755 INFO  [Router] - Running Java version 1.8.0_431-b31 from Oracle Corporation
    2025-01-24 18:25:34,985 INFO  [IDS-2-DocumentServer-main] - Set up logging using logconf.xml
    2025-01-24 18:25:34,985 INFO  [IDS-1-DocumentServer-main] - Set up logging using logconf.xml
    2025-01-24 18:25:35,236 INFO  [IDS-2-BLP] - Oracle Docupresentment.
    2025-01-24 18:25:35,236 INFO  [IDS-1-BLP] - Oracle Docupresentment.
    2025-01-24 18:25:35,236 INFO  [IDS-1-BLP] - Version 13.0.0.0-13.0.0.0.40689
    2025-01-24 18:25:35,236 INFO  [IDS-1-BLP] - Running Java version 1.8.0_431-b31 from Oracle Corporation on Windows 11 10.0 with 8 processors.
    2025-01-24 18:25:35,236 INFO  [IDS-2-BLP] - Version 13.0.0.0-13.0.0.0.40689
    2025-01-24 18:25:35,236 INFO  [IDS-2-BLP] - Running Java version 1.8.0_431-b31 from Oracle Corporation on Windows 11 10.0 with 8 processors.
    2025-01-24 18:25:35,964 INFO  [IDS-2-BLP] - Business Logic Processor started
    2025-01-24 18:25:35,986 INFO  [IDS-1-BLP] - Business Logic Processor started
    DocuMaker shared objects version 13.0.0.0.40689
    DocuMaker shared objects version 13.0.0.0.40689
    
    Docupresentment Server has started when you see the following:
    Business Logic Processor started
    Documaker shared objects version full version

    Note:

    By default, two instances of Docupresentment Server will start so these will be repeated for each instance
  2. Testing functionality can be done from the Docupresentment Server installation directory by running the threads.bat batch file:.\threads.bat display=yes reqtype=SSS or by using the dsiex executable in Docupresentment Server or Docupresentment Client.
  3. Example of threads.bat, output similar for dsiex.exe:
    You should now see the console output similar to the following:
    C:\docserv>.\threads.bat display=yes reqtype=SSS
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
        <SOAP-ENV:Body>
            <DSIMSG VERSION="13.0.0.0-13.0.0.0.40689">
                <CTLBLOCK>
                    <UNIQUE_ID>1A814FD8-4307-458B-506D-2EB80978</UNIQUE_ID>
                    <REQTYPE>SSS</REQTYPE>
                </CTLBLOCK>
                <MSGVARS>
                    <VAR NAME="ERRORCOUNT">0</VAR>
                    <VAR NAME="IDSGUID">FC5F300B-768E-AE68-45D7-C7BEE92AC39F</VAR>
                    <VAR NAME="IDSHOSTNAME">fsgbu-phx-187</VAR>
                    <VAR NAME="LASTRESTART">Dec 24, 2024 6:25:35 PM EST</VAR>
                    <VAR NAME="RESTARTCOUNT">0</VAR>
                    <VAR NAME="RESULTS">SUCCESS</VAR>
                    <VAR NAME="SERVERTIMESPENT">0.009</VAR>
                    <VAR NAME="SUCCESSCOUNT">6</VAR>
                    <VAR NAME="UPTIME">Dec 24, 2024 6:25:35 PM EST</VAR>
                    <VAR NAME="WARNINGCOUNT">0</VAR>
                    <ROWSET NAME="LIBRARIES">
    …
                        <ROW NUM="23">
                            <VAR NAME="DATE">Oct 24 2024</VAR>
                            <VAR NAME="NAME">UTL</VAR>
                            <VAR NAME="TIME">13:24:28</VAR>
                            <VAR NAME="VERSION">13.0.0.0.40689</VAR>
                        </ROW>
                        <ROW NUM="24">
                            <VAR NAME="DATE">Oct 24 2024</VAR>
                            <VAR NAME="NAME">VMM</VAR>
                            <VAR NAME="TIME">13:23:38</VAR>
                            <VAR NAME="VERSION">13.0.0.0.40689</VAR>
                        </ROW>
                        <ROW NUM="25">
                            <VAR NAME="DATE">Oct 24 2024</VAR>
                            <VAR NAME="NAME">XMC</VAR>
                            <VAR NAME="TIME">13:27:36</VAR>
                            <VAR NAME="VERSION">13.0.0.0.40689</VAR>
                        </ROW>
                    </ROWSET>
                </MSGVARS>
            </DSIMSG>
        </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    
    Total test time=559 ms.
    
    Transactions run <1>
    Success count <1>
    Error count <0>
    

    If you receive these results, Docupresentment Server and is communicating through selected queuing system and the system can process request types successfully.