#33277
Dario Parente
Miembro

Bueno cuando voy a la busqueda de productos despues de selecionar el boton desde el campo articulos nome tira ningun error.

Con el pgadmin hago la siguiente consulta nose si estara bien ya que no soy novato postgres.

select invoicepaid(0,0,0) from ad_user

ejecuto la consulta y me da como resultado lo siguiente.

ERROR: stack depth limit exceeded
HINT: Increase the configuration parameter “max_stack_depth”, after ensuring the platform’s stack depth limit is adequate.
CONTEXT: PL/pgSQL function “id” line 4 at assignment
PL/pgSQL function “invoicepaid” line 2 at RETURN
PL/pgSQL function “invoicepaid” line 2 at RETURN
PL/pgSQL function “invoicepaid” line 2 at RETURN
PL/pgSQL function “invoicepaid” line 2 at RETURN
PL/pgSQL function “invoicepaid” line 2 at RETURN
PL/pgSQL function “invoicepaid” line 2 at RETURN
PL/pgSQL function “invoicepaid” line 2 at RETURN
PL/pgSQL function “invoicepaid” line 2 at RETURN
PL/pgSQL function “invoicepaid” line 2 at RETURN
PL/pgSQL function “invoicepaid” line 2 at RETURN

Eso es lo que realice, por otro lado PL/Java cuando se hace la instalacion en XP en forma automatica no se instala y configura solo?

gracias