0

I am using oracle forms 11g,weblogic 10.3.6 and java 1.7

I have tested webutil_demo, that worked successfully.

After that, I have implement a oracle form for export to excel functionality using webutil.

This form worked fine on server machine. but other than server machine it gives an following Error:

oracle.forms.webutil.ole.OleFunctions bean not found.
CLIENT_OLE2.create_obj will not work

Note : on server machine, webutil_demo also worked fine.

I dont understand why this error.So please help me for solve this problem.

4
  • Are you sure that oracle does find the right webutill.pll? Commented Jun 18, 2015 at 7:20
  • Yes,server machine it working fine! Commented Jun 18, 2015 at 7:21
  • Do you have Microsoft office installed on your server? Which version? It provides OLE container for export Commented Jun 18, 2015 at 7:46
  • Yes,listen on my server machine excel file generate successfully,other than server machine it get problem and other machine also have Microsoft office. Commented Jun 18, 2015 at 7:52

1 Answer 1

1

This error occurs when you have not imported webutil.pll and webutil.olb(do import "WEBUTILCONFIG" parameter and "WEBUTIL" Object group, webutil.pll and webutil.olb are available in Oracle installation directory say "C:\Oracle\Middleware\\forms") on your form. If you dont want OLE functionality on your form, in that case import the object group of the name "WEBUTIL_NO_OLE".

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.