community-content

Forum Replies Created

Viewing 15 posts - 5,656 through 5,670 (of 9,652 total)
  • Author
    Posts
  • in reply to: Correlation property #17915

    Bibi,

    Correlation Types can be shared within your BizTalk project, but each orchestration needs its own Correlation Sets since they are bound to the shapes of the particular orchestration.

    Hope this helps.

    in reply to: PDF adapter pipeline for Biztalk? #17914

     

    Not bad! I'll try it. Would be great if it works with 2006 as well!

    Thanks!

    in reply to: does one need a licence key to install … #17913

    I've installed it now, license key was hardcoded on the DVD…

    No info about that then we bought the product.

    Quite funny we contacted our local microsoft office for support… they didn't even know what biztalk was… 🙂 !

    in reply to: PDF adapter pipeline for Biztalk? #17912

    Thanks!

    I also found this one:

    http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=78C0FD43-E4C3-4DCF-AF23-FE72F317891A

     It seams to work with bt 2006 if you convert the project…

     

    See if the article below helps you.

    http://biztalkblogs.com/nishil/archive/2006/12/21/1543.aspx

     

    I typed in the above stuff.without going through thread..Stephen has configured the post in such a way that nobody can delete it.

    Stehpen.. seems u shd give users permission to delete their post at any time.

    in reply to: Configuring Biztalk Server 2006 #17908

    And the problem is …

    in reply to: Obtain AUTHENTICATION TOKEN VALUE FROM WIN LOGON USERS #17907

    Hi Gurus,

    Any sugestion??

    Here is much more clearer picture, i am using biztalk for CRM – CDM integration.

    At the moment biztalk uses ( default admin a/c ) for accessing document from CDM. The requests comes from CDM.

    Both CDM and CRM are Windows Aunthentication enabled.

    At the moment no matter A,B, Z searches for documents he/she ends up using the  biztalk a/c for searching documents, for audit purposes and also for security purpose this is not helping.

    I am looking for a quckest way to pass on the token from crm through biztalk to cdm. ( if there is other ways of doing this please do mention)

    Many thanks in advance.

     

     

     

     

    Thanks Lex!

    in reply to: Question about performance … #17904

    Q)..Is there a imapct on performance for a map when the scripting functoids refers to external assemblies v/s inline C#/VB.NET? What are the best practices in industry?

    A)..But obvious calling a .net External Class is expensive as compared to inline C#.

    Reason being it needs to load the assembly in the memory space and then execute the corresponding method.

     

     

    in reply to: Question about performance … #17903

    Q)..Is there a imapct on performance for a map when the scripting functoids refers to external assemblies v/s inline C#/VB.NET? What are the best practices in industry?

    A)..But obvious calling a .net External Class is expensive as compared to inline C#.

    Reason being it needs to load the assembly in the memory sace then excute the preasribed method.

     

     

    in reply to: Error Connecting two orchestrations- Can anyone help #17901

    If you're running BizTalk Server 2004 with SP1 (N.B. not SP2 ! ), applying hotfix KB895175 might help you out.

    in reply to: Error Connecting two orchestrations- Can anyone help #17900

    [quote user="Anonymous"]Hi,

    I am trying to call another orchestration within an orchestration using the Call Orchestration tool.

    Ex. orchestration1 will call orchestration2

    orchestration1 is has a \"parallelAction\" to activate two actions:
    [b:9624c72344]action one[/b:9624c72344]: to send an xml message to another orchestration (orchestration3, say) using the Direct Binding mechanism.
    [b:9624c72344]action two[/b:9624c72344]: to call another orchestration (orchestration2)

    orchestration2 is going to do a mapping to a database to save a certain record.

    When I tried to test it I got this long error:

    Microsoft.XLANGs.Core.PersistenceException: Exception occurred when persisting state to the database. —> Microsoft.BizTalk.XLANGs.BTXEngine.PersistenceItemException: A batch item failed persistence Item-ID 8fc8316d-7285-4bdf-ba2f-5119895bea63 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. . —> Microsoft.BizTalk.XLANGs.BTXEngine.PublishMessageException: 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. —> Microsoft.XLANGs.Core.PersistenceException: Exception occurred when persisting state to the database. —> Microsoft.BizTalk.XLANGs.BTXEngine.PersistenceItemException: A batch item failed persistence Item-ID 8fc8316d-7285-4bdf-ba2f-5119895bea63 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. . —> Microsoft.BizTalk.XLANGs.BTXEngine.PublishMessageException: 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.
    — End of inner exception stack trace —
    — End of inner exception stack trace —
    at Microsoft.BizTalk.XLANGs.BTXEngine.CommitManager.Commit(IBTMessageBatchEx[] batches, Segment seg, IBTOperationStatus& s)
    at Microsoft.BizTalk.XLANGs.BTXEngine.TransactionBatch.Commit(IBTMessageBatchEx[] batches, ITransaction transaction, IBTOperationStatus& s)
    at Microsoft.BizTalk.XLANGs.BTXEngine.BTXXlangStore.Commit()
    — End of inner exception stack trace —
    — End of inner exception stack trace —
    — End of inner exception stack trace —
    at Microsoft.BizTalk.XLANGs.BTXEngine.BTXXlangStore.Commit()
    at Microsoft.XLANGs.Core.Service.Persist(Boolean dehydrate, Context ctx, Boolean idleRequired, Boolean finalPersist, Boolean bypassCommit, Boolean terminate)
    at Microsoft.XLANGs.Core.ServiceContext.PendingCommit(Boolean ignore, XMessage msg)
    at Microsoft.XLANGs.Core.ExceptionHandlingContext.PendingCommit(Boolean ignoreCommit, XMessage msg)
    at Microsoft.BizTalk.XLANGs.BTXEngine.BTXPortBase.SendMessage(Int32 iOperation, XLANGMessage msg, Correlation[] initCorrelations, Correlation[] followCorrelations, Context cxt, Segment seg, ActivityFlags flags)
    at SamplePartnerPorts.Orchestration1.segment1(StopConditions stopOn)
    at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s, StopConditions stopCond, Exception& exp)
    Microsoft.XLANGs.Core.PersistenceException

    [b:9624c72344]Can anyone help? I will really appreciate it.[/b:9624c72344][/quote]

    in reply to: PDF adapter pipeline for Biztalk? #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
  •  

    in reply to: Question about performance … #17894

    I do not think you will have hundred instances of your orchestration. It will have your external assembly loaded just once and then the as BTS gets the new message, external assembly will be referenced to get your file read.

     If I were you, i will check how many instances are present in task manager when multiple messages comes. I think it will only take some extra time while loading the external assembly.

     

    Any Ideas!!!!!!!!!!!!!

    in reply to: Question about performance … #17893

    I do not think you will have hundred instances of your orchestration. It will have your external assembly loaded just once and then the as BTS gets the new message, external assembly will be referenced to get your file read.

     If I were you, i will check how many instances are present in task manager when multiple messages comes. I think it will only take some extra time while loading the external assembly.

Viewing 15 posts - 5,656 through 5,670 (of 9,652 total)