Runtime access user...??

hi ..
I am quite new to OWB... right now using 10g r2..
..Is it possible to for a single runtime access user to operate on multiple target schema...???
or is it possible for two target schema to have same user....??
if yes ...let me know the process....
regards,
DichanZ

Hi DichanZ,
OWB uses runtime access user to connect to the runtime repository. It is independant of the number of target schemas.
Cheers,
Swagata

Similar Messages

  • Creating multiple runtime access users in OWB

    Hi,
    Can anyone tell me how to create multiple runtime access users in OWB. Using Runtime Repository Assistant everytime i may have to create Runtime Repository schema for creating Runtime Access user.
    Regards,
    Kunal

    We have 1 runtime repository and many runtime access users.
    Please change the repository user and rauser
    CREATE USER PMIRA
    IDENTIFIED BY 'PASSWORD'
    DEFAULT TABLESPACE TOOLS
    TEMPORARY TABLESPACE TEMP
    PROFILE DEFAULT
    ACCOUNT UNLOCK;
    GRANT CONNECT TO PMIRA;
    GRANT WB_A_OWB101RR TO PMIRA;
    GRANT WB_D_OWB101RR TO PMIRA;
    GRANT WB_R_OWB101RR TO PMIRA;
    GRANT WB_U_OWB101RR TO PMIRA;
    ALTER USER PMIRA DEFAULT ROLE CONNECT;
    ALTER USER PMIRA
    QUOTA UNLIMITED ON TD10_WHS_SMALL_I01
    QUOTA UNLIMITED ON TD10_WHS_SMALL_D01
    QUOTA UNLIMITED ON TD10_ODS_SMALL_I01
    QUOTA UNLIMITED ON TD10_ODS_SMALL_D01
    QUOTA UNLIMITED ON TD10_STG_SMALL
    QUOTA UNLIMITED ON CONVERSIE;

  • How to create a new runtime access user - URGENT !!!!

    Hi,
    I already have an existing runtime repository and target schemas. I need to create a NEW runtime access user, as my old runtime access user was not available. could anyone please help me on this
    Kishan

    Hi,
    what OWB version? 10g R1?
    CREATE USER <user_name>
    IDENTIFIED BY <Enter User Password Here>
    GRANT CONNECT TO <user_name>
    GRANT WB_A_<RT_REP_name> TO <user_name>
    GRANT WB_D_<RT_REP_name> TO <user_name>
    GRANT WB_R_<RT_REP_name> TO <user_name>
    GRANT WB_U_<RT_REP_name> TO <user_name>
    Regards
    Detlef

  • Runtime Access with Oracle 9.2

    I hava a problem when I access to de Deployment Manager with OWB 9.2 to execute the mappings:
    "RTC-5260 Fallo al conectar a la plataforma de Runtime. COmprobar host, usuario contraseña y nombre de servicio correcto"
    "RTC-5324: Runtime access user is not associated with the specified Runtime Repositori. Please use the runtime Assitant to resolve this problem"
    I use the runtime assistant but it is error. I can't connect, what permis its not ok?
    Thanks,
    Gema

    Gema,
    When the Runtime Access User is created but the Assistant, you are prompted to enter the Runtime Repository Owner login. If you've just created the Runtime Repository Owner in the same Assistant session, the login will be pre-populated for you. That's how Runtime Access User gets associated with Runtime Repository Owner. The end result of it is that Runtime Access User is granted roles WB_A_X, WB_D_X, WB_R_X, WB_U_X where X is your Runtime Repository Owner. You can check to see if your Runtime Access User has these roles.
    Nikolai Rochnik

  • Is it possible to access user account in an air android app ?

    Is it possible to access user account in an air android app in as3 ?
    The only thing I've found on internet is that one has to add to its manifest permissions to acccess account :
    <uses-permission android:name="android.permission.GET_ACCOUNTS" />
    and this documentation for native android coding :
    http://developer.android.com/training/id-auth/identify.html
    thanks for any help.

    There is no API in the AIR runtime to get user's accounts.
    But you may write an ANE to get the same.

  • Can't access User Guide after Windows 7

    I did a clean install of Win 7 on my HDX 18 and it went very smoothly.  Even all my MediaSmart apps and buttons work (except eject which I see doesn't work for many). 
    One minor detail is that the User Guide won't open.  I have HP Support Assistant and on the "Learn" tab there are various items to click to learn more about your computer.  All work except the User Guides.  I get the following error message...."This program is not installed." 
    However, I did install the User Guides.  It is even listed in Control Panel, Uninstall Program as "HP User Guides 0116."  Anyone know why the HP Support Assistant can't find them?  I also don't see them installed anywhere as there is no start menu item to click to see them.
    Thanks.

    My computer came with win 7 home premium x-64 installed.
    I installed a 2nd hard drive and installed windows 7 ultimate x-64 on it - now I can boot either one.
    I downloaded and installed the latest HP Support Assistant under win7 ultimate, but got the "this is not installed' message when trying to access user's guides from support assistant, and indeed, the user's guide are not in C:\Program Files (x86)\Hewlett-Packard\Documentation, so I copied x:\Program Files (x86)\Hewlett-Packard\Documentation (where x: is my original hard drive) to C:\Program Files (x86)\Hewlett-Packard\Documentation, and now it works fine from support assistant.
    Also I can double-click on C:\Program Files (x86)\Hewlett-Packard\Documentation\HpDocViewer.exe in explorer, and the user's guide comes up.
    Sorry, I don't know why it doesn't work for both of you, but try just running HpDocViewer.exe in the Documentation folder.

  • Error in Accessing User Mapping Data

    Hi,
    When i tried User Mapping by going to
    "UserAdministration -> UserMapping" , or
    "Personalize" -> "User Mapping"
    it gives the error msg ,
    Problem in accessing user mapping data for selected system.
    Due to this i am not able to create appointments or see the availability status of a user.
    Also, for your information i have Strong Encryption files installed.
    Pls help.
    Thanks in advance..

    Hi venkat,
    You need to change the default value in UME configuration
    System admin -> System Config -> UM Configuration -> Direct Editing
    ume.usermapping.unsecure=TRUE
    Regards
    PS: Please consider rewarding point

  • Limited-access user permission lockdown mode and allowing anon users to view list items

    I'm working on setting up a public-facing SharePoint website that will need to support anonymous user access. I'm using the Enterprise Publishing Portal site collection template, so the Limited-access user permission lockdown mode feature is turned on.
    Everything is working great, except allowing users to view a list item. One of the key features I was hoping to leverage was the ability to display custom lists on a web page using a List View web part. Then they could click on an item and see the DispForm.aspx
    so the item's content was accessible, including any file attachments.
    A real-world example is adding an RSS viewer web part to the home page and allowing anon users to click on one of the events to see the details of it. Currently, in lockdown mode, the users gets an authentication prompt. 
    I toyed with the idea of turning the lockdown feature off. However, I'm uncertain of the full impact that would have on security. For example, I know it will allow anonymous users to see who created and modified an item, which we don't want exposed to the
    public (i.e. our employee names). Seems like opening a can of worms by disabling the lockdown mode... 
    Any ideas on how to tackle this would be greatly appreciated.

    So far, this is the most promising solution I've come across:
    http://soerennielsen.wordpress.com/2012/05/29/how-to-make-list-items-visible-to-anonymous-users-in-search

  • How can I access user permission for specific items in Sharepoint 2013 via REST API?

    I want to access user permissions for specific items like lists, documents, folders etc. via the REST API.
    Currently I am hitting the following endpoint:
    http://win-5a8pp4v402g/sharepoint_test/site_1/_api/web/getUserEffectivePermissions('win-5a8pp4v402g\\Sharepoint User 2')
    However the response looks like this:
       "d":
           "GetUserEffectivePermissions":
               "__metadata":
                   "type": "SP.BasePermissions"
               "High": "0",
               "Low": "0"
    I cant understand why high and low are both 0? I have added the user to a specific group. Also this is the same result for each of the users. Another thing to note is that I havent added the "Guest" user in the sharepoint server. So when I hit the endpoint for the Guest user, it still shows the same response. So I know there is something I am doing wrong.I want to access permission of a user for a specific item, say a document using the REST API. Can someone tell me how? What would be the endpoint?

    Thanks for the reply. Although this works for Lists, I need to get permissions of documents too. Here is what I have tried:
    http://win-5a8pp4v402g/sharepoint_test/site_1/_api/web/GetFileByServerRelativeUrl('/sharepoint_test/site_1/Documents/file1.txt')/GetUserEffectivePermissions(@user)?@user='i%3A0%23%2Ew%7Cwin-5a8pp4v402g%5Csharepoint%20user%201'
    And the response is:
       "error":
           "code": "-1, Microsoft.SharePoint.Client.ResourceNotFoundException",
           "message":
               "lang": "en-US",
               "value": "Cannot find resource for the request GetUserEffectivePermissions."
    Clearly this doesnt work for a file. Whats wrong?

  • Cannot view history of direct access users connecting to Forefront UAG

    Hi, I'm trying to get a list of the users that have been connecting through UAG Direct Access for the past month. I've tried using the methods shown in the technet articles about monitoring of UAG Direct Access either using Powershell or the TMG event loggin
    console, using this links:
    http://technet.microsoft.com/en-us/library/gg313776.aspx
    http://technet.microsoft.com/en-us/library/gg313783.aspx
    Using the TMG event logging I see a lot of data from a few days back, even if the filter is set to 30 days, and the log is supposed to be up to 8GB in size before overwriting. The info that it shows is only about sessions to the portal trunk and not direct
    access. I know this because on the UAGModuleID column there is no there are no "connected" or "managed" sessions, all are SessionMgr, UserMgr, Filter and RDG mainly.
    Through powershell I tried running the following commands after importing the module according to the article:
    Get-Directaccessusers -showhistory $true and no results are shown.
    Get-Directaccessusers -showhistory $true -starttime "1/6/2015 8:00AM" and no results shown
    Get-Directaccessusers -showhistory $true -starttime "1/6/2015" no results
    Get-Directaccessusers -showhistory $true -starttime "1/2/2015 8:00AM" -Endtime "1/11/2015 8:00PM" no results
    Get-Directaccessusers -showhistory $true -username user = no results.
    Get-Directaccessusers -username user = no results
    the only command that shows any data is just Get-Directaccessusers but that shows the current Direct Access users, no history.
    I checked the Registry HKEY_LOCAL_MACHINE\SOFTWARE\WhaleCom\e-Gap\von\MonitorMgr\sql-builtin-log registry key and it is on 1.
    Any ideas on how can I get more history data on the direct access users connecting through UAG?
    Please let me know.
    Appreciated it.
    Thank you!
    Eduardo Rojas

    Russel,
    the problem has been solved now! The final thing missing was just a check in a  checkbox.
    Below a comprehensive explanation that may help others.
    We basically did what you proposed:
    We sent a ping from one of the DA-Clients to the TS-Farm members. Since we got replies, we knew that IPv6 communication generally is okay. The answer received was an IPv6. In this scenario we had not yet given any IPv6 to the farm-members! Thus we knew it must
    be comming from the DA DNS-Proxy. There are a number of DA-GPOs and one of them is dictating the net portion of the IPv6 to be used in DA-communication, appended by a hex-translation of the target computers IPv4. Therefore the DA DNS-Proxy is taking the GPO-set
    IPv6-value, adds the IPv4 in hex and sends it  back as an ICMP echo.
    With this in place and working correctly one can ping any domain host from any DA-Client. This is configured when initially setting up DA and is handled by the wizzard. Once DA is installed this should all be in place without extra user interaction.
    We then took those IPv6 answeres and turned them into fixed IPv6es of the farm-members (each member its own IPv6). So far so good, but this is where it still did not work. Evaluation of the Connection Broker log showed that the redirect reply still included
    only the IPv4 of the target farm-member. With that (after a short while) we realized that one has to set a
    check in the Connection Brokers Settings, so that the IPv6 LAN-Connection will be used for redirects as well and not only the IPv4 LAN-connection..... How stupid is that? :-)
    But as we all know - in dealing with server configuration - you should always "know before you go". But even though you may think you do, when finally arriving you know you didn't.... And that's what we call experinece.
    Thanks to Russel for your interest and help.
    Brgds Ralf

  • Cisco ASA disable command line interface (CLI) vor VPN Remote Access users

    Hi,
    I have local database for a couple of VPN Remote Access users on our Cisco ASA 5510 firewall. When adding users i asigned them the privilege leve 0. Is it possible to completly disable CLI for theses users as they will only be using VPN Remote Access and do not need to access the appliance cli.
    Thanks in advance.
    Kind Regards,
    Marco

    Hi,
    We will need to use the vpn-filter or the ssh command to block ssh from the vpn pool.
    Regards,
    Vivek

  • What Are The Minimum Permissions In Order An User To Be Able To Access User Profile Data With JavaScript And REST API

    The question says it all:
    What Are The Minimum Permissions In Order An User To Be Able To Access User Profile Data With JavaScript And REST API.?
    In the User Profile -> Permissions there is only the option for "Full Control".

    Hi Nikolay,
    Thanks for posting your issue, you need to set permissions on User Profiles = Read. Kindly find the below mentioned URLs to get the code and more details on this.
    http://www.vrdmn.com/2013/02/sharepoint-2013-working-with-user.html
    http://www.vrdmn.com/2013/07/sharepoint-2013-get-userprofile.html
    http://sharepoint.stackexchange.com/questions/61714/sharepoint-2013-call-the-rest-api-from-sharepoint-hosted-app
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/04/09/how-to-query-sharepoint-2013-using-rest-and-javascript.aspx
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Error when access User Administration / Identity Management

    The user 'administrator' is locked.
    When I try to access User Administration / Identity Management area to unlock the 'administrator' user I got the following error:
    Can anyone help me ?
    #1.5#0050569F4EE700610000003F0000070400043B1305FE89C8#1190852804709#com.sap.security.core.wd.jmxmodel.JmxModelCompInterface#sap.com/tcwddispwda#com.sap.security.core.wd.jmxmodel.JmxModelCompInterface#daniel.silva#498####531a11606c9011dcb22f0050569f4ee7#SAPEngine_Application_Thread[impl:3]_18##0#0#Error##Java###public void supplyUmeProperties(IPrivateJmxModelCompInterface.IUmePropertiesNode node, IPrivateJmxModelCompInterface.IContextElement parentElement)
    [EXCEPTION]
    #1#java.lang.reflect.UndeclaredThrowableException
         at com.sap.security.core.jmx._gen.IJmxServer$Impl.getUmeProperties(IJmxServer.java:1199)
         at com.sap.security.core.wd.jmxmodel.JmxModelCompInterface.supplyUmeProperties(JmxModelCompInterface.java:847)
         at com.sap.security.core.wd.jmxmodel.wdp.InternalJmxModelCompInterface.supplyUmeProperties(InternalJmxModelCompInterface.java:506)
         at com.sap.security.core.wd.jmxmodel.wdp.IPublicJmxModelCompInterface$IUmePropertiesNode.doSupplyElements(IPublicJmxModelCompInterface.java:3892)
         at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:408)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:351)
         at com.sap.tc.webdynpro.progmodel.context.Node.createMappedElementList(Node.java:500)
         at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:395)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:351)
         at com.sap.tc.webdynpro.progmodel.context.Node.createMappedElementList(Node.java:500)
         at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:395)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:351)
         at com.sap.tc.webdynpro.progmodel.context.Node.createMappedElementList(Node.java:500)
         at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:395)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:351)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElements(Node.java:339)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementAtInternal(Node.java:617)
         at com.sap.tc.webdynpro.progmodel.context.Node.getCurrentElementInternal(Node.java:870)
         at com.sap.tc.webdynpro.progmodel.context.Node.getCurrentElement(Node.java:877)
         at com.sap.security.core.wd.navigation.wdp.IPrivateNavigationFrameView$IContextNode.currentUmePropertiesElement(IPrivateNavigationFrameView.java:161)
         at com.sap.security.core.wd.navigation.NavigationFrameView.onActionSmallSize(NavigationFrameView.java:159)
         at com.sap.security.core.wd.navigation.NavigationFrameView.wdDoInit(NavigationFrameView.java:97)
         at com.sap.security.core.wd.navigation.wdp.InternalNavigationFrameView.wdDoInit(InternalNavigationFrameView.java:161)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:398)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:690)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:536)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:705)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:560)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:690)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:536)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:705)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:560)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:311)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:204)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:347)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:268)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:725)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:661)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:227)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:150)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:739)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:208)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1240)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:340)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:538)
         at com.sap.portal.pb.PageBuilder.wdDoInit(PageBuilder.java:177)
         at com.sap.portal.pb.wdp.InternalPageBuilder.wdDoInit(InternalPageBuilder.java:150)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:429)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:345)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:268)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:705)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:659)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:227)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:150)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:56)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:47)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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: javax.management.InstanceNotFoundException: com.sap.default:name=IJmxServer,j2eeType=UmeJmxServer,SAP_J2EECluster=KMD not in repository
         at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:940)
         at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)
         at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:400)
         at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.invoke(BasicMBeanServerInterceptor.java:277)
         at com.sap.jmx.provider.ProviderInterceptor.invoke(ProviderInterceptor.java:258)
         at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)
         at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)
         at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:287)
         at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:813)
         at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)
         at com.sap.security.core.jmx._gen.IJmxServer$Impl.getUmeProperties(IJmxServer.java:1172)
         ... 84 more

    Hey,
    Try this steps
    C:\usr\sap\J2E\JC01\j2ee\configtool->configtool.bat->open it
    1. Click on Secure store
    2. Right you will find :
    admin/password/J2E->retype your admin passowrd which you gave during installation=>SAVE properly
    Restart the server and try login visual admin

  • WSDL Access User in SOAMANAGER

    Hi All,
    While I am setting up Logical port in SOAMANAGER, I am not sure of what I need to enter in the below fields:
    WSDL Access User:
    WSDL Access User Password:
    When I enter the SAP logon User name and Password, I'm getting the below error:
    Error: HTTP: Error in interface for management of HTTP destinations;
    In the [Help.Sap.Com|http://help.sap.com/saphelp_nwpi711/helpdata/en/63/d5f5e1f2e2478fae0ee7f76a43e2f1/content.htm], it is simply given as below:
    WSDL access user: the same user as in the provider system
    WSDL access user password: the same password as in the provider system
    Can anybody please let me know what should I be entering in WSDL Username and Password fields?
    Thanks
    Raghav
    Edited by: G Raghavendra Sharma on Mar 27, 2011 1:22 AM

    Hi,
    I think issue is not with user/password of wsdl.
    Is your wsdl is on same SAP system on another SAP system?
    Download wsdl and then create LP from local file, issue could be due to missing proxy settings (if you are using internet address in wsdl). Ask BASIS team to look for patch/notes as I have seen this error before here: Error in Logical Port Creation, You can also read this blog to see if it helps: /people/vineet.gupta/blog/2010/01/29/manual-setup-of-logical-port-in-soamanager
    Regards,
    Gourav

  • Limited Access User

    Hi All 
    I have query, the site is anonymous.
    I have limited access user who has permission to an item in the List, does he can able to view the site (Once he logged in)?
    Thanks 
    Joe

    Try looking
    here
    If this is helpful please mark it so. Also if this solved your problem mark as answer.

Maybe you are looking for

  • Downloading photos from Phone to iPhotos by USB

    My phone is Sony Ericsson K700i, but when linked to iMac by USB, no icon shows on desktop. I thought I would just be able to click on Import in iPhoto to download photos. CDs which came with USB cable are only compatible with Windows. Do I need softw

  • Fit 3 hours of low-quality video on to one 4.7 DVD ?

    I am using Encore DVD 2.0. I have 206 minutes of low-quality video I'd like to fit onto one 4.7G DVD. I would much rather sacrifice quality to get it all on one disc. The source files are mpeg-2 totaling 8 GB. Setting the transcode settings to Automa

  • Photoshop Elements 7 saving large files issue

    I use Photoshop Elements 7, I recently bought a new camera (24 megapixels). PSE7 is not happy, I am having lots of issues saving my work. Is anyone else having these issues?

  • Bluetooth MacBook Pro - iPhone4 issue!

    Hi and tnxs for reading. I have a MacBook Pro and a iPhone4. I'd like to connect both devices via Bluetooth to share the MacBook Lan Internet connection but there is no way of doing it. I have no problem with the iPad2, iPad3, iPhone3GS, but with the

  • HR-ABAP Language specific

    Hi Experts, I have created a custom infotype. Now I need to make it language specific as such, If logged in French language the lables and error messages should be in french and I created with English and should be applicable for both French and Engl