My Oracle Support Banner

EAI HTTP Transport method Send and Receive give an http 404 error ARCHIVED (Doc ID 519830.1)

Last updated on AUGUST 19, 2022

Applies to:

Siebel System Software - Version 7.0.4.214 [14169] and later
z*OBSOLETE: Microsoft Windows 2000
Version: 7.0.4.214 [14169]

Database: Oracle 8.1.7.3

Application Server OS: Microsoft Windows 2000 Server SP 3

Database Server OS: Sun Solaris 5.6



This document was previously published as Siebel SR 38-1013360737.


Symptoms

We have done an workflow process for an integration. We use the BS EAI HTTP Transport method Send and Receive. We call the workflow process from a button in an applet

....
var wkprocess= TheApplication().GetService("EAI Business Integration Manager (Server Request)");
var input = TheApplication().NewPropertySet();
var output= TheApplication().NewPropertySet();
input.SetProperty("ProcessName","PA Integracion BDClaves");
input.SetProperty("FuncionEjecutada","FUN_SL_BAJA");
input.SetProperty("SRId",IdSol);
//input.SetProperty("Usuario",usuario); //no es necesaria
wkprocess.InvokeMethod("RunProcess",input,output);
var errorcode =        output.GetProperty ("Error Code");
var errormessage =    output.GetProperty ("Error Message");
...
It is working fine for one or two days but suddenly we receive an http 404 error and we must stop and start the EAI Business Integration Manager component to make it work again. In the log of this component we have:

*** HTTP Transport Parameters:
Created Request Connection|0
Sending Request
*** HTTP request Headers for Data Send Request:
User-Agent: Mozilla/4.0
Content-Type: application/x-www-form-urlencoded
Accept: text/*
*** HTTP response Headers from Data Send request:
HTTP/1.1 404 Not Found
Date: Tue, 27 May 2003 08:13:23 GMT
Server: Oracle9iAS/9.0.2 Oracle HTTP Server Powered by Apache Oracle9iAS-Web-Cache/9.0.2.0.0 (N)
Content-Type: text/html; charset=iso-8859-1
Connection: Close
*** HTTP response Body from Data Send request:
0x807d:
HTTP Request error during 'Submitting Data SendHTTP request': 'Status code - 404'
End: Business Service invoke method: 8c54960
0x8135:
Error invoking service 'EAI HTTP Transport', method 'SendReceive' at step 'Envio XML mediante HTTP'.
0x807d
--
0x8135
Setting runtime value of property 'Error Message' to:
HTTP Request error during 'Submitting Data SendHTTP request': 'Status code - 404'
--
Error invoking service 'EAI HTTP Transport', method 'SendReceive' at step 'En...

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
 Message 1

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.