
ddambra asked a question.
I’ve got a scenario where the client will be running Snow License Manager on‑premise alongside Snow Atlas for a period of time.
I was considering enabling the File History module in Snow Inventory Server to move processed Snowpacks into a folder that the Snow Extender could pick up and forward to Atlas.
In theory this would allow processing of inventory both on-premise and in the cloud.
You can amend the config file of the agent to add an additional drop location.
<DropLocation>
<Endpoint>
<Address>****/</Address>
</Endpoint>
</DropLocation>
</Configuration>
As mentioned above you will need to use a different port to your current address.
Hope that helps