SlideShare a Scribd company logo
1 of 59
Download to read offline
1050 – TDI Solutions Best Practices
with IBM Connections Deployments
Christoph Stoettner – panagenda
Christoph Stoettner
• Senior Consultant – panagenda
 IBM Notes / Domino since 1999
 IBM Connections since version 2.5 / 2009
• Many years of experience in:
 Migrations
 Administration und installation
 Performance analysis
• Joined panagenda in 2015 focusing in:
 IBM Connections deployment und optimization
 IBM Connections monitoring
• Husband of one & father of two, Bavarian
a @stoeps
j christoph-stoettner
Paths and General informations
• Default Values in []
 true|[false]
• valid values are true and false
• false is the Default
• <CONNECTIONS_ROOT>
 C:|D:IBMConnections
 /opt/IBM/Connections
• <WAS_HOME>
 C:|D:IBMWebSphereAppServer
 /opt/IBM/WebSphere/AppServer
Paths and General informations
• <TDI_HOME>
 C:|D:IBMTDI
 /opt/IBM/TDI
• <TDISol> (I do not use TDIV7.1.1tdisol)
 C:|D:IBMTDItdisol
 /opt/IBM/TDI/tdisol
• <TDI_install_dir>
 C:|D:IBMTDIV7.1.1
 /opt/IDM/TDI/V7.1.1
Functionality of TDISol
• Read LDAP (searchBase, searchFilter)
• Create User Profiles (internal and external)
• Update User Profiles
• Delete | Inactivate User Profiles
profiles_tdi.xml
LDAP v3
o Domino
o IBM SDS
o MS AD
o Novell eDirectory
o Oracle DS
o Sun JSDS
o DB2
o MS SQL
o Oracle DB
Install and Update TDI
• Use exactly the version and fixpack mentioned in System
Requirements
• IBM Connections 5.0:
Install and Update TDI (2)
• IBM Connections 5.5
 First version shown:
SDI 7.2
 Download now points
to TDI 7.1
 All links updated
(checked 29. Jan 2016)
Install TDI Fixpack
• Shut down TDI.
• Download and extract 7.1.1-TIV-TDI-FP0003.zip
• Read 7.1.1-TIV-TDI-FP0003.README.html (within ZIP)
• Copy UpdateInstaller.jar to <TDI_install_dir>maintenance
If the Update Installer patch is not applied the CE
will fail to launch after “applyupdate –rollback”
Install TDI Fixpack (2)
• On Windows:
 <TDI_install_dir>binapplyUpdates.bat -update TDI–7.1.1-FP0003.zip
• On Unix :
 <TDI_install_dir>/bin/applyUpdates.sh -update TDI–7.1.1-FP0003.zip
• Verify Installation
 Run the following command to verify the latest fix applied
 Windows: <TDI_install_dir>binapplyUpdates.bat -queryreg
 Unix/Linux: <TDI_install_dir>/bin/applyUpdates.sh -queryreg
Install and Update TDISol
• With IBM Connections 5
 No special/separate update packages for TDISol
 Extract initial version and update from
• <CONNECTIONS_ROOT>tdisoltdisol.zip|.tar
 Do not use TDIPopulation from Connections Wizard
• Different Formatting
• No updates
• Prior versions
 Download and Install new package from IBM Fix Central
Tips and Best Practices
• Do not copy properties from old <tdisol> or Wizard-Folder
• Apply your changes step by step
 Use Linux diff to find all changed values
 Notepad++ and Compare Plugin
• Save your properties to a version control system like git or svn
 Update after changes
Overview
map_dbrepos_from_source.properties
Map LDAP Attributes to Database Columns
(peopleDB – empinst.employee)
Source: Open Mic - Integrate IBM Connections Profiles with Tivoli Directory Integrator
profiles_tdi.properties
Settings used by Assemblyline
profiles_tdi.xml
• LDAP and DB server details
• LDAP Search filter, Search Base
TDI Engine
Profiles
Connector
PEOPLEDB
From profiles_tdi.xml
Files in TDISolution
Properties
• map_dbrepos_from_source.properties
 Definition of LDAP Attribute to Database Column mapping
• map_dbrepos_to_source.properties
 Only needed if you want to write back Profile data to LDAP
• solution.properties
 Global TDI properties (Derby DB, Keyfiles)
• profiles_tdi.properties
 Properties for TDISol Assemblyline
• validate_dbrepos_fields.properties
 Validation parameters (max and min length of values)
Mapping attributes
Map_dbrepos_from_source.properties
• Mapping of LDAP attribute to peopleDB fields
• value=null
 peopleDB field is not set
• value=attributename (e.g. email=mail)
• Be careful to not override editable fields of profiles
 description=null
 experience=null
• value={functionname}
 Value is calculated through JavaScript
Map_dbrepos_from_source.properties
• Important
 UID, GUID
• Do not map other values as UID or GUID to this DB columns
• Possible errors
 GUID ≠ {function_map_from_objectGUID} or
{function_map_from_dominoUNID}
• Group members in Communities not resolved
 UID ≠ ShortName or sAMAccountName
• In prior versions problems during deletion
Map_dbrepos_to_source.properties
• A possible way to write back changes uses make in
Connections Profiles to your LDAP
• Only fields not mapped in map_dbrepos_from_source can be
written to LDAP
• Domino:
 You can’t specify which database is updated, so all writes will
end up in names.nsf
 Be careful if you use Directory Assistance
A word on
sync_updates_hash_field
sync_update_hash_field
• Setting in profiles_tdi.properties
• Possible values
 UID(default)
 email
 GUID
• Matching accounts from LDAP and profilesDB are calculated with this
value!
• Possible Problems
 User renaming
 Reuse of mail address or shortname (uid)
sync_update_hash_field=uid
• User is renamed
 IBM Domino: UID/Shortname is multivalue
 Microsoft Active Directory: 1. User deactivated, 2. new profile
• User retires
 Profile gets inactivated or deleted
• User hires again (and gets his uid back)
 User is reactivated
• Other User with same UID hires
 Will get all data from old user account
sync_updates_hash_field=email
• User is renamed
 User gets inactivated
 New profile will be created
• User retires
 Inactivated or deleted user within Profiles
• User hires again
 User is reactivated
• Other User with same mail address hires
 Will get all data from old user account
 picture, tags, community membership
sync_updates_hash_field=guid
• User is renamed
 All data synchronize with LDAP
• User retires
 Inactivated or deleted user within Profiles
 Within Domino the person document is deleted
• User hires again
 Newly registered user has new guid
 New profile
 Duplicate login data -> no new profile
• You can use populate_from_dn_file.bat / collect_dns.bat to solve this
Country, Worklocation …
Country, Worklocation, Department not shown?
• You wonder why the Country is not shown in Profiles?
• Some database columns are not directly displayed
• Value in EMPINST.EMPLOYEE: PROF_ISO_COUNTRY_CODE
 Lookup in Table empinst.country
 EMPINST.COUNTRY filled with isocc.csv and fill_country.bat|sh
 Default: small char isocodes
isocc.csv (examples)
at;Austria
au;Australia
cz;Czech Republic
de;Germany
us;United States
EMPINST.COUNTRY EMPINST.EMPLOYEE
User not imported
• When your users add a country value with more than 3
characters
 Profile will not be created
 Map_dbrepos_from_source.properties
