Multiterm: GroupShare Console: Changes can't be saved

Hi all,

we have GroupShare  servers separated for TM and MultiTerm. In Multiterm Groupshare server, there is not any SDL Execution service, installed or running, because its installed only when you have also TM Server component. When i want to adjust  settings for example when i want to change DB server according to this article producthelp.sdl.com/.../6749.html and when i want to apply changes, it says changes can't be applied because there is no running SDL Execution service.

I do not want to install TM Server component on Multiterm Server only for this reason, is there any workaround, is this settings written in some file or registry?

Thank you very much,

Frantisek

Parents
  • Hi Frantisek,

    Many thanks again for contacting SDL Support on this matter.

    As described earlier this week, for SDL Studio GroupShare 2014 (SP2) (this issue is resolved in the 2015 version), the following workaround can be used to adjust the relevant settings:

    The database configuration, and timeout setting, can be adjusted directly through the "Settings.xml" on the system hosting the affected SDL Studio GroupShare instance.

    The full path to this file is C:\ProgramData\SDL\SDL MultiTerm\MultiTerm12\Settings.xml.

    You can find a sample "Settings.xml" attached to this thread.

    Please ensure that the services "SDL Application Service" and "SDL MultiTerm Matrix Cache Service" are stopped before applying changes to the "Settings.xml".

    Best regards,
    Phillip Maieski | SDL Support

    <?xml version="1.0"?>
    <settings>
    <key name="MultiTerm">
    <value name="MaxLoginTime">480</value>
    <value name="Server">1</value>
    </key>
    <key name="MultiTerm\ServerDatabaseInfo">
    <value name="(default)">SqlServer</value>
    <value name="Location">database.server.com</value>
    <value name="MasterDB">MTMaster</value>
    <value name="UserID">;Integrated Security='SSPI'</value>
    <value name="Password"></value>
    </key>
    <key name="MultiTerm\MTJobsSettings">
    <value name="JobsFolderLocation">C:\ProgramData\SDL\SDLServer1\FileStore</value>
    <value name="MaximalJobInactivity">1800</value>
    </key>
    <key name="MultiTerm\Timeouts">
    <value name="GetTermbases">2</value>
    <value name="CreateTermbase">15</value>
    <value name="Search">15</value>
    </key>
    <key name="MultiTerm\Communication">
    <value name="Server">https://groupshare.serveraddress.com/</value>
    </key>
    </settings>
    

    .

Reply
  • Hi Frantisek,

    Many thanks again for contacting SDL Support on this matter.

    As described earlier this week, for SDL Studio GroupShare 2014 (SP2) (this issue is resolved in the 2015 version), the following workaround can be used to adjust the relevant settings:

    The database configuration, and timeout setting, can be adjusted directly through the "Settings.xml" on the system hosting the affected SDL Studio GroupShare instance.

    The full path to this file is C:\ProgramData\SDL\SDL MultiTerm\MultiTerm12\Settings.xml.

    You can find a sample "Settings.xml" attached to this thread.

    Please ensure that the services "SDL Application Service" and "SDL MultiTerm Matrix Cache Service" are stopped before applying changes to the "Settings.xml".

    Best regards,
    Phillip Maieski | SDL Support

    <?xml version="1.0"?>
    <settings>
    <key name="MultiTerm">
    <value name="MaxLoginTime">480</value>
    <value name="Server">1</value>
    </key>
    <key name="MultiTerm\ServerDatabaseInfo">
    <value name="(default)">SqlServer</value>
    <value name="Location">database.server.com</value>
    <value name="MasterDB">MTMaster</value>
    <value name="UserID">;Integrated Security='SSPI'</value>
    <value name="Password"></value>
    </key>
    <key name="MultiTerm\MTJobsSettings">
    <value name="JobsFolderLocation">C:\ProgramData\SDL\SDLServer1\FileStore</value>
    <value name="MaximalJobInactivity">1800</value>
    </key>
    <key name="MultiTerm\Timeouts">
    <value name="GetTermbases">2</value>
    <value name="CreateTermbase">15</value>
    <value name="Search">15</value>
    </key>
    <key name="MultiTerm\Communication">
    <value name="Server">https://groupshare.serveraddress.com/</value>
    </key>
    </settings>
    

    .

Children
No Data