Either that program was hard coded to use Windows Authentication (if so, bad
"Tokatrash" <martin@deamon.dk> wrote in message
news:1175031217.284824.59580@p77g2000hsh.googlegroups.com...
> On Mar 27, 10:17 pm, "Norman Yuan" <NotR...@NotReal.not> wrote:
>> Show your ConnectionString. If you have "Trusted_Connection=True" in
>> ConnectionString, then the connection is using Windows Authentication,
>> which
>> is not what you want.
>>
>> "Tokatrash" <mar...@deamon.dk> wrote in message
>>
>> news:1175025048.091479.34930@n76g2000hsh.googlegroups.com...
>>
>> > On Mar 27, 12:06 pm, "Andrea Montanari" <andrea.sql...@virgilio.it>
>> > wrote:
>> >> hi,
>>
>> >> Norman Yuan wrote:
>>
>> >> > If you have Enterprise Manager, enable mixed authentication mode is
>> >> > an easy task. I do not know the tool "DbaMGR2k" can do that or not.
>> >> > If not, search the web/MS KB for article(s) on how to enable MSDE's
>> >> > mixed security mode.
>>
>> >> yes it can.. :D
>> >> access the server property (server node, rx click) and set the
>> >> authentication method accordingly to your needs (mixed mode)
>> >> --
>> >> Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz >> >>
http://italy.mvps.org >> >> DbaMgr2k ver 0.21.0 - DbaMgr ver 0.65.0 and further SQL Tools
>> >> --------- remove DMO to reply
>>
>> > I tried changing it to mixed mode (it WAS set to Windows
>> > authentication) however now i get the following error:
>> > Login failed for user 'USERNAME' . Reason:Not associated with a
>> > trusted SQL Server connection.
>>
>> > Any ideas?
>
> There is no connection string visible to me, i'm using a program
> called Winfinance to connect to the MSDE database.
> It is that program that gives me that error.
>