System Administrator does not Exist

Hi all, for Fresh Installation of 11.5.10.2, I have applied diagnostics patch for IZU_TOP.
I can login as SYSADMIN account, but can not see System Administrator Responsibility.
It shows Assigned in User Management module to SYSADMIN user. I tried to End Date and Assign again,and bounced Apache, but it does not show the responsibility after login.
While starting / stpooing of CM, it gives message :
'Please enter a valid responsibility. The responsibility System Administrator does not exist or is not active. Check that the correct applicaton short name is specified for your responsibility'.
Please help..
Rohit

Thanks for your inputs, issue got resolution after below actionplan suggested in SR.
RESEARCH
=========
(Note: This is INTERNAL ONLY research. No action should be taken by the customer on this information.
This is research only, and may NOT be applicable to your specific situation.)
Note 335487.1 Patch 3480000 Error: Responsibility System Administrator
Does Not Exist
Note 309009.1 FND.H Patch 3262159 FNDLIBR fails with "Please enter a
valid responsibility" error
Note 316959.1
ACTION PLAN
============
As detailed in note 316959.1 please do the following:
SELECT *
FROM Fnd_Responsibility_vl
WHERE Application_Id = 1
AND Responsibility_Name = 'System Administrator'
AND Start_Date <= Sysdate
AND ( End_Date is NULL OR End_Date > Sysdate );
2.-
SELECT count(*)
FROM Fnd_User_Resp_Groups;
3.- Back up the wf_role_hierarchies table into a new table you create.
Delete the entries in that table (2 rows exist)
Run affurgol.sql FORCE
Then replace those entries back into wf_role_hierarchies table
The steps to execute are:
3.a.
SQL> CREATE TABLE wf_role_hierarchies_copy AS
SELECT * FROM wf_role_hierarchies;
3.b.
SQL> TRUNCATE TABLE applsys.wf_role_hierarchies;
3.c.
SQL> @affurgol.sql FORCE
3.d.
SQL> INSERT INTO wf_role_hierarchies
SELECT * FROM wf_role_hierarchies_copy;
4.- Provide the output of the following SQL statement at this point:
SELECT count(*)
FROM Fnd_User_Resp_Groups;

