Re: [WiX-users] failed to connect to database

2009-08-24 Thread BOURDET Xavier
, August 23, 2009 3:38 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] failed to connect to database Xavier The actual connection error is -2147467259, which converts to hex 80040005 which I believe is a generic access denied error. Michael -Original M

[WiX-users] failed to connect to database

2009-08-21 Thread BOURDET Xavier
Hi I use the sqlextension to update an existing database with a sql login. If the package msi runs on the SQL server , this is OK and scripts run but on a remote sql server doesn't work. I have this message in msi log : Error 0x80004005: failed to connect to database: 'mydatabse'