Hello Patrick, Clay, Jim et al,
I'm trying to install Database Accelerator 2.1 Developer on a SharePoint 2007 server, using an MSSQL 2005 Standard server install on another machine as the database server. Both machines are running Windows Server 2003.
Here is the error I am currently getting:
Event Type: Error
Event Source: Database Accelerator
Event Category: None
Event ID: 2000
Date: 12/14/2007
Time: 2:13:55 PM
User: N/A
Computer: SHAREPOINT
Description:
Error initializing DBXL database.
The request failed with HTTP status 401: Unauthorized.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Here are the installation settings I am using for the install:
Installation Address
* Default Web Site
* QdabraWebService
Logon
* predefined (Network Service)
SQL Server
* server name = <IP address of server>
* authentication = SQL Server Authentication
-- Username = dbxlAdmin
* database = QdabraDBXL
* (TestConnection Successful)
Domain Security
* DBXLAdmin = Builtin\Administrators
* Set Global user permissions = checked
* Admin group = builtin\administrators
Forms Viewer
* Account = Administrator (Local admin on this server... Same account as logged into while installing)
Active Directory Service
* LDAP://DC=<Local domain name>
Database Enumerator
* server name = <IP address of server>
* authentication = SQL Server Authentication
-- Username = dbxlAdmin
* database = (blank, for default)
Troubleshooting steps to date (I tried to address questions you have had for others in the forums):
o Earlier on in the install process, I was getting the same error ( The installation failed, and the rollback has been performedàError initializing DBXL databaseàClient found response content type of “text/html”;charset=utf-8”, but expected “text/xml”), as in this post:
-- http://www.infopathdev.com/forums/p/6827/24977.aspx
-- As per Patrick's posting -- http://www.infopathdev.com/files/folders/dbxlsupport/entry20602.aspx:
o I made the change in C:\Inetpub\wwwroot\QdabraWebService\web.config, after the first part of the install (Web service install).
-- At this point, started to get the authorization error on install (above).
o By default, the Sharepoint installer deactivates the Default Website, and takes over port 80 without a virtual host header.
-- Configured the Default Website with the virtual host header 'dbxl', then configured (temporarily), the hostfile on the Sharepoint and DB servers with an entry for this virtual host header.
o At the partway point (after the WebService was installed, before rollback did the uninstall), checked that I could get to the Web Service page (http://dbxl/QdabraWebService/default.htm)
-- Sharepoint changes the default Guest account to IUSR_SHAREPOINT... Gave this user Modify access to all of C:\Inetpub\wwwroot for now.
-- Also gave Network Service modify access to C:\Inetpub\wwwroot, and double-checked that the local Admin had 'Full' privs.
-- In IIS console, turned off Domain authentication for the Default Website
-- At this point, could connect to http://dbxl/QdabraWebService/default.htm, and click on links, without getting a login prompt.
o Double-checked privs for the dbxlAdmin account on the DB server:
-- Gave account dbcreator and sysadmin privs
-- For now, also mirrored sa privs on the master, model, msdb and tempdb...
-- Logged into the Database from another machine using SQL Management Studio, created a DB, then added a table.
-- Confirmed that there are no named instances of MSSQL, I'm using the default instance.
o Changed the Default Web Server .NET version to 2.0.507272.
o Confirmed that the DbxlAppPool1 Web Service App pool was running, Checked for errors in the IIS Log (none).
o Changed WebDAV setting for Devault Website to 'Allowed'
o From this posting: http://www.infopathdev.com/forums/t/5678.aspx
-- Stopped all Sharepoint services, Sharepoint websites, Repatched web.config after service install, re-ran install... Same Error.
o The only error I am seeing during the install is the one I posted above, from the Qdabra Event Log, and a matching entry under the Application log for MSIInstaller.
o The Web Service IS being installed, the Database is NOT being created.
o There doesn't appear to be anything useful in the IIS log at C:\WINDOWS\system32\LogFiles
-----------
This obviously looks to to be a permissions error, but I cannot seem to figure out where the error is originating. Any ideas?
Thank you,
--Jason