community-content

Forum Replies Created

Viewing 15 posts - 7,591 through 7,605 (of 9,652 total)
  • Author
    Posts
  • in reply to: Open Projects Biztalk Server 2004 #15128

    I did It!! Thanks!!

    in reply to: loop inside expression #14064

    It is a bit complicated – generally I have to make inserts into oracle db from biztalk 2004 without any third-party connector. So I have expression and call external code to do that. In my xml there are \”duplicated\” keys – like:

    <rootItem>
    <child>
    <param1 val=\”1\”>
    </child>
    <child>
    <param1 val=\”2\”>
    <child>
    </rootItem>

    I can not force biztalk to make me access to both <child> sections in my orchestration – whatever I try, i have access (via message, promoted fields, etc) only to one of them, not sure now, but probably the last one <child> section. So I think about parsing xml manually in external code (I know, its ugly) and my oracle stuff there. I thought about looping over my <child> section and call some method there, but if it is not so clear to have a loop, I could make everything in an external code.

    in reply to: Open Projects Biztalk Server 2004 #15127

    Hmm…
    But when I doing Double Click on the *.sln File, I don%u00b4t found the conversion tool… only I have two options: open with the Microsoft Visual Studio Version selector, or Visual Studio 2003..
    Thanks!

    in reply to: redeploy referenced orchestration #15150

    First unenlist and undeploy the orchestration.
    than go to the properties of the solution and update the assembly version to:
    1.1.0.0

    Then recompile and re-deploy, and see how it goes!

    in reply to: Open Projects Biztalk Server 2004 #15129

    Double click on the xxx.sln file and run the conversion tool! 🙂

    in reply to: parsing an edi file before it reaches the ediadapter? #15040

    The codelist is located:
    C:\\Program Files\\Microsoft BizTalk Server 2006\\EDI\\Adapter\\CodeLists
    (by default)
    You have to add a new table with the same \”nomenclature\” as the other tables but with D96.

    I recomend you to use a D95A as base, and add the new values.

    in reply to: EDI Unlisted Document version – Translation Failed #15142

    What base schema are you using?

    That error you are getting is probably some \”invalid\” (for the subsystem) filed on the header of the file!

    in reply to: redeploy referenced orchestration #15151

    Hi All
    I have generic error handling orchestration.
    In any orchestration im calling that orchestration to handle my exceptions.
    When I want to change and deploy my error orchestration im getting this error:

    Error 6 Failed to add resource(s). Change requests failed for some resources. BizTalkAssemblyResourceManager failed to complete end type change request. Cannot update assembly \”ErrorHandling, Version=1.0.0.0, Culture=neutral, PublicKeyToken=13c7f9a200923443\” because it is used by assemblies which are not in the set of assemblies to update.
    To update the assembly, remove the following assemblies:
    CustomXSL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8c73567b7f53264b
    ERPActions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cbb876e94724b450
    OLMBT, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6d157e005499ec4f

    What should I do?
    This assembly is used by other assemblies

    10x!

    in reply to: Reference an attribute #13565

    Did you tried xpath using
    //test[@ns2:PaymentFrequencyType]

    I hope this will help.
    😛

    in reply to: Catch exception strategy #15120

    thanks!

    in reply to: fat File disassembler #15137

    When you select the schema inside Visual Studios, right click on it. Go to Properties. Set the Input Instance file name to your test document.

    Change the validate input instance from Xml to Native.

    Then, right click and validate instance.

    It’s that easy.

    in reply to: BizTalkServerApplication stops processing messages #14028

    Have you taken a look and see if perhaps you’re running out of threads in the thread pool? This can be quite common if you have lots of receive locations and send ports (I don’t know how the MQSeries adapter behaves, but the MSMQ adapters are notoriously hungry for threads).

    Here are some tips on how to control BizTalk’s threadpool:
    http://blogs.msdn.com/kevinsmi/archive/2005/05/04/414749.aspx
    http://www.traceofthought.net/PermaLink,guid,273a4374-40fc-4fe4-bbe6-833aa3c84022.aspx

    in reply to: Open Projects Biztalk Server 2004 #15130

    [quote:b695465713=\”lucky027 \”]Hello!!
    How can I Open projects biztalk 2004 in biztalk server 2006?
    Thanks![/quote:b695465713]

    Normally, your BizTalk 2004 (VS2003-based) projects will be imported by the Visual Studio 2005 (with Biztalk 2006 developer tools) and migrated into the new solution format for 2005.

    in reply to: Use Biztalk Server 2006 with Visual Studio 2003 #15133

    [quote:d09dd98aa6=\”Anonymous\”]Hi all,

    May I kmow how can I use Biztalk 2006 with Visual Studio 2003?

    Thanks.[/quote:d09dd98aa6]

    BTS2006 runs on the .NET 2.0 framework, so you need Visual Studio 2005 to develop for it. The BizTalk 2006 developer tools won’t work on VS2003.

    in reply to: fat File disassembler #15136

    Ah!!!
    How I can confirm that this inbound text file validates my schema?
    Sorry, but I’am newbie…
    Thanks!!..

Viewing 15 posts - 7,591 through 7,605 (of 9,652 total)