Answered by:
CRM Unmanaged 2

Question
-
Hi All,
I have a problem with Outlook 2010 crashing with this error:
Exception generated at: 27.09.2013 12:45:55
Error Type: System.Data.SqlServerCe.SqlCeException
Error Message: Für diesen Vorgang ist nicht genügend Speicher verfügbar.
Error Stack Trace:
at SqlCeCommand.InitializeCommand(CommandBehavior behavior, String method) ilOffset = 0x5C
at SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options) ilOffset = 0x95
at SqlCeCommand.ExecuteScalar() ilOffset = 0xB
at CrmSqlCeCommand.ExecuteScalar() ilOffset = 0xC
at CrmSqlCeDatabase.LookupValue(CrmSqlCeConnection connection, SqlCeTransaction transaction, String query, String withClause, Object key) ilOffset = 0x87
at CrmSqlCeDatabase.LookupValue(String query, String withClause, Object key) ilOffset = 0x56
at IdMappingTable.GetObjectType(String entryId) ilOffset = 0x13
Stack Frame:
at OutlookUtility.TraceReportException(String message, Exception exception) ilOffset = 0x60
at IdMappingTable.GetObjectType(String entryId) ilOffset = 0x41
at ThreadsSupport.ExecuteThreadProc(ThreadProc threadProc, IntPtr parameter) ilOffset = 0x0
1. CRM 2011
2. Outlook 2010
3. SQL Server 2008 R2 (10.50.4000)
Has anyboby found a solution? Thanks in advance
- Moved by Bob Beauchemin Thursday, December 19, 2013 4:09 PM Moved to a more relevent forum
Thursday, December 19, 2013 9:17 AM
Answers
-
Hi Olaf,
Finally found the solution.
Windows Live ID-Anmelde-Assistenten 6.5 should be installed on the client PC. Version 7.2 was installed but did not show up under installed programs.
I removed version 7.2, restarted the PC, installed 6.5 and now I don´t have any more errors in the eevent log and outlook is working fine.
Hope this helps others.
kind regards
ianthony.
- Marked as answer by ianthony.bishop Monday, February 24, 2014 5:24 PM
Tuesday, February 4, 2014 10:20 AM
All replies
-
Error Type: System.Data.SqlServerCe.SqlCeException
....
3. SQL Server 2008 R2 (10.50.4000)
The namespace in the error message is "System.Data.SqlServerCe", that regard the SQL Server Compact Edition (CE), not the SQL Server 2008 R2.
"Für diesen Vorgang ist nicht genügend Speicher verfügbar." = Not enough memory, maybe the database file (.SDF file) is to large to handle, you should check this first.
Olaf Helper
[ Blog] [ Xing] [ MVP]Thursday, December 19, 2013 9:36 AM -
The CRM DB is on a SQl 2008 R2, Where does this CE come from? The Client?Thursday, December 19, 2013 10:18 AM
-
-
Hi Olaf,
Finally found the solution.
Windows Live ID-Anmelde-Assistenten 6.5 should be installed on the client PC. Version 7.2 was installed but did not show up under installed programs.
I removed version 7.2, restarted the PC, installed 6.5 and now I don´t have any more errors in the eevent log and outlook is working fine.
Hope this helps others.
kind regards
ianthony.
- Marked as answer by ianthony.bishop Monday, February 24, 2014 5:24 PM
Tuesday, February 4, 2014 10:20 AM