Select to view content in your preferred language

Unable to Register Data Store to Monitor

232
1
Jump to solution
3 weeks ago
AJohnson_HFHI
Emerging Contributor

Hi

I'm trying to register our Data Store to ArcGIS Monitor - 2024.1.1.

This Data Store is on the same server as Portal and I had no issues registering that component. I followed the instructions here: Register ArcGIS Data Store—ArcGIS Monitor | Documentation and am entering in the Database Admin for Data Store but I get this error: The server does not support SSL connections. I can enter in an fake account and get the same error so I think there is a communication problem here.

I tried running the allow connections tool for Data Store to both the IP and FQDN of the machine that Monitor is installed on and no luck. Any suggestions? Thank you!

AJohnson_HFHI_0-1747928940248.png

 

1 Solution

Accepted Solutions
StevenBeothy
Regular Contributor

Can you run the describedatastore command utility and check if your 11.x Relational Datastore is configured with SSL enabled property set to false?

describedatastore

 StevenB_12-1747939915502.jpg

 I tested this on my AGE 11.3 environment by unregistering the Relational Datastore in AGM 2024.1.1, setting the SSL-enabled property to false, and restarting the datastore service. Then, when I tried to re-register the ADS in AGM I received the same error.

StevenB_13-1747939915502.jpeg

Once I set the SSL-enabled property back to the default of true and restarted the datastore service, the Relational Datastore registered in AGM without issue.

 changedbproperties --store relational --enablessl true

   StevenB_14-1747939915503.jpeg

StevenB_15-1747939915503.jpeg

 

View solution in original post

1 Reply
StevenBeothy
Regular Contributor

Can you run the describedatastore command utility and check if your 11.x Relational Datastore is configured with SSL enabled property set to false?

describedatastore

 StevenB_12-1747939915502.jpg

 I tested this on my AGE 11.3 environment by unregistering the Relational Datastore in AGM 2024.1.1, setting the SSL-enabled property to false, and restarting the datastore service. Then, when I tried to re-register the ADS in AGM I received the same error.

StevenB_13-1747939915502.jpeg

Once I set the SSL-enabled property back to the default of true and restarted the datastore service, the Relational Datastore registered in AGM without issue.

 changedbproperties --store relational --enablessl true

   StevenB_14-1747939915503.jpeg

StevenB_15-1747939915503.jpeg