Discussion:
Error:The Messaging Engine failed while using custom functoids
(too old to reply)
swethak
2008-09-05 06:46:04 UTC
Permalink
hi,
i have created a custom functoid, it works fine when i test the map but when
i deploy the solution and try to use the application it is generating the
following error:


A message received by adapter "FILE" on receive location
"SampleReceiveLocation" with URI
"C:\POCs\Custom.Biztalk.EncryptionFunctoid\SampleApp\IN\*.xml" is suspended.
Error details: The Messaging Engine failed while executing the inbound map
for the message coming from source
URL:"C:\POCs\Custom.Biztalk.EncryptionFunctoid\SampleApp\IN\*.xml" with the
Message Type "http://SampleApp.Sample#Sample". Details:"Function
'ScriptNS1:EncryptData()' has failed."
MessageId: {F7BC5CD8-3556-4BE2-BC03-76D574894A74}
InstanceID: {035B587E-4076-41CC-AEEA-3413A4D00608}
Yossi Dahan [MVP]
2008-09-08 07:54:00 UTC
Permalink
Don't think there's much anyone could say without knowing what could have
failed within 'ScriptNS1:EncryptData()' (I'm assuming this is in your custom
functiod?)

As you've said this works on your dev environment - is there any setup step
that is missing? otherwise - add some tracing to your functoid to find out
exactly where it fails.
--
Yossi Dahan
MVP BizTalk Server
http://www.sabratech.co.uk/blogs/yossidahan
Post by swethak
hi,
i have created a custom functoid, it works fine when i test the map but when
i deploy the solution and try to use the application it is generating the
A message received by adapter "FILE" on receive location
"SampleReceiveLocation" with URI
"C:\POCs\Custom.Biztalk.EncryptionFunctoid\SampleApp\IN\*.xml" is suspended.
Error details: The Messaging Engine failed while executing the inbound map
for the message coming from source
URL:"C:\POCs\Custom.Biztalk.EncryptionFunctoid\SampleApp\IN\*.xml" with the
Message Type "http://SampleApp.Sample#Sample". Details:"Function
'ScriptNS1:EncryptData()' has failed."
MessageId: {F7BC5CD8-3556-4BE2-BC03-76D574894A74}
InstanceID: {035B587E-4076-41CC-AEEA-3413A4D00608}
地球人
2008-09-09 17:07:21 UTC
Permalink
Hi

You can use the map's XSLT file to be Debug.

Best Regards!
Post by Yossi Dahan [MVP]
Don't think there's much anyone could say without knowing what could have
failed within 'ScriptNS1:EncryptData()' (I'm assuming this is in your custom
functiod?)
As you've said this works on your dev environment - is there any setup step
that is missing? otherwise - add some tracing to your functoid to find out
exactly where it fails.
--
Yossi Dahan
MVP BizTalk Server
http://www.sabratech.co.uk/blogs/yossidahan
Post by swethak
hi,
i have created a custom functoid, it works fine when i test the map but when
i deploy the solution and try to use the application it is generating the
A message received by adapter "FILE" on receive location
"SampleReceiveLocation" with URI
"C:\POCs\Custom.Biztalk.EncryptionFunctoid\SampleApp\IN\*.xml" is suspended.
Error details: The Messaging Engine failed while executing the inbound map
for the message coming from source
URL:"C:\POCs\Custom.Biztalk.EncryptionFunctoid\SampleApp\IN\*.xml" with the
Message Type "http://SampleApp.Sample#Sample". Details:"Function
'ScriptNS1:EncryptData()' has failed."
MessageId: {F7BC5CD8-3556-4BE2-BC03-76D574894A74}
InstanceID: {035B587E-4076-41CC-AEEA-3413A4D00608}
Loading...