Hi , I'm using webutil to transfer report from linux Application server to windows file share path as below
Transfer:=WEBUTIL_FILE_TRANSFER.As_To_Client( File1, File2)
but I'm getting ora-06508 error particularly for one of the forms. I'm able to generate reports in various other forms using the same above webutil command. I tried executing webutil.pll , detaching and attaching to the pll where I'm generating report , even tried detaching and attaching webutil.olb ( subclass) to the form. Am I missing anything ? Can you please advise ?