Posted On March 29, 2019

Cisco Agent Desktop Common Issues

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Cisco Agent Desktop Common Issues
“License Server is Down” error resolution:
Go to  “C:\Program Files (x86)\Cisco\Desktop\bin” >> SHIFT + right-click, Run-As Administrator >> set Primary: 192.168.0.92, Secondary: 192.168.0.92
 
Unable to log into Cisco Agent Desktop resolution:
ADUC >> locate user >> unlock account
 
How to Install Attendant Console:
Go to \\FILE01\Systems\Operations\Programs\Cisco\Agents Software\Attendant Console\OPR.8.6.2.611 >> run DUCAC_Setup.exe >> enter 192.168.0.94 as Server Machine Name >> Have user log on to test

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

User Profile Hive Cleanup Service

The User Profile Hive Cleanup service helps to ensure user sessions are completely terminated when…

PowerShell: Running Commands on Remote Computers

# runCommandsOnRemoteComputers.ps1 # User defined variables $computernames=@( 'SERVER001', 'SERVER002' ) $expectedExecutable='racadm.exe' $expectedInstallPath='C:\program files\Dell\SysMgt\iDRACTools\racadm' # Execution…

How to Setup Applications & Scanners to Use Office 365 Online Exchange to Send Emails

Intro: There are three (3) methods: (1) SMTP client authentication, (2) Direct Send, and (3)…