I was wondering if someone could give me any input on what steps to take to get the Reports ADK running on a web application in Xojo Cloud.
I'm developing the app in a Windows Virtual Machine, so I downloaded the v13.3 Valentina XOJO WIN 64 file and ran the installer. I copied the Valentina Plugin into the Xojo App plugins folder. I put the Valentina InitReports method in the App open event and here is where I'm running into issues. The app runs fine locally, but when I deploy to our Xojo Cloud server, I am receiving a 503 service unavailable message.
The v4rb_log_maint.txt file reads:
V4RB: PluginEntry() V4RB: DisableRBDB file IS NOT found. Enabling RBDB.
I tried downloading the LIN 64 DEB version and copying the vcomponents files and vresources folder into the Xojo Cloud application folder using SFTP, since the target environment is a Linux server (although I'm not sure if it is 32 or 64-bit.) I tried going through the installation and deployment documentation but I'm not sure if I'm missing something. I already have Valentina Studio and Server (demo versions) installed and don't have any serials or licenses yet (not sure if this helps.)
Thanks for reading!