Options

DotNet and NAS

mikhaelmikhael Member Posts: 19
Hi experts

I have a codeunit which uses my own DLL to fetch invoices from web service. I had to use C# and pack the code to DLL because the web service uses tls1.2 encryption and I didn’t get that working with pure C/AL.

Everything worked fine until it came time to automatize the process. When I try to run the codeunit over NAS it gives me client callback error.

Is it possible at all to use Dotnet variables / selfmade DLL:s with NAS? If not, is there any feasible workarounds?

Mikhael

Best Answer

Answers

  • Options
    mikhaelmikhael Member Posts: 19
    Thanks!

    I went through all my DotNet variables, I had one else variable which was RunOnClient = TRUE. I turned it also FALSE and it seems working now over NAS! It was just weird that the client callback error message was referring to my own DLL which was RunOnClient = FALSE all the time.
Sign In or Register to comment.