Start the module (Interpret or Transfer) from the Start menu to check for problems. If the module fails to load an add-on, for example, it exits immediately and reports the event in the Windows Event Log. Check that log to see if an error has been reported.
Check the INVOICES logs to see if an error was reported.
Check the following:
Make sure the ImagePath value in Windows registry specifies the correct path to the module's EXE file. The path to the ImagePath value is HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ INVOICES module\
Ensure the Programs setting in the [Directories] section of Eilocal.ini points to the correct location. Also make sure this setting does not end with a backslash (\).
By default, the service runs using the Local System account. However, services can be configured to log on to special user accounts. Try to start the service using the user account that was used to install INVOICES.
Select Start menu > Control Panel > Administrative Tools > Services.
Locate and double-click the INVOICES Interpret or INVOICES Transfer service.
Select the Log on tab.
Select This account and specify the account and password that were used when INVOICES was installed. (This assigns a logon account to the service, giving it the same permissions as the user.)
Click Apply.
In some cases, the service may not restart because the INVOICES license is still locked by FLEXlm. In order to release the license automatically, add the following TIMEOUT entries to the FLEXlm options file, ehlm.opt:
TIMEOUT EIITRP 900
TIMEOUT EITRAN 900
This will release the license after 15 minutes of inactivity.
For more information about the options file, see the FLEXlm End Users Guide. (Nothing happens when I click the link.)
The service crashes when it is started.
Make sure the Windows Event Log service is running before you start the service.
This can occur when the module displays a dialog, which is invisible because Interpret is running as a service. To solve the problem:
Display Windows' Services dialog (Start > Settings > Control Panel > Administrative Tools > Services).
Right-click the service in question and select Properties.
Click the Log On tab and select Allow service to interact with desktop.
Run the service again. Now if Interpret displays a dialog, it is visible, and you can address the problem.
Recommended: Configure service recovery.
Error 1053: The service does not respond promptly to the start or control request.
If you cannot stop the service, end the process using Task Manager (eiitrp.exe for Interpret or eitran.exe for Transfer).
If a process is running in the local system account, you can open the Task Manager by typing the following in the command line:
at time+2min /interactive taskmgr
Example
at 11:32 /interactive taskmgr
Related topics
Automating Interpret and Transfer: Overview