We had a case come in where they were seeing a blank page when they went to Report Manager for Reporting Services. You may also see an HTTP 503 error. This just means that the service had a problem and there was probably an exception that occurred under the hoods. In this case, the issue …
Tag: error
May 05 2021
Goautodial Logging in to your phone. Please wait
The Gotodial was installed from ISO and agent had issue logging in. The login screen was hanging with the Logging in to your phone. Please wait… message. At that moment I did not have Letsencrypt certificate on Gotodial installed so it operated with default, self-signed certificate. In /var/log/messages there was the following:
May 05 2021
Goautodial Login to Dialer button doesnt work
After I set up Letsencrypt certificate in Goautodial box, pointed Apache and Kamalio to it (edited /etc/httpd/conf.d/ssl.conf and /etc/kamalio/tls.conf respectively), restarted the services with
1 2 |
service httpd restart service kamalio restart |
I tried to log in to dialer but when I clicked Login to Dialer absolutely nothing happens. No error, the button doesnt work so an agent cannot login to dialer.
Apr 30 2021
Failed to add /run/systemd/ask-password to directory watch: No space left on device
Upon installing Azure log collecting agent on Ubuntu machine I encountered the following error: Failed to add /run/systemd/ask-password to directory watch: No space left on device df command showed a lot of space so it’s not about a space itself but about inodes.
Mar 26 2021
RPC failed; curl 55 OpenSSL SSL_write: Connection was aborted, errno 10053
When tried to execute git push I got the following error: RPC failed; curl 55 OpenSSL SSL_write: Connection was aborted, errno 10053 The full error message:
1 2 3 4 5 6 7 8 9 10 |
Enumerating objects: 17, done. Counting objects: 100% (17/17), done. Delta compression using up to 4 threads Compressing objects: 100% (6/6), done. error: RPC failed; curl 55 OpenSSL SSL_write: Connection was aborted, errno 10053 send-pack: unexpected disconnect while reading sideband packet Writing objects: 100% (9/9), 11.03 MiB | 540.00 KiB/s, done. Total 9 (delta 1), reused 0 (delta 0), pack-reused 0 fatal: the remote end hung up unexpectedly Everything up-to-date |
Mar 11 2021
Vicidial Wrong Statistics in realtime report
The symptom is that Vicidial shows incorrect data in Realtime Reports: minutes and seconds are zeros and there are no other colors except for “Agent waiting for call”. To fix this check the following:
Jan 28 2021
MSSQL SSISDBBackup.bak could not be accessed
If you get the error SSISDBBackup.bak could not be accessed while creating an Integration Services Catalog, it could be because you do not have Integration Services installed on your SQL Server instance. Below I am going to attempt and create an Integration Services Catalog, by right clicking the item within SSMS and choosing Create Catalog. …
Jan 09 2021
GitHub Desktop Commit failed – exit code 1 received
The error in GitHub Desktop “Commit failed – exit code 1 received” can occur due to a few reasons. Check first if you have added files to your index. Open the command line and check your git status. Second, check if you have nested .git directories. Try searching your repository to see if you have …
Dec 14 2020
Cannot impersonate user for data source ‘CDRDB’. (rsErrorImpersonatingUser)
When deploying the Skype for Business Archiving and Monitoring role, it asks for a user account and password. Many clients don’t have a service account for this (or simply don;t understand they need a service account for this) and just put in the username and password of the Administrator or the person doing the install. …