community-content

Forum Replies Created

Viewing 15 posts - 9,496 through 9,510 (of 9,652 total)
  • Author
    Posts
  • in reply to: Oracle Adapter #12212

    Yes,

    It should be compateble, because I installed BizTalk Utilities, which contains an Oracle Adapter, but It’s said that we should install an Oracle client!

    That’s what I’ve done, but there is always the same error message 🙁

    The responsible of bizTalk Utilities who sent me the license file sais that I had to install the version 10….

    I sent him an e-mail, and he replied:
    \”I’m assuming that you did set up the TNS for the Oracle Data Source etc.
    I think you’re facing a permissions problem here. Give everyone access to the Oracle folder including its subfolders\”

    I tried to check it but nothing 🙁

    what am I doing wrong ?!? :-((

    in reply to: breaking continuous records into desired format #12129

    Ok, you are getting past my XSLT knowledge

    You might want to try using some type of If logic and checking the input node name to get it to work. Maybe even pass in a default value if the node is null.

    Just some thoughts.

    Hope this helps.

    in reply to: Problem with BizTalk Mapper merging two messages to one. #12201

    You might also want to try putting them all in different assemblies – or at least not putting the map with the orchestration. You should be ok putting schemas and maps together.

    Just something else to try.

    in reply to: Oracle Adapter #12216

    Is the Oracle Adapter you are trying to use compatible with Oracle 10g?

    I know the Microsoft Adapter for Biztalk 2006 (a.k.a. iway adapter) is but there are a lot of other Oracle Adapters out there.

    You might be better off contacting the vendor.

    in reply to: Web service call fails #14232

    I fixed this by adding <?xml version=\”1.0\” encoding=\”utf-8\” ?> to the
    beginning of the string.

    Everything works now.

    in reply to: Web service call fails #14231

    Unfortunately, all I have in the xsd is:

    <xs:element name=\”user\” type=\”tns:user\” />
    <xs:complexType name=\”user\” mixed=\”true\” />

    in reply to: biztalk wse adapter #12210

    I would guess you could set this is message context properties.

    When you construct the message you are going to send inside the Orchestration, see what WSE properties are available.

    It would look like this: youMesage(Something) = “your value”

    I would guess WSE would have there own set of properties you can set, probably starts with WSE.

    Hope this helps.

    in reply to: Problem with BizTalk Mapper merging two messages to one. #12200

    If you wanted to zip up the project, I would be happy to take a look at it.

    You can find my email on the contact page or in my profile.

    in reply to: using promoted property(Input Schema) in Send Pipeline #12115

    Thanks Man, I am able to achieved with promoting the property.

    in reply to: Problem with BizTalk Mapper merging two messages to one. #12204

    Stephen

    Thanks for taking the time to look at this and reply.

    We have started with new projects in case anything was corrupted, but the same problems apply. The namespaces have not changed, and as yet we have not really started the mapping process – I wish we could get that far – most of the fields we are after are those not visible in the complex schema.

    I will try to reproduce this in a simple contained project and post back the results of this.

    Regards
    Mark

    in reply to: SAP Adapter error #12207

    This sure sounds like an error on your send port. Are you sure it is enlisted, started, and the filer is set up correctly?

    You can always test it by adding a 2nd Receive Location to your receive port. Set this to file and then drop a test message into that location.

    The routing report should be in HAT. I think it is adapter specific – so the error message will always say that even if the adapter does produce an error report. That would be the case.

    in reply to: Web service call fails #14235

    Can you look at the complex type and see how it is defined? It should be in the schema someplace. I would have guessed it was a string

    Maybe something else is wrong someplace.

    in reply to: Problem with BizTalk Mapper merging two messages to one. #12199

    Did any of the namespace change since you created the map?

    About the only other thing I can think of is to re-import you source schema and more or less redo the map. Make sure you redo the transform shape as well. I have seen that work in the past.

    If you get it to work, please let me know.

    in reply to: SourcePartyID #12158

    I think that is all you need to do. Just make sure that is the host you are using on the Receive Adapter.

    Other then that, I do not have any other ideas.

    in reply to: Flat File to string inside Orchestration #12189

    Thank you for your answer. I’ve been trying to do some experiments these days 😉

    I’ve tried to use Loopback adapter from El Grego ([url]http://geekswithblogs.com/gwiele/archive/2004/11/10/14737.aspx[/url])

    I had no luck, the send pipeline it’s configured with a Flat File Assembler and the receive one is pass through and expects a System.Xml.XmlDocument. The problem is that it’s trying to validate it and fails. I’m a bit confused now.

    Probably I will try tomorrow to make a dummy orchestration and call it from the first one.

Viewing 15 posts - 9,496 through 9,510 (of 9,652 total)