| Author |
Message |
alampe
Joined: 24 Mar 2006 Posts: 1 Location: Portland, OR
|
Posted: Fri Mar 24, 2006 9:46 pm Post subject: Automation Error. |
|
|
This problem pertains to Aardvark in a Box Gold, version 1.1.5, running under IIS6 on Windows Server 2003.
Today, the attachments.asp page began throwing the following error when anyone tried to add an attachment to a bug:
"Aardvark error '8007045a'
Automation error A dynamic link library (DLL) initialization routine failed.
/attachments.asp, line 114 "
Line 114 reads: sHoldingPath=obBugs.HoldingPathEx(obSession.Session("CompanyID"),true)
Can you offer any insight into what might be failing? I have monitored the registry and filesystem calls during a request and haven't seen anything out of the ordinary.
In the interim, I implemented the following workaround, which allows users to upload attachments. Obviously, I would rather fix the issue than work around it so any help you can offer would be greatly appreciated.
on error resume next
sHoldingPath=obBugs.HoldingPathEx(obSession.Session("CompanyID"),true)
if( err.number <> 0) then
err.clear
on error goto 0
sHoldingPath=obBugs.TemporaryPath
else
on error goto 0
end if
Alan |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6341 Location: Red Gate Software
|
Posted: Sun Mar 26, 2006 2:13 am Post subject: |
|
|
Hi Alan,
It could be that the upload COM dll is missing or unregistered. The name of the file is DSUpload.dll. You'll probably find this in the system32 folder. If it's there, you can run regsvr32 on it to re-register it. If not, you can try re-running the Aardvark installation and selecting the 'repair' option.
You may also want to check the registry -- there is a value called 'Upload Directory' in the HKEY_LOCAL_MACHINE\Red Gate\Aardvark key, which should point to the location where the uploads will go.
Hopefully one of these will help solve the problem. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group