BizTalk Server - Error occurred in this operation. See your administrator for suppo

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server > May 2005 > Error occurred in this operation. See your administrator for suppo





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Error occurred in this operation. See your administrator for suppo
Alex Z

2005-05-27, 2:47 am

Problem: The message in the Subject appeared during registering a BizTalk
Server on the BAS Windows SharePoint Services site.

Solution: For NetworkService account, give write permissions to
%SystemRoot%\Temp folder (e.g., C:\WINDOWS\Temp).

Please, find the details below.

1. Search Microsoft.com: Error occurred in this operation biztalk 2004
- led to
Troubleshooting Business Activity Services
http://msdn.microsoft.com/library/d..._admin_khfe.asp

Generic BAS operation errors may be caused by timeouts
On occasion, the following generic error message appears on the BAS Windows
SharePoint Services site: "Error occurred in this operation." To view
information about the error, open Event Viewer and locate entries that
reference KwTpm with the Events ID 602. These entries contain information
about the underlying error.


2. Filtering in Event Viewer by KwTpm. Most errors with Event IDs 601 and
602 were like the following one:
Event Type: Error
Event Source: KwTpm
Event Category: None
Event ID: 601
Date: 5/26/2005
Time: 6:59:28 PM
User: N/A
Computer: …
Description:
System.Web.Services.Protocols.SoapException: Server was unable to process
request. ---> System.InvalidOperationException: Unable to generate a
temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\vpa7ohuu.0.cs' could not be found
error CS2008: No inputs specified

at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns,
CompilerParameters parameters, Evidence evidence)
at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[]
xmlMappings, Type[] types, String defaultNamespace, Evidence evidence,
CompilerParameters parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings,
Type[] types, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[]
mappings, Type type)
at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[]
mappings)
at System.Web.Services.Protocols.SoapServerType..ctor(Type type,
ProtocolsEnum versionsSupported)
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type,
HttpContext context, HttpRequest request, HttpResponse response, Boolean&
abortProcessing)
--- End of inner exception stack trace ---

3. MSN Search: Unable to generate a temporary class BizTalk

The following advice from Dot Net Pimps worked when Everyone was allowed to
write
http://www.dotnetpimps.net/2005/04/...-2003-with-sp1/

4. Search in BizTalk Server newsgroups: Unable to generate a temporary class
- led to better advices (from security standpoint):

By Ning Lin [MSFT]: Deployment of pipelines might fail if NetworkService
account doesn't have write rights to %SystemRoot%\temp folder (in your case
c:\windows\temp) . Try again after adding write permission for this account.
(Subject: Re: config during WMI get failure hr=c0c025b3)

By Michael Elizarov [MSFT]: Make sure that your %temp% directory
(C:\WINDOWS\TEMP) is writable to the service account.
(Subject: RE: configframework error during silent install)
Alex Z

2005-05-27, 2:47 am

The message in Subject was cut by the system. So, I am putting the full
message below:
"Error occurred in this operation. See your administrator for support."

"Alex Z" wrote:

> Problem: The message in the Subject appeared during registering a BizTalk
> Server on the BAS Windows SharePoint Services site.
>
> Solution: For NetworkService account, give write permissions to
> %SystemRoot%\Temp folder (e.g., C:\WINDOWS\Temp).
>
> Please, find the details below.
>
> 1. Search Microsoft.com: Error occurred in this operation biztalk 2004
> - led to
> Troubleshooting Business Activity Services
> http://msdn.microsoft.com/library/d..._admin_khfe.asp
> …
> Generic BAS operation errors may be caused by timeouts
> On occasion, the following generic error message appears on the BAS Windows
> SharePoint Services site: "Error occurred in this operation." To view
> information about the error, open Event Viewer and locate entries that
> reference KwTpm with the Events ID 602. These entries contain information
> about the underlying error.
> …
>
> 2. Filtering in Event Viewer by KwTpm. Most errors with Event IDs 601 and
> 602 were like the following one:
> Event Type: Error
> Event Source: KwTpm
> Event Category: None
> Event ID: 601
> Date: 5/26/2005
> Time: 6:59:28 PM
> User: N/A
> Computer: …
> Description:
> System.Web.Services.Protocols.SoapException: Server was unable to process
> request. ---> System.InvalidOperationException: Unable to generate a
> temporary class (result=1).
> error CS2001: Source file 'C:\WINDOWS\TEMP\vpa7ohuu.0.cs' could not be found
> error CS2008: No inputs specified
>
> at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns,
> CompilerParameters parameters, Evidence evidence)
> at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[]
> xmlMappings, Type[] types, String defaultNamespace, Evidence evidence,
> CompilerParameters parameters, Assembly assembly, Hashtable assemblies)
> at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings,
> Type[] types, String defaultNamespace, String location, Evidence evidence)
> at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[]
> mappings, Type type)
> at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[]
> mappings)
> at System.Web.Services.Protocols.SoapServerType..ctor(Type type,
> ProtocolsEnum versionsSupported)
> at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
> at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type,
> HttpContext context, HttpRequest request, HttpResponse response, Boolean&
> abortProcessing)
> --- End of inner exception stack trace ---
>
> 3. MSN Search: Unable to generate a temporary class BizTalk
>
> The following advice from Dot Net Pimps worked when Everyone was allowed to
> write
> http://www.dotnetpimps.net/2005/04/...-2003-with-sp1/
>
> 4. Search in BizTalk Server newsgroups: Unable to generate a temporary class
> - led to better advices (from security standpoint):
>
> By Ning Lin [MSFT]: Deployment of pipelines might fail if NetworkService
> account doesn't have write rights to %SystemRoot%\temp folder (in your case
> c:\windows\temp) . Try again after adding write permission for this account.
> (Subject: Re: config during WMI get failure hr=c0c025b3)
>
> By Michael Elizarov [MSFT]: Make sure that your %temp% directory
> (C:\WINDOWS\TEMP) is writable to the service account.
> (Subject: RE: configframework error during silent install)

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com