community-content

Forum Replies Created

Viewing 15 posts - 8,281 through 8,295 (of 9,652 total)
  • Author
    Posts
  • in reply to: Promote Property and Map #13593

    Take a look at this: http://biztalkblogs.com/carlosmedina/archive/2006/03/23/355.aspx

    I think it will do what you want.

    in reply to: how can I map multiple records to a single record? #14663

    This doesn’t look like you’d need the looping functoid.

    Have you tried it without it?

    in reply to: how can I map multiple records to a single record? #14660

    Thank you Stephen.

    I saw your blog, still have problem
    here is the map I need to make:

    Source Destination

    Root Root
    Record1 Record
    item1 ————> item_a
    item2 ————> item_b
    Record2
    item3 ————> item_d
    item4 ————> item_e
    item5 ————> item_f
    Record3
    item6 ————> item_g

    is looping functoid only for multiple source records that have same structure?

    in reply to: Please Guide me I am Nnew with Biztalk server 2004 #13568

    Thanks Neal, so far you have guided me in e very possible manner.

    But, I am still facing one last problem:

    –> After initializing the correlation after folder B send and using the same correlation in the next receive, the application is building correctly and is getting deployed also, but,

    –> when I place a file in folder C, it is being taken from there for processing but [b:c49bff8a81]never appears [/b:c49bff8a81]in the folder D .

    –> I am unable to trace the problem ..Please guide me with it.

    I would definately like to appreciate the help you have given me so far, however, I would be gratified if you guide spare some time and guide me this one as well.

    One more thing, please also guide me if another application like C# application can be made such that a button in it could trigger my this Biztalk Apllication.i.e whenever I press the button in the C# application the BizTalk Server Apllication starts and takes the input from folder A.

    Thanks a lot.

    Hope to hear from you soon…

    Thanks Again…

    Rajat

    in reply to: how can I map multiple records to a single record? #14662

    Can you just use a simple String Concatenation Functoid?

    You might also want to look at one of my past blog postings: http://geekswithblogs.net/sthomas/archive/2004/10/28/13982.aspx

    Not sure if it will really help or not through.

    in reply to: How to migrate from 2004 to 2006 #14672

    I have done an upgrade from 2004 to 2006. We just put in the disk and follow the upgrade guide. We had few problems and it all works out well.

    To keep two separate environments, I think you’d just have to create a copy of your 2004 solution and open them in VS 2005 to upgrade them. The binding files (if you have them) will need to be updated or recreated.

    I think that’s about it. Not much to it really.

    But reading the upgrade guide was helpful (http://www.netscum.dk/downloads/details.aspx?familyid=B273269C-97E0-411D-8849-5A8070698E4A&displaylang=en)

    in reply to: BTS 2006 MS Help File Tutorial – Tutorial 1 Problem #14683

    I am doing the Microsoft BTS 2006 Tutorial 1 (which may in fact be the 2004 tutorial).

    I got it working once and have not been able to since. Their solution works. The only difference I can find – visually – is the orchestration (logical) ports are configured as \”specify now\” vs. – as the tutorial instructs \”specify later.\”

    Here is the error message I get in the Event Viewer – twice every time I drop a file into: C:\\tutorial\\Filedrop\\ReceiveRequest. I do not receive a resulting message in the destination filedrop location.

    ************ message 1 ***********************************
    Event Source: BizTalk Server 2006
    Event Category: BizTalk Server 2006
    Event ID: 5753
    Date: 5/15/2006
    Time: 11:10:03 AM
    User: N/A
    Computer: COMPU_NEW
    Description:
    A message received by adapter \”FILE\” on receive location \”ReceiveLocation_ReceiveReq3\” with URI \”C:\\tutorial\\Filedrop\\ReceiveRequest3\\*.xml\” is suspended.
    Error details: The published message could not be routed because no subscribers were found. This error occurs if the subscribing orchestration or send port has not been enlisted, or if some of the message properties necessary for subscription evaluation have not been promoted. Please use the Biztalk Administration console to troubleshoot this failure.
    MessageId: {CE8AEB16-E29A-4D39-9221-468F970388B7}
    InstanceID: {78EAE864-47A2-496F-A76B-B521E59FE881}

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

    ***********************************************************
    ************* message 2 ************************************
    Event Type: Error
    Event Source: BizTalk Server 2006
    Event Category: BizTalk Server 2006
    Event ID: 5778
    Date: 5/15/2006
    Time: 11:10:03 AM
    User: N/A
    Computer: COMPU_NEW
    Description:
    The Messaging engine failed to process a message submitted by adapter:FILE Source URL:C:\\tutorial\\Filedrop\\ReceiveRequest3\\*.xml. Details:The published message could not be routed because no subscribers were found. This error occurs if the subscribing orchestration or send port has not been enlisted, or if some of the message properties necessary for subscription evaluation have not been promoted. Please use the Biztalk Administration console to troubleshoot this failure.

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

    I find very limited information on the web.
    1) must have a filter – does not appear to the case in the MS solution
    2) all ports are enlisted and running (redundant if started)
    3) read-write privs in source and dest file folders.

    Any direction or insights would be greatly appreciated.

    I feel that there is something I am missing or the tutorial is missing (have already found one instruction missing) and this is important/critical to understand before moving on.

    Thanks,
    Phil

    in reply to: Please Guide me I am Nnew with Biztalk server 2004 #13571

    Well, get folder A and B working first.

    Then it’s a simple matter of correlation to handle C.
    When you send the message to B, specify an initializing correlation id that relates to a promoted field in your schema that is unique to the message. If there is nothing unique in the message, add a GUID to it and set the value of the GUID before you send it.

    The send to Folder B, will be followed immediately by a Receive from folder C (where you set the following correlation). The orchestration will dehydrate, waiting on the message to appear. When you drop the file in the C folder, Biztalk will try to match the correlation field(s) to any waiting orchestrations (if it matches fine, if it does not then you will get error).

    So to set the correlation do the following:
    1) Promote the field(s) needed to make the correlation unique
    2) Set up a correlation type in orchestration viewer (think of correlation type as a class)
    3) Set up a correlation set (think of this as an instance object of the correlation type).
    4) On the send (B), set the initializing correlation set
    5) On the receive (C), set the following correlation to the same correlation set used in step 4 above.

    Neal Walters
    http://Biztalk-Training,.com – Learn Biztalk Faster!

    in reply to: BizTalk Explorer – Receive Ports #13577

    So under the database name, you don’t see the following?
    Assemblies, Orchestrations, Roles, Parties, Send Port Groups, Send Ports, and Receive Ports?

    Maybe it is security? Are you in the Biztalk-Admin group?

    Neal Walters
    http://Biztalk-Training.com

    in reply to: Object reference not set to an instance of an object. #13590

    Presumably CISCOVLN_VA._3B18R11.Validate is your own .DOT code?
    In Biztalk, after you declare a variable (in Orchestration Viewer), you still must instantiate it (if the class is not static) in an expression shape before you use it the first time.

    CISCOVLN_VA = new yourClassName();

    Or the error could be coming from the C# code – hopefully it has been unit tested first!

    Neal Walters
    http://Biztalk-Training.com

    in reply to: biztalk server 2006 configuration #14675

    Hello

    I installed bizTalk 2006 on XP Pro SP2 with .NET 2.0 and SQL Server 2005. Installation was OK. But I can’t configure biztalk. I try to configure it as it is explained in its files, msdn. but it gives errors.

    I could just configure Enterprise SSO and MSMQT, Group not. so Biztalk runtime not too, and the rest.

    I made the project in msdn’s website, 1. tutorial, Tutorial 1_ Enterprise Application Integration.doc. I built the solution and then I wanted the deploy it on Satruday. boom!! every thing collapsed at this moment; after that moment, I try to configur bizTalk but unfortunately not. 😥

    I read its guides, tutorials, bu it did not help.
    is there a trick way?
    what do I forget?
    how did you make this?

    thanks

    hilal

    in reply to: Configuring the timeout for a Send Port #14641

    You can use SOAP.ClientConnectionTimeout

    Put the following in a message assignment:
    [code:1:04ffa04300]The_Message_Youre_Sending(SOAP.ClientConnectionTimeout) = 1800000;[/code:1:04ffa04300]

    And you will have a 30minute (1800000 milliseconds) timeout instead. But for operations that can take several hours you’re probably better off using greg’s methods.

    in reply to: Subscribers without namespace #13583

    HI,

    VS.NET add default namespace to your messages. i.e ProjectName. Juss try to give ProjectName#RootName.

    Mohit

    in reply to: BizTalk Explorer – Receive Ports #13579

    Hi,

    I am new to BizTalk. I wanted to receive ports through biztalk explorer. But when I open BizTalk explorer I see BizTalk configuration databases alone.
    No child node present. I am unable to add receive ports as mentioned in one of the example.

    Let me know how I should proceed.

    Thanks in advance
    [/b][/url]

    I have 2006 Ent Ediotn running on XP.

    I think I put Ent Edition of 2004 on my XP too. But again, I’d have to double check the installation guide.

    You have to make sure you have SQL 2000 Dev Edition though.

    To give details on the steps to install it would.. well…take a long time. Chances are, it is going to fail the first time. I just have no luck installing 2004.

    If you have a specific question, I might be able to help better.

Viewing 15 posts - 8,281 through 8,295 (of 9,652 total)