Archive

Posts Tagged ‘support’

Cant open Remote Console on ILO “Remote Console is unavailable. It is already in use by a different client”

February 8th, 2010 Daniel Davies No comments

We came across this issue today, where we were unable to access a Servers ILO due to someone leaving the remote console session open.

The following error was displayed

Remote Console is unavailable. It is already in use by a different client

We needed to access the servers ILO pretty quickly, so we had to end the other users ILO remote control session.

To do this do the following.

1, Go to System Status on the homepage and select diagnostics

image

2, Now press reset which will reset all connections to the ILO and then enable you to access the remote console on the ILO

Daniel Davies

Categories: Uncategorized Tags: ,

SQL 2008 Installation Checks Failed

February 5th, 2010 Daniel Davies No comments

I came across this issue when trying to upgrade to SQL 2008 sp1, where one of the checks failed and would not allow me to update. The check was  “‘Reboot required ” .

Solution

1, Open Regedit

2, Navigate to HKLM\SYSTEM\CurrentControlSet\Control\Session Manager

3, Go to the properties of the following DWORD Value “PendingFileRenameOperations”

4, Remove any data in this value (so this is blank)

5, Do the same again for the following keys

HKLM\SYSTEM\CurrentControlSet001\Control\SessionManager                                                     HKLM\SYSTEM\CurrentControlSet002\Control\Session Manager

6, Attempt to rerun the checks and all should be ok :)

Categories: Uncategorized Tags: ,

Problems installing Unified Messaging Language packs in Exchange 2010

February 3rd, 2010 Daniel Davies No comments

After downloading and attempting to install the French language pack for Exchange 2010 UM I was less than pleased to the receive an error:

clip_image002

It took me a few moments to digest what was occurring but after reading the error (always a good start) and looking through the Exchange setup logs ([ERROR] Could not find a part of the path ‘C:\Support\UM,Language,Packs\fr-FR’), it would appear that if the Language Pack is in a folder that contains spaces it will not install.

If you look at the error above you will note that the spaces in my folder name have been replaced by comma’s ‘,’.

Resolution

Remove the spaces in the folder containing the Language Pack :)

 

Neil Cruickshanks

Can’t make any changes on SharePoint Website

February 2nd, 2010 Daniel Davies No comments

We came across this issue last month after patching our SharePoint servers, after all the servers came back up after reboot , users tried to upload a document  onto a specific site within our SharePoint and they didn’t have any option to at all, no matter what account we were logged in as it was not possible.

It was actually not possible to make any changes to the specific site at all, however we had 2 different SharePoint sites on this SharePoint server and they were fine.

The issue in the end was that the website had got locked down into read-only mode and we just had to simply change this to not locked.

Resolution

1, Open up Central Admin

2, Go to Application Management

4, Open up ‘Site Collection Quotas and Locks’

5, Change the site collection to the site your having trouble with and simply change the site to not locked.

image

6, Now change the lock status to not locked and ok this change and your site should be fully functioning again :)

Daniel Davies

Categories: Uncategorized Tags: ,

Bulk Mailbox Moves Exchange 2010

February 2nd, 2010 Daniel Davies No comments

You may come across an issue where you need to Migrate Multiple Mailboxes in bulk, we’ve created a Exchange Powershell script which will move all users into there targeted mail stores.

Instructions

Before we run this powershell script  we need to create a csv file with the users display name and there targeted exchange database, to do this see below.

1, open notepad.exe

2, now write the following text on your first line in notepad “user,database” (without quotation marks)

3, Go to the next line and then type a users name  first and then add a comma and finally type the desired store.

4, You should end up with a list like below with all the users you want to import

user,Database
Jovan Davis,Store 3
Daniel Davies,Store 2
Hardeep Bains,Store 1

5, Finally save the file as a csv file and name it “MM.csv” in the following directory “C:\MailboxMove””

6, Now open notepad again and copy all the below text into it. Finally save this as a PS1 file and run this via the Exchange management Shell.
_________________________________________________________________________

$Userstodatabase = import-csv C:\MailboxMove\MM.csv
foreach ($Record in $Userstodatabase)
{
$users = $record.user
$database = $record.database
New-MoveRequest –identity $users –TargetDatabase “$Database”
}

____________________________________________________________________________

This will now move the mailboxes :)

If you want to check the status if the moves simply copy the below script into a PS1 file and run it from the exchange shell and it will list the progress of all users mailboxes specified in the CSV.

____________________________________________________________________________

$Userstodatabase = import-csv C:\MailboxMove\MM.csv
foreach ($Record in $Userstodatabase)
{
$users = $record.user
Get-MoveRequest –identity $users
}

___________________________________________________________________________ 

Hope this helps :)

Daniel Davies

Can’t Move mailbox on Exchange 2010 due to ‘move request’ not being cleared

January 25th, 2010 Daniel Davies No comments

Now you may have the issue where the green arrow which means “move request” is by a mailbox you want to move and if you try to move the mailbox you will notice you don’t have the option to move the mailbox.

image 

This is because the mailbox has been moved before and you must clear the previously completed move request to enable you to move the mailbox again.

So if we go to Move request tab and simply clear the move request of the mailbox we want to move, we will then have the option to move the mailbox :)

image

Daniel Davies

Categories: Uncategorized Tags: ,

Exchange 2010 Mailbox move error “Strings that includes ‘@’, where ‘@’ cannot be the last character”

January 25th, 2010 Daniel Davies 1 comment

