I will look into this, thank you for your response
↧
Forum Post: RE: Field Wire List - Jumper attributes
↧
File: Promis.e Parts Database SQL script
Script to update the SQL database to be used with Parts Database.
↧
↧
Wiki Page: Converting to an SQL Parts Database
Product(s): Promis.e, Bentley Substation Version(s): through 08.11.13.140 Environment: N/A Area: Database Platform Support Subarea: N/A Background With very large parts databases, some performance gains can often be achieved by moving from a parts database in Microsoft Access format (.mdb) to a SQL parts database. While is possible to configure the software to use a SQL parts database, there is no built-in feature of the software to perform the conversion. However, since Access and SQL Server are both Microsoft products, there are utilities available from Microsoft and other vendors to do this. Recent versions of Access have the capability of moving data to a table in a new or existing SQL database. Access 97 and later versions include an Upsizing Wizard that has the capability of moving data to a table in a new or existing SQL database. Please see http://support.microsoft.com/kb/237980 for more information about this method. Since some users may not have Microsoft Access, this document describes converting the parts database to SQL using the Import and Export Data application included with SQL Server 2008 - SQL Server 2014. SQL Server 2008 R2 Express is included as an optional installation with recent versions of Promis.e and Bentley Substation. It would be possible to transfer the data to a table in an existing SQL database such as the project database, but it might be better to transfer the data to a database separate from the project database so that if the project database is lost, or updated, or a new one is created, the parts database is not affected. A separate parts database can also be backed up separately for distribution or safeguarding. This document describes moving the data to a new, separate database. After moving the data to a SQL database it is necessary to create a new Parts Database Path on the [[Setup]] in order to use the SQL database as the parts database. This document also describes this process. For simplicity, this document describes the creation and configuration of a SQL parts database on SQL Server 2008 R2 Express that is installed locally on the workstation. The procedure can be adapted to network installations and other versions of SQL software. Steps to Accomplish Create a New Database and Table Import the Data Create Parts Database Path Create a New Database and Table This step is not absolutely necessary since the Import and Export Data application used later in this procedure can create databases and tables, but creating a database with the desired schema eliminates the need to clean up the data types and sizes that Import and Export Data would otherwise choose. Download the script here Double click the downloaded file to open it in SQL Server Management Studio (SSMS). SSMS can also be started by selecting Start > All Programs > SQL Server 2008 R2* > SQL Server Management Studio . * name depends on version of SQL Server installed On the Connect To Server dialog, specify “(local)\BENTLEYECAD” for the Server Name and select Windows Authentication. This assumes the user currently logged into Windows is an administrator of the SQL Server, which would typically be the case if the user installed SQL Server. However, it may be necessary to use SQL Server Authentication and the “sa” login. Click the Connect button. After successfully connected to the SQL Server, the script contained in the downloaded .sql file should be displayed. Make sure no part of the script is selected (highlighted) and click the Execute button or right click the script and select Execute. The Messages pane should read “Commands completed successfully” if the script executed successfully. Note: The two paths in the CREATE DATABASE section (highlighted in yellow below) are the typical paths for SQL Server 2008 R2: CREATE DATABASE PartsDB ON (NAME = N'PartsDB' , FILENAME = N' C:\Program Files\Microsoft SQL Server\MSSQL10_50.BENTLEYECAD\MSSQL\DATA\ PartsDB.mdf' ,SIZE = 200,FILEGROWTH = 40%) LOG ON (NAME = N'PartsDB_log', FILENAME = N' C:\Program Files\Microsoft SQL Server\MSSQL10_50.BENTLEYECAD\MSSQL\DATA\ PartsDB_log.ldf' ,SIZE = 80,MAXSIZE = 200,FILEGROWTH = 20%) GO A typical path for SQL Server 2014 is: C:\Program Files (x86)\Microsoft SQL Server\MSSQL12.BENTLEYECAD\MSSQL\DATA If execution of the script fails because the paths are not valid (do not exist), correct the paths ([[6619|Finding the SQL Data folder]] may help), and execute the script again. Import the Data If there is no data to import, skip to the Create Parts Database Path section. Select Start > All Programs > Microsoft SQL Server 2008 R2* > Import and Export Data * name depends on version of SQL Server installed Click Next to proceed past the "Welcome" step. Choose a Data Source On the Choose a Data Source step, select “Microsoft Access” for the Data Source . If there is more than one "Microsoft Access" listed, try "Microsoft Access (Microsoft Jet Database Engine)" first. If the import fails, try another "Microsoft Access" item in the list. Click the Browse button and select the .mdb parts database file from which the data is to be imported. The User name and Password fields can typically be left blank. Click Next . Choose a Destination On the Choose a Destination step, select “SQL Server Native Client 10.0” for the Destination . Enter “(local)\BENTLEYECAD” for the Server Name . Use the Authentication method that was successful in the Create a New Database and Table section. Select “PartsDB” for the Database. Click Next . Specify Table Copy or Query On the Specify Table Copy or Query step, select the Copy data from one or more tables or views option. Click Next . Select Source Tables and Views On the Select Source Tables and Views step, place a check mark in the box for the ‘parts_database’ Source . This should automatically map the parts_database table in the source .mdb database to the parts_database table in the destination SQL database. Click Next . Review Data Type Mapping It is normal to see warning symbols on the Review Data Type Mapping step for the Additional_Part, User, and Memo fields. The warnings are occurring because these fields use the Memo data type in the source database and an nvarchar(4000) data type in the destination database, which would result in loss of data if the fields contained data longer than 4000 characters, which would be unusual. Take no action on this step and click Next . Run Package On the Run Package step, enable the Run immediately option and click Next . Complete the Wizard On the Complete the Wizard step, click Finish . The final step will indicate if the import was successful, and if so, how many records (rows) were imported. Click Close . This process can be repeated to transfer part number records from additional databases, such as downloaded manufacturer parts databases. Create Parts Database Path On the [[Setup]] dialog in Promis.e or Bentley Substation, select the System Paths tab. Click the New button near the Parts Database Path field. On the resulting Add Parts Database dialog, type “SQL parts database” into the Parts Database Name field. This is merely a label for the parts database and does not need to match the actual name of the parts database. Select the Use Connection String option. Click the Build button near the Use Connection String field. On the Build dialog, set Database Type to “SQL Server”. Enter “(local)\BENTLEYECAD” for the Server name and “PartsDB” for the Database to match what was used in the Create a New Database and Table and Import the Data sections. The script used in the Create a New Database and Table section also created an “ecaduser” SQL login with a password of Ecad1pass, so these credentials can be specified here. Windows Authentication may also work. Click OK . On the Add Parts Database dialog, select the parts_database table for the Table field. Click Next . Click the Default Mapping button on the next step. Map any custom fields as necessary. Click Finish . To use the new parts database, select “SQL parts database” from the Parts Database Path box back on the [[Setup ]] dialog. Click Apply or OK . See Also [[6619|Finding the SQL Data folder]] External Links Run the SQL Server Import and Export Wizard How to convert an Access database to SQL Server (Upsizing Wizard) Original Author: Matt_P
↧
Wiki Page: Compatibility Chart - BRCM CONNECT Edition
Product(s): Bentley Raceway and Cable Management Version(s): 10.00.XX.XX to 10.02.XX.XX Environment: N/A Area: Installation_Configuration Subarea: N/A The purpose of this document is to indicate the compatibility of various software with Bentley Raceway and Cable Management. It is not intended to describe compatibility of the various software with each other. For example, certain versions of SQL Server may not be compatible with certain operating systems. Always check the documentation of the various software involved. 1* Requires Windows 7 SP1 Operating System. Important Notes: BRCM CONNECT Edition is a 64-bit application, Compatible only with 64-bit Operating System. Microsoft Office, specifically Microsoft Access, is not required to be installed to use BRCM. For BRCM CONNECT Edition, if Microsoft Office (specifically Microsoft Access) is installed, only 64-bit Microsoft Office is supported . Using 32-bit Office with BRCM CONNECT Edition can result in error messages and inability to use BRCM and/or Microsoft Office applications. Microsoft Excel must be installed to import cable and equipment information from spreadsheets. Importing from .XLSX files is only possible when Excel 2010 or higher is installed. See Also Read Me BRCM CONNECT Edition 1
↧
Forum Post: RE: Promis-e
Hi Sharlley, If possible can you elaborate your concern more so we get exact details of your concern. Can share your project with us and please provide us details , we will help you out. Regards, Avanti Khandalkar
↧
↧
Wiki Page: How to install BRCM CONNECT Edition
Product(s): Bentley Raceway and cable Management Version(s): 10.03.00.25 Environment: N/A Area: Installation & Configuration Subarea: N/A Overview This wiki article will provide step-by-step description on how to install BRCM CONNECT Edition . Method Please refer CONNECT Edition - Bentley Raceway and Cable Management for the download links. Note: The following steps are provided presuming that you have the required setup. To install, double click on setup file. Click Yes to continue. Click Configure. Browse Application Path. B y default it will be saved in C drive. Select configuration type. It is highly recommended to use Custom Configuration for production work. Click next to continue. Select the desired features from the list. Click next. Accept the license agreement and then click Install . Note: Make sure to install the required .NET framework beforehand. Otherwise, you will receive the below given pop up and from here you can install the framework by clicking yes. Click Finish. .
↧
Forum Post: RE: Bentley Connection Client Not Showing Updates
Hi Satish Saptasagar My system has just updated to connection client 10.00.18.13 this morning but still no sign of Promise Update 3 being shown through this software?
↧
Forum Post: RE: Bentley Connection Client Not Showing Updates
Hi Adam, Sorry for the late reply, The Updates for Promis.e cannot be seen in Connection Client due to the reason that, Promis.e requires Database connection for its operation. But each version of Promis.e uses different version of Schemas. Hence in case there are 5 users working on shared network in the office and if one the users updates the Promis.e which will when updated asks for updating the Database as well and if it is done that will not let other to use since they are using older version of Promis.e. Hence due to this reason Promis.e CONNECT Update 3. Hope this helps. Regards, Satish Saptasagar
↧
Wiki Page: How to Install BRCM CONNECT in a custom location
Product(s): Bentley Raceway and Cable Management Version(s): 10.00.00.127 Environment: N/A Area: Installation_Configuration Subarea: N/A Background In case of Bentley Raceway and Cable Management (BRCM) CONNECT Edition, there are two important installation paths. 1. Application Path 2. Delivered Configuration With the default installation of BRCM CONNECT, the above paths are set into the C:/ drive Application Path – “C:\Program Files\Bentley\Bentley Raceway and Cable Management CONNECT Edition” Delivered Configuration – “C:\ProgramData\Bentley\BRCM CONNECT Edition” But sometimes it may be necessary to change the directories in which BRCM gets installed. The below procedure will elaborate on how BRCM CONNECT can be installed on the D:/ drive . Same procedure can be adopted to install BRCM CONNECT at any desired location. Note: Before following the below steps navigate to the desired location where user wish to install BRCM CONNECT (In this case the D:/drive) and create two new folders with the names “Bentley Raceway and Cable Management CONNECT Edition” and “BRCM CONNECT Edition” Steps to Accomplish 1. Run the setup of BRCM CONNECT 2. Select Configure 3. For the Application Path select the D:/ Bentley Raceway and Cable Management CONNECT Edition 4. For the Delivered Configuration select D:/ BRCM CONNECT Edition 5. Click Next till it comes back to the Main Installation page, where accept the License Agreement and continue with the Installation. Verify the result by opening the software. Original Author: Sarvesh Kulkarni
↧
↧
Forum Post: Color depending on raceway "status"
Hi All, Is it possible when you draw a raceway, to make it appear in another color depending on the "status"? For example, I want a cable tray that I draw with status pre-existing to appear blue instead of red. And also I need the status future, and want all cable trays drawn in future to appear magenta. Regards Philipp
↧
Forum Post: RE: Color depending on raceway "status"
Hi Philipp, In BRCM the color of the raceway is based on the Level on which it is set (LV ,MV, CTRL ,COM). To have the color changed based on Status , You can try to change the color of the level assigned through level manager and while routing the cable tray , select the desired status and the desired level or the level assigned to the tray. Go to Attributes>> Manage. In the Level Manager that is displayed select the level of the cable tray desired and the color can be changed through the Level Manager. While routing the cable tray select the status , select the level and you can change the color of the level that the cable tray is assigned to through level manager in order to display the cable tray with color according to status. Hope this helps.
↧
Forum Post: BRCM出立面图导出dwg后,桥架的弯通部分,变成乱线
各位老师好,请帮我解决如下BRCM出立面图导出dwg问题。左侧图桥架的弯通丢失,有图是整个立面图,弯通部分线性乱,并且巨大。立面图导出DWG文件怎样解决?
↧
Wiki Page: Compatibility Chart - Promis.e CONNECT
Product(s): Promis.e CONNECT Version(s): 10.00.XX.XX to 10.03.XX.XX Environment: N/A Area: Installation_Configuration Subarea: N/A The purpose of this document is to indicate the compatibility of various software with Promis.e. It is not intended to describe compatibility of the various software with each other. For example, certain versions of SQL Server may not be compatible with certain operating systems. Always check the documentation of the various software involved. An archive of the compatibility chart for promis.e 2007 through promis.e V8i SS3 can be found [[5648|here]]. For Promis.e V8i version Compatibility Chart click here . Refer the Promis.e CONNECT Readme for details. For Online Promis.e Readme click here . Important Notes Promis.e CONNECT Edition is a 64-bit application, compatible only with 64-bit operating systems. For Promis.e CONNECT Edition, if Microsoft Office (specifically Microsoft Access) is installed, only 64-bit Microsoft Office is supported . Using 32-bit Office with Promis.e CONNECT Edition can result in error messages and inability to use Promis.e CONNECT and/or Microsoft Office applications. See Also [[Project Database Version]] [[Updating and Upgrading promis.e]] [[How to download the promis.e software]] [[Moving From promis.e for AutoCAD to promis.e Standalone]] [[Compatibility Chart - Bentley Substation]]
↧
↧
Wiki Page: Compatibility Chart - Substation CONNECT
Product(s): Bentley Substation Version(s): 10.00.XX.XX to 10.05.XX.XX Environment: N/A Area: Installation_Configuration Subarea: N/A The purpose of this document is to indicate the compatibility of various software with Bentley Substation CONNECT. It is not intended to describe compatibility of the various software with each other. For example, certain versions of SQL Server may not be compatible with certain operating systems. Always check the documentation of the various software involved. 1* Limited support. Tested with Windows 7 SP1. In Windows 7 SP1, Backup Project, Copy Project (to another database) and Move To Database functions do not work. This is resolved in CONNECT Edition Update 1. 2* Requires Windows 7 SP1 Operating System. Important Notes Bentley Substation CONNECT Edition is a 64-bit application, compatible only with 64-bit operating systems. Microsoft Office, specifically Microsoft Access, is not required to be installed to use Bentley Substation. For Bentley Substation CONNECT Edition, if Microsoft Office (specifically Microsoft Access) is installed, only 64-bit Microsoft Office is supported . Using 32-bit Office with Bentley Substation CONNECT Edition can result in error messages and inability to use Bentley Substation and/or Microsoft Office applications. See Also [[Project Database Version - Substation]] Readme for Bentley Substation CONNECT Edition Update 1 Readme for Bentley Substation CONNECT Edition Compatibility Chart - Substation
↧
Wiki Page: How to Assign Same Level to Different Drawing Elements
9:01 AM Product(s): Bentley Raceway and cable Management Version(s): 10.03.00.25 Environment: N/A Area: Raceway IDs Subarea: N/A Background There was a design restriction in previous versions of BRCM which restricted the user from assigning the same level to different drawing elements. For instance, in previous versions of BRCM, Equipment and Equipment id were on different levels and the user was not allowed to assign them the same level. In the latest update i.e. BRCM CONNECT Edition Update 3, users can assign the same levels to different drawing elements according to the steps provided below. Steps to Accomplish Select options dialog under Manage. In options, select CAD standards, under Levels you can see that Equipment and Equipment ID both have different levels. Double click on Equipment id to edit Level, here E-PANEL. Click Apply and then OK. Go to Equipment & Cable and select Equipment Manager. Under Equipment Manager dialog, Select equipment e.g. Panel and Press OK. Provide a name to Equipment ID from EQP Macro. Right click the equipment to see properties. You can see the level assigned to the element by Expanding Cell: brcm_eqp3d. Select the Equipment Tag assigned to the equipment and right click to see the properties.
↧
Forum Post: RE: BRCM出立面图导出dwg后,桥架的弯通部分,变成乱线
Hi Yanzhe, For the issue you are facing using Export to DWG, you can try to change the options while using the Export to DWG tool. 1.While using the Export to DWG tool, Click on Options. 2.In the Options dialog that is displayed under General tab , Check the Use level Overrides Options and Preserve BRCM Settings. 3.In the References tab Select the Merge To Cell options and Check Merge Visible Edges of 3D attachments. Hope this helps.
↧
Wiki Page: How to assign phase levels to 3D cables in Bentley Substation CONNECT
Product(s): Bentley Substation Version(s): 10.05.00.35 Environment: N/A Area: 3D Layout Features Subarea: Insert Cable/Bus Object Background In Bentley Substation CE Update5 we introduced the ability to select unique phase levels for cables or bus so that they can easily be distinguished for clash detection purposes. Steps to Accomplish Click Insert Cable/Bus Object, select a cable, and click OK to initiate the cable placement. Select the desired Phase Level from Placement Options dialog. Select the hook points you want to attach the cable/bus to which displays the Cable/Bus object settings dialogs. Specify the Sag and other desired settings and then Click OK to the Cable/Bus Object Settings dialog to complete the placement. Alternative Steps to Accomplish The Properties Control allows you to set a ‘Phase’ property which can be applied to any cable / bus that you insert while the Properties Control is running. The Phase you set in the Properties Control will drive the default Phase level in the Cable / Bus Placement Options dialog. Click 3D design -> Properties control and set the ‘Phase’ Property to the desired phase. Click Insert Cable/Bus Object, select a cable, and click OK to initiate the cable placement. Notice the Phase Level in the Placement Options dialog corresponds with the selected phase in the Properties Control by default. You can override the level if desired by selecting a different level from the picklist. Select the hook points you want to attach the cable/bus to which displays the Cable/Bus Object Settings dialog. Specify the Sag and other desired settings and then Click OK to the Cable/Bus Object Settings dialog to complete the placement. Note : If you want to visualize the phases in different colors you can set different colors for the levels or utilize the Thematic Manager . Original Author: Avanti Khandalkar
↧
↧
Forum Post: SQL Database Upgrade
Hi, Are there any known issues of changing to SQL 2016 when running Promis*e V8i series 6 over AutoCAD? We are currently running SQL 2012 server.
↧
Forum Post: RE: SQL Database Upgrade
Hi Aaron, For the concern of SQL compatibility you can refer the compatibility chart in the link below- https://communities.bentley.com/products/electrical___instrumentation/w/electrical_and_instrumentation__wiki/3719/compatibility-chart---promis-e-v8i As SQL 2016 is not compatible with Promis.e V8i SS6.This might lead to display of error messages or erroneous performance or slowness. For better enhanced features you can upgrade to the latest version of Promis.e -Promis.e CONNECT which is compatible with SQL 2016. Hope this helps. Regards, Lalitesh Vaidyar
↧
Wiki Page: Configuration Files - BRCM
Product(s): Bentley Raceway and Cable Management CONNECT Edition Version(s): 10 Environment: N/A Area: Installation_Configuration Subarea: N/A In the CONNECT Edition, the software utilizes the native Power Platform configuration system to locate the dataset, connect to the project database, and specify various default settings. Note: Power Platform is the MicroStation core application that underlies the CONNECT Edition product. The purpose of this article is to provide an overview of the specific configuration files that are used to configure the software. It explains the configuration hierarchy and identifies the location of key configuration files and what application configuration variables are set within those files. Configuration Hierarchy The configuration system is comprised of various configuration files which are organized in a hierarchy. When the software is started, it loads the configuration files in accordance with the hierarchy in the following order: System Organization Workspace WorkSet Role User Note: If any given variable is set in multiple configuration files at different levels of the hierarchy, the value set in the last loaded file will override the previously set values. Configuration Files After a default installation of the software, Bentley Raceway and Cable Management deploys two workspaces entitled, “BRCM Imperial Example " and "BRCM Metric Example .” The BRCM Configuration Variables are defined in configuration files named, “BRCM.cfg” which are located at the WorkSet levels of the configuration hierarchy. System Configuration File There is an application configuration file found here: C:\Program Files\Bentley\Bentley Raceway and Cable Management CONNECT Edition\BRCM\config\appl\brcm.cfg This configuration file makes use of the following BRCM configuration variables: BRCM_APPLICATION BRCM_FILE_UPDATE_OPTION BRCM_IMODEL_PUBLISH_MODE WorkSet Configuration File The WorkSet configuration file is found within each WorkSet under a Standards folder. i.e. ...\Configuration\Workspaces\BRCM Metric Example\Worksets\BRCM_EU_EN\Standards\BRCM This configuration file makes use of the following BRCM configuration variables: BRCM_DB_ID BRCM_DB_STATIONID BRCM_DB_CONNECTSTRING BRCM_WS_METADATA BRCM_WS_RACEWAY BRCM_WS_RACEWAY_TEMPLATES BRCM_WS_EQUIPMENT BRCM_WS_SCHEMAS BRCM_WS_LANGUAGE For a list of the configuration variables refer to the Configuration Variables article.
↧