Need Help!!!
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 Orchestration > Need Help!!!




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

    Need Help!!!  
Lakshmi Murthy


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


 
08-09-05 12:49 PM

Hi,

I have a requirement to transfer data between 2 orchestrations on the same
machine. Hence, i opted for direct binding between both the orchestrations.
But, when i configure Send Port in my first orchestration as Direct Binding
choosing the option "Routing between ports will be defined by filter
expressions on incoming messages in the MessageBox database"

I am getting the following error in HAT:

Uncaught exception terminated service
CBITCEOrchestration_PRMsg.PROrchestration(688a6b44-be49-ea39-f701-b6c84fc323
6a), instance 4ef7790c-daa1-43db-9f02-9469ad51f49f

Exception occurred when persisting state to the database.

Exception type: PersistenceException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Void Commit()
Help Link:
Additional error information:

A batch item failed persistence Item-ID a4695834-4a3c-4cf9-8e10-7ea1a721dd6f
OperationType MAIO_CommitBatch Status -1061151998 ErrorInfo The published
message could not be routed because no subscribers were found. Please use th
e
Health and Activity Monitoring (HAT) tool to diagnose this situation. .

Exception type: PersistenceItemException
Source:
Target Site:
Help Link:
Additional error information:

Failed to publish (send) a message in the batch. This is usually because
there is no one expecting to receive this message.  The error was The
published message could not be routed because no subscribers were found.
Please use the Health and Activity Monitoring (HAT) tool to diagnose this
situation.  with status -1061151998.

Exception type: PublishMessageException
Source:
Target Site:
Help Link:
Additional error information:

Exception occurred when persisting state to the database.

Exception type: PersistenceException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Void
Commit(Microsoft.BizTalk.Agent.Interop.IBTMessageBatchEx[],
Microsoft.XLANGs.Core.Segment,
Microsoft.BizTalk.Agent.Interop.IBTOperationStatus ByRef)
Help Link:
Additional error information:

A batch item failed persistence Item-ID a4695834-4a3c-4cf9-8e10-7ea1a721dd6f
OperationType MAIO_CommitBatch Status -1061151998 ErrorInfo The published
message could not be routed because no subscribers were found. Please use th
e
Health and Activity Monitoring (HAT) tool to diagnose this situation. .

Exception type: PersistenceItemException
Source:
Target Site:
Help Link:
Additional error information:

Failed to publish (send) a message in the batch. This is usually because
there is no one expecting to receive this message.  The error was The
published message could not be routed because no subscribers were found.
Please use the Health and Activity Monitoring (HAT) tool to diagnose this
situation.  with status -1061151998.

Exception type: PublishMessageException
Source:
Target Site:
Help Link:
Additional error information:

and i can see the following error in Orchestration Debugger:

The following error occurred when extracting sequence service information
from the tracking DB: No information was found from this service instance in
the Tracking database. This can occur when orchestration tracking is not
enabled, or because the TDDS service has not yet moved the data from the
Message Box.

I understand that this message is because not enabling tracking in
orchestration.

Please let me know how can i enable Tracking in Orchestration or how can i
solve the above problem

Thanks in advance
Regards
Lakshmi





[ Post a follow-up to this message ]



    RE: Need Help!!!  
Stephen W. Thomas


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


 
08-09-05 10:53 PM

Hello.

Well, it looks like you have a subscription problem.  What are you using as
your filer expression on the 2nd Orchestation?  Make sure that property is
promoted on the sending message.  You can see what’s promoted by viewing t
he
message contact in HAT on the suspended message.  The items with Prompted =
True are routable to another orchestration.  Sometimes, you have a very
limited number of items available.

I think an easier way to go would be to use the Start Orchestation (or Call
Orchestation) shape.  Or Direct Binding using the Ports on Partner
Orchestation.  Although, I have never had much luck getting get that to work
.


The best resource for more information on Binding Options is here:
http://geekswithblogs.net/cyoung/articles/19546.aspx

Hope this helps.

Stephen W. Thomas
http://www.biztalkgurus.com



"Lakshmi Murthy" wrote:

