Questions tagged [rad-server]

12 questions
2
votes
1 answer

RAD Server Lite does not install on Linux

When installing Delphi RAD Server Lite on Linux CentOS 7 (RH 7 like), I get an error: [FireDAC][Phys][IB]-314. Cannot load vendor library [libgds.so or libibtogo.so] Steps taken : Installed Delphi 11.2 on Windows 10 machine --> OK Configured…
JRG
  • 513
  • 9
  • 23
1
vote
1 answer

How to configure RAD Server to send compressed responses?

I'm building a prototype for a new C/S app using RAD Server. I want to get compressed some large requests to speed up their transmission, so I send them with Accept-Encoding to gzip on their Header, as explained here for generic REST…
Marc Guillot
  • 6,090
  • 1
  • 15
  • 42
1
vote
1 answer

How to debug a memory leak in BPL file used in Embarcadero Rad Server running in Apache in Windows

I need help locating a memory leak in an endpoint resource file used in Rad Server running in Apache on Windows. I believe FastMM is built in to Delphi 10.3 (which I am using), but I am unsure how to enable it or even how to get the output from…
KenDavis
  • 47
  • 5
1
vote
0 answers

Embarcadero RAD Server, cannot get Apache server to run RAD Server DLL

I've set up Embarcadero RAD Server on a web server, I've got the standalone executable running, which works perfectly. I'd like to get Apache to execute the DLL, so instead of having an application sitting there, it runs quietly in the background.…
et3rnal1
  • 29
  • 3
1
vote
1 answer

Rad Server: Get bmp/jpeg from EMS Server to Mobile Client using a pathname

I have a mobile delivery application using Rad Server that allows the user to scan a barcode and take pictures of the delivery from their phone and then send them to the server which stores the picture in a specific directory. It then stamps the…
Leonard M.
  • 179
  • 3
  • 17
1
vote
2 answers

How to get the user id and groups of the currently logged-in user in a client application of RAD Server in Delphi?

I need to know the user id and groups of the currently logged-in user in a client application of RAD server to do some further logic. But I couldn't find anything about that in the documentation. Can anyone please share any ideas? Thanks.
MW3226
  • 53
  • 5
1
vote
1 answer

How to implement "Test Conenction" of TEMSProvider at runtime?

In design mode, there is a "Test Connection" function on the right-click menu of TEMSProvider for testing the connection with the target RAD Server. But there seems no equivalent method of TEMSProvider that we can use at runtime. So is there a…
MW3226
  • 53
  • 5
0
votes
0 answers

I've got an issue when I try to login my application

I am developing an application in rad server and angular, on angular side two forms, one for user registration and the other for login, when I try to login, here is the error I get: Failed to load resource: the server responded with a status of 500…
0
votes
0 answers

Learning TMSSoftware TWebRadServerClientDataset connected to a RADServer and I can see how to GET, PUT and POST, but how can I GETITEM?

WebRadServerClientDataset.RadServerURL := 'https://test.teamdme.com:8080/emsserver/EMSServer.dll'; WebRadServerClientDataset.TableName := 'survey'; WebRadServerClientDataset.KeyFieldName := 'call_no'; …
0
votes
0 answers

Accessing Multi-Tenant mode for RAD Server using C++ code

Embarcadero C++ Builder 11.2 Architect. I trying to access the Multi-Tenant information in my RAD Server programmatically. Access is not provided via EMSInternalAPI to get at that information, so I tried the following: The .dfm file, localhost is…
pjackson
  • 35
  • 7
0
votes
1 answer

Delphi RAD Server 10.4.2 Two packages sharing common units - Error to load package

I had a RAD Server package ProjA.bpl with several endpoints and some of them use a unit called UntAccess.pas. Now I created another server package ProjB.bpl with different endpoints than ProjA and adjusted emsserver.ini configuration file section…
JRG
  • 513
  • 9
  • 23
0
votes
0 answers

How to save and reload the user login state of a mobile client app of RAD server in Delphi?

I'm writing a mobile client app of RAD server using Delphi 11.1. I'm using TBackendAuth to do user login. Both login and logout work well. However, I found that every time the app is closed, the state of the user login will be lost. The user needs…
MW3226
  • 53
  • 5