Search Results for 'default.aspx'

Home Page Forums Search Search Results for 'default.aspx'

Viewing 15 results - 16 through 30 (of 62 total)
  • Author
    Search Results
  • #21948

    I really don’t know why MSDTC caused such an error. I had this problem while deploying BizTalk solution. First, the error was Object refer null, then i re-deployed, the COM+ still appeared. I tried updating Windows by clicking the link http://update.microsoft.com/microsoftupdate/v6/default.aspx?ln=en-us.Check for updates. Then i restarted my computer, and the error went away.

    If someone knows why i got that error, please let me know.

    Charles Young has a good overview of Biztalk 2009 over at http://blog.solidsoft.com/blogs/charles_young_mvp_biztalk/default.aspx

    Nick.

    I posted this on the microsoft newsgroup as well, but haven’t solved the problem yet so I thought I would try here.

    original post:  http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.biztalk.general&mid=661db814-509e-4d67-8c16-0f3cb66dd965

    I’m receiving an xml message and using an envelope to de-batch it. 

    <?xml version=”1.0″ encoding=”UTF-8″?> 
    <BatchReport> 
    <ProcessID>200807081400</ProcessID> 
    <BatchID>183</BatchID> 
    <ObjectCount>4</ObjectCount> 
    <BatchStatus>PARTIAL_ROLLBACK</BatchStatus> 
    <Objects> <!– Note: this is the body xpath of the envelope, i’m expecting 
    a BAM row for each object in the list below –> 
    <Object> 
    <objectName>One</objectName> 
    <ProcessStatus>PROCESSED</ProcessStatus> 
    <RollbackIndicator>false</RollbackIndicator> 
    <NbrMembersReceived>10</NbrMembersReceived> 
    <NbrMembersSent>10</NbrMembersSent> 
    <NbrMemberErrors>0</NbrMemberErrors> 
    </Object> 
    <Object> 
    <objectName>Two</objectName> 
    <ProcessStatus>ROLLED_BACK</ProcessStatus> 
    <RollbackIndicator>true</RollbackIndicator> 
    <NbrMembersReceived>10</NbrMembersReceived> 
    <NbrMembersSent>10</NbrMembersSent> 
    <NbrMemberErrors>0</NbrMemberErrors> 
    </Object> 
    <Object> 
    <objectName>Three</objectName> 
    <ProcessStatus>PROCESSED</ProcessStatus> 
    <RollbackIndicator>false</RollbackIndicator> 
    <NbrMembersReceived>10</NbrMembersReceived> 
    <NbrMembersSent>10</NbrMembersSent> 
    <NbrMemberErrors>0</NbrMemberErrors> 
    </Object> 
    <Object> 
    <objectName>Four</objectName> 
    <ProcessStatus>PROCESSED</ProcessStatus> 
    <RollbackIndicator>false</RollbackIndicator> 
    <NbrMembersReceived>10</NbrMembersReceived> 
    <NbrMembersSent>10</NbrMembersSent> 
    <NbrMemberErrors>0</NbrMemberErrors> 
    </Object> 
    </Objects> 
    </BatchReport> 

    The debatching works correctly and I receive 4 outbound messages, one for 
    each object, using a file send port. 

    I’ve created a BAM Activity to represent the individual object records 
    within the “objects” envelope. I used the Tracking Profile Editor to create 
    and deploy a profile as well. I’m not using an orchestration, just attaching 
    the profile to the receive port using the TPE. 

    When I drop the xml file shown above into a file receive port. I get three 
    BAM activity records instead of the four I expect. 

    The first message in the batch with ObjectName=”One” never makes it into the 
    BAM tables. “Two”, “Three”, and “Four” make it into the BAM tables as 
    expected. 

    I can’t find much info on the BAM Pipeline interceptor, so I’m struggling to 
    troubleshoot this. 

    Any suggestions? 

    One responder to the thread on ms newsgroup was able to replicate the behavior i’m seeing as well.

    #20216

    In reply to: FailedMessage Schema?

     

    There are some articles floating around on exception management. See http://biztalkhotrod.com/default.aspx , the recent issue has a article about exception management and the enabling of tracking on receive / send pipelines and creating a fault message for orchestrations. There are different schemas for the receive and send pipeline error messages, and the orchestration fault message is custom created. Check out the article, it is a solid approach for exception management.

     

     

    When i executed SELECT @@VERSION i found as follows
    Microsoft SQL Server 2000 – 8.00.2039 (Intel X86) May 3 2005 23:18:38
    Copyright (c) 1988-2003 Microsoft Corporation Personal Edition on Windows NT 5.1 (Build 2600: Service Pack 2)
    I followed the instructions on this MS article: http://support.microsoft.com/default.aspx?scid=kb;en-us;829091
    My current Sqldedev.dll’s File Version is 2000.080.2039.00
    Then i inserted sql server 2000 CD which i installed just before and found this file’s( in \x86\binn folder )File Version is
    2000.080.0194.00
    I copied it to C:\Program Files\Microsoft SQL Server\80\Tools\Binn Folder,but still i see red cross mark near Database Components and
    when i am going to enable it shows me the same repeated message that “Database components require a qualified version of sql server in the machine”
    Please help me.

    #19814

    On the plus side choosing XSLT instead of the mapper, I should acknowledge that there are several things that the Biztalk Mapper does not do easily. So from a capability standpoint, you can do certain things far more easily with the straight XSLT, as we see in this thread’s example.  In my solution to preserving the graphical mapping, I would have had to cache keys and use external scripting – esentially using a lot of tricks. Greg’s XSLT solution is a far more elegant in directly solving the problem without tricks to get around limitations.

    The latest issue of BizTalk HotRot has a detailed article on the Smart use of straight XSLT.  There are a number of considerations to factor into the decision, such as performance, large file support, etc.  I highly recommend to anyone interested in this thread to read the article.

    Article by Scott Colestock on P28 of the current issue:  http://cid-b6c859f7a5f75e63.skydrive.live.com/self.aspx/Public/Q2FY08_biztalk.pdf

    Biztalk hotrod main site:  http://biztalkhotrod.com/default.aspx

    #19297

     Hi.
    This is good information:

    http://www.webservertalk.com/archive178-2004-10-440225.html

    http://msdn2.microsoft.com/en-us/library/ms946833.aspx

    http://www.cubido.at/Blog/tabid/176/EntryID/142/Default.aspx

    Most of this is BT2004, but I think that also apply to BT2006.

    I tried to develop my custom .net component the way it is described:

    namespace Communicate.TimeDifference
    {
        //[Serializable]
        public class TimeDifference : IFactCreator
        {

           
            public TimeDifference()
            {

            }

            public string PrintTestString()
            {
            return “Testing a custom .net component”;
            }

        //Then we are supposed to add this code (thay say…), in the same class

        public object[] CreateFacts(RuleSetInfo ruleSetInfo)
            {
                object[] o = new object[1];
                o[0] = new Communicate.TimeDifference.TimeDifference();//your custom class here
                return o;
            }

            public Type[] GetFactTypes(RuleSetInfo ruleSetInfo)
            {
                Type[] t = new Type[1];
                t[0] = new Communicate.TimeDifference.TimeDifference().GetType();
                return t;
            }

        }
    }

    I compile, put it in the gac, anf then using the PrintTestString() in a rule. But it will not fire.

    I think I am into something here. Are we suppose to use Assert in the rule?

    I am going to do more research on this now, and will provide any useful info! 

    Hello,

     I am facing a problem with open my BAM portal. I am only the user for my laptop. I am running IIS 7.0. I Also set the authentication mode to “Windows” in the Web.config .

    If anyone has any ideas to help me resolve this, it would be much appreciated.

    Below is the error message I receive.

     

    . <system.webServer>
      <security>
        <authentication>
          <anonymousAuthentication enabled=”true” userName=”” />
        </authentication>
      </security>
    </system.webServer>

    2. My webconfig looks like

    <identity impersonate=”false />  <authentication mode=”Windows />

    <authorization>
      <allow roles=”* />
    <!– <deny users=”*” />
     
     
    I am getting error
     

    HTTP Error 500.0 – Internal Server Error

    Description: The page cannot be displayed because an internal server error has occurred.

    Error Code: 0x800700b7

    Notification: BeginRequest

    Module: ConfigurationValidationModule

    Requested URL: http://localhost:90/default.aspx

    Physical Path: C:\Program Files\Microsoft BizTalk Server 2006\BAMPortal\default.aspx

    Logon User: Not yet determined

    Logon Method: Not yet determined

    Failed Request Tracing Log Directory: C:\inetpub\logs\FailedReqLogFiles

    Handler: PageHandlerFactory-Integrated

    Config Error: Cannot add duplicate collection entry

    Config File: \\?\C:\Program Files\Microsoft BizTalk Server 2006\BAMPortal\web.config

    Config Source:

       59:     <httpModules>
       60: 	<add name=”UrlAuthorization” type=”System.Web.Security.UrlAuthorizationModule” />
       61:     </httpModules>
    

    3. Below you will find the FREB trace.

      

      

    IIS Trace Detail Highlights

    No. EventName Details Time
    19.
    n

    n
    r
    MODULE_SET_RESPONSE_ERROR_STATUS
    Warning
    ModuleName=”ConfigurationValidationModule”, Notification=”BEGIN_REQUEST”, HttpStatus=”500″, HttpReason=”Internal Server Error”, HttpSubStatus=”0″, ErrorCode=”Cannot create a file when that file already exists. (0x800700b7)”, ConfigExceptionInfo=”\\?\C:\Program Files\Microsoft BizTalk Server 2006\BAMPortal\web.config ( 60) :Cannot add duplicate collection entry “

     

    <!–

    #17898

    How about this one (http://www.codit.be/Default.aspx?tabid=28):

    Product:

    PDF Generator

    Version 1.0

    What?

    Transforms any XML message into a PDF Document with BizTalk Server.

    Description: PDF encoder pipeline component for BizTalk.
    CustomerReferences:
  • ABX
  • Unilin
  • Detail: This BizTalk pipeline component can be used on any BizTalk Server 2004/2006 out-of-the-box environment to generate a custom PDF file as output. No particular configuration is needed. Extremely simple to use.
    Benefits:
  • Submit easily raw data in PDF documents to users.
  • No extra components requied.
  • Exceptionhandling done as a regular BizTalk Framework pipeline component.
  • 2 reasons to buy: 1. Archiving documents in human readable format.
    2. Converts XSL:FO to a PDF document.
    Requirements:
  • Microsoft Windows XP or 2003
  • Microsoft BizTalk Server 2003 SP1
  • Microsoft .NET FrameWork 1.1
  •  

    #17877

    Besides using the Sharepoint adapter, which enables you to:
     – receive and send documents from/to WSS document libraries and form libraries
     – document filtering based on WSS views
     – archiving of documents
     – promoting of document properties,

    you can deploy BizTalk orchestrations as web services and use SharePoint DataViews to show the results of the web service calls.
    However keep in mind that BizTalk is not (yet) your best choice when it comes to realtime processing. So when it comes to show data in SharePoint which comes from BizTalk orchestrations, it's best to deploy only simple/fast orchestrations as web services.

    More information about the WSS adapter can be found at the blog of Adrian Hamza (http://blogs.msdn.com/ahamza/default.aspx).

     

    #17765

    And you can also have a look at this blog: http://excel.codebetter.com/blogs/jeff.lynch/default.aspx

    The MS TechNet also might contain usefull information:
    http://www.microsoft.com/technet/prodtechnol/comm/2007/csbizintegrate.mspx

    #17463

    In reply to: Exception Handling

    #17148

    [quote user="Anonymous"]

    Hi,

    I think that I have checked everything I could but nothing help with that error. I have one "client" orchestration which try to call another one which have published as a webservice. This sample find from MS site:

    http://msdn.microsoft.com/biztalk/downloads/samples/default.aspx "Publishing and Consuming Web Services with SOAP Headers "

    I have used sample files but build and deployed it with BT 2004 cause of our client BT version. Can anyone help and offer some kind of check list for that error?

    Event Type: Warning
    Event Source: BizTalk Server 2004
    Event Category: BizTalk Server 2004
    Event ID: 5740
    Date:  18.9.2006
    Time:  15:49:11
    User:  N/A
    Computer: DEMOAPPSERVER
    Description:
    The adapter "SOAP" raised an error message. Details "System.Web.Services.Protocols.SoapException: Internal SOAP Processing Failure —> System.Runtime.InteropServices.COMException (0xC0C01666): Exception from HRESULT: 0xC0C01666.
       at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.InternalInvoke(String functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[] outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders, ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces, SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object cookie)
       at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[] outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders, ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces, SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object cookie)
       — End of inner exception stack trace —
       at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[] outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders, ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces, SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object cookie)
       at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[] outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders, ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces, SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled)
       at SoraWebService.PurchaseOrderProcessing_POProcess_WSPOPort.WSPO(PO part)".

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

    [/quote]

    #16776

    In reply to: Need help

    See the SDK that installs with the product (C:\Program Files\Microsoft BizTalk Server 2006\SDK\Samples) or here … http://msdn.microsoft.com/biztalk/downloads/samples/default.aspx.

    #16692

    Also check out this brand new KB article on how persistence works .. http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b926627&sd=rss&spid=1444.

Viewing 15 results - 16 through 30 (of 62 total)