Sharepoint 2007 (MOSS) Memory Errors – EventID 6482/6398/7076 If you are seeing the following error in your event log: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt"…. …Microsoft do have a Hotfix for this problem – however you will have to contact Microsoft Premier Support to get a copy. Unfortunately if you do not have Support, I can't give you a copy of our hotfix as it is password protected and the password is only valid for 7 days! The patch in question is a .Net 2.0 hotfix titled 303311_intl_x64_zip.exe for 64bit servers and 303312_intl_i386_zip.exe for 32bit.
Thursday, 20 September 2007
Sharepoint 2007 (MOSS) Memory Errors – EventID 6482/6398/7076 - Attempted to read or write protected memory
Posted by
Kristen Hodges
at
11:52 am
6
comments
Labels: Sharepoint 2007 (MOSS)
Wednesday, 12 September 2007
BSM 2005 & MOSS x64 don’t play well together….
Here's what you have…. Machine1: Windows 2003 x64 with MOSS 2007 x64 Here's where you want to end up: Machine1: Windows 2003 x64 with MOSS 2007 x64 and BSM 2005 WebPart (only) The article How to switch between the 32-bit versions of ASP.NET 1.1 and the 64-bit version of ASP.NET 2.0 on a 64-bit version of Windows implies that BSM 2005 can't be used in a x64 MOSS environment because the BSM webparts require ASP.Net 1.1 which is 32bit only and IIS can't have BOTH 32bit and 64bit websites running at the same time. This is shown when attempting to install the BSM web parts on the MOSS server. Outcomes: Question Can BSM web parts be installed in a MOSS x64 environment? If so, how?? This is the question I have posed to Microsoft Premier Support, it looks like the answer is no but I want confirmation from MS before giving up! **************** UPDATE FROM MICROSOFT **************** From: Biao Zhang Sent: 2007年9月13日 14:04To: 'Hodges, Kristen'Subject: RE: SRZ070912000200:BSM2005: Can BSM web parts be installed in a MOSS x64 environment? If so, how??Importance: High
Machine2: Windows 2003 x32 with BSM 2005
Machine2: Windows 2003 x32 with BSM 2005
Dear Kristen,
I understand this question is very urgent and I have made some research, here is the update:
1.Business Scorecard Manager Server 2005 does not have 64-bit version and officially, Business Scorecard Manager Server 2005 (including web parts) does not support Windows 64-bit platform.
Posted by
Kristen Hodges
at
7:57 pm
0
comments
Labels: Business Scorecard Manager (BSM), Sharepoint 2007 (MOSS)
Tuesday, 21 August 2007
Sharepoint 2007 (MOSS) Upgrade - TempDb issues
In the middle of a Sharepoint 2007 (MOSS) upgrade....
One key piece of advice I can give - allow TempDb to have PLENTY of space when doing your initial full crawl.... in fact you may find that the % increase approach may not work during this process because it can't get enough space to fulfil it's very hungry needs! A Mb increase approach should work fine.
You may see errors such as "The transaction log for database 'tempdb' is full."
During later incremental crawls it shouldn't need any special handling, this just seems to apply to the intial full crawl.
Posted by
Kristen Hodges
at
12:39 pm
0
comments
Labels: Sharepoint 2007 (MOSS), SQL
Monday, 25 June 2007
Visual Studio Db Pro (DataDude) Headaches
So, no question, Db Pro is a great tool. However, it is not without it's headaches.
When working with TFS and multiple team members, we have had no end of synching problems and regular out of memory errors. This only seems to occur when multiple users are working on the same Db Pro project.
As you can imagine, this has added to development time on projects... ok not hugely but certainly a day or maybe two in terms of charge-able hours and in terms of developer frustration and tense working environment!
My advice to you would be keep it to single user projects where possible... if not, maybe wait for SP1 or Orcas before switching to DataDude.
Posted by
Kristen Hodges
at
9:44 am
0
comments
Labels: SQL, Visual Studio Db Pro (DataDude)
Monday, 18 June 2007
BUG REPORT: VS Db Pro - TFS - Get Latest Version doesn't update error list
When using Visual Studio Database Professional (DataDude) and Team Foundation Server there are synching problems between team members when using "Get Latest Version" - the error list does not update to reflect changes. Allow me to give you an example:
- DeveloperA deletes TableA and checks in. At this point, StoredProcA is in error because it depends on DatabaseObjectA - this is shown in DeveloperA's error list in Visual Studio.
- DeveloperB does "Get Latest Version" on the project
- DeveloperB corrects StoredProcA and checks in.
- DeveloperA does "Get Latest Version" on the project
Have logged it with Microsoft Connect... you can view/watch it at https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=285730
******************************** UPDATE ********************************
This is the response from Microsoft.
Unfortunately, this is expected behavior. The database project doesn't know when all of the files have finished being updated, so it doesn't know when to refresh itself. When the project is in this situation, there is an information message in the info strip at the top of schema view telling you that you need to refresh. You can refresh the project one of these ways: . do a refresh on the solution explorer (button on the toolbar of solution explorer) . open the file that was modified . build . close/reopen the project
Posted by
Kristen Hodges
at
4:12 pm
1 comments
Labels: Bug, TFS, Visual Studio Db Pro (DataDude)
FEATURE REQUEST: VS DbPro - Refactor/Delete function
I've suggested this should be a prompted action whenever you do a schema view delete... and if the action is not carried out, then all affected items should be flagged.
If you've hit this little nugget of joy, please vote for the feature request...
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=285727
************** UPDATE FROM MICROSOFT **************
This is a good suggestion, thank you for your feedback. We are considering your suggestion for future release.
Posted by Microsoft on 22/08/2007 at 9:45 AM
Posted by Microsoft on 8/22/2007 at 9:45 AM
I agree that a cascading delete would be far too heavy-handed. An excellent solution would be something similar to a 'schema compare'.
Posted by khodges on 8/29/2007 at 5:33 PM
Posted by
Kristen Hodges
at
1:15 pm
2
comments
Labels: Visual Studio Db Pro (DataDude)
