On the same topic:
I have a nice piece of working code that runs on the command line and does exactly what I need. However when I put this into
the task scheduler on our windows 2012 server it just hangs. My theory is that the first time you use the ODBC, if it does not
find the eztask or currency files it will do a popup dialog window to ask you to point to where these are. Something I had to
do when it ran the first time on the command line.
I believe that our problem is that the ADSPROF.LD4 file that we have points to a network drive that is mounted on the server
and it does not like that. I have had to change the values to point to the non-network drive. We use the network drive on the server
to keep the file systems correct for the clients as well.
So, my question is. Has anyone been able to use the ODBC driver in code that runs on the task scheduler? If so how did you do
it? Is there a way to pass the file values for the EZTASK and Currency Files to the ODBC driver in code? So something in the connection
string. If so what are the keywords to send?
Thanks!
Brian
Edited by BT_Peace (05/26/17 08:10 AM)