Cannot start your application. The workgroup information file is missing or opened exclusively by another user. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Cannot start your application. The workgroup information file is missing or opened exclusively by another user.
Source Error:
Line 34: Line 35: OleDbConnection SqlConnection = new OleDbConnection(strConn); Line 36: SqlConnection.Open(); Line 37: Line 38: OleDbCommand sel = new OleDbCommand(SQL, SqlConnection);
Jeg har fundet en guide, hvor jeg tror jeg kan løse problemet, men jeg kan ikke finde et faneblad, der hedder security, når jeg højreklikker på den folder, hvori min access database ligger i...alt dette lyder bekendt, jeg tror jeg har været inde i denne proces en gang før for laaang tid siden med asp. Hvordan kan man gøre security fanebladet synlig....(har kigget i folder options....men ingen held...)
"Cannot start your application. The workgroup information file is missing or opened exclusively by another user" Error
This error message occurs when a data access page cannot find the workgroup information file (.mdw). When you are using two-tier deployment, make sure that you put the workgroup file in a shared folder along with the database. Change the connection on the page to use the UNC path to the workgroup file as follows: 1. Start Microsoft Access, and then open the data access page that you are deploying in Design view. 2. Right-click the page, and then click Page Properties. 3. On the Data tab, click the Build (...) button to the right of the ConnectionString property. 4. On the All tab, change the Jet OLEDB:System database property to the UNC location for the workgroup file. When you are using three-tier deployment, put the workgroup file with the database and make sure that the Jet OLEDB:System database property points to the correct path of the .mdw file.
Men det siger mig ikke en pind. Har prøvet at følge men page properties på hvad? Og hvor er denne data tab og Build(...) funktion henne?
Det hjalp ikke...jeg gik ind i access->tools->security->workgroup administrator->join... og valgte C:\Documents and Settings\MyName\Application Data\Microsoft\Access\System.mdw
Ja, jeg tænkte nok at ODBC manager ikke behøves, nu når jeg bruger oleDB provideren. Men denne sag irriterer mig gevaldigt. Jeg har uden problemer fået etableret kontakt med min MySQL, og nu prøver jeg at få kontakt med min Access base, hvilket burde være mere til da det Microsoft....men jeg KAN bare ikke f´å det til at spille.
Jeg er kommet til det punkt, hvor rettigheds delen på folderen og access databasen er iorden....der kan kun være noget andet galt....måske er der noget der skal sættes op i VS, eller hvad?????
"Cannot Start Your Application. The Workgroup Information File Is Missing Or Opened Exclusively By Another User" This error message occurs when a data access page cannot find the workgroup information file (.mdw). When you are using two-tier deployment, make sure that you put the workgroup file in a shared folder along with the database. Change the connection on the page to use the UNC path to the workgroup file as follows: - Start Microsoft Access - Open the data access page that you are deploying in Design view Right-click the page - Click Page Properties On the Data tab, click the Build (...) button to the right of the ConnectionString property - On the All tab, change the Jet OLEDB:System database property to the UNC location for the workgroup file - When you are using three-tier deployment, put the workgroup file with the database and make sure that the Jet OLEDB:System database property points to the correct path of the .mdw file
Jeg har også fjernet password sikkerheden på min Access base, og fejlen i detaljer:
Could not find installable ISAM. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Could not find installable ISAM.
Source Error:
Line 33: Line 34: OleDbConnection SqlConnection = new OleDbConnection(Conn); Line 35: SqlConnection.Open(); Line 36: Line 37: OleDbCommand sel = new OleDbCommand(SQL, SqlConnection);
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x4f4 Thread 0x75c DBC 0x438ad4 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x4f4 Thread 0x75c DBC 0x438ad4 Jet'. ERROR [HY000] [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. ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x4f4 Thread 0x75c DBC 0x438ad4 Jet'. ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x4f4 Thread 0x75c DBC 0x438ad4 Jet'. ERROR [HY000] [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. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.Odbc.OdbcException: ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x4f4 Thread 0x75c DBC 0x438ad4 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x4f4 Thread 0x75c DBC 0x438ad4 Jet'. ERROR [HY000] [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. ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x4f4 Thread 0x75c DBC 0x438ad4 Jet'. ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x4f4 Thread 0x75c DBC 0x438ad4 Jet'. ERROR [HY000] [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.
Source Error:
Line 34: Line 35: OdbcConnection SqlConnection = new OdbcConnection(Conn); Line 36: SqlConnection.Open(); Line 37: Line 38: OdbcCommand sel = new OdbcCommand(SQL, SqlConnection);
En interessant ting....jeg har lige kigget i min IIS manager og på min db folder står der et rødt skilt med error....kan det ikke være det, der giver problemos. Hvordan kan jeg behandle den error?
jeg er bange for at jeg er løbet lidt tør for ideer
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.