Call Us Today! 1.800.895.3254
[email protected]
Consulting & Advisory
Consulting / Advisory helps business and IT leaders make better decisions and turn strategy into execution-ready initiatives. Most engagements start with a Discovery Initiative to confirm outcomes, and build a roadmap.

Learn About Consulting
Data & AI
Data & AI delivers modern data platforms, analytics, and practical AI solutions—from assistants to agents—built on enterprise cloud tools. Integent helps you govern, deploy, and drive adoption so solutions stick and scale across your organization.
Learn About Data & AI
Support
Support keeps your solution stable, secure, and aligned with day-to-day operations. We combine functional and technical expertise with proactive monitoring, preventive maintenance, and 24/7 coverage for critical incidents.

Learn About Support
Microsoft Planner Premium
Leverage proven knowledge and experience to design and deploy Microsoft Planner Premium so your organization can manage projects, work, and resources more effectively across teams.
Learn More About Planner Premium
OnePlan
Integent can help you ensure continuity beyond Project Online by deploying OnePlan in the Microsoft Cloud—connecting portfolio governance, resources, and delivery execution for results.
Learn More About OnePlan
Microsoft Dynamics 365
Ensure business continuity with a custom cloud solution that connects your sales, service, finance, and operations teams to deliver measurable, predictable results.

Learn More About Dynamics 365
Microsoft Power Platform
Consisting of Power BI, Power Apps, Power Automate and Copilot Studio, the Microsoft Power Platform helps streamline and improve business functions.

Learn More About Power Platform
About Integent
Integent was founded in 2009 on the principles of building long-lasting relationships with customers, exceeding expectations, and providing outstanding customer service. 

We’re dedicated to providing a customized solution backed by our knowledgeable team of Microsoft experts.
Discover What Makes Us Different
Insights
Explore practical insights on project portfolio management, Data & AI, Microsoft cloud solutions, and business transformation. Our experts share guidance to help organizations improve governance, reporting, automation, and decision-making.
Discover More
Videos
Watch practical training videos, product walkthroughs, and expert demos covering modern project management, analytics, automation, and Microsoft business applications.

Browse Our Training Video Library
News
Stay informed on Integent’s latest company updates and other important industry information. Our passion is customer success.
Read The Latest News

Search Results

August 5, 2011
“You can't open this location using this program” – Saving Excel Report to SharePoint 2010 Library (Excel Services Related)

Recently I was working with Excel Services and trying to publish an Excel Report to an document library in SharePoint.  Actual is was the Sample Reports library for Project Server 2010.  I basically while in Excel navigated File –> Save and Send –> Save to SharePoint.  In the resulting dialog box I pasted the Sample […]

Read More
July 15, 2011
Transact SQL Date Functions

DECLARE @mydate DATETIME SELECT @mydate = GETDATE() SELECT CONVERT(VARCHAR(25),DATEADD(dd,-(DAY(@mydate)),@mydate),101) , 'Last Day of Previous Month' UNION SELECT CONVERT(VARCHAR(25),DATEADD(dd,-(DAY(@mydate)-1),@mydate),101) AS Date_Value, 'First Day of Current Month' AS Date_Type UNION SELECT CONVERT(VARCHAR(25),@mydate,101) AS Date_Value, 'Today' AS Date_Type UNION SELECT CONVERT(VARCHAR(25),DATEADD(dd,-(DAY(DATEADD(mm,1,@mydate))),DATEADD(mm,1,@mydate)),101) , 'Last Day of Current Month' UNION SELECT CONVERT(VARCHAR(25),DATEADD(dd,-(DAY(DATEADD(mm,1,@mydate))-1),DATEADD(mm,1,@mydate)),101) , 'First Day of Next Month' GO

Read More
July 15, 2011
Refreshing a Project Server 2010 Development instance from Production

Hey folks, Many people have done this, and it seems there are several ways to do it.  Some people merely copy overwrite development databases (four PS2010 databases) with fresh production databases.  Others delete the development instance, and provision a new one using fresh production databases.  Of the two methods, the second is definitely the superior […]

Read More
July 9, 2011
SQL Query to grab Timesheet data from RDB, including Project and Task Name.

This is a good query if you want all timesheet actuals, including those that may not have been updated via a republish of a project.   SELECT    TSR.ResourceName,         TSC.ClassName 'Project Classifications',         TSA.ActualWorkBillable 'AssignmentActualWork' ,         TSA.TimeByDay,         TSC.Type,         mtt.TaskName,         ISNULL(MTP.ProjectName, TSC.ClassName) 'ProjectName' FROM dbo.MSP_TimesheetActual AS TSA -- Stores planned & actual […]

Read More
July 6, 2011
SSRS Configuration issues in multi-server SharePoint 2010 Farm

I recently built an internal SharePoint farm consisting of the following servers: Server 1: Application Server Server 2: Project Server Application Server Server 3: Web Front End Server 4: SQL/SAS/SRS Server   After much work I was able to get the initial configuration for SSRS working.  When I went to create a datasource in a […]

Read More
July 1, 2011
Project Server 2010 Farm Error: SharePoint Web Services Round Robin Service Load Balancer Event: EndpointFailure

Recently I deployed a four server SharePoint/Project Server 2010 farm.  Servers as follows: SharePoint Application Server 1 Project Application Server 2 SQL/AS/SRS Server 3 SharePoint Web Front End Server 4 Accessing the SharePoint site collections worked great.  When accessing Project Server, however, I occassionally encountered an error.  It was sporadic and could typically be resolved […]

Read More
June 30, 2011
SQL Reporting Services Multi-value parameters: A How to

OK, I was banging my head for about 3 hours this morning trying to get a multi-value parameter work in an SSRS report until I consulted a colleague.  He told me the I could set the filter at the Dataset level, rather than in the embedded SQL.  Do so as follows:   Create a parameter […]

Read More
June 28, 2011
Project Server 2010 Reporting (With Excel Services and Creating Dashboards whitepapers)

Dear Community, Happy Friday.  I’m thrilled to announce the release of the following two white papers which provide step by step guidance on surfacing key Project Portfolio Management data into insightful reports and dashboards: Microsoft Project Server 2010 Reporting with Excel Services written by Jean-Francois LeSaux and Steven Haden from Microsoft Consulting  Services. Creating Dashboards […]

Read More
June 26, 2011
Automatically Publish Updates thanks to Project Server 2010 SP1

As Gary Chefetz mentioned last week: One Small Check Box, One Giant Leap for Project Server; basically with the upcoming Project Server 2010 Service Pack (SP1) due at the end of this month you will now have the ability to “Automatically publish the updates” as shown below. I have been using this feature to demo […]

Read More
June 23, 2011
Links from MPUG Admin Session #1 (23-JUN-2011)

Thanks to those 400+ attendees on today’s MPUG Certification Series – it was a pleasure to present and I look forward to next week’s session.  Click here to register for June 30th’s session. This posting includes the two (2) mentioned helpful links and the other links contained in the presentation (so you will not have […]

Read More
June 17, 2011
Announcing Service Pack 1 for Microsoft Project & Project Server 2010

Announcing Service Pack 1 for Microsoft Project & Project Server 2010   Today, the Office Division announced additional details of the upcoming Service Pack 1 (SP1) here. Service Pack 1 is on track for release at the end of June 2011. It will be available for all of the Office 2010 applications, including Microsoft Project […]

Read More
June 17, 2011
TechNet–Microsoft Project Server 2010 Administrators Guide

Technet released a very comprehensive, useful, and FREE guide on Project Server 2010 administration back on March 2011.  MPN has gone ahead and added a few modules which cover the installation and configuration of reporting.  You can download a copy here.

Read More
June 10, 2011
Move Project Workspace or Project Site

if you have a need to move or copy a Project Site or Project Workspace from one location to another, the two commands below will be very useful to you:   Command to back the site up to a file stsadm -o export -url "http://brismithv0832:8080/CAL/Project1" -filename "Cbackupsavesite.bak" –includeusersecurity –nofilecompression   Command to restore the backup […]

Read More
June 6, 2011
rejectedTimesheetLines Error when attempting to delete a project from Project Server 2010.

Fixed with April 2011 Cumulative Update!   The errors returned from the queue are as follows: Error ID: 23006 Error ID: 26000 Detailed error below - send it to the administrator for more detailed troubleshooting. <?xml version="1.0" encoding="utf-16"?> <errinfo> <array name="rejectedTimesheetLines" type="System.Guid"> <item value="c1ceebb4-cb2d-0a3a-1672-12f252da3df5"> <error id="10000" name="GeneralItemDoesNotExist" uid="6d4f206a-49b1-43cf-bd8f-af2d84c22e7d" /> <error id="10000" name="GeneralItemDoesNotExist" uid="bec86fdb-b855-45e5-8d66-77078f724e10" /> <error […]

Read More
May 31, 2011
Timesheet Error related to TS_ACT_START_DATE

I had a client recently who was receiving en error when trying to submit time via the Project Server 2010 timesheets in SEM mode.  After some research, we discovered that the root cause appeared to be that the person was submitting time that was after the specified finish date of the task.  We had her […]

Read More
May 31, 2011
Custom Field formula reports Duration Variance as Percentage of Baseline Duration

IIf([Duration Variance] > 0.25 * [Baseline Duration], "Duration Variance Greater than 25% of Baseline Duration", IIf([Duration Variance] > 0.15 * [Baseline Duration], "Duration Variance Greater than 15% of Baseline Duration", "Duration Variance Less than 15% of Baseline Duration"))

Read More
May 17, 2011
Powershell Commands Missing

I was recently doing some PowerShell work, and being a newbie I was stuck.  The issue was I could only see a portion of the available commands.  None of the SharePoint related commands I needed were present.  To rectify, I merely navigated Start –> Administrative Tools –> Windows PowerShell Modules.  Once I did this the […]

Read More
May 10, 2011
Capacity planning in Project Server 2010 (white paper)

From Capacity planning in Project Server 2010 (white paper) http://technet.microsoft.com/en-us/library/ff686784.aspx

Read More
1 13 14 15 16 17 24
© Copyright 2026 | Integent.com | All Rights Reserved
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram