We recently switched some PC's to Windows 7 from XP. All the backups work as per normal in all moduiles except PO's where we get the following message POA(8.1): Error "An error has occurred while backing up the database files. Unable to load "ZIPDll.dll". This is consistent on all the Windows 7 systems, still work fine on the XP system we still have. Any thoughts?
Registered: 06/15/04
Posts: 3615
Loc: Toronto ON, Canada
Andrew: I have a client with the same message in POA but I don't think it's directly related to WIN7. They simply back up using another PC pending delivery of the new PO version from Softrak.
On a 32 bit OS, this DLL would be in \Windows\System32. In a 64-bit OS, it should be in \Windows\SysWOW64. (At least, that's the experience on my 2 most recent machines.
#31986 - 05/28/1201:25 PMRe: Purchase Order Backup with WIndows 7
[Re: Retired_Guy]
Patricia B.
Adagio Maestro
Registered: 06/26/08
Posts: 1160
Loc: Langley, BC
I have ZIPDLL.DLL in WIndows\SysWoW64 as well. I wonder if file doesn't get copied when the workstation setup is not done as RUN as Administrator. Many IT guys have told me that it doesn't matter when you are the Administrator, however I found that some things don't get updated properly.
_________________________
Patricia Balbuena Cotlear AP SMART SUPPORT 236 991 3060
That is a bit confusing, but System32 and SysWOW64 both are the links to same folder containing 32-bit DLLs. Windows x64 has a real directory System32 that contains 64-bit DLLs. Thus native processes with a bitness of 64 find “their” DLLs where they expect them: in the System32 folder. A second directory, SysWOW64, contains the 32-bit DLLs. The file system redirector does the magic of hiding the real System32 directory for 32-bit processes and showing SysWOW64 under the name of System32.