When migrating a mailbox to Exchange 2010 i came across an issue, where every time i tried to move the specific mailbox i got the below error.

Property Expression “User name” isn’t valid. Valid values are : Strings that includes ‘@’, where ‘@’ cannot be the last character.

image

Resolution

 The username i was trying to move did not have an @ sign in his name so i didn’t see why this was failing, so this prompted me to look at the users account in AD.

I viewed the properties of the user account and then i checked the account tab, and i spotted there was no domain name specified in the user login name, which would explain why exchange was seeing it as “username@” so i added the domain entry in and then retried the move via exchange and it worked fine :)

image

image

Hope this helps.

Daniel Davies

Categories: Uncategorized Tags: ,

“ Insufficient access rights to perform the operation error “ When moving a mailbox onto Exchange 2010

January 18th, 2010 Daniel Davies 1 comment

We came across an error today when we were trying to move a mailbox from Exchange 2003 onto Exchange 2010 which was stopping us moving the mailbox.

Active Directory operation failed on DC. This error is not retriable. Additional information: Insufficient access rights to perform the operation.
Active directory response: 00002098: SecErr: DSID-03150A45, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0

1, Open Active Directory Users and Computers and View advanced features

2, Find the user account for the mailbox with the issue and go to the properties of this account

3, Go to the security tab and hit advanced

4, Now check the box that says include inheritable permission and apply this setting.

image

5, Now rerun the mailbox this move, this will fail but we are just running this to obtaining the CMDLET to cancel our previous move.

6, Run the remove request that you get displayed in the exchange console

Error:
The queue in “Store Name” database already contains a move request for ‘User’, while AD reports the mailbox as not being moved. It is possible that someone created this move request recently, while targeting a different domain controller, and AD replication did not yet occur. You can examine this move request by running ‘Get-MoveRequestStatistics -MoveRequestQueue ‘Store Name’ -MailboxGuid 4b525a83-cdc7-421b-84e1-ea6291cdd6d7 -IncludeReport | fl’. If you believe this to be an abandoned move request, you can remove it by running ‘Remove-MoveRequest -MoveRequestQueue ‘Store 3 Name’ -MailboxGuid 4b525a83-cdc7-421b-84e1-ea6291cdd6d7′.

Elapsed Time: 00:00:00

Summary: 1 item(s). 0 succeeded, 1 failed.
Elapsed time: 00:00:01

7, Now Re-Run the mailbox move and this will complete :)

image

Daniel Davies

Categories: Uncategorized Tags: ,

Servers Stuck in a “ Not Monitored “ state after removing them from Maintenance Mode in SCOM 2007 R2

January 18th, 2010 Daniel Davies No comments

Microsoft System Center Operations Manager 

We came across an issue recently where we had placed a few servers into maintenance mode and when we stopped maintenance mode the servers did not change back to a healthy state, they were in a not monitored state.

We left it for an hours to see if the agent would sort itself out to no avail.

image

It appeared that the agent seemed to be stuck in the not monitored state, so what i did next was to try and refresh the agent was to put it into maintenance mode for 10 minutes and then stop the maintenance mode and within minutes the state changed to healthy again :)

image

Hope this helps :)

Daniel Davies

Categories: Uncategorized Tags: ,

Import Bulk Mail Messages with Exchange 2010

January 15th, 2010 Daniel Davies No comments

You may come across an issue where you need to import multiples PST’s into users mailboxes but you don’t want to do it manually, if that the case you’ve came to the right place :)

First thing to do is  install outlook 2010 on your exchange server.

Once this is done you can use Rob’s (http://risualblogs.com/blog/author/robb/) Powershell command to automate this.

Follow the below instructions to help you achieve the bulk PST imports you need.

Instructions

Before we run this powershell script we will first need to place all the PST’s locally on the server we are doing the imports on (Mailbox Server) which is simple enough.

And finally before running this script we need to create a csv file, to do this see below.

1, open notepad.exe

2, now write the following text on your first line in notepad “mailbox,pst” (without quotation marks)

3, Go to the next line and then type a users mailbox  first and then add a comma and finally type the name of the users pst.

4, You should end up with a list like below with all the users you want to import

mailbox,pst
Daniel1,Daniel1.pst
Dan,Dan.pst
Daniel,daniel.pst

5, Finally save the file as a csv file and name it “pstlocations.csv”

6, Now open notepad again and copy all the below text into it. Be sure to only change the three values I’ve made bold and you can change the directory they are pointing to, to suit your environment and also you can change what you want to import into the mailbox by altering the IncludeFolders switch (currently only importing Contacts and Calendar items). Finally save this as a PS1 file and run this via the Exchange management Shell.
_________________________________________________________________________

###Script to import calendar and contact items from pst’s to mailboxes

#set this to the path containing the pst files

$pstfolderpath = “c:\psts\”

$users = import-csv ‘C:\pstlocations.csv’

#dont change below this line

foreach ($record in $users)

{

            $filelocation = $pstfolderpath + $record.pst

            $mailbox = $record.mailbox

            Write-Host -foregroundcolor “green” “Importing” $filelocation” to mailbox” $record.mailbox

            $command = “import-mailbox -Identity $mailbox -PSTFolderPath $filelocation -IncludeFolders ‘\Contacts’, ‘\Calendar’

            invoke-expression $command

}

____________________________________________________________________________                                                                                             

Hope this Helps :)

Daniel Davies

Categories: Uncategorized Tags: , ,