marwest98
27th May 2008, 23:30
We have been using file.mv() in our scripts for sometime now and it always works when we are using it with company 500 production. It does not seem to work with Company 300 test. Does anyone know why? I have checked and rechecked permissions, and everything looks ok.
zardoz
28th May 2008, 00:34
The only significant difference between two companies or package combination seems (for this kind of problem) to be the user, conseguently can be permissions related problem.
Try to change the pcomb (and the company) of the user in production to test company (or viceversa) to check this.
If you move the prod user in test and all works correctly, it's a problem of the user currently used in test.
george7a
28th May 2008, 09:05
Hi,
What is the function's return value?
- George
pconde
28th May 2008, 10:13
Hi,
Return value 0 = success
<0 = error
the error code is mostly the OS return code (Unix Example -13 = permission error)
Regards
Philippe
george7a
28th May 2008, 10:15
I was asking what is marwest98's return value was. From it we can know why it is not working.