Foundation Component

Hello-
I was about to install Foundation services , Planning & Reporting on one of the servers. I extracted all the files & I launched the installer:
I went through step by step installation tabs & i right now on the confimation tab of the Installer where i can see the following components that will be installed when i press next:
Common companents
Essbase Product Common Components
Product Common components
Tools
Foundation
Calculation manager Web Application
Performance management Architect Dimension Server Service
Performance management Architect Data Synchronizer service
Performance management Architect Web Application
Performance management Architect File generator
Performance management Architect Batch Client
Weblogic Application Server
Oracle HTTP Server
Workspace Web Application
Foundation Services Web Applications
Planning
Planning web Client
Planning off line client
Reporting & Analysis
web analysis web application
Financial reporting Print Server Service
Financial reporting web application
Financial reporting studio client
Interactive reporting Services
Interactive reporting Dashboard Development services
Interactive reporting Studio Client
Reporting & Analysis Configuration libraries
Framework services & common libraries
Framework Web Application
I did'nt see any shared service component under Foundation.Just wanted to make sure that do we see any separte product/component for Shared Services on this screen or its installed with work space ??
Thanks!

Just to expand Foundation services now consists of the following products
Shared Services.
Workspace
EPMA
Calculation Manager
Smart View.
More information at :- http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install_start_here/ch02s01s01.html
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Integrating the PHP Based Forum Component in CQ5 Pages.

    We have the requirement to integrate the Php based forum product (VBulletin) in our CQ5 pages. Have anyone already integrated the Php based prodcuts with CQ5? Especially i would like to know the feasibilty on the following point.
    A. Do we need to implement the Wrapper Service to interact with Php based products / APIs?
    Thanks,
    Thyshiva.

    There of course multiple ways to attempt to integrate with a service like this, the approriate approach will vary based on your requirements.
    The first question I would ask is what functionality are you trying to integrate into you CQ5 pages. Are you just trying list summaries of posts - say the 3 most recent posts on topic X, or are you attempting to display the complete forum functionality in a CQ 5 page.
    If you doing a light weight integration - for example displaying the most recent posts then I would explore the possiblity of a client side integration using AJAX to pull the data from your PHP system in JSON or XML format. This avoids any caching related issues and keeps the integration loosely coupled. There are of course variations on these methods that use CQ as a proxy to the PHP application, but then you end up having to write a OSGI wrapper service that talks to your PHP app over web services.
    If your integration is more complicated and you are looking to enable all the forum functionality. If your PHP app is visually the same as you CQ5 site you can make use of a iframe to include it in a CQ page. This obviously have potential issue (security, layout issues if sizes or CSS aren't consistent). CQ5 includes a foundation component to help with this - the External component which leverages an iframe.
    If an iframe or client side approach won't work then you would need to look at creating a set of OSGI wrapper services that communicate with your PHP application via web services. This obvious would be a singificant development effort, and depending on the capabilities of you PHP application may be difficult to implement. In particular user management and security integrations be complex (you can avoid these sorts of issues with a client side or iframe approach, especially if you can sub-domain the PHP app, or use the same apache server to host both dispatcher and you PHP app).

  • OLAP Cube / DataWarehouse corruption (?) - TfsJobAgent no longer syncronizing

    About a week ago, this stopped working. I notice 3 errors in the event log:
    EventId 3300, 3300,3305: The error involves the TfsJobAgent, an apparent failure to update a dimension attribute & process the analysis cube.
    Since then I've tried to A) process the cube, B) restart the DB & TFS servers, C) rebuild the cube.
    How can I fix this ?
    Details below:
     TF53010: The following error has occurred in a Team Foundation component or extension:
     Date (UTC): 31.12.2012 13:05:57
     Machine: NT-TFS
     Application Domain: TfsJobAgent.exe
     Assembly: Microsoft.TeamFoundation.Framework.Server, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727
     Service Host:
     Process Details:
       Process Name: TFSJobAgent
       Process Id: 1252
       Thread Id: 3176
       Account name: XXX\tfsservice
     Detailed Message: Failed to create or update dimension attribute
    for the Microsoft_VSTS_Common_Activity warehouse field in dimension Work Item.
     Exception Message: Object reference not set to an instance of an object. (type
    NullReferenceException)
     Exception Stack Trace:    at Microsoft.TeamFoundation.Warehouse.OlapCreator.AddOrUpdateDimensionAttribute(WarehouseConfig warehouseConfig, DataTable dataSource, Dimension dimension, Field field, Boolean createRelationshipToKey)
     TF53010: The following error has occurred in a Team Foundation component or extension:
     Date (UTC): 31.12.2012 13:05:57
     Machine: NT-TFS
     Application Domain: TfsJobAgent.exe
     Assembly: Microsoft.TeamFoundation.Framework.Server, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727
     Service Host:
     Process Details:
       Process Name: TFSJobAgent
       Process Id: 1252
       Thread Id: 3176
       Account name: XXX\tfsservice
     Detailed Message: Failed to Process Analysis Database 'Tfs_Analysis'.
     Exception Message: Failed to Process Analysis Database 'Tfs_Analysis'. (type
    WarehouseException)
     Exception Stack Trace:    at Microsoft.TeamFoundation.Warehouse.TFSOlapProcessComponent.ProcessOlap(AnalysisDatabaseProcessingType processingType, WarehouseChanges warehouseChanges, Boolean lastProcessingFailed, Boolean
    cubeSchemaUpdateNeeded)
        at Microsoft.TeamFoundation.Warehouse.AnalysisDatabaseSyncJobExtension.RunInternal(TeamFoundationRequestContext requestContext, TeamFoundationJobDefinition jobDefinition, DateTime queueTime, String& resultMessage)
        at Microsoft.TeamFoundation.Warehouse.WarehouseJobExtension.Run(TeamFoundationRequestContext requestContext, TeamFoundationJobDefinition jobDefinition, DateTime queueTime, String& resultMessage)
     Inner Exception Details:
     Exception Message: Object reference not set to an instance of an object. (type
    NullReferenceException)
     Exception Stack Trace:    at Microsoft.TeamFoundation.Warehouse.OlapCreator.AddOrUpdateDimensionAttribute(WarehouseConfig warehouseConfig, DataTable dataSource, Dimension dimension, Field field, Boolean createRelationshipToKey)
        at Microsoft.TeamFoundation.Warehouse.OlapCreator.CreateOrUpdateDimensions(WarehouseConfig warehouseConfig, Database database, Cube cube, Boolean recreateAllTfsEntities, IEnumerable`1 dimensionNames)
        at Microsoft.TeamFoundation.Warehouse.OlapCreator.CreateOrUpdateCubes(WarehouseConfig warehouseConfig, Database database, DataSourceView dsv, IEnumerable`1 dimensionNames, IEnumerable`1 factNames, Boolean recreateAllTfsEntities)
        at Microsoft.TeamFoundation.Warehouse.OlapCreator.CreateOrUpdateOlapSchema(WarehouseConfig warehouseConfig, Database database, DataSourceView dataSourceView)
        at Microsoft.TeamFoundation.Warehouse.OlapCreator.UpdateOlapSchema(Server server, IEnumerable`1 readerAccountNames, WarehouseConfig warehouseConfig)
        at Microsoft.TeamFoundation.Warehouse.TFSOlapProcessComponent.UpdateOlapSchema()
        at Microsoft.TeamFoundation.Warehouse.TFSOlapProcessComponent.ProcessOlap(AnalysisDatabaseProcessingType processingType, WarehouseChanges warehouseChanges, Boolean lastProcessingFailed, Boolean cubeSchemaUpdateNeeded)
     TF53010: The following error has occurred in a Team Foundation component or extension:
     Date (UTC): 31.12.2012 13:05:57
     Machine: NT-TFS
     Application Domain: TfsJobAgent.exe
     Assembly: Microsoft.TeamFoundation.Framework.Server, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727
     Service Host:
     Process Details:
       Process Name: TFSJobAgent
       Process Id: 1252
       Thread Id: 3176
       Account name: XXX\tfsservice
     Detailed Message: TF221122: An error occurred running job Incremental Analysis Database Sync
    for team project collection or Team Foundation server TEAM FOUNDATION.
     Exception Message: Failed to Process Analysis Database 'Tfs_Analysis'. (type WarehouseException)
     Exception Stack Trace:    at Microsoft.TeamFoundation.Warehouse.TFSOlapProcessComponent.ProcessOlap(AnalysisDatabaseProcessingType processingType, WarehouseChanges warehouseChanges, Boolean lastProcessingFailed, Boolean cubeSchemaUpdateNeeded)
        at Microsoft.TeamFoundation.Warehouse.AnalysisDatabaseSyncJobExtension.RunInternal(TeamFoundationRequestContext requestContext, TeamFoundationJobDefinition jobDefinition, DateTime queueTime, String& resultMessage)
        at Microsoft.TeamFoundation.Warehouse.WarehouseJobExtension.Run(TeamFoundationRequestContext requestContext, TeamFoundationJobDefinition jobDefinition, DateTime queueTime, String& resultMessage)
     Inner Exception Details:
     Exception Message: Object reference not set to an instance of an object. (type NullReferenceException)
     Exception Stack Trace:    at Microsoft.TeamFoundation.Warehouse.OlapCreator.AddOrUpdateDimensionAttribute(WarehouseConfig warehouseConfig, DataTable dataSource, Dimension dimension, Field field, Boolean createRelationshipToKey)
        at Microsoft.TeamFoundation.Warehouse.OlapCreator.CreateOrUpdateDimensions(WarehouseConfig warehouseConfig, Database database, Cube cube, Boolean recreateAllTfsEntities, IEnumerable`1 dimensionNames)
        at Microsoft.TeamFoundation.Warehouse.OlapCreator.CreateOrUpdateCubes(WarehouseConfig warehouseConfig, Database database, DataSourceView dsv, IEnumerable`1 dimensionNames, IEnumerable`1 factNames, Boolean recreateAllTfsEntities)
        at Microsoft.TeamFoundation.Warehouse.OlapCreator.CreateOrUpdateOlapSchema(WarehouseConfig warehouseConfig, Database database, DataSourceView dataSourceView)
        at Microsoft.TeamFoundation.Warehouse.OlapCreator.UpdateOlapSchema(Server server, IEnumerable`1 readerAccountNames, WarehouseConfig warehouseConfig)
        at Microsoft.TeamFoundation.Warehouse.TFSOlapProcessComponent.UpdateOlapSchema()
        at Microsoft.TeamFoundation.Warehouse.TFSOlapProcessComponent.ProcessOlap(AnalysisDatabaseProcessingType processingType, WarehouseChanges warehouseChanges, Boolean lastProcessingFailed, Boolean cubeSchemaUpdateNeeded)

    Hi JReuben, 
    Thanks for your post.
    First, I suggest you clean the Cache manually:
    Clean the Cache folder on client computer. The folder path is: C:\Users\username(Team Explorer user name)\AppData\Local\Microsoft\Team Foundation\3.0\Cache(os: Windows Server 2008 R2)
    Clean the Cache folder on Server machine. The folder path is: C:\Users\username(Web access user name)\AppData\Local\Microsoft\Team Foundation\3.0\Cache(os: Windows Server 2008 R2)
    After cleaned, on Server machine, click
    Start and select Run… to open the dialog box, then input
    iisreset.exe and click OK, wait it run completely.
    Second, I suggest you try to delete the Tfs_Warehouse database and Tfs_Analysis database from SQL Server, then recreate Tfs_Warehouse database and Tfs_Analysis database using TFS Admin Console.
    To delete the Tfs_Analysis database, you can connect to
    Analysis Service using Microsoft SQL Server Management Studio, expand the
    Databases node, and delete the Tfs_Analysis database. And the same way to delete Tfs_Warehouse database from SQL Server.  
    To recreate the Tfs_Warehouse and Tfs_Analysis database, please refer to the following steps:
    1       
    Launch TFS Admin Console>>Application Tier>>Reporting, in the right panel, click
    Edit to open the Reporting windows.
    2       
    Under Warehouse tab, type Tfs_Warehouse under
    Database textbox. 
    3       
    Under the Analysis Services tab, input the Tfs_Analysis under
    Database textbox, and re-provide the required account under
    Account for accessing data source.
    4       
    Click Ok to generate the new Tfs_Warehouse and Tfs_Analysis database in SQL Server. 
    5       
    Click Start Jobs and
    Start Rebuild to rebuild warehouse and the Analysis Services database.
    After recreated the warehouse and analysis databases, you can manually processing your TFS 2010 data warehouse and Analysis Service database, please refer to the detailed steps in this article:
    http://blog.accentient.com/2010/04/08/ManuallyProcessingTheTeamFoundationServer2010DataWarehouseAndAnalysisServicesDatabase.aspx.
    And you can refer to the discussions in this post:
    http://social.msdn.microsoft.com/Forums/en-US/tfsreporting/thread/dc0239ec-fdd4-41e0-875b-0aee388f5cbb/. 
    John Qiao [MSFT]
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • TFS Webpage opening in Google Chrome and not opening in IE for one single user

    We are getting below error in Event log , could you please let us know if there is any browser setting issue
    TF53010: The following error has occurred in a Team Foundation component or extension:
    Date (UTC): 1/26/2015 6:08:47 AM
    Machine: xxxxxxxxxxxxxxxx
    Application Domain: /LM/W3SVC/2/ROOT/tfs-1-130667155749607117
    Assembly: Microsoft.TeamFoundation.Framework.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v4.0.30319
    Service Host: 81bf162c-2fcd-4c08-8e7e-22f7977316b9 (TEAM FOUNDATION)
    Process Details:
      Process Name: w3wp
      Process Id: 1692
      Thread Id: 3820
      Account name: NOE\xxxxxxxx
    Detailed Message: TF30065: An unhandled exception occurred.
    Web Request Details
        Url: http://xxxxxxxxxxxx:8080/tfs/ [method: GET]
        User Agent: Mozilla/5.0 (Windows NT 6.1; rv:35.0) Gecko/20100101 Firefox/35.0
        Headers: Connection=keep-alive&Accept=text%2fhtml%2capplication%2fxhtml%2bxml%2capplication%2fxml%3bq%3d0.9%2c*%2f*%3bq%3d0.8&Accept-Encoding=gzip%2c+deflate&Accept-Language=en-US%2cen%3bq%3d0.5&Cookie=s_vi%3d%5bCS%5dv1%7c290B6B5D850138E7-6000010160002380%5bCE%5d%3b+s_nr%3d1382418672936%3b+uuid230%3d21c96674-364e-440c-ab53-0c7a2212c461%3b+SMART_NEWSITEM_3D6588FC388A1435C2257703004461DC%3dTRUE%3b+SMART_NEWSITEM_4F0EB7B4FA0624A6C2257723004E9DDF%3dTRUE%3b+SMART_NEWSITEM_5DBB74A471265869C22576E400521557%3dTRUE%3b+SMART_NEWSITEM_71A3D0A3A52AA1B7C22576D6003E607E%3dTRUE%3b+SMART_NEWSITEM_805F1897405F037DC2257864003FDED9%3dTRUE%3b+SMART_NEWSITEM_E9DFA2D4C03A8F49C22578140050DA3D%3dTRUE%3b+s_sv_112_p1%3d1%4011%40s%2f12987%26e%2f2%3b+SMART_NEWSITEM_64F333C64D4D1041C22579D0002DD0FE%3dTRUE%3b+utag_main%3d_st%3a1392976750254%24ses_id%3a1392975739554%253Bexp-session%3b+usersettingsSR16%3d%257B%2522data%2522%253A%2522%255B%257B%255C%2522language%255C%2522%253A%255C%2522zh-CN%255C%2522%252C%255C%2522lhp_settings_saved%255C%2522%253A%255C%25221%255C%2522%257D%255D%2522%257D%3b+PDSESSIONID%3dbdf406cb-810c-4808-a196-5c5c6a87ae30%3b+__v%3d1.1464839180912144600.1377832946.1377832946.1380098378.2%3b+optimizelySegments%3d%257B%2522296197008%2522%253A%2522direct%2522%252C%2522296074949%2522%253A%2522false%2522%252C%2522296100815%2522%253A%2522ff%2522%257D%3b+optimizelyEndUserId%3doeu1392974949217r0.6519441354915236%3b+optimizelyBuckets%3d%257B%257D%3b+ts%3d1392974951305%3b+s_fid%3d481182D594B13307-273441BDD80F38DF%3b+__RequestVerificationToken_L3Rmcw2%3dYh-4crvpe1896PE-dZ5kgemQvHCkkhQxBDSUCMhb_vRr6sIkcBfEvJGABqUEMKpdmiMilJh-92bm8lcokJXj3U39O681%3b+__RequestVerificationToken2c73c17c7-d5b5-4eee-aea6-0ee8b45ab6bb%3dYh-4crvpe1896PE-dZ5kgemQvHCkkhQxBDSUCMhb_vRr6sIkcBfEvJGABqUEMKpdmiMilJh-92bm8lcokJXj3U39O681&Host=xxxxxxxxxx&Referer=https%3a%2f%2ftfs.xxxxx.com%2ftfs%2f_signout%3fmode%3dSignInAsDifferentUser%26redirectUrl%3d%252Ftfs%252F&User-Agent=Mozilla%2f5.0+(Windows+NT+6.1%3b+rv%3a35.0)+Gecko%2f20100101+Firefox%2f35.0
        Path: /tfs/
        Local Request: False
        Host Address: xx.xx.xx.xx
        User: NOE\xxxxxxxx [authentication type: NTLM]
    Exception Message: Input string was not in a correct format. (type FormatException)
    Exception Stack Trace:    at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at Microsoft.TeamFoundation.Server.WebAccess.ConfigurationExtensions.IdentityImage(TfsWebContext webContext, Guid identityId, Object routeValues)
       at Microsoft.TeamFoundation.Server.WebAccess.Html.CommonHtmlExtensions.IdentityImageTag(HtmlHelper htmlHelper, Guid identityId, Object htmlAttributes, Object routeValues)
       at Microsoft.TeamFoundation.Server.WebAccess.Html.NavigationExtensions.UserImage(HtmlHelper htmlHelper, TeamFoundationIdentity identity)
       at Microsoft.TeamFoundation.Server.WebAccess.Html.NavigationExtensions.<>c__DisplayClass23.<GenerateProfileMenu>b__22(MenuItem menuItem)
       at Microsoft.TeamFoundation.Server.WebAccess.Html.NavigationExtensions.GenerateProfileMenu(HtmlHelper htmlHelper, Boolean includeUserManagementItems)
       at Microsoft.TeamFoundation.Server.WebAccess.Html.NavigationExtensions.UserMenu(HtmlHelper htmlHelper, Boolean includeUserManagementItems, Boolean isUpdatedStyle)
       at ASP._views_shared_header_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer)
       at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
       at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
       at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
       at System.Web.UI.Page.Render(HtmlTextWriter writer)
       at System.Web.Mvc.ViewPage.Render(HtmlTextWriter writer)
       at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    This is not a Windows Store development issue.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Fail to open Team project home page with Error in "Microsoft.TeamFoundation.Server.Core.TeamFoundationTeamService.HasTeamPermission"

    Hi, we have some team has been removed and added back to a team project, however, the team members are no longer able to access the team project home page. They can access those Work item page without any issue. We found following exception logged in server
    event log. Actually not much information found in internet, appreciate for your help or advice.
    TF53010: The following error has occurred in a Team Foundation component or extension:
    Date (UTC): 2015-01-23 6:21:31 AM
    Machine: OTFS01
    Application Domain: /LM/W3SVC/2/ROOT/tfs-1-130664596115764812
    Assembly: Microsoft.TeamFoundation.Framework.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v4.0.30319
    Service Host: 4ed1c5cf-07aa-46b9-9a92-279c1f91e6b3 (GLSHK)
    Process Details:
      Process Name: w3wp
      Process Id: 4532
      Thread Id: 7096
      Account name: INTDomain\User
    Detailed Message: TF30065: An unhandled exception occurred.
    Web Request Details
        Url: http://TFSServer:8080/tfs/Collection/TeamProject/ [method: GET]
        User Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)
        Headers: Connection=Keep-Alive&Accept=text%2fhtml%2c+application%2fxhtml%2bxml%2c+*%2f*&Accept-Encoding=gzip%2c+deflate&Accept-Language=en-US&Host=otfs01%3a8080&User-Agent=Mozilla%2f5.0+(compatible%3b+MSIE+9.0%3b+Windows+NT+6.1%3b+Win64%3b+x64%3b+Trident%2f5.0)&UA-CPU=AMD64
        Path: /tfs/Collection/TeamProject/
        Local Request: False
        Host Address: 10.145.1.XX
        User: INTDomain\User [authentication type: NTLM]
    Exception Message: Object reference not set to an instance of an object. (type NullReferenceException)
    Exception Stack Trace:    at Microsoft.TeamFoundation.Server.Core.TeamFoundationTeamService.HasTeamPermission(TeamFoundationRequestContext requestContext, TeamFoundationTeam team, Int32 requestedPermissions, Boolean alwaysAllowAdministrators)
       at Microsoft.TeamFoundation.Server.WebAccess.Presentation.HomeController.SetTeamMembersData()
       at Microsoft.TeamFoundation.Server.WebAccess.Presentation.HomeController.Index()
       at lambda_method(Closure , ControllerBase , Object[] )
       at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
       at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
       at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
       at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    Hi hklbj23,
    I'd like to know the version of TFS you're using. For your situation, you can delete the users in the group and then readd them to the group. After that, you can check if the users have access to the team project.
    To make sure the permission of your credential, we can run tfssecurity command in VS command line to have a check. Please execute
    tfssecurity /imx “domain\username” /collection:url, for more information about tfssecurity /imx, please refer to:
    http://msdn.microsoft.com/en-us/library/ms400806.aspx 
    If you're using TFS 2012 Update2, then you can install the latest Update(4) to fix the issue. See the links below for more information about the similar problem:
    http://nakedalm.com/tfs2012-2-issue-object-not-set-to-instance-of-object-with-tf400898-tf53010-tf30065/
    http://blogs.msdn.com/b/dstfs/archive/2013/09/27/after-upgrading-from-tfs2010-to-tfs2012-update3-standard-users-not-able-to-access-user-stories.aspx
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • EPM System Configurator Crashes

    Greetings,
    we're on 11.12.2, and need to run the configuration on PMA. When we select Configure Database, under PMA, we get the next screen, then select Next again, we get this error msg:
    An unexpected error occured and the application will have to shutdown. Review the error log, correct the error condition, and re-launch the application. Clicking OK then crashes the tool.
    This happens only when trying to configure PMA. Pls find part of the centent of the configtool.log:
    [2012-12-20T08:44:59.616-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 12] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.persistent.RegistryTaskConfigurationManager] trace: Trying to find component with type: WORKSPACE
    [2012-12-20T08:44:59.635-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 12] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.persistent.RegistryTaskConfigurationManager] trace: Found
    [2012-12-20T08:44:59.679-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 12] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.persistent.RegistryTaskConfigurationManager] trace: Trying to find component with type: WORKSPACE
    [2012-12-20T08:44:59.698-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 12] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.persistent.RegistryTaskConfigurationManager] trace: Found
    [2012-12-20T08:44:59.767-05:00] [EPMCFG] [TRACE] [EPMCFG-05935] [oracle.EPMCFG] [tid: 12] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.utils.StopWatch] Task [Loading CT documents] has been ended. Execution time [10] sec.
    [2012-12-20T08:45:07.507-05:00] [EPMCFG] [TRACE] [EPMCFG-05935] [oracle.EPMCFG] [tid: 12] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.utils.StopWatch] Task [Init Storage] has been ended. Execution time [17] sec.
    [2012-12-20T08:45:07.534-05:00] [EPMCFG] [ERROR] [EPMCFG-01701] [oracle.EPMCFG] [tid: 12] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.dependencies.DependencyConfiguration] Can''t load dependency class: [[
    java.lang.ClassNotFoundException: com.hyperion.awb.config.BPMATaskDependency
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at com.hyperion.cis.config.Configurator.loadClass(Configurator.java:172)
         at com.hyperion.cis.config.dependencies.DependencyConfiguration.loadCustomDependency(DependencyConfiguration.java:104)
         at com.hyperion.cis.config.dependencies.DependencyConfiguration.<init>(DependencyConfiguration.java:90)
         at com.hyperion.cis.config.ProductDescriptor.loadDependencies(ProductDescriptor.java:385)
         at com.hyperion.cis.config.Configurator.loadClasses(Configurator.java:122)
         at com.hyperion.cis.config.Configurator.initialize(Configurator.java:91)
         at com.hyperion.config.wizard.impl.ToConfigurationState$1.commit(ToConfigurationState.java:80)
         at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:544)
         at java.lang.Thread.run(Thread.java:662)
    ]]

    i deleted some of the repeating statements in the log:
    [2012-12-20T08:45:14.685-05:00] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle.EPMCFG] [tid: 12] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.Configurator] Error: [[
    java.lang.ClassNotFoundException: com.hyperion.awb.config.BPMAVirtualDirectoryConfiguration
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at com.hyperion.cis.config.Configurator.loadClass(Configurator.java:172)
         at com.hyperion.cis.config.Configurator.loadCustomTaskClasses(Configurator.java:271)
         at com.hyperion.config.wizard.impl.ToConfigurationState$1.commit(ToConfigurationState.java:83)
         at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:544)
         at java.lang.Thread.run(Thread.java:662)
    [2012-12-20T08:45:14.686-05:00] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle.EPMCFG] [tid: 12] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.Configurator] Error: [[
    java.lang.ClassNotFoundException: com.hyperion.awb.config.BPMAPreConfig
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at com.hyperion.cis.config.Configurator.loadClass(Configurator.java:172)
         at com.hyperion.cis.config.Configurator.loadCustomTaskClasses(Configurator.java:271)
         at com.hyperion.config.wizard.impl.ToConfigurationState$1.commit(ToConfigurationState.java:83)
         at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:544)
         at java.lang.Thread.run(Thread.java:662)
    [2012-12-20T08:45:14.768-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 12] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.oracle.reportinganalysis.config.FrameworkServiceConfigurator] trace: DataBase Component details. URL: jdbc:weblogic:sqlserver://MLBVXVS6:1902;databaseName=EPM112_BIPLUS;loadLibraryPath=E:\Oracle\Middleware\wlserver_10.3\server\lib, driver: weblogic.jdbc.sqlserver.SQLServerDriver, userName: EPM11_DEVUSER
    [2012-12-20T08:45:14.850-05:00] [EPMINS] [NOTIFICATION] [EPMINS-00006] [oracle.EPMINS] [tid: 12] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.hit.wizard.Wizard] Wizard state is: ConfigurationState
    [2012-12-20T08:45:14.943-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.persistent.RegistryTaskConfigurationManager] trace: Trying to find component with type: AIF_PRODUCT
    [2012-12-20T08:45:14.950-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.persistent.RegistryTaskConfigurationManager] trace: Found
    [2012-12-20T08:45:14.969-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.persistent.RegistryTaskConfigurationManager] trace: Trying to find component with type: AIF_PRODUCT
    [2012-12-20T08:45:16.941-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: BPMA.applicationServerDeployment
    [2012-12-20T08:45:16.941-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: BPMA.relationalStorageConfiguration
    [2012-12-20T08:45:16.941-05:00] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Error loading task node for (product.task): BPMA.bpmaVirtualDirectoryConfiguration[[
    java.lang.NullPointerException
         at com.hyperion.config.wizard.StringResolver.resolveTaskDisplayName(StringResolver.java:105)
         at com.hyperion.config.wizard.ConfigTree.createProductNode(ConfigTree.java:311)
         at com.hyperion.config.wizard.ConfigTree.createProductNode(ConfigTree.java:300)
         at com.hyperion.config.wizard.ConfigTree.loadTreeNode(ConfigTree.java:220)
         at com.hyperion.config.wizard.ConfigTree.loadTreeNode(ConfigTree.java:209)
         at com.hyperion.config.wizard.ConfigTree.constructTree(ConfigTree.java:97)
         at com.hyperion.config.wizard.ConfigTree.<init>(ConfigTree.java:82)
         at com.hyperion.config.wizard.ProductTaskSelectionField.initialize(ProductTaskSelectionField.java:57)
         at com.hyperion.config.wizard.ProductTaskSelectionField.<init>(ProductTaskSelectionField.java:49)
         at com.hyperion.config.wizard.impl.ProductTaskSelectionForm.<init>(ProductTaskSelectionForm.java:78)
         at com.hyperion.config.wizard.impl.ProductTaskSelectionState.getForm(ProductTaskSelectionState.java:71)
         at com.hyperion.hit.wizard.Wizard.changeState(Wizard.java:440)
         at com.hyperion.hit.wizard.Wizard.access$1500(Wizard.java:47)
         at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:552)
         at java.lang.Thread.run(Thread.java:662)
    [2012-12-20T08:45:16.941-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: BPMA.hubRegistration
    [2012-12-20T08:45:16.941-05:00] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Error loading task node for (product.task): BPMA.preConfiguration[[
    java.lang.NullPointerException
         at com.hyperion.config.wizard.StringResolver.resolveTaskDisplayName(StringResolver.java:105)
         at com.hyperion.config.wizard.ConfigTree.createProductNode(ConfigTree.java:311)
         at com.hyperion.config.wizard.ConfigTree.createProductNode(ConfigTree.java:300)
         at com.hyperion.config.wizard.ConfigTree.loadTreeNode(ConfigTree.java:220)
         at com.hyperion.config.wizard.ConfigTree.loadTreeNode(ConfigTree.java:209)
         at com.hyperion.config.wizard.ConfigTree.constructTree(ConfigTree.java:97)
         at com.hyperion.config.wizard.ConfigTree.<init>(ConfigTree.java:82)
         at com.hyperion.config.wizard.ProductTaskSelectionField.initialize(ProductTaskSelectionField.java:57)
         at com.hyperion.config.wizard.ProductTaskSelectionField.<init>(ProductTaskSelectionField.java:49)
         at com.hyperion.config.wizard.impl.ProductTaskSelectionForm.<init>(ProductTaskSelectionForm.java:78)
         at com.hyperion.config.wizard.impl.ProductTaskSelectionState.getForm(ProductTaskSelectionState.java:71)
         at com.hyperion.hit.wizard.Wizard.changeState(Wizard.java:440)
         at com.hyperion.hit.wizard.Wizard.access$1500(Wizard.java:47)
         at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:552)
         at java.lang.Thread.run(Thread.java:662)
    [2012-12-20T08:45:17.014-05:00] [EPMCFG] [TRACE] [EPMCFG-01346] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.Configurator] Resource bundle com.hyperion.fdm.i18n.WizardResources found in FDM
    [2012-12-20T08:45:17.014-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: FDM.fdmWebAppConfiguration
    [2012-12-20T08:45:17.014-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: FDM.preConfiguration
    [2012-12-20T08:45:17.014-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: AIF.hubRegistration
    [2012-12-20T08:45:17.014-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: AIF.relationalStorageConfiguration
    [2012-12-20T08:45:17.014-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: AIF.applicationServerDeployment
    [2012-12-20T08:45:17.015-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: raframework.preConfiguration
    [2012-12-20T08:45:17.015-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: financialreporting.preConfiguration
    [2012-12-20T08:45:17.015-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: raframework.hubRegistration
    [2012-12-20T08:45:17.015-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: raframework.relationalStorageConfiguration
    [2012-12-20T08:45:17.015-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: financialreporting.relationalStorageConfiguration
    [2012-12-20T08:45:17.015-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: raframework.applicationServerDeployment
    [2012-12-20T08:45:17.016-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: financialreporting.applicationServerDeployment
    [2012-12-20T08:45:18.799-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: eas.productUpgradeDataImport
    [2012-12-20T08:45:18.799-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: eas.hubRegistration
    [2012-12-20T08:45:18.836-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Loading product: FDM
    [2012-12-20T08:45:18.836-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Loading product: Foundation
    [2012-12-20T08:45:18.836-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Loading product: HFM
    [2012-12-20T08:45:18.864-05:00] [EPMCFG] [TRACE] [EPMCFG-01346] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.Configurator] Resource bundle com.hyperion.cis.config.i18n.ConfigToolResources found in ERP Integrator
    [2012-12-20T08:45:18.864-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: Planning.hubRegistration
    [2012-12-20T08:45:18.864-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Registering task: Planning.preConfiguration
    [2012-12-20T08:45:18.864-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Loading product: raframework
    [2012-12-20T08:45:18.864-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Loading product: financialreporting
    [2012-12-20T08:45:18.864-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] trace: Loading product: workspace
    [2012-12-20T08:45:18.871-05:00] [EPMCFG] [TRACE] [EPMCFG-07341] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] Loaded check: [email protected]0d
    [2012-12-20T08:45:18.872-05:00] [EPMCFG] [TRACE] [EPMCFG-07344] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.ConfigTree] Not loading com.hyperion.cis.config.dependencies.OpmnInstalledCheck check for essbaseserver RegisterEssbaseAsMultipleAgent because corresponding product task absent
    [2012-12-20T08:45:18.883-05:00] [EPMCFG] [WARNING] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.dependencies.ConfigStateDependency] trace: Task bpmaVirtualDirectoryConfiguration for product BPMA is presented in config xmls, but not loaded into config tree
    [2012-12-20T08:45:18.883-05:00] [EPMCFG] [WARNING] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.dependencies.ConfigStateDependency] trace: Task preConfiguration for product BPMA is presented in config xmls, but not loaded into config tree
    [2012-12-20T08:45:19.353-05:00] [EPMCFG] [WARNING] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.dependencies.PreConfigTaskDependency] trace: Task bpmaVirtualDirectoryConfiguration for product BPMA is presented in config xmls, but not loaded into config tree
    [2012-12-20T08:45:19.353-05:00] [EPMCFG] [WARNING] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.dependencies.PreConfigTaskDependency] trace: Task preConfiguration for product BPMA is presented in config xmls, but not loaded into config tree
    [2012-12-20T08:45:19.988-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Checking if any APS component is after maintenance. Software entries: [[uid: essbaseApsWebApp, location: products\Essbase, version: 11.1.2.2.0, singleton: false]]
    [2012-12-20T08:45:19.988-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Not found any maintained entry
    [2012-12-20T08:45:19.988-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Checking if any eas component is after maintenance. Software entries: [[uid: essbaseWebApp, location: products\Essbase, version: 11.1.2.2.0, singleton: false]]
    [2012-12-20T08:45:19.988-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Not found any maintained entry
    [2012-12-20T08:45:20.142-05:00] [EPMCMN] [TRACE] [EPMCMN-01001] [oracle.EPMCMN] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.utils.oui.OUIUtilImpl] Try to get installed component version for oracle.ohs2
    [2012-12-20T08:45:20.142-05:00] [EPMCMN] [TRACE] [EPMCMN-01001] [oracle.EPMCMN] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.utils.oui.OUIUtilImpl] Searching component oracle.ohs2
    [2012-12-20T08:45:20.161-05:00] [EPMCMN] [TRACE] [EPMCMN-01001] [oracle.EPMCMN] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.utils.oui.OUIUtilImpl] Searching inventory home: Location:E:\Oracle\Middleware\oracle_common:Name:OH544710991:Index:1:Is CRS:false:ARUID:233:ARUID Desc:Microsoft Windows Server 2003 (64-bit AMD):Local node:null:Nodes:[]:isRemoved:falseisCompositeHomefalse
    [2012-12-20T08:45:20.722-05:00] [EPMCMN] [TRACE] [EPMCMN-01001] [oracle.EPMCMN] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.utils.oui.OUIUtilImpl] Searching inventory home: Location:E:\Oracle\Middleware\EPMSystem11R1:Name:EpmSystem_hypdev9:Index:3:Is CRS:false:ARUID:233:ARUID Desc:Microsoft Windows Server 2003 (64-bit AMD):Local node:null:Nodes:[]:isRemoved:falseisCompositeHomefalse
    [2012-12-20T08:45:20.838-05:00] [EPMCMN] [TRACE] [EPMCMN-01001] [oracle.EPMCMN] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.utils.oui.OUIUtilImpl] Searching inventory home: Location:E:\Oracle\Middleware\ohs:Name:OH151201533:Index:2:Is CRS:false:ARUID:233:ARUID Desc:Microsoft Windows Server 2003 (64-bit AMD):Local node:null:Nodes:[]:isRemoved:falseisCompositeHomefalse
    [2012-12-20T08:45:21.052-05:00] [EPMCFG] [TRACE] [EPMCFG-05922] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.install.sw.SoftwareRegistry] Adding Hyperion Home entry...
    [2012-12-20T08:45:21.252-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Checking if any Foundation component is after maintenance. Software entries: [[uid: hssWebApp, location: products\Foundation, version: 11.1.2.2.0, singleton: false], [uid: tools, location: products, version: 11.1.2.2.0, singleton: false]]
    [2012-12-20T08:45:21.252-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Not found any maintained entry
    [2012-12-20T08:45:21.253-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Checking if any raframework component is after maintenance. Software entries: [[uid: waWebApp, location: products\biplus, version: 11.1.2.2.0, singleton: false], [uid: raFrameworkService, location: products\biplus, version: 11.1.2.2.0, singleton: false], [uid: raFrameworkWebApp, location: products\biplus, version: 11.1.2.2.0, singleton: false]]
    [2012-12-20T08:45:21.253-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 13] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Not found any maintained entry
    [2012-12-20T08:50:46.651-05:00] [EPMINS] [TRACE] [EPMINS-00015] [oracle.EPMINS] [tid: 11] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.hit.wizard.AbstractWizardAction] Invoked action: navigation.next
    [2012-12-20T08:50:46.657-05:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01878] [oracle.EPMCFG] [tid: 14] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.impl.ProductTaskSelectionState] Validating dependencies...
    [2012-12-20T08:50:46.658-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 14] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.dependencies.AbstractProductDataImportTaskDependency] trace: productUpgradeDataImport not selected for APS, doing nothing
    [2012-12-20T08:50:46.658-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 14] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.dependencies.AbstractProductDataImportTaskDependency] trace: productUpgradeDataImport not selected for eas, doing nothing
    [2012-12-20T08:50:46.658-05:00] [EPMCFG] [TRACE] [EPMCFG-05067] [oracle.EPMCFG] [tid: 14] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.foundation.config.FoundationTaskDependency] deployment present?: com.hyperion.cis.config.wizard.ConfigState@302f71e2
    [2012-12-20T08:50:46.681-05:00] [EPMCFG] [TRACE] [EPMCFG-01877] [oracle.EPMCFG] [tid: 14] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.impl.ProductTaskSelectionState] task to execute: relationalStorageConfiguration
    [2012-12-20T08:50:46.712-05:00] [EPMINS] [NOTIFICATION] [EPMINS-00006] [oracle.EPMINS] [tid: 14] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.hit.wizard.Wizard] Wizard state is: ConfigurationState
    [2012-12-20T08:50:47.040-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 15] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Checking if any BPMA component is after maintenance. Software entries: [[uid: epmaDataSync, location: products\Foundation/BPMA, version: 11.1.2.2.0, singleton: false], [uid: BPMAWebApp, location: products\Foundation/BPMA, version: 11.1.2.2.0, singleton: false], [uid: epmaServices, location: products\Foundation/BPMA, version: 11.1.2.2.0, singleton: false]]
    [2012-12-20T08:50:47.040-05:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 15] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Not found any maintained entry
    [2012-12-20T08:50:47.077-05:00] [EPMCFG] [TRACE] [EPMCFG-01760] [oracle.EPMCFG] [tid: 15] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.impl.DBWizardForm] Database to select = mssql:MLBVXVS6:1902:EPM112_EPMA:EPM11_DEVUSER
    [2012-12-20T08:50:47.169-05:00] [EPMINS] [NOTIFICATION] [EPMINS-00006] [oracle.EPMINS] [tid: 15] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.hit.wizard.Wizard] Wizard state is: DBWizardState
    [2012-12-20T08:51:10.001-05:00] [EPMINS] [TRACE] [EPMINS-00015] [oracle.EPMINS] [tid: 11] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.hit.wizard.AbstractWizardAction] Invoked action: navigation.next
    [2012-12-20T08:51:10.033-05:00] [EPMCFG] [TRACE] [EPMCFG-01758] [oracle.EPMCFG] [tid: 16] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.impl.DBConnectionForm] DB type is MSSQLServer
    [2012-12-20T08:51:10.048-05:00] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle.EPMCFG] [tid: 16] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.cis.config.Configurator] Error: [[
    java.lang.NoClassDefFoundError: com/hyperion/cis/ISMPWizardServices
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at com.hyperion.cis.config.Configurator.loadClass(Configurator.java:172)
         at com.hyperion.cis.config.Configurator.loadProductDBConfigurators(Configurator.java:201)
         at com.hyperion.config.wizard.impl.DBWizardState$1.validate(DBWizardState.java:348)
         at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:531)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.ClassNotFoundException: com.hyperion.cis.ISMPWizardServices
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         ... 7 more
    [2012-12-20T08:51:10.048-05:00] [EPMCFG] [TRACE] [EPMCFG-01173] [oracle.EPMCFG] [tid: 16] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.config.wizard.impl.DBWizardState] Default cluster has been found in the Registry: Performance Management Architect
    [2012-12-20T08:51:10.328-05:00] [EPMINS] [ERROR] [EPMINS-00001] [oracle.EPMINS] [tid: 16] [ecid: 0000Jis_Bo2Fs10_vxk3yX1GolPC000003,0:1] [SRC_CLASS: com.hyperion.hit.wizard.Wizard] trace: Unexpected error:[[
    java.lang.NullPointerException
         at com.hyperion.config.wizard.impl.DBWizardState$1.validate(DBWizardState.java:360)
         at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:531)
         at java.lang.Thread.run(Thread.java:662)
    ]]

  • TFS 2013 Upgrade 3 Admin Console hangs

    Hi,
    I upgraded TFS 2013 to TFS 2013.3 and it worked ok for few days. Now when i try to access TFS Admin Console it hangs. When I try to access through TWA its d same problem.
    I did a)Recycle App pool b)Restart the TFS site c)Reboot the server  yet I find the same error.
    Can you please help me in the right direction to fix the issue.
    I get in the event viewer as below:
    TF53010: The
    following error has occurred in a Team Foundation component or extension
    TF400703: Unable to initialize the specified service
    Microsoft.TeamFoundation.Server.Core.Location.TeamFoundationConnectionService.
    Web Request Details Url:
    TF400733: The request has been canceled: Client disconnected.. (type RequestCanceledException) Exception Stack Trace: at Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext.GetService[T]() at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.Execute(ExecuteType
    executeType, CommandBehavior behavior) at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.ExecuteReader() at Microsoft.TeamFoundation.Framework.Server.PropertyComponent5.GetPropertyValue(ArtifactSpecDbPagingManager dbPagingManager,
    IEnumerable`1 propertyNameFilters, ArtifactKind artifactKind, GetPropertiesOptions options) at Microsoft.TeamFoundation.Framework.Server.CommandGetArtifactPropertyValue.ExecuteInternal(ArtifactKind artifactKind, IEnumerable`1 propertyNameFilters, ArtifactSpecDbPagingManager
    dbPagingManager, GetPropertiesOptions options) at Microsoft.TeamFoundation.Framework.Server.TeamFoundationPropertyService.GetProperties(TeamFoundationRequestContext requestContext, IEnumerable`1 artifactSpecs, IEnumerable`1 propertyNameFilters, GetPropertiesOptions
    options) at Microsoft.TeamFoundation.Server.Core.TeamFoundationCatalogService.BuildCatalogObjects(TeamFoundationRequestContext requestContext, List`1 databaseResources, List`1 databaseServiceReferences, List`1 databaseNodes, List`1 databaseDependencies, CatalogQueryOptions
    queryOptions, List`1& matchingNodes, List`1& matchingResources) at Microsoft.TeamFoundation.Server.Core.TeamFoundationCatalogService.QueryNodesInternal(TeamFoundationRequestContext requestContext, IEnumerable`1 pathSpecs, IEnumerable`1 resourceTypeFilters,
    IEnumerable`1 artifactIdFilters, CatalogQueryOptions queryOptions) at Microsoft.TeamFoundation.Server.Core.TeamFoundationCatalogService.QueryNodes(TeamFoundationRequestContext requestContext, IEnumerable`1 pathSpecs, IEnumerable`1 resourceTypeFilters, IEnumerable`1
    propertyFilters, CatalogQueryOptions queryOptions) at Microsoft.TeamFoundation.Server.Core.TeamFoundationCatalogService.QueryNodes(TeamFoundationRequestContext requestContext, String pathSpec, Guid resourceTypeFilter, IEnumerable`1 propertyFilters) at Microsoft.TeamFoundation.Server.Core.Location.TeamFoundationConnectionService.Microsoft.TeamFoundation.Framework.Server.ITeamFoundationService.ServiceStart(TeamFoundationRequestContext
    systemRequestContext) at Microsoft.TeamFoundation.Framework.Server.ServiceProvider.GetServiceImpl[T](TeamFoundationRequestContext requestContext)
    Thanks,
    Su
    Su

    I removed cache from program data.. then i got it installed.
    however after instalaltion; when i try to open tfs admin console.. it hangs
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider Name="Application Hang" />
    <EventID Qualifiers="0">1002</EventID>
    <Level>2</Level>
    <Task>101</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-12-26T11:17:52.000000000Z" />
    <EventRecordID>733275</EventRecordID>
    <Channel>Application</Channel>
    <Computer></Computer>
    <Security />
    </System>
    - <EventData>
    <Data>TfsMgmt.exe</Data>
    <Data>12.0.30723.0</Data>
    <Data>530</Data>
    <Data>01d020fd21076938</Data>
    <Data>0</Data>
    <Data><Program Files>\Microsoft Team Foundation Server 12.0\Tools\TfsMgmt.exe</Data>
    <Data>d23245ab-8cf0-11e4-aeba-005056a63d84</Data>
    <Binary>55006E006B006E006F0077006E0000000000</Binary>
    </EventData>
    </Event>
    Su

  • Error when running in weblogic

    We are attempting to use tangosol from a .war file under Weblogic 7.0 sp5, jrockit 1.3.1 sp5, but are running into a problem. We are successfully able to create the cache and join the cluster, but when we try to put an object into the cache we get the following error:
    Conversion failed: class com.tangosol.util.Binary)java.io.IOException: readObject failed: java.lang.ClassNotFoundException:com.airclic.foundation.component.track.DBSession
    ClassLoader: sun.misc.Launcher$AppClassLoader@71732b
    We have no problems when we are running outside of weblogic. It seems like perhaps some kind of class loader issue, so we set the option in weblogic to prefer web-inf classes, but to no avail. We have the tangosol.jar and coherence.jar in the war with our application. I've attached the source of the DBSession object, as well as our cache configuration file. The cache running in weblogic has local-storage turned off.<br><br> <b> Attachment: </b><br>DBSession.java <br> (*To use this attachment you will need to rename 69.bin to DBSession.java after the download is complete.)<br><br> <b> Attachment: </b><br>track-backing-config.xml <br> (*To use this attachment you will need to rename 70.bin to track-backing-config.xml after the download is complete.)

    It seems the stack trace is suppressed or just not available. Here's a snapshot of the exception while debugging.<br><br> <b> Attachment: </b><br>exception.jpg <br> (*To use this attachment you will need to rename 71.bin to exception.jpg after the download is complete.)

  • Fix HelloWorld in IFS 9.0...

    I am attaching a new version of the HelloWorld.java file that we
    have gotten to compile.
    The file was edited by an analyst here. A bug will be filed
    soon on this issue but until we get a fix for this issue please
    use the attached file.
    Here's a description of what was changed.--
    HelloWorld.java
    line 39:
    public class HelloWorld throws IfsExcpetion
    should be
    public class HelloWorld
    line 46:
    public void static main (String[] args)
    should be
    public static void main (String[] args)
    line 61:
    DocumentDefinition newDocDef = DocumentDefinition(ifsSession);
    should be
    DocumentDefinition newDocDef = new DocumentDefinition
    (ifsSession);
    line 65:
    AttributeValue.newAttributeValue(~SHelloWorld.txt~T));
    should be
    AttributeValue.newAttributeValue("HelloWorld.txt"));
    line 68:
    newDocDef.setContent(~SHello world.~T);
    should be
    newDocDef.setContent("Hello world.");
    line 88:
    session.disconnect();
    should be
    ifsSession.disconnect();
    Added:
    //Class used represents a value
    import oracle.ifs.common.AttributeValue;
    Had to add try/catch block if ifsException.
    Have a nice day!
    Curtis Bellew
    Oracle Support
    Internet Products
    [email protected]
    package oracle.ifs.examples.documentation.helloworld;
    // Class used to represent the current user at runtime
    import oracle.ifs.beans.DirectoryUser;
    // Class used to instantiate the Document object at runtime
    import oracle.ifs.beans.Document;
    // Class used to define the attributes of the new Document object
    import oracle.ifs.beans.DocumentDefinition;
    // Class used to represent a Folder object at runtime
    import oracle.ifs.beans.Folder;
    // Classes used to create the connection to the Oracle 9iFS
    server
    import oracle.ifs.beans.LibraryService;
    import oracle.ifs.beans.LibrarySession;
    // Class used to access information about the current user; in
    this
    // program, used to access the user's home folder.
    import oracle.ifs.beans.PrimaryUserProfile;
    // Class used to create the persistent Document object in the
    repostiory
    import oracle.ifs.beans.PublicObject;
    // Class used to hold the user~Rs authentication information
    import oracle.ifs.common.CleartextCredential;
    // Class used to trap and report 9iFS specific exceptions
    import oracle.ifs.common.IfsException;
    //Class used represents a value
    import oracle.ifs.common.AttributeValue;
    * HelloWorld class. This class demonstrates the steps needed to
    * connect to an instance of Oracle 9iFS, create a new document,
    * insert the document in a folder, and disconnect from the
    Oracle
    * 9iFS server.
    public class HelloWorld
    * Connect to the Oracle 9iFS server. The arguments are
    IfsService,
    * IfsServicePassword, UserName, UserPassword.
    public static void main (String[] args)
    try {
    // Start the LibraryService.
    LibraryService service =
    LibraryService.startService(args[0], args[1]);
    // Create a CleartextCredential object with the user's
    login
    // information.
    CleartextCredential cred =
    new CleartextCredential(args[2], args[3]);
    // Connect using the Service and Credential information.
    LibrarySession ifsSession = service.connect(cred, null);
    // Instantiate an empty DocumentDefinition object.
    DocumentDefinition newDocDef = new DocumentDefinition
    (ifsSession);
    // Set the Name attribute for the new document.
    newDocDef.setAttribute(PublicObject.NAME_ATTRIBUTE,
    AttributeValue.newAttributeValue("HelloWorld.txt"));
    // Set the content of the new document.
    newDocDef.setContent("Hello world.");
    // Create the document in the Oracle 9iFS repository.
    Document doc = (Document) ifsSession.createPublicObject
    (newDocDef);
    // Begin the foldering process. First, instantiate a
    DirectoryUser
    // object representing the current user.
    DirectoryUser thisUser = ifsSession.getDirectoryUser();
    // Get the PrimaryUserProfile information for the current
    user.
    PrimaryUserProfile userProfile =
    ifsSession.getPrimaryUserProfile(thisUser);
    // Instantiate a runtime representation of the user's
    home folder.
    Folder homeFolder = userProfile.getHomeFolder();
    // Insert the new document to the user's home folder.
    homeFolder.addItem(doc);
    // Close the connection to Oracle 9iFS.
    ifsSession.disconnect();
    catch (IfsException ifse)
    ifse.printStackTrace();
    }

    9iFS version 9.0.2 was the first release to switch over to Oracle 9iAS v9.0.2 - previous releases ran from a Oracle9i (Database) Home.
    The Web Server is Oracle HTTP Server (OHS / Apache) which is a foundation component of 9iAS.
    The Java runtime environment for the Web UI is provided by OC4J (Oracle Containers for Java) , also a key component of 9iAS!
    Matt.

  • Web Server in iFS 9.0.2 provided??

    Webui is provided in iFS 9.0.2 ???
    Why can I not find any jserv* file?
    How can I install the web server?
    Do I need to install jserv, right? but where is it?
    Thanks for your help

    9iFS version 9.0.2 was the first release to switch over to Oracle 9iAS v9.0.2 - previous releases ran from a Oracle9i (Database) Home.
    The Web Server is Oracle HTTP Server (OHS / Apache) which is a foundation component of 9iAS.
    The Java runtime environment for the Web UI is provided by OC4J (Oracle Containers for Java) , also a key component of 9iAS!
    Matt.

  • Persistent event 9005 (TF53010) entries for TFS Services

    Hi all,
    earlier this morning i had users complaining that they couldn't connect to TFS. I had a look in IIS on our TFS Server and the app pool for the TFS site had stopped. There was then an issue with our TFSService service account being authenticated. I reset
    the service account password and all seemed to be ok.
    During my investigation of why this happened in the first place i noticed that i am getting constant event 9005 entries in event viewer on the server. I have included the contents of these events below (omitting keys and server names)
    TF53010: The following error has occurred in a Team Foundation component or extension:
    Date (UTC): 05/02/2015 11:54:33
    Machine: ------
    Application Domain: TfsJobAgent.exe
    Assembly: Microsoft.TeamFoundation.Framework.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken= --------------
    Service Host:
    Process Details:
      Process Name: TFSJobAgent
      Process Id: 8468
      Thread Id: 12532
      Account name: ---\TFSService
    Detailed Message: There was an error initializing a JobRunner. The job will be rescheduled for execution five minutes from now. QueueEntry: [JobSource: 814e9815-2c9a-4bbe-8651-6e0be28e202d, JobId: 564c51ae-decb-4bf3-8b44-cfb82b1c4bdb, QueueTime: 05/02/2015
    11:54:33, ExecutionStartTime: 05/02/2015 11:54:33, State: Running, AgentId: -----, QueuedReasons: Scheduled, PreviousExecutionResult, Priority: 7, NextRun: 0, StateChangeTime: 01/01/0001 00:00:00].
    Exception Message: TF53001: The database operation was canceled by an administrator. (type DatabaseOperationCanceledException)
    This event will pop up 4-5 times every minute occurring at the same time (5 times at 11:54:33 then 5 times at 11:55:20 or so)
    Has anyone got any ideas or possibly seen this before?
    There is also an Error event which pops up every 30 minutes on the minute (event id:3305) with the following details:
    TF53010: The following error has occurred in a Team Foundation component or extension:
    Date (UTC): 05/02/2015 10:49:28
    Machine: --------
    Application Domain: TfsJobAgent.exe
    Assembly: Microsoft.TeamFoundation.Framework.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=---------------
    Service Host:
    Process Details:
      Process Name: TFSJobAgent
      Process Id: 8468
      Thread Id: 9448
      Account name: ACL\TFSService
    Detailed Message: TF221122: An error occurred running job Common Structures Warehouse Sync for team project collection or Team Foundation server TEAM FOUNDATION.
    Exception Message: TF53001: The database operation was canceled by an administrator. (type DatabaseOperationCanceledException)
    Exception Stack Trace:    at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.TranslateException(SqlException sqlException)
       at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.MapException(SqlException ex, QueryExecutionState queryState)
       at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.HandleException(Exception exception)
       at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.Execute(ExecuteType executeType, CommandBehavior behavior)
       at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.ExecuteNonQuery(Boolean bindReturnValue)
       at Microsoft.TeamFoundation.Warehouse.WarehouseBatchedDataAccessComponent.ExecuteNonQuery()
       at Microsoft.TeamFoundation.Warehouse.WarehouseDataAccessComponent.GetProperty(String scope, String key)
       at Microsoft.TeamFoundation.Warehouse.CommonStructureWarehouseAdapter.UpdateCssFromCatalogData()
       at Microsoft.TeamFoundation.Warehouse.CommonStructureWarehouseAdapter.MakeDataChanges()
       at Microsoft.TeamFoundation.Warehouse.WarehouseSyncJobExtension`1.MakeDataChanges(TeamFoundationRequestContext requestContext, TeamFoundationJobDefinition jobDefinition, String& resultMessage)
       at Microsoft.TeamFoundation.Warehouse.WarehouseSyncJobExtension`1.RunInternal(TeamFoundationRequestContext requestContext, TeamFoundationJobDefinition jobDefinition, DateTime queueTime, String& resultMessage)
       at Microsoft.TeamFoundation.Warehouse.WarehouseJobExtension.Run(TeamFoundationRequestContext requestContext, TeamFoundationJobDefinition jobDefinition, DateTime queueTime, String& resultMessage)
    Inner Exception Details:
    Exception Message: The target principal name is incorrect.  Cannot generate SSPI context. (type SqlException)
    SQL Exception Class: 11
    SQL Exception Number: 0
    SQL Exception Procedure: GenClientContext
    SQL Exception Line Number: 0
    SQL Exception Server: ----------
    SQL Exception State: 0
    SQL Error(s):
    Exception Data Dictionary:
    HelpLink.ProdName = Microsoft SQL Server
    HelpLink.EvtSrc = MSSQLServer
    HelpLink.EvtID = 0
    HelpLink.BaseHelpUrl = ----------
    HelpLink.LinkId = 20476
    Exception Stack Trace:    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.TdsLogin(SqlLogin rec, FeatureExtension requestedFeatures, SessionData recoverySessionData)
       at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer
    timeout)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance,
    SqlConnectionString userConnectionOptions, SessionData reconnectSessionData)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.Execute(ExecuteType executeType, CommandBehavior behavior)
    Thanks for any help!!!
    Martyn

    Hi Adatis,  
    Thanks for your post. 
    Do you mean that after you reset the account in TFS app pool and TFS site, your TFS Server works fine now?
    What’s the version of your SQL Server? If you’re using SQL Server 2014, please ensure you installed the
    CU4 for your SQL Server 2014. You can refer to the discussions in this post:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/50bc5da9-435a-41ff-be5a-7f002ec0347c/tf53001-the-database-operation-was-canceled-by-an-administrator?forum=tfsgeneral. 
    And you need ensure the TFS Service account works fine in your TFS Admin Console, 
    TFS site and TFS app pool both  started in IIS.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cannot store environments, access is denied

    We are running TFS2013 Update 4 (12.0.31101.0), with SCVMM 2012 R2 (3.2.7768.0).
    At some point in the recent past, we have become unable to store environments.  We get "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) (type TeamFoundationServiceException)".
    I checked the library shares, and the TFS/VMM accounts have full access.
    Then, I turned up logging on the TFS server, and got this:
    TFSJobAgent: OnStart entry.
    TFSJobAgent: GetApplicationDbConnectionString entry.
    TFSJobAgent: GetApplicationDbConnectionString exit.
    TFSJobAgent: OnStart exit.
    TfsJobAgent.exe Information: 0 : [Info, PID 7596, TID 3864, 2015/01/27 21:14:46.052, 9 ms, General] Entered CatalogTransactionContext.Save().
    TfsJobAgent.exe Information: 0 : [Info, PID 7596, TID 3864, 2015/01/27 21:14:46.063, 19 ms, General] Asking for the Catalog database lock.
    TfsJobAgent.exe Information: 0 : [Info, PID 7596, TID 3864, 2015/01/27 21:14:46.069, 25 ms, General] Got the Catalog database lock.
    TfsJobAgent.exe Information: 0 : [Info, PID 7596, TID 3864, 2015/01/27 21:14:46.069, 25 ms, General] Running the catalog rules.
    TfsJobAgent.exe Information: 0 : [Info, PID 7596, TID 3864, 2015/01/27 21:14:46.085, 41 ms, General] Finished running the catalog rules.
    TfsJobAgent.exe Information: 0 : [Info, PID 7596, TID 3864, 2015/01/27 21:14:46.085, 41 ms, General] Calling the catalog database to save the changes.
    TfsJobAgent.exe Information: 0 : [Info, PID 7596, TID 3864, 2015/01/27 21:14:46.138, 94 ms, General] Returned from the catalog database after saving changes.
    TfsJobAgent.exe Information: 0 : [Info, PID 7596, TID 3864, 2015/01/27 21:14:46.139, 95 ms, General] Finished building the returned catalog objects.
    TfsJobAgent.exe Information: 0 : [Info, PID 7596, TID 3864, 2015/01/27 21:14:46.144, 100 ms, General] Exiting CatalogTransactionContext.SaveCatalogChanges().
    TfsJobAgent.exe Information: 0 : [Info, PID 7596, TID 3864, 2015/01/27 21:14:46.294, 250 ms, API] Raising Status Changed for caa5b090-4e33-4e03-ae29-ff2f0b415b07 with status Started
    Registering Tagging routes
    [Verbose, PID 7596, TID 7860, 2015/01/27 21:15:01.220, 15175 ms, General] Trying to get credential for Microsoft_VSTL_ConnectionTo_VMM_SERVER_DefaultCollection
    [Verbose, PID 7596, TID 7860, 2015/01/27 21:15:01.220, 15175 ms, General] Found no credentials
    [Verbose, PID 7596, TID 7860, 2015/01/27 21:15:01.220, 15175 ms, General] Trying to get credential for Microsoft_VSTL_ConnectionTo_VMM_SERVER
    [Verbose, PID 7596, TID 7860, 2015/01/27 21:15:01.220, 15175 ms, General] Found no credentials
    TfsJobAgent.exe Error: 0 : [Error, PID 7596, TID 844, 2015/01/27 21:15:47.204, 61160 ms, General] TF53010: The following error has occurred in a Team Foundation component or extension:
    Date (UTC): 1/27/2015 9:15:47 PM
    Machine: TFS-1
    Application Domain: TfsJobAgent.exe
    Assembly: Microsoft.TeamFoundation.Framework.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v4.0.30319
    Service Host:
    Process Details:
      Process Name: TFSJobAgent
      Process Id: 7596
      Thread Id: 844
      Account name: DGSLAB\tfs-main
    Detailed Message: "A LabService error has occurred"
    Exception Message: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) (type TeamFoundationServiceException)
    Exception Stack Trace:
    Anybody run into something similar?
    Mark
    Mark E. Scott Jr.

    Hi novasbc,
    It needs the account when configure lab management in TFS admin console (pop up window).
    Could you re-configure the lab management?
    There is a link that may benefit you (Take care of it):
    # TFSConfig Lab /Delete Command
    https://msdn.microsoft.com/en-us/library/ee712732.aspx
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error e-mailing a test plan

    I select a test plan and then click 'Print or E-Mail Test Artifacts'. I select the defaults, Click Email, enter a username and I get TF400969: An error occurred attempting to send the email. Retry at a later time."
    Using TFS 2013 Update 3. Screenshots below.

    Hi Jamie,
    Firstly, I don't think your issue is related to your TFS configuration with SMTP server, as you can send the test email correctly. And I don't think your issue is related to your IE settings either, as emailing query result works fine.
    Could you please check the event viewer on your client machine to see if there is any error message useful?
    By the way, I noticed that you set configuration to also email children suite and as well as links, attachments, and associated automation. How about you start from emailing a top level test plan without adding these attached files?
    Thanks.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click  to participate the survey.
    Here's an update. I found this in the event viewer on the Application Tier server: 
    TF53010: The following error has occurred in a Team Foundation component or extension:
    Date (UTC): 3/24/2015 7:36:04 PM
    Machine: xxxx
    Application Domain: TfsJobAgent.exe
    Assembly: Microsoft.TeamFoundation.Framework.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v4.0.30319
    Service Host: 
    Process Details:
      Process Name: TFSJobAgent
      Process Id: 6564
      Thread Id: 7640
      Account name: xxxx
    Detailed Message: TF271001: An error occurred while attempting to send an email notification to the following address: providence. Further email notification errors that occur within the next five minutes might not be logged. Verify that the email notification
    settings are correct in the Team Foundation Administration Console.
    Exception Message: The specified string is not in the form required for an e-mail address. (type FormatException)
    Exception Stack Trace:    at System.Net.Mail.MailAddressParser.ReadCfwsAndThrowIfIncomplete(String data, Int32 index)
       at System.Net.Mail.MailAddressParser.ParseAddress(String data, Boolean expectMultipleAddresses, Int32& index)
       at System.Net.Mail.MailAddressParser.ParseMultipleAddresses(String data)
       at System.Net.Mail.MailAddressCollection.ParseValue(String addresses)
       at Microsoft.TeamFoundation.JobService.Extensions.Core.NotificationJobExtension.SendEmail(TeamFoundationRequestContext requestContext, TeamFoundationNotification notification, TeamFoundationIdentity subscriber, TeamFoundationIdentity recipient)

  • Hyperion 11122 Installation on Linux

    While invoke the installTool.sh through "xmanager" only "Satatic component File" were detecting remaining all components are disabled. Hence not able to proceed further installation. The same it is working fine different Linux environment. what could be the issue please do the needful.
    Regards

    I have given all rights and downloaded new assemblies and start the installation. "installTool.sh"
    I have given the correct path and then it shows me the new installation I click next then it shows me selected component window ,In this window only Foundation Services\Foundation Component\Static content File are enable (Checked) and remaining all components are disabled.
    This is Fresh Linux server not detect the other components I can't check and uncheck the components such as Essbase and Planning etc. How can I get the log file still the installation itself is not started. please advise.
    Thanks for your help.
    Edited by: 818693 on 3 Jul, 2012 1:00 AM

  • A datasheet component compatible with Microsoft Sharepoint Foundation 2010 is not installed error

    I have 2013 Office installed and using 2010 SharePoint Foundation.
    The button 'Datasheet View' is available on the site but when clicked on I get this error:
    The list cannot be displayed in Datasheet view for one or more of the following reasons:
    - A datasheet component compatible with Microsoft SharePoint Foundation is not installed.
    - Your Web browser does not support ActiveX controls.
    - A component is not properly configured for 32-bit or 64-bit support.
    I have installed and repaired the Office Suite already, ActiveX is enabled in the browser etc.
    I have also enabled the Microsoft Add-ons.
    Installed on Windows Server 2008 R2.
    How can I solve this issue?

    Hi,
    1. The Edit
    in Datasheet view functionality in SharePoint Server 2010 is not supported if you install
    64-bit Office 2013 client. The Edit in Datasheet functionality
    is available if you install 32-bit Office 2013 client
    http://technet.microsoft.com/en-us/library/ee681792.aspx
    2. Edit in data sheet view is not supported in 64 bit version of the i.e.
    If I understand correctly you are trying to access site from the Windows server 2008 R2, the default OS installation will have two browsers. Open internet explorer that doesn't have (64 bit) in the bracket. The one with 64bit is not supported
    http://office.microsoft.com/en-us/sharepoint-foundation-help/use-datasheet-view-in-64-bit-office-2010-HA101882420.aspx
    Regards Murali

Maybe you are looking for