How to use X.509 secure PI?

I think that X.509 provides the maximum security for communication.
We want to know how to use X509 wherever it is possible in PI.
Would you please provide some blogs?  Thanks!

Hello Tina,
Watch this threads these will be use ful information
Use X.509, SNC and SSL for PI communication channels
Re: Using X.509 client certificates Logon for SAPGUI
WS-Security with PI 7.1
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d07121-07a5-2c10-5280-a081de9b851c?quicklink=index&overridelayout=true
if you think valueble in your requirment then give me the points !
Regards,
Ravi.

Similar Messages

  • I am stuck in how to use ldapsearch against secured DS instance

    I have tried so hard on using ldapsearch against secured DS or DPS. Even there are many similar threads in this forum, I am still no lucky to make it out. The common error I got is -8174: bad database. Anybody can help to make it simple and clear?
    I am referring 6.3.
    Thanks!
    Shelly
    Edited by: sun_iplanet on Aug 7, 2008 9:45 AM

    I did some googling and found this. It's not specifically related to ldapsearch, but it seems like a general SSL issue.
    from: http://forums.mozillazine.org/viewtopic.php?f=39&t=41044
    -- start snip ---
    It sounds like you have a configuration problem.
    "Another file needs to accompany the certificate database. This is the security module KEY3.DB file. It should be copied from the Netscape profile directory to the same location as the certificate database used for the query. Together, the CERT7.DB and KEY3.DB files provide the information the utility requires for SSL connections. If you receive a -8174 error, it is likely that these files were not copied correctly, or that their contents are not correct."
    -- end snip ---
    can you look in the directory that contains your cert8.db and make sure there's a key3.db file in there, too?

  • How to use Item Level security

    I am working on portal 9.0.2.6.18.
    I have a folder with 1000 items. I want to grant groupA
    access to 997 items and
    (Group B,GroupA) access to 3 items.
    How do i do this.
    Here is what i tried:
    1.enabled item level security on folder
    2.granted folder level access to groupA and groupB
    3.Changed access of 997 items to grant access to GroupA
    4.Did nothing to the 3 items which i wanted to give access to GroupA,GroupB
    Is there a better way of achieving this?
    I am not really comfortable granting folder level access to groupB, because if i miss overwriting privileges of an item (in step 3), then groupB will have access to that item. I would love to change just 3 items because they are the exception.
    How is this feature supposed to be used?
    Thanks
    Harish

    Martin,
    Thanks for the reply. I just cited 1000 items folder as an example. We have various complex combination of security requirements for folders and items. So creating sub-folders for each combination will not work for me.
    Everytime the security requirements change we have to move the items around, which can confuse users. And sometimes we have to create sub-folders to workaround the item-level security problems even when there is no logical business classification to a set of items.
    Harish

  • How to Use the Oracle Security (dynamic connection)  ADF Struts ?

    Hello All
    I need to use the security from Oracle in my application, I mean I use a connection to my DB , but This connection would have to be dynamic, I have to create different users with grants to my tables , and The users would have to connect to my application directly , I read something in the forum , but I'm not sure if it's possible , because I have appmodule created and they are connected to a same user. I need this be dynamic Could I use do This?. Someone have the same requirement?. Someone can help me , pleaser, Urgent!!
    Thanks all.
    Regards.

    Hello
    We were banging our heads on a similar thing, maybe this will help
    We needed to convert the wrapped connection to an OracleConnection so that we could do a proxy switch, but maybe you could apply it to your situation anyway
    1-you have to convert the Connection object to an OracleConnection in order to use the method that does the proxy switch
    The method to do this is getInnermostDelegate()
    Once you call this method, you get a new Connection object that can be cast to an OracleConnection object
    See below for the snippet of code
    // now switch the user and reselect
    if (conn instanceof DelegatingConnection) {
    properties.put("PROXY_USER_NAME","peter/peter");
    oraConn =((DelegatingConnection)conn).getInnermostDelegate();
    if (oraConn == null)
    out.println("oraConn is null\n");
    ((OracleConnection)oraConn).openProxySession(OracleConnection.PROXYTYPE_USER_NAME,properties);
    2-you have to put a setting in the xml file in conf/Catalina/localhost that allows you to call the getInnermostDelegate() method
    By default, Tomcat does not allow you to call this method, it will always return null
    You have to change the xml to allow it to return an object
    It seems that WebSphere and Tomcat both frown on vendor-specific methods that do not comply with the JDBC standards, but do allow it
    Here is the setting:
    <parameter>
    <!-- NOTE: This is necessary to enable access to the Oracle connection object -->
    <name>accessToUnderlyingConnectionAllowed</name>
    <value>true</value>
    </parameter>
    Note, this setting was also put in the conf/server.xml file
    Thanks
    Peter

  • How to Use JDeveloper to Secure and Test a Web Service

    When I try this tutorial "http://www.oracle.com/technology/products/jdev/howtos/1013/wssecure/10gwssecurity_howto.html", I get this exception:
    javax.xml.rpc.soap.SOAPFaultException: The security token could not be authenticated or authorized
         at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:578)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:400)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:113)
         at client.proxy.runtime.MyWebService1SoapHttp_Stub.echoMe(MyWebService1SoapHttp_Stub.java:78)
         at com.cmaxwell.secure.MyWebService1SoapHttpPortClient.echoMe(MyWebService1SoapHttpPortClient.java:42)
         at com.cmaxwell.secure.MyWebService1SoapHttpPortClient.main(MyWebService1SoapHttpPortClient.java:31)
    Process exited with exit code 0.
    What am I doing wrong?

    Username and password are "albert" as it is written in the part "Run the Client". The version of JDeveloper is "10.1.3.4.0.4270". The exception scenarios do not help me in this case. I get the exception on this line:
    myPort.echoMe("testing secure service");

  • How to implement row level security?

    Hi all,
    There is a database which is for 3 companies to use it and how to use row level security to make sure that they can only manipluate their own data? For example, "employee" table, for each company they just can see their own employees information. How to use dynamic view to do it?
    Many Thanks
    Amy

    Here are two options to achieve what you want.
    A. You can do this by coding, that's if you are ready to. Are you? If yes then try the steps below:
    1. create a security codes table. Say for example
    001 - company a
    002 - company b
    2. create a security table that will list all users and which company they should have access to. You can also implement this by roles.
    3. alter all tables in the application schema to add a security code column. This will be a foreign key reference to table created in 1 above.
    4. update all data in the tables according to which company they belong to.
    5. write a procedure or package that does a validity check whenever a user requests for data. This procedure/package determines which company data the user has access/rights to.
    With this, you should be able to achieve what you want if you do not want to spend on VPD and FGAC. The problem comes where there are users who would have cross access to data from both companies. In this regard, then you have to modify your security table a little bit to handle this.
    B. This option i will admit is not so clean. You can also achieve this by two different views for every table in the application schema. And on each of these views, create a private synonym for every user. For illustration purposes:
    Table name = Employee.
    Create a view employee_a on employee
    create a view employee_b on employee
    Let's say you have users x and y. X has access to employees of company a and y has access to employees of company b. You can now create private synonyms for each of these users as follows:
    create synonym employee on employee_a in x schema.
    create synonym employee on employee_b on y schema.
    This i have not tried but believe should work.
    Hope one of these options serve your purpose.

  • How to use secure connection parameter in file adapter

    Hi all,
    I have scenario like FIle to file using ftp protocal over secure connection(FTPS).
    i have some doubts like for doing this interface wat infromation i required from my client.
    iam able see the option FTPS(FTP USE SSL\TLS) for control connection & control and data conncetions.
    if i check the use X.509 certificate for the client authentication
        kestore (in the list i can see the some entrys for private keys )
        X.509 certificate & private key(i can also see some entries for private key  here )
    my question am i use the this existing private key & certificates?
    if yes which keys & certificates i have to use.
    if no wat  information i need like private key & certicates from client & how we installed those in the keystore providing by visual admin.
    For appearing those entrys in value list of the above parameters key store & X.509 certificate & private key.
    please let me know any basis activity involved over here other than keystore deployemnet.
    please correct me if any thing wrongly mentioned.
    Thanks in Advance.
    Edited by: katakoti on Jul 7, 2011 7:36 AM

    HI Reddy ,
    i already read that blog it nice blog. Few my doubts clarfied while reading the that blog.
    my quetion is like weathe  can we use "service_ssl" key sotre entry for any client FTP server for sending the encrypted files?.
    i mean those entries in the keystore  &  X.509 Certificate and Private Key  stanrd  or client(sender or reciver) FTP specific
    what deatils we require to do this scenario from client end & security team or basis team(firewall configuration like that).

  • How to install MSFT application security updates in cab file format using DISM

    Hi,
    I tried to install security updates for MS Office which are cab files like any other windows security updates cab file. It is giving an error called "file not found". But other windows security updates cab files are installing fine without any error.
    I tried to install these updates manually using DISM on commandline. It is not installing. I even tried using pkgmgr.exe, but that is not working either. I looked at DISM logs which is saying it failed opening the cab file. I tried different other commandline
    options of DISM to install this, but nothing else is suitable for a cab file install.
    Does anyone know how to install a cab file for application security updates via DISM.exe or other MSFT commandline tools?
    Thanks,
    ANSA
    DISM log:
    =======
    2015-02-25 14:42:59, Info                  DISM   PID=4916 Scratch directory set to 'C:\Windows\TEMP\'. - CDISMManager::put_ScratchDir
    2015-02-25 14:42:59, Info                  DISM   PID=4916 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadImageSession
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Failed to get and initialize the PE Provider.  Continuing by assuming that
    it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Provider has previously been initialized.  Returning the existing instance.
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Provider has previously been initialized.  Returning the existing instance.
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Manager: PID=4916 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Provider has previously been initialized.  Returning the existing instance.
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE:
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE:
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=amd64, Number of processors=4
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Executing command line: "C:\Windows\System32\Dism.exe" /online /add-package /packagepath:"C:\ProgramData\Application
    Data\Autonomic\ANSA Patch Manager\_Installs\mscomctlocx-x-none_8699d53bec82460b948612f4f35d2f6a0ad018f4.cab" /ignorecheck /norestart
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Getting Provider FolderManager - CDISMProviderStore::GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Provider has not previously been encountered.  Attempting to initialize the
    provider. - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Loading Provider from location C:\Windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Getting Provider FolderManager - CDISMProviderStore::GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=4916 Provider has previously been initialized.  Returning the existing instance.
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Manager: PID=4916 Successfully loaded the ImageSession at "C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B"
    - CDISMManager::LoadImageSession
    2015-02-25 14:42:59, Info                  DISM   DISM Image Session: PID=11836 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has not previously been encountered.  Attempting to initialize the
    provider. - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Loading Provider from location C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\OSProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Connecting to the provider located at C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\OSProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM OS Provider: PID=11836 Defaulting SystemPath to C:\ - CDISMOSServiceManager::Final_OnConnect
    2015-02-25 14:42:59, Info                  DISM   DISM OS Provider: PID=11836 Defaulting Windows folder to C:\Windows - CDISMOSServiceManager::Final_OnConnect
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has not previously been encountered.  Attempting to initialize the
    provider. - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Loading Provider from location C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\LogProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Connecting to the provider located at C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\LogProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Getting Provider OSServices - CDISMProviderStore::GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has previously been initialized.  Returning the existing instance.
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has not previously been encountered.  Attempting to initialize the
    provider. - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Loading Provider from location C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\PEProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Warning               DISM   DISM Provider Store: PID=11836 Failed to Load the provider: C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\PEProvider.dll.
    - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Failed to get and initialize the PE Provider.  Continuing by assuming that
    it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has previously been initialized.  Returning the existing instance.
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Manager: PID=4916 Image session successfully loaded from the temporary location: C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B
    - CDISMManager::CreateImageSession
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Getting Provider OSServices - CDISMProviderStore::GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has previously been initialized.  Returning the existing instance.
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  CSI    00000001 Shim considered [l:256{128}]"\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_OBJECT_PATH_NOT_FOUND
    2015-02-25 14:42:59, Info                  CSI    00000002 Shim considered [l:250{125}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_SUCCESS
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Target image information: OS Version=6.1.7601.17592, Image architecture=amd64
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has not previously been encountered.  Attempting to initialize the
    provider. - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Loading Provider from location C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\CbsProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Connecting to the provider located at C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\CbsProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  CSI    00000001 Shim considered [l:256{128}]"\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_OBJECT_PATH_NOT_FOUND
    2015-02-25 14:42:59, Info                  CSI    00000002 Shim considered [l:250{125}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_SUCCESS
    2015-02-25 14:42:59, Info                  DISM   DISM Package Manager: PID=11836 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize
    2015-02-25 14:42:59, Info                  CSI    00000001 Shim considered [l:256{128}]"\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_OBJECT_PATH_NOT_FOUND
    2015-02-25 14:42:59, Info                  CSI    00000002 Shim considered [l:250{125}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_SUCCESS
    2015-02-25 14:42:59, Info                  DISM   DISM Package Manager: PID=11836 CBS is being initialized for online use. More information about CBS actions can
    be located at: %windir%\logs\cbs\cbs.log - CDISMPackageManager::Initialize
    2015-02-25 14:42:59, Info                  DISM   DISM Package Manager: PID=11836 Loaded servicing stack for online use only. - CDISMPackageManager::RefreshInstanceAndLock
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has not previously been encountered.  Attempting to initialize the
    provider. - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Loading Provider from location C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\MsiProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Connecting to the provider located at C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\MsiProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has not previously been encountered.  Attempting to initialize the
    provider. - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Loading Provider from location C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\IntlProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Connecting to the provider located at C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\IntlProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has not previously been encountered.  Attempting to initialize the
    provider. - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Loading Provider from location C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\DmiProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Connecting to the provider located at C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\DmiProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  CSI    00000001 Shim considered [l:256{128}]"\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_OBJECT_PATH_NOT_FOUND
    2015-02-25 14:42:59, Info                  CSI    00000002 Shim considered [l:250{125}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_SUCCESS
    2015-02-25 14:42:59, Info                  DISM   DISM OS Provider: PID=11836 Successfully loaded the hive. - CDISMOSServiceManager::DetermineBootDrive
    2015-02-25 14:42:59, Info                  DISM   DISM Driver Manager: PID=11836 Further logs for driver related operations can be found in the target operating
    system at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has not previously been encountered.  Attempting to initialize the
    provider. - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Loading Provider from location C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\UnattendProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Connecting to the provider located at C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\UnattendProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has not previously been encountered.  Attempting to initialize the
    provider. - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Loading Provider from location C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\SmiProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Connecting to the provider located at C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\SmiProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has not previously been encountered.  Attempting to initialize the
    provider. - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Loading Provider from location C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\TransmogProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Connecting to the provider located at C:\Windows\TEMP\7D6E845E-B72B-4EAC-B1F4-E853B46FBB3B\TransmogProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has previously been initialized.  Returning the existing instance.
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Getting Provider DISM Unattend Manager - CDISMProviderStore::GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has previously been initialized.  Returning the existing instance.
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Package Manager
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Package Manager.
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: OSServices
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: MsiManager
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: MsiManager.
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: IntlManager
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: IntlManager.
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DriverManager
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DriverManager.
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager.
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: SmiManager
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Edition Manager
    2015-02-25 14:42:59, Info                  DISM   DISM Transmog Provider: PID=11836 Current image session is [ONLINE] - CTransmogManager::GetMode
    2015-02-25 14:42:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Edition Manager.
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Provider has previously been initialized.  Returning the existing instance.
    - CDISMProviderStore::Internal_GetProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Package Manager: PID=11836 Processing the top level command token(add-package). - CPackageManagerCLIHandler::Private_ValidateCmdLine
    2015-02-25 14:42:59, Info                  DISM   DISM Package Manager: PID=11836 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine
    2015-02-25 14:42:59, Info                  DISM   DISM Package Manager: PID=11836 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine
    2015-02-25 14:42:59, Info                  DISM   DISM Package Manager: PID=11836 Encountered the option "packagepath" with value "C:\ProgramData\Application
    Data\Autonomic\ANSA Patch Manager\_Installs\mscomctlocx-x-none_8699d53bec82460b948612f4f35d2f6a0ad018f4.cab" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine
    2015-02-25 14:42:59, Error                 DISM   DISM Package Manager: PID=11836 Failed opening package. - CDISMPackageManager::Internal_CreatePackageByPath(hr:0x80070002)
    2015-02-25 14:42:59, Error                 DISM   DISM Package Manager: PID=11836 Failed to get the underlying CBS package. - CDISMPackageManager::OpenPackageByPath(hr:0x80070002)
    2015-02-25 14:42:59, Error                 DISM   DISM Package Manager: PID=11836 Failed to open the package at location: "C:\ProgramData\Application Data\Autonomic\ANSA
    Patch Manager\_Installs\mscomctlocx-x-none_8699d53bec82460b948612f4f35d2f6a0ad018f4.cab" - CPackageManagerCLIHandler::ProcessPackagePath(hr:0x80070002)
    2015-02-25 14:42:59, Error                 DISM   DISM Package Manager: PID=11836 Failed while processing command add-package. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80070002)
    2015-02-25 14:42:59, Info                  DISM   DISM Package Manager: PID=11836 Further logs for online package and feature related operations can be found at
    %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine
    2015-02-25 14:42:59, Error                 DISM   DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=80070002
    2015-02-25 14:42:59, Info                  DISM   DISM Image Session: PID=11836 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Package Manager: PID=11836 Finalizing CBS core. - CDISMPackageManager::Finalize
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Disconnecting Provider: DISM Package Manager - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Found the OSServices.  Waiting to finalize it until all other providers are
    unloaded. - CDISMProviderStore::Final_OnDisconnect
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Finalizing the servicing provider(MsiManager) - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Disconnecting Provider: MsiManager - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Finalizing the servicing provider(IntlManager) - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Disconnecting Provider: IntlManager - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Found the PE Provider.  Waiting to finalize it until all other providers
    are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Finalizing the servicing provider(DriverManager) - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Disconnecting Provider: DriverManager - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Finalizing the servicing provider(DISM Unattend Manager) - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Disconnecting Provider: DISM Unattend Manager - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Found the OSServices.  Waiting to finalize it until all other providers are
    unloaded. - CDISMProviderStore::Final_OnDisconnect
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Finalizing the servicing provider(SmiManager) - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Disconnecting Provider: SmiManager - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Finalizing the servicing provider(Edition Manager) - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Disconnecting Provider: Edition Manager - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Releasing the local reference to OSServices. - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Disconnecting Provider: OSServices - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:42:59, Info                  DISM   DISM Provider Store: PID=11836 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:43:00, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2015-02-25 14:43:00, Info                  DISM   DISM.EXE:
    2015-02-25 14:43:00, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2015-02-25 14:43:00, Info                  DISM   DISM.EXE:
    2015-02-25 14:43:00, Info                  DISM   DISM Image Session: PID=4916 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
    2015-02-25 14:43:00, Info                  DISM   DISM Provider Store: PID=4916 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2015-02-25 14:43:00, Info                  DISM   DISM Provider Store: PID=4916 Found the OSServices.  Waiting to finalize it until all other providers are
    unloaded. - CDISMProviderStore::Final_OnDisconnect
    2015-02-25 14:43:00, Info                  DISM   DISM Provider Store: PID=4916 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider

    You need to extract and install it - Refer this link
    http://blogs.technet.com/b/askcore/archive/2011/02/15/how-to-use-dism-to-install-a-hotfix-from-within-windows.aspx
    Regards Chen V [MCTS SharePoint 2010]

  • How to use security roles in Weblogic server?

    Hello Gurus,
    I am new to Weblogic server and I am trying to investigate how to make
    use of security roles in weblogic server (5.1.0). Can anyone point me
    to some documentation. Specifically, I am looking for instance level,
    and method level security and how to use it.
    Thanks for taking your time to read this e-mail.
    Thank You all in advance,
    Hari.

    You should read the security information in the Servlet 2.2 specification
    that WL 5.1 implements:
    http://java.sun.com/products/servlet/download.html
    Chapter 11 deals with declarative and programmatic security, and includes a
    section on roles:
    11.4 Roles
    A role is an abstract logical grouping of users that is defined by the
    Application Developer or
    Assembler. When the application is deployed, these roles are mapped by a
    Deployer to security
    identities, such as principals or groups, in the runtime environment.
    A servlet container enforces declarative or programmatic security for the
    principal associated with
    an incoming request based on the security attributes of that calling
    principal. For example,
    1. When a deployer has mapped a security role to a user group in the
    operational environment. The
    user group to which the calling principal belongs is retrieved from its
    security attributes. If the
    principal's user group matches the user group in the operational environment
    that the security
    role has been mapped to, the principal is in the security role.
    2. When a deployer has mapped a security role to a principal name in a
    security policy domain, the
    principal name of the calling principal is retrieved from its security
    attributes. If the principal is
    the same as the principal to which the security role was mapped, the calling
    principal is in the
    security role.
    Cameron Purdy
    http://www.tangosol.com
    "Hari" <[email protected]> wrote in message
    news:[email protected]..
    Hello Gurus,
    I am new to Weblogic server and I am trying to investigate how to make
    use of security roles in weblogic server (5.1.0). Can anyone point me
    to some documentation. Specifically, I am looking for instance level,
    and method level security and how to use it.
    Thanks for taking your time to read this e-mail.
    Thank You all in advance,
    Hari.

  • How to use BEA Security API to build ownuser admin

    Hello,
    I want to build my own interface for a user admin module (create user, get role
    names, etc) by using the BEA security API. I have been looking through the Javadocs
    but can't find the key to how to start it, meaning what are the basic steps to
    begin (e.g. first get connection to server bean, then create some generic bean,
    etc etc).
    Has anyone doen this?
    Thanks - peter

    On 13 Feb 2004 04:34:28 -0800, Peter Len <[email protected]> wrote:
    >
    Hello,
    I want to build my own interface for a user admin module (create user,
    get role
    names, etc) by using the BEA security API. I have been looking through
    the Javadocs
    but can't find the key to how to start it, meaning what are the basic
    steps to
    begin (e.g. first get connection to server bean, then create some
    generic bean,
    etc etc).
    Has anyone doen this?
    Thanks - peterI'm not sure I understand exactly what you're trying to do. WebLogic
    Server has a model where application code runs in the containers and the
    containers call into the security framework where authentication and
    authorization is handled by plug-in modules. Are you attempting to build
    one of those plug-in modules? Are you trying to write an ejb or a
    servlet?
    PaulF
    Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

  • Web service Security using X.509 certificate

    Hi All,
    I have a web service deployed on the SAP Web AS J2EE.
    I want to include Authentication option in my web service
    I have configured the settings for using X.509 certificate(HTTPS) in my
    web service configuration and similarly I've configured my client proxy
    for the same.
    My question is..... from where do I get the X.509 certificate?
    actually I have the .crt and .der files, which I created from
    the visual administrator.
    And also do I need to install anything on my SAP server
    in order to use the authentication service? (Any prerequisite)
    Thanks,
    Talimeren

    Hi Talimeren,
    when you want to use certificates you have to setup SSL which you've started already. You have to get and import a server certificate which authenticates the server while the client creates a SSL connection. The cert has to assigned to the SSL port. For NW04 you can find the guide here http://help.sap.com/saphelp_nw04/helpdata/en/f1/2de3be0382df45a398d3f9fb86a36a/frameset.htm
    If you want client authentication by certificates as well you have to import at least one root certificate from a certficate authority (CA) which you trust and by which all user certificates are signed.
    SAP delivers the IAIK library for WebAS security, but this depends on your WebAS version and installation. I suggest you setup SSL and try to make a connection. If the connection can be made, the security library should be there.
    HTH
    Daniel
    Message was edited by: Correct Link
            Daniel Sass

  • How do i change my security questions? And if the email i used is no longer there how can i change it?

    Okay so I am trying to purchase something but it will not let me unless i have those questions, and i dont remember any of the answers.. But when i tried sending it to my email, i disactivated the one that it was sending all the answers to.. So how can i change it to where i can send it to an active email account?

    The Three Best Alternatives for Security Questions and Rescue Mail
        1. Use Apple's Express Lane.
              Go to https://expresslane.apple.com ; click 'See all products and services' at the
              bottom of the page. In the next page click 'More Products and Services, then
              'Apple ID'. In the next page select 'Other Apple ID Topics' then 'Forgotten Apple
              ID security questions' and click 'Continue'. Please be patient waiting for the return
              phone call. It will come in time depending on how heavily the servers are being hit.
         2.  Call Apple Support in your country: Customer Service: Contacting Apple for support or
              Apple ID- Contacting Apple for help with Apple ID account security. Ask to speak to
              Account Security.
         3.  Rescue email address and how to reset Apple ID security questions.
    How to Manage your Apple ID: Manage My Apple ID

  • How to use security zone in WebDynpro

    Hi.
    I want to use security zone in WebDynpro for java like PDK.
    Is it possible?
    if possible, plz explain detail how to use security zone.

    Hi,
       You can locate the <i>portalapp.xml</i> file for a WD project inside the <i>gen_wdp</i> folder. Check if you can add the <i><component-config></i> tag and others in the <i><webdynpro></i> section of the file.
    Regards,
    Satyajit.

  • HT1937 how do i change mi security questions  if i have to answer them  but i forgot them  i  can't use my iphone

    how do i change mi security questions  if i have to answer them  but i forgot them  i  can't use my iphone

    Go to this knowledge base article and request help from Apple.  If that doesn't help, go to the ExpressLane for assistance.

  • How to use iSight camera as security centre

    How to use iSight camera as security centre

    can you elaborate?
    security centre can be many things
    and most hardware and network setups would likely not work with usb webcams
    but again it really depend on what you mean by security centre

Maybe you are looking for

  • Use G3 Tower for external HD?

    Is it possible to use my G3 as a storage / external hard drive w my MacBook Pro? I have the blue/white G3 only, no monitor. If it is possible, how? Thanks.

  • How do i sign in a second ipod

    My husband and daughter both have an ipod.  I synced her music on his and do not know how to keep them separate so to speak.  How do I sign in 2 ipods

  • Not hard coding the iexplorer path

    Hi I was looking around and saw this piece of code posted by Cotton.m: public class IETest{   public final static String browserPath ="C:\\Program Files\\Internet Explorer\\iexplore.exe";   public static void main(String args[])throws Exception{    

  • Deploying Error in 10G...See Error

    Hi I have created an EAR file in JDeveloper 9I and am deploying this in 10G. On deploying this,I get the flwg error: 500 Internal Server Error javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE   

  • Saving in Aperture books

    I have noticed in 1.5 that changes I make seem to get lost. This is particularly true with text, where I have entered text, gone to do some work elsewhere and I am back the text is gone. Even if I have closed Aperture before I left. Has anyone else n