Microsoft ESB Guidance

Home Page Forums BizTalk 2004 – BizTalk 2010 Microsoft ESB Guidance

Viewing 1 reply thread
  • Author
    Posts
    • #20691

       Hi,
      I have installed the ESB according to the instructions.
      installed the ESB Exception Management samples from the GlobalBank.ESB.Samples.ExceptionHandling.sln solution as well.
      If I copy the Request_EAIProcessHandler.xml to the said receive folder, the orchestrations pick up, process and send accordingly.

      But I open my ESB.Portal web site. there is nothing. tried to select from the EsbExceptionDb.Fault table nothing gets logged.
      I am not sure what is going on or what has to be done so I can track the faults.

      I have also deployed and small orchestration and push a dumpy message that does not conform to the schema so I can get an error. Still there are no fault according to the Fault table.

      Please help

    • #20692

      Is the ALL.Exceptions send port started?  Are you receiving any suspended messages or exceptions in the event viewer?  

      • #20703

         Hi,

        the All.Exceptions is started. On the GlobalBank.ESB, the EAIProcess generates the fault message when the shape tries to divide by zero. I thought that was suppose to show on the esb.portal.

        On my other test orchestration, I do get an exception on on the event viewer when I pass an xml message that does not conform to the specified schema. Is this not suppose to show as one of the fault on my esb.portal. Or even be populated to the fault table of the EsbExceptionDb?

      • #20704

         Hi.

        I can now see the faults on my Esb.Portal and the fault table of EsbExceptionDb.

        The problem was that there was a wrong sql server name on the All.Exceptions port on the Microsoft.Practices.ESB.

        What I need to know is: Can we track all the messages that were processed even if they did not have any exceptions?

        • #20708

          Well there is BizTalk tracking and HAT, but let’s face it.  Who want’s to use HAT to look up messages?  It’s a painful experience for developers, just think how painful it would be for business users.  You can’t track all messages with the ESB Guidance out-of-the-box.  However, the exception framework does give us some good guidance about how we might build such a tracking solution.  The basics are:

          1. Create an audit XML schema and database.

          2.  Define a context property to indicate a message should be audited (maybe call it “DoAudit”)

          3.  Create a send port that subscribes to DoAudit messages and pushes the message into an auditing database.

          4.  Use custom send pipelines and/or maps to get the message into a good audit format.

          I used this auditing model in my last project and it is working great.

          • #20713

             Hi

            I am getting this error when I try to access esb.portal

            Exception Details: System.Web.Services.Protocols.SoapException: An unexpected error occurred during initialization of the BizTalk Operations Service. —> Index (zero based) must be greater than or equal to zero and less than the size of the argument list.

            Source Error:

            Line 389:        [return: System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)]
            Line 390:        public BTApplication[] Applications() {
            Line 391:            object[] results = this.Invoke("Applications", new object[0]);
            Line 392:            return ((BTApplication[])(results[0]));
            Line 393:        }

            Source File: C:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Web References\BizTalkOperationsService\Reference.cs    Line: 391

            • #20714

              That error looks like it is a problem with the BizTalk Operations Service.  Is the BizTalk Operations Service working?  See if you can load the BizTalk Operations Service in a browser.  Open up the web.config file for the portal and find the service URL.  Copy and paste it into a browser window to see if it is running.

              • #21769

                im getting the same error. The BizTalk Operations Service is comes up just fine also. Any other suggestions?

                • #22867

                  already has a solution? I´m getting the same error.

                  thanks for you help.

                  • #23893

                    If anyone has go relsolution for this please post. I am getting this error since long. Unable to resolve it.

            • #23894

              if u could get to know the problem please post. I am gtg this error since long time. Unable to find the problem

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.