Versions Compared

Key

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

...

The BRO_GLD_Addition_Server can be configured as follows.

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<timeSeriesExportRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews
 http://fews.wldelft.nl/schemas/version1.0/timeSeriesExportRun.xsd">
    	<export>
        <general>
            		<general>
			<exportType>BRO_GLD_Addition_Server</exportType>
			<serverUrl>https://demowww.bronhouderportaal-bro.nl</serverUrl>
			<!-- BRO can take a long time to upload. Set timeout to 5 minutes -->
			<connectionTimeOutMillis>300000</connectionTimeOutMillis>
			<!-- username and password can be acquired from the BRO portal bij getting a token. -->
			<user>myuserid<<user>$BRO_USER$</user>
			<password>mytokenvalue<<password>$BRO_TOKEN$</password>
   			<idMapId>IdExportBro<<idMapId>IdExportBRO</idMapId>   
			
        </general>
        <properties>
            		<properties>
			<string key="chamberOfCommerceNumber" value="XXXXX$KVK_NUMMER$" ></string>
            >
			<string key="qualityRegime" value="IMBRO/A" ></string>>
			<bool            <!-- Validation can take quite some time. To skip BRO validation, set this property to true. Validation will also be done in the portal. -->
            key="skipBroValidation" value="true"/>
			<bool key="skipBroValidationsplitFiles" value="falsetrue" ></bool>
         >
		</properties>
		<timeSeriesSet>
			<moduleInstanceId>ImportEllitrack<<moduleInstanceId>Productie</moduleInstanceId>	
			<valueType>scalar</valueType>
			<parameterId>GW.m<<parameterId>STIJGHTE</parameterId>
			<locationSetId>Peilbuizen<locationSetId>Export_BRO</locationSetId>
			<timeSeriesType>external historical</timeSeriesType>
			<timeStep unit="nonequidistant"/>
			<relativeViewPeriod unit="day" start="-10" end="0" startOverrulable="true" endOverrulable="false"/>
			<readWriteMode>read complete forecast<only</readWriteMode>
		</timeSeriesSet>
    	</export>
</timeSeriesExportRun>

...