Changes

View Cache Launcher

824 bytes added, 12:34, 17 December 2024
{| class="wikitable" | width = "100%"
|-
! Attribute!!Purpose!!Optional!!Obsolete (since V4.8+)
|-
| '''Protocol'''|| choose your wanted transport-protocol (typically: https, http) || ||
|-
| '''Url'''|| IP-adress URL of your the webserver || ||
|-
| '''Port'''|| port which is assigned to the webserver || ||
|-
| '''Path'''|| specify the path where the CONTENT webservice is placed || ||
|-
| '''App'''|| app application name of your database use-case|| ||
|-
| '''Context'''|| context name of your database use-case|| ||
|-
| '''TriggerInterval'''|| specify an the interval in milliseconds seconds how often a viewcache rebuild is triggered || ||
|-
| '''OfflineCheckInterval'''|| specify an the interval in milliseconds which controls ? seconds how often the server-status is checked ||||
|-
| '''LogPathInactive'''|| specify the path where your logs should be placed possibility to configure a timespan in which no rebuild is triggered (from;to) in (hh:mm;hh:mm) || X ||
|-
| '''USAMUrlLogPath'''|| ? specify the path where your logs should be placed || ||
|-
| '''USAMPortUSAMUrl'''|| ? Webserver URL of the USAM || || X
|-
| '''USAMPathUSAMPort'''|| specify the path where port which is assigned to the USAM webservice is placed webserver || ||X
|-
| '''USAMLoginUSAMProtocol'''|| state the user name that allows to login choose your wanted transport-protocol (https, http) || || X
|-
| '''USAMPwdUSAMPath'''|| state specify the belonging password from your given user name path where the USAM webservice is placed || ||X
|-
| '''USAMLogin'''|| specify the login name which is used for triggering the viewcache build || || X|-| '''USAMPwd'''|| specify the password which is used for triggering the viewcache build|| || X|-| '''USAMDeviceName'''|| state a specify the device name which is used for triggering the viewcache build || ||X
|-|-
| '''PushUrl'''|| Webserver URL of the PUSH || X || X
|-
| '''PushPort'''|| port which is assigned to the PUSH webserver || X || X
|-
| '''PushProtocol'''|| choose your wanted transport-protocol (https, http) || X || X
|-
| '''PushPath'''|| specify the path where the PUSH webservice is placed || X || X
|-
| '''Action'''|| Two options: ''ViewCacheUpdate'' (default value if the parameter is not set specifically); ''GetContent'' (can update one specific content object via an UID set with the Content parameter) || X ||
|-
| '''Content'''|| UID of a content object || X ||
|}
<appSettings>
<add key="Protocol" value="https"/>
<add key="Url" value="10127.0.0.1001"/> <add key="Port" value="888443"/> <add key="Path" value="CLIENT/UBIKUBIKService/CONTENT"/> <add key="App" value="APP_001APP_01"/> <add key="Context" value="CXT_001CXT_01"/> <add key="TriggerInterval" value="18003000" /> <add key="OfflineCheckInterval" value="6064" /> <add key="LogPath" value="DC:\UBIK\LOG\VCL\log\log.txt"/> <add key="USAMUrl" value="?"/> <add key="USAMPort" value="?"/> <add key="USAMPath" value="CLIENT/UBIK/USAM"/> <add key="USAMLogin" value="ubik"/> <add key="USAMPwd" value="ubikpwd"/> <add key="USAMDeviceName" value="satellite"/>
</appSettings>
</configuration>

Help improve this page!