Posts tagged ‘2007’

Connect to the SharePoint Integrated Database

Problem:

You have installed SharePoint with the integrated Database option. You now want to connect to the databaseserver but are getting error messages.

Solution:

Use

\\.\pipe\MSSQL$MICROSOFT##SSEE\SQL\query

as Servername in the connection dialog.

Error in Loading DLL

Problem:
If you try to load a MOSS/WSS page you get the javascript error

Error in loading dll
Line: 1935
Char: 4
Error: Error in loading DLL
Code:0

The exact line and character numbers can diver.

Description:
This error has to do with the presence integration in MOSS/WSS.

Fix:
Try a repair installation of your MS Office.

Sharepoint & SQL Server error 18456

SQL Server Log Entry:
Login failed for user 'NT-AUTHORTIY\SYSTEM'. [CLIENT: ]
Error: 18456, Severity: 14, State: 16.

Event Log Entry:
Event ID: 18456
Login failed for user 'NT-AUTHORTIY\SYSTEM'. [CLIENT: ]

Fix:
Open SQL Management Studio, locate the SQL Agent Jobs & deactivate/delete the corresponding “Shared_ServicesXXX_DB_Job_DeleteExpiredSessions“.

The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {61738644-F196-11D0-9953-00C04FD919C1}

Problem:
The application-specific permission settings do not grant Local Activation permission for
the COM Server application with CLSID {61738644-F196-11D0-9953-00C04FD919C1}  to the user
DOMAIN\USERNAME SID (S-1-5-21-2949504220-1727672479-3499560203-1007).
This security permission can be modified using the Component Services administrative tool.

Fix:
Open you COM administration and grant launch and activation permissions at the IIS WAMREG admin Service component to the specific service account.

‘Tools and Tasks’ Webpart Error

Problem:
If you’re using the “Tools and Tasks” Webpart on your Sharepoint Portal you may experience the error, that you can’t launch the url which is associated with an Taks-Entry. Instead IE shows you the error message ‘Object not found’.

Description:
The reason for this error is the corresponding ‘Javscript’ include file ‘Portal.js’ which contains the function ‘PopulateCallBackMenuItems’ and is not properly linked. This mostly occurs if the user has no rights on personal features.

FIX:
Activate Personal Features for the user (group).

This item cannot be deleted because it is still referenced by other pages

Problem:
If you’re trying to delete a masterpage from your Master Page and Page Layout Gallery, either with SPD or within the Settings Page you receive the following error:

"This item cannot be deleted because it is still referenced by other pages / Diese Seite kann nicht gelöscht werden da sie noch verwendet wird."


Fix 1:

Fix 2:

  1. Create a subfolder with SPD.
  2. Move the master page to the subfolder
  3. Delete subfolder

Related: