Pular para o conteúdo principal

Reativar usuários que ficaram inativos após um SynchAll

Após rodar um SynchAll alguns usuários que tiveram seu CN alterado no LDAP do cliente ficaram inativos nas comunidades que eles faziam parte. Para isto, devemos executar o passo a passo abaixo:



1. Na linha de comando do DOS, acesse o banco de dados PEOPLEDB:

db2
connect to PEOPLEDB

2. execute o comando SQL abaixo para que você possa conseguir o ID do usuário:

select PROF_GUID,PROF_MAIL from empinst.employee where PROF_MAIL_LOWER = 'andlc@ibm.biz'

Ele irá retornar uma linha com o ID do usuário:

PROF_GUID                                                             PROF_MAIL
------------                                                        ----------------------------------
BD0B9A70-467F-4B2F-AD10-28F354B5DB2D       andlc@ibm.biz
1 record(s) selected.

db2 =>

3. Após conseguir o ID executaremos um comando com o wsadmin:

D:\IBM\WebSphere\AppServer\profiles\Dmgr01\bin>wsadmin.bat -lang jython -username wsadmin -password passw0rd -port 8879
WASX7209I: Connected to process "dmgr" on node NPAA0902CellManager01 using SOAP connector;  The type of process is: DeploymentManager WASX7031I: For help, enter: "print Help.help()"
wsadmin>execfile("communitiesAdmin.py")
['WebSphere:cell=NPAA0902Cell01,name=CommunitiesAdmin,type=LotusConnections,node=NPAA0902Node01,process=connections_server']
Connecting to WebSphere:name=CommunitiesAdminService,type=LotusConnections,cell=NPAA0902Cell01,node=NPAA0902Node01,process=connections_server
Communities Administration initialized

4. Execute o comando abaixo para reativar o membro desta comunidade:

wsadmin> CommunitiesMemberService.syncMemberByExtId("E03F9512-3240-42A7-871E 216587291A51")
syncMemberByExtId request processed
wsadmin> quit

5. Seu usuário já esta ativo novamente e você poderá olhar na comunidade onde o usuário aparecia como inativo.


Maiores detalhes da documentação deste processo você poderá acessar em http://www-01.ibm.com/support/knowledgecenter/SSYGQH_4.5.0/admin/admin/c_admin_common_sync_via_admin_commands1.dita


Comentários

Postagens mais visitadas deste blog

Querendo aprender Design Thinking?

Segue uma lista interessante para você sobre Design Thinking. Canal do You Tube - Rodrigo Giaffredo https://www.youtube.com/channel/UCiZGIBd46d1EiVvlMVxkmkA?sub_confirmation=1 EXTERNAL RESOURCES IBM Design Thinking http://www.ibm.com/design/thinking/ IBM Design Language http://www.ibm.com/design/language/inspiration How It Works: Design Thinking - IBM Think Academy https://www.youtube.com/watch?v=pXtN4y3O35M Tim Brown: Designers -- think big! http://www.ted.com/talks/tim_brown_urges_designers_to_think_big#t-14620 IDEO Design Thinking http://designthinking.ideo.com/ Using Design Thinking to Design Business Models: http://labs.sogeti.com/using-design-thinking-to-design-business-models/ Remote Design Thinking https://medium.com/remote-design-thinking d.school bootcamp bootleg http://dschool.stanford.edu/wp-content/uploads/2011/03/BootcampBootleg2010v2SLIM.pdf Design Kit Org http://www.designkit.org/ http://www.designkit.org/methods The Field Guide to Human-Centered Design http://www.des...

Running Domino Administrator and Domino Designer on a MAC

I'm running Domino Designer and Domino Administrator on macOS Catalina 10.15.3. Prerequisites : - CrossOver 19.0.1 - Domino 10.01 Client Installer Steps : 1. create a bottle with Windows 7 32 bit 2. Install:     - Main sources     - Adobe Flash 18     - Visual C ++ 2005 8.0 SP1     - SDK 1.1 3. Install Domino 10 client Problems :    - eventually an error message appears with a window, just click ok Tips :    - when executing the designer for the first time, note that there will be a hidden window, which prevents you from clicking on the operation. Check not to warn anymore and it's ok.

How to install HCL Sametime V11

How to install  Sametime V10  - a series of blog posts by  Gabriella Davis : Installing Sametime V10 Limited Use  (including MongoDB) Installing Sametime V10 - The Proxy Server  (WAS based Proxy Server) How to install  Sametime V11 Official documentation How to set autostart for Sametime V11 Proxy Server (Tomcat):  Windows ,  Linux How to enable  business cards photos Configuring  Sametime V11  - a series of blog posts by  Roberto Boccadoro : Integrating Sametime 11 with iNotes and Verse on Premises How to allow access to mobile clients Enabling person photo in the client  (and related problem  solution ) What to do if file transfer is not working Replace self-signed certificate in Sametime...