Author Archive

Receiving Event ID: 6398, 6482, 7076 Windows SharePoint Timer Service

Wednesday, March 10th, 2010

When troubleshooting some issues for a client today i ran into these event ID that were showing up in the application log very frequently.  The error specifically was:

Event Type: Error
Event Source: Windows SharePoint Services 3
Event Category: (964)
Event ID: 6398
Date: 12/7/2009
Time: 5:45:38
PM User: N/A
Computer: SPSERVER01
Description:
The Execute method of job definition Microsoft.Office.Server.Administration.ApplicationServerAdministrationServiceJob
(ID 02b5e3f2-21e3-4552-bf1d-6e152749458a) threw an exception. More information is included below.

Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

So after some research of the interweb and forums I came across this kb article:  http://support.microsoft.com/?id=946517

At first it looked like this KB article was specifically an IIS issue but if you scroll down a bit to the more information section you will see MOSS 2007 mentioned and the error above.  Because this issue was occuring in my test environment and my production environment i was able to easily apply the fix to my test environment and the error went from being reported almost every minute to gone forever!  Hope this helps with anyone else who might run into this annoying issue.

Cheers,

Jason Medero

Upgrading to SP 2010 Overview and approaches presentation

Wednesday, January 20th, 2010

I know I have been totally slacking on the blog posting side of things.  Rest assured I have been in hiding trying to learn this new product and co-authoring the SP 2010 MVP book by WROX.  I recently did a presentation at the Princeton NJ SPUG on upgrading from V3 SharePoint 2007 to V4 SharePoint Server 2010.  I wanted to post my presentation slides so that others could check out the information that I presented.  I will be presenting something similar at the NYCSPUG on Feb. 3rd but hopefully with more demos on using powershell and demoing the actual process.

I also wanted to thank Jason Gallicchio for inviting me to speak and keep up the good work!  So without further adieu go check out my slides and of course feedback is always welcome.  In the near future I will be unveiling my new blog…can anyone guess what it will be running on….. hmmm

DOWNLOAD:

Upgrading to SP 2010

Cheers,

Jason Medero

Moving/Migrating SharePoint databases to a new Database Server article!

Monday, March 16th, 2009

Just found a couple brand new articles for download which explains the procedures that need to take place in order to properly move a SharePoint (MOSS 2007/WSS V3) database server.  There are two downloads for this one that describers moving all SharePoint databases to a new database server completely and another moving them to a server with the same name.  I have not run into the second procedure and can't see people running into it often but if you do then here is your answer.  These two article downloads were a kind of a bummer when I found them because I was in the process of putting together a blog series which included these steps.  I see this question all the time in the MSDN SharePoint forums and even know I was slow to the punch on this one at least I now have a pretty definitive source to point people towards.

Enjoy the great documentation.

http://www.microsoft.com/downloads/details.aspx?FamilyID=65686896-c171-46a8-a95f-54f43ad79952&DisplayLang=en

 

Cheers,

 

Moving/Migrating SharePoint databases to a new Database Server article!

Monday, March 16th, 2009

Just found a couple brand new articles for download which explains the procedures that need to take place in order to properly move a SharePoint (MOSS 2007/WSS V3) database server.  There are two downloads for this one that describers moving all SharePoint databases to a new database server completely and another moving them to a server with the same name.  I have not run into the second procedure and can't see people running into it often but if you do then here is your answer.  These two article downloads were a kind of a bummer when I found them because I was in the process of putting together a blog series which included these steps.  I see this question all the time in the MSDN SharePoint forums and even know I was slow to the punch on this one at least I now have a pretty definitive source to point people towards.

Enjoy the great documentation.

http://www.microsoft.com/downloads/details.aspx?FamilyID=65686896-c171-46a8-a95f-54f43ad79952&DisplayLang=en

 

Cheers,

 

Can't use IP address when exporting linked SharePoint list from Access 2007 into SharePoint….. use server name instead

Monday, March 16th, 2009

I ran into this little issue and wanted to record it on my blog in case others experience the same error that I had run into today.  So today I was using Access 2007 with a MOSS 2007 site to export a decent size list (1500+ items).  The normal process that I was going through would be to first import the SharePoint list into Access 2007.  There is a good article which states how to accomplish this here: 

