As above really. I have a number of requests configured on the portal which return objects related to the logged in user using the token:portalusername however none work in the new portal.
Below is the error message received when hitting refresh to view the objects:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 11/12/2015 1:49:58 PM
Event time (UTC): 11/12/2015 1:49:58 PM
Event ID: 80e49befba5e433fb2db47de61fb38f2
Event sequence: 68
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/3/ROOT-2-130918056056725999
Trust level: Full
Application Virtual Path: /
Application Path: C:\inetpub\wwwroot\SelfServicePortal\
Machine name: SERVER
Process information:
Process ID: 6380
Process name: w3wp.exe
Account name: SERVICEACCOUNT
Exception information:
Exception type: InvalidOperationException
Exception message: Sequence contains no matching element
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at Microsoft.EnterpriseManagement.NewSMPortal.SDKTransformer.SDKTransformer.GetManagementClassOrTypeNameById(String mClassId, Boolean IsProjection)
at Microsoft.EnterpriseManagement.NewSMPortal.SDKTransformer.SMPortalHelper.SMPortalHelper.getQueryPickerList(String sourceTokenId, HttpRequestBase requestData)
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
Request information:
Request URL: http://localhost:81/Home/Query
Request path: /Home/Query
User host address: ::1
User: USER
Is authenticated: True
Authentication Type: Negotiate
Thread account name: SERVICEACCOUNT
Thread information:
Thread ID: 79
Thread account name: SERVICEACCOUNT
Is impersonating: False
Stack trace: at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at Microsoft.EnterpriseManagement.NewSMPortal.SDKTransformer.SDKTransformer.GetManagementClassOrTypeNameById(String mClassId, Boolean IsProjection)
at Microsoft.EnterpriseManagement.NewSMPortal.SDKTransformer.SMPortalHelper.SMPortalHelper.getQueryPickerList(String sourceTokenId, HttpRequestBase requestData)
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
Custom event details:
Has anyone else seen it or know how to resolve it?