Hello.
I'm currently evaluating NCM and all is working well so far except for the "Policies" tab on my Palo Alto nodes. If I enter the tab I get:
Cannot show policy data until configs have been downloaded. Go here to download configs.
There is also a box at the top right saying that "we're having problems communicating with the Orion Server". When I click the error details link I get this:
{
"data": {
"message": "Cannot fetch security policies"
},
"status": 500,
"config": {
"method": "GET",
"transformRequest": [
null
],
"transformResponse": [
null
],
"jsonpCallbackParam": "callback",
"params": {
"lang": "en-au",
"viewId": "239",
"swAlertOnError": true,
"swLogOutOnAuthError": false,
"swLogOnError": [
401,
403,
500,
501,
502,
503,
504,
505,
506,
507,
508,
509,
510
],
"swToastOnError": [
401,
403,
500,
501,
502,
503,
504,
505,
506,
507,
508,
509,
510
]
},
"headers": {
"Accept": "application/json, text/plain, */*",
"X-XSRF-TOKEN": "vcYP0PrcWZSrLdEFG6cEoRProcGLZ0/A14J5SBnJlNE="
},
"cache": false,
"url": "http://xx.xx.xx.xx/api2/ncm/securityPolicies/nodes/1282"
},
"statusText": "Internal Server Error",
"xhrStatus": "complete"
}
I'm able to download the Running Config and Device State successfully and there are no issues accessing the CLI. I'd really like to get this going as it's quite an important part of my evaluation.
Thanks all!