Hi Lars,
My problem has been fixed. I'm utilising a REST API application type. Instead of zero, I've listed additional instances as '30' during the BAR file conversion.
It functions now. That reply identification error is not happening to me.
Thanks for your support.
------------------------------
Abhiram Emmadishetty
------------------------------
Original Message:
Sent: Thu October 19, 2023 06:58 AM
From: Lars Dehli
Subject: Reply Identifier Error
Hi.
OK - so it doesn't seem to be the code then.
Could it be that it is timing out? What do the caller of your service get in reply? Is the flow taking a long time to process a message?
------------------------------
Lars Dehli
------------------------------
Original Message:
Sent: Thu October 19, 2023 06:38 AM
From: Abhiram Emmadishetty
Subject: Reply Identifier Error
Hi Lars,
Here is the code of ESQL
Compute
DECLARE URL EXTERNAL CHARACTER 'I';
DECLARE HTTPTimeOut EXTERNAL INTEGER '5';
CREATE COMPUTE MODULE postScienaptic_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
DECLARE Env REFERENCE to Environment;
SET OutputRoot = InputRoot;
SET OutputLocalEnvironment.Destination.HTTP.RequestURL = Environment.URL;
SET OutputLocalEnvironment.Destination.HTTP.Timeout = HTTPTimeOut;
RETURN TRUE;
END;
END MODULE;
Compute1: after HTTP Request
CREATE COMPUTE MODULE postScienaptic_Compute1
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
SET OutputRoot = InputRoot;
RETURN TRUE;
END;
END MODULE;
------------------------------
Abhiram Emmadishetty
Original Message:
Sent: Thu October 19, 2023 03:00 AM
From: Lars Dehli
Subject: Reply Identifier Error
Hi!
Unfortunately, I cannot see the pictures.
Can you check if you have ESQL code with PROPAGATE TO 'out' and a later RETURN TRUE statement? I guess the flow reach the http reply twice.
------------------------------
Lars Dehli
Original Message:
Sent: Thu October 19, 2023 02:22 AM
From: Abhiram Emmadishetty
Subject: Reply Identifier Error
Hi Lars,
The below are the flows.
Subflow:

Main flow:

------------------------------
Abhiram Emmadishetty
Original Message:
Sent: Thu October 19, 2023 02:12 AM
From: Lars Dehli
Subject: Reply Identifier Error
Hi Abhiram.
Are the only nodes in the flow HTTPInput -> HTTPRequest -> HTTP Reply ? Or are there other nodes? How are they connected?
I've seen that message before when we had an ESQL that did an extra propagate to the HTTP Reply terminal.
------------------------------
Lars Dehli