Unable to configure security

I am stuck in a security exception while configuring security for WCM spaces.
I have configured the security using oracle fusion middleware control and had generated the keystores.
However when I run the application, it is giving me the below exception
<WsmMessageLogger><logSevere> The specified keystore file C:\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\config\fmwconfig\default-keystore.jks cannot be found; it either does not exist or its path is not included in the application classpath.
<WsmMessageLogger><logSevere> Keystore is not properly configured in JPS config.
<WsmLogUtil><log> Failure in Oracle WSM Agent processRequest, category=security, function=agent.function.client, application=null, composite=null, modelObj=http:/
The issue here is when I configure the security, it updates the jps-config and other files in location “D:\Oracle\Middleware1\user_projects\domains\base_domain\config\fmwconfig” . So after deploying, it should ideally deploy those files in application data , something like C:\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\config\...... However, when I try to see the details of the jps-config file in the location, it is still pointing to old keystores and is not getting updated. I even tried deleting the whole “system11.1.1.2.36.55.36\DefaultDomain” folder and generating them again after server restarts
If I try to manually overwrite the keystore in application data files, it gives me the below exception.
<WsmLogUtil><log> Failure in Oracle WSM Agent processRequest, category=security, function=agent.function.client, application=null, composite=null, modelObj=http://oracle.webcenter.spaces.internal.view.ws/#wsdl.endpoint(SpacesWebService/SpacesWebServiceSoapHttpPort), policy=null, policyVersion=null, assertionName=null.
oracle.wsm.common.sdk.WSMException: WSM-00055 : The keystore located at C:\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\config\fmwconfig\default-keystore.jks can ot be loaded due to java.io.IOException. Ensure that valid keystore type and password are configured.

