PAfE version control @ server

Post Reply
JohnO
Posts: 92
Joined: Mon Jul 29, 2019 5:02 am
OLAP Product: Planning Analytics
Version: 2.0.9.x
Excel Version: Office 365 16

PAfE version control @ server

Post by JohnO »

Version 2.0.83. Has anyone managed to get this working. I might be missing something obvious but I am not receiving any messages in the ribbon. It doesn't seem to be doing anything.

https://www.ibm.com/docs/en/planning-an ... nistrators

Here is my json contents

{
"supportedPAfEVersions": [2.0.83.3],
"deprecatedPAfEVersions": [2.0.82.85],
"enablePAfEStatusSystem": True,
"pafENormalStatusMessage": "You are using a supported version of PAfE",
"pafENeedsAttentionStatusMessage": "You need to upgrade to PAfE 2.0.83",
"pafEWarningStatusMessage": "You are not using a supported version",
"hideNormalStatus": false,
"showUpdateButton": false,
"pafEStatusInfoUrl": "",
"xllDownload32bitURL": "",
"xllDownload64bitURL": ""
}

I tried abbreviating to just the version, eg: 2.0.82 but it didn't seem to matter.

As for the following : "In the id=evalservice line, change the location to the following:
location="${wlp.user.dir}/../../webapps/evalservice/"
"

The default file had the following:
<application id="evalservice" location="${wlp.user.dir}/../../webapps/evalservice.war"

Which makes sense to me as there is no directory evalservice. But no impact.
Post Reply