Bosch Building Technologies

    cancel
    Showing results for 
    Search instead for 
    Did you mean: 
    Sort by:
    100% helpful (1/1)
    ‎04-01-2024 03:01 PM
    This article lists the scenarios in which technical support normally request dump file from a BVMS system.
    View full article
    ‎03-15-2023 11:49 AM
    Have a look at this article and learn how to fix the Add Scriptlet button which does not become active. It stays grayed out. Same happens with ClientScript and ServerScript.
    View full article
    ‎02-21-2023 01:36 PM
    This article explains step by step how to add a DIVAR Hybrid 5000 in BVMS Viewer and see Live image of cameras connected to the DIVAR.
    View full article
    ‎08-29-2023 10:40 AM
    License expansions missing after upgrade to BVMS 11 in Remote Portal. Only 1 x MBV-XCHANPLU license activated instead of 16 x MBV-XCHANPLU. What to do?
    View full article
    ‎02-17-2023 10:57 AM
    This article explains how to configure an alarm communication between BVMS and Gmail e-mail address.
    View full article
    ‎02-16-2023 09:41 AM
    Applicable when using the following software application. Bosch Video Management System (BVMS) version 10.0.1 and above. Bosch Configuration Manager version 7.0 and above. Live page on the web browser for IP camera operating on firmware version 7.70.0126 and above.
    View full article
    ‎02-10-2023 09:40 AM
    This article contains a simplified and generalized example, that could be helpful in building a particular tailored script related to implementation of event receiver in BVMS SDK scriplet.
    View full article
    ‎02-08-2023 09:13 AM
    The digital monitor wall functionality was removed since BVMS v11.0, and this is also stated in the release notes.
    View full article
    ‎02-08-2023 09:06 AM
    If you add a decoder that has 2 monitors connected, you must display the Edit Decoder dialog box of the decoder and update the device capabilities of this decoder. For each monitor add a further monitor wall.
    View full article
    100% helpful (1/1)
    ‎08-21-2023 09:43 AM
    Related Products: BVMS SDK, BVMS    Overview: BVMS Scriptlets can be debugged via logging to a logger file or messaging to the Operator workstation. This article describes how to enable BVMS Scriplet logging. You can log to the Server Script log or the Client Script log. Logs are default send to C:\ProgramData\Bosch\VMS\Log   1.Creating Log files ClientScriptLogger – automatically created Creates file “ClientScriptLog.txt” ServerScriptLogger - automatically created  Creates file “ServerScriptLog.txt”   2.Log information to the log files There are 3 methods to log information: Log Info Log Error Log Debug   Examples: [Scriptlet("59c4d66e-9395-4dcc-8d27-90dc2b7a00c4")] public void DemoLogger() { //use refence:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 MessageBox.Show("Hello World"); Logger.Info("Hello World script started"); Logger.Error("Hello World script started"); Logger.Debug("Hello World script started"); // Not writing to ClientScriptLog.txt ! }   3.Logging Location - C:\ProgramData\Bosch\VMS\Log. The logs are automatically collected by the BVMS Configuration Collection Tool. 4.Changing the location of the BVMS Scriplet Logging.   Server Scripts : Logging Directory can be found in the file: C:\Program Files (x86)\Bosch\VMS\AppData\Server\CentralServer\BvmsLogCfg.xml and is defined by the ServerScriptLogAppender path: Default: </appender> <appender name="ServerScriptLogAppender" type="Bosch.Vms.Shared.Logging.Imp.RollingFileAppender, Bosch.Vms.Shared.Logging.Imp"> <file value="%CommonApplicationData%\\Bosch\\VMS\\Log\\ServerScriptLog.txt"/>   Client Scripts : Logging Directory can be found in the file: C:\Program Files (x86)\Bosch\VMS\AppData\Client\OpClient\ApplicationWiring\Nvr\LogCfg.xml and is defined by the ClientScriptLogAppender path: Default: </appender> <appender name=“ClientScriptLogAppender" type="Bosch.Vms.Shared.Logging.Imp.RollingFileAppender, Bosch.Vms.Shared.Logging.Imp"> <file value="%CommonApplicationData%\\Bosch\\VMS\\Log\\ClientScriptLog.txt"/>
    View full article
    ‎01-20-2023 10:14 AM
    This article explains step by step how to play exported recording files from VRM eXporter Wizard in BVMS Export Player.
    View full article
    ‎01-13-2023 01:40 PM
    This article shows step by step how to call a FLEXIDOME IP panoramic 5000 camera preposition in Operator Client. 
    View full article
    ‎02-16-2024 10:19 AM
    This article explains why the Live view shows ‘Authentication failed’ in Video Security App.
    View full article
    ‎01-11-2023 01:41 PM
    This article presents what symptoms appear in BVMS Operator Client if Time synchronization is wrongly set. Also provides some recommendations about what to do to avoid this symptoms. 
    View full article
    ‎01-11-2023 12:57 PM
    This articles explains what does the User Name column indicate in the BVMS Operator Client LogBook.
    View full article
    100% helpful (1/1)
    ‎04-01-2024 11:28 AM
    This article explains how to enable and collect Video SDK Logs for VSDK based applications.
    View full article
    ‎07-12-2021 09:39 PM
    In order to quickly offer a technical solution or to provide a professional advice for the next analysis steps, the technical support specialists need to get some general and basic information. Ticket content should always be in English and provided in a well summarized and structured way in order to be able to provide a quick and appropriate feedback. Not following the guideline will impact the processing time of the ticket.   Related Products: BVMS SDK, BVMS    Overview: Analyzing BVMS systems with SDK components is a challenging task, because the functionality and the runtime behavior of those systems are harder to determine than for a BVMS systems without SDK functionality. In order to troubleshoot BVMS systems with SDK components support needs the following information and logging. Please prove the following information to support:   Symptom specific Information   Problem Description SMA validity How to retrieve the Hardware ID for BVMS and check the Software Maintenance Agreement (SMA) status? BVMS stand alone or appliance Detailed description of the expected behavior of the SDK functionality. Detailed description of the actual behavior of the SDK functionality.   SDK Components What type is the standalone SDK application (based on ClientSDK, ServerSDK, or CameoSDK) and on which machine is it running? Are there additionally client scripts, server scripts or workstation startup scripts?   SDK Interactions Do SDK components interact with remote Operator Clients? Do SDK components interact with the Operator Client UI? Do SDK components control devices? How often are client scripts triggered? How often are scripts triggered by BVMS event?   Environment Which shared resources are accessed by SDK actions? (Dome cameras, AMG, Operator Client UI) Do SDK components interact with an unreliable environment? (Unstable network, offline devices, offline PCs, etc.) Do SDK components properly handle offline situations? (offline devices, configuration changes, etc.)    Logging Information Please provide the Scriplet and/or Log files The optimal approach is to provide both the scriplet and logging. ClientScript logfiles: can be found in the ConfigCollection of Operator Client machines. ServerScript logfiles: can be found in the ConfigColletion of Management Server machines.   Make sure that logging is implemented in the script and that logging is activated in the configuration.  
    View full article
    ‎06-20-2023 03:39 PM
    Check this article and find out how you can avoid displaying black image in Operator Client BVMS v11.0
    View full article
    ‎12-13-2022 02:26 PM
    Can I display more than 1 camera on a single Monitor of Decoder VJD-7513 in BVMS 11.0 when an alarm is triggered?   System Overview: BVMS 11 1 monitor connected to 1 x VJD-7513 that is part of a Monitor Group The monitor has a layout consisting of several image panes Desired status: when an alarm is triggered → pop up the image of the 4 cameras on the same decoder monitor
    View full article
    ‎12-09-2022 05:18 PM
    This article contains a step-by-step guide which explains how you can do the setup for the camera's live view image pane to be displayed in full screen in the Operator Client if a motion alarm is triggered on that camera,
    View full article
    Top Contributors
    Icon--AD-black-48x48Icon--address-consumer-data-black-48x48Icon--appointment-black-48x48Icon--back-left-black-48x48Icon--calendar-black-48x48Icon--center-alignedIcon--Checkbox-checkIcon--clock-black-48x48Icon--close-black-48x48Icon--compare-black-48x48Icon--confirmation-black-48x48Icon--dealer-details-black-48x48Icon--delete-black-48x48Icon--delivery-black-48x48Icon--down-black-48x48Icon--download-black-48x48Ic-OverlayAlertIcon--externallink-black-48x48Icon-Filledforward-right_adjustedIcon--grid-view-black-48x48IC_gd_Check-Circle170821_Icons_Community170823_Bosch_Icons170823_Bosch_Icons170821_Icons_CommunityIC-logout170821_Icons_Community170825_Bosch_Icons170821_Icons_CommunityIC-shopping-cart2170821_Icons_CommunityIC-upIC_UserIcon--imageIcon--info-i-black-48x48Icon--left-alignedIcon--Less-minimize-black-48x48Icon-FilledIcon--List-Check-grennIcon--List-Check-blackIcon--List-Cross-blackIcon--list-view-mobile-black-48x48Icon--list-view-black-48x48Icon--More-Maximize-black-48x48Icon--my-product-black-48x48Icon--newsletter-black-48x48Icon--payment-black-48x48Icon--print-black-48x48Icon--promotion-black-48x48Icon--registration-black-48x48Icon--Reset-black-48x48Icon--right-alignedshare-circle1Icon--share-black-48x48Icon--shopping-bag-black-48x48Icon-shopping-cartIcon--start-play-black-48x48Icon--store-locator-black-48x48Ic-OverlayAlertIcon--summary-black-48x48tumblrIcon-FilledvineIc-OverlayAlertwhishlist