
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
06-06-2018 01:36 PM - edited 03-12-2019 10:29 AM
Dears,
i want share with you my setup, how i configure TMS 15.6.0 with SQL 2012:
-first of all this deployment design in LAB just for practice, my deployment contain SQL and TMS in same server if you need to install TMS in another server you need to check deployment guide.
-TMS and SQL it must sync NTP from NTP server.
-if you need to use different version of TMS, you must check TMS installation and upgrade guide "operating system and software" to check which version of windows server is compatible & "sql server software and permission requirement" to check which version of sql is compatible
-don't create any database for TMS "tmsng", TMS will create it in setup wizard.
Server:
-Windows server 2012 R2
-SQL_EnterpriseEdition_2012
-TMS 15.6.0
==============================================================================
Windows Server 2012 "fresh installation":
-make sure that you disable firewall if it's require
1.Add Role-->Web Server IIS-->Role Service-->check HTTP Redirection and webDAR publishing
2.Add Feature-->.Net Framework3.5.1
SQL Installation "fresh installation":
1.in feature selection, Select ALL-->Next
2.instance configuration, choose Default instance-->Next
3.Data base engine configuration, check Mixed Mode and add password for SA user + add current user-->Next
4.Distributed replay controller, Add Current user-->Next
TMS installation:
1.Click on TMS Setup wizard
2.check Local SQL Server, username "sa" with password that you created
3.This page for License, you can process with Demo license
4.Network setting:
IP Broadcast /mulicast…: we must add all the subnets that have VC Endpoint (Ex: 192.168.1.255,192.168.2.255)
5.IP/ISDN Zone
6.encryption key, Generate
7.then certificate..
8.you can access TMS from "http://x.x.x.x/tms/" , username and password same that used for Windows server
x.x.x.x-->ip address of TMS server
I hope that will help someone.
Regards,
Ahmad Kefaya

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
how to configure phonebook on TMS Server
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
When using a different port to access the SQL database how do I tell the TMS installer to look at the new port?
Example - If i change the SQL database to use 1466 and not 1433 (default) do I put in the TMS installer to look at xxx.xxx.xxx.xxx:1466? There is no field that asks for the port in the setup.
Thanks in Advance