Friday, 19 August 2016

Member fixer


Steps to enable member fixer :-

Step 1: Set up the below properties in the WAS Admin Console  under Resource environment providers > WCM WCMConfigService > Custom properties: If already present check for the correct values
· connect.businesslogic.module.memberfixer.autoload : false
· connect.businesslogic.module.memberfixer.class: com.aptrix.pluto.security.MemberFixerModule
· connect.businesslogic.module.memberfixer.remoteaccess: true

Step 2: Make property user.cache.enable  : false  in the WAS Admin console under the same path as mentioned in Step 1

Step 3: Stop the DealerPathMDB application through WAS Admin console

Step 4: Disabled the syndication if any running or enabled on the environment.

Step 5: Ask WPS team to run the cleanup user task. Details are present in the attached email. Check for the output and it should have any specific group which we are setting up on library.

Step 6: Bounce the server.

Step 7: Set the log level to info in the Administration tab in Enable tracing section

Step 8: Run the Member Fixer Command on the browser: Details can be found under the SharePoint link
   
     
Step 9: Check logs to see  the details on the command run.

Post member fixer tasks :-

Step 1 :- Start DealerPathMDB application through WAS Admin console

Step 2 :- Verify security groups at library level if they are missing please add then manually



No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...