Forum Replies Created
-
AuthorPosts
-
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!
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.
Thanks. I figured that out. Would you know of any good reference books for BizTalk 2006
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.
Thank you for pointing me to the send pipeline for adding the XML wrapper.
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
are you using any custom pipelines in the receive port, change that to default.xml
R-
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
hi
is that bam.xla that is present in office directory which is a add-in tool in excel.
You can use the xpath function to access the message content.
e.g. myString = xpath(msg, "string([xpath syntax])");
Regarding with your second question, you include one more filter ErrorReport.ReceivePortname="——————" and try it.
thank you, that helps!
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.
I think you can simple add an Envelope on the Send Pipeline. Probably can get some info on this in the help guide.
October 18, 2006 at 6:12 PM in reply to: Is it possible to Terminate an Orchestration with "Inline C#"? #16112You 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.
-
AuthorPosts