Hi everyone. I have a module to upload excel file which is developed in Oracle Forms 10g. My application server is Windows server 16. The module was working well. But recently, i got problems with some Windows 10 pc and the module is not working. I have turned on Java console to view the errors and the console shows the following :
------------------------------------------------------------------------------------------------------------------------------------------------------------
2020-Feb-25 14:56:26.94 ERROR>WUO-714 [OleFunctions.setExceptionValues()] Unable to get the last OLE Error details; Exception
null
2020-Feb-25 14:56:26.94 ERROR>WUO-709 [OleFunctions.get_obj_property_args()] Unable to get Property: Cells; Exception
com.jacob.com.ComFailException: Can't map name to dispid: Cells
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Please note that jacob.dll,JNIsharedstubs.dll,d2kwut60.dll all are okay in server and client pc..
Could someone please help me regarding this issue ?
Thanks is advance !!!