Hello,
I have the following setup: (everything is 64 bit)
BP5.1 and Sharepoint 2010 on Server 1 (Windows Server 2008)
SQL 2008 R2 & Great Plains R2 on Server 2 (Windows Server 2008)
*Just installed SP3 for all Dynamics apps*
If I sign into business portal from Server 1 as domain\administrator everything works. I can navigate to all pages, see all data and make any change.
However, if I sign into business portal as domain\administrator from any other computer none of the charts or KPI's show up. Instead I am presented with:
The request failed with HTTP status 401: Unauthorized. where the web part chart or graph should be. Everything else still works and is accessible.
I do not get any errors reported in event viewer on the SQL server, but I do get 2 on the SharePoint server.
Error 1:
Information 9/17/2012 4:14:00 PM MicrosoftBusinessFrameworkLog 0 None
Log Name: Application
Source: MicrosoftBusinessFrameworkLog
Date: 9/17/2012 4:14:00 PM
Event ID: 0
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: Server1
Description:
The description for Event ID 0 from source MicrosoftBusinessFrameworkLog cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
UserManager VerifyUser 262 Domain\Username is not in UserWindowsIdentity table.
the message resource is present but the message is not found in the string/message table
Event Xml:
<Event xmlns="
http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MicrosoftBusinessFrameworkLog" />
<EventID Qualifiers="0">0</EventID>
<Level>4</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-09-17T23:14:00.000Z" />
<EventRecordID>1790</EventRecordID>
<Channel>Application</Channel>
<Computer>evm-found02.Entirenet.net</Computer>
<Security />
</System>
<EventData>
<Data>UserManager VerifyUser 262 domain\username is not in UserWindowsIdentity table. </Data>
</EventData>
</Event>
Error 2:
Warning 9/17/2012 4:14:00 PM ASP.NET 2.0.50727.0 1309 Web Event
Log Name: Application
Source: ASP.NET 2.0.50727.0
Date: 9/17/2012 4:14:00 PM
Event ID: 1309
Task Category: Web Event
Level: Warning
Keywords: Classic
User: N/A
Computer: Server1
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 9/17/2012 4:14:00 PM
Event time (UTC): 9/17/2012 11:14:00 PM
Event ID: c279da71c9cb4998a281aea238da80ad
Event sequence: 1074
Event occurrence: 11
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1060157504/ROOT-1-129923933614602420
Trust level: WSS_Minimal
Application Virtual Path: /
Application Path: C:\inetpub\wwwroot\wss\VirtualDirectories\80\
Machine name: Server1
Process information:
Process ID: 3392
Process name: w3wp.exe
Account name: domain\username
Exception information:
Exception type: AuthenticationException
Exception message: Invalid user.
Request information:
Request URL:
Request path:
User host address:
User:
Is authenticated: False
Authentication Type:
Thread account name: domain\username
Thread information:
Thread ID: 7
Thread account name: domain\username
Is impersonating: False
Stack trace: at Microsoft.BusinessFramework.UserManager.VerifyUser()
at Microsoft.BusinessFramework.EnterpriseSession.Initialize(String enterpriseUrl)
at ASP.global_asax.Session_OnEnd(Object sender, EventArgs e)
Custom event details:
Event Xml:
<Event xmlns="
http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASP.NET 2.0.50727.0" />
<EventID Qualifiers="32768">1309</EventID>
<Level>3</Level>
<Task>3</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-09-17T23:14:00.000Z" />
<EventRecordID>1791</EventRecordID>
<Channel>Application</Channel>
<Computer>Server1</Computer>
<Security />
</System>
<EventData>
<Data>3005</Data>
<Data>An unhandled exception has occurred.</Data>
<Data>9/17/2012 4:14:00 PM</Data>
<Data>9/17/2012 11:14:00 PM</Data>
<Data>c279da71c9cb4998a281aea238da80ad</Data>
<Data>1074</Data>
<Data>11</Data>
<Data>0</Data>
<Data>/LM/W3SVC/1060157504/ROOT-1-129923933614602420</Data>
<Data>WSS_Minimal</Data>
<Data>/</Data>
<Data>C:\inetpub\wwwroot\wss\VirtualDirectories\80\</Data>
<Data>Server1</Data>
<Data>
</Data>
<Data>3392</Data>
<Data>w3wp.exe</Data>
<Data>domain\username</Data>
<Data>AuthenticationException</Data>
<Data>Invalid user.</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>False</Data>
<Data>
</Data>
<Data>domain\username</Data>
<Data>7</Data>
<Data>domain\username</Data>
<Data>False</Data>
<Data> at Microsoft.BusinessFramework.UserManager.VerifyUser()
at Microsoft.BusinessFramework.EnterpriseSession.Initialize(String enterpriseUrl)
at ASP.global_asax.Session_OnEnd(Object sender, EventArgs e)
</Data>
</EventData>
</Event>
I have searched and have yet to find a resolution for this. Any help is appreciated.