Hi.. I have been looking up to Egghead for resolution of most of the issues that I encounter with BizTalk.. I hope to get assistance with this query of mine..
I have a BizTalk application that was running fine on one Server. This application receives flat files as part of Inbound, updates a SQL database and then sends out a set of batch files in flat file format at the Outbound, at regular intervals. Very recently, we received new Servers since the existing ones were due to be decomissioned. So, as part of migration of all applications on the old server to the new one, this BizTalk application was also migrated to the new server.
The installation of the application is very straight forward. Run a MSI file which sets up the application. There was no modification to the BizTalk solution. The installation was successful. The very same DLL s that were part of the application in the old server are still part of the application in the new server. However, when I try dropping a flat file at the Inbound, I get the following error : ----------------------------------------------------------------------------------------------------------------------------------------------------------------"Unexpected end of stream while looking for : '\r\n' .. The stream offset where the error occured is 657. The line number where the error occured is 2. The column where the error occured is 109."
--------------------------------------------------------------------------------------------------------------
I have successfully validated the Flat file against its Schema and test mapped it against the Map. So, the issue appears to be neither with the BizTalk solution nor with the Flat file. It is quite strange to me since, the file that works successfully on one server fails to work on the new server.
Can you please help me out with this sticky situation... Any advice will be of greatest help.
Thank you - Bopanna