DCN multimedia 1.
DCN multimedia Release Notes 1.30 2 Table of Contents 1 2 3 4 4.1 4.2 4.3 4.4 4.5 4.6 4.7 History ................................................................................................................................. 3 GUI languages .................................................................................................................... 4 Known issues .....................................................................................................................
DCN multimedia Release Notes 1.30 1 History Release 1.30 Release Date 2014-10-02 Release Comments • • • • • • • • • • • • • • 1.20 2014-07-23 • • • • • • • 1.17 2014-06-16 1.16 2014-05-16 • • • • • • • • • 1.12 2014-02-07 • • • • 1.
DCN multimedia Release Notes 1.
DCN multimedia Release Notes 1.30 5 Solution: This is standard Android behavior When the back button in the browser is used, and then the Back To Active button, there is no delay. Issue: Activating a DCN multimedia license when using non standard ANSI characters can result in the following error message Request xml file is tampered. Please submit valid xml. Version: 1.2 Solution: Create a new Request.xml (activate offline) using standard ANSI characters.
DCN multimedia Release Notes 1.30 6 Close the Meeting application. Remove the file: C:\Users\«servername»\AppData\Local\Bosch\Bosch.Mmcn.UserInterfaces_... Restart the Meeting application. Issue: When using managed switches with IGMP enabled, this issue can result in loss of audio and other failures. Solution: In your switch set igmp-last-member-query-count=7, igmp-last-member-query-interval=10000 and enable the IGMP querier to a repetition rate of 60s.
DCN multimedia Release Notes 1.30 7 4 Additional Information (not included in manuals) 4.1 System Activation Site The activation website is changed from release 1.2 to 1.3: • The Overview page has become the default landing page and displays all activated and not activated activation IDs which are delivered to your organization. • The Manage license page allows you to activate, return and repair fulfillments (previously these activities had their own pages).
DCN multimedia Release Notes 1.30 8 4.2 NetTime configuration. NetTime is used to synchronize timers used in the DCN multimedia system. If the DCN multimedia system is used in a corporate environment, you might have to change the NetTime options. To change these options: • Right click the NetworkTime icon in the notify area, and select Properties -> Settings… • Enter the correct Hostname or IP Address of the Time server in your environment, and then click OK.
DCN multimedia Release Notes 1.
DCN multimedia Release Notes 1.30 10 4.4.2 Preparing Extract the docs.zip file to c:\inetpub\wwwroot. (The file can be found on the DVD in the folder html\fileadmin\docs) The documents are placed inside subfolders in the meetingdocuments folder. Each meeting has its own subfolder; each meeting subfolder can have several agenda topics with dedicated subfolders. The following links can be added in the meeting application: Hyperlink for a meeting: http://«server ip-address»/default.
DCN multimedia Release Notes 1.30 11 b. Start Microsoft SQL Server management Studio. c. Select the database DcnmDatabase d. Start context menu (right mouse click) Delete e. Check checkbox Close existing connections and press OK 3. Restore the backup database a. Select the folder System Databases b. Start context menu (right mouse click) Restore Database... c. Select radio button From Device: and press the button ..., Which opens the Specify backup window d. On Specify backup window press Add e.
DCN multimedia Release Notes 1.30 12 4.7.4 SQL authentication format The SQL connection string based on SQL authentication has the following format. In the format the elements to change are marked: Data Source=.SQLEXPRESS;Initial Catalog=DcnmDatabase;User ID=DbUser;Password=DbPassword;MultipleActiveResultSets=True The first mark defines the SQL server. The second mark defines the database name to use. The third mark defines the SQL user name to use for the connection.
DCN multimedia Release Notes 1.30 13 4.7.8.2 SQL authentication example In this example we like to connect to remote SQL server named SQLENT2 on machine SQLSRV using SQL authentication. The user name and password to use are respectively: DcnmUser and P@ssw0rd. The database to use is ConfHallE53. The result changes configuration will be (the changes elements against the default are marked):