Options

This call cannot be made until OpenConnection has been calle

elwin68elwin68 Member Posts: 153
edited 2011-10-27 in NAV Three Tier
In one of our solutions I try to create a temporary file and export a Blob to it.
I'm working in NAV2009 R2.
In a local installation everything works fine.
In a installation on the server the following error occures: "This call cannot be made until OpenConnection has been called".
The RTC client is closed too.

The standard functions of codeunit 419 (3-Tier Automation Mgt.) are used.
When debugging it seems the error occures when processing the line "DOWNLOADFROMSTREAM(NVInStream,Text006,Path,Text009,ToFile);" in the function ExportBlob in codeunit 419.

Can anybody explain to me what is going wrong and the explanation of the error message?

Thanks in advance.
Sign In or Register to comment.