Teamcenter Mechatronics Process Management utilities
configure_mdo_subscriptions
Creates new subscriptions or deletes existing subscriptions for MDO notifications. Notifications are available by subscriptions only. You must subscribe to the events for which you want to get notifications. You can subscribe to the notifications by object type and event type. Syntax configure_mdo_subscriptions [-u=user-id {-p=password | -pf=password-file} -g=group] [-action=ON/OFF][-targettype=CLASSNAME] [-eventtypesEVENTNAME][-logfile] Arguments -u Specifies the user ID. Only the user who is part of the MDONotificationAdministartion authorization rule can use this utility to configure subscriptions. This is generally a DBA user or another user with administration privileges. Note If Security Services single sign-on (SSO) is enabled for your server, the user and password arguments are authenticated externally through SSO rather than being authenticated against the Teamcenter database. If you do not supply these arguments, the utility attempts to join an existing SSO session. If no session is found, you are prompted to enter a user ID and password. -p Specifies the password. This argument is mutually exclusive with the -pf argument. -pf Specifies the password file. For more information about managing password files, see Manage password files. This argument is mutually exclusive with the -p argument. -g Specifies the group associated with the user. If used without a value, the user's default group is assumed. -action ON creates class-based subscription for the specified class and the event types. OFF removes class-based subscription for the specified class and event types. -targettype Specifies the class name for which the subscription must be turned on/off. -eventtypes Specifies comma-separated event types such as event1,event2. The class subscription is created or removed for the event types specified in this argument. -logfile Specifies the full path to the log file that records information about this utility. Environment As specified in Setting up a Teamcenter command-line environment. Files As specified in Log files produced by Teamcenter. Restrictions None. Examples To remove the create event subscription for the ModelElement class, enter the following command on a single line: Copy configure_mdo_subscriptions -u=Tc-admin-user -p=password -g=group -action= OFF targettype=Mdl0ModelElement -eventtypes= _Create
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/utilities_reference/mqe1737253718001/xid1074757.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)