Cannot resolve data source set up in system dsn
Error:
Provider error '80004005' Unspecified error
Solution:
This error occurs when a data source is changed while the web server has a record open from that data source. Re-start IIS or reboot.
Back To Top
Error:
Cannot login to Bullseye admin, unable to open registery key, or not a valid path
Full Error
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0x548 Thread
0x7e8 DBC 0x124359c Jet'.
/BullseyePro/EVIWeb/includes/evLogin.asp, line 370
You may also get this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides. /EVIWeb/includes/evLogin.asp, line 370
Solution:
This error occurs when a data source is changed while the web server has a record open from that data source.
Re-start IIS or reboot.
This is usually related to permissions or the connection to the EVIweb database. It may also occur if your hosting company configures its dsn/data sources in a non-standard way. Occasionally the problem may also be caused by not having the correct version of Microsoft Jet Drivers and/or MDAC.
1. Make sure IUSR has write permissions on folder where the Access database is.
2. Make sure IUSR has write permissions on the database itself.
3. Make sure IUSR has write permissions on the Windows TEMP directory.
Back To Top
Error:
Microsoft OLE DB Provider for ODBC Drivers error '8007000e'
[Microsoft][ODBC Microsoft Access Driver] Not enough space on temporary disk.
Solution:
This is a permissions related issue.
Make sure the anonymous web user (IUSR_) has change access to the database directory and the Temporary directory.
Back To Top
Error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data
Solution:
This is a permissions related issue
Make sure the IUSR_ user has change (RWXD) access to the database directory, the database files themselves, and the system temp directory. Make sure nobody has the database open in design mode in Access.
Back To Top
Error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
Solution:
The data source to the EVIweb database is not set up correctly
Make sure your data source is named EVIweb and that it points to the Eviweb.mdb database.
Back To Top
Error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
Solution:
This error is related to the permissions settings on your machine.
Make sure the iusr account has read, write, and execute permissions to the EVIweb database, the database directory, and the root directory. Make sure the license file (bullseyenet.lic) had read, write, and execute permissions.
Back To Top
Error:
Active Server Pages error 'ASP 0131'
Disallowed Parent Path
/zip/BullseyePro/Includes/Common.asp, line 1
The Include file '../../EVIWeb/includes/common.asp' cannot contain '..' to indicate the parent directory.
Solution:
This error occurs due to a setting in IIS on Microsoft machines.
Change the setting as follows:
1. Go into IIS/DefaultWebSite/
2. Right click and hit properties.
3. Go to homedirectory/configuration/options
4. Make sure enable parent path is selected.
Back To Top
Error:
Bullseye Search is slow
Solution:
Certain columns may not be indexed in your database. 1. Make sure the zip code field is defined as a primary key. If you've already added a primary key field to the recordset, then creating an index on ZipCode will work also.
2. The following fields should also be checked for proper indexing:
- For each table that has an ID column, that column should be set as a primary key, with "allow nulls" turned off, and "Identity" checked.
-evbe_StateNeighbors should have the state and neighbor columns indexed
-Lat/Long columns should be indexed in the zips table.
Back To Top
Error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not delete from specified tables.
/locator/Website/BullseyePro/EditCompany.asp, line 184
Solution:
Permissions need to be changed on the machine that runs Bullseye.
Give the IUSR account read, write, and execute permissions to the Bullseye database (eviweb.mdb) and to the directory that the database is in.
Back To Top
Error:
Error occurred. SQL Error has occurred. Please check your ConnectionString/Table/Field settings. Error: Timeout expired.
Solution:
The IP address and Domain Name may be slightly off and you may get the error intermittently.
Check with your service provider to see if there are any errors with the way the domain name is set up with the IP address. Make sure the spelling of the domain name is perfect and look for any other possible configuration errors.
Back To Top
Error:
Unable to open registry key 'Temporary (volatile)’
Solution:
This problem is related to permissions settings on Microsoft Servers
Give the IUSR account read, write, and execute permissions.
If above does not work, check this article:
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q295/2/97.asp&NoWebContent=1
Back To Top
Error:
Overflow error; quitting
Solution:
This error may pop up when you are upsizing Bullseye’s Microsoft Access database to Microsoft SQL server. It occurs when you don’t have the correct version of service pack installed on you machine.
Download the latest version of Service Pack 2 from the Microsoft website, for the version of Windows you are running. http://www.microsoft.com/downloads/search.aspx?displaylang=en
Back To Top
Error:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'BullseyePro.Search'. Source Error…
Solution:
This error occurs when you do not have the correct version of service pack installed on you machine.
Download the latest version of Service Pack 2 from the Microsoft website, for the version of Windows you are running. http://www.microsoft.com/downloads/search.aspx?displaylang=en
Back To Top
Error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/locator.asp, line 218
800401f3
Solution:
The .dll has not been registered correctly, or it was registered correctly and moved to a different folder.
Register the .dll.
For Bullseye for .Net:
1. Click on "Start" button and select "Run"
2. Type the following command used to register the DLL.
‘RegSvr32.exe "C:\winnt\system32\bullseyeNET.dll’ (Assuming C:\winnt\system32 - is a windows system directory on your web server)
3. Press "OK" button to run the command. You will get a message: "DllRegisterServer
in Location of Bullseye.dll succeeded"
For Bullseye DLL:
1. Click on "Start" button and select "Run"
2. Type the following command used to register the DLL.
‘RegSvr32.exe "C:\winnt\system32\bullseye.dll" (Assuming C:\winnt\system32 - is a windows system directory on your web server)
3. Press "OK" button to run the command. You will get a message: "DllRegisterServer
in Location of Bullseye.dll succeeded"
Back To Top
Error:
Could not install application in directory '/BullseyePro'.
Error: Error creating tables: Error in statement: create table `zips` ( `ZipCode` VARCHAR(255), `State` VARCHAR(255), `City` VARCHAR(255), `County` VARCHAR(255), `Latitude` DOUBLE, `Longitude` DOUBLE, constraint `PrimaryKey` primary key (`ZipCode`) ). [Microsoft][ODBC Microsoft Access Driver] Cannot modify the design of table 'zips'. It is in a read-only database.
Solution:
This is related to permissions settings on your machine.
Give the iusr account read, write, and execute permissions.
Back To Top
Error:
EV FormVals Error
Solution:
Need correct version of Windows Scripting Engine
Download latest version of windows scripting engine
Back To Top
Error:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'oOutRs.Fields.Append'
Solution:
Need correct version of MDAC
Download and install the latest version of MDAC
Back To Top
Error:
Microsoft VBScript runtime error '800a01a8'
Object required
Solution:
The DLL may have not been registered correctly, or permissions settings may cause this.
Make sure the DLL is registered on the web server, using the Bullseye install program, or regsvr32, and make sure the DLL and the directory it is in has execute access assigned to the IUSR_ user.
Back To Top
Error:
If you are unable to resolve the data source set up in system dsn, you may try setting up a dsnless connection. This is done in config.asp, look for the code below.
Solution:
'// DSN-less connection to MSAccess DB
const EVI_WEB_DBTYPE =2
const EVI_WEB_DSN ="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Dev\ElectricVine\Support\Bullseye4\Databases\EVIWeb.mdb"
'SQL Server settings
'const EVI_WEB_DBTYPE =2
'const EVI_WEB_DSN ="Driver={SQL Server}; Server=YourServerName; Database=EVIWeb; Uid=eviweb; Pwd=eviweb;"
Back To Top