Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simphony 19.2 extensibility backwards compatibility

Status
Not open for further replies.

CathalMF

Programmer
Jul 10, 2010
500
GB
Oracle has released Simphony 19.2
In the release notes it says that any Extensibility DLL's created for 19.1 or lower will not work in 19.2


The Simphony architecture changed in release 19.2 to support the second generation of Simphony Transaction Services. Because of the change, extensibility applications developed against Simphony 19.1 and lower do not work with Simphony 19.2. Recompile your extensibility applications with the core Simphony 19.2 DLL files, such as Ops.dll, PosCommonClasses.dll, and PosCore.dll so the applications work with Simphony 19.2.

It just requires a recompile of the code against the 19.2 dlls, however this becomes an issue if you no longer have access to the code, which i expect will be the case with a lot of older developments.

If you find yourself in this situation please contact me using my website below as i will be able to resolve the issue even if you dont have access to the code.

Specialist in creating custom applications for the Micros POS range: 3700, 9700, Simphony FE, Simphony. SIM Scripts, Data Exports, Simphony extension applications, API Creation and integration. If you need anything please contact me via my website
 
Hi CathalMF,

Did you do any experiments with ORACLE Linux workstations ? I don't have one. But I'm curious whether DLLs compiled with .Net Standard would work there ? Not the .Net Framework.

Thanks
 
I have not checked with Linux yet.

But I do think it would work because Linux runs on Mono, not .net standard.

You could try and compile under Mono framework and see if it works.



Specialist in creating custom applications for the Micros POS range: 3700, 9700, Simphony FE, Simphony. SIM Scripts, Data Exports, Simphony extension applications, API Creation and integration. If you need anything please contact me via my website
 
Dear all,

where can i receive the Ops.dll, PosCommonClasses.dll, and PosCore.dll ? to compile dll's for 19.2

Best Regards
 
Download the installation Simphony iso from edelivery.oracle.com

Specialist in creating custom applications for the Micros POS range: 3700, 9700, Simphony FE, Simphony. SIM Scripts, Data Exports, Simphony extension applications, API Creation and integration. If you need anything please contact me via my website
 
19.2 is actually only available on cloud and not for on premise, because of the new Simphony Rest API.
The ISO is not possible to download in edelivery or did you have me the wget link from the portal ?

I don't found this Version only up to 19.1 also in the support portal only patches and updates for up to 19.1.3.1

Or did you have someone to contact from the Oracle Team, to learn, as a Oracle Partner, how to get these files in a oracle way :)
 
Ah I didn't notice that.

I guess you need to find a cloud customer and get the files from a workstation.

Specialist in creating custom applications for the Micros POS range: 3700, 9700, Simphony FE, Simphony. SIM Scripts, Data Exports, Simphony extension applications, API Creation and integration. If you need anything please contact me via my website
 
Good Idea yes on the Workstation are the Files.

I will ask around with Oracle Sales and Consultant Teams, if there is a customer who is already updated, to receive the Micros Folder :)
I let you know....
 
hello there.

anyone have a database for Simphony
thanks in advance
 

What is the difference between these in Oracle Simphony
Total Adjustments
Returns
Voids

Manager Voids
Error Corrects
Cancels
No Sales

Regards
 
Hello,
Micros Simphony version 18.2.5 is what I'm using.
After the cashier checked the specific button on the payment page, I tried to view the custom data in a table format.
I tried to use "OpsContext.showMessage" to complete it, but it only displays text, is there is any only to display complex data (such as tables).
it this possible or not using DLL files?
if yes, how I can do this?
is there is a better way to do that?
thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top