1. Narayanamoorthy Thangavel
  2. PowerBuilder
  3. Wednesday, 17 August 2022 08:04 AM UTC

Hi,

I need suggestion for below case.

We are doing application server migration from HP-UX to RHEL. Our application client we used for PowerBuilder 2017 and Server side logic we written in Oracle Tuxedo. So ,now data the communication between client and server is used for FML32/Client side Dll's .  The problem we are facing now during the migration we have to recompile the Client side DLL's in RHEL . Because it was a binary file ( File name called "CSLADMIN) in HP-UX , So we can't move directly from HP-UX to RHEL for the particular file. 

Now we tried to recompile the CSLADMIN in RHEL but unfortunately we could not have the source code for the CSL. There is no way to continue with out source code. As per the recent discussion with management we planned to remove the FML32/Client Side DLL's from the architecture and planed to replace with another communication method. 

So, now we need your suggestion what are the possible data communication between PowerBuilder (client) to server (Logic we written in Oracle Tuxedo and Pro*c). It will great help for us if knows any information on this.

 

Regards,

Moorthy

Kevin Ridley Accepted Answer Pending Moderation
  1. Wednesday, 17 August 2022 18:17 PM UTC
  2. PowerBuilder
  3. # 1

How about exposing the Oracle/Tuxedo code as web services?

Comment
  1. Narayanamoorthy Thangavel
  2. Thursday, 18 August 2022 07:00 AM UTC
Hi,



No, Business logic written in Tuxedo and Pro*C language. More over system which are connected to us mostly Oracle Tuxedo.

Can you elaborate bit more on this.
  1. Helpful
  1. René Ullrich
  2. Thursday, 18 August 2022 07:39 AM UTC
The idea is to make the business logic on Oracle Tuxedo server available through a SOAP webservice (https://docs.oracle.com/cd/E26665_01/tuxedo/docs11gr1/overview/webaccess.html) or a REST API.

https://docs.oracle.com/cd/E72452_01/tuxedo/docs1222/ada/addcon.html#1022016

  1. Helpful 1
  1. Kevin Ridley
  2. Thursday, 18 August 2022 13:18 PM UTC
@Rene' - exactly.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.