• countryCode=c
 validate_dbrepos_fields.properties
• countryCode=3
Country not displayed
• Domino LDAP reads Country (LDAP Attribut c) from Person
document -> Free Textfield, so you will find everything there
 Capitals
 Wrong abbreviation (like USA)
 Complete country names
• Solution
 Write a javascript function and rewrite the value in PEOPLEDB
• Lowercase, Isocodes ...
 Change values in Person documents
 Add ISOCODES in Capitals to isocc.csv and use fill_country.bat|sh
 Customize profileDetails.ftl (and display ISOCODE)
Worklocation
• map_dbrepos_from_source.properties
 workLocationCode=l
• Copy from TDISOL/samples workloc_samples.csv to
 TDISOL/workloc.csv
• Map value from l in workloc.csv to the StreetAddress
• Format:
• Example:
• Run fill_workloc.bat|sh
Department, Organisation, EmployeeType
• Use
 Deptinfo_sample.csv & fill_department.bat|sh
• Not shown in default profileDetails.ftl (Connections 5.0)
 Emptype_sample.csv & fill_emp_type.bat|sh
 Orginfo_sample.csv & fill_organization.bat|sh
• You can use TDI to create these csv-files
 Parser: CSV
 Source: SAP, LDAP, Databases …
Example
Important properties
tdienv.bat|sh
• Configuration File for Environment variables
 export TDIPATH=/opt/IBM/TDI/V7.1.1
 set %TDIPATH=D:IBMTDIV7.1.1
• All Scripts in TDISOL need this to find TDI Binaries
• Check if all shell scripts (*.sh) are executable (755)
 Zipped packages often loose Linux file attributes
profiles_tdi.properties
• Main configuration
 LDAP Connection parameter
• Host
• Bind User and Password
• LDAP Search and LDAP Base
 Database parameter
• JDBC Connection String
• Database user and password
profiles_tdi.properties (2)
• Testing your configuration
 sync_updates_show_summary_only=true|[false]
• Important properties
 sync_updates_hash_field=[uid]|guid|email
 sync_store_source_url=[true]|false
 sync_source_url_enforce=true|[false]
 sync_source_url_override=true|[false]
 perform_deletion_or_inactivate_for_sync=[true]|false
 sync_delete_or_inactivate=[inactivate]|delete
validate_dbrepos_fields.properties
• Validation parameters (min and max length)
• Sometimes smaller than maximum database column definition
• There are Technotes, that special ones can be changed
• Do not change database columns
 Update and Migration scripts may fail
Sync_all_dns
Hash DB
entries
• EMPINST.EMPLOYEE
*.dbids
Hash Source
entries
• LDAP
*.ldiff
Compare
Values
• Checks 0-9.dbids with
0-9.ldiff
Delete • Delete or inactivate
Add / Update
•Update
•Create (Add)
Revoke inactive users
• Inactivating users only add state inactive
• Some country laws
 demand removing pictures after some months
• After a period of time the author name is enough
Remove Profiles inactivated since n days
• Copy samples/revoke_*.* to <TDISOL>
• Edit revoke_users.properties
 keep_for_days=21
• revoke_users.bat|sh validate
 Check environment
• revoke_users.bat|sh summary
 revoke.ldif
 revoke_skip.ldif
• revoke_users.bat|sh revoke
External Users
Enable External Users
• Copy <TDISOL>, e.g. tdisol_external
• Set in both <TDISOL> to true:
 sync_store_source_url
 sync_source_url_enforce
• Prevents deactivating of Users of other <TDISOL>
 sync_source_url_override
• Tdisol_external
 External Users in different LDAP tree
 Or with special LDAP attribute
External Users in different LDAP (tree)
• Add LDAP (tree) to Federated Repository
 Users need to authenticate on WebSphere
• Change
 source_ldap_url
 source_ldap_search_base
 source_ldap_search_filter
• Add same values to
 source_ldap_url_visitor_confirm
 source_ldap_search_base_visitor_confirm
 source_ldap_search_filter_visitor_confirm
External Users in different LDAP (tree) (2)
• map_dbrepos_from_source.properties
 mode={func_mode_visitor_branch}
 Function will mark Users of this branch as External
External Users with LDAP attribute
• Define a LDAP attribute which contains ”external”
• Copy values of
 source_ldap_url
 source_ldap_search_base
 source_ldap_search_filter
• To
 source_ldap_url_visitor_confirm
 source_ldap_search_base_visitor_confirm
 source_ldap_search_filter_visitor_confirm
External Users with LDAP attribute (2)
• map_dbrepos_from_source.properties
 mode=LDAP attribute
• All values except of ”external” are interpreted as Internal!
• Easier to deploy, because no additional LDAP Tree or Server is
needed
Connections 5.5
Performance Improvements
• Several new files / scripts
• Check https://www-
01.ibm.com/support/knowledgecenter/SSYGQH_5.5.0/admin/a
dmin/c_admin_profiles_improving_sync_performance.html for
details
• Performance Improvements
 Timestamp tracking
• sync_updates_use_ldap_timestamp
 Multi processing
• sync_updates_size_model
Customization
Be careful – create a documentation
• You can use TDI Editor to change or add functions
• Updates?
 Create a detailed documentation
 TEST TEST TEST
• Alternatives
 Use separate Assembly lines to add your stuff
 Sync the needed values to your LDAP
• With TDI
Troubleshooting
Log Files
• <TDISOL>/logs
 Ibmdi.log
• Main log file
 PopulateFromDNFile.log
• Log of populate_from_dn_file
 SyncUpdates.log
• Log of sync_all_dns
employee.*
• Good starting point for troubleshooting
 employee.adds
 employee.delete
 employee.error
 employee.skip
 employee.update
• sync_updates_show_summary_only = true
 Dry run of sync_all_dns -> no changes written to DB
Debugging
• profiles_tdi.properties
 debug_managers|photos|pronounce|fill_codes=true|[false]
 debug_draft|update_profile|collect|special=true|[false]
• Global Debug
 etc/log4j.properties (Default: INFO)
• log4j.rootCategory=DEBUG, Default
• Analyse TDISOL/logs/ibmdi.log
Adding Root Certificates to TDISol
• If you want to use LDAPS
• Edit solution.properties
 Uncomment
• javax.net.ssl.trustStore=key.jks
• {protect}-javax.net.ssl.trustStorePassword=keystore-password
• javax.net.ssl.trustStoreType=jks
• Create Keyfile & Add CA Certificate
 $JAVA_HOME/jre/bin/keytool
 keytool –import –alias <some string> –keystore key.jks –file your-key.pem
Populate Users with separate commands
• Use collect_dns.bat|sh to check if
 LDAP Connection is working
 Search Filter & Search Base find all users
• Populate a single user
 Delete all other from collect.dns
 Run populate_from_dn_file.bat|sh
• This shows that DB Connection is working
• No delete or inactivate, just create & update
• Iterate on $DN -> solves issues with different GUID
Collect_dns & Populate_from_dn_file
collect_dns.bat
• Collect user from Source
• Search Filter
• Search Base
creates collect.dns • Contains list of User DN
populate_from_dn_file.bat • Iterate on DN
write changes to
database
• Update Profile
• Create Profile
Links
• IBM Fix Central – http://www-933.ibm.com/support/fixcentral
• Open Mic: Integrate IBM Connections Profiles with Tivoli
Directory Integrator - http://www-
01.ibm.com/support/docview.wss?uid=swg27047226&aid=1
Acknowledgements and Disclaimers
Availability. References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM
operates.
The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views. They are provided for informational
purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or advice to any participant. While efforts were made to
verify the completeness and accuracy of the information contained in this presentation, it is provided AS-IS without warranty of any kind, express or implied. IBM
shall not be responsible for any damages arising out of the use of, or otherwise related to, this presentation or any other materials. Nothing contained in this
presentation is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms
and conditions of the applicable license agreement governing the use of IBM software.
All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved.
Actual environmental costs and performance characteristics may vary by customer. Nothing contained in these materials is intended to, nor shall have the effect
of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results.
Acknowledgements and Disclaimers cont.
© Copyright IBM Corporation 2015. All rights reserved.
• U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
• IBM, the IBM logo, ibm.com, WebSphere and DB2 are trademarks or registered trademarks of International Business Machines Corporation in the United
States, other countries, or both. If these and other IBM trademarked terms are marked on their first occurrence in this information with a trademark symbol (®
or ™), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may
also be registered or common law trademarks in other countries. A current list of IBM trademarks is available on the Web at “Copyright and trademark
information” at www.ibm.com/legal/copytrade.shtml
• Microsoft, Windows are registered trademarks of Microsoft
• Linux is a registered trademark of Linus Torvalds.
• Oracle, Sun and Java are registered trademarks of Oracle.
• Other company, product, or service names may be trademarks or service marks of others.
Thank you

More Related Content

What's hot

CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-ReloadedCollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-ReloadedChristoph Adler
 
What We Wish We Had Known: Becoming an IBM Connections Administrator
What We Wish We Had Known: Becoming an IBM Connections AdministratorWhat We Wish We Had Known: Becoming an IBM Connections Administrator
What We Wish We Had Known: Becoming an IBM Connections AdministratorGabriella Davis
 
Best And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM ConnectionsBest And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM ConnectionsLetsConnect
 
Domino Tech School - Upgrading to Notes/Domino V10: Best Practices
Domino Tech School - Upgrading to Notes/Domino V10: Best PracticesDomino Tech School - Upgrading to Notes/Domino V10: Best Practices
Domino Tech School - Upgrading to Notes/Domino V10: Best PracticesChristoph Adler
 
Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!Christoph Adler
 
RNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostRNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostChristoph Adler
 
Victor Toal - IBM Connections: So you have it installed – now what?
Victor Toal - IBM Connections: So you have it installed – now what?Victor Toal - IBM Connections: So you have it installed – now what?
Victor Toal - IBM Connections: So you have it installed – now what?LetsConnect
 
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 UpgradesCollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 UpgradesChristoph Adler
 
IBM Connect 2016 BP1491: Virtual, Faster, Better! How to Virtualize the Rich ...
IBM Connect 2016 BP1491: Virtual, Faster, Better! How to Virtualize the Rich ...IBM Connect 2016 BP1491: Virtual, Faster, Better! How to Virtualize the Rich ...
IBM Connect 2016 BP1491: Virtual, Faster, Better! How to Virtualize the Rich ...Daniel Reimann
 
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...Christoph Adler
 
RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...
RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...
RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...Christoph Adler
 
IAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
IAmLUG presentation: Domino Admin Best Practices - Hunting the GremlinsIAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
IAmLUG presentation: Domino Admin Best Practices - Hunting the GremlinsDavid Hablewitz
 
Our take on Domino 10 - a Ytria webinar
Our take on Domino 10 - a Ytria webinarOur take on Domino 10 - a Ytria webinar
Our take on Domino 10 - a Ytria webinarBenedek Menesi
 
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — SeamlessRNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — SeamlessChristoph Adler
 
You don't want to do it like that
You don't want to do it like thatYou don't want to do it like that
You don't want to do it like thatSharon James
 
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...Christoph Adler
 
Virtual, Faster, Better! How to Virtualize the Rich Client and Browser Plugin...
Virtual, Faster, Better! How to Virtualize the Rich Client and Browser Plugin...Virtual, Faster, Better! How to Virtualize the Rich Client and Browser Plugin...
Virtual, Faster, Better! How to Virtualize the Rich Client and Browser Plugin...ICS User Group
 
1692 - When Lightning Strikes Collaboration
1692 - When Lightning Strikes Collaboration1692 - When Lightning Strikes Collaboration
1692 - When Lightning Strikes CollaborationChristoph Adler
 
AdminCamp 2018 - IBM Notes V10 Performance Boost
AdminCamp 2018 - IBM Notes V10 Performance BoostAdminCamp 2018 - IBM Notes V10 Performance Boost
AdminCamp 2018 - IBM Notes V10 Performance BoostChristoph Adler
 
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....Christoph Adler
 

What's hot (20)

CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-ReloadedCollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
 
What We Wish We Had Known: Becoming an IBM Connections Administrator
What We Wish We Had Known: Becoming an IBM Connections AdministratorWhat We Wish We Had Known: Becoming an IBM Connections Administrator
What We Wish We Had Known: Becoming an IBM Connections Administrator
 
Best And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM ConnectionsBest And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM Connections
 
Domino Tech School - Upgrading to Notes/Domino V10: Best Practices
Domino Tech School - Upgrading to Notes/Domino V10: Best PracticesDomino Tech School - Upgrading to Notes/Domino V10: Best Practices
Domino Tech School - Upgrading to Notes/Domino V10: Best Practices
 
Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!
 
RNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostRNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance Boost
 
Victor Toal - IBM Connections: So you have it installed – now what?
Victor Toal - IBM Connections: So you have it installed – now what?Victor Toal - IBM Connections: So you have it installed – now what?
Victor Toal - IBM Connections: So you have it installed – now what?
 
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 UpgradesCollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
 
IBM Connect 2016 BP1491: Virtual, Faster, Better! How to Virtualize the Rich ...
IBM Connect 2016 BP1491: Virtual, Faster, Better! How to Virtualize the Rich ...IBM Connect 2016 BP1491: Virtual, Faster, Better! How to Virtualize the Rich ...
IBM Connect 2016 BP1491: Virtual, Faster, Better! How to Virtualize the Rich ...
 
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
 
RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...
RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...
RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...
 
IAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
IAmLUG presentation: Domino Admin Best Practices - Hunting the GremlinsIAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
IAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
 
Our take on Domino 10 - a Ytria webinar
Our take on Domino 10 - a Ytria webinarOur take on Domino 10 - a Ytria webinar
Our take on Domino 10 - a Ytria webinar
 
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — SeamlessRNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
 
You don't want to do it like that
You don't want to do it like thatYou don't want to do it like that
You don't want to do it like that
 
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
 
Virtual, Faster, Better! How to Virtualize the Rich Client and Browser Plugin...
Virtual, Faster, Better! How to Virtualize the Rich Client and Browser Plugin...Virtual, Faster, Better! How to Virtualize the Rich Client and Browser Plugin...
Virtual, Faster, Better! How to Virtualize the Rich Client and Browser Plugin...
 
1692 - When Lightning Strikes Collaboration
1692 - When Lightning Strikes Collaboration1692 - When Lightning Strikes Collaboration
1692 - When Lightning Strikes Collaboration
 
