Wednesday, February 4, 2009

HIPAA accelerator 3.3 not recognizing Schemas

When you compile a schema(.VSD) file in your BizTalk project a lot happens.  The HIPAA acclerator 3.3(I suppose other versions) does not execute off the this schema data.

A table is created with the schema information and stored in a database for use by the accelerator at run time.

Some errors may occur when you compile the schema.  These error will not appear anywhere.  The symtom is that the other tools in BizTalk will not recognize the schema.

How to fix(good question).  It could be a problem with the install.  We had to call Micosoft and the called COVAST.

COVAST tried running the programs that run(in the background) with the schema compile.  This did not work.

COVAST purged all the data from the tables and started again and the product seem tobuild.

Tuesday, February 3, 2009

IIS security for 6.0(2003) and 5.2(XP)

  1. IIS is version 6.0 on 2003 servers.  It has different features than 5.2.
  2. XP only runs IIS version 5.2 which does not have the features of  IIS 6.0

 IIS version 6.0 on the 2003 server has on DefaultApplpool with an identity tab.  This is where the security is set. 

 You must also set the Application pool to DefaultPool on the main IIS screen under Application Pool.

 

In XP IIS version 5.2 there is no such thing so you must

 

You must do this on XP:


Right click on the web site and select properties.

Select the Directory Security tab.

Select the edit button below.

Check the Anonymous user button(On top).

Check the Integrated Windows Authentication(on bottom)

Enter a user name in the Account used for anonymous access(this account will be used to access the SQL database)

Enter the password.