Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disconnected Environment #43

Open
wants to merge 36 commits into
base: disconnectedEnv
Choose a base branch
from

Conversation

spitzerr
Copy link
Contributor

@spitzerr spitzerr commented Mar 19, 2018

Support Configuration of ArcGIS Enterprise for Disconnected Environments according to:

http://enterprise.arcgis.com/en/portal/latest/administer/windows/configure-a-disconnected-deployment.htm

@spitzerr spitzerr mentioned this pull request Mar 19, 2018
@shailesh91
Copy link
Contributor

@spitzerr I think instead of adding the whole config.js inside the config JSON file, I think we should instead give a path to config.js file.

@shailesh91
Copy link
Contributor

shailesh91 commented Mar 19, 2018

@spitzerr I think we should abstract the whole disconnected environments workflow into a separate Configuration (as you suggested earlier) and run it as post-deployment operation {DisconnectedEnv}. The reason is that we might need to publish some services (use ArcGIS_Server_Service resource to do so) which is essentially a post-deployment operation.
Configure-ArcGIS [[Path to Configuration json File]] -Mode [DisconnectedEnv]

@spitzerr
Copy link
Contributor Author

@shailesh91 Totally agree on post-deployment scenario...

@spitzerr
Copy link
Contributor Author

@shailesh91 changed config.js to file Copy instead of Property-Setting in 47afbbb

@shailesh91
Copy link
Contributor

shailesh91 commented Mar 26, 2018

Basemaps in a disconnected environment

  1. Needs an accessible Tiled Map Service hosted on a local server.
  2. Create a group
    https://developers.arcgis.com/rest/users-groups-and-items/create-group.htm
  3. Create a base map
    https://developers.arcgis.com/rest/users-groups-and-items/add-item.htm
    https://developers.arcgis.com/web-map-specification/objects/baseMap/
    https://developers.arcgis.com/python/sample-notebooks/publishing-web-maps-and-web-scenes/
  4. Share the base map
  5. Set the Basemap Gallery and Default Basemap

Will expand on this more as I find out more.

Copy link
Contributor Author

@spitzerr spitzerr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shailesh91
for Publishing boudary layers:
On our site it brings following log-message and no boundary layers are pulished
Output of execution:- "Error: AGSPORTAL variable is not set."

@shailesh91
Copy link
Contributor

@spitzerr Commit 890c00b should fix this error.

Write-Warning "No Hosted Server available. Geometry-Service is not working."
}
}
elseif ($HelperSrvcs.geometry.url)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shailesh91 agreed.
Maybe we should open seperate Issues for Basemap, secured geometry-service, route Service etc. to not miss a part

Pending - Need a case for handling Secure service.
@shailesh91
Copy link
Contributor

Route Service needs to be published from disconnected service resource using the following utility (https://enterprise.arcgis.com/en/server/latest/administer/windows/publishing-routing-services.htm).

@mlewis22
Copy link

Has this progressed into build?

@shailesh91
Copy link
Contributor

@mlewis22 this is on the roadmap but this will not be progressing into the build in 10.7 timeframes.

@mlewis22
Copy link

Thanks, i will keep an eye out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants