.
Tally has made provisions to surrender the software license
in case The machine you are currently using is going to be formatted. If the change
is inevitable then one should surrender the license so that the information written
in Tally server can be erased. Only after successful surrender of your license it
can be installed on another machine.
F12 ->
Licensing -> Online -> Surrender
Here it is noteworthy that while surrendering the license we should update the license
first just to check that if internet is working properly or not. Otherwise it may
happen that due to unavailability of connection or poor connectivity the license
get surrendered on machine but information on internet server is not correctly updated.
So only after successful message of updation you should surrender the license.
So from the above discussion it is clear that:-
1. We activate license to make it origional.
2. We update license when it is going to expire and
3. We surrender the license just to reactivate it somewhere else.
Is Your Tally Original? How to Check it
!
Source
First thing first, check up your source of purchase. Here is the list of
DCP's and Resellers
of tally from where you can buy original Tally.
Deliverables
When you purchase tally you would get one box which would contain a small booklet
having serial number and key printed on front with one cd which would have rel one
of that software. You can get latest version of the software from
Tally's site of tally or at
ApniTally.
If you are upgrading from 6.3 to 9 then your serial nos. would change but one thing
would never change is the sum of all digits of serial no. The sum would be the multiple
of 9
Registration
Just after buying don't forget to
register the software.
By this way you would be know to Tally. Tally would provide you the required help
when you are in need only if your serial no. is registered with them.
So here is my checklist :-
- Check the serial no. the sum of all digits should be multiple of 9
- Check your registration details on Tally Site.
- Install the latest release and then check the functioning.
- If all things mentioned above are correct then contact tally or the vendor.
Why Tally Turns Educational ?
To find the answer to this question we have to first understand the process of licensing.
In hardlock version Tally use to find its licensing file in the hardlock itself
which was there at printer port. In softlock version these files are downloaded
and stored in your computer somewhere. Now when we get our Tally activated following
process happens
- Tally checks internet connectivity
- Tally generates a files which consists of information regarding your computer hardware
and configuration.
- Tally uploads this file to tally server on internet and stores this file against
your serial no.
- In response it gives one more file which is stored in your computer somewhere. This
file is your license file.
- Every time you run tally it checks for license file info with your computer hardware
and configuration.
- If it matches then your tally starts in licensing mode.
Most of the times what goes wrong is change in your computer configuration after
the license file has been downloaded. Earlier for security purpose tally made it
mandatory to update file after every 30 days in tally 6.3 version and early 7.2
releases. But now keeping view the practical problems associated with it you can
download the license file and use it for as long as you want.
Most common change which can cause problem can be
- Disabling or change of your LAN/Ethernet card.
- Change in configuration after installing new software or drivers.
- Change in windows configuration like computer name user name etc.
The Solutions
To prevent Tally from being educational you can do following:-
- You can make a system restore point while installing Tally. But before restoring
the same point you should remember that you data can be lost in this process so
take an external backup of your data on CD etc.
- You can go in back dates by changing system date and see if Tally is working or
not (Some times it works !!).
- You can insure that your system name, lan cards etc. Doesn't change.
- If you know that a trouble is coming ahead e.g. you may need to upgrade system or
format the system then best solutions is that you first surrender the tally before
formatting.
- If you are in deep trouble an and cannot connect internet the surrender the tally
in offline mode and keep that file in a pen drive or CD along with your data backup.
- If you are in much deeper trouble and finds out in the morning that you computer
doesn't start windows and last option is to format it again, then try to start windows
in DOS mode and recover that data files by copying whole Tally folder in to another
drive. Then you can write mail to support@tallysolutions.com stating your Sr..No
and contact person name to reset your licensing info. Wait for the response and
then activate the Tally.
With this steps and concepts in mind I think you would get minimum trouble.
If you have any comments or suggestions please let me know so that they can help
other users also.
Configuring a Multiuser Tally
Tally Server
When ever we talk about server we imagine a machine which is big on computing and
having high memory and storage space etc. But in case of Tally a Tally server need
not to fulfill these requirements. In case of Tally server an ordinary computer
can do the job, as on server not much computing is done. Tally server usually does
the duty of holding the data and serving the license file only.It doesn't do any
computing on it self as tally seldom gets loaded on server.
So we can give an ordinary desktop the responsibility of tally server. It should
be well connected with other computers in organization and should have reasonable
memory for working. Normal server in the company which may be doing some other duties
like hosting, domain controlling etc can be avoided if needed as it would be busy
with it's own work.
Network
Proper network should be there with cat5 or cat6 cables. Switches should be used
instead of hubs as they are fast and intelligent . Preferably it should be on TCP/IP
protocol and every machine should have an ip address on its LAN card with one common
IP Pool. If tally server is having IP as 192.168.0.1 then nodes should have the
IP as 192.168.0.2 and so on. The work group on all computers should be same and
machines can have separate names. The name of the tally server can be TallyServer
and the work group name can be organization name e.g. cts or tallyacademy etc.
Configuration:Server
Configuration at server end as well
as nodes is very important. First of all while installing
tally on server the check mark for server should be ticked. Then Tally license on
server should be active i.e. Tally on the server should show the serial no and Tally
Gold Multi user should be there on right hand top corner of Tally.
It is advisable that you make the folder name according to its version instead of
making a default folder like tally only. If version Tally9 is there then the folder
should be Tally9.
Share the data folder and give it a name like tally9data. Sharing can be
done right clicking the folder and choosing sharing and security. Be sure to allow
users to modify the files.
Configuration: Nodes First of all install
Tally in Tally9 folder in C drive. Modifications are needed in tally.ini file at
nodes. Open the tally.ini the configuration and setting file in notepad and find
the line TallyLicenseServer. If there are semi colons bore this line then remove
the semicolons. This line has following syntex :-
TallyLicenseServer=
192.168.0.1:9000
or
TallyLicenseServer=\\TallyServer:9000
Here 192.168.0.1 is the IP address of the Tally server machine and 9000 is the default
port at which license is running. You can replace the IP address with computer name
e.g. TallyServer. The path of data folder should be also defined, for this find
the line ;; Specify location of Data files Data =. By default it would have syntex
like Data = C:\Tally9\Data i.e. the folder where tally has been installed on nodes.
It should be changed to new location on network i.e. \\Tally9Data the name of the
folder which we have given while sharing on server. So the data line becomes as
follows
Data = \\Tally9Data
Understanding Tally Configuration File Tally.ini
If you have used single user then it may be the case that you have never
bothered to edit this
file or even tried to know where this file is and what it does. But If you have
worked on a multi user Tally version then chances are that at one time or another
some one has told you to go to Tally.ini
file and do the required setting.
Tally's behavior is controlled by its .ini file. This file resides in the folder
in which Tally's exe file is or you can say in the folder where tally is installed.
Let understand why this file is necessary and how it can be helpful for us.
Purpose
This file is Tally's initialization file. It can be also referred as configuration
and setting file of Tally. When ever Tally loads itself then it takes working environment
from this file. All variables from this file are picked and then tally starts functioning
accordingly. So this file is importantfor desired working of Tally software.