You need to configure the application to install TallyDeveloper on a client machine.
1. Open the developer.ini file from the folder in which TallyDeveloper is installed.
2. In the line LicenseServer = Server:Port, ignore the line by deleting the semicolons (;;) and specify the following:
o In the Server, specify the name or the IP address of the Server on which your TallyDeveloper license is running.
o In the Port, specify the port number to which the server is listening to. By default, the port number is 9009, but you may specify a different port number if the default port is already in use.
o In DefaultTDL = <DefTDL-0.0.0.0.dat>,ignore the line by deleting the semicolons (;;) and specify the name of the Default TDL you are going to use. The format of the Default TDL is DefTDL-Version.Release.dat. Examples: DefTDL-9.0.1.0.dat, DefTDL-7.2.3.0.dat, etc.
● If TallyDeveloper is installed on a server, then the configuration mentioned above is not required.
● The DefaultTDL file contains a view of the default TDL with which Tally runs. By default, this is the highest version provided in the TallyDeveloper directory.
To know the port number that TallyDeveloper is using:
By default, TallyDeveloper uses the port number 9009.
To know the port number that TallyDeveloper is using
1. Open developer.ini file from the folder in which TallyDeveloper is installed.
2. Type clientserver=server
3. Start TallyDeveloper. The port number will be displayed in the title bar.
To manually change the port number if the default port number is already in use
1. Open developer.ini file from the folder in which TallyDeveloper is installed.
2. Type the following:
o clientserver=server
o serverport=(port number) (Example: 9999)
3. Start TallyDeveloper. The port number will be displayed in the title bar.