Hey guys,
I recently installed Portal on-top of our DEV instance of ArcGIS Enterprise. This is my first experience with Portal/ArcGIS Online outside of setting-up some geocoding services in AGOL. We are using Enterprise/Portal 10.6.1.
When I attempt to register a routing service using REST, I receive the following response/error:
<SPAN class="punctuation token">{</SPAN><SPAN class="string token">"error"</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="punctuation token">{</SPAN>
<SPAN class="string token">"code"</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="number token">400</SPAN><SPAN class="punctuation token">,</SPAN>
<SPAN class="string token">"message"</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"Registration of this item is not allowed"</SPAN><SPAN class="punctuation token">,</SPAN>
<SPAN class="string token">"details"</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="punctuation token">[</SPAN><SPAN class="punctuation token">]</SPAN>
<SPAN class="punctuation token">}</SPAN><SPAN class="punctuation token">}</SPAN>
I triple-confirmed the ClientID as reported by Portal. A "register app" button is not present on the Content Details page of Portal for the service.
Any ideas? I saw there was a bug for "missing button" in 10.4 - Bug: Register option is not available on the Item Details page for apps in the Portal for ArcGIS home application - however, in my case, I am neither using 10.4, nor am I successful in using the REST interface.
Thanks!