ESB Portal Error

Home Page Forums BizTalk 2004 – BizTalk 2010 ESB Portal Error

Viewing 0 reply threads
  • Author
    Posts
    • #21534

      Hi all,

      i’m setting up the ESB Guidance Kit 1.0 with BizTalk Server 2006 R2

      I’m almost trough the whole installation proces, but i can’t seem to get te Esb.Portal working.

      I’m receiving this error atm:

      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.
      Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

      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:        }
       

      My BizTalk Operations Service seems to be running fine, i can access it by browsing to http://localhost/ESB.BizTalkOperationsService/Operations.asmx

      Any ideas on this, i’m desperate :p

      Kind Regards,

      Peter

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