Guys,
This might be a difficult one to explain but I'll try my best. I have a VBScript program which I run every night using Windows Script Host and the purpose of this script is to pull data from a number of Pervasive 2000 tables and write the data to corresponding tables in an Access DB. There are 18 tables in total. To do this, I run one VbScript program which fires 18 child processes to run 18 further VBScript programs which updates each table in turn.
That's the straightforward part. Now comes the problem. Initially, I had this running on my machine and pulling the data over the network. However, this meant that I had to leave my PC on every night so I moved the programs every night. So I moved them all on to the server where the DB resides. Now, 4 of the programs fail and always at the same line of Data and always when writing the data to the access table. It always writes some data to the table so DSN's, etc are OK. However, these programs never fail when run from my PC. Can anyone suggest why? Mise Le Meas,
Mighty
This might be a difficult one to explain but I'll try my best. I have a VBScript program which I run every night using Windows Script Host and the purpose of this script is to pull data from a number of Pervasive 2000 tables and write the data to corresponding tables in an Access DB. There are 18 tables in total. To do this, I run one VbScript program which fires 18 child processes to run 18 further VBScript programs which updates each table in turn.
That's the straightforward part. Now comes the problem. Initially, I had this running on my machine and pulling the data over the network. However, this meant that I had to leave my PC on every night so I moved the programs every night. So I moved them all on to the server where the DB resides. Now, 4 of the programs fail and always at the same line of Data and always when writing the data to the access table. It always writes some data to the table so DSN's, etc are OK. However, these programs never fail when run from my PC. Can anyone suggest why? Mise Le Meas,
Mighty