Versions Compared

Key

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

...

  1. Temporarily rename the clientConfig file for an OC to prevent it is overwritten with the uploaded file.
  2. Set logging / debugEnabled to true in the clientConfig.xml. 

    Code Block
    languagexml
    <?xml version="1.0" encoding="UTF-8"?>
    <clientConfiguration xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews
     http://nffsfews.wldelft.nl/schemas/version1.0/clientConfig.xsd">
    	<clientType>Stand  <clientType>Stand alone</clientType>
    	<logging>
    		<debugEnabled>true</debugEnabled>
    	</logging>
    </clientConfiguration>


  3. Ignore the error message about the clientConfig xml not being available in the central database.

...