Frequently Asked Questions
Frequently Asked Questions about Auto Close Idle(ACI):
- I was trying ACI and it works when running in a full
desktop, but not when running under a single published application. Is there a
way to make it work under Citrix?
- I was just testing ACI with Notepad, but ACI doesn't seem to
see it.
- I was trying ACI with Navision, but ACI doesn't seem to see
it. Is there a specific settings that I need to change?
- Do I need to change any shortcuts or modify the program
configuration in anyway?
- Can I manage the users from any workstation?
- Do I have to install ACI Manager on the same computer as the
database server?
- What TCP/IP port does ACI use?
- Does it work over the Internet or behind a firewall?
- What happens when the user is working on another program
while keeping the application in question in the background?
- When the user moves the mouse over the application, will
it be considered active?
- Will it use a database session?
- Can ACI monitor multiple programs at the same time?
- Does ACI work with Navision native database? Navision with MS
SQL?
- What Navision versions does it support?
- Will it corrupt my database?
- Will it close Navision in all cases?
- Some users don't want their application closed. Is this
possible?
- Does ACI Client run standalone?
- Does ACI support multiple languages?
- I have too many users. Is there an easy way to manage them?
- How ACI is licensed?
- There is a feature I want to be implemented in ACI. Can you
do it?
- I was trying ACI and it works when
running in a full desktop, but not when running under a single published
application. Is there a way to make it work under Citrix?
Yes. You need to edit the published application shortcut and prefix it with
the following:
"C:\Program Files\Auto Close Idle Client\ACIClient.exe" /R
If the operating system is 64-Bit, use the following instead:
"C:\Program Files (x86)\Auto Close Idle Client\ACIClient.exe" /R
This will start ACI Client as the target application, and ACI Client would
start the target application that you specify after /R command line option.
Make sure that there is a space after "/R" above. The same applies if you are using ACI with an initial application under
terminal services without Citrix. See "Terminal Services in Single Application
Mode" under "Installing ACI Client" in ACI Help→Contents for details.
- I was just testing ACI with
Notepad, but ACI doesn't seem to see it.
If you are using a 64-Bit operating system, then Notepad is a 64-Bit
application, and ACI currently doesn't support 64-Bit applications. However,
it can monitor 32-Bit application running under a 64-Bit operating system.
Currently most applications are 32-Bit and we will add 64-Bit support in the
future based on demand. To see if an application is 32 or 64 bits, start Task
Manager, and check the Processes tab. 32-Bit processes have "*32" at the end
of the file name. If the application that you plan to use ACI with is 64-Bit,
please contact us and provide the name of the
application that you plan to use ACI with.
- I was trying ACI with Navision, but
ACI doesn't seem to see it.
Is there a specific settings that I need to change?
This happens when the Application Title is not set up correctly. It's case
sensitive, so use "Navision" or "NAV" instead of "navision". Also, using the word
"Navision" only, for example, could unintentionally monitor a program like
"Navision User Guide.pdf - Acrobat Reader". It’s best to set it to "Microsoft
Navision Attain" or "- Microsoft Navision Attain" if you are using Navision
3.60, or set it to "Microsoft Business Solutions-Navision" or "- Microsoft
Business Solutions-Navision" if you are using Navision 3.70. In later
version 5.0 and after, use "Microsoft Dynamics NAV". If you have an older
version you may use "Navision Financials". This all depends on the window
title shown when you start Navision.
After setting the title, you can look in the App Title column in ACI Manager
to see which application ACI Clients are actually monitoring, by default this
is refreshed every 10 seconds.
- Do I need to change any shortcuts or modify the monitored
program configuration in anyway?
No, unless you are using Citrix(See Q1 above). ACI will auto detect the application presence based on the window title
or part of the executable path.
It doesn't matter if the application was already running before you ran ACIClient or not.
ACIClient runs after you finish the setup program and restarts with Windows so
there is no need to create a startup shortcut for ACI.
- Can I manage the users from any workstation?
No, currently you can only manage the users from where you installed ACI
Manager. In the upcoming version 4.0, you will be able to manage the users
from any workstation. Sine the software includes free updates, you get that
update when it's released. A beta version is available upon request.
- Do I have to install ACI Manager on the same computer as
the database server?
No. You can install ACI Manager on any computer you like that has Windows 95
OSR2 or above. However, make sure that you only install one copy of ACI
Manager on you LAN, otherwise you may not see all users.
- What TCP/IP port does ACI use?
It uses TCP/IP port 9400 by default, which can be changed to any port by
editing an INI file.
- Does it work over the Internet or behind a firewall?
Yes. ACI Client can automatically detect the server if it's on the same LAN
using broadcast packets.
When ACI Client is behind a router, you can specify the IP Address and port
number to use in an INI file. See "Setting up ACI Client to work from behind a
router" under "Installing ACI Client" in ACI Help→Contents for details.
- What happens when the user is working on another program
while keeping the application in question in the background?
Any application other than the monitored application is ignored. If the idle
time limit is enabled for the user and is reached, ACI will close the
application.
- When the user moves the mouse over the application, will
it be considered active?
No, moving the mouse over the application is ignored. Only keyboard and mouse
clicks on the target application are considered when determining the idle
time.
- Will it use a database session?
No. ACI does not connect to your database server in anyway.
- Can ACI monitor multiple programs at the same time?
No. Most of our users usually use ACI with a single application. If you want
to monitor another application, you can get another copy of ACI, and change the TCP/IP port in the INI file in each
installation. Please contact us for more
details...
- Does ACI work with Navision native database? Navision with
MS SQL?
Yes. It works with both.
- What Navision versions does it support?
It supports all versions, this includes Navision Financials, Navision Attain,
and NAV.
- Will it corrupt my database?
No. ACI will simulate closing the application as any user does, by clicking on
the close button on the upper right of the application's window. It will never
terminate the task which usually leads to data loss or corruption. In the case
of Navision, it will click Cancel at every pop window as well.
- Will it close Navision in all cases?
No. It will not close Navision when there is a popup a window as a result of
the C/Side command CONFIRM(). This command shows a message to the user and 2
buttons: Yes or No, without cancel. Examples include "Delete Customer?", "Do
you want to update the sales lines?". It's a bad idea for ACI to answer all
yes or all no to these dialogs. If any of these dialogs appear, you can
respond to them by using "Remote Control" functionality. This allows you to
see the user's screen and use your keyboard and mouse to interact with the
application remotely. However, in most cases the user usually responds to
these dialogs quickly.
- Some users don't want their application closed. Is this
possible?
Yes. You can set both "Auto Close" and "Allow Close by Others" to "No" to
certain users. In this way ACI acts in a "Read only" mode. You can see how long these users have been idle, but they will
not be closed automatically. You can still close the application used by these users by
right clicking on a user and select "Close this app".
- Does ACI Client run standalone?
Because ACI was designed to be centrally managed, the client cannot run in
standalone mode.
- Does ACI support multiple languages?
Not at this time. However, it works with non-English versions of Navision. The
user interface is currently available in English only. We are planning on translating the client side to other languages,
however, the server side or ACI Manager will remain in English.
- I have too many users. Is there an easy way to manage
them?
You can assign users to groups by selecting
multiple users and type the group name at the options at the bottom of ACI
Manager main window. Later, when you click on "Group" column heading, users
will be sorted by groups and then you can easily select these users and change
their settings. It's not necessary for all users in the same group to have the
same settings, just select some users and change only those users' settings,
even if these users belong to different groups. Also, ACI Manager lets you sort by
any column, just click on any column heading to sort by that column. This gives you more flexibility
in managing your users. When you click on
"Idle Time so far" heading, users will be sorted by how idle they have been. The most
idle user will be at the top. When that user starts using the program, he or
she will drop to the bottom of the list. This makes it easy to decide when
to close idle users.
- How ACI is licensed?
ACI license allows unlimited number of clients and one server installation(ACI
Manager copy)
plus unlimited free updates.
Click here for details.
- There is a feature I want to be implemented in ACI. Can
you do it?
Please feel free to contact us, and use "Suggest a
feature". We review all requests and based on your feedback we prioritize
these requests.
Note: Navision® is a registered trademark of Navision A/S;
which was acquired by Microsoft in 2002. We are not affiliated with Navision A/S
or Microsoft in anyway.
Home