cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP request issue

Ravi_KumarTange
Level 3
Dear all, 

I am calling JAVA service through HTTP request to get the data. After Calling, JAVA is taking much time to give response,
more then 10 min, in this time BOT is requesting again after 5 min automatically, I did not initiated any commend for retry. and after 10 min bot is throwing an exception as connection closed.

If JAVA terminal close after 300 sec why bot is retrying without giving any commend?

Kindly help me on this.

Thanks & Regards,
Ravi Kumar Tangellapalli.

------------------------------
Ravi Kumar Tangellapalli
RPA Developer
India
9553388984
------------------------------
5 REPLIES 5

ewilson
Staff
Staff
@Ravi_KumarTange there should be no subsequent call from Blue Prism unless you're process is designed such that the HTTP call is contained in some sort of loop, or possibly an additional digital worker is running that same process.

Cheers,
​​

------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------

Hi Eric Wilson,

In this process there is no other digital workers and I did not loop the HTTP request. 

BOT is sending one request to micro service and BOT is waiting for response 10 min between bot sending request again span of 5 min to micro service.
for this I am getting data twice.

Regards,
Ravi Kumar T

------------------------------
Ravi Kumar Tangellapalli
RPA Developer
India
9553388984
------------------------------

How are you making the HTTP call? Are you using the Utility - HTTP VBO, or are you doing it yourself in a code stage w/ .NET?

Cheers,


------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------

I am using Utility HTTP VBO

------------------------------
Ravi Kumar Tangellapalli
RPA Developer
India
9553388984
------------------------------

Hi Ravi,

I've looked over the code of the VBO, but I'm at a loss for finding an explanation. How did you determine that a subsequent request was coming from the digital worker? Are you looking at logs on the server?

In your VBO setup are you setting the "Force Pre Authorization" flag?

Cheers,


------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------