http://sharepoint.microsoft.com/blogs/GetThePoint/Lists/Posts/Post.aspx?List=8d9e2a99%2Df288%2D47c2%2D916b%2D2f32864f7b82&ID=68&RootFolder=%2A

I would then make some mass changes, add some items to the list and then export back to SharePoint but create a whole other list in the process.  The process for this was to simply right click the linked table (The SharePoint list) that I had originally exported from SharePoint.  Then click on export as the screenshot below describes.

Once I selected a SharePoint list another dialogue box would pop up for me to enter the URL of the SharePoint site.  Or select from an address that I have used previously.  I proceeded to enter the IP address of the server (simply because I couldn't remember what the server name was but somehow remembered the IP of the server.  So I punched in 172.16.1.100 and specified a name for my new list that was to be created at the URL that I specified above.  I checked the box to open the list when the process was finished so I could check to make sure everything was going to be ok after the creation.  I clicked ok and for some reason I got the error shown below "Microsoft Office Access could not connect to the site you specified.  Verify the address of the site or contact your administrator"…..hmmm I quickly found the servername that I was using and dropped that in.  It worked and created the new list at the specified URL above and exported all of the items perfectly!

Lesson is use the servername if you can.  I have also tested using a friendly name (Host header URL) and as long as their is an entry in the Hosts file or an A record created in DNS I did not have any problems.  Hope this tips helps!

 

Cheers,

 

Can't use IP address when exporting linked SharePoint list from Access 2007 into SharePoint….. use server name instead

Monday, March 16th, 2009

I ran into this little issue and wanted to record it on my blog in case others experience the same error that I had run into today.  So today I was using Access 2007 with a MOSS 2007 site to export a decent size list (1500+ items).  The normal process that I was going through would be to first import the SharePoint list into Access 2007.  There is a good article which states how to accomplish this here: 

http://sharepoint.microsoft.com/blogs/GetThePoint/Lists/Posts/Post.aspx?List=8d9e2a99%2Df288%2D47c2%2D916b%2D2f32864f7b82&ID=68&RootFolder=%2A

I would then make some mass changes, add some items to the list and then export back to SharePoint but create a whole other list in the process.  The process for this was to simply right click the linked table (The SharePoint list) that I had originally exported from SharePoint.  Then click on export as the screenshot below describes.

Once I selected a SharePoint list another dialogue box would pop up for me to enter the URL of the SharePoint site.  Or select from an address that I have used previously.  I proceeded to enter the IP address of the server (simply because I couldn't remember what the server name was but somehow remembered the IP of the server.  So I punched in 172.16.1.100 and specified a name for my new list that was to be created at the URL that I specified above.  I checked the box to open the list when the process was finished so I could check to make sure everything was going to be ok after the creation.  I clicked ok and for some reason I got the error shown below "Microsoft Office Access could not connect to the site you specified.  Verify the address of the site or contact your administrator"…..hmmm I quickly found the servername that I was using and dropped that in.  It worked and created the new list at the specified URL above and exported all of the items perfectly!

Lesson is use the servername if you can.  I have also tested using a friendly name (Host header URL) and as long as their is an entry in the Hosts file or an A record created in DNS I did not have any problems.  Hope this tips helps!

 

Cheers,

 

GroupBoard Workspace template failed to run SharePoint Configuration Wizard "Failed to upgrade SharePoint Products and Technologies"

Monday, February 23rd, 2009

I ran into the issue that will be descirbed below about 8 months ago with a client that was having trouble upgrading their development environment with the IU Update.  For some reason whatever I tried (even rebuilding the entire farm) I kept receiving the error below when running the SPCW.

Configuration Failed

One or more configuration settings failed. Completed configuration
settings will not be rolled back. Resolve the problem and run this
configuration wizard again.

The following contains detailed information about the failure:

Failed to upgrade SharePoint Products and Technologies.
An exception of type Microsoft.SharePoint.PostSetupConfiguration. PostSetupConfigurationTaskException was thrown.

Additional exception information:
Failed to upgrade SharePoint Products and Technologies.

We didn't have the problem in production and I couldn't figure out why, being that the error messages were not very descriptive.  I thought it could possibly be that an update was applied to the SQL server that was hosting my SharePoint farms.  Or maybe it was that an update was applied to one of the web front ends in the farm and not the other.  So I began to run through all of the server to make sure that all my servers were on the same version (they were).  Long story short we just ended up migrating the data to a new farm and had no idea that it was the GroupBoard Workspace template that was installed in DEV and was not installed on PROD.

This morning I had a client that wanted me to upgrade them to the Infrastructure Update (IU) and when I ran the SPCW I again got the error message above.  I did some researching and it turned out that the client was heavily using many of the application templates that Microsoft has made available.  I was lucky enough to run into this KB article:

http://support.microsoft.com/default.aspx/kb/941678/

I followed the instructions on the second method because I could access all sites including the group workspace site.  Installed the update in my case was the X64 update for the group workspace template.  All worked without a hitch!  I wanted to post this issue because I have run into it more than once and thought it might save SharePoint folks some valuable time.


Cheers,

GroupBoard Workspace template failed to run SharePoint Configuration Wizard "Failed to upgrade SharePoint Products and Technologies"

Monday, February 23rd, 2009

I ran into the issue that will be descirbed below about 8 months ago with a client that was having trouble upgrading their development environment with the IU Update.  For some reason whatever I tried (even rebuilding the entire farm) I kept receiving the error below when running the SPCW.

Configuration Failed

One or more configuration settings failed. Completed configuration
settings will not be rolled back. Resolve the problem and run this
configuration wizard again.

The following contains detailed information about the failure:

Failed to upgrade SharePoint Products and Technologies.
An exception of type Microsoft.SharePoint.PostSetupConfiguration. PostSetupConfigurationTaskException was thrown.

Additional exception information:
Failed to upgrade SharePoint Products and Technologies.

We didn't have the problem in production and I couldn't figure out why, being that the error messages were not very descriptive.  I thought it could possibly be that an update was applied to the SQL server that was hosting my SharePoint farms.  Or maybe it was that an update was applied to one of the web front ends in the farm and not the other.  So I began to run through all of the server to make sure that all my servers were on the same version (they were).  Long story short we just ended up migrating the data to a new farm and had no idea that it was the GroupBoard Workspace template that was installed in DEV and was not installed on PROD.

This morning I had a client that wanted me to upgrade them to the Infrastructure Update (IU) and when I ran the SPCW I again got the error message above.  I did some researching and it turned out that the client was heavily using many of the application templates that Microsoft has made available.  I was lucky enough to run into this KB article:

http://support.microsoft.com/default.aspx/kb/941678/

I followed the instructions on the second method because I could access all sites including the group workspace site.  Installed the update in my case was the X64 update for the group workspace template.  All worked without a hitch!  I wanted to post this issue because I have run into it more than once and thought it might save SharePoint folks some valuable time.


Cheers,

2009 SharePoint Conference Speaking Engagements

Tuesday, December 23rd, 2008

I thought today would be a
nice easy day to update everyone on the 2009 SharePoint conferences that I will
be speaking at next year.  Jan-March are going to be very busy months for
me between 3 conferences and the MVP summit it should be a great start for next
year.

 




January 13, 2009 Philly Office Geeks

For all the folks not
attending the SP Tech Conference in San Francisco you guys will be lucky enough
to get pretty much the same session for free in Philly!  This will be my
first time presenting at the philly group and look forward to meeting a bunch of
new SharePoint office geeks.  For a summary of my presentation check it out
below.




January 27-29, 2009 SP Tech Conference


Hyatt Regency San Francisco
Airport  Burlingame, CA

I am really excited about
this new session that Chris and I put together.  A lot of our customers are
Microsoft shops and already have a license to use this but usually don't know it
because it is relatively a new product.  Yes there are third party products
that offer integrations into SharePoint for backup and recovery but if you are
already paying for a license under lets say an Enterprise agreement why spend
money on another license.  This breakout session will cover setting up DPM
to protect critical SharePoint data which is very simple and quite intuitive. 
SharePoint and DPM work seamlessly together and this session will prove that!

This conference should be
another great one.  I had the opportunity to work in San Francisco for
about 6 months and know first hand just how popular of a product WSS/MOSS is in
this area.  Should be a great turnout with a bunch of great speakers too!


604: PROTECT AND DEFEND
YOUR DATA


By Jason Medero and
Christopher Regan

With most SharePoint implementations storing critical business data, it is
crucial that this data be protected and quickly restorable in the event of a
disaster. Learn how utilizing Data Protection Manager 2007 as your
backup/restore/disaster recovery solution provides a full-fidelity solution with
granular control. We will walk you through the initial configuration of DPM as
well as setting up a recovery farm. 

 February
2-4, 2009 SharePoint Best Practices Conference


10950 North Torrey Pines
Road, La Jolla, California, United States 92037

I attended the last Best
Practices conference in Washington, D.C and was very intrigued at the direction
of the conference.  This conference was not a "how to" it was more of a
why/when and whats best.  I think that this provides attendees with much
more value to take back to their organization.  Because lets face it are
you really going to remember or get a chance to write down each step that the
presenter may be going through….no probably not unless you are super fast and
even then how much do you really digest when you are busy writing until the
presentation is over.

I really believe that
attendees will be able to digest more information because of this approach and
more importantly be armed with some solid knowledge of lessons learned. 
And with the great lineup of speakers and sessions this is going to be another
great SharePoint conference.  I highly suggest you check out the website
but the sessions that I will be speaking on are:


ITP308, Site Templates
versus Site Definitions: The Great Debate

-
Jason Medero

When do we use site
templates and when do we use site definitions? This is a question that many
SharePoint implementations will face. This session will cover common scenarios
that organizations we have seen and answer the questions of when and why do I
develop a site definition over a site template. In addition, the session will
include an introduction to site templates and site definitions including how
SharePoint can utilize these two approaches to benefit any implementation.

 IW265, Sub-site or Site
Collection ? Best Practice Approaches, Considerations, and Lessons Learned

Gary Lapointe, Jason Medero

One of the more difficult
tasks planners face when designing a WSS or MOSS environment is whether to use
sub-sites or site collections and in what combination.    This is
a critical process to get right from the beginning as it could have extreme
ramifications on the overall success of the implementation.  This session
will cover the pros and cons of using site collections and the best practices
that affect the decisions to use them.  We will look at the various ways in
which a logical, hierarchical, taxonomy can be met using site collections and
how to keep various assets synchronized between related site collections. 
Also, because sometimes even the best laid plans can't account for the
unforeseen we will delve into the various approaches available to change the
site collection architecture post implementation (how and why you might need to
convert sub-sites to site collections and site collections to sub-sites).

I will be co-presenting on
this topic with the STSADM extensions king himself Gary Lapointe!  Between
the both of us I am quite sure that by the time this session is over your head
will be spinning with extremely valuable information!




February 21st SharePoint Saturday NYC
1290 Avenue Of The Americas, New York, NY
10104-0101, United States

This conference is great
because its in my own back yard (well close enough)!  The main man behind
this code camp/one day SharePoint event is Michael Lotter.  They have
recently began accepting presentation abstracts and I am not yet quite sure what
topic I am going to submit.  If you are interested in coming to this free
event (yes free as in beer).  Now you can't beat that with a stick,
presentations by some of the best SharePoint experts in the field today for
free!

 

So as you can see the next
couple of months are going to be pretty busy but I am excited.  My favorite
part of these events is the networking that occurs and putting a real live face
to the twitter picture 

Cool

 




Cheers,

2009 SharePoint Conference Speaking Engagements

Tuesday, December 23rd, 2008

I thought today would be a
nice easy day to update everyone on the 2009 SharePoint conferences that I will
be speaking at next year.  Jan-March are going to be very busy months for
me between 3 conferences and the MVP summit it should be a great start for next
year.

 




January 13, 2009 Philly Office Geeks

For all the folks not
attending the SP Tech Conference in San Francisco you guys will be lucky enough
to get pretty much the same session for free in Philly!  This will be my
first time presenting at the philly group and look forward to meeting a bunch of
new SharePoint office geeks.  For a summary of my presentation check it out
below.




January 27-29, 2009 SP Tech Conference


Hyatt Regency San Francisco
Airport  Burlingame, CA

I am really excited about
this new session that Chris and I put together.  A lot of our customers are
Microsoft shops and already have a license to use this but usually don't know it
because it is relatively a new product.  Yes there are third party products
that offer integrations into SharePoint for backup and recovery but if you are
already paying for a license under lets say an Enterprise agreement why spend
money on another license.  This breakout session will cover setting up DPM
to protect critical SharePoint data which is very simple and quite intuitive. 
SharePoint and DPM work seamlessly together and this session will prove that!

This conference should be
another great one.  I had the opportunity to work in San Francisco for
about 6 months and know first hand just how popular of a product WSS/MOSS is in
this area.  Should be a great turnout with a bunch of great speakers too!


604: PROTECT AND DEFEND
YOUR DATA


By Jason Medero and
Christopher Regan

With most SharePoint implementations storing critical business data, it is
crucial that this data be protected and quickly restorable in the event of a
disaster. Learn how utilizing Data Protection Manager 2007 as your
backup/restore/disaster recovery solution provides a full-fidelity solution with
granular control. We will walk you through the initial configuration of DPM as
well as setting up a recovery farm. 

 February
2-4, 2009 SharePoint Best Practices Conference


10950 North Torrey Pines
Road, La Jolla, California, United States 92037

I attended the last Best
Practices conference in Washington, D.C and was very intrigued at the direction
of the conference.  This conference was not a "how to" it was more of a
why/when and whats best.  I think that this provides attendees with much
more value to take back to their organization.  Because lets face it are
you really going to remember or get a chance to write down each step that the
presenter may be going through….no probably not unless you are super fast and
even then how much do you really digest when you are busy writing until the
presentation is over.

I really believe that
attendees will be able to digest more information because of this approach and
more importantly be armed with some solid knowledge of lessons learned. 
And with the great lineup of speakers and sessions this is going to be another
great SharePoint conference.  I highly suggest you check out the website
but the sessions that I will be speaking on are:


ITP308, Site Templates
versus Site Definitions: The Great Debate

-
Jason Medero

When do we use site
templates and when do we use site definitions? This is a question that many
SharePoint implementations will face. This session will cover common scenarios
that organizations we have seen and answer the questions of when and why do I
develop a site definition over a site template. In addition, the session will
include an introduction to site templates and site definitions including how
SharePoint can utilize these two approaches to benefit any implementation.

 IW265, Sub-site or Site
Collection ? Best Practice Approaches, Considerations, and Lessons Learned

Gary Lapointe, Jason Medero

One of the more difficult
tasks planners face when designing a WSS or MOSS environment is whether to use
sub-sites or site collections and in what combination.    This is
a critical process to get right from the beginning as it could have extreme
ramifications on the overall success of the implementation.  This session
will cover the pros and cons of using site collections and the best practices
that affect the decisions to use them.  We will look at the various ways in
which a logical, hierarchical, taxonomy can be met using site collections and
how to keep various assets synchronized between related site collections. 
Also, because sometimes even the best laid plans can't account for the
unforeseen we will delve into the various approaches available to change the
site collection architecture post implementation (how and why you might need to
convert sub-sites to site collections and site collections to sub-sites).

I will be co-presenting on
this topic with the STSADM extensions king himself Gary Lapointe!  Between
the both of us I am quite sure that by the time this session is over your head
will be spinning with extremely valuable information!




February 21st SharePoint Saturday NYC
1290 Avenue Of The Americas, New York, NY
10104-0101, United States

This conference is great
because its in my own back yard (well close enough)!  The main man behind
this code camp/one day SharePoint event is Michael Lotter.  They have
recently began accepting presentation abstracts and I am not yet quite sure what
topic I am going to submit.  If you are interested in coming to this free
event (yes free as in beer).  Now you can't beat that with a stick,
presentations by some of the best SharePoint experts in the field today for
free!

 

So as you can see the next
couple of months are going to be pretty busy but I am excited.  My favorite
part of these events is the networking that occurs and putting a real live face
to the twitter picture 

Cool

 




Cheers,