Home > Work > SharePoint 2013 Visio Services

SharePoint 2013 Visio Services

One of the services that I hardly ever look at is Visio, so i decided to provision an instance on my SP2013 beta test server and take a look

Within Central Admin the provisioning process is pretty much the same as 2010.

image 

For this Service Application I created a new managed account and app pool and provisioned the Service Application,

At first the service wouldn’t display a Visio web diagram (.vdw)

Not a very handy error

image

but the Event Log sheds more light on this

image

 

Go to Services on Server and start the Visio Service (it really bugs me that SharePoint 2010 doesn’t do this, looks like 2013 is the same)

image

After trying again, another error

image

 

Once again the event log shows what happened here, the managed account I created for the Visio Service Application has no access to the content db where the Visio diagram is.

 

image

 

so the same fix as SharePoint 2010 is needed here.

$webApp = Get-SPWebApplication http://teams

$webApp.GrantAccessToProcessIdentity("SP\SPSrvAcc")

A look in SQL shows that the Service Account SP\SrvAcc now has the SPDataAccess role on the database WSS_Content_Teams database

image

Finally we have a Visio Web Diagram available in the browser.

 

image

 

so not much different from 2010 from this Point of view.

 

Happy SharePointing.

Advertisement
Categories: Work

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: