Consultor Eletrônico



Kbase P135106: What are the return codes for cgiip.exe
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/10/2009
Status: Unverified

GOAL:

What are the return codes for cgiip.exe

GOAL:

Which codes cgiip.exe returns to the Webserver

FACT(s) (Environment):

OpenEdge 10.x
All Supported Operating Systems

FIX:

Those are the codes returned by the cgiip.exe to the caller Webserver in OpenEdge version 10.x#define CGIIP_ERROR_BASE 200
#define INSUFFICIENT_MEMORY_ENVBUF CGIIP_ERROR_BASE + 1
#define INVALID_ARGUMENT_LIST CGIIP_ERROR_BASE + 2
#define BROKER_CONNECT_FAILURE CGIIP_ERROR_BASE + 3
#define INVALID_BROKER_HOSTNAME CGIIP_ERROR_BASE + 4
#define INVALID_BROKER_PORTNUM CGIIP_ERROR_BASE + 5
#define PORT_REQUEST_FAILURE CGIIP_ERROR_BASE + 6
#define ABNORMAL_AGENT_DISCONNECT CGIIP_ERROR_BASE + 7
#define INVALID_SENDER_TYPE CGIIP_ERROR_BASE + 8
#define ABNORMAL_AGENT_PORTMSG CGIIP_ERROR_BASE + 9
#define OCTO_DRIVER_FAILURE CGIIP_ERROR_BASE + 10
#define OCTO_INITIALIZE_FAILURE CGIIP_ERROR_BASE + 11
#define ERROR_AGENTS_BUSY CGIIP_ERROR_BASE + 12
#define OCTO_CONNECT_FAILURE CGIIP_ERROR_BASE + 13
#define OCTO_SEND_ENVBUF_FAILURE CGIIP_ERROR_BASE + 14
#define OCTO_SEND_FORM_FAILURE CGIIP_ERROR_BASE + 15
#define OCTO_RECV_PAGE_FAILURE CGIIP_ERROR_BASE + 16
#define INVALID_AGENT_TYPE CGIIP_ERROR_BASE + 17
#define INVALID_SERVICE_DEFINITION CGIIP_ERROR_BASE + 18
#define ERROR_LOADING_WSUTILDLL CGIIP_ERROR_BASE + 19
#define ERROR_NOAGENT_DATA CGIIP_ERROR_BASE + 20
#define ERROR_MSNGR_PROPERTIES CGIIP_ERROR_BASE + 21
#define ERROR_NS_PROPERTIES CGIIP_ERROR_BASE + 22
#define ERROR_NS_CONNECT CGIIP_ERROR_BASE + 23
#define ERROR_LOADING_ENHLOGDLL CGIIP_ERROR_BASE + 24
#define CERTSTORE_LOCATION_FAILURE CGIIP_ERROR_BASE + 25
#define SSL_NOT_SUPPORTED CGIIP_ERROR_BASE + 26