> Hi,
>
> I have a requirement to transfer data between 2 orchestrations on the same
> machine. Hence, i opted for direct binding between both the orchestrations
.
> But, when i configure Send Port in my first orchestration as Direct Bindin
g
> choosing the option "Routing between ports will be defined by filter
> expressions on incoming messages in the MessageBox database"
>
> I am getting the following error in HAT:
>
> Uncaught exception terminated service
> CBITCEOrchestration_PRMsg.PROrchestration(688a6b44-be49-ea39-f701-b6c84fc3
236a), instance 4ef7790c-daa1-43db-9f02-9469ad51f49f
>
> Exception occurred when persisting state to the database.
>
> Exception type: PersistenceException
> Source: Microsoft.XLANGs.BizTalk.Engine
> Target Site: Void Commit()
> Help Link:
> Additional error information:
>
> A batch item failed persistence Item-ID a4695834-4a3c-4cf9-8e10-7ea1a721dd
6f
> OperationType MAIO_CommitBatch Status -1061151998 ErrorInfo The published
> message could not be routed because no subscribers were found. Please use 
the
> Health and Activity Monitoring (HAT) tool to diagnose this situation. .
>
> Exception type: PersistenceItemException
> Source:
> Target Site:
> Help Link:
> Additional error information:
>
> Failed to publish (send) a message in the batch. This is usually because
> there is no one expecting to receive this message.  The error was The
> published message could not be routed because no subscribers were found.
> Please use the Health and Activity Monitoring (HAT) tool to diagnose this
> situation.  with status -1061151998.
>
> Exception type: PublishMessageException
> Source:
> Target Site:
> Help Link:
> Additional error information:
>
> Exception occurred when persisting state to the database.
>
> Exception type: PersistenceException
> Source: Microsoft.XLANGs.BizTalk.Engine
> Target Site: Void
> Commit(Microsoft.BizTalk.Agent.Interop.IBTMessageBatchEx[],
> Microsoft.XLANGs.Core.Segment,
> Microsoft.BizTalk.Agent.Interop.IBTOperationStatus ByRef)
> Help Link:
> Additional error information:
>
> A batch item failed persistence Item-ID a4695834-4a3c-4cf9-8e10-7ea1a721dd
6f
> OperationType MAIO_CommitBatch Status -1061151998 ErrorInfo The published
> message could not be routed because no subscribers were found. Please use 
the
> Health and Activity Monitoring (HAT) tool to diagnose this situation. .
>
> Exception type: PersistenceItemException
> Source:
> Target Site:
> Help Link:
> Additional error information:
>
> Failed to publish (send) a message in the batch. This is usually because
> there is no one expecting to receive this message.  The error was The
> published message could not be routed because no subscribers were found.
> Please use the Health and Activity Monitoring (HAT) tool to diagnose this
> situation.  with status -1061151998.
>
> Exception type: PublishMessageException
> Source:
> Target Site:
> Help Link:
> Additional error information:
>
> and i can see the following error in Orchestration Debugger:
>
> The following error occurred when extracting sequence service information
> from the tracking DB: No information was found from this service instance 
in
> the Tracking database. This can occur when orchestration tracking is not
> enabled, or because the TDDS service has not yet moved the data from the
> Message Box.
>
> I understand that this message is because not enabling tracking in
> orchestration.
>
> Please let me know how can i enable Tracking in Orchestration or how can i
> solve the above problem
>
> Thanks in advance
> Regards
> Lakshmi





[ Post a follow-up to this message ]



    RE: Need Help!!!  
Lakshmi Murthy


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


 
08-10-05 07:49 AM

Hi stephen,

I want to bind 2 orchestrations where the first orchestration sends .xml
file to second orchestration as input. I have chosen the Direct option for
Port Binding. When I choose the option "To send messages to other
orchestrations, select this port here and in those orchestrations", the
dropdown box for Partner Orchestration port is enabled. But, when I click on
this dropdown box, I can see only my Send Port and not my partner
orchestration's port. How do I configure Partner Configuration Port?

Please let me know...
Thanks in advance
Lakshmi
"Stephen W. Thomas" wrote:
[vbcol=seagreen]
> Hello.
>
> Well, it looks like you have a subscription problem.  What are you using a
s
> your filer expression on the 2nd Orchestation?  Make sure that property is
> promoted on the sending message.  You can see what’s promoted by viewing
 the
> message contact in HAT on the suspended message.  The items with Prompted 
=
> True are routable to another orchestration.  Sometimes, you have a very
> limited number of items available.
>
> I think an easier way to go would be to use the Start Orchestation (or Cal
l
> Orchestation) shape.  Or Direct Binding using the Ports on Partner
> Orchestation.  Although, I have never had much luck getting get that to wo
rk.
>
>
> The best resource for more information on Binding Options is here:
> http://geekswithblogs.net/cyoung/articles/19546.aspx
>
> Hope this helps.
>
> Stephen W. Thomas
> http://www.biztalkgurus.com
>
>
>
> "Lakshmi Murthy" wrote:
> 





[ Post a follow-up to this message ]



    RE: Need Help!!!  
Stephen W. Thomas


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


 
08-11-05 10:52 PM

Hello.

I have posted a sample and details on how to do Direct Binding Using Partner
Ports here:
http://www.biztalkgurus.com/Samples...on.htm
l

Hope this helps.

Stephen W. Thomas
http://www.biztalkgurus.com


"Lakshmi Murthy" wrote:
[vbcol=seagreen]
> Hi stephen,
>
> I want to bind 2 orchestrations where the first orchestration sends .xml
> file to second orchestration as input. I have chosen the Direct option for
> Port Binding. When I choose the option "To send messages to other
> orchestrations, select this port here and in those orchestrations", the
> dropdown box for Partner Orchestration port is enabled. But, when I click 
on
> this dropdown box, I can see only my Send Port and not my partner
> orchestration's port. How do I configure Partner Configuration Port?
>
> Please let me know...
> Thanks in advance
> Lakshmi
> "Stephen W. Thomas" wrote:
> 





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 09:36 AM.      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