I configured the keysotre as well and I am able to access webservice using webservice client as well but there are certain method for which i need SpaceClient API for space RSS feed
following is the code to access
GroupSpaceWSContext context;
context = new GroupSpaceWSContext();
GroupSpaceWSClient groupSpaceWSClient;
context.setEndPoint("http://webcenterhost:port/webcenter/SpacesWebService");
context.setSamlIssuerName("http://webcenterhost:port/webcenter");
context.setRecipientKeyAlias("producer");
try {
groupSpaceWSClient = new GroupSpaceWSClient(context);
System.out.println("retun "+groupSpaceWSClient.getPublicGroupSpaces("Space Name"));
} catch (GroupSpaceWSException e) {e.printStackTrace();}
while running I am getting following errororacle.webcenter.spaces.ws.client.GroupSpaceWSException: javax.xml.ws.soap.SOAPFaultException: SOAP must understand error:{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security, {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security.
at oracle.webcenter.spaces.ws.client.GroupSpaceWSClient.getPublicGroupSpaces(GroupSpaceWSClient.java:828)

Similar Messages

  • Unable to configure Outlook with ASA firewall and IWSVA

    Dear Sir,
    We are unable to configure MS outlook in our network  which is having IWSVA proxy and cisco ASA 5510 firewall.
    snapshot of outlook error details are attached for your reference.
    In our network L3 is behind IWSVA which is behind cisco ASA 5510.
    when we change following NAt rule and ACL incoming rule it works fine
    nat (inside,outside) source static any interface unidirectional
    nat (inside,outside) source static obj_Proxy interface unidirectional
    access-list 100 extended permit ip any any
    access-list inside_access_in extended permit ip object-group Proxy_Server any
    all required ports are allowed in IWSVA also please tell me if we have to make any changes in IWSVA like mapping ports etc.
    Thanks in advance
    Regards:
    Anand Singh Dhouni

    Hello Anand,
    I already replied to you on the other post, Please mark this as answered so we can focus on one ticket and avoid duplicates.
    For more information about Core and Security Networking follow my website at http://laguiadelnetworking.com
    Any question contact me at [email protected]
    Cheers,
    Julio Carvajal Segura

  • WS-Security and proxy service: Unable to add security token for identity

    What the reason of "Unable to add security token for identity" fault in this situation (10.3.1):
    I did simple "hello word" proxy service and tried to apply custom policy binding.
    WS-Policy is next:
    <wsp:Policy wsu:Id="WS-Policy-Siebel"
         xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"
         xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
         xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wssp:Identity
              xmlns:wssp="http://www.bea.com/wls90/security/policy">
              <wssp:SupportedTokens>
                   <wssp:SecurityToken
                        TokenType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken">
                        <wssp:UsePassword
                             Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText" />
                   </wssp:SecurityToken>
              </wssp:SupportedTokens>
         </wssp:Identity>
    </wsp:Policy>
    Process WS-Security is setted to "yes".
    While debugging I see that all works fine - I can authenticate with defined credentials and breakpoints in proxy service flow works fine.
    But at the end I get the fault:
    Soap fault:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault>
    <faultcode>env:Server</faultcode>
    <faultstring>Unable to add security token for identity</faultstring>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    In console:
    <09.06.2010 17:39:18 MSD> <Error> <OSB Security> <BEA-387023> <An error ocurred during web service security inbound response processing [error-code: F
    ault, message-id: 1721282272521583996--57dc4ccc.1291cc2282d.-7fab, proxy: OSB Project WS-Security/WSSecurityService, operation: NewOperation]
    --- Error message:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault><faultcode>env:Server</faultcode><faultstring>Un
    able to add security token for identity</faultstring></env:Fault></env:Body></env:Envelope>
    weblogic.xml.crypto.wss.WSSecurityException: Unable to add security token for identity
    at weblogic.wsee.security.wss.SecurityPolicyDriver.processIdentity(SecurityPolicyDriver.java:175)
    at weblogic.wsee.security.wss.SecurityPolicyDriver.processOutbound(SecurityPolicyDriver.java:73)
    at weblogic.wsee.security.wss.SecurityPolicyDriver.processOutbound(SecurityPolicyDriver.java:64)
    at weblogic.wsee.security.WssServerHandler.processOutbound(WssServerHandler.java:88)
    at weblogic.wsee.security.WssServerHandler.processResponse(WssServerHandler.java:70)
    Truncated. see log file for complete stacktrace
    Incoming soap message is:
    <soapenv:Envelope      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header      xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <wsse:Security      soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken      wsu:Id="unt_TNNp0cBwU7HyPKoq" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsse:Username>testuser</wsse:Username>
    <wsse:Password      Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">testuser</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </soap:Header>
    <soapenv:Body>
    <wss:NewOperation      xmlns:wss="http://www.troika.ru/Enterprise/WSSecurityService/">
    <in>string</in>
    </wss:NewOperation>
    </soapenv:Body>
    </soapenv:Envelope>
    Edited by: Andrey L. on Jun 9, 2010 5:55 PM

    I thought you were getting that exception when accessing the proxy.
    No. Authentification works fine. Proxy body works fine. But at the end of proxy appears the exception.
    Sorry for my english - I tried to show this situation on image: http://imglink.ru/show-image.php?id=9c0e0c1719f00289faf11696c6703bc3
    Are you getting this exception when routing to a business service which is configured for WS-Security ??
    I don't use business service in this test project - only simple proxy service with all logic inside.
    PS transformation in replace action is very simple too:
    (:: pragma bea:global-element-parameter parameter="$newOperation1" element="ns0:NewOperation" location="WSSecurityService.wsdl" ::)
    (:: pragma bea:global-element-return element="ns0:NewOperationResponse" location="WSSecurityService.wsdl" ::)
    declare namespace ns0 = "http://www.troika.ru/Enterprise/WSSecurityService/";
    declare namespace xf = "http://tempuri.org/OSB%20Project%20WS-Security/Hello/";
    declare function xf:Hello($newOperation1 as element(ns0:NewOperation))
    as element(ns0:NewOperationResponse) {
    <ns0:NewOperationResponse>
    <out>Hello, { data($newOperation1/in) }!</out>
    </ns0:NewOperationResponse>
    declare variable $newOperation1 as element(ns0:NewOperation) external;
    xf:Hello($newOperation1)
    Edited by: Andrey L. on Jun 10, 2010 12:21 PM

  • Unable to add security token for identity

    Hi all,
    I am trying to implement a web service with username token authentication. I have defined the ws -policies in the wsdl, and checked the Process Security Header checkbox in the proxy configuration. But when I invoke the proxy through test console and pass the full soap envelope , I am getting an "Unable to add security token for identity" error
    This is how the soap header looks from the request document part of the test console:
         <soap:Header>
         <wsse:Security>
         <wsse:UsernameToken>
         <wsse:Username>xxxxx</wsse:Username>
         <wsse:Password      Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">yyyyyy</wsse:Password>
         </wsse:UsernameToken>
         </wsse:Security>
         </soap:Header>
         <soap:Body>
    I have configured the user at alsb security configuration and added an acces policy stating that the proxy can be accessed only by user "xxxx"
    Please help
    -Atheek

    Mostafa ,
    This points to a misconfiguration of your security. Possible causes are:
    * There is not a valid RSA key to sign the SAML token with.
    * The SAML CredentialMapper is missing
    * There is no Relying Party (rp) configured for SAML Credential Mapper that matches your producer
    * The producer is using User Name Token and you have no configured the DefaultCredentialMapper to allow for UserNameToken.
    Good Luck,
    Nate
    Edited by: user650654 on Sep 9, 2008 4:31 AM

  • Exception: Unable to add security token for identity

    Hi Friends,
    I was trying to add SAML tokens(Sender-Voucher Profile) to my web services. I configured WLS and ALSB with all Authentication settings but I get a SOAPFaultException when i run the client.
    javax.xml.rpc.soap.SOAPFaultException: Unable to add security token for identity
    I tried the following samples:
    https://codesamples.projects.dev2dev.bea.com/servlets/Scarab/remcurreport/true/template/ViewIssue.vm/id/S10/eventsubmit_dosetissueview/foo/resultpos/-1/nbrresults/0/action/ViewIssue/tab/2/readonly/false
    https://codesamples.projects.dev2dev.bea.com/servlets/Scarab/remcurreport/true/template/ViewIssue.vm/id/S203/nbrresults/39
    Is there any configuration on WLS that needs to be verified when we get this Exception "Unable to add security token for identity"??
    Any help is appreciated in this regard.
    Thanks,
    Kiran

    Hello Kiran,
    Is this problem resolved?. I am facing the same problem when i was trying to call a service .
    The exception i got is as follows:
    (D-113003875) server (IBwlpAdminServer) Method (com.zurich.ep.global.produc
    metadata.impl.ProductMetaDataServiceImpl.getAllProducts:234) ==> Host (D-113003
    75) server (IBwlpAdminServer) Method (com.zurich.ep.service.delegate.AbstractEx
    eptionHandler.logException:67)
    om.zurich.ep.exception.ServiceFailureException: SOAPFaultException - FaultCode
    {http://schemas.xmlsoap.org/soap/envelope/}Server] FaultString [Unable to add s
    curity token for identity] FaultActor [null]No Detail; nested exception is:
    javax.xml.rpc.soap.SOAPFaultException: Unable to add security token for
    dentity
    at com.zurich.ep.global.productmetadata.impl.ProductMetaDataServiceImpl.
    etAllProducts(ProductMetaDataServiceImpl.java:234)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    ava:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    orImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.zurich.ep.service.delegate.ServiceDelegateProxy.invoke(ServiceDel
    gateProxy.java:135)
    at $Proxy62.getAllProducts(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    ava:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    orImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.zurich.ep.service.delegate.ServiceAdapter.invoke(ServiceAdapter.j
    va:97)
    at $Proxy63.getAllProducts(Unknown Source)
    at com.zurich.ep.global.productmetadata.v20090601.ProductMetaDataService
    ortTypeImpl.getAllProducts(ProductMetaDataServicePortTypeImpl.java:119)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    ava:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    orImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at weblogic.wsee.component.pojo.JavaClassComponent.invoke(JavaClassCompo
    ent.java:99)
    at weblogic.wsee.ws.dispatch.server.ComponentHandler.handleRequest(Compo
    entHandler.java:64)
    at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.j
    va:127)
    at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDisp
    tcher.java:85)
    at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
    at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.j
    va:66)
    at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java
    44)
    at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseW
    Servlet.java:173)
    at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java
    92)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run
    StubSecurityHelper.java:223)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri
    yHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    :283)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    :175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    .run(WebAppServletContext.java:3245)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    Subject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    21)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    rvletContext.java:2003)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ntext.java:1909)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    va:1359)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    aused by: java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://sch
    mas.xmlsoap.org/soap/envelope/}Server] FaultString [Unable to add security toke
    for identity] FaultActor [null]No Detail; nested exception is:
    javax.xml.rpc.soap.SOAPFaultException: Unable to add security token for
    dentity
    at com.zurich.ep.service.delegate.AbstractExceptionHandler.logException(
    bstractExceptionHandler.java:67)
    at com.zurich.ep.service.delegate.client.WebServiceBusinessDelegate.invo
    e(WebServiceBusinessDelegate.java:260)
    at $Proxy61.getProductFunctionality(Unknown Source)
    at com.zurich.ep.global.productmetadata.impl.ProductMetaDataServiceImpl.
    etAllProducts(ProductMetaDataServiceImpl.java:201)
    ... 39 more
    aused by: javax.xml.rpc.soap.SOAPFaultException: Unable to add security token f
    r identity
    at weblogic.wsee.codec.soap11.SoapCodec.decodeFault(SoapCodec.java:265)
    at weblogic.wsee.ws.dispatch.client.CodecHandler.decodeFault(CodecHandle
    .java:106)
    at weblogic.wsee.ws.dispatch.client.CodecHandler.decode(CodecHandler.jav
    :91)
    at weblogic.wsee.ws.dispatch.client.CodecHandler.handleFault(CodecHandle
    .java:79)
    at weblogic.wsee.handler.HandlerIterator.handleFault(HandlerIterator.jav
    :254)
    at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.
    ava:224)
    at weblogic.wsee.ws.dispatch.client.ClientDispatcher.handleResponse(Clie
    tDispatcher.java:161)
    at weblogic.wsee.ws.dispatch.client.ClientDispatcher.dispatch(ClientDisp
    tcher.java:116)
    at weblogic.wsee.ws.WsStub.invoke(WsStub.java:89)
    at weblogic.wsee.jaxrpc.StubImpl._invoke(StubImpl.java:335)
    at com.zurich.ep.global.chassisauthorisation.v20090601.ChassisAuthorisat
    onServicePortType_Stub.getProductFunctionality(ChassisAuthorisationServicePortT
    pe_Stub.java:145)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    ava:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    orImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.zurich.ep.service.delegate.client.WebServiceBusinessDelegate.invo
    e(WebServiceBusinessDelegate.java:225)
    ... 41 more
    aused by: weblogic.xml.crypto.wss.WSSecurityException: Unable to add security t
    ken for identity
    at weblogic.wsee.security.wss.SecurityPolicyDriver.processIdentity(Secur
    tyPolicyDriver.java:175)
    at weblogic.wsee.security.wss.SecurityPolicyDriver.processOutbound(Secur
    tyPolicyDriver.java:73)
    at weblogic.wsee.security.WssClientHandler.processOutbound(WssClientHand
    er.java:69)
    at weblogic.wsee.security.WssClientHandler.processRequest(WssClientHandl
    r.java:53)
    at weblogic.wsee.security.WssHandler.handleRequest(WssHandler.java:72)
    at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.j
    va:127)
    at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.j
    va:100)
    at weblogic.wsee.ws.dispatch.client.ClientDispatcher.dispatch(ClientDisp
    tcher.java:101)
    ... 49 more
    Thanks,
    JK

  • Unable to find security data

    Hello,
    I am trying a scenario file--> xi ---> RFC , does anybody know what this message means. The problem appear when I send a flat file to XI.  My question is, do I need to make some extra settings ?
    This is the error am getting.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Technical Routing
      -->
    - <SAP:ErrorHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">
      <SAP:Context />
      <SAP:Code p1="Intromoto_bus,zempiface/http://empinfo.com" p2="sap_bus,ZHRONBOARD_ACCEPT/urn:sap-com:document:sap:rfc:functions" p3="" p4="">PHYROU.UNDEFINED_SECURITY</SAP:Code>
      <SAP:Text language="EN">Technical routing: Unable to find security data for sender Intromoto_bus,zempiface/http://empinfo.com for receiver sap_bus,ZHRONBOARD_ACCEPT/urn:sap-com:document:sap:rfc:functions</SAP:Text>
      </SAP:ErrorHeader>
    Rgds,
    Ram Sri

    Hi,
    but then, the error message is very concise. The security object in the integration directory with the key:
    Send:
    Intromoto_bus
    zempiface
    http://empinfo.com
    Rec:
    sap_bus
    ZHRONBOARD_ACCEPT
    urn:sap-com:document:sap:rfc:functions
    is missing. You need to create it in the directory.
    Regards,
    Hermann

  • Unable to find security data for sender

    Hello, does anybody know what this message means. The problem appear when I send an Idoc to XI. Other interfaces (Master data) are working properly. My question is, do I need to make some extra settings for the transactional data interfaces (SHPMNT)?
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Technical Routing
      -->
    - <SAP:ErrorHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">
      <SAP:Context />
      <SAP:Code p1="sapdev222,SHPMNT.SHPMNT05/urn:sap-com:document:sap:idoc:messages" p2="VENDORMASTER_WOLTERKLUWER_ERP_BE,IDZ0001_DeliveryReplicate_IB/http://wolterskluwer.com/xi/midas_deliveries" p3="" p4="">PHYROU.UNDEFINED_SECURITY</SAP:Code>
      <SAP:Text language="EN">Technical routing: Unable to find security data for sender sapdev222,SHPMNT.SHPMNT05/urn:sap-com:document:sap:idoc:messages for receiver VENDORMASTER_WOLTERKLUWER_ERP_BE,IDZ0001_DeliveryReplicate_IB/http://wolterskluwer.com/xi/midas_deliveries</SAP:Text>
      </SAP:ErrorHeader>
    regards
    Ernesto Duran

    HI,
    i am also getting the same error in my scenario. Could u plz inform me what is the solution?
    Rgds,
    Ram Sri

  • Unable to configure reporting services on Web(sharepoint) server where DB(SQL )server is insatlled on another machine.

    Hi Team,
    We have reporting services and sharepoint 2010 installed on one server and DB(Sql server2008 R2 )server installed on another machine. But we are unable to configure reporting(SSRS) on the web(sharepoint)server. Is there any similar configuration
    done on any of your environments and can you please suggest us the workround/resolution.
    Regards,
    Sobha Muyida

    Hi ,
    Iam unable to insert the image/error screenshot here as I have created the account yesterday which throws me email verification error. Though , I have given the error details above. Please suggest accordingly. PFB the details again :
    while building OLAP cube, we are facing below errors with build failure. And DB server is running fine.
    ===== Initiating OLAP database build process =====
    [6/10/2014 12:03 PM] Cube build request message has been added to the Project Server queue
    ===== Verifying and running pre-build server event handler =====
    [6/10/2014 12:04 PM] Verifying and running pre-build server event handler
    ===== Determining database and OLAP database structure =====
    [6/10/2014 12:04 PM] Cube build initialization started
    [6/10/2014 12:04 PM] OLAP database and cube structure was determined successfully
    ===== Building database and cubes =====
    [6/10/2014 12:04 PM] Cube build session started
    ===== Process Completed =====
    [6/10/2014 12:04 PM] Failed to build the OLAP cubes. Error: Failed to connect to the Analysis Services server ServerName. Error: A connection cannot be made. Ensure that the server is running.
    Regards,
    Sobha

  • Adobe plugin for Outlook in 2013 unable to configure to load at startup

    Windows 7 Pro, Office 2013 Home and Business
    I don't see a registry key for the plugin, there's no properties in Outlook for the plugin
    Manually loads properly and functions properly, however unable to configure it to load when Outlook starts.
    Any ideas?

    Hi jeremyh77032804,
    Please open Outlook and go to 'Tools > Options > Add-Ins' and select 'COM Add-ins' option under Manage label and click Go.
    From the new dialog box that appears, select Acrobat PDFMaker Office COM Addin and click OK.
    Also, please confirm the location of PDFMaker add-in is under "C:\Program Files (x86)\Adobe\Acrobat 11.0\PDFMaker\Mail\Outlook"
    Do you have the administrative privileges to this location specified above?
    Please let me know.
    Regards,
    Anubha

  • UNABLE TO CONFIGURE ODSM(oracle directorey service manager_

    Hi ,
    I am unable to configure ODSM with weblogic and getting the following error
    "ERROR while deploying the application ODSM
    cause:
    An internal operation has failed :weblogic.management.DeploymentException:[J2EE:160149]Error while processing library refrences ,unresolved application library refrences defined in weblogic-application.xml:[Extension adf.oracledomain.com)
    Thanks
    Giridhar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Giri,
    Install the Java Required Files (JRF) in the Managed Server where you want to deploy your
    application to.
    NB: Java Required Files (JRF) consists of those components not included in the Oracle WebLogic
    Server installation and that provide common functionality for Oracle business applications and
    application frameworks. They include the ADF Runtime Libraries.
    Regards,
    Kal

  • How to configure Security services in OSB 11g..

    We are integration OSB with BANK application, we will be using SSL certificate for the same.
    Please help how to configure security policy in OSB.
    I checked below link policy defination
    http://tim.blackamber.org.uk/?p=825
    but in OSB proxy service we are not able see Policy button.
    Please help.
    Thanks,
    Mihir

    Please post your query in SOA Suite forum -
    SOA Suite
    Regards,
    Anuj

  • Am getting this message when i try to play music " unable to configure network stream"

    am getting this message when i try to play music " unable to configure network stream"

    Hold on... advice to someone downloading from 1337x !!!
    Until I saw your comment and googled the term, I had no idea that this was a "downloaded" file. I assumed the "1337x" reference was to dimensions/resolution and Noir referred to genre. (I.e., I use similar notations the differentiate files compressed for TV playback comparisons.) In any case, the advice is the same irrespective of the source.
    er, isn't it illegal to download movies ?
    Not necessarily. Thousands of movies are probably downloaded daily as legal purchases from such vendors as iTunes. Thousands more are available for free in the public domain, open source/community videos listings, and under Creative Commons Licensing. In short, there are many legal sources of downloadable content and you should not automatically jump to the conclusion that everyone is a crook.

  • Unable to validate security for resource 'EXTRANETLOOK'

    We have UCM 10gR3 installed. We have Extranetlook component installed along with WebDAV. Currently when the users take any action that they don't have privilege to, they come accross Unable to validate security for resource 'EXTRANETLOOK'error message. Before it use to give exact error message so that it was easy for us to troubleshoot. Recently due to some changes in the settings in the system, we started seeing this error message instead of actual error message something like Unable to retrieve page. User 'abc ' does not have sufficient privileges. Is there a way to suppress thie Extrenet look error message so that the actual message comes through?
    thanks,

    Thanks for the response Bernhard. I'd like to address some of the points you mentioned:
    possibly you have not the permissions to add resources
    -I am an owner of both the PWA and the project subsite
    there are no resources inside your project plan (you have to use the "Build Team" in the Ribbon)
    -I checked the "Build Team" list and confirmed there are a dozen users in there
    not each view allows you to edit each field
    -I've tried switching views and noticed that there are other fields that I cannot add values into including: Actual Start, Actual Finish, Baseline Finish, % Work Complete. I am able to change the Task Name, Start, Finish.
    Very strange problem. Im still doing development on it but obviously cant roll this into production when users cannot add information to tasks.

  • Configure security with principals.xml

    Hello!
    I'm trying to configure security in Oracle IAS 9.0.4. I have two applications into an OC4J instance. I've configured an admin user with RMI connection permission in the intance's principals.xml file. I've configured another admin user with RMI connection permission in each of the applications' principals.xml.
    One of the applications is trying to connect via JMS to other's queue, but it can't. If I execute a Junit external test, I get an invalid username/password error, but from the first application I get an NameNotFoundException because it says it can't locate my ConnectionFactory class.
    I've configured the ConnectionFactory class and queue properly in instance's jms.xml file.
    I have two questions. First question is why I get different error messages depending from where I try to connect to? Second question is what's the better way to configure security with principals.xml if I want to share user's configuration across applications inside an OC4J instance?
    I have to mention that with an OC4J standalone deployment I had no problem and all worked fine, so I suspect I've missconfigured something at IAS, but I didn't found any document explaining inheritance clearly neither principals.xml at instance - applications context.
    Thank you in advance.
    Eva.

    We don't use principals.xml any more and have adopted the use of the JAAS, via our implementation which goes under the moniker of JAZN.
    I'd have a peruse through the OC4J Security guide as a good starting point:
    http://download.oracle.com/docs/cd/B32110_01/web.1013/b28957/toc.htm
    The general J2EE doc library is here:
    http://download.oracle.com/docs/cd/B32110_01/web.htm
    -steve-

  • How to configure security realm for Active Directory ?

    Hi,
    Can any body suggest how to configure security realm in weblogic 8.1
    I have simple login page where in user can enter his credentials, and i have MS-Active Directory where we maintain all users.
    users who loged into web application has to be authenticated from Active Directory.
    please suggest what are the steps that we need to follow
    thanks in advance

    Hi Sankar,
    You can login to the weblogic server admin console and create a new realm.
    Once you have created the realm you can add the authentication provider.You add the Active Authentication Provider.But you must have the the configuration inforamation of MS AD.You can read my blog http://dev2dev.bea.com/blog/bishnu_kumar/
    where the integration is with iPlanet LDAP.Steps will be similar.
    You must have a login portlet in your portal application and that should have been in accordance with j2ee security standards.For example you may use basic authentication or userlogin control or p13n API
    Regards
    Bishnu

Maybe you are looking for

  • Exporting Quicktime Interactive to Windows BUG - Fixed in Keynote 3 ???

    There is a problem I have exporting from Keynote 2 to QT on Windows: When the slide advances - a browser window opens and an error comes up "File not found". There was a whole discussion a year ago I found about people having this crippling and annoy

  • How to use custom component configuration

    Hi Experts, For a standard webdynpro object I have created a new z component configuration by copying from existing one. In the standard there are already 2 existing component configuration. This webdynpro does not have any application created so I a

  • Apex_collection not being updated?

    Dear all, I have created a collection. When i fill a value and click on the 'vorige' button, i'm being diirected to a different page. When i come back to the page with my collection, I don't see the values I've inserted. I have searched the forum, an

  • Solution Manager weblogs on SDN by Me

    Dear All, Kindly find the Solution Manager Weblogs on SDN by me. => SAP Solution Manager - Roadmaps Introduction (Part I) /people/sapna.modi/blog/2007/05/06/sap-solution-manager--roadmaps-introduction-part-i =>SAP Solution Manager - A Concern Area /p

  • Importing movies to imovie

    I have imovie 9. When I first got the laptop with imovie, I was importing movies just fine. Now when I try to import, the viewer screen inside the program does not show the video. Also when it is importing movies, the time meter does not run and the