The information in this article applies to product: e-Work 6.6.3
Issue
- JScript.NET function calls work as expected with e-Work 6.6.3 Engine and web extensions and .NET Framework 2.0 installed on a server. However, when the .NET Process Orchestrator Release 2 is installed, a single JScript.NET call succeeds but all subsequent calls fail until the Engine is restarted.
Error details similar to the following are written to the Designer log:
Unable to execute script entry point 'FTN\_Distribution.FTP\_Utils.FCFtpFiles' Reason 'Unable to execute method
Error: Object reference not set to an instance of an object.' Procedure Script call failed. Position: 103
In this example, FTN\_Distribution.FTP\_Utils.FCFtpFiles are the names of the package, class, and function, respectively.
An error message similar to the following is written to the Windows application event log:
Failed to evaluate the following - %Script(JScript.NET,,%Procedure.Name,%MapName,"FTN\_Distribution.FTP\_Utils.FCFtpFiles","memReturnValue").
Resolution