Object server is stopping when OLE service contacts it
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server > Object server is stopping when OLE service contacts it




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Object server is stopping when OLE service contacts it  
bjlun


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-20-04 10:48 PM

Hi,

I'm running a BTS 2002 on a W2K Server and have the SQL Server 2000 on a
remote machine.
Everything seams to work fine but sometimes, once a day, I receive an error
in the EventLog that look like this:

************ Event error ******************
Event Type:	Error
Event Source:	BizTalk Server
Event Category:	Document Processing
Event ID:	324
Date:		2004-10-19
Time:		11:58:59
User:		N/A
Computer:	SECC190
Description:
An error occurred in BizTalk Server.

Details:
------------------------------
[0x0154] This server could not create a component with the class ID
"{1FBCE4EF-E536-369B-8500-229918C944EC}" for transport. Verify that thi
s
component is properly registered. The following error was returned:

[0x80080008] Object server is stopping when OLE service contacts it

[0x0156] The server could not finish processing messaging port
"Order.ITS.AIC.Port".

[0x1730] Suspended Queue ID: "{D12929F5-5142-4E0B-B9DF-8C95B234B2E4
}"

[0x80080008] Object server is stopping when OLE service contacts it

******************** END ERROR ************************

Is it someone out there that have a idea what it can be, could it a bug in
COM+ that drops the ref to the AIC -component?

Thankfull for any tips or solutions
Björn





[ Post a follow-up to this message ]



    Re: Object server is stopping when OLE service contacts it  
Joerg Fischer


Report This Message To A Moderator Edit/Delete Message


 
10-21-04 12:47 PM

Hi,

Can you give some details on the AIC used on that port? Is it custom code? A
COM or COM+ component?

Sincerely

Joerg Fischer

"bjlun" <bjlun@discussions.microsoft.com> wrote in message
news:8A5776BC-8FD9-40F2-94CE-6EA87874E3E2@microsoft.com...
> Hi,
>
> I'm running a BTS 2002 on a W2K Server and have the SQL Server 2000 on a
> remote machine.
> Everything seams to work fine but sometimes, once a day, I receive an
error
> in the EventLog that look like this:
>
> ************ Event error ******************
> Event Type: Error
> Event Source: BizTalk Server
> Event Category: Document Processing
> Event ID: 324
> Date: 2004-10-19
> Time: 11:58:59
> User: N/A
> Computer: SECC190
> Description:
> An error occurred in BizTalk Server.
>
>  Details:
>  ------------------------------
>  [0x0154] This server could not create a component with the class ID
> "{1FBCE4EF-E536-369B-8500-229918C944EC}" for transport. Verify that t
his
> component is properly registered. The following error was returned:
>
>  [0x80080008] Object server is stopping when OLE service contacts it
>
>  [0x0156] The server could not finish processing messaging port
> "Order.ITS.AIC.Port".
>
>  [0x1730] Suspended Queue ID: "{D12929F5-5142-4E0B-B9DF-8C95B234B
2E4}"
>
>  [0x80080008] Object server is stopping when OLE service contacts it
>
> ******************** END ERROR ************************
>
> Is it someone out there that have a idea what it can be, could it a bug in
> COM+ that drops the ref to the AIC -component?
>
> Thankfull for any tips or solutions
> Björn







[ Post a follow-up to this message ]



    Re: Object server is stopping when OLE service contacts it  
Björn


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-21-04 12:47 PM

Hi,

My problem below don't just occurs for one AIC- component but I will try to
describe what is common for all these components.
All AIC- components is running in COM+, is custom code and running as a
server application.
The AIC- component receive a XML-document that it load into a DOM-object and
uses XPath to verify some conditions and depending on the result write, or
don't write, a xml-formatted message to an own developed Queue databas(SQL
Server 2000 SP3/W2K SP4).
The BTS 2002 is also running on W2K SP 4.

Was this something you expected?
//Björn


"Joerg Fischer >" wrote:

> Hi,
>
> Can you give some details on the AIC used on that port? Is it custom code?
 A
> COM or COM+ component?
>
> Sincerely
>
> Joerg Fischer
>
> "bjlun" <bjlun@discussions.microsoft.com> wrote in message
> news:8A5776BC-8FD9-40F2-94CE-6EA87874E3E2@microsoft.com... 
> error 
>
>
>





[ Post a follow-up to this message ]



    Re: Object server is stopping when OLE service contacts it  
Björn


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-21-04 12:47 PM

Hi,

My problem below don't just occurs for one AIC- component but I will try to
describe what is common for all these components.
All AIC- components is running in COM+, is custom code and running as a
server application.
The AIC- component receive a XML-document that it load into a DOM-object and
uses XPath to verify some conditions and depending on the result write, or
don't write, a xml-formatted message to an own developed Queue databas(SQL
Server 2000 SP3/W2K SP4).
The BTS 2002 is also running on W2K SP 4.

Was this something you expected?
//Björn


"Joerg Fischer >" wrote:

> Hi,
>
> Can you give some details on the AIC used on that port? Is it custom code?
 A
> COM or COM+ component?
>
> Sincerely
>
> Joerg Fischer
>
> "bjlun" <bjlun@discussions.microsoft.com> wrote in message
> news:8A5776BC-8FD9-40F2-94CE-6EA87874E3E2@microsoft.com... 
> error 
>
>
>





[ Post a follow-up to this message ]



    Re: Object server is stopping when OLE service contacts it  
Joerg Fischer


Report This Message To A Moderator Edit/Delete Message


 
10-26-04 07:46 AM

Hi,

Is you COM+ Server process stopping unexpectetly? Do you have a TimeTo Live
configured for that process? Try to configure it so that it retains active
forever.

Sincerely

Joerg Fischer

"Björn" <Bjrn@discussions.microsoft.com> wrote in message
news:B109ED8A-FA53-4785-9247-A66E65B2A38C@microsoft.com...
> Hi,
>
> My problem below don't just occurs for one AIC- component but I will try
to
> describe what is common for all these components.
> All AIC- components is running in COM+, is custom code and running as a
> server application.
> The AIC- component receive a XML-document that it load into a DOM-object
and[vbcol=seagreen]
> uses XPath to verify some conditions and depending on the result write, or
> don't write, a xml-formatted message to an own developed Queue databas(SQL
> Server 2000 SP3/W2K SP4).
> The BTS 2002 is also running on W2K SP 4.
>
> Was this something you expected?
> //Björn
>
>
> "Joerg Fischer >" wrote:
> 
code? A[vbcol=seagreen] 
a[vbcol=seagreen] 
this[vbcol=seagreen] 
bug in[vbcol=seagreen] 







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:48 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register