Pavel Bobov
Pavel Bobov
Was it a new install or an upgrade of Portal for ArcGIS? Are https://localhost/portal/sharing/rest/generateToken and https://localhost:7443/arcgis/sharing/rest/generateToken URLs available?
Please try to set arcgis/portal/content_store_connection_string attribute instead of arcgis/portal/content_dir ```JSON { "arcgis": { "portal": { "content_store_connection_string": "c:\\arcgisdata\\portal\\content" ... } ... } ``` By default arcgis/portal/content_store_connection_string attribute should be set to...
@garys-esri Could you provide a reference to ArcGIS documentation that describes the manual installation procedure for " ArcGIS API for JavaScript" that needs to be automated?
Try to set *data_dir* portal attribute in addition to *content_dir*. ```JSON { "portal":{ "domain_name":"some.domain.no", "url":"https://some.domain.no:7443/arcgis", "private_url":"some.domain.no:7443/arcgis", "web_context_url":"https://some.domain.no/portal", "wa_url":"https://some.domain.no/portal", "wa_name":"portal", "admin_username":"portaladmin", "admin_password":"password", "admin_email":"[email protected]", "admin_full_name":"Administrator", "data_dir":"F:\\arcgisportal", "content_dir":"F:\\arcgisportal\\content", "setup":"f:\\Software\\ArcGIS\\PortalForArcGIS\\Setup.exe", "authorization_file":"f:\\Software\\ArcGIS\\Lisenser\\PortalforArcGIS_625568.prvc", "keystore_file":"f:\\Software\\Certificate\\certificate.pfx", "keystore_password":"password", "cert_alias":"age_certificate",...
Could you provide the contents of the stacktrace.out file form C:/Users/vagrant/AppData/Local/Temp/kitchen/cache/chef-stacktrace.out?
This could be done by using other community cookbooks like https://supermarket.chef.io/cookbooks/sql_server.
This problem looks similar to https://github.com/Esri/arcgis-cookbook/issues/53. The only new third-party cookbook used by 3.3.0 is 'aws' and its dependencies. aws cookbook requires community_cookbook_releaser gem. ``` # This gemfile provides additional...
Instead of changing the code it's probably easier to set arcgis/server/url attribute in the json file. ```JSON { "arcgis" : { "server" : { "url": "http://ComputerName:6080/arcgis", ... } } ```...
Please open the prvc file in a text editor and check that it has Email attribute set. Most likely Email or some other attribute is missing in the authorization file...
Try to run SoftwareAuthorization tool manually from command line. Is it windows or linux?