community-content

Forum Replies Created

Viewing 15 posts - 6,826 through 6,840 (of 9,652 total)
  • Author
    Posts
  • in reply to: Re:suggetion for Stephen #16135

    Thanks for the feedback.  I’ve looked into it…

     

    The big problem with it is liability on my side.  That is, if someone uploads a virus and people download it – that wouldn’t be good.  Maybe the next version of CS will have better anti virus screening.

     

    I think it’s rather easy to get MSN Space to share file.  That’s what I’d do for now.

     

    Again, thanks for the feedback!

    in reply to: Client Certificate SOAP Adapter Issue #16134

    Have you registered your Cert with the Host?

     

    Inside the BizTalk Admin, right click on the Host (not the instance).  You can assign cert there. 

     

    Also I have working with X509 certs with, um, another version of BizTalk.  I was unable to read from CurrentUser and had to use LocaComputer as a store.  Not sure why, but I think it was a permissions problem.

     

    Sorry I can’t be of more help.

    in reply to: Biztalk exception handling #16131

    Thanks. I figured that out. Would you know of any good reference books for BizTalk 2006

    in reply to: Nested IF XSLT #16130

    Hi Greg,

    I did created an another key for the category code and everything is fine but how i have to create the if statement like

    <xsl:if test="generate-id($categorygroup[1])=generate-id() and generate-id($group[1])=generate-id()">

    but it is not giving me the result i want, if i use one by one it is working but i need to put in same if statement with and operator. i mailed my xsl and input instance file.

    in reply to: Adding XML wrapper to EDI formatted Data #16129

    Thank you for pointing me to the send pipeline for adding the XML wrapper.

    in reply to: Client Certificate SOAP Adapter Issue #16127

    Steve,

    I am able to send the request and get respnse using .NET Code. I am also able to extablish a secure connection.

    If .NET can get certificate from the personal store what could be the issue with biztalk?

    Thanks

    Amit

    in reply to: Receive Port deletion error #16125

    are you using any custom pipelines in the receive port, change that to default.xml

    R-

    in reply to: SQL Adapter Access Response issue #16124

    Thanks for your response.

    What rights does the Biztalk Host Instance account have?  Is that also an admin? 

     Local account with admin rights.

    my m\c and sql server both are in same domain.

     Does that user have "execute" rights on the proc?  

     Yes i have excute rights on sproc

    in reply to: BAM Configuration #16123

    hi

    is that bam.xla that is present in office directory which is a add-in tool in excel.

     

    in reply to: Use of a schema element in orchestration #16119

    You can use the xpath function to access the message content.

    e.g. myString = xpath(msg, "string([xpath syntax])");

     http://msdn.microsoft.com/library/default.asp?url=/library/en-us/BTS06CoreDocs/html/f2e12409-bb77-4315-b03b-5c7736ae51d5.asp

    in reply to: Error Handling and Design Question #16118

    Regarding with your second question, you include one more filter ErrorReport.ReceivePortname="——————" and try it.

     

    in reply to: asyncronuous messaging with biztalk 2006 #16115

    thank you, that helps!

    in reply to: Custom Database Functoid #16114

    I cannot use the database functoid as I need to retrieve more than one row and more importantly I am executing a stored procedure that takes 5 parameters.

    Database lookup functoids accept only 1 parameter and direct access to a table.

    If you have any reference or information about complex custome functoid, I would be glad to know about it. All the examples i found so far are pretty simple and always string oriented. In the meantime i will continue to ressarch on my side.

    Francois Malgreve.

    in reply to: Adding XML wrapper to EDI formatted Data #16113

    I think you can simple add an Envelope on the Send Pipeline.  Probably can get some info on this in the help guide.

    You should be able to.  You just need to build an Orchestration with a Terminate shape in it and view the C# code for it.  It’s probably just a line or two.

     

    You can get a tool that yields the C# code on Charles Young’s blogs.

Viewing 15 posts - 6,826 through 6,840 (of 9,652 total)