Hi Guys,
I finally got to 10.2.
I am trying to get a basic baq into excel like we did at insights last year!
I can view the baq in swagger and it works.
When I run it in postman it’s fine.
When i try and ran it through excel odata Data → New Query → From OData Feed I get 500 - Internal server error
“There is a problem with the resource you are looking for, and it cannot be displayed”
I have fiddler running for both postman and excel.
Postman header is
GET https://myurl/Epicor/api/v1/BaqSvc/MyQuery(MYCOMP)/ HTTP/1.1
cache-control: no-cache
Postman-Token: 5f753083-68f7-4a58-b1ce-f912f420fd2f
Authorization: Basic bG
User-Agent: PostmanRuntime/7.1.1
Accept: /
Host: epic101.mag.milne.com.au
accept-encoding: gzip, deflate
Connection: close
excel is 2016.
This query is only in one company but when i make a request in excel it’s in the other company so I need to pass the company parameter. I think this is the issue.
Jose: fiddler header is in first post. response is 500 “There is a problem with the resource you are looking for, and it cannot be displayed”
Bart: Windows epicor server event log has nothing.
I have rest trace on and get the following over and over ( I guess it’s retrying)
unfortunately, our BAQ data is not completely compliant to OData standard.
That is why new Excel products cannot get BAQ result (IIRC when Company is specified in parenthesis). Try to call BAQ without company name. will it help?