Browse by Tags
All Tags »
BizTalk Error (RSS)
Sorry, but there are no more tags available to filter with.
SYMPTOMS The SQL Adapter may fail and you may receive an error message that is similar to the following: ------------------- Error details: HRESULT='xxxxx' Description="Could not find stored procedure 'sp_xxxxx". as below: This problem may occur when
Read More...
Change IP Address of the BizTalk boxes is supported except below senarios: 1, If the server has the MSMQ adapter, in which case the server needs to be reinstalled( http://support.microsoft.com/kb/836487 ) 2, If you are using IP Addresses anywhere in your
Read More...
症状:调用Rule/Policy后,无法得到结果,或处理的消息没有如期的结果 原因: 1,首先在Orchestration Designer中,检查有没有指定需要传递的参数(消息) 2,在Business Rule Composer中检查Document Type值,是否与Message的namespace匹配 3,如果Fact用到数据库,还需要检查Database binding type得值
Read More...
When you try to insert/update data into DB2 through HIS Adapters, an error encountered. Error details: RTI1L01 ?BPCSUSRFV6?3 in *N not valid for operation. SQLSTATE: 55019, SQLCODE: -7008 As Below: Resolutions: 1, Check each piece of data again the schema,
Read More...
Issue: When you refesh Application after enable the Receive Location, you find the Receive Location is still in Disable status. Resolution: Check the configuration of Host / Host Instance, you may use a restrict user account.
Read More...
Error Message: The published message could not be routed because no subscribers were found. This error occurs if the subscribing orchestration or send port has not been enlisted, or if some of the message properties necessary for subscription evaluation
Read More...
Instead of the path "<installation Drive>:\Program Files\Microsoft BizTalk Server 2006", sometimes Microsoft.RuleEngine.dll is located "<installation Drive>:\Program Files\Common Files\Microsoft BizTalk". After that, you should check if "Rule
Read More...
Error BEC2004: hexadecimal value 0x00, is an invalid character This error may occur when you try to validate an instance in BizTalk, especiall your incoming file is a flat file. Solution: Make sure your input file(Flat file) is saved by Unicode encoding.
Read More...
Error BEC2004: Unexpected data found while looking for: '\n\r' This maybe encountered when you Validation Instance for a flat file. Solution: 1, Check your flat file(always an input file), there maybe BLANKS before 'return line', so make sure the file
Read More...