You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result :
{"resultset":[["alfrescoPeopleCount","fields=%7B%7D"]],"metadata":[{"colIndex":0,"colType":"String","colName":"endpointId"},{"colIndex":1,"colType":"String","colName":"endpoint"}],"queryInfo":{"totalRows":1}}
Please replace the file called getEndpoints.ktr into the <pentaho-server>/pentaho-solutions/system/Alflytics/endpoints/kettle with the file at the link here.
Then stop/start pentaho again and repeat the test executing the two URLs in the browser.
Please share the result here.
In some environments (also on linux), endpoint like:
/alfresco/api/-default-/public/alfresco/versions/1/people?maxItems=${maxItems}&skipCount=${skipCount}
/alfresco/api/-default-/public/alfresco/versions/1/people?maxItems=1000000000&skipCount=1&fields=%7B%7D
http://localhost:8080/pentaho/plugin/Alflytics/api/getendpoints?paramendpointId=alfrescoPeople
http://localhost:8080/pentaho/plugin/Alflytics/api/getendpoints?paramendpointId=alfrescoPeopleCount
Can cause a bad result:
http://192.10.2.41:80/alfresco/api/-default-/public/workflow/versions/1skipCount=0
http://192.10.2.41:80/alfresco/api/-default-/public/workflow/versions/1fields=%7B%7D
The & seems to be a problem in some environments.
The text was updated successfully, but these errors were encountered: