Was attempting to install APG plugin to our RI3 server. Installed the zip file without issue although I renamed four files that conflicted with existing RI scripts:
(renamed with -apg)
-rw-r--r-- 1 root root 2123 Feb 17 09:41 maps.gsp-apg
-rw-r--r-- 1 root root 4116 Feb 17 09:41 inventory.gsp-apg
-rw-r--r-- 1 root root 3616 Feb 17 09:41 historicalEvents.gsp-apg
-rw-r--r-- 1 root root 828 Feb 17 09:41 getObjectDetails.gsp-apg
Now, when I restarted ri, I see the following errors in the RapidServer.log log file:
WARN: Operation file /opt/RapidServer/RapidSuite/operations/connection/ApgConnectionOperations.groovy does not exist
WARN: Operation file /opt/RapidServer/RapidSuite/operations/ui/map/MapGroupOperations.groovy does not exist
WARN: Operation file /opt/RapidServer/RapidSuite/operations/connection/ApgConnectionTemplateOperations.groovy does not exist
Nor does the APG tab show in the RI admin page.
Thanks,
Karl

I can get to it directly,
I can get to it directly, just not a tab...
Karl
Hi Karl, Apg Plugin
Hi Karl,
Apg Plugin overwrites some of the default Smarts Plugins Files , if you haven't modified the files which are in conflict you may allow Apg Installation to overwrite them.
Here are the list of files needs to be overwritten:
grails-app/views/layouts/adminLayout.gsp ( which adds Apg Tab in admin page)
web-app /events.gsp
web-app /eventSearch.gsp
web-app /historicalEvents.gsp
web-app/inventory.gsp
web-app/getEventDetails.gsp
web-app/getEventDetails.gsp
web-app/maps.gsp
If you have modified these files in Smarts installation , backup those files , use the ones that comes with Apg. Apply your changes again to the Apg files.
Note about the Operation Errors :
You may neglect Operation does not exist message . That simply means only default methods will be available for the domain.
In Rapid Insight Domains may not have Operation files , in that case domain only have default ( add / update / remove / search ) methods , if the operation file is provided extra methods in the file are added.
Abdurrahim
Thanks... I'll take a look
Thanks... I'll take a look at where we are with modifications.
Karl