This is the official Microsoft & SAP Website:
http://www.microsoft-sap.com/technology.aspx#s-402
You should find all Information needed on there!
HTH,
Stephan
Hi all,
i have a ClickOnce Setup running on IIS 6.0. Well its not actually running,........ the help file says that I need to unblock files Extensions like .manifest or .config.
How can I do that in IIS? I cant find any Settings for it?
Thanks,
Stephan
__________
Well you really need to provide more Information. Your description is like saying I did bake a cake, why doesnt it taste any good? Please give an example and code.
Come on its not working like that!
What line do you get the error. Or better, what action are you trying to perform? (What shape...
Did you deploy the assembly with your created Receive Pipeline to the BizTalk Server? If not do so. If yes, restart BizTalk. If all that fails, give some more Information and a step by step description what you have tried so far!
Yep the procedure seems about right! No need to delete the Reeceive and SendPorts.
Heres what you should do:
- Open up the Health and Activity Tracking and Terminate all Suspended Instances (If there are any)
- Undeploy your Assembly
- Save changes and Build
- Deploy your Assembly
- Apply the...
Hi,
first of all never use MsgBox in a Server Environment! Not even to just print out some variables! Never ever do that! Its a server environment and as soon as pop up a msgbox the coplete process comes to a halt till some user presses a button! Again, Never ever do that!
As I said before, if...
Without seeing your Project its hard to help. Maybe you want to try this to get some more Information concerning your error:
Put your code in an external helper class and wrap it with a try catch block. Throw an exception in your catch block, to make sure you will get an EventLog entry when an...
It depends on what you want to do exactly. If you want to split a string according with fixed values use two "string extract" Functoids. They need three values, the Input string, the beginning from where to read, and the end.
If you want to split your string according to a character for...
Well you need to have the .NET Framework installed on your Server. You dont need any Development Environments installed on your Server.
Can you post the error Message in your EventLog? That would be helpful to analyze your error.
Did you script inside your Functoid? Or are you calling an...
If you ever find an easy guide on what pemissions for what service to use please post it! I have been searching the web for something like that for ages.
Actually I dont think so. BizTalk is built for Message Processing. Why dont you just create a simple Message like this:
<Message>
<Request>This is a request</Request>
<Response>None / Success / Failure</Response>
</Message>
and pass that Message to BizTalk. Shouldnt take long to do that...
I would actually approach this in the following way:
- Like you said have all messages wrapped in an envelope.
- Create one WebService Orchestration receiving this Message
- Have your WebService check for the Messages inside your envelope. Like Process_Order,Stock_Adjustments,.....
- Write those...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.