You cannot install the Claims Processing sample that is included with BizTalk Server Accelerator for HIPAA 2.0 (830760)



The information in this article applies to:

  • Microsoft BizTalk Server Accelerator for HIPAA 2.0

SYMPTOMS

When you run the Install.exe file that is located in the \BizTalk Accelerator for HIPAA 2.0\Enterprise\Program Files\Microsoft BizTalk Accelerator for HIPAA\Samples\Claims Processing\Setup folder to install the Claims Processing sample, the installation may not succeed, and you may receive the following error message:
Permission Denied

RESOLUTION

To resolve this problem, follow these steps:
  1. In Microsoft Visual Studio, open the Install.vbp file. The Install.vbp file is located in the following folder:

    \BizTalk Accelerator for HIPAA 2.0\Enterprise\Program Files\Microsoft BizTalk Accelerator for HIPAA\Samples\Claims Processing\Setup

  2. Locate the AddComPlusApp function.
  3. In the AddComPlusApp function, locate the following line of code:
    oAppObj.Value("Password") = m_sPassword
  4. Add the following line of code after the line that you located in step 3:
    oAppObj.Value("ApplicationAccessChecksEnabled") = False 
  5. Rebuild the project.
  6. Run the rebuilt Install.exe file.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section of this article.

Modification Type:MajorLast Reviewed:4/13/2004
Keywords:kbprb kberrmsg KB830760 kbAudDeveloper