![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Windows 7 Home Premium SQL Server 2008 R2 Express I am trying to use the 32-bit wizard to transfer my Access data to a new SQL Server database. On choosing the Data Source option - Microsoft Office 12.0 Database Access Engine OLE DB Provider and clicking on Next>, I receive the error - TITLE: SQL Server Import and Export Wizard ------------------------------ The operation could not be completed. ------------------------------ ADDITIONAL INFORMATION: No error message available, result code: DB_SEC_E_AUTH_FAILED(0x80040E4D). (System.Data) I have searched Help and found that this has something to do with permissions, so I have gone into Server Management Studio and set my permissions to the highest possible on everything. At the moment I am just doing this work on my home PC. I have then retried and still get the error. Any suggestions as to what I should be setting, where I should be looking etc. would be welcome. Best regards Philip Hunt Medina, Kwinana Perth, Western Australia |
#3
| |||
| |||
|
|
Microsoft Office 12.0 Database Access Engine OLE DB Provider and clicking on Next>, I receive the error - TITLE: SQL Server Import and Export Wizard ------------------------------ The operation could not be completed. ------------------------------ ADDITIONAL INFORMATION: No error message available, result code: DB_SEC_E_AUTH_FAILED(0x80040E4D). (System.Data) |
#4
| |||
| |||
|
|
"Philip Mark Hunt" <PhilipMarkHunt (AT) discussions (DOT) microsoft.com> wrote in message news:02393E8B-21E7-4356-8048-E9351A0ED48E (AT) microsoft (DOT) com... Windows 7 Home Premium SQL Server 2008 R2 Express I am trying to use the 32-bit wizard to transfer my Access data to a new SQL Server database. On choosing the Data Source option - Microsoft Office 12.0 Database Access Engine OLE DB Provider and clicking on Next>, I receive the error - TITLE: SQL Server Import and Export Wizard ------------------------------ The operation could not be completed. ------------------------------ ADDITIONAL INFORMATION: No error message available, result code: DB_SEC_E_AUTH_FAILED(0x80040E4D). (System.Data) I have searched Help and found that this has something to do with permissions, so I have gone into Server Management Studio and set my permissions to the highest possible on everything. At the moment I am just doing this work on my home PC. I have then retried and still get the error. Any suggestions as to what I should be setting, where I should be looking etc. would be welcome. Best regards Philip Hunt Medina, Kwinana Perth, Western Australia Assuming the Access db is not secured and not password protected, in the connection settings you can try setting Admin as the username with a blank password. If SQL Server is a 64-bit version, you might search for issues related to loading Access data into 64-bit SQL. If SQL is 32-bit and your os is 64-bit, there are separate, independent settings for 32-bit data sources and 64-bit data sources, and again a search might help. I've done data transfer with SSIS, and not the data import wizard, so I'm not sure how much these suggestions might help. You could also approach the data transfer from another side. Access can link to SQL Server tables, and then you could do the data transfer within Access, assuming it's a one-time transfer and you don't need a permanent sql server-side solution. You could look at linked servers in SQL Server, and setup a link to the Access database. . |
#5
| |||
| |||
|
|
"Philip Mark Hunt" <PhilipMarkHunt (AT) discussions (DOT) microsoft.com> wrote in message news:02393E8B-21E7-4356-8048-E9351A0ED48E (AT) microsoft (DOT) com... Windows 7 Home Premium SQL Server 2008 R2 Express I am trying to use the 32-bit wizard to transfer my Access data to a new SQL Server database. On choosing the Data Source option - Microsoft Office 12.0 Database Access Engine OLE DB Provider and clicking on Next>, I receive the error - TITLE: SQL Server Import and Export Wizard ------------------------------ The operation could not be completed. ------------------------------ ADDITIONAL INFORMATION: No error message available, result code: DB_SEC_E_AUTH_FAILED(0x80040E4D). (System.Data) I have searched Help and found that this has something to do with permissions, so I have gone into Server Management Studio and set my permissions to the highest possible on everything. At the moment I am just doing this work on my home PC. I have then retried and still get the error. Any suggestions as to what I should be setting, where I should be looking etc. would be welcome. Best regards Philip Hunt Medina, Kwinana Perth, Western Australia Assuming the Access db is not secured and not password protected, in the connection settings you can try setting Admin as the username with a blank password. If SQL Server is a 64-bit version, you might search for issues related to loading Access data into 64-bit SQL. If SQL is 32-bit and your os is 64-bit, there are separate, independent settings for 32-bit data sources and 64-bit data sources, and again a search might help. I've done data transfer with SSIS, and not the data import wizard, so I'm not sure how much these suggestions might help. You could also approach the data transfer from another side. Access can link to SQL Server tables, and then you could do the data transfer within Access, assuming it's a one-time transfer and you don't need a permanent sql server-side solution. You could look at linked servers in SQL Server, and setup a link to the Access database. . |
#6
| |||
| |||
|
|
Dear Paul Thank you for your guidance. I have decided to try to use the approach of sending the data from Access, because, as you have correctly surmised, this is a once-off occurrence. I have though hit a snag, as I am just not sure of terminology etcetera; I've always been apps not systems, and this is getting very hard for me - to be frank I am nearly in tears, because I have been held up with this problem for 6 months, and even bought a new computer along the way to try to get things working, as my SQL didn't even seem to be working properly on my old XP machine. I have used SQL Server Management Studio to define the database and, for now, I have added just one table. I have then gone into Access and sought to Export the data of one table from there to SQL, but I have not been able to do so, as I am just not able to work out what I need to answer along the way. This why I wish the Wizard would work for me, but as that route seems blocked to me, I have to find a way through this maze. Under Export I have chosen ODBC Database Export selected object to an ODBC database, such as SQL Server. That takes me to a screen that is asking for a DSN Name. The annotation on the screen says - Select the file data source that describes the driver that you wish to connect to. You can use any file source that refers to an ODBC driver which is installed on your machine. I do not even know what a DSN is. I have been unable to find any file with the extension dsn on my PC. Please help. With grateful thanks in anticipation. Best regards Philip Hunt Medina, Kwinana Perth, Western Australia -- "Paul Shapiro" wrote: "Philip Mark Hunt" <PhilipMarkHunt (AT) discussions (DOT) microsoft.com> wrote in message news:02393E8B-21E7-4356-8048-E9351A0ED48E (AT) microsoft (DOT) com... Windows 7 Home Premium SQL Server 2008 R2 Express I am trying to use the 32-bit wizard to transfer my Access data to a new SQL Server database. On choosing the Data Source option - Microsoft Office 12.0 Database Access Engine OLE DB Provider and clicking on Next>, I receive the error - TITLE: SQL Server Import and Export Wizard ------------------------------ The operation could not be completed. ------------------------------ ADDITIONAL INFORMATION: No error message available, result code: DB_SEC_E_AUTH_FAILED(0x80040E4D). (System.Data) I have searched Help and found that this has something to do with permissions, so I have gone into Server Management Studio and set my permissions to the highest possible on everything. At the moment I am just doing this work on my home PC. I have then retried and still get the error. Any suggestions as to what I should be setting, where I should be looking etc. would be welcome. Best regards Philip Hunt Medina, Kwinana Perth, Western Australia Assuming the Access db is not secured and not password protected, in the connection settings you can try setting Admin as the username with a blank password. If SQL Server is a 64-bit version, you might search for issues related to loading Access data into 64-bit SQL. If SQL is 32-bit and your os is 64-bit, there are separate, independent settings for 32-bit data sources and 64-bit data sources, and again a search might help. I've done data transfer with SSIS, and not the data import wizard, so I'm not sure how much these suggestions might help. You could also approach the data transfer from another side. Access can link to SQL Server tables, and then you could do the data transfer within Access, assuming it's a one-time transfer and you don't need a permanent sql server-side solution. You could look at linked servers in SQL Server, and setup a link to the Access database. |
![]() |
| Thread Tools | |
| Display Modes | |
| |