Hi,
When publishing a Web Tool from ArcPro 2.5.1, I often times get no response when clicking on the Publish button after first Analyzing the result. What I see is that an .sddraft is being generated without a local toolbox OnPremisePath in the resources of the sddraft. How can I ensure that the OnPremisePath in the sddraft gets populated and the Web Tool successfully stages and publishes?
Successfull Publish sddraft Resource section:
<Resources xsi:type='typens:ArrayOfSVCResource'>
<SVCResource xsi:type='typens:SVCResource'>
<ID>xxxxxxx-xxxxxx-xxxxxx-xxxxxx</ID>
<Name>clippedsources.xml</Name>
<OnPremisePath>C:\Users\xxxxxxx\AppData\Local\Temp\ArcGISProTemp25188\FEMAFloodZoneA.tbx</OnPremisePath>
<StagingPath></StagingPath>
<ServerPath></ServerPath>
<InPackagePath></InPackagePath>
<OnServerName></OnServerName>
<ClientName>xxxx-xxxxx</ClientName>
<CIMPath>CIMPATH=clippedsources/clippedsources.xml</CIMPath>
<RepositoryID>0</RepositoryID>
</SVCResource>
</Resources>
UnSuccessfull Publish sddraft Resource section:
<Resources xsi:type='typens:ArrayOfSVCResource'>
<SVCResource xsi:type='typens:SVCResource'>
<ID>xxxxxx-xxxxxx-xxxxxxx-xxxx</ID>
<Name>clippedsources.xml</Name>
<OnPremisePath></OnPremisePath>
<StagingPath></StagingPath>
<ServerPath></ServerPath>
<InPackagePath></InPackagePath>
<OnServerName></OnServerName>
<ClientName>xxxx-xxxxx</ClientName>
<CIMPath>CIMPATH=clippedsources/clippedsources.xml</CIMPath>
<RepositoryID>0</RepositoryID>
</SVCResource>
</Resources>