PDA

View Full Version : Minor Issues


Rogue Element
08-04-2004, 06:18 PM
1. We are having a repeatable problem using the "additional parameters" feature when calling a subroutine. Specifically, parameter entry #9 always resolves to paramter entry #1.

2. We are having a random problem "Access is denied" when using the copy files action to copy files locally.

Anyone else?

kinook
08-04-2004, 09:12 PM
#1 is fixed in 5.5.

On #2, the Copy Files action ultimately calls the CopyFileEx API to copy a file (and DeleteFile to purge files). It sounds like the destination file is either in use or the logged on user doesn't have the necessary privileges to replace or delete the file. Do you have anti-virus or backup software that could be accessing the file at the time it is being copied?

Rogue Element
08-05-2004, 01:19 PM
1. Thanks, we have installed 5.5 and confirmed it works.

2. We have modified the system and are testing now...