Rx_
Nothing In Moderation
- Local time
- Today, 07:53
- Joined
- Oct 22, 2009
- Messages
- 2,803
Access 2010 running on Windows Server 2008 (both 32 bit)
Stdole2 - Why is it in MS Access 2010?
All is running fine until the day before Thanksgiving.
Access 2010 Front End - and Back End are on a Windows 2008 server (for Citrix use). The image on the network can be run by any user with Windows 7 with no problem.
When running the same application (or a release two weeks previous) the "invalid Database object reference." error pops up as the Home (startup) form attempts to load.
Created a module to list references:
Note: the Stdole2 does not show up on the Tools - Reference! 'ListReferences
'VBA: C:\PROGRA~1\COMMON~1\MICROS~1\VBA\VBA7\VBE7.DLL
'Access: C:\Program Files\Microsoft Office\Office14\MSACC.OLB
'stdole: C:\Windows\system32\stdole2.tlb
'DAO: C:\Program Files\Common Files\Microsoft Shared\OFFICE14\ACEDAO.DLL
'ADODB: C:\Program Files\Common Files\System\ado\msado15.dll
'Excel: C:\Program Files\Microsoft Office\Office14\EXCEL.EXE
'Office: C:\Program Files\Common Files\Microsoft Shared\OFFICE14\MSO.DLL
'VBIDE: C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6EXT.OLB
Running the same function on Win 7 or Server 2008 - validated the name and path are exactly the same except:
All of the references check out on Server 2008 except that stdole2 is in a system 64 folder. The sys admin shows that it has not changed.
Yet stdole does not show up in the VBA Tools-reference
My guess is that something changed on the Server 2008. I am looking for clues to hand to the sys admin. All previous version releases for Access 2010 have this exact problem now. Yes, I did compact and repair both FE and BE. All files are in the same directory.
Stdole2 - Why is it in MS Access 2010?
All is running fine until the day before Thanksgiving.
Access 2010 Front End - and Back End are on a Windows 2008 server (for Citrix use). The image on the network can be run by any user with Windows 7 with no problem.
When running the same application (or a release two weeks previous) the "invalid Database object reference." error pops up as the Home (startup) form attempts to load.
Created a module to list references:
Note: the Stdole2 does not show up on the Tools - Reference! 'ListReferences
'VBA: C:\PROGRA~1\COMMON~1\MICROS~1\VBA\VBA7\VBE7.DLL
'Access: C:\Program Files\Microsoft Office\Office14\MSACC.OLB
'stdole: C:\Windows\system32\stdole2.tlb
'DAO: C:\Program Files\Common Files\Microsoft Shared\OFFICE14\ACEDAO.DLL
'ADODB: C:\Program Files\Common Files\System\ado\msado15.dll
'Excel: C:\Program Files\Microsoft Office\Office14\EXCEL.EXE
'Office: C:\Program Files\Common Files\Microsoft Shared\OFFICE14\MSO.DLL
'VBIDE: C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6EXT.OLB
Running the same function on Win 7 or Server 2008 - validated the name and path are exactly the same except:
All of the references check out on Server 2008 except that stdole2 is in a system 64 folder. The sys admin shows that it has not changed.
Yet stdole does not show up in the VBA Tools-reference
My guess is that something changed on the Server 2008. I am looking for clues to hand to the sys admin. All previous version releases for Access 2010 have this exact problem now. Yes, I did compact and repair both FE and BE. All files are in the same directory.