Hi

The actual error from SQL server is -2147567259 - you need to find what this 
equates to.

You can also look in the SQL Server Logs (via SQL Management Studio) it may 
give some more hints.

I suspect you have a permissions issue - either the user running the install 
does not have sufficient privileges in SQL Server or, the account that SQL 
Server is running under does not have file permissions to the folder where the 
database files are specified to be (assuming that is what you are doing in the 
installation).


Michael 

-----Original Message-----
From: Tomasz Telepko [mailto:tomasz.tele...@billennium.pl] 
Sent: Sunday, 1 August 2010 11:50 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] CreateDatabase custom action error

Hi,

I've got problem with creating database. On some computers it works fine, but 
on some other I get error:

Action 21:44:29: CreateDatabase. Creating Databases
CreateDatabase:  Error 0x80004005: failed to check if database exists: 'WFSDB', 
error: unknown error
Error 26201. Error -2147467259: failed to create SQL database: WFSDB, error 
detail: unknown error.
MSI (s) (50!80) [21:44:58:078]: Product: Billennium WorkflowServer -- Error 
26201. Error -2147467259: failed to create SQL database: WFSDB, error detail: 
unknown error.

CustomAction CreateDatabase returned actual error code 1603 (note this may not 
be 100% accurate if translation happened inside sandbox)

Did anyone have that error before or know how to fix it?

Thanks for any help.

Regards,
Tomasz
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to