- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Hi Jeff,
I have upgraded my SmartConnector Configuration processor to version 2.4.7. SmartConnector version is also 2.4.7 on my machine. AutomationClientInterfaces login api is throwing run time exception. Please advise.
My code (Second line, Login function is throwing exception–
AutomationClientInterfaces _aci = new AutomationClientInterfaces(iAdvanced: true, iOnlineSession: true, iSession: true, iNavigate: true, iHyperlink: true);
_aci.OnlineSession.Login($"https://{SboServer.Server}:{SboServer.Port}", SboServer.Username, SboServer.Password, SboServer.Domain).Throw();
Exception --- {"Method Login failed. Login failed. ServerVersionsNotCompatible "}
Source - "SE.WorkStation.Automation.Interface" string
Trace "=== exception from automation ===\r\nMigrationException ' Login failed. ServerVersionsNotCompatible'\r\n at SE.WorkStation.Migration.MigrateSession.LogIn(Uri uri, String userName, String password, String domain)\r\n === inner exception ===\r\n InvalidOperationException 'Login failed. ServerVersionsNotCompatible'\r\n at SE.WorkStation.Migration.MigrateSession.LogonToServer(Uri uri, String userName, String password, String domain)\r\n" string
Thanks!
Neeraj Tomar
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Hi Neeraj,
I don't think this is an issue with Smart Connector. But it is likely an issue with the WorkStation SDK version you are using. Please upgrade these assemblies to the 2.0.X version.
Regards,
-Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.

