Showing posts with label backup database. Show all posts
Showing posts with label backup database. Show all posts

November 5, 2018

Block user password, schedule database backups and more in new version of IM server

New version 5.2.9 of Bopup Communication Server has been released. In this release we tried to implement recent requests and suggestions we got from our customers. See the list of changes below.


What's new:

Added option to block user's password
There is a new setting added to the user's properties dialog in the server console. Now it is possible to prevent changing password by user himself from the messenger software by checking "Block password" option on Authentication tab. It works only if Private login/password authentication is used for the user (set globally or personally).

Send messages to all or only connected users from a command line interface
We extended BCSCmd.exe command line tool that added support to send messages to all user accounts on the communication server. So it is possible to deliver an instant message to only currently connected (online) users or all users on the server with /OFFLINE switch.

Backup SQL database from a command line
Another great improvement is option to make backup files of IM server database using the same BCSCmd.exe command line utility. It can be now called from Windows Task Scheduler to make database backups regularly with saving data into specified folder/file path.

Minor useful improvements and additions
New version of the communication server also includes update version of IM Client Configuration Tool, improved bulk edit of user accounts and many more.

Download Bopup Communication Server version 5.2.9 — A ultra-safe instant messaging server for self-hosted communications

August 24, 2016

Known issue: An attempt to create a backup file gives SQL error #5

Many our users faced with an error on creation of a backup file from SQL database maintenance... dialog in Management Console. Once destination folder has been selected the console brings "Cannot open backup device. Operating System error 5" and no backup file is created.

This is a known issue of the IM server application but it does not relate to any error. Since backup files are created by Microsoft SQL Server directly then an account under which database service is running may not have appropriate write permission to chosen folder. Usually this error can occur when a target directory that has been chosen to save a backup file is located in current user's profile folder such as "My Documents", "Desktop", etc. In case of the error try to choose another location to create and save backup file.

We also updated and appended with this information our FAQ section available on the website that contains details on how to Create and restore backups of Bopup Communication Server.