ACC2000: Error '3028' Using CreateWorkspace with Password Argument (208804)
The information in this article applies to:
This article was previously published under Q208804 Advanced: Requires expert coding, interoperability, and multiuser skills.
SYMPTOMS
If you use the CreateWorkspace method without specifying the DBEngine object, you may receive the following error message when you use the optional password argument:
Run-time error '3028': Can't start your application. The workgroup information file is missing or opened exclusively by another user.
If you choose not to specify a password, the same syntax does not cause an
error.
RESOLUTIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.
When you create a new Workspace object in which you specify a password, use the following syntax:
Set Workspace = DBEngine.CreateWorkspace(name, user, password, type)
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. REFERENCESFor more information about CreateWorkSpace method, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type createworkspace in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Major | Last Reviewed: | 6/23/2005 |
---|
Keywords: | kberrmsg kbprb KB208804 |
---|
|