Hi.
{
SQL 2000 running on Windows 2000 Server SP2 Jet 4.0;
Windows NT 4.0 Domain/File Server located the Clipper 5.2 dBases and program;
Clients running Windows 98 with mapped drive to NT4.
}
This was originally posted in the SQL forum but no-one responded. Maybe they were offended by the dBase aspect
I have encountered a small problem. I created a Data Transformation Services using the SQL Wizard to Import Clipper database files to SQL. Normally this would work when the dbase files were in use but not today. Nobody has exclusive rights to the files - opened in shared mode.
To check, I created a new DTS with the characteristics:
Source: Dbase III;
Destination: Microsoft OLE DB Provider for SQL Server.
In 'Select Source Tables...' I select a file, then Transform. Immediately appears the message:
Error source: Microsoft JET Database Engine
Error Description: The Microsoft Jet database engine cannot open the file <my file>. It is already opened exclusively by another user, or you need permission to view its data.
Context: Error calling OpenRowset on the provider
Things I have tried:
Security and Sharing permissions of databases - Full;
Permissions of SQL database - Full;
TEMP to %SYSTEMROOT%\TEMP
TMP to %SYSTEMROOT%\TMP
Any other suggestions much appreciated. Temporarily I create a copy of files and import them from there no problem.
Other info: Upgraded some programs from 5.01a to 5.2 and installed SP2 on SQL2000 recently.
Regards.
{
SQL 2000 running on Windows 2000 Server SP2 Jet 4.0;
Windows NT 4.0 Domain/File Server located the Clipper 5.2 dBases and program;
Clients running Windows 98 with mapped drive to NT4.
}
This was originally posted in the SQL forum but no-one responded. Maybe they were offended by the dBase aspect
I have encountered a small problem. I created a Data Transformation Services using the SQL Wizard to Import Clipper database files to SQL. Normally this would work when the dbase files were in use but not today. Nobody has exclusive rights to the files - opened in shared mode.
To check, I created a new DTS with the characteristics:
Source: Dbase III;
Destination: Microsoft OLE DB Provider for SQL Server.
In 'Select Source Tables...' I select a file, then Transform. Immediately appears the message:
Error source: Microsoft JET Database Engine
Error Description: The Microsoft Jet database engine cannot open the file <my file>. It is already opened exclusively by another user, or you need permission to view its data.
Context: Error calling OpenRowset on the provider
Things I have tried:
Security and Sharing permissions of databases - Full;
Permissions of SQL database - Full;
TEMP to %SYSTEMROOT%\TEMP
TMP to %SYSTEMROOT%\TMP
Any other suggestions much appreciated. Temporarily I create a copy of files and import them from there no problem.
Other info: Upgraded some programs from 5.01a to 5.2 and installed SP2 on SQL2000 recently.
Regards.