[SOLVED] Oracle procedure call -> http shutdown

Hi,

I have a web agent called via xmlhttprequest doing an oracle procedure call that was working fine in Domino 6.5.4.

We did an upgrade to domino 8.0.2 and this agent now freeze HTTP task listener once executed.

This is anoying. :slight_smile:

After digging and debuging into the agent code, the line which make failing the http task is :

out = conn.Call (input_fieldlist, 1, output_parms)

The code comes from designer manual (lsxlc section) and was working well before dom8 update.

I guess this is a regression.

Anyone with a workaround?

Regards,

Antoine Dubourg

EDIT :

It solved the issue.

Thanks.

Subject: Try replacing noracle.dcx with 6.5.4 version

Domino is compiled with different versions of the database clients. Oracle, sybase etc.

Try replacing the noracle.dcx file in the Lotus\Domino directory with the one from the 6.5.4 server.

This is a standard fix for many compatability problems when changing Domino versions and using this type of code.