Forum Replies Created
-
AuthorPosts
-
October 14, 2014 at 12:00 PM in reply to: Call Send Pipeline that converts XML to FlatFile (String) in Orch #26460
The link is broken pleaseeeeeeee share you solution
October 13, 2014 at 10:12 AM in reply to: Need help in 856 EDI validation – PLease Help Urgently Needed #26459Why do you want to change the EDI schema?? You are not supposed to change those schemas.
Are you using XML disassembler or do you have any custom pipeline components in there??
September 18, 2014 at 4:45 AM in reply to: Email Ids not coming in sqlserver Table ,It should be comma separated values….. #28059how to execute a stored procedure every 5 minutes in biztalk admin console?
Regards,
Raja
We are using WCF-BasicHttp.
Hi, what adapter transport type do you use to publish your orchestration as a WCF service? If you selected something other than WCF-BasicHttp, there will be issues with trying to consume the service in PHP code, from what I have read.
Have you tried this before successfully?
you can use passthru pipeline and add the filter in sendport
September 3, 2014 at 3:03 PM in reply to: How to set value in expression of rule for scheme in orchestration? #26453Hi, use the "==" operator instead of "=" in your expression in the rule shape.
You should be all set.
September 3, 2014 at 12:46 PM in reply to: How does one configure an agreement to receive (accept, not send) a 999 transaction #28045The actual issue is a bug in biztalk 2013. I was working with Microsoft, they will have a fix for it out sometime during the next critical update window, whenever that is.
You cant actually have an accepted transaction list. That will cause the 999 to be rejected. Grrr
Hi,
is TranslateLandLineTypeEms() a function()? , if we you need to change variable data type inside that function.
September 3, 2014 at 12:40 PM in reply to: problem in generating 999 acknowledge using biztalk server 2010 #26451hi,
You need to select Generate 997 check box in your party set up , and in the receive pipeline you have set ' USE 999 INSTEAD OF 997' to 'true'
September 3, 2014 at 12:34 PM in reply to: How does one configure an agreement to receive (accept, not send) a 999 transaction #28024Hi,
You need to check the party set up (Agreement) , In receive section there is an option to exclude transaction sets check if '999' is part of excluded list.
thanks a lot xman71
August 25, 2014 at 8:31 AM in reply to: Email Ids not coming in sqlserver Table ,It should be comma separated values….. #28056You need the additional parameter that contains the comma character, because that's what you would use to separate your email address values, and those email addresses don't have that character. So, you would alternate that comma parameter with each of your address fields when concatenating them together in the string concatenate functoid, before sending this as a whole to your destination field.
-
AuthorPosts