ORD 2020 R3/Connect 16 - Custom/network configuration vs. msconfig

Q
 

[ORD 2020 R3/Connect 16] Custom/network configuration vs. msconfig

MaryB
OfflineMaryB99.41.238.248

I am trying to set up our Bentley Connect Workspace onto our network.

The first modification is a customized shortcut which includes the switch -wc"M:\Bentley\ORD\NetworkRedirect.cfg"

This file has one statement set in it:

#============================================================================
# Civil Organization Standard Location
#============================================================================

%if exists (M:/Bentley/ORD/Configuration/CustomConfig.cfg)
     %include M:/Bentley/ORD/Configuration/CustomConfig.cfg
     %include C:/Program Files/Bentley/OpenRoads Designer CONNECT Edition/OpenRoadsDesigner/config/mslocal.cfg
%endif

The CustomConfig.cfg includes

[General]
_USTN_CUSTOM_CONFIGURATION=M:/Bentley/ORD/Configuration/
%lock _USTN_CUSTOM_CONFIGURATION

[SetConfiguration]
%if !defined (_USTN_USER_CONFIGURATION)
    %if defined (_USTN_CUSTOM_CONFIGURATION) && ($(_USTN_CUSTOM_CONFIGURATION) != "") && exists ($(_USTN_CUSTOM_CONFIGURATION))
    _USTN_CONFIGURATION = $(_USTN_CUSTOM_CONFIGURATION)

    %endif
%endif
%lock _USTN_CONFIGURATION

_USTN_USERNAME = $(USERNAME)
%lock _USTN_USERNAME
SHR_USERDIR = M:/Bentley/ORD/Configuration/Users/$(USTN_USERNAME)/

%undef _USTN_USERCFG
_USTN_USERCFG = $(SHR_USERDIR)Personal.ucf
%lock _USTN_USERCFG

I am getting this error message when I try to open the software:

Exiting, M:\Bentley\ORD\Configuration\Users\personal.ucf not found, [c:Program Files\Bentley\OpenRoads Designer CONNECT Edition\OpenRoadsDesigner\config\msconfig.cfg], line 291

They aren't wrong...I do not have a Personal.ucf in M:\Bentley\ORD\Configuration\Users\personal.ucf. It is stored in M:\Bentley\ORD\Configuration\Users\mbloswick\personal.ucf
Which I thought I was defining in my CustomConfig and locking.

Without this, I can't get any further in checking anything else, because without the UCF, ORD (MicroStation) just exits without any further processing.

How confused am I, and where am I going wrong?
Thank you.

 
+++++++++++++++++++++++++++++++++
 
Never mind. I found the typo. _USTN_USERNAME is not the same as USTN_USERNAME
I have plenty of other things to sift through, but this is answered
MaryB
 
 
 
From: Kevin van Haaren <bounce-D922D832-03D5-40D7-AFC4-BB119EC5AAD2@communities.bentley.com>
Sent: Friday, August 13, 2021 11:21 PM
To: ProductAdministration@communities.bentley.com
Subject: RE: [Product Administration Forum] [ORD 2020 R3/Connect 16] Custom/network configuration vs. msconfig
 

WARNING: This email originated from outside of the organization. DO NOT click links, open attachments, or respond unless you recognize the sender and know the content is safe.


 
 

oh shoot _USTN_INSTALLED_CONFIGURATION isn’t what you want. i think it’s $(MSDIR)config/mslocal.cfg

View online

 

You received this notification because you subscribed to the forum.  To unsubscribe from only this thread, go here.

Flag this post as spam/abuse.