Similar Messages

  • User "Administrator" does not exist

    Hello everybody,
    i implemented SP Stack 13 in our Java Instance! Now we got some Problems in our Portal.
    1) Selfgenerated IViews cannot be accessed. We got the a Portal runtimeerror. In the Tracefile we found the following message:
    #1.5 #0011258C7044006100000253000003EC0004418B74EB8814#1197967124597#com.sap.portal.sapapplication#sap.com/irj#com.sap.portal.sapapplication#TESTUSER1#36624##srv053_BWT_18713950#Guest#95ba2ce0ad4411dcbf910011258c7044#SAPEngine_Application_Thread[impl:3]_38##0#0#Error#1#/System/Server#Java###Content pass of Application Integrator failed.
    Component Name:       'com.sap.portal.appintegrator.sap.BWReport',
    Context Name (iView): 'pcd:portal_content/every_user/general/ARB/ARB-FI/AR_FI_Role/ARB_QM_REP_0/AR_FI_SY_WEB_KONZUMS_RW_S',
    Top Layer:            'BWReport/TopLayer',
    Producer ID (FPN):    'null',
    System Alias:         'BWTCLNT001',
    [EXCEPTION]
    #1#com.sapportals.portal.appintegrator.ApplicationIntegratorException: Unable to parse template '<System.scheme>://<System.servername>:<System.serverport><BWLauncherComponent[PORTAL_URL]>;jsessionid=<Request.JSessionID>?sap-bw-iViewID=<FPN.PCDHomeLocation[url_ENCODE]>&sap-ext-sid=<ESID[url_ENCODE]>&sap-pp-producerid=<producerID>&sap-pp-consumerBaseURL=<Request.BaseURL[url_ENCODE]>&theme=<LAF.Theme[url_ENCODE]>&sap-lafversions=<LAF.AllVersions[url_ENCODE]>&<BusinessParameters>'; the problem occured at position 138. Cannot process expression <FPN.PCDHomeLocation>
         at com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer.processTemplate(AbstractIntegrationLayer.java:455)
         at com.sapportals.portal.appintegrator.layer.URLTemplateProcessLayer.processLayer(URLTemplateProcessLayer.java:33)
         at com.sapportals.portal.appintegrator.LayerProcessor.processActionPass(LayerProcessor.java:159)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doActionPass(AbstractIntegratorComponent.java:68)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doOnPOMReady(AbstractIntegratorComponent.java:54)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:396)
         at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
         at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:368)
         at com.sapportals.portal.prt.pom.PortalNode.processEventQueue(PortalNode.java:799)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:652)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.appintegrator.template_processor.TemplateParserException: Unable to parse template '<System.scheme>://<System.servername>:<System.serverport><BWLauncherComponent[PORTAL_URL]>;jsessionid=<Request.JSessionID>?sap-bw-iViewID=<FPN.PCDHomeLocation[url_ENCODE]>&sap-ext-sid=<ESID[url_ENCODE]>&sap-pp-producerid=<producerID>&sap-pp-consumerBaseURL=<Request.BaseURL[url_ENCODE]>&theme=<LAF.Theme[url_ENCODE]>&sap-lafversions=<LAF.AllVersions[url_ENCODE]>&<BusinessParameters>'; the problem occured at position 138. Cannot process expression <FPN.PCDHomeLocation>
         at com.sapportals.portal.appintegrator.template_processor.TemplateProcessor.processWholeTagExpression(TemplateProcessor.java:167)
         at com.sapportals.portal.appintegrator.template_processor.compiler.TemplateCompiler.processWholeTagExpression(TemplateCompiler.java:54)
         at com.sapportals.portal.appintegrator.template_processor.TemplateParser.parseSimpleExpression(TemplateParser.java:234)
         at com.sapportals.portal.appintegrator.template_processor.TemplateParser.parseComponenedExpression(TemplateParser.java:188)
         at com.sapportals.portal.appintegrator.template_processor.TemplateParser.parseComponenedExpressionEx(TemplateParser.java:210)
         at com.sapportals.portal.appintegrator.template_processor.TemplateParser.parseComponenedExpression(TemplateParser.java:193)
         at com.sapportals.portal.appintegrator.template_processor.TemplateParser.parseTagExpression(TemplateParser.java:170)
         at com.sapportals.portal.appintegrator.template_processor.TemplateParser.parseTemplateExpressionPart(TemplateParser.java:97)
         at com.sapportals.portal.appintegrator.template_processor.TemplateParser.parse(TemplateParser.java:89)
         at com.sapportals.portal.appintegrator.template_processor.TemplateParser.parse(TemplateParser.java:83)
         at com.sapportals.portal.appintegrator.template_processor.TemplateProcessor.processImpl(TemplateProcessor.java:407)
         at com.sapportals.portal.appintegrator.template_processor.TemplateProcessor.process(TemplateProcessor.java:374)
         at com.sapportals.portal.appintegrator.template_processor.TemplateProcessor.process(TemplateProcessor.java:386)
         at com.sapportals.portal.appintegrator.template_processor.TemplateProcessorService.processTemplate(TemplateProcessorService.java:54)
         at com.sapportals.portal.appintegrator.template_processor.TemplateProcessorService.processTemplate(TemplateProcessorService.java:107)
         at com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer.processTemplate(AbstractIntegrationLayer.java:441)
         ... 30 more
    Caused by: java.lang.ClassCastException
         at com.sap.portal.fpn.runtime.services.AppIntegratorInformationService.getProducerByAlias(AppIntegratorInformationService.java:126)
         at com.sap.portal.fpn.runtime.services.AppIntegratorInformationService.buildFPNLocatorForShortcut(AppIntegratorInformationService.java:142)
         at com.sap.portal.fpn.runtime.services.AppIntegratorInformationService.transformURL(AppIntegratorInformationService.java:204)
         at com.sapportals.portal.appintegrator.template_processor.context.FPNWrapper.getTerminal(FPNWrapper.java:69)
         at com.sapportals.portal.appintegrator.template_processor.TemplateProcessor.processWholeTagExpression(TemplateProcessor.java:152)
         ... 45 more
    #1.5 #0011258C7044006100000255000003EC0004418B74EC9CB6#1197967124690#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#TESTUSER1#36624##srv053_BWT_18713950#Guest#95ba2ce0ad4411dcbf910011258c7044#SAPEngine_Application_Thread[impl:3]_38##0#0#Error#1#/System/Server#Java###Exception ID:09:38_18/12/07_0005_18713950
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/every_user/general/ARB/ARB-FI/AR_FI_Role/ARB_QM_REP_0/AR_FI_SY_WEB_KONZUMS_RW_S
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : TESTUSER1
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &\#39;&lt;System.scheme&gt;://&lt;System.servername&gt;:&lt;System.serverport&gt;&lt;BWLauncherComponent[PORTAL_URL]&gt;;jsessionid=&lt;Request.JSessionID&gt;?sap-bw-iViewID=&lt;FPN.PCDHomeLocation[url_ENCODE]&gt;&amp;sap-ext-sid=&lt;ESID[url_ENCODE]&gt;&amp;sap-pp-producerid=&lt;producerID&gt;&amp;sap-pp-consumerBaseURL=&lt;Request.BaseURL[url_ENCODE]&gt;&amp;theme=&lt;LAF.Theme[url_ENCODE]&gt;&amp;sap-lafversions=&lt;LAF.AllVersions[url_ENCODE]&gt;&amp;&lt;BusinessParameters&gt;&\#39;; the problem occured at position 138. Cannot process expression &lt;FPN.PCDHomeLocation&gt;
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 29 more
    #1.5 #0011258C7044006100000257000003EC0004418B74EEE9EF#1197967124894#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#TESTUSER1#36624##srv053_BWT_18713950#Guest#95ba2ce0ad4411dcbf910011258c7044#SAPEngine_Application_Thread[impl:3]_38##0#0#Error##Java###09:38_18/12/07_0005_18713950
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &\#39;&lt;System.scheme&gt;://&lt;System.servername&gt;:&lt;System.serverport&gt;&lt;BWLauncherComponent[PORTAL_URL]&gt;;jsessionid=&lt;Request.JSessionID&gt;?sap-bw-iViewID=&lt;FPN.PCDHomeLocation[url_ENCODE]&gt;&amp;sap-ext-sid=&lt;ESID[url_ENCODE]&gt;&amp;sap-pp-producerid=&lt;producerID&gt;&amp;sap-pp-consumerBaseURL=&lt;Request.BaseURL[url_ENCODE]&gt;&amp;theme=&lt;LAF.Theme[url_ENCODE]&gt;&amp;sap-lafversions=&lt;LAF.AllVersions[url_ENCODE]&gt;&amp;&lt;BusinessParameters&gt;&\#39;; the problem occured at position 138. Cannot process expression &lt;FPN.PCDHomeLocation&gt;
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    2) In the Trace file all the Time occurs the following message:
    #1.5 #0011258C7044006F0000027A000003EC0004418B678FE974#1197966900571#com.sap.workflow#sap.com/irj#com.sap.workflow#J2EE_GUEST#0####8f2fa3e0aa4d11dcb0150011258c7044#Thread[ThreadPool.Worker4,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error#1#/Applications/Workflow/General#Plain###TaskSchedulerDeadline.run()#
    #1.5 #0011258C7044006F0000027B000003EC0004418B678FEBD8#1197966900571#com.sap.workflow#sap.com/irj#com.sap.workflow.#J2EE_GUEST#0####8f2fa3e0aa4d11dcb0150011258c7044#Thread[ThreadPool.Worker4,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###com.sap.security.api.NoSuchUserException: User "Administrator" does not exist.
         at com.sap.security.core.imp.UserFactory.getUserByUniqueName(UserFactory.java:1635)
         at com.sap.security.core.imp.UserFactory.getUserByUniqueName(UserFactory.java:1574)
         at com.sap.security.core.imp.UserFactory.getUserByUniqueName(UserFactory.java:1560)
         at com.sap.workflow.es.scheduler.TaskSchedulerDeadline.run(TaskSchedulerDeadline.java:90)
         at com.sapportals.wcm.service.scheduler.SchedulerEntry.run(SchedulerEntry.java:174)
         at com.sapportals.wcm.service.scheduler.crt.PoolWorker.run(PoolWorker.java:108)
         at java.lang.Thread.run(Thread.java:534)
    Can somebody tell me what is going on here?
    Thanks so long
    Edited by: Oliver Heinzelmann on Jan 11, 2008 2:17 PM
    Problem #1 resolved: Ask me for solution

    Hi Oliver,
    A contact at SAP has indicated that in the KM Task Scheduler Deadline (com.sap.workflow.es.scheduler.TaskScheduler.Deadline.run) that the user "Administrator"  is hard coded in the SPS13 release.
    Depending on what you are using the KM for you could reduce the frequency of the alert by changing the scheduling of this task which by default is every five minutes.
    Although the release notes of the following patches didn't formerly address the hard coding issue, I decided to apply them anyway as I thought that a later release may have fixed the issue.  However it is not fixed with these interim patches.
    KMCBC13P_1-10003491.SCA   Patch for KMC BASE COMPONENTS 7.00 SP13 
    KMCCM13P_1-10003492.SCA   Patch for KMC CONTENT MANAGEMENT 7.00 SP13
    I guess we will need to wait for a further patch to be released and ignore the error in the meantime.
    Regards
    Craig

  • Role 'Administrator' does not exist!

    Hi experts,
    We're getting the following error during the installation of Solution Manager 7.0 EHP1. Error occurs in the phase of "Configure System Landscape Directory"
    Do you have any idea about this issue ? Quick answers will be appreciated
    Thanks in advance for your help.
    ConfigMainExt state200
    TYPE=A<BR>STATE=<BR>INFO_SHORT=java.lang.Exception: java.lang.Exception: Role 'Administrator' does not exist!
         at com.sap.ctc.util.UserConfig.addActionToRole(UserConfig.java:238)
         at com.sap.ctc.util.UserConfig.performFunction(UserConfig.java:65)
         at com.sap.ctc.util.ConfigServlet.doGet(ConfigServlet.java:74)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    //<BR>CONFIGURATION=

    Hi Gokhan,
    I assume that you're installing a JAVA system on Windows.
    This error is related to language selection of OS. Kindly change the language as English from control panel -> region & language. ( all settings must be EN except keyboard ). Since system locale is not English, you get this error during the installation ( ABAP does not give an error like that )
    You also need to restart the installation from scratch. ( before starting the new installation, re-login to the OS to activate new system locale settings )
    I hope this helps.
    Regards,
    Alper Ozdemir
    SAP R/3 NetWeaver Consultant

  • Farm Remote App 2012 R : Your system administrator does not allow the use of default credentials to log on to Work Resources

    Hi
    Here is the situation:
    I have a Farm with 3 servers W2012R2 in a Domain
    Server1                           Server 2                                  
    Server3
    RDSession Host            RDSession Host                            
    RDSession Host
    Connection Broker        Connection Broker (Passive)
    RD Web Access
    2 DNS Alias : - poc.mydomain.local (Use for the RD Web Access and points to Server1
                        -poccb.mydomain.local (Use for the Connection Broker and points to Server1)
    I have setup the Connection broker in HA with Server2 as Passive Server : DNS Round Robin poccb.mydomain.local (Server1)
    The certificate Manager has generated 2 CA certificates :
    - 1 for the RD Web Acc (poc.mydomain.local
    -1 for Connection Broker SSO and for publishing
    I have created 1 Group Policy for these 3 servers and 1 GP for my client Windows 7 SP1.
    Server GPO :
    Computer/Administrative Templates/Windows Components/Remote Desktop Services/Remote Desktop Session Host/Security
    Always prompt for password upon connection=Disabled
    Require use of specific security layer for remote (RDP) connections : SSL (TLS 1.0)
    Set client connection encryption level : High Level
    Client GPO
    Computer/Administrative Templates/System/Credentials Delegation = Allow delegating default credentials (Concatenate OS defaults with input above)
    TERMSRV/POCCB.mydomain.local
    I use no Gateway and in my collection,I have activated SSL (Like in my Server GPO)
    I have now problem with SSO.
    Connection with remote desktop client with server name = poccb.mydomain.local
    Your system administrator does not allow you the use of default credentials to log on to the remote computer poccb.mydomain.local because its identity is not fully verified
    If in my client GPO I add the physical name of the 3 servers, it works :
    TERMSRV/Server1
    TERMSRV/Server2
    TERMSRV/Server3
    Open RDP Files with server name = poccb.mydomain.local
    if my connection broker connects me on Server1 , no problem
    But If I arrive on Server2 & Server 3=
    Your system administrator does not allow the use of default credentials to log on to Work Resources
    I have searched on internet. No result for " to log on to Work Resources"
    Any idea ? Thanks for your help

    Hi,
    Thank you for posting in Windows Server Forum.
    Firstly check that, your user is using domain\username to enter the credential in the dialog box.
    Now for a try, you can edit .rdp file with notepad and just place “enablecredsspsupport:i:0” line in it, save it an launch to check whether you are facing same issue.
    As you are using windows 7 then upgrade to RDP 8.1. Also as you have already enter the FQDN name of server under “Allow delegating default credentials”. For a try please enable and configure for all the remaining settings as follow and check the result.
    Start / Run / gpedit.msc / Computer Configuration / Administrative Templates / System / Credentials Delegation, and make sure you have the following four options enabled and configured:
    Allow Delegating Default Credentials with NTLM-only Server Authentication
    Allow Delegating Default Credentials
    Allow Delegating Saved Credentials
    Allow Delegating Saved Credentials with NTLM-only Server Authentication
    Finally, open a command prompt and use “gpupdate /force” command to apply the policy directly.
    More information:
    Remote desktop credentials did not work
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Source system ECQCLNT320 does not exist in BI Production

    Hi,
    When i am transporting the BI objects along with the datasources it is giving the following error.
    our system Landscape:
    BI Dev. & BI Qty Same Box  
    ECC Dev.
    ECC Qty
    ECC Prd.
    in our landscape BI dev and BI Quality are the same Box, i am transporting BI cube objects along with ECC quality system datasources from BI dev. system. But when we import the cube request the following error is occuring.
    Please help me as i am in typical stage.
    ERROR: Start of the after-import method RS_RSDS_AFTER_IMPORT for object type(s) RSDS (Activation Mode)
                 Source system ECQCLNT320 does not exist
    Can we transport the ECQ datasources from BI dev system where i am using them.
    Thanks,
    Baswa

    Hi,
    RC on ECQCLNT320  check the source connection under sourcesystem tab in Rsa1,it might having issue else
    Check in the RSA6 (Sourcesystem) wether DataSource  is active mode or not ,
    Go to Tcode RSDS for Replication of DataSource  in BW system .
    Regards,
    Satya

  • Source system BW100 does not exist

    Hi Guru's
    I'm trying to transport the datamart infopack from dev to QA and it's failed due to "Source system BD1_100 does not exist; InfoPackage ZPAK_DVDXOWDKOMSF5YW6F4EDXMXL1 deleted".
    I've tried to trnasport datamart as well but still failed what could be the problem?
    Regards,
    Ramana.

    Hi Raman 
    It simple. If you want load data from QAS to QAS then you need take conversion when transport request importing to QAS. So you need record BWDEV ---> BWQAS in "Transport connection".
    IF you want load data from BWDEV to BWQAS then you need BWDEV as source system in QAS and no record in "Transport connection".
    http://help.sap.com/saphelp_nw04/helpdata/EN/80/1a616be07211d2acb80000e829fbfe/content.htm

  • Error System "Item does not exist. It may have been deleted by another user"

    Error System "Item does not exist. It may have been deleted by another user" in sharepoint 2010
    This is problem show when User new item in List . User open new item page about 3 pages and User save each one page when page save complete , User will save another page.
    Sometime User can not save item , it show that error
    This List not have workflow and code
    Please let me know what is the issue ?

    Hi,
    Greetings. THis is a known issue and see the links for resolution
    http://support.microsoft.com/kb/972225
    http://social.technet.microsoft.com/Forums/office/en-US/638e4aa0-527c-4b20-a899-a0cf181983ec/no-item-exists-at-it-may-have-been-deleted-or-renamed-by-another-user?forum=sharepointadminlegacy
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • New-PowerPivotServiceApplication : The PowerPivot System Service does not exist in the farm

    PS C:\Users\_svc_admin> New-PowerPivotServiceApplication -ServiceApplicationName $AppPoolName -DatabaseServerName $DatabaseServer -DatabaseName $DatabaseName -AddtoDefaultProxyGroup:$true
    New-PowerPivotServiceApplication : The PowerPivot System Service does not exist in the farm. At line:1 char:1
    + New-PowerPivotServiceApplication -ServiceApplicationName $AppPoolName -DatabaseS ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidData: (Microsoft.Analy...viceApplication:
       NewPowerPivotServiceApplication) [New-PowerPivotServiceApplication], Gemin
      iException
        + FullyQualifiedErrorId : Microsoft.AnalysisServices.SPAddin.PowerShell.Ne
       wPowerPivotServiceApplication
    Installation created these files on (14\TEMPLATE\SQL) different folder than
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\SQL
    PowerPivotDbLogic.sql
    PowerPivotDbSchema.sql
    I copied the files to the correct location and it works

    PS C:\Users\_svc_admin> New-PowerPivotServiceApplication -ServiceApplicationName $AppPoolName -DatabaseServerName $DatabaseServer -DatabaseName $DatabaseName -AddtoDefaultProxyGroup:$true
    New-PowerPivotServiceApplication : The PowerPivot System Service does not exist in the farm. At line:1 char:1
    + New-PowerPivotServiceApplication -ServiceApplicationName $AppPoolName -DatabaseS ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidData: (Microsoft.Analy...viceApplication:
       NewPowerPivotServiceApplication) [New-PowerPivotServiceApplication], Gemin
      iException
        + FullyQualifiedErrorId : Microsoft.AnalysisServices.SPAddin.PowerShell.Ne
       wPowerPivotServiceApplication
    Installation created these files on (14\TEMPLATE\SQL) different folder than
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\SQL
    PowerPivotDbLogic.sql
    PowerPivotDbSchema.sql
    I copied the files to the correct location and it works

  • EXP-00011: SYSTEM.EMP does not exist

    Hi,
    I've created two tables emp and org respectively in DB by using system user. I can run select query to see the contents of the table but when I try to export these tables it is displaying an error EXP-00011: SYSTEM.EMP does not exist.
    These tables are present in the db.
    Following export command is being run :
    exp USERID=system/password123 TABLES=(system.emp) FILE=C:\backup_tab.dmp
    Could anyone please suggest what is causing the error and how can I resolve this.
    Cheers,
    Mandy

    Hi Mandy,
    I think you created your table with double-qoutes, such as
    create table "emp" ....if this is so, Oracle needs again for the export these double-qoutes, you made the table name case sensitive. There are two solutions:
    1. create your table without the double-qoutes
    2. Make a so called parameter file maybe called emp.par. In this file you put the line:
    tables=\"emp\"
    Save the file. Now you can make the export with:
    exp USERID=system/password123 parfile=emp.par FILE=C:\backup_tab.dmpYou can also include "FILE=C:\backup_tab.dmp" in the parameter file if you like. Then you can easier maintain your settings for the export.
    Hopes this helps
    Herald ten Dam
    htendam.wordpress.com

  • Issue with TTE - External System ID does not exist!

    Hi dear Gurus,
    We followed the SAP Best Practice to set up our CRM 5.0 system and it seems to have opened the Pandora's box for us. When we try to create a service contract, there was an error message in the header complaining that the external system does not exist. Here is what the HELP tells us:
    In Customizing for TTE,
    1. Choose Assign Objects from External Systems
    2. Choose External System IDs
    3. Maintain system ID for the calling system BC5CLNT005
    4. Choose Save
    However, when we get into IMG, under 'Assign Objects from External Systems', there is NO external system ID to choose. Why is this? Is it because our system is on a different patch level?
    Any idea would be appreciated.
    Thanks,
    Leon

    I have similar problem how did you solve this issue?
    Your input will help me analyze the issue?
    Is it because of the client we where in to is the Productive client not the customizing client?

  • Source system BIDCLNT600 / ECCDEV210 does not exist

    Hi all,
    While transporting the BI dev transports to BI prod ,
    I am facing the subjected error saying "
    Source system ECCDEV210 does not exist
    Source system BIDCLNT600 does not exist
    Regards
    Venkat

    Hi,
    I maintained the settings in BI Prod like:
    Original Source System : ECCDEV210 (R/3 Dev)
    Target Source System :  ECCPRD400 (R/3 Prod)
    But I am facing the other problems like:
    1. Field ERDAT will not be delivered from DataSource 0WBS_ELEMT_ATTR in source system ECCPRD400  
    2. DataSource 0WBS_ELEMT_TEXT does not exist in source system ECCPRD400 of version A 
    3. Mapping between data source 0WBS_ELEMT_TEXT and source system ECCPRD400 is inconsistent 
    4. Reference to transfer structure 0BILBLK_DL_TEXT_BB not available. No activation possible. 
    5. Start of the after-import method RS_TRFN_AFTER_IMPORT for object type(s) TRFN (Activation Mode)
    6. Start of the after-import method RS_CUBE_AFTER_IMPORT for object type(s) CUBE (Delete Mode) 
    Like these so many repetitions in each area.
    For the information:
    1. I opened the R/3 prod system , activate the data sources (standard using RSA5) and replicated into the BI prod system.
    So,whatever I activated in R/3 prod are available in BI prod after replication. After that I send the transport request. But I have not transported any request from R/3 Dev system to R/3 Prod system with the data sources.
    2. I created the transport request based on Info cubes. First, In data flow before option and next request with " In data flow after " option and collection mode is " automatically"
    Pl advice me.
    Regards
    Venkat

  • Business system does not exist in the SLD

    hi,
    I am trying to export the ID objects into QA, when i get the error saying that "Business system D01 does not exist in the SLD".
    I have created the Transport target for the D01 business system in the SLD to point to the QA system T01.
    When i try to export the objects and reimport them into QA i get the above error.
    Any ideas what could be missing?
    Thanks,
    Tirumal

    hi,
    Prashant -
    I did refresh the cache but no luck. I still see only the QA Business system but not able to see the Dev SLD Business systems at all.
    Stefan -
    They are pointing to the same sld. If i do an sldcheck from QA XI Server it directs me to the dev SLD. So this is good.
    I am using only 1 SLD. Is there a way that i can tell QA to look for DEV SLD instead of QA SLD?
    Thanks,
    Tirumal

  • Transport Error: Source system  does not exist. Message no. RSAR203

    Hi,
    after transporting from BI_DEVELOP to BI_TEST  I get an error whil importing Datasources:
    Source system ERP_DEVELOP_SOURCESYSTEM  does not exist - Message no. RSAR203
    Which is upon the first sight correct, because I  got the followings systems, RFC's and BI Sourcesystem:
    ERP_DEVELOP -> BI_DEVELOP with RFC & Sourcesystem ERP_DEVELOP_SOURCESYSTEM pointing to ERP_DEVELOP
    ERP_TEST -> BI_TEST  with RFC & Sourcesystem ERP_TEST_SOURCESYSETM pointing to ERP_TEST
    Can I map in the transport ( and how)  in a way that the transports do not fail ?
    ERP_DEVELOP_SOURCESYSTEM  to ERP_TEST_SOURCESYSETM
    or
    Do I need to setup in BI_TEST  a Sourcesystem  ERP_DEVELOP_SOURCESYSTEM pointing to ERP_TEST ?
    Thank You
    Martin
    Edited by: Martin Sautter on Jul 25, 2011 12:59 PM

    Hi Martin,
    You have to maintain the transport connection between your ERP_DEVELOP and ERP_TEST
    your transport path should be as below
    BI_DEVELOP    -
    > BI_TEST
    ERP_DEVELOP -
    > ERP_TEST
    1)Make sure you have FRC connection between BI_DEVELOP and ERP_DEVELOP, BI_TEST and ERP_TEST
    2)check you have transport connection between BI_DEVELOP and BI_TEST,ERP_DEVELOP and ERP_TEST
    Now you transports should not fail
    Hope this helps
    Regards,
    Venkatesh

  • Source System Does Not Exist - Transport Problem

    Hi
    We have the next Landscape in BW 7.0 (Netweaver 2004's)
    LRDCLNT300     is R3 DEV
    LRQCLNT700     is R3 QA
    LBDCLNT100     is BW DEV
    LBQCLNT700     is BW QA
    The connections are
    LBDCLNT100  (BW Dev) use as source system        LRDCLNT300  (R3 Dev)
    LBQCLNT700  (BW QA) use as source system        LRQCLNT700  (R3 QA)
    In RSA1->TOOLS -> Conversion of Logical System Names
    In Conversion of source system after the transport we have these entries
    Source System                    Target System
    LBDCLNT100 (BW Dev)         LBQCLNT700 (BW QA)
    LRDCLNT300 (R3   Dev)         LRQCLNT700 (BW QA)
    But when we transport an order from BW DEV to BW QA show the error "source system LRDCLNT300 does not exist"
    Never made the conversion of source system after the transport.
    Can you help us please.

    Thanks Edwin
         I create a RFC for LRDCLNT300 (R3 Dev) in my BW QA system (Target System).
    I try an order again but it didn't work, also I try to check 7.0 checkbox but I got the message "No entry exists for original source system LBDCLNT100 for 3.x object"
    and I have to uncheck again.
    I still have the same problem the objects are associated to R3 Dev, never make the conversion to R3 QA.

  • Source system does not exist (RSAR203)

    Hi to all
    I have a error in phase XPRA_EXECUTION in BI_CONT 704 add-on upgrade by SAINT transaction.
    Start of the after-import method RS_DTPD_AFTER_IMPORT for object type(s) DTPD (Modo de entrega)
    Source system CLNT100CED does not exist
    Source system CLNT100CED does not exist
    Source system CLNT100CED does not exist
    Source system CLNT100CED does not exist
    Errors occurred during post-handling RS_AFTER_IMPORT_D for DSFO L
    The errors affect the following components:
    BW-WHM (Warehouse Management)
    I read the thread
    XPRA_EXECUTION error in BI_CONT 703 patching
    but don't work for me.
    The sap Note 1271454 does not work for me becouse I already aply the SP.
    SAP_ABA     701     0007     SAPKA70107     Cross-Application Component
    SAP_BASIS     701     0007     SAPKB70107     SAP Basis Component
    PI_BASIS     701     0007     SAPK-70107INPIBASIS     Basis Plug-In
    SAP_BW     701     0007     SAPKW70107     SAP Business Warehouse
    BI_CONT     703     0003     SAPKIBIIP3     Business Intelligence Content
    I upgrede add-on BI_CONT to 704 SP 08, for this the SAINT aply patch SAPKIBIIO4 TO SAPKIBIIO9 (prerrequisite)
    The error appear in SAPKIBIIP6
    Any suggestions?
    Many thanks and best regards
    William Neira

    Hi,
      Had you checked the SAP Note " Note 955647 - BI_CONT 703:Information on Add-On Support Packages".
    Seems like SAP has released two support pack
    SAPKIBIIP6..........AOP      24.07.2007
    SAPKIBIIP6 updated..AOP      07.08.2007........955647
    and recommends to apply the Support pack released on 07.08.2007.  Kindly check and update.
    Regards
    Valavan.SM

Maybe you are looking for

  • Installation problem for Java EE 5 SDK Update 2

    Hi , I have jdk1.5.0_12 (J2SE) installed on my Windows XP. Now i am trying to install J2EE on my machine.I tried to install it twice but it comes to a halt after completing 45% at the same jar file. Following is the link which shows it comes to a hal

  • Web service transported but not active in QA environment

    Hi all, In order to support a template document i've created a web service using the web service tool. All is working fine in DEV and all has been successfully transported to QA environment (I think). The web service objects have been included in the

  • Trouble installing Digital Photo Professional and other Canon software

    Hello everyone, I have been trying to install several software programs on a new iMac without any success. My machine is the 20" Intel Core 2 Duo running OS X 10.4.8. I am attempting to install Canon's Digital Photo Professional version 1.0 and the E

  • FI Report generated

    Hello there is a z tcode but the report name is "AQCSZF1AR_RPRTS=ZFQU_PARKED_ST", is it a FI generated report as it is not a standard report how to find it. also it calls a tcode FV70 when can't say but when called by this report the screen is a litt

  • Java API for reading/writing word/excell file

    Hello Friends, Is there any Java API available for Microsoft word and excell product?