We are planning to migrate Informix DB to Azure cloud, but we have a lot of 4gl programs running on server. Is Azure cloud support 4gl? and any reference can be shared. Many thanks.
Asked
Active
Viewed 329 times
-1
-
Where are you planning to run the 4GL programs? On Azure or on your 'local' machines. If is the later I see no problems as 4GL supports TLS connections which is what you should use to get traffic into your server. – jsagrera Aug 14 '20 at 08:46
-
I have to run the 4GL on Azure, because our company is going to give up the on premise server. – Henry Aug 15 '20 at 15:50
2 Answers
0
I believe you would need to install 4GL on whatever VM you used on Azure (I am unaware of any third party marketplace offerings which come with 4GL preinstalled) - but you should have no issues running your applications once you install the 4GL stack.
We have run 4GL applications using Genero - a 4GL compatible product which provides supports numerous graphical clients - and IBM Informix, both 11.70- and 12.10 - for over three years, and had no issues.

user3546411
- 641
- 4
- 12
-
I can find the HCL Informix in marketplace, but cannot find the material to prove it can support 4GL. – Henry Aug 15 '20 at 15:56
-
Hi Henry - the HCL informix will give you an informix server on a VM. I don't believe it will include 4GL, but it may - you'd need to check directly with HCL. However, as I indicated, you should have no problem installing your own licensed 4GL on the VM, and then running your applications. You can also run your 4GL application on a Four Js Genero runtime, which I am certain works on Azure. – user3546411 Aug 17 '20 at 17:36
0
Not sure it helps but we are running fine Informix 4GL (and Informix) on Red Hat Enterprise Linux servers. I'm pretty confident, Genero would work too on distribution like debian or RHEL
-
Re: Genero, correct. See supported documentation https://4js.com//mirror/documentation.php?s=genero&f=fjs-genero-3.20.XX-PlatformsDb.pdf – fourjs.reuben Jun 28 '21 at 22:50