AdminCamp 2018 - IBM Notes V10 Performance Boost
AdminCamp 2018 - IBM Notes V10 Performance BoostAdminCamp 2018 - IBM Notes V10 Performance Boost
AdminCamp 2018 - IBM Notes V10 Performance Boost
 
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
CollabSphere 2020 Live - Virtual, Faster, Better! How to deploy HCL Notes 11....
 

Viewers also liked

SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016panagenda
 
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...panagenda
 
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUGNotes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUGpanagenda
 
Going Cloud - warum und wie? - 42. DNUG
Going Cloud - warum und wie? - 42. DNUGGoing Cloud - warum und wie? - 42. DNUG
Going Cloud - warum und wie? - 42. DNUGpanagenda
 
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016panagenda
 
SUTOL 2016: IBM Connections Deployment Best and Worst Practices
SUTOL 2016: IBM Connections Deployment Best and Worst PracticesSUTOL 2016: IBM Connections Deployment Best and Worst Practices
SUTOL 2016: IBM Connections Deployment Best and Worst Practicespanagenda
 
DEV-1268: IBM Connections Adminblast – IBM Connect 2017
DEV-1268: IBM Connections Adminblast – IBM Connect 2017DEV-1268: IBM Connections Adminblast – IBM Connect 2017
DEV-1268: IBM Connections Adminblast – IBM Connect 2017panagenda
 
DEV-1269: Best and Worst Practices for Deploying IBM Connections – IBM Conne...
DEV-1269: Best and Worst Practices for Deploying IBM Connections  – IBM Conne...DEV-1269: Best and Worst Practices for Deploying IBM Connections  – IBM Conne...
DEV-1269: Best and Worst Practices for Deploying IBM Connections – IBM Conne...panagenda
 
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017panagenda
 
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...panagenda
 
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...Christoph Adler
 
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017panagenda
 

Viewers also liked (12)

SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
 
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
 
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUGNotes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
 
Going Cloud - warum und wie? - 42. DNUG
Going Cloud - warum und wie? - 42. DNUGGoing Cloud - warum und wie? - 42. DNUG
Going Cloud - warum und wie? - 42. DNUG
 
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
 
SUTOL 2016: IBM Connections Deployment Best and Worst Practices
SUTOL 2016: IBM Connections Deployment Best and Worst PracticesSUTOL 2016: IBM Connections Deployment Best and Worst Practices
SUTOL 2016: IBM Connections Deployment Best and Worst Practices
 
DEV-1268: IBM Connections Adminblast – IBM Connect 2017
DEV-1268: IBM Connections Adminblast – IBM Connect 2017DEV-1268: IBM Connections Adminblast – IBM Connect 2017
DEV-1268: IBM Connections Adminblast – IBM Connect 2017
 
DEV-1269: Best and Worst Practices for Deploying IBM Connections – IBM Conne...
DEV-1269: Best and Worst Practices for Deploying IBM Connections  – IBM Conne...DEV-1269: Best and Worst Practices for Deploying IBM Connections  – IBM Conne...
DEV-1269: Best and Worst Practices for Deploying IBM Connections – IBM Conne...
 
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
 
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
 
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
 
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
 

Similar to 1050: TDI Solutions Best Practises with IBM Connections Deployments - IBM Connect 2016

Making your user happy – how to create a perfect profile
Making your user happy – how to create a perfect profileMaking your user happy – how to create a perfect profile
Making your user happy – how to create a perfect profileLetsConnect
 
The lazy administrator, how to make your life easier by using tdi to automate...
The lazy administrator, how to make your life easier by using tdi to automate...The lazy administrator, how to make your life easier by using tdi to automate...
The lazy administrator, how to make your life easier by using tdi to automate...Wannes Rams
 
The lazy administrator, how to make your life easier by using tdi to automate...
The lazy administrator, how to make your life easier by using tdi to automate...The lazy administrator, how to make your life easier by using tdi to automate...
The lazy administrator, how to make your life easier by using tdi to automate...Klaus Bild
 
DMann-SQLDeveloper4Reporting
DMann-SQLDeveloper4ReportingDMann-SQLDeveloper4Reporting
DMann-SQLDeveloper4ReportingDavid Mann
 
BEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONS
BEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONSBEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONS
BEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONSNico Meisenzahl
 
Best and worst practices deploying IBM Connections
Best and worst practices deploying IBM ConnectionsBest and worst practices deploying IBM Connections
Best and worst practices deploying IBM ConnectionsLetsConnect
 
14 Easy Steps to End-User Empowerment: Convert Custom Reports to BI Publisher
14 Easy Steps to End-User Empowerment: Convert Custom Reports to BI Publisher14 Easy Steps to End-User Empowerment: Convert Custom Reports to BI Publisher
14 Easy Steps to End-User Empowerment: Convert Custom Reports to BI PublisherMohan Dutt
 
ICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other ThingsICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other Thingspanagenda
 
Evolutionary db development
Evolutionary db development Evolutionary db development
Evolutionary db development Open Party
 
#DNUG45 - IBM Notes and Domino Performance Boost - Reloaded
 #DNUG45 - IBM Notes and Domino Performance Boost - Reloaded #DNUG45 - IBM Notes and Domino Performance Boost - Reloaded
#DNUG45 - IBM Notes and Domino Performance Boost - ReloadedChristoph Adler
 
Anatomy of Autoconfig in Oracle E-Business Suite
Anatomy of Autoconfig in Oracle E-Business SuiteAnatomy of Autoconfig in Oracle E-Business Suite
Anatomy of Autoconfig in Oracle E-Business Suitevasuballa
 
Salesforce Admin's guide : the data loader from the command line
Salesforce Admin's guide : the data loader from the command lineSalesforce Admin's guide : the data loader from the command line
Salesforce Admin's guide : the data loader from the command lineCyrille Coeurjoly
 
A Hitchhiker's Guide to troubleshooting IBM Connections
A Hitchhiker's Guide to troubleshooting IBM ConnectionsA Hitchhiker's Guide to troubleshooting IBM Connections
A Hitchhiker's Guide to troubleshooting IBM ConnectionsICON UK EVENTS Limited
 
A hitchhiker’s guide to troubleshooting ibm connections
A hitchhiker’s guide to troubleshooting ibm connectionsA hitchhiker’s guide to troubleshooting ibm connections
A hitchhiker’s guide to troubleshooting ibm connectionsSharon James
 
EG Reports - Delicious Data
EG Reports - Delicious DataEG Reports - Delicious Data
EG Reports - Delicious DataBenjamin Shum
 
IBM Connections Troubleshooting or “Get the Cow off the Ice”
IBM Connections Troubleshooting or “Get the Cow off the Ice” IBM Connections Troubleshooting or “Get the Cow off the Ice”
IBM Connections Troubleshooting or “Get the Cow off the Ice” LetsConnect
 
IBM CONNECTIONS TROUBLESHOOTING OR “GET THE COW OFF THE ICE"
IBM CONNECTIONS TROUBLESHOOTING OR “GET THE COW OFF THE ICE"IBM CONNECTIONS TROUBLESHOOTING OR “GET THE COW OFF THE ICE"
IBM CONNECTIONS TROUBLESHOOTING OR “GET THE COW OFF THE ICE"Nico Meisenzahl
 
be the captain of your connections deployment
be the captain of your connections deploymentbe the captain of your connections deployment
be the captain of your connections deploymentSharon James
 

Similar to 1050: TDI Solutions Best Practises with IBM Connections Deployments - IBM Connect 2016 (20)

Making your user happy – how to create a perfect profile
Making your user happy – how to create a perfect profileMaking your user happy – how to create a perfect profile
Making your user happy – how to create a perfect profile
 
The lazy administrator, how to make your life easier by using tdi to automate...
The lazy administrator, how to make your life easier by using tdi to automate...The lazy administrator, how to make your life easier by using tdi to automate...
The lazy administrator, how to make your life easier by using tdi to automate...
 
The lazy administrator, how to make your life easier by using tdi to automate...
The lazy administrator, how to make your life easier by using tdi to automate...The lazy administrator, how to make your life easier by using tdi to automate...
The lazy administrator, how to make your life easier by using tdi to automate...
 
DMann-SQLDeveloper4Reporting
DMann-SQLDeveloper4ReportingDMann-SQLDeveloper4Reporting
DMann-SQLDeveloper4Reporting
 
BEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONS
BEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONSBEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONS
BEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONS
 
Best and worst practices deploying IBM Connections
Best and worst practices deploying IBM ConnectionsBest and worst practices deploying IBM Connections
Best and worst practices deploying IBM Connections
 
Datastage Introduction To Data Warehousing
Datastage Introduction To Data WarehousingDatastage Introduction To Data Warehousing
Datastage Introduction To Data Warehousing
 
14 Easy Steps to End-User Empowerment: Convert Custom Reports to BI Publisher
14 Easy Steps to End-User Empowerment: Convert Custom Reports to BI Publisher14 Easy Steps to End-User Empowerment: Convert Custom Reports to BI Publisher
14 Easy Steps to End-User Empowerment: Convert Custom Reports to BI Publisher
 
Open micictdi
Open micictdiOpen micictdi
Open micictdi
 
ICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other ThingsICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other Things
 
Evolutionary db development
Evolutionary db development Evolutionary db development
Evolutionary db development
 
#DNUG45 - IBM Notes and Domino Performance Boost - Reloaded
 #DNUG45 - IBM Notes and Domino Performance Boost - Reloaded #DNUG45 - IBM Notes and Domino Performance Boost - Reloaded
#DNUG45 - IBM Notes and Domino Performance Boost - Reloaded
 
Anatomy of Autoconfig in Oracle E-Business Suite
Anatomy of Autoconfig in Oracle E-Business SuiteAnatomy of Autoconfig in Oracle E-Business Suite
Anatomy of Autoconfig in Oracle E-Business Suite
 
Salesforce Admin's guide : the data loader from the command line
Salesforce Admin's guide : the data loader from the command lineSalesforce Admin's guide : the data loader from the command line
Salesforce Admin's guide : the data loader from the command line
 
A Hitchhiker's Guide to troubleshooting IBM Connections
A Hitchhiker's Guide to troubleshooting IBM ConnectionsA Hitchhiker's Guide to troubleshooting IBM Connections
A Hitchhiker's Guide to troubleshooting IBM Connections
 
A hitchhiker’s guide to troubleshooting ibm connections
A hitchhiker’s guide to troubleshooting ibm connectionsA hitchhiker’s guide to troubleshooting ibm connections
A hitchhiker’s guide to troubleshooting ibm connections
 
EG Reports - Delicious Data
EG Reports - Delicious DataEG Reports - Delicious Data
EG Reports - Delicious Data
 
IBM Connections Troubleshooting or “Get the Cow off the Ice”
IBM Connections Troubleshooting or “Get the Cow off the Ice” IBM Connections Troubleshooting or “Get the Cow off the Ice”
IBM Connections Troubleshooting or “Get the Cow off the Ice”
 
IBM CONNECTIONS TROUBLESHOOTING OR “GET THE COW OFF THE ICE"
IBM CONNECTIONS TROUBLESHOOTING OR “GET THE COW OFF THE ICE"IBM CONNECTIONS TROUBLESHOOTING OR “GET THE COW OFF THE ICE"
IBM CONNECTIONS TROUBLESHOOTING OR “GET THE COW OFF THE ICE"
 
be the captain of your connections deployment
be the captain of your connections deploymentbe the captain of your connections deployment
be the captain of your connections deployment
 

More from panagenda

Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Why you need monitoring to keep your Microsoft 365 journey successful
Why you need monitoring to keep your Microsoft 365 journey successfulWhy you need monitoring to keep your Microsoft 365 journey successful
Why you need monitoring to keep your Microsoft 365 journey successfulpanagenda
 
Developer Special: How to Prepare Applications for Notes 64-bit Clients
Developer Special: How to Prepare Applications for Notes 64-bit ClientsDeveloper Special: How to Prepare Applications for Notes 64-bit Clients
Developer Special: How to Prepare Applications for Notes 64-bit Clientspanagenda
 
Everything You Need to Know About HCL Notes 14
Everything You Need to Know About HCL Notes 14Everything You Need to Know About HCL Notes 14
Everything You Need to Know About HCL Notes 14panagenda
 
Alles was Sie über HCL Notes 14 wissen müssen
Alles was Sie über HCL Notes 14 wissen müssenAlles was Sie über HCL Notes 14 wissen müssen
Alles was Sie über HCL Notes 14 wissen müssenpanagenda
 
Workshop: HCL Notes 14 Upgrades einfach gemacht – von A bis Z
Workshop: HCL Notes 14 Upgrades einfach gemacht – von A bis ZWorkshop: HCL Notes 14 Upgrades einfach gemacht – von A bis Z
Workshop: HCL Notes 14 Upgrades einfach gemacht – von A bis Zpanagenda
 
How to Perform HCL Notes 14 Upgrades Smoothly
How to Perform HCL Notes 14 Upgrades SmoothlyHow to Perform HCL Notes 14 Upgrades Smoothly
How to Perform HCL Notes 14 Upgrades Smoothlypanagenda
 
The Ultimate Administrator’s Guide to HCL Nomad Web
The Ultimate Administrator’s Guide to HCL Nomad WebThe Ultimate Administrator’s Guide to HCL Nomad Web
The Ultimate Administrator’s Guide to HCL Nomad Webpanagenda
 
Die ultimative Anleitung für HCL Nomad Web Administratoren
Die ultimative Anleitung für HCL Nomad Web AdministratorenDie ultimative Anleitung für HCL Nomad Web Administratoren
Die ultimative Anleitung für HCL Nomad Web Administratorenpanagenda
 
Bring the Modern and Seamless User Experience You Deserve to HCL Nomad
Bring the Modern and Seamless User Experience You Deserve to HCL NomadBring the Modern and Seamless User Experience You Deserve to HCL Nomad
Bring the Modern and Seamless User Experience You Deserve to HCL Nomadpanagenda
 
Wie man HCL Nomad eine moderne User Experience verschafft
Wie man HCL Nomad eine moderne User Experience verschafftWie man HCL Nomad eine moderne User Experience verschafft
Wie man HCL Nomad eine moderne User Experience verschafftpanagenda
 
Im Praxistest – Microsoft Teams Performance im hybriden Arbeitsalltag
Im Praxistest – Microsoft Teams Performance im hybriden ArbeitsalltagIm Praxistest – Microsoft Teams Performance im hybriden Arbeitsalltag
Im Praxistest – Microsoft Teams Performance im hybriden Arbeitsalltagpanagenda
 
Hybrid Environments and What They Mean for HCL Notes and Nomad
Hybrid Environments and What They Mean for HCL Notes and NomadHybrid Environments and What They Mean for HCL Notes and Nomad
Hybrid Environments and What They Mean for HCL Notes and Nomadpanagenda
 
Hybride Umgebungen und was sie für HCL Notes und Nomad bedeuten
Hybride Umgebungen und was sie für HCL Notes und Nomad bedeutenHybride Umgebungen und was sie für HCL Notes und Nomad bedeuten
Hybride Umgebungen und was sie für HCL Notes und Nomad bedeutenpanagenda
 
MVP vs. MCM: Microsoft Teams Troubleshooting
MVP vs. MCM: Microsoft Teams TroubleshootingMVP vs. MCM: Microsoft Teams Troubleshooting
MVP vs. MCM: Microsoft Teams Troubleshootingpanagenda
 
HCL Notes und Nomad Fehlerbehebung für Dummies
HCL Notes und Nomad Fehlerbehebung für DummiesHCL Notes und Nomad Fehlerbehebung für Dummies
HCL Notes und Nomad Fehlerbehebung für Dummiespanagenda
 
HCL Notes and Nomad Troubleshooting for Dummies
HCL Notes and Nomad Troubleshooting for DummiesHCL Notes and Nomad Troubleshooting for Dummies
HCL Notes and Nomad Troubleshooting for Dummiespanagenda
 
The CEO is Having MS Teams Call Quality Issues! Now What?
The CEO is Having MS Teams Call Quality Issues! Now What?The CEO is Having MS Teams Call Quality Issues! Now What?
The CEO is Having MS Teams Call Quality Issues! Now What?panagenda
 

More from panagenda (20)

Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Why you need monitoring to keep your Microsoft 365 journey successful
Why you need monitoring to keep your Microsoft 365 journey successfulWhy you need monitoring to keep your Microsoft 365 journey successful
Why you need monitoring to keep your Microsoft 365 journey successful
 
Developer Special: How to Prepare Applications for Notes 64-bit Clients
Developer Special: How to Prepare Applications for Notes 64-bit ClientsDeveloper Special: How to Prepare Applications for Notes 64-bit Clients
Developer Special: How to Prepare Applications for Notes 64-bit Clients
 
Everything You Need to Know About HCL Notes 14
Everything You Need to Know About HCL Notes 14Everything You Need to Know About HCL Notes 14
Everything You Need to Know About HCL Notes 14
 
Alles was Sie über HCL Notes 14 wissen müssen
Alles was Sie über HCL Notes 14 wissen müssenAlles was Sie über HCL Notes 14 wissen müssen
Alles was Sie über HCL Notes 14 wissen müssen
 
Workshop: HCL Notes 14 Upgrades einfach gemacht – von A bis Z
Workshop: HCL Notes 14 Upgrades einfach gemacht – von A bis ZWorkshop: HCL Notes 14 Upgrades einfach gemacht – von A bis Z
Workshop: HCL Notes 14 Upgrades einfach gemacht – von A bis Z
 
How to Perform HCL Notes 14 Upgrades Smoothly
How to Perform HCL Notes 14 Upgrades SmoothlyHow to Perform HCL Notes 14 Upgrades Smoothly
How to Perform HCL Notes 14 Upgrades Smoothly
 
The Ultimate Administrator’s Guide to HCL Nomad Web
The Ultimate Administrator’s Guide to HCL Nomad WebThe Ultimate Administrator’s Guide to HCL Nomad Web
The Ultimate Administrator’s Guide to HCL Nomad Web
 
Die ultimative Anleitung für HCL Nomad Web Administratoren
Die ultimative Anleitung für HCL Nomad Web AdministratorenDie ultimative Anleitung für HCL Nomad Web Administratoren
Die ultimative Anleitung für HCL Nomad Web Administratoren
 
Bring the Modern and Seamless User Experience You Deserve to HCL Nomad
Bring the Modern and Seamless User Experience You Deserve to HCL NomadBring the Modern and Seamless User Experience You Deserve to HCL Nomad
Bring the Modern and Seamless User Experience You Deserve to HCL Nomad
 
Wie man HCL Nomad eine moderne User Experience verschafft
Wie man HCL Nomad eine moderne User Experience verschafftWie man HCL Nomad eine moderne User Experience verschafft
Wie man HCL Nomad eine moderne User Experience verschafft
 
Im Praxistest – Microsoft Teams Performance im hybriden Arbeitsalltag
Im Praxistest – Microsoft Teams Performance im hybriden ArbeitsalltagIm Praxistest – Microsoft Teams Performance im hybriden Arbeitsalltag
Im Praxistest – Microsoft Teams Performance im hybriden Arbeitsalltag
 
Hybrid Environments and What They Mean for HCL Notes and Nomad
Hybrid Environments and What They Mean for HCL Notes and NomadHybrid Environments and What They Mean for HCL Notes and Nomad
Hybrid Environments and What They Mean for HCL Notes and Nomad
 
Hybride Umgebungen und was sie für HCL Notes und Nomad bedeuten
Hybride Umgebungen und was sie für HCL Notes und Nomad bedeutenHybride Umgebungen und was sie für HCL Notes und Nomad bedeuten
Hybride Umgebungen und was sie für HCL Notes und Nomad bedeuten
 
MVP vs. MCM: Microsoft Teams Troubleshooting
MVP vs. MCM: Microsoft Teams TroubleshootingMVP vs. MCM: Microsoft Teams Troubleshooting
MVP vs. MCM: Microsoft Teams Troubleshooting
 
HCL Notes und Nomad Fehlerbehebung für Dummies
HCL Notes und Nomad Fehlerbehebung für DummiesHCL Notes und Nomad Fehlerbehebung für Dummies
HCL Notes und Nomad Fehlerbehebung für Dummies
 
HCL Notes and Nomad Troubleshooting for Dummies
HCL Notes and Nomad Troubleshooting for DummiesHCL Notes and Nomad Troubleshooting for Dummies
HCL Notes and Nomad Troubleshooting for Dummies
 
The CEO is Having MS Teams Call Quality Issues! Now What?
The CEO is Having MS Teams Call Quality Issues! Now What?The CEO is Having MS Teams Call Quality Issues! Now What?
The CEO is Having MS Teams Call Quality Issues! Now What?
 

Recently uploaded

Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Hr365.us smith
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Velvetech LLC
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfMarharyta Nedzelska
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaHanief Utama
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Mater
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Natan Silnitsky
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作qr0udbr0
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
Sending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdfSending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdf31events.com
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Cizo Technology Services
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceBrainSell Technologies
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprisepreethippts
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfDrew Moseley
 

Recently uploaded (20)

Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdf
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief Utama
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
Sending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdfSending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdf
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. Salesforce
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprise
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdf
 

1050: TDI Solutions Best Practises with IBM Connections Deployments - IBM Connect 2016

  • 1. 1050 – TDI Solutions Best Practices with IBM Connections Deployments Christoph Stoettner – panagenda
  • 2. Christoph Stoettner • Senior Consultant – panagenda  IBM Notes / Domino since 1999  IBM Connections since version 2.5 / 2009 • Many years of experience in:  Migrations  Administration und installation  Performance analysis • Joined panagenda in 2015 focusing in:  IBM Connections deployment und optimization  IBM Connections monitoring • Husband of one & father of two, Bavarian a @stoeps j christoph-stoettner
  • 3. Paths and General informations • Default Values in []  true|[false] • valid values are true and false • false is the Default • <CONNECTIONS_ROOT>  C:|D:IBMConnections  /opt/IBM/Connections • <WAS_HOME>  C:|D:IBMWebSphereAppServer  /opt/IBM/WebSphere/AppServer
  • 4. Paths and General informations • <TDI_HOME>  C:|D:IBMTDI  /opt/IBM/TDI • <TDISol> (I do not use TDIV7.1.1tdisol)  C:|D:IBMTDItdisol  /opt/IBM/TDI/tdisol • <TDI_install_dir>  C:|D:IBMTDIV7.1.1  /opt/IDM/TDI/V7.1.1
  • 5. Functionality of TDISol • Read LDAP (searchBase, searchFilter) • Create User Profiles (internal and external) • Update User Profiles • Delete | Inactivate User Profiles profiles_tdi.xml LDAP v3 o Domino o IBM SDS o MS AD o Novell eDirectory o Oracle DS o Sun JSDS o DB2 o MS SQL o Oracle DB
  • 6. Install and Update TDI • Use exactly the version and fixpack mentioned in System Requirements • IBM Connections 5.0:
  • 7. Install and Update TDI (2) • IBM Connections 5.5  First version shown: SDI 7.2  Download now points to TDI 7.1  All links updated (checked 29. Jan 2016)
  • 8. Install TDI Fixpack • Shut down TDI. • Download and extract 7.1.1-TIV-TDI-FP0003.zip • Read 7.1.1-TIV-TDI-FP0003.README.html (within ZIP) • Copy UpdateInstaller.jar to <TDI_install_dir>maintenance If the Update Installer patch is not applied the CE will fail to launch after “applyupdate –rollback”
  • 9. Install TDI Fixpack (2) • On Windows:  <TDI_install_dir>binapplyUpdates.bat -update TDI–7.1.1-FP0003.zip • On Unix :  <TDI_install_dir>/bin/applyUpdates.sh -update TDI–7.1.1-FP0003.zip • Verify Installation  Run the following command to verify the latest fix applied  Windows: <TDI_install_dir>binapplyUpdates.bat -queryreg  Unix/Linux: <TDI_install_dir>/bin/applyUpdates.sh -queryreg
  • 10. Install and Update TDISol • With IBM Connections 5  No special/separate update packages for TDISol  Extract initial version and update from • <CONNECTIONS_ROOT>tdisoltdisol.zip|.tar  Do not use TDIPopulation from Connections Wizard • Different Formatting • No updates • Prior versions  Download and Install new package from IBM Fix Central
  • 11. Tips and Best Practices • Do not copy properties from old <tdisol> or Wizard-Folder • Apply your changes step by step  Use Linux diff to find all changed values  Notepad++ and Compare Plugin • Save your properties to a version control system like git or svn  Update after changes
  • 12. Overview map_dbrepos_from_source.properties Map LDAP Attributes to Database Columns (peopleDB – empinst.employee) Source: Open Mic - Integrate IBM Connections Profiles with Tivoli Directory Integrator profiles_tdi.properties Settings used by Assemblyline profiles_tdi.xml • LDAP and DB server details • LDAP Search filter, Search Base TDI Engine Profiles Connector PEOPLEDB From profiles_tdi.xml
  • 14. Properties • map_dbrepos_from_source.properties  Definition of LDAP Attribute to Database Column mapping • map_dbrepos_to_source.properties  Only needed if you want to write back Profile data to LDAP • solution.properties  Global TDI properties (Derby DB, Keyfiles) • profiles_tdi.properties  Properties for TDISol Assemblyline • validate_dbrepos_fields.properties  Validation parameters (max and min length of values)
  • 16. Map_dbrepos_from_source.properties • Mapping of LDAP attribute to peopleDB fields • value=null  peopleDB field is not set • value=attributename (e.g. email=mail) • Be careful to not override editable fields of profiles  description=null  experience=null • value={functionname}  Value is calculated through JavaScript
  • 17. Map_dbrepos_from_source.properties • Important  UID, GUID • Do not map other values as UID or GUID to this DB columns • Possible errors  GUID ≠ {function_map_from_objectGUID} or {function_map_from_dominoUNID} • Group members in Communities not resolved  UID ≠ ShortName or sAMAccountName • In prior versions problems during deletion
  • 18. Map_dbrepos_to_source.properties • A possible way to write back changes uses make in Connections Profiles to your LDAP • Only fields not mapped in map_dbrepos_from_source can be written to LDAP • Domino:  You can’t specify which database is updated, so all writes will end up in names.nsf  Be careful if you use Directory Assistance
  • 20. sync_update_hash_field • Setting in profiles_tdi.properties • Possible values  UID(default)  email  GUID • Matching accounts from LDAP and profilesDB are calculated with this value! • Possible Problems  User renaming  Reuse of mail address or shortname (uid)
  • 21. sync_update_hash_field=uid • User is renamed  IBM Domino: UID/Shortname is multivalue  Microsoft Active Directory: 1. User deactivated, 2. new profile • User retires  Profile gets inactivated or deleted • User hires again (and gets his uid back)  User is reactivated • Other User with same UID hires  Will get all data from old user account
  • 22. sync_updates_hash_field=email • User is renamed  User gets inactivated  New profile will be created • User retires  Inactivated or deleted user within Profiles • User hires again  User is reactivated • Other User with same mail address hires  Will get all data from old user account  picture, tags, community membership
  • 23. sync_updates_hash_field=guid • User is renamed  All data synchronize with LDAP • User retires  Inactivated or deleted user within Profiles  Within Domino the person document is deleted • User hires again  Newly registered user has new guid  New profile  Duplicate login data -> no new profile • You can use populate_from_dn_file.bat / collect_dns.bat to solve this
  • 25. Country, Worklocation, Department not shown? • You wonder why the Country is not shown in Profiles? • Some database columns are not directly displayed • Value in EMPINST.EMPLOYEE: PROF_ISO_COUNTRY_CODE  Lookup in Table empinst.country  EMPINST.COUNTRY filled with isocc.csv and fill_country.bat|sh  Default: small char isocodes isocc.csv (examples) at;Austria au;Australia cz;Czech Republic de;Germany us;United States EMPINST.COUNTRY EMPINST.EMPLOYEE
  • 26. User not imported • When your users add a country value with more than 3 characters  Profile will not be created  Map_dbrepos_from_source.properties • countryCode=c  validate_dbrepos_fields.properties • countryCode=3
  • 27. Country not displayed • Domino LDAP reads Country (LDAP Attribut c) from Person document -> Free Textfield, so you will find everything there  Capitals  Wrong abbreviation (like USA)  Complete country names • Solution  Write a javascript function and rewrite the value in PEOPLEDB • Lowercase, Isocodes ...  Change values in Person documents  Add ISOCODES in Capitals to isocc.csv and use fill_country.bat|sh  Customize profileDetails.ftl (and display ISOCODE)
  • 28. Worklocation • map_dbrepos_from_source.properties  workLocationCode=l • Copy from TDISOL/samples workloc_samples.csv to  TDISOL/workloc.csv • Map value from l in workloc.csv to the StreetAddress • Format: • Example: • Run fill_workloc.bat|sh
  • 29. Department, Organisation, EmployeeType • Use  Deptinfo_sample.csv & fill_department.bat|sh • Not shown in default profileDetails.ftl (Connections 5.0)  Emptype_sample.csv & fill_emp_type.bat|sh  Orginfo_sample.csv & fill_organization.bat|sh • You can use TDI to create these csv-files  Parser: CSV  Source: SAP, LDAP, Databases …
  • 32. tdienv.bat|sh • Configuration File for Environment variables  export TDIPATH=/opt/IBM/TDI/V7.1.1  set %TDIPATH=D:IBMTDIV7.1.1 • All Scripts in TDISOL need this to find TDI Binaries • Check if all shell scripts (*.sh) are executable (755)  Zipped packages often loose Linux file attributes
  • 33. profiles_tdi.properties • Main configuration  LDAP Connection parameter • Host • Bind User and Password • LDAP Search and LDAP Base  Database parameter • JDBC Connection String • Database user and password
  • 34. profiles_tdi.properties (2) • Testing your configuration  sync_updates_show_summary_only=true|[false] • Important properties  sync_updates_hash_field=[uid]|guid|email  sync_store_source_url=[true]|false  sync_source_url_enforce=true|[false]  sync_source_url_override=true|[false]  perform_deletion_or_inactivate_for_sync=[true]|false  sync_delete_or_inactivate=[inactivate]|delete
  • 35. validate_dbrepos_fields.properties • Validation parameters (min and max length) • Sometimes smaller than maximum database column definition • There are Technotes, that special ones can be changed • Do not change database columns  Update and Migration scripts may fail
  • 36. Sync_all_dns Hash DB entries • EMPINST.EMPLOYEE *.dbids Hash Source entries • LDAP *.ldiff Compare Values • Checks 0-9.dbids with 0-9.ldiff Delete • Delete or inactivate Add / Update •Update •Create (Add)
  • 37. Revoke inactive users • Inactivating users only add state inactive • Some country laws  demand removing pictures after some months • After a period of time the author name is enough
  • 38. Remove Profiles inactivated since n days • Copy samples/revoke_*.* to <TDISOL> • Edit revoke_users.properties  keep_for_days=21 • revoke_users.bat|sh validate  Check environment • revoke_users.bat|sh summary  revoke.ldif  revoke_skip.ldif • revoke_users.bat|sh revoke
  • 40. Enable External Users • Copy <TDISOL>, e.g. tdisol_external • Set in both <TDISOL> to true:  sync_store_source_url  sync_source_url_enforce • Prevents deactivating of Users of other <TDISOL>  sync_source_url_override • Tdisol_external  External Users in different LDAP tree  Or with special LDAP attribute
  • 41. External Users in different LDAP (tree) • Add LDAP (tree) to Federated Repository  Users need to authenticate on WebSphere • Change  source_ldap_url  source_ldap_search_base  source_ldap_search_filter • Add same values to  source_ldap_url_visitor_confirm  source_ldap_search_base_visitor_confirm  source_ldap_search_filter_visitor_confirm
  • 42. External Users in different LDAP (tree) (2) • map_dbrepos_from_source.properties  mode={func_mode_visitor_branch}  Function will mark Users of this branch as External
  • 43. External Users with LDAP attribute • Define a LDAP attribute which contains ”external” • Copy values of  source_ldap_url  source_ldap_search_base  source_ldap_search_filter • To  source_ldap_url_visitor_confirm  source_ldap_search_base_visitor_confirm  source_ldap_search_filter_visitor_confirm
  • 44. External Users with LDAP attribute (2) • map_dbrepos_from_source.properties  mode=LDAP attribute • All values except of ”external” are interpreted as Internal! • Easier to deploy, because no additional LDAP Tree or Server is needed
  • 46. Performance Improvements • Several new files / scripts • Check https://www- 01.ibm.com/support/knowledgecenter/SSYGQH_5.5.0/admin/a dmin/c_admin_profiles_improving_sync_performance.html for details • Performance Improvements  Timestamp tracking • sync_updates_use_ldap_timestamp  Multi processing • sync_updates_size_model
  • 48. Be careful – create a documentation • You can use TDI Editor to change or add functions • Updates?  Create a detailed documentation  TEST TEST TEST • Alternatives  Use separate Assembly lines to add your stuff  Sync the needed values to your LDAP • With TDI
  • 50. Log Files • <TDISOL>/logs  Ibmdi.log • Main log file  PopulateFromDNFile.log • Log of populate_from_dn_file  SyncUpdates.log • Log of sync_all_dns
  • 51. employee.* • Good starting point for troubleshooting  employee.adds  employee.delete  employee.error  employee.skip  employee.update • sync_updates_show_summary_only = true  Dry run of sync_all_dns -> no changes written to DB
  • 52. Debugging • profiles_tdi.properties  debug_managers|photos|pronounce|fill_codes=true|[false]  debug_draft|update_profile|collect|special=true|[false] • Global Debug  etc/log4j.properties (Default: INFO) • log4j.rootCategory=DEBUG, Default • Analyse TDISOL/logs/ibmdi.log
  • 53. Adding Root Certificates to TDISol • If you want to use LDAPS • Edit solution.properties  Uncomment • javax.net.ssl.trustStore=key.jks • {protect}-javax.net.ssl.trustStorePassword=keystore-password • javax.net.ssl.trustStoreType=jks • Create Keyfile & Add CA Certificate  $JAVA_HOME/jre/bin/keytool  keytool –import –alias <some string> –keystore key.jks –file your-key.pem
  • 54. Populate Users with separate commands • Use collect_dns.bat|sh to check if  LDAP Connection is working  Search Filter & Search Base find all users • Populate a single user  Delete all other from collect.dns  Run populate_from_dn_file.bat|sh • This shows that DB Connection is working • No delete or inactivate, just create & update • Iterate on $DN -> solves issues with different GUID
  • 55. Collect_dns & Populate_from_dn_file collect_dns.bat • Collect user from Source • Search Filter • Search Base creates collect.dns • Contains list of User DN populate_from_dn_file.bat • Iterate on DN write changes to database • Update Profile • Create Profile
  • 56. Links • IBM Fix Central – http://www-933.ibm.com/support/fixcentral • Open Mic: Integrate IBM Connections Profiles with Tivoli Directory Integrator - http://www- 01.ibm.com/support/docview.wss?uid=swg27047226&aid=1
  • 57. Acknowledgements and Disclaimers Availability. References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views. They are provided for informational purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or advice to any participant. While efforts were made to verify the completeness and accuracy of the information contained in this presentation, it is provided AS-IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this presentation or any other materials. Nothing contained in this presentation is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual environmental costs and performance characteristics may vary by customer. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results.
  • 58. Acknowledgements and Disclaimers cont. © Copyright IBM Corporation 2015. All rights reserved. • U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. • IBM, the IBM logo, ibm.com, WebSphere and DB2 are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. If these and other IBM trademarked terms are marked on their first occurrence in this information with a trademark symbol (® or ™), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may also be registered or common law trademarks in other countries. A current list of IBM trademarks is available on the Web at “Copyright and trademark information” at www.ibm.com/legal/copytrade.shtml • Microsoft, Windows are registered trademarks of Microsoft • Linux is a registered trademark of Linus Torvalds. • Oracle, Sun and Java are registered trademarks of Oracle. • Other company, product, or service names may be trademarks or service marks of others.