Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: rashwini on March 18, 2009, 07:56:25 pm

Title: How to decode the encrypted connection string
Post by: rashwini on March 18, 2009, 07:56:25 pm
Hi,

Through EA api, is there any way to decode the encrypted connection string?

Repository.ConnectionString retruns the local EAP file path, and this file contains the encrpted connection string.
I want to use this connection string.

please elt me know how to get the connection string.
Title: Re: How to decode the encrypted connection string
Post by: Eve on March 19, 2009, 08:31:22 am
Sorry, the whole purpose of the encrypted connection string is that admins can give the users that string if they don't want their users to know how to connect to the actual database.

So you'll need to ask your admin for a non-encrypted connection string.
Title: Re: How to decode the encrypted connection string
Post by: rashwini on March 19, 2009, 08:55:46 pm
Thank you for the reply.