05-27-05 07: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 Window
s
> 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 fou
nd
> 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
1;]
> xmlMappings, Type[] types, String defaultNamespace, Evidence evidence,
> CompilerParameters parameters, Assembly assembly, Hashtable assemblies)
> at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMapp
ings,
> Type[] types, String defaultNamespace, String location, Evidence evide
nce)
> 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 t
o
> write
> http://www.dotnetpimps.net/2005/04/...
th-sp1/
>
> 4. Search in BizTalk Server newsgroups: Unable to generate a temporary cla
ss
> - led to better advices (from security standpoint):
>
> By Ning Lin [MSFT]: Deployment of pipelines might fail if NetworkServi
ce
> account doesn't have write rights to %SystemRoot%\temp folder (in your cas
e
> c:\windows\temp) . Try again after adding write permission for this accoun
t.
> (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)
[ Post a follow-up to this message ]
|