community-content

Forum Replies Created

Viewing 15 posts - 8,026 through 8,040 (of 9,652 total)
  • Author
    Posts
  • in reply to: Receive Port no more listening #13744

    [quote:50671d859e]So, I checked the Administration Console and the Event Viewer > System and I have always that kind of information message: \”The BizTalk Service BizTalk Group : BizTalkServerApplication service entered the stopped state.\” or \”The WinHTTP Web Proxy Auto-Discovery Service suspended operation\” around the time the received port stops responding. [/quote:50671d859e]

    Well, if the Biztalk service is stopped, nothing is going to happen. That has bit me a few times, I assume the BT Service is running but for some reason it is stopped and I go crazy chasing down rabbit holes.

    If you restart the Biztalk Service, what happens? Does your FTP work for a while, then it shuts down, or does it shut down immediately with the same error as above?

    in reply to: Receive Port no more listening #13739

    Re!

    I haven’t try the UNC because I MUST work with the FTP…

    So, I checked the Administration Console and the Event Viewer > System and I have always that kind of information message: \”The BizTalk Service BizTalk Group : BizTalkServerApplication service entered the stopped state.\” or \”The WinHTTP Web Proxy Auto-Discovery Service suspended operation\” around the time the received port stops responding.

    Do you think there’s a link between my problem and those messages?

    Thk!

    in reply to: problem with attribute promotion #13799

    Maybe you just need a second pair of eyes – to double check everything?
    Are you dropping the right message? Is the attribute spelled correctly? Is the value in the filter spelled correctly? One upper-lowercase letter that is wrong can blow the whole thing! I often go to a co-worker and have them do a sanity check. Often when I am explaining to them, I see my error.

    in reply to: access ArrayList #14808

    Hi all,

    I call my Orch as a WebService with parameters putted in ArrayList.
    What is the best way to access the parameters (are strings) from the orchestration that are in ArrayList?

    Thank your in advance,

    tox

    in reply to: hexadecimal 0x40 #14715

    Hi all,

    the problem was, that I returned a xml schema as output of orchestration. The format of Email was e.g. John Walker<[email protected]>

    If I put this \”string\” in a xml document then the tags will be interpreted as an extension of xml document. My solution was to search in a string for position of \”<\” and for the position of \”>\” and additionally to read the value between these to values.

    they idea with wrapping in CDATA seems to be very good. I should try it.

    tox.

    in reply to: problem with attribute promotion #13797

    Kiran,

    There should be no difference between elements and attributes when it comes to property promotion. The property value is extracted using xpath that can access elements and attributes.

    The way properties are promoted can be a complicated process, involving pipelines, pipeline components, schema definitions, orchestrations, correlation sets and other factors that I cannot remember.

    In order to assertain why your attribute properties are not being promoted properly, you will need to explain in detail how the message is being processed. From adapter to messagebox, including the schemas that are involved, how these were created etc. The pipeline and what components you are using.

    in reply to: problem with attribute promotion #13792

    walter

    i think you have not understood my problem, iam able to use elements properly without error, attributes when iam using receive shape filter iam getting this error

    in reply to: Remote deployment to GAC #13814

    I think we did it once, but I don’t have access to the code.
    Look into WMI (Windows Management Instrumentation).

    in reply to: newbie and simple project #13762

    Thank you very much – i’ve already made a c# module and it works perfectly. The adapter would be a better solution, because there will be a second part of this project, where SQL receive port looks as the best solution, but there is no chance for buy oracle adapter now. I will have to find some other way. BTW – I use BTS2004 for this project so – as you said – no oracle adapt in a bundle.

    Thanks for all help

    Peter

    in reply to: EDI problem #14788

    [quote:ba911e806a=\”Nar_BTS\”]are you using Covast EDI STUDIO.

    verify sorce file data format header(INVOICD 93A14 UNEAN008) and Covast INVOICD Header Format.

    in both cases INVOICD 93A14 UN E AN008 should same.

    verify source format content \”UNOA:2\”

    give a triy, not 100% sure.

    Nar-[/quote:ba911e806a]

    Thanks for your input!

    I’m not using Covast EDI STUDIO. If I delete the EAN008 assignment code in the UNT segment of the original message biztalk begins with message processing… resulting in a number of errors… Is there anywhere one can specify the assignment code EAN008 in biztalk 2006?

    /jakob

    in reply to: Orchestration design question #14800

    Errrr – you dont even want to know.
    I wasnt restarting the host instance 🙁

    I’ll never ignore that warning again in my life!

    Thanks once again Greg for pointing me in the right direction, I really appreciate it!

    in reply to: Orchestration design question #14799

    All files will be comming into an FTP location, I am under the impression we can identitfy them by either part of the file name or the targetnamespace in the xml file. I may have to wait until unit testing with the client to make sure that is the case. The specs are a tad vaigue 🙁

    Also wanted to validate the schemas in a pipeline so I thought I may need different locations for each schema comming in. If that ends up being the case I will have to ask for that, unless i can pull tricks in the pipeline, or we end up not validating the schemas. Our schemas were built to lose so even if they validate ok we could still end up with issues inseting the data into the db:( I didnt have control over the schema creation & it is our first time doing this so we will surely learn from our mistakes for next time.

    Good info though thanks.

    As for the orchestration, I’m not sure why it is dehydrating with schema 2 (the right branch of the orch), both workflows are doing the same, schema in, map to updategram, get response back from sql adapter and send it to an folder. When i went into the orchestration debugger it looked like the schema 2 was recived by the wrong receive shape (the left side) and it kept retrying and retrying and retrying, never left the receive shape. Then eventially dehydrated i guess. I better double check all my properties on everything again. My branches never merge back together. I also noticed I was using default passthrough for the receivehandler, instead of xmlreceive. Think that has anything to do with it?

    I’ll recheck everything again & then try to narrow things down with the debugger. Thanks for your response.

    in reply to: Orchestration design question #14802

    Different receive locations may be required if you need different pipelines or even different adapters. If you can receive and identify the different message types with one receive location, then there is no problem with that.

    If you are able to initiate the orchestration with two different message types, then that should be the forst problem solved.

    The listen shape will follow the path of which ever message was received. The other path will be ignored.
    An orchestration being dehydrated just means it is waiting for something.
    What is happening after the activate receive on the path that results in the orchestration dehydrating

    in reply to: Orchestration design question #14798

    This is exactly what i was looking for. Thank you!

    I still have a problem though, the left branch works fine, but the right branch gets dehydrated and never completes. Any ideas what I am doing wrong? I tried a few different configurations to no avail.

    You mention…
    [quote:2f86586f50]Both receives will need to subscribe to the same port, butr you can multiple receive locations.[/quote:2f86586f50]

    This may be where I’m going wrong. We were planning on having all messages come in to the same file location.

    in reply to: Orchestration design question #14801

    Use a listen shape, with two receive shapes, one for each message. Both receives will need to subscribe to the same port, butr you can multiple receive locations.

Viewing 15 posts - 8,026 through 8,040 (of 9,652 total)