Why did I get result code -13?

The root cause for this result code is unknown because the error is difficult to reproduce. However, resource exhaustion may cause this error.

If the operating system or the individual user under which the Payflow Pro process is running reaches its limit of open file descriptors, the select() function can't return a socket for Payflow Pro to use. If you're using UNIX, check the number of file descriptors in use by piping the output of the fstat command through wc -l. Under Linux, the lsof command piped through wc -l may provide similar information.

Here's how to increase file descriptor limits on Linux:

  1. Check the current limit using StartFragment cat /proc/sys/fs/file-max.
  2. If the limit is too small, raise it using the command StartFragment echo " > /proc/sys/fs/file-max.
  3. Specify a number higher than the current limit.

See also:
RESULT Values and RESPMSG Text

Autres manières d'obtenir de l'aide

Si vous acceptez les cookies, nous les utiliserons pour améliorer votre expérience et permettre à nos partenaires de vous présenter des publicités PayPal personnalisées lorsque vous visitez d'autres sites. En savoir plus et gérer les cookies