[DCC Fatal Error] fClientDataModule.pas(10): F2613 Unit 'uROWinInetHttpChannel' not found

With FireDAC i got this error:

I decided to test using SQL Express in AWS with Devarts SDAC what i have. Managed to create connection and build Custom Server. But when started server in AWS EC2 Windows, get error saying that mozjs185.dll is missing.

EDIT: Find another post about missing mozjs185.dll

Hi,

you need put this dll from Postgres folder to %path%.

this dll in C:\Program Files (x86)\RemObjects Software\Data Abstract (Common)\Redist\Windows folder

Eugene: we should really make this dll weak-linked and not required unless an app actually uses the feature?

@mh: this dll (mozjs185.dll) is used only when business rules are used, i.e. TDASpiderMonkeyScriptProvider was dropped to form by wizard or manually.

probably better to generate this error at loading app (current way) in comparing with failure in the middle of executing of method/transaction