Monday, 23 August 2010

Spotlight randomly stops indexing my drive

As a mac devotee, I've become a regular (indeed dependent) user of the spotlight feature.
A developer tells me... 'you never said....'
'aha!' I say typing the ichat alias into spotlight and returning the evidence in a new york minute... I asked you to do this on such a day at such a time... so there! Is there such a thing as a 'smug' smiley!?

Anyhow spotlight's memory of events appears limited to the 12 July 2010 and we're well into August at the time of writing. try disabling items in spotlight preferences they say and then re-enable...... well this did nothing for me.

However there was a simple terminal command fix.


check status of indexing

sudo mdutil -E /


turn on indexing

sudo mdutil -i on /


Tuesday, 13 July 2010

Out-of-process use of OLE DB provider "SQLNCLI10" with SQL Server is not supported


Came accross this little issue in SQL 2008 when cross server queries started failing. All had been working fine until I started configuring Database email profiles; then the error appeared against all jobs involving linked server queries.
I have seen the error reported elsewhere. The solution for me was straightforward enough and involved setting the properties in SQL server management Studio server objects>linked servers>SQLNCLI10 to Allow inprocess (checked).




My jobs are running happily again. It may be coincidence that the error started when I was configuring database email however, I suspect there is a link. If you have any security advice regarding this, I would welcome your opinions.