Saturday , April 20 2024
Home - Tag Archives: Domino

Tag Archives: Domino

Using PowerShell to Connect to Domino NAB

There are times where I need to compare Domino Address Books (NAB) to Active Directory.  Using PowerShell to connect to Domino NAB solves this with ease, although we have to use logon details with no authentication method.  A little strange but Domino accepts the ‘[System.DirectoryServices.AuthenticationTypes]::None’ fromPowerShell. [crayon-66231ef41b5a6312241118/] Changing DominoSrv01, Organisation Name, Username and Password for the environment. [crayon-66231ef41b5ae982550123/] Make a connection …

Read More »

Domino Lotus Notes – Edit Any Field

Overview There are times where field in a database needs to be changed without a Form.  This following code can be used in a smarticon on the toolbar to allow fields to edited or appended to a form. Installation In the following example – Select: File – Preferences – Toolbar – Customise.  Select ‘Universal’ as the toolbar to add the …

Read More »

Troubleshooting Domino Sched Task

In the troubleshooting Domino servers handling scheduler requests for external person document, the domino console running ‘Qcalcon’ or ‘Calcon’ tasks can be monitored with the following command: SET CONFIG DEBUG_SCHED_ALL=1 To enable full diags for the sched to show all information on validation: SET CONFIG Debug_Schedule=32768 More details: http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21141060    

Read More »