Installation of client 10.2.0 using a response file

Hello Everyone,
I have no clue if I'm posting in the right Community but I need some help installing the Oracle Client 10.2.0 silently on a Computer. Right now my response file was created using the setup.exe /record /destinationFile myPath but was missing the dependency i wanted to install. So I added at the end of the file
oracle.client:DEPENDENCY_LIST={"oracle.sqlplus:10.2.0.1.0","oracle.winprod:10.2.0.1.0"}
oracle.winprod:DEPENDENCY_LIST = {"oracle.winprod:10.2.0.1.0","oracle.oo4o:10.2.0.1.0","oracle.odbc:10.2.0.1.0","oracle.ntoledb:10.2.0.1.0"}
My dependency get installed but I keep getting these errors :
The procedure entry point GetProcessImageFileNameW could not be located in the dynamic link library PSAPI.DLL
That is were I'm stuck now.
Thank you for the help
UPDATE: More info I am installing Oracle 10.2.0 32bit on a Windows 7 x64
Edited by: 953742 on 2012-08-20 11:56

953742 wrote:
Then the fact that I need the patch isn't going to solve my problem. My problem is with the response file when I install the 10.2.0What 10.2.0.. Did you start from 10.2.0.4 or 10.2.0.1?
The (earlier) referenced instructions say "+For installations on Windows 7 and Windows Server 2008 R2, you must use the software specifically designated for these operating systems. ...+"
Unfortunately the OTN download link only lead to software removed message page.
Where do they keep "archived" or previous versions nowadays? I remeber they kept at least a few releases back available.
Maybe edelivery.oracle.com ? Only option I can think of, other than submitting SR for media to Metalink.

