BenY

Hi,

I could not start a process in BizTalk RFID R2, the error information is as below (this process was built by a sample named BeepEHSample in BizTalk R2 documentation):

The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '<html>

<head>

<title>Configuration Error</title>

<style>

body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}

p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}

b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}

H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }

H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }

pre {font-family:"Lucida Console";font-size: .9em}

.marker {font-weight: bold; color: black;text-decoration: none;}

.version {color: gray;}

.error {margin-bottom: 10px;}

.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }

</style>

</head>

<body bgcolor="white">

<span><H1>Server Error in '/BeepEHSamplee3df762c-db10-4a9a-bb14-4b99821ea608' Application.<hr width=100% size=1 color=silver></H1>

'.Inner Exception

The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '<html>

<head>

<title>Configuration Error</title>

<style>

body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}

p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}

b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}

H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }

H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }

pre {font-family:"Lucida Console";font-size: .9em}

.marker {font-weight: bold; color: black;text-decoration: none;}

.version {color: gray;}

.error {margin-bottom: 10px;}

.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }

</style>

</head>

<body bgcolor="white">

<span><H1>Server Error in '/BeepEHSamplee3df762c-db10-4a9a-bb14-4b99821ea608' Application.<hr width=100% size=1 color=silver></H1>

'.Inner Exception

The remote server returned an error: (500) Internal Server Error.

Thanks for your help!



Re: BizTalk RFID I could not start a process in BizTalk RFID R2

Rama [MSFT]

Ben,

Can you please attach the service logs You can find them in %RFIDLOGLOCATIONDIR%. Are you running the sample on a Win2k3 box

thx

Rama





Re: BizTalk RFID I could not start a process in BizTalk RFID R2

Anush Kumar - MSFT

Hi Ben:

Can you check yout ASP.NET version (under My computer -> manage -> IIS -> default website -> properties -> ASP.NET tab) is 2.0.50727

if not can you set it to this value and try again

thx

Cheers!

/a






Re: BizTalk RFID I could not start a process in BizTalk RFID R2

BenY

Hi Anush,

The ASP.NET version is 2.0.50727.

Thanks!

Ben





Re: BizTalk RFID I could not start a process in BizTalk RFID R2

BenY

Rama [MSFT] wrote:

Ben,

Can you please attach the service logs You can find them in %RFIDLOGLOCATIONDIR%. Are you running the sample on a Win2k3 box

thx

Rama

Hi Rama,

Yes, I was running the sample on a Win2k3 Server.

How can I upload log files here Can I have your email address

Thanks!

Ben





Re: BizTalk RFID I could not start a process in BizTalk RFID R2

BenY

Rama [MSFT] wrote:

Ben,

Can you please attach the service logs You can find them in %RFIDLOGLOCATIONDIR%. Are you running the sample on a Win2k3 box

thx

Rama

Hi Rama,

Yes, I was running the sample on a Win2k3 Server.

How can I upload log files here Can I have your email address

Thanks!

Ben





Re: BizTalk RFID I could not start a process in BizTalk RFID R2

Rohan Makhija (MSFT)

This issue is now resolved.

The WCF registration in IIS appeared to be corrupted. Running ServiceModelReg.exe as documented in http://msdn2.microsoft.com/en-us/library/ms752252.aspx resolved this issue.

As a general practice, a good way to troubleshoot Provider (or Process) startup failures is to first ensure that the IIS configuration is in place. A simple test would be to try and browse the hosting.svc file from the provider¡¯s virtual directory in IIS and ensure that the service definition shows up correctly in the browser.

Thanks,

Rohan.






Re: BizTalk RFID I could not start a process in BizTalk RFID R2

Abraham

Rohan

I am facing the same problem , in my case hosting.svc is running using IIS . and getting the same error .

I executed ServiceModelReg.exe using command mode also

Any solution for that

Regards

Abraham





Re: BizTalk RFID I could not start a process in BizTalk RFID R2

Abraham

Hi,

I upgraded the provider for the reader and reinstalled IIS and the process got started ....

Thanks

Abraham