Book a Demo

Author Topic: ConnectionString malformed for some clients  (Read 3077 times)

bittercoder

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
  • .Net developer
    • View Profile
ConnectionString malformed for some clients
« on: December 19, 2007, 04:19:44 pm »
For an add-in we've developed we rely on the ConnectionString property of the EA Repository, to get the connection string or EAP filename, so we can connect directly to the database.

This works great for most clients, but in a small number, when connecting to a DBMS Repository, the ConnectionString property only returns the name of the connection i.e. "EA" instead of "EA --- DBType=1;Connect=Provider=SQLOLEDB.1;Password=secrete;Persist Security Info=True;User ID=ea_test;Initial Catalog=EA;Data Source=server" ... I think the build it's happening on is 813, but I suspect it's not related to any particular build, but the clients environment/setup, just waiting to confirm by getting one of the clients to upgrade.

Anyone come across this themselves, or know what could be causing it?
« Last Edit: December 19, 2007, 04:20:43 pm by bittercoder »