Azure VM Fails While Accessing VBA App Fails on Azure VM

Copper Contributor

Hello Friends, I have a legacy application written in MS Access VBA that I'm trying to port to an Azure Windows VM. I am running the application interactively via remote desktop.

It fails on a VBA statement that has always worked when run on a local physical machine.

The statement is:

 

 With tdf
            .connect = ";DATABASE=" & strUseDB

where tdf is a TableDef object and strUseDB is the filename of an access database on a local drive.

Running this on an Azure VM results in an "Invalid Operation" error 3219 being raised.

I've tried this on both Windows Server 2016 and Windows 10 VMs with the same result.

Any Ideas?

 

Thanks

Gnanasekar

0 Replies