Similar Messages

  • "Your bootable USB drive could not be created" "Boot Camp only supports 64-bit Windows installation on this platform. Please use an ISO file for 64-bit Windows installation."

    I try to install windows7 system on my macbook air, which version is 10.8.5. When I open the bootcamp, it let me to choose a windows ISO image, which I've already downloaded from this website: http://www.w7forums.com/threads/official-windows-7-sp1-iso-image-downloads.12325 /, it also asked me to select a USB drive, which is kingston that has 8GB. Then when I clicked "continue", it said that "Your bootable USB drive could not be created" "Boot Camp only supports 64-bit Windows installation on this platform. Please use an ISO file for 64-bit Windows installation." But actually the ISO image I downloaded is 64-bit windows7. I don't know why this would happen. Could someone help me please!!

    Thanks for your feedbakc Kiranjj!
    I identified the reason to be that the W8 installation file didn't download completely from a Mac OS-device. I downloaded from another Win-device and the moved the installation file with a USB-stick and then everything worked diectly! But thanks anyway.

  • Error when creating Oracle12c PDB using DBCA response file in silent mode

    I am getting an Oracle dbca NullPointerException when trying to create a PDB (Pluggable Database) usingdbca response file in silent mode.
    I have a Oracle 12c CDB up and running, listener is also up, $ORACLE_HOME and $ORACLE_SID are also set correctly.
    After database install and creating CDB using response files, I am now trying to create a PDB using dbca response file. Contents of dbca.rsp -
    [GENERAL]
    RESPONSEFILE_VERSION = "12.1.0"
    OPERATION_TYPE = "createPluggableDatabase"
    [CREATEPLUGGABLEDATABASE]
    SOURCEDB = "orcl"
    PDBNAME = "dev"
    CREATEPDBFROM = "DEFAULT"
    PDBADMINUSERNAME = "oracle"
    PDBADMINPASSWORD = "oracle"
    CREATEUSERTABLESPACE = "true" 
    I tried following commands:
    dbca -silent -responseFile /<file path>/dbca.rsp dbca -silent -createPluggableDatabase -responseFile /<file path>/dbca.rsp
    Both give same error:
    ---- Begin output of /u01/app/oracle/product/12c/db_1/bin/dbca -silent -responseFile /<file path>/dbca.rsp
    STDOUT:
    STDERR: Exception in thread "main" java.lang.NullPointerException
    at oracle.sysman.assistants.dbca.backend.CommandLineArguments.processResponseFile(CommandLineArguments.java:6885)
    at oracle.sysman.assistants.dbca.backend.CommandLineArguments.process(CommandLineArguments.java:4544)
    at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:110) at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:184)
    However when I pass exact same parameters as command line arguments, dbca works absolutely fine and PDB is created: Following command runs succefully.
    dbca -silent -createPluggableDatabase -sourceDB orcl -pdbName dev -createPDBFrom default -pdbAdminUserName oracle -pdbAdminPassword oracle -createUserTableSpace true
    My environment need installation using response files only. I had used a dbca response file with "createDatabase" option for CDB and it worked fine. Error is observed only when I run it with OPERATION_TYPE as "createPluggableDatabase".
    There is an option to create PDBs along with CDB creation when OPERATION_TYPE is "createDatabase". But Oracle does not give flexibility to name PDBs in this option. If I ask Oracle to create 3 PDBs, it will name them itself like PDB01, PDB02, PDB03 and so on. This doesn't work in my deployment because of applications compile time dependencies on specific PDB names.

    Yes, I am pointing to correct response file. I have two of these. One for "createDatabase" and another one for "createPluggableDatabase".
    While the first one works absolutely fine, the one which creates PDBs always gives error.
    I tried renaming the response file like dbca_dev.rsp for PDB install but same error message. I read in another forum that rename dbca.rsp is not a good idea.
    So I kept it as dbca.rsp but built it using PDB template.
    When I try after removing -silent, it tries to launch a UI installer. Since I am in Amazon AWS platform, my instance is CentOS based which doesn't support Xwindows display.
    I am stuck with -silent install only. When I try with -progressOnly, I get exactly same error.
    Also tried removing some parameters but still get exact same error message.
    Tried same trick with "createDatabase" response file, now I see parameters missing error message.
    It seems like Oracle doesn't like response file install for "createPluggableDatabase".

  • Using ocm response file with opatch auto

    I am going to be installing the psu 6 for 11.2.0.3 GI and database. In the patch set update readme file Oracle Grid Infrastructure Patch Set Update 11.2.0.3.6
    (Includes Database PSU 11.2.0.3.6) - 16083653
    It says that the ocm response file is not optional so I created the response file successfully.
    My GI installation is owned by user id "grid" my database home is owned by user id "oracle".
    Does it matter which user that I used to create the ocm response file? I was logged in as oracle when I ran ./emocmrsp -no_banner -output /home/oracle/config.rsp
    I understand that I will invoke the opatch auto while logged in as root but just not sure if the response file is user environment specific?
    Any suggestions appreciated.
    Thanks.

    I am going to be installing the psu 6 for 11.2.0.3 GI and database. In the patch set update readme file Oracle Grid Infrastructure Patch Set Update 11.2.0.3.6
    (Includes Database PSU 11.2.0.3.6) - 16083653
    It says that the ocm response file is not optional so I created the response file successfully.
    My GI installation is owned by user id "grid" my database home is owned by user id "oracle".
    Does it matter which user that I used to create the ocm response file? I was logged in as oracle when I ran ./emocmrsp -no_banner -output /home/oracle/config.rsp
    I understand that I will invoke the opatch auto while logged in as root but just not sure if the response file is user environment specific?
    Any suggestions appreciated.
    Thanks.

  • How i install oracle client with ODBC using response file method

    Hi,
    I have managed to create a response file using OUI. Currently, I do not know what are the methods which i can install a group of computers using this response file. Any advise
    Thanks in advance.
    Best regards,
    Tony

    Presumably, any method that allows you to remotely run code on the group of computers would allow you to do a silent install of the Oracle client and ODBC driver. I know Microsoft and various third parties sell such tools, but I'm not enough of a Windows admin to know anything about the relative benefits of the products in this category.
    Justin

  • 9i Client install w/response file problem

    All,
    I'm trying to setup an automated way to install the 9i client using a response file. I have modified the clientruntime.rsp file on the distribution and added my values for oraclehome and the directory, but when I try to run it, these values are ignored. I have created an empty disk with all of the directories on the CD's. the command I'm using is "setup.exe -sielent -responseFile Ora9iClient.rsp" where the setup.exe and the .rsp files are in the top level directory. I'm trying to install onto a windows 2000 professional Sp3 using the download for Oracle 9.2.0.1. We were able to use this method to install the 8i client.
    Anyone see this kind of behavior?

    That theme is tried here:
    Installation Guide for 32-Bit Windows Contents / Search / Index / PDF
    http://download-east.oracle.com/docs/pdf/A95493_01.pdf
    Joel Pérez

  • Error in EM console after silent install using response file

    Hi,
    I'm trying to install oracle 10g release 2 (10.2.0.1.0) on RHEL 5 using a response file by the silent installation method. The response file itself had been generated by running a normal GUI based installation along with the record option. The same file is later being used for the aforesaid silent installation. All the installation steps go on smoothly and all the messages confirm that the installation was successfull. The database is opening and functioning smoothly on the SQL prompt and so are the listener and EM dbconsole service. But when I try to access the EM Console on the web browser, it gives a 500 Internal Error java.lang.NullPointerException.
    The following is the exact grab of the error
    500 Internal Server Error
    java.lang.NullPointerException
         at oracle.jdbc.driver.T4CTTIoauthenticate.marshalOauth(T4CTTIoauthenticate.java:381)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:360)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:493)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:164)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:767)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:324)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:114)
         at oracle.jdbc.pool.OracleConnectionCacheImpl.getNewPoolOrXAConnection(OracleConnectionCacheImpl.java:694)
         at oracle.jdbc.pool.OracleConnectionCacheImpl.getPooledConnection(OracleConnectionCacheImpl.java:540)
         at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:346)
         at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:324)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:296)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:423)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:156)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:605)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getRepositoryVersionAndMode(ConnectionService.java:368)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.verifyRepositoryEx(ConnectionService.java:395)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:144)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Any help with this would be highly appreciated.
    regards,
    shashwath

    Hi,
    Try restarting the listener service
    lsnrctl stop LISTENER
    lsnrctl start LISTENER
    and then start the EM service.
    emctl start dbconsole
    If in windows try restarting the services in control panel>Adminstartive tools>services and restart OracleOraDb10g_home1TNSListener.
    then start the EM console.

  • OpenSSO version 9.5.2 installation from response file

    Hello, all
    I've been trying to install openSSO v _9.5.2_RC1 using a response file with openDS(ldap) backend and have
    a problem for which I can't seem to find a real answer, so any tip would be helpful. I'm running CentOS
    release 6.3 in a virtualbox with 1,5 GB of RAM. I was able to install openDS and start it but I'm not sure
    if its configured correctly. I'm attaching a script that I used for auto installation. (openDS-
    autoinstall.txt)
    If I ask lsof here is what I get:
    $ lsof -i -n -P | grep 4444
    java      6658    ldap   75u  IPv6  37916      0t0  TCP *:4444 (LISTEN) -- which is ok, right :)If I ask ps about openDS here is what I get:
    $ psg opends
    6658 pts/3    Sl     2:47 /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java -server -
    Dorg.opends.server.scriptName=start-ds org.opends.server.core.DirectoryServer --configClass
    org.opends.server.extensions.ConfigFileHandler --configFile /u02/OpenDS-2.2.1/config/config.ldifHere are couple of more information that might help:
    ]$ showmemusage
    6764 /usr/sbin/httpd
    7208 /usr/sbin/httpd
    7372 /usr/sbin/httpd
    9856 /usr/sbin/httpd
    12028 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --log-
    error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/lib/mysql/mysql.sock
    12580 /usr/sbin/named-sdb -u named -t /var/named/chroot
    36920 /usr/bin/ruby /usr/sbin/puppetmasterd
    131508 /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java -server -Dorg.opends.server.scriptName=start-
    ds org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileH
    283748 /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java -
    Djava.util.logging.config.file=/u02/tomcat/conf/logging.properties -server -Xms512m -Xmx512m -
    XX:MaxPermSize=256m -Djvm=tomcat_virtualbox -D
    $ free -m
                 total       used       free     shared    buffers     cached
    Mem:          1478       1277        201          0         73        634
    -/+ buffers/cache:        568        910
    Swap:         2015          0       2015The problem is that if I try to use this command as tomcat user it will give only one error message:
    [tomcat@cent01 work]$ java -jar ~/work/opensso/tools/configurator.jar -f
    /home/tomcat/work/test.testdomain.example.config
    Configuration failed!
    [tomcat@cent01 work]$- which is very helpful :(( I'm attaching this file as well. (test.testdomain.example.config.txt)
    Here is the output from the tomcat log:
    Nov 2, 2012 1:33:42 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet [AMSetupServlet] in context with path [/opensso] threw exception
    [AMSetupFilter.doFilter] with root cause
    com.sun.identity.setup.ConfiguratorException: Cannot connect to Directory Server.
            at com.sun.identity.setup.ServicesDefaultValues.setServiceConfigValues
    (ServicesDefaultValues.java:141)
            at com.sun.identity.setup.AMSetupServlet.processRequest(AMSetupServlet.java:438)
            at com.sun.identity.setup.AMSetupServlet.doPost(AMSetupServlet.java:398)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
    (ApplicationFilterChain.java:305)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
            at com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:99)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
    (ApplicationFilterChain.java:243)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
            at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
            at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
            at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
            at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
            at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
            at java.lang.Thread.run(Thread.java:679)If I try to use status command then here is what I get:
    [user1@cent01 openDS]$ sudo service opends status
    Specify OpenDS LDAP connection parameters
    Administrator user bind DN [cn=Directory Manager]:
    Password for user 'cn=Directory Manager':
    Unable to connect to the server at "host1.testdomain1.com" on port 4444
              --- Server Status ---
    Server Run Status:        Started
    Open Connections:         0
              --- Server Details ---
    Host Name:                host1.testdomain1.com
    Administrative Users:     cn=admin
    Installation Path:        /u02/OpenDS-2.2.1
    Version:                  OpenDS Directory Server 2.2.1
    Java Version:             <not available> (*)
    Administration Connector: Port 4444 (LDAPS)
              --- Connection Handlers ---
    Address:Port : Protocol : State
    --           : LDIF     : Disabled
    0.0.0.0:161  : SNMP     : Disabled
    0.0.0.0:636  : LDAPS    : Disabled
    0.0.0.0:1389 : LDAP     : Enabled
    0.0.0.0:1689 : JMX      : Disabled
              --- Data Sources ---
    Base DN:     dc=testdomain,dc=com
    Backend ID:  userRoot
    Entries:     <not available> (*)
    Replication: Disabled
    * Information only available if you provide valid authentication information
    when launching the status command.The best thing is that if I go through web wizard and follow that web-wizard it will work without any
    problems but I don't want to do it in that way. I would like to have automated with a script from a
    command line :)
    Thanks for any kind of tip or direction !!!

    Neither OpenSSO nor CentOS are Oracle products and although you're using VirtualBox somewhere within your kit, your question has no place in these OTN forums.
    Oracle may have briefly acquired OpenSSO when they purchased Sun Microsystems but has since thrown it out to the open development community. See: http://en.wikipedia.org/wiki/OpenSSO
    Additionally, you cross-posted your inquiry to at least one other forum site and failed to mention that fact:
    http://streamshare.streamserve.com/Forum/Topic/?topicID=4955
    That is poor forum etiquette.
    So, to avoid people duplicating efforts to assist by saying the same thing that you might have already been told elsewhere, this thread is locked.

  • As a Verizon FIOS client, can we just use Ethernet cable to connect to time capsule, or do we need their router to connect to the time capsule?

    As a Verizon FIOS client, can we just use Ethernet cable to connect to time capsule or do we need the Verizon router to connect to time capsule?

    The Time Capsule is indeed a wireless router with simultaneous dual band capability...and a hard drive for backup purposes. You can use that to your advantage if you configure the Time Capsule as I suggested in Bridge Mode.
    The Time Capsule will provide a 802.11n 5 GHz band and a 802.11n/g/b compatible 2.4 GHz band to allow virtually any device to connect to the network.
    I suppose that you could also use the "g" wireless network provided by the Verizon router as a "guest" network or something similar if you really do need another wireless network.
    It might be possible to configure the Time Capsule as the main router on the network....that's a question for Verizon. But even if you might be able to do this, I'm sure it is not supported by Verizon, so you would be on your own in the event of any Internet connection difficulties on your service.
    And, since the Time Capsule does not have a built in modem....you would still need to add a separate modem to the installation anyway.
    That's why my suggestion is to use the Verizon device as the "modem" and let the Time Capsule provide the dual band wireless network and of course, handle the Time Machine backups.

  • Cannot push clients - Failed to connect using machine account

    After restoring SCCM from old x86 server to new x64 server I cannot install clients.
    Current version is SCCM 2007 SP2 without R2. SCCM is in mixed mode, SCCM was installed to SAME path, was successfully restored from backup using "ConfigMgr Site Repair Wizard".
    But new clients cannot be installed now.
    The following is in ccm.log:
    "---> Warning: no remote client installation account found $$<SMS_CLIENT_CONFIG_MANAGER><Date Time Russian Standard Time><thread=3936 (0xF60)>
    ---> Attempting to connect to administrative share '\\computername\admin$' using machine account.~ $$<SMS_CLIENT_CONFIG_MANAGER><Date Time Russian Standard Time><thread=3936 (0xF60)>
    ---> Failed to connect to \\computername\admin$ using machine account (1203) $$<SMS_CLIENT_CONFIG_MANAGER><Date Time Russian Standard Time><thread=2900 (0xB54)>"
    Account used for push install presents in "Domain Admins" group and can reach this share from SCCM server using explorer or file manager.
    Firewall service is stopped and disabled on target computers.
    Searching through logs I was confused by this: "Warning: no remote client installation account found". It's impossible because account is present and set coreectly both in "client push installation" and "computer client agent". Account was cleared and set again but warning is the same.
    At last I found the problem. In the beginning of SMS_CLIENT_CONFIG_MANAGER initialization there is a string in the ccm.log:
    "~WARNING: failed to encrypt account domain\account $$<SMS_CLIENT_CONFIG_MANAGER><Date Time Russian Standard Time><thread=2656 (0xA60)>"
    I think that's the source of trouble. But I can't find the reason.
    By the way, the same message is in policypv.log:
    "~failed to encrypt network access accountdomain\account $$<SMS_POLICY_PROVIDER><Date Time Russian Standard Time><thread=3720 (0xE88)>"
    It's exactly so in log, without space between "account" word and "domain\account"!
    Any domain account I try to add for push installation appears in these logs with the same encrypt error!
    Can anyone help please?
    Thanks a lot!

    After restoring SCCM from old x86 server to new x64 server I cannot install clients.
    Current version is SCCM 2007 SP2 without R2. SCCM is in mixed mode, SCCM was installed to SAME path, was successfully restored from backup using "ConfigMgr Site Repair Wizard".
    But new clients cannot be installed now.
    The following is in ccm.log:
    "---> Warning: no remote client installation account found $$<SMS_CLIENT_CONFIG_MANAGER><Date Time Russian Standard Time><thread=3936 (0xF60)>
    ---> Attempting to connect to administrative share '\\computername\admin$' using machine account.~ $$<SMS_CLIENT_CONFIG_MANAGER><Date Time Russian Standard Time><thread=3936 (0xF60)>
    ---> Failed to connect to \\computername\admin$ using machine account (1203) $$<SMS_CLIENT_CONFIG_MANAGER><Date Time Russian Standard Time><thread=2900 (0xB54)>"
    We're having the EXACT same problem after our migration today from x86 --> x64.  Please tell me you've found a solution.  We're ready to revert to a snapshot tomorrow if we can't figure this out.

  • How do you use .wsse policy file from Java Client?

    I'd like to call a WSSE enabled web service from my Java client but setup my encryption/signing requirements with a .wsse policy file.
    I know how to call a web service by programmatically setting up the security headers as described in:
    http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html
    But how can I do the same thing by simply using a .wsse file?

    import java.awt.*;
    import java.applet.Applet;
    import java.awt.event.*;
    import java.net.*;
    public class links extends java.applet.Applet {
       Panel panel = new Panel();
       public links(){
          super();
          add(panel);
          Link link = new Link(this,"Answers for programmers;- ","http://forum.java.sun.com");
          panel.add(link);
       public void init(){
          setVisible(true);
       public class Link extends Label implements MouseListener {
          Applet applet;
          Color fcolor = Color.blue;
          Color lcolor = Color.pink;
          String text;
          String word;
       public Link(Applet ap, String s, String s1){
          super(s);
             this.applet = ap;
             this.text = s;
             this.word = s1;
             addMouseListener(this);
          setForeground(fcolor);
       public void paint(Graphics g){
       super.paint(g);
          if (getForeground() == lcolor){
             Dimension d = getSize();
             g.fillRect(1,d.height-5,d.width,1);
       public void update(Graphics g){paint(g);}
       public void mouseClicked(MouseEvent e){
          try{
             URL url = new URL(word);
             applet.getAppletContext().showDocument(url,"_self");
          catch(MalformedURLException er){ }
       public void mouseEntered(MouseEvent e){
          setForeground(lcolor);
          setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
          repaint();
       public void mouseExited(MouseEvent e){
          setForeground(fcolor);
          setCursor(Cursor.getDefaultCursor());
          repaint();
    public void mousePressed(MouseEvent e){}
    public void mouseReleased(MouseEvent e){}
       public static void main (String[] args){
          new links(); 
    }

  • Client Certificate Mapping authentication using Active Directory across trusted forests

    Hi,
    We currently have a setup where the on-premises environment and the cloud environment are based on two separate forests linked by a 1-way trust, i.e., the exist in the on-premises AD and the 1-way trust allows them to use their
    credentials to login to a cloud domain joined server. This works fine with the Windows authentication.
    We are now looking at implementing a 2-Factor authentication using Certificate. The PKI infrastructure exists in the On-Premises Forest. The users are able to successfully login to on-premise servers configured with "AD CLient Certificate
    Mapping".
    However, we are unable to achieve the same functionality on the cloud domain joined servers. I would like to know
    1. Is this possible?
    2. If yes, what do we need to do to make this work.
    Just to clarify, we are able to authenticate using certificates by enabling anonymous authentication. However, we are unable to do the same after turning on "Client Certificate Mapping authentication using Active Directory"

    1. Yes!
    2. Before answering this I need to know if your are trying to perform a smart card logon on a desktop/console or if you just want to use certificate based authentication in an application like using a web application with client certificate requirements
    and mapping?
    /Hasain
    We will eventually need it for smartcard logon on to desktop/console. However, at present, I am trying to use this for certificate based authentication on a web application.
    To simulate the scenario, I setup up two separate forests and established a trust between them.
    I then setup a Windows PKI in one of the forests and issued a client certificate to a user.
    I then setup a web server in both the forests and configured them for anonymous authentication with Client SSL requirement configured.
    I setup a test ASP page to capture the Login Info on both the servers.
    With the client and the server in the same forest, I got the following results
    Login Info
    LOGON_USER: CORP\ASmith
    AUTH_USER: CORP\ASmith
    AUTH_TYPE: SSL/PCT
    With the client in the domain with the PKI and the server in the other Forest, I got the following response
    Login Info
    LOGON_USER:
    AUTH_USER:
    AUTH_TYPE: 
    I tried the configuration with the Anonymous Authentication turned off and the AD CLient Certificate mapping turned on.
    With the client and the server in the same forest, I am able to login to the default page. However, with the server in a trusted forest, I get the following error.
    401 - Unauthorized: Access is denied due to invalid credentials.
    You do not have permission to view this directory or page using the credentials that you supplied

  • Is it possible to lock the keyboard of a client from a server using java

    please explain wheterit is possible to lock the keyboard of a client from a server using java

    You want to process code on one machine, and thereby lock the keyboard on another machine? No, that's not possible. It is extremely far from possible.
    Of course, if the client is running software with security holes in it you might hack into it and crash the thing. This will lock up the keyboard pretty good. I hope that's not what you want ...
    Or are you talking about a setup where you already have code running on the client, and some sort of communication between client and server? In that case what you need to know is whether it is possible to lock the keyboard at all. Once you have figured that out, it is trivial to add the communication code to have the server software tell the client software to lock the keyboard.
    So what do you mean with "lock the keyboard"? It's pretty easy to remove/disable all keyboard related listeners in your own application. It's a lot harder (and AFAIK impossible with pure java) to disable alt-tabbing out of the application. And impossible, except from exploiting security holes, to lock the ctrl-alt-delete-combination on windows machine.

  • ERROR: The cabinet file 'Sql.cab' required for this installation is corrupt and cannot be used

    As the title indicates, I'm having this error during installation. It occurs when I try to install
    the "Management Studio" part of the program. I've tried a bunch of things like
    copying to hard drive and installing, but to no avail. To isolate the problem, i've even tried removing Reporting services, since at the time of failure it seems to be trying to install/configure the Microsoft.Reporting Services dll.
    Additionally, I have SQL Express installed (installed it separately, not as part of the SQL 2005 DVD), VS 2005, .NET Framework 2.0, SQL Management Studio Express CTP. Could the Management Studio Express be causing a problem?
    Please note:
    Although the error is about missing / corrupt Sql.cab, I have searched the entire dvd for the said file, but there is no file called Sql.cab on the dvd. Am I missing something?
    Any solution would be greatly appreciated.
    TIA

    I was installing SQLServer2014_Developer which I had just purchased as a 64bit iso download to VirtualBox Windows_10_64bit Instance that i had just created.
    I got the following error about 90% through the SQLServer2014_Developer install:
    >>> ===================================================================
    >>> SQL Server 2014
    >>> ===================================================================
    >>> TITLE: Microsoft SQL Server 2014 Setup
    >>> ------------------------------
    >>> The following error has occurred:
    >>> The cabinet file 'Sql.cab' required for this installation is corrupt and cannot be used.
    >>> This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.
    >>> For help, click:
    >>> h t t p ://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0xDF039760%25401201%25401
    >>> ------------------------------
    A quick rerun of failed SQLServer2014_Developer install just for the Management_Tools and review of the SQLServer2014_Developer install logs
      confirmed error still prelevant:
    C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\...
    >>> ...
    >>> Detailed results:
    >>>   Feature:                       Management Tools - Complete
    >>>   Status:                        Failed: see logs for details
    >>>   Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
    >>>   Next Step:                     Use the following information to resolve the error, and then try the setup process again.
    >>>   Component name:                SQL Server Management Services
    >>>   Component error code:          1335
    >>>   Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150206_223659\sql_ssms_Cpu64_1.log
    >>>   Error description:             The cabinet file 'Sql.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading
    from the CD-ROM, or a problem with this package.
    >>>   Error help link:               h t t p ://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=sql_ssms.msi%40InstallFiles%401335
    >>>
    >>>   Feature:                       Management Tools - Basic
    >>>   Status:                        Failed: see logs for details
    >>>   Reason for failure:            An error occurred during the setup process of the feature.
    >>>   Next Step:                     Use the following information to resolve the error, and then try the setup process again.
    >>>   Component name:                SQL Server Management Services
    >>>   Component error code:          1335
    >>>   Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150206_223659\sql_ssms_Cpu64_1.log
    >>>   Error description:             The cabinet file 'Sql.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading
    from the CD-ROM, or a problem with this package.
    >>>   Error help link:               h t t p ://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=sql_ssms.msi%40InstallFiles%401335
    >>> ...
    Reading though the many Google hits going way back AD-2000/AD-2006/AD-2011/AD-2014 for various installs including SQLserver_2008/2012 etc
    I noted that in the main there were x2 common themes.
    1. Problem with corruption the original download.
    --- Although I had not run the download checksum
    --- I had previously just installed SQLServer2014_Developer successfully, so at the minute, I was confident downloads were ok.
    --- Many hits mentioned this 'Sql.cab' file and 90% of the install had been successfull -
    --- I figured the chances of us all having corruption of this one files were agaianst the odds and
    ---   probably re-downloading it would not fix this - but I kicked a re-download off anyhow .
    While it was running ...
    2. Network issue when installing - some of the hits asked if could be related to Virtual drives.
    --- This struck a chord
    --- I had downloaded the SQLServer2014 .iso to my host PC and then copied it onto one OneDrive so I could access it within the VirtualBox_Windows_10.
    --- From within the VirtualBox_Windows_10 I had then used SetupVirtualCloneDrive5450.exe to mount the OneDrive SQLServer2014 .iso and then autorun the install.
    What worked for me ...
    --- I decided to
    --- 1. Copy the same SQLServer2014 .iso that had failed to install x2 from OneDrive to the c:\ root of the VirtualBox_Windows_10.
    --- 2. Remount the same SQLServer2014 .iso from c:\ again using SetupVirtualCloneDrive5450.exe.
    --- 3. Re-run the SQLServer2014 install using the repair mode.
    This time the [Maintenance] [Repair] install completed with all elements showing installed successfully.
    Hope this helps
    Andy

  • Error: the cabinet file required for this installation is corrupt and cannot be used.

    Hi, ive recently just built a brand new computer and purchased windows 7 64 bit. the system runs fine except for the fact that i cannot install any games (these include command and conquer 4, red alert 3 and sims 3. i go to install and partway through it stops with a message saying:
     "the cabinet file 'name.cab' required for this installation is corrupt and cannot be used. this could indicate a network error, an error reading from the CD ROM, or a problem with this package."
    At first i suspectd a faulty cd rom drive, but the same thing happend wen i tried it with another drive. i know the disks are fine because theyr new. iv searced online and tried things such as disabling the antivirus, going into command prompt and deleting the .....\SQMClient\DisabledSessions as administrator and anything else that was recommended, but it still cant seem to like cabinet files (btw when the installation stops it doesnt always stop on the same .cab as a previous attempt, sometimes it gets further through the installation than others). they install fine on other computes with windows 7 64bit.
    Any help is appreciated! Thanx

    Hi Dazattack, I suggest you check the following KB article first:
    Error message during Office 2000 or Office XP installation: "Error 1335 - Cannot Copy Cab File Office1.cab"
    http://support.microsoft.com/kb/314810
    Note: Though it's for Office, some steps in the article can still be used in such scenario.
    Meanwhile, can you install other applications that downloaded from the Internet ?
    Sean Zhu - MSFT

Maybe you are looking for

  • ThreadOpt values - is it possible to set them and what are the ranges?

    Hi there, I have a problem on my TestStand 4.2 platform, with test step result, formed and received from called external sequences results. In my Main sequence, in Post-Expression I defined condition, according to which the "Step.Result.Status" is pa

  • Logon failed for the unattended execution account.

    Hi while am running my report it is throwing the below error.I have verified entire config file, And i have recently uninstall and install the Reporting services after installing this i have faced this error ,shell i need to remove any old files from

  • How to view data into Infocube

    Good Morning everybody. I would like to know if somebody have any document with informations about RSA1, as for example "How to create a Back Up Infocube?" "How to view data into infocube?" If you can send me dacampos at br.ibm.com Thanks a Lot Danie

  • Boot camp not working in windows installer

    When I install windows 7 I get to the select partition section. I get a message after selecting the right one saying "Setup was unable to create a new system partition or locate an existing system partition. See the setup log files for more informati

  • Process task to Trigger (Very Urgent ) Urgent

    Hi, How can we achieve this requirement.Immediate response help us..Thanks in advance. If cost center changes in HR file (user's profile), generate a change location provisioning task for the provisioner. Show the provisioner-. Attributes : New Cost