Deployment Errors

Today during testing and redeploying the BizTalk 2006 application, I got this error.

Change requests failed for some resources. BizTalkAssemblyResourceManager failed to complete end type change request. Unable to install the assembly into the Global Assembly Cache.

Exception: A file load exception occurred while attempting to install the assembly into the Global Assembly Cache. This error may occur if the assembly is delay signed, or if assembly was renamed after creating/signing

Only solution to this problem was to close the visual studio solution and then reopen solution, this solved temporally.  Issue appears again after second or third deployment.

After doing google, I followed these steps to remove this error.

• I have to clear the temp files at machine. For this purpose I typed %temp% at run and it opened the temporary folder. Clear all directory alternatively we can get temp directory similar to following address “ X:Documents and SettingsUserNameLocal SettingsTempBT.

• Full stop the application at BizTalk console. And stop the BizTalk host instance on application is running. Then uninstall the previous/ current versions of dll from GAC and redeploy the application. If you got error message on uninstalling the assembly error “Cannot Uninstall as it is being used by another process”, then stop the host instance, close all applications and try again. If you still cant delete the dll, restart the PC.

• Check if the project is using any reference path that does not exist. ( For this, go to project properties -> Select Reference Paths -> Delete any References that doesn’t Exist)

 

{ Comments on this entry are closed }

Configure BAM Portal Access in BizTalk 2010

by Ali Raza Zaidi on July 27, 2011

Currently I deployed the BAM definition, but It was surprise for me that my view did not appear in BAM portal.

I found that I did not grant access to BAM Portal. For this purpose I have to use BM.exe utility.  This tool is used for administer all things related to BAM, including deployment, permissions and alters.

The command line tool is located at the following location:

[BizTalk installation folder]Trackingbm.exe

Sample usage:
bm.exe add-account -AccountName:[DomainGroupName] -View:[BAM View]
or
bm.exe add-account -AccountName:[DomainSamAccountName] -View:[BAM View]

{ Comments on this entry are closed }

ERROR: 0xC0002A0F: Could not contact the SSO server . Check that SSO is configured and that the SSO service is running on that server. (RPC: 0x800706D9: There are no more endpoints available from the endpoint mapper.)

Second issue I found when I try to configure a receive port my testing application on local machine, Unfortunately I found two services are not running  properly on my machine.

  • “Remote Procedure Call (RPC)”
  • “Enterprise Single Singon”

I restart both, but found that Enterprise Single Sign on has credential issue, it saved the old password, because I am using windows authentication on Sql server and for all services. I update my Single Sign on authentication as below the screenshot

Its working for me.

{ Comments on this entry are closed }

Error      2              Access is denied. (Exception from HRESULT: 0×80070005 (E_ACCESSDENIED))                      0              0

Error      6              Failed to add resource(s). Change requests failed for some resources. BizTalkAssemblyResourceManager failed to complete end type change request. Access is denied. (Exception from HRESULT: 0×80070005 (E_ACCESSDENIED))                                0              0

My First Biztalk 2010 application  for biztalk certification preparation, this time I installed BizTalk on my personal pc. When I try to deploy application I found above mentioned  Error.  Error message is self explanatory it is Access Denied error . Problem is that, I did not start visual studio as administrator. I have to close the Visual Studio and then start it again with “Run as Administrator “ Option.

{ Comments on this entry are closed }

Access denied during biztalk project deployment

by Ali Raza Zaidi on April 27, 2011

I got following error while deploying BizTalk 2006 R2 project at windows 7. first i was thinking that it is due to BizTalk 2006 is incompatible with windows 7. but that was not true  Error is as follow
Error   3
Access is denied. (Exception from HRESULT: 0×80070005 (E_ACCESSDENIED))

[click to continue…]

{ Comments on this entry are closed }