IBM Maximo Spatial Asset Management, Version 7.6

ArcGIS data synchronization cron task parameters

Specify parameters for the data synchronization cron task. You must update the GISOBJECTNAME, PROCESSEDFLAG and URL parameters before starting the cron task.

Maximo® Spatial Asset Management data synchronization cron task parameters

The following table describes the parameters that you can configure for the data synchronization cron task.

Table 1. Data synchronization cron task parameters
Parameter Description

URL

Feature Service Query URL that defines the records and fields that are returned in JSON format from the ArcGIS feature service. For example, http://ArcGIS for Server URL:port/arcgis/rest/services/Water_Network/FeatureServer/15/query?where=mxcreationstate=1&outFields=*&f=pjson

The where clause of the URL should have different values from the PROCESSEDFLAG parameter of the cron task. Using different values avoids retrieving records that were previously processed by the cron task.

In this example, the PROCESSEDFLAG parameter has a value that changes the mxcreationstate variable. Previously processed records are not returned.

GISOBJECTNAME

Name of the GIS object that corresponds to the layer from the ArcGIS feature service.

PROCESSEDFLAG

After the cron task is run successfully, and GIS records are returned, the records are marked as processed. The value for this parameter accepts more than one field, separated by commas.

For example, mxcreationstate=2 ex2:field1=2,field2=12345

EXTERNALSYSTEM

The MIF external system used to queue incoming messages. The value ARCGISSYS is used by default.

NUMREQUESTS

Number of requests made to the ArcGIS feature service when the cron tasks is run. The maximum number of records that are returned for each request is defined in the feature service properties. The default value is 0, which indicates to continue with requests until there are no more records in the feature service to process.

ENDPOINTNAME

The MIF End point used when communicating with the ArcGIS server. The value ARCGISSYNC is used by default.

RECORDIDENTIFIER

Property names, separated by commas, that are used as keys to identify a unique record in the ArcGIS system. This parameter is used to identify the records to update when the processed flags are updated. The value OBJECTID is used by default.

SPLITTAG

The JSON tag that identifies the starting point of the portion of JSON code to be used. Any information preceeding this tag is discarded. The value features is used by default.

ENTERPRISESERVICENAME

The MIF enterprise service used to enqueue messages. The value ARCGISASSET is used by default.



Feedback