Forum Replies Created
-
AuthorPosts
-
January 10, 2013 at 1:15 AM in reply to: IBM Websphere MQ Series server 7 with BizTalk 2009 MQSeries adapter #25958
Forgot to mention current MQ Series server version is 6.xx
Come on experts, can anyone help me?
December 8, 2012 at 6:34 PM in reply to: Error while sending EDI message through HTTP adapter #25946Hi,
Any luck with finding a solution for the issue, i am also struggling to peform the same operation. Please help.
Thanks,
venkat
December 6, 2012 at 9:37 AM in reply to: Unable to override default ReaderQuotas.MaxBytesPerRead setting for WCF-Custom transport #25944This can be fixed easily by adding below in configuration file
<service behaviorConfiguration="UserManagerRestfulService">
<endpoint binding="webHttpBinding"
bindingConfiguration="abc" />
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
</service>
<webHttpBinding>
<binding name="abc" closeTimeout="00:25:00" openTimeout="00:25:00"
receiveTimeout="00:25:00" sendTimeout="00:25:00" maxBufferSize="2147483647"
maxReceivedMessageSize="2147483647" transferMode="Streamed" />
<binding name="BasicHttpBinding_Streamed" closeTimeout="00:10:00"
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
maxBufferSize="2147483647" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647"
transferMode="Buffered"
useDefaultWebProxy="true">
<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647"
maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
</binding>
</webHttpBinding>
in reader quotas u can specify the length u need.
Regards,
Muhammad Wasim [email protected]
Zigron Pakistan
If you are trying to deploy from Visual Studio, make sure valid SQL paramaters are set in deployment properties of project. I don't see any possibility of this error if you deploy from BTS management studio.
Appears all above errors are due to SSO failures. Chack the health of ENTSSO service and make sure it is running before deploying application.
December 3, 2012 at 10:47 PM in reply to: The Messaging Engine failed to register the adapter for "WCF-BasicHttp" for the receive location #25940Absolutely right
December 3, 2012 at 5:40 AM in reply to: Unable to view EDI properties in Send port filter dropdown #25939Hi All,
I found the issue. My application was not referenced to EDI application. 🙂
Regards,
Karthick
Never found a way of doing this, I always use custom XSLT for grouping
November 29, 2012 at 4:52 AM in reply to: How to connect two web service from different application with BizTak… #25934Hi My Self Shahid
I want to use SWIFT through Biz talk formy Application but i dont know How I start
November 26, 2012 at 6:12 AM in reply to: how to change encoding in Schema for Special Character? #25932hi, can somebody help? i have problems with czech diakritic
thanks
November 26, 2012 at 12:41 AM in reply to: ServiceCreationException exception: Cannot get the member ‘segment7’. #25931Hi Shay,
Were you able to determine the cause of this issue?
Thanks
Ant
November 26, 2012 at 12:40 AM in reply to: ServiceCreationException exception: Cannot get the member ‘segment7’. #25930Did either of you determine the cause of this issue?
-
AuthorPosts