Message 1 of 1
Logging into Vault from a Windows Service - Li
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm currently encountering an issue when attempting to connect to Vault via the web service. The error message displayed is:
"Failed to acquire a license. Please try again later or restart the product."
I've tried restarting the application, but the issue persists.
Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.Connection m_conn = null;
m_conn = Autodesk.DataManagement.Client.Framework.Vault.Forms.Library.Login(null);
please advise on the appropriate steps to resolve it. Any guidance would be greatly appreciated.