mardi 4 août 2015

source request id repeats when send 2 requests

When I try the same function on the different object on the web, the second object shows error message. I check the log, as followings:

1 > POST http://ift.tt/1P2IVha
1 > User-Agent: Cloud Portal/15.3.3/ADF 11.1.1.7.0/dashboard.jspx+1438666917317
1 > Accept-Language: en
1 > Content-Type: application/json
1 > 
{
  "httpRequestId" : "1438666969592",
  "sourceRequest" : {
    "id" : "ba26383a-1579-4699-ac33-5c588747153a"
  },
  "isResend" : true
}

1 > POST http://ift.tt/1MJheLT
1 > User-Agent: Cloud Portal/15.3.3/ADF 11.1.1.7.0/dashboard.jspx+1438666917317
1 > Accept-Language: en
1 > Content-Type: application/json
1 > 
{
  "httpRequestId" : "1438666960108",
  "sourceRequest" : {
    "id" : "ba26383a-1579-4699-ac33-5c588747153a"
  },
  "isResend" : true
};




Aucun commentaire:

Enregistrer un commentaire