Hello,I`m having the most anoying problem : I have a map that calls a custom XSL file to process the transform (by applying the name of the xsl in the "Custom XSL Path" in the map properties)This XSL Imports another XSL (<xsl:import href=".\test1.xsl" />) , and it all works fine when i run a "Test Map" in the VS.The problems begin when i try to run this map using biztalk (i.e inside an orchestration , applying the map on a recieve port...),Then i get this error in the event log:
A message received by adapter "FILE" on receive location "Receive Location1" with URI "D:\biztalk\BizTalk Server Project1\in\*.xml" is suspended. Error details: Exception from HRESULT: 0x80131942
I tried to put an absolute path in the import "href" , also tweaked with the premissions in all kind of places , but nothing helped.If i take out the xsl:import it all works fine.unfortnately there is not much on the web...and filemon didnt realy help.Any suggestions?
I too faced similar problem and there is no exact reason for this error. Finally I deleted the BizTalk application and redeployed it again. Walla!!! it worked this time... ;)