<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Library.ConnectionManager.LogIn Issue in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/library-connectionmanager-login-issue/m-p/8357638#M6120</link>
    <description>&lt;P&gt;I'm getting the same error when I try to call this method from a .NET Core 2.1 Entity Framework project and Vault 2017 dlls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this an issue related to missing references?&lt;/P&gt;</description>
    <pubDate>Thu, 25 Oct 2018 01:17:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-25T01:17:57Z</dc:date>
    <item>
      <title>Library.ConnectionManager.LogIn Issue</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/library-connectionmanager-login-issue/m-p/8095613#M6118</link>
      <description>&lt;P&gt;I'm not sure why this code doesn't work:&lt;/P&gt;&lt;PRE&gt;string VaultServerName = "VaultServer"
string VaultDatabase = "VaultDatabase"

LogInResult logInResult = Library.ConnectionManager.LogIn(VaultServerName, VaultDatabase, "Administrator","Password", AuthenticationFlags.Standard, null);&lt;/PRE&gt;&lt;P&gt;But this code does:&lt;/P&gt;&lt;PRE&gt;LogInResult logInResult = Library.ConnectionManager.LogIn("VaultServer", "VaultDatabase", "Administrator","Password", AuthenticationFlags.Standard, null);&lt;/PRE&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Error:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;{"The type initializer for 'Autodesk.Connectivity.WebServicesTools.WebServiceManager' threw an exception."}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Doesn't make sense why that line doesn't except anything but the entry manually included?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 17:23:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/library-connectionmanager-login-issue/m-p/8095613#M6118</guid>
      <dc:creator>ThomasRambach</dc:creator>
      <dc:date>2018-06-27T17:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Library.ConnectionManager.LogIn Issue</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/library-connectionmanager-login-issue/m-p/8100072#M6119</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/48931"&gt;@ThomasRambach&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I could not reproduce the error that you have mentioned. The below code seems to work well for me:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;string VaultServerName = "localhost";
string VaultDatabase = "TestVault";

LogInResult logInResult = VDF.Vault.Library.ConnectionManager.LogIn(VaultServerName, VaultDatabase, "Administrator", "", AuthenticationFlags.Standard, null);
           &lt;/PRE&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sajith&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 09:35:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/library-connectionmanager-login-issue/m-p/8100072#M6119</guid>
      <dc:creator>sajith_subramanian</dc:creator>
      <dc:date>2018-06-29T09:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Library.ConnectionManager.LogIn Issue</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/library-connectionmanager-login-issue/m-p/8357638#M6120</link>
      <description>&lt;P&gt;I'm getting the same error when I try to call this method from a .NET Core 2.1 Entity Framework project and Vault 2017 dlls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this an issue related to missing references?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 01:17:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/library-connectionmanager-login-issue/m-p/8357638#M6120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-25T01:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Library.ConnectionManager.LogIn Issue</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/library-connectionmanager-login-issue/m-p/8370462#M6121</link>
      <description>&lt;P&gt;Can you check out the solution in the below link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/vault-customization/error-while-trying-to-login-to-vault-through-api/m-p/6500640/highlight/true#M4321" target="_blank"&gt;https://forums.autodesk.com/t5/vault-customization/error-while-trying-to-login-to-vault-through-api/m-p/6500640/highlight/true#M4321&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Let me know if it works for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sajith&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 07:47:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/library-connectionmanager-login-issue/m-p/8370462#M6121</guid>
      <dc:creator>sajith_subramanian</dc:creator>
      <dc:date>2018-10-31T07:47:05Z</dc:date>
    </item>
  </channel>
</rss>

