community-content

Forum Replies Created

Viewing 15 posts - 8,491 through 8,505 (of 9,652 total)
  • Author
    Posts
  • in reply to: Correlation between 2 orchestrations #14543

    When I’m at home, I will post the images because I can’t use fpt on my work

    grtz

    in reply to: FlatFileDisassembler doesn’t work #14548

    That didn’t really worked as well as I hoped. I forgot about the size limit.
    Can you email me the schemas

    in reply to: FlatFileDisassembler doesn’t work #14552

    I deleted this input for better cause

    in reply to: Polling interval #13413

    You might like to check out this sample from Stephen Thomas:
    [url]http://www.biztalkgurus.com/Samples/Limit-Running-Orchestration.html[/url]

    in reply to: FlatFileDisassembler doesn’t work #14547

    Can you post your header and body schemas

    in reply to: Correlation between 2 orchestrations #14540

    A correlation set is used to match an incoming message with a particular instance of an orchestration.
    What is it about the *.txt file that will match to this particular orchestration instance.
    When is the file created, The file receive adapter will read the file and publish to the message box, if your orchestration instance is not already waiting to receive this message you will get a routing failure.

    in reply to: FlatFileDisassembler doesn’t work #14551

    didn’t thought of that to fill in, so it stand on the default –> 1

    now i see in my queue 1 message, with de header and all the records.
    it must become several messages with one record.

    thx Thomas

    in reply to: FlatFileDisassembler doesn’t work #14550

    hi,

    this is my situation.

    I put in a folder the file \”OrderSystem_Output.txt\”
    in this file you have this:
    [quote:d6e6a3954b]Order_ID,Productname,Count
    tg123,window,456
    edkelp,somethinelse,1234[/quote:d6e6a3954b]

    so this file is received and a receivepipeline is invoked in the port.
    in de pipeline you see in disassemble that there is a flatfiledisassembler where the document schema = flatfile_body
    and the header schema = flatfile_header

    these two schema’s have been created with the flatfile-schema-wizard. and the flatfile is logicaly the \”OrderSystem_Output.txt\”

    what do we do next, we transform the bodyschema to a sendschema where the relations are set correct.
    and then it sends to a sendport who sends it to the message queue.

    what i get in the message queue is everything what is in the OrderSystem_Output.txt file. but in 1 queue-file.

    I’d like to have this in multiple queue-file’s (for the size of records, if there are 5 records, there must be 5 queue-file’s. if there are 6, then it would be 6 queue-files)
    But this without the header.

    But i don’t get that…
    where did i do something wrong?

    kind regards
    Thomas Desmet

    in reply to: Correlation between 2 orchestrations #14542

    first orchestration:

    I have a receive port (request/response) that receives a purchase from a website using SOAP. The response is sent back to the website.

    Then I call the second orchestration. In the second orchestration, I map the purchase to a order and sent (request/response) it to the ordersystem (webservice) using a WebportType.

    The reponse from the webservice is mapped to a responseOrder but in the schema I use only a status field which can have \”ACK\” or \”NAK\”. The order details aren’t added to the response schema.

    Then I leave the second orchestration and it moves on with the first one.

    On the first orchestration, I have a receive port which receives .*txt files.

    When I’m try to build, I get the following message:

    <
    you must specify at least one already-initialized correlation set for a non-activation receive that is on a non-selfcorrelating port
    >
    So I thaught I needed correlation. That’s the story

    grtz

    in reply to: Import Biztalk Assembly from file fails #13417

    And here:
    [url]http://www.winterdom.com/weblog/PermaLink,guid,496.aspx[/url]

    in reply to: Import Biztalk Assembly from file fails #13416

    There is also this KB article, describing a similar problem

    [url]http://support.microsoft.com/?kbid=843543[/url]

    In the first place, we installed sql express but I won’t work with biztalk. You cannot use sql express with biztalk.

    grtz

    I am not sure whether Biztalk 2006 support SQL Express.
    I know Biztalk relies on the SQL Agent Job Scheduling Service which is not included in SQL Express.

    The recommended SQL 2005 editions are Standard and Enterprise, I guess the Developer edition will also work.

    in reply to: Correlation between 2 orchestrations #14541

    I have a little question. I have 2 orchestrations. The first one calls the second. In the 2nd orchestration, there is a solicit / response port.
    After the second is called, the first one moves on to the next receive port.
    But on this receive port, my orchestration stops and it is waiting for something.

    My question is, where do I have to make correlation sets? In the first orchestration or the second orchestration?

    greetings

    in reply to: No subscribers, or no promotion #14535

    thank you so much, it finaly works!!

    Greets

Viewing 15 posts - 8,491 through 8,505 (of 9,652 total)