During a fresh install of ArcGIS Data Store (relational) 11.0 or upgrade to 11.0, webhooks may fail to start due to ports being blocked.
The following ports should be added to the default node['arcgis']['data_store']['ports'] default attribute list:
45671 and 45672 (TCP)—To use webhooks, you must open these ports on the relational data store machines to allow communication with the ArcGIS GIS Server where the feature services configured to use webhooks are running.
Workaround:
Define attribute node['arcgis']['data_store']['ports'] in your json config file with the specified ports, as this will override the default values. For example:
During a fresh install of ArcGIS Data Store (relational) 11.0 or upgrade to 11.0, webhooks may fail to start due to ports being blocked.
The following ports should be added to the default
node['arcgis']['data_store']['ports']
default attribute list:45671 and 45672 (TCP)—To use webhooks, you must open these ports on the relational data store machines to allow communication with the ArcGIS GIS Server where the feature services configured to use webhooks are running.
Workaround: Define attribute
node['arcgis']['data_store']['ports']
in your json config file with the specified ports, as this will override the default values. For example: