R
rocco
Hello,
I don't even know if the subjects is corret. Anyway, this is what is
happening:
I have a procedure which will call two other procedures.
The procedure A call procedure B which unzip a file in a folder (the .zip
contains 17 tables in ADTG format). The focus then go back to procedure A
that call procedure B which use the unzipped files (one for each table) to
get the data from these tables (previously saved during a backup procedure.
Here is were the zip file is created) to repopulate the database tables.
What is happening is that it doesn't work always fine. Sometimes I get an
error message saying that the files (the files created during the unzip
procedure) in the folder doesn't exist.
But if I open the folder I can see all the files!!
If I omit the unzip procedure (let say if I unzip the files myself whitout
calling the procedure) it works fine.
So I'm guessing is something like the folder needs to be refreshed after
unzipping or what...
Any suggestion?
Thanks,
Rocco
I don't even know if the subjects is corret. Anyway, this is what is
happening:
I have a procedure which will call two other procedures.
The procedure A call procedure B which unzip a file in a folder (the .zip
contains 17 tables in ADTG format). The focus then go back to procedure A
that call procedure B which use the unzipped files (one for each table) to
get the data from these tables (previously saved during a backup procedure.
Here is were the zip file is created) to repopulate the database tables.
What is happening is that it doesn't work always fine. Sometimes I get an
error message saying that the files (the files created during the unzip
procedure) in the folder doesn't exist.
But if I open the folder I can see all the files!!
If I omit the unzip procedure (let say if I unzip the files myself whitout
calling the procedure) it works fine.
So I'm guessing is something like the folder needs to be refreshed after
unzipping or what...
Any suggestion?
Thanks,
Rocco