I'm getting the following error on a FILE receive location in my "production" environment:
A message received by adapter "FILE" on receive location "TDA.SOS.ProcessXml.NS.rcv_NSFeed_FILE: with URI "\\apptda0a1adpbiz\NS_FileDRop\In" is suspended.Error details: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) The receive port associated with this location has an inbound map that processes an envelope schema.This same adapter works on my test system. My first thought was that it was file permissions, but that didn't seem to do the trick. I also re-installed .Net 2.0 Framework. When I run ProcessMon, I get a sharing violation on the file that is dropped in the folder listed above. Any help would be greatly appreciated TC \\apptda0a1adpbiz\NS_FileDRop\In" is suspended.Error details: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) The receive port associated with this location has an inbound map that processes an envelope schema.This same adapter works on my test system. My first thought was that it was file permissions, but that didn't seem to do the trick. I also re-installed .Net 2.0 Framework. When I run ProcessMon, I get a sharing violation on the file that is dropped in the folder listed above. Any help would be greatly appreciated TC
A message received by adapter "FILE" on receive location "TDA.SOS.ProcessXml.NS.rcv_NSFeed_FILE: with URI "\\apptda0a1adpbiz\NS_FileDRop\In" is suspended.Error details: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) The receive port associated with this location has an inbound map that processes an envelope schema.This same adapter works on my test system. My first thought was that it was file permissions, but that didn't seem to do the trick. I also re-installed .Net 2.0 Framework. When I run ProcessMon, I get a sharing violation on the file that is dropped in the folder listed above. Any help would be greatly appreciated TC
Error details: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
The receive port associated with this location has an inbound map that processes an envelope schema.
This same adapter works on my test system. My first thought was that it was file permissions, but that didn't seem to do the trick. I also re-installed .Net 2.0 Framework. When I run ProcessMon, I get a sharing violation on the file that is dropped in the folder listed above.
Any help would be greatly appreciated
TC
I'm running into the exact same error. It happens whenever I deploy a new transform. Were you ever able to figure out a resolution?
Here is the error I'm getting:
A message received by adapter "FILE" on receive location "Pickup837IAdjustTime" with URI "c:\UTAMedSuppProcessing\837IAdjustTime\*.xml" is suspended.
MessageId: {B7C388A2-6AC9-4599-879F-D15968F3A996}
InstanceID: {26E884AF-CEF5-47AD-9C7A-1D87352E9EAA}
Jeff
I figured out what I was doing wrong and was able to resolve this issue. When I originally opened the project there was a broken reference that I fixed, made my change, compiled, and tested which caused the error above. To fix the error I needed to go into all of the maps that used external assemblies and reset the script assemblies, class, and methods. It certainly was frustrating because I could open the script funtoids and it would show all of the assemblies, classes, and methods already being selected and it would compile without error. I hope this helps someone in the future.
Thanks,
Whoho!!!!
This actually works!
This did work. Thanks for posting.