Appsutil.zip problem

Hi guru's
I want to create appsutil.zip for migration autoconfig to the database. but unfartunately in my system zip was not installed, i dont have even rpm to install, can i create appsutil without zip file.
Thanks

You must have Zip (version 2.3 or higher) on the Application and Database tiers before migrating to AutoConfig. Check "Section 2: Pre-requisites" in AutoConfig Metalink note for more details.

Similar Messages

  • Tech Stack Validation Patch 4318672 - appsutil.zip issue

    I am working on upgrading 11.5.9 - 11.5.10.2. I recently installed rollup patch 8217898. +(Pre-Update step #3)+
    The install went successfully, I created the appsutil.zip, moved it to the DB server unpacked everything looked normal. The next step said to install the Technology Stack Validation Patch 4318672. +(Pre-Update step #4)+
    I applied the patch, then the next step was to create the appsutil.zip file again. I did and moved it to the DB server. It next asks you to run the TXKScript.pl which runs the technology stack validation utility.
    I get the error that the SID_Server.xml file is missing. The file is not in the new appsutil directory created. It was however in the previous one created when I installed 8217898.
    I reapplied 8217898 and the appsutil.zip still creates without the SID_Server.xml file as well as a couple directories.
    Before:+_
    SID_Server.xml
    admin
    bin
    driver
    html
    install
    java
    log
    media
    out
    outbound
    perl
    scripts
    sql
    template
    xml
    Now:+_
    bin
    driver
    html
    java
    media
    perl
    sql
    template
    xml
    It seems I missed a step, but going back through the instructions I can't seem to find anything. Any ideas?
    Thanks

    I looked through just about every log that I could find actually, mostly trying to figure out what the different patches & process did, where it looked for things, etc. Most of the logs files I read through were located $APPL_TOP/admin/<SID>_<hostname>/log
    The actual step that seemed to solve the problem was going through the steps for in Section #8 "Migrating to AutoConfig on the Database Tier" in document 165195.1 Using AutoConfig to Manage System Configurations with Oracle Applications 11i
    We were using Autoconfig already so I am not sure exactly why that had to be done, but it re-created everything I needed.
    But on a positive note as I have been going through each step of this process I have been learning quite a bit about where all these files live and how they interact.
    Looking for how to verify in SIGNON_PASSWORD_HARD_TO_GUESS is set to N as required. I have been through all the documents listed, and they say what it is and what it does but I can't seem to find the screen in the application that has it defined. I know that it is N already because we can use passwords that are not complex, but I just wanted to dig through and see it and figure where all that side of things lives.
    Thanks again for your help

  • Error creating appsutil.zip on RHEL5

    Hi all,
    I want to configure autoconfig follow link : http://www.in-oracle.com/Oracle-Apps/11i/migrate-autoconfig-DB.php
    but I have a problem when create appsutil.zip file. when i run
    "$perl $AD_TOP/bin/admkappsutil.pl" i got this error "environment not set. Please source the Applications environment" even i have set application environment by script "$./APPSORA.env" before.
    Any idea what am I missing?
    Thanks,

    "$perl $AD_TOP/bin/admkappsutil.pl" i got this error "environment not set. Please source the Applications environment" even i have set application environment by script "$./APPSORA.env" before.
    Any idea what am I missing?You are missing sourcing the env file which is mentioned above -- Please run this env file before you issue the perl command.
    Thanks,
    Hussein

  • Classes12.zip problem :-((

    Hi all, I had a problem when I open a jsp page when I use JDBC connection with classes12.zip. I currently have classes12.zip under c:\Oracle\Ora81\jdbc\lib and I set my environment variable:
    1st try to set: CLASSPATH=c:\Oracle\Ora81\jdbc\lib
    2nd try to set: CLASSPATH=%CLASSPATH%;c:\Oracle\Ora81\jdbc\lib
    3rd try to set: CLASSPATH=$ORACLE_HOME\jdbc\lib
    Then I reboot my machine and start my Tomcat Server. None of these setting is working at all. Here is the error that I get when I load my jsp page:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Since fork is true, ignoring compiler setting.
    [javac] Compiling 1 source file
    [javac] Since fork is true, ignoring compiler setting.
    [javac] C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\_\t_jsp.java:8: package oracle.jdbc.driver does not exist
    [javac] import oracle.jdbc.driver.*;
    [javac] ^
    [javac] C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\_\t_jsp.java:59: cannot resolve symbol
    [javac] symbol : class OracleDriver
    [javac] location: package driver
    [javac]           DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    [javac] ^
    [javac] 2 errors
    I read several classes12.zip problem that posted on this forum, but none of them help me at all. By the way my OS is Window 2000 and Tomcat 4.1, Oracle 8.1.7 Enterprise
    Please give me some advices how to fix this.
    Thanks

    Thanks for all your advices, I did try Weiming Zhao
    and 734 instruction, but still not working. By the way, when I do javap oracle.jdbc.driver.OracleDriver, I got the following:
    C:\Dev>javap oracle.jdbc.driver.OracleDriver
    Compiled from OracleDriver.java
    public class oracle.jdbc.driver.OracleDriver extends java.lang.Object implements
    java.sql.Driver {
    public static final char slash_character;
    public static final char at_sign_character;
    static final java.lang.String oracle_string;
    static final java.lang.String user_string;
    static final java.lang.String password_string;
    static final java.lang.String database_string;
    static final java.lang.String server_string;
    static final java.lang.String access_string;
    public static final java.lang.String protocol_string;
    public static final java.lang.String dll_string;
    public static final java.lang.String logon_as_internal_str;
    static final java.lang.String prefetch_string;
    static final java.lang.String row_prefetch_string;
    static final java.lang.String default_row_prefetch_string;
    static final java.lang.String batch_string;
    static final java.lang.String execute_batch_string;
    static final java.lang.String default_execute_batch_string;
    static final java.lang.String remarks_string;
    static final java.lang.String report_remarks_string;
    protected static java.sql.Connection m_defaultConn;
    static {};
    public oracle.jdbc.driver.OracleDriver();
    public boolean acceptsURL(java.lang.String);
    public java.sql.Connection connect(java.lang.String, java.util.Properties) t
    hrows java.sql.SQLException;
    public java.sql.Connection defaultConnection() throws java.sql.SQLException;
    public static java.lang.String getCompileTime();
    public int getMajorVersion();
    public int getMinorVersion();
    public java.sql.DriverPropertyInfo getPropertyInfo(java.lang.String, java.ut
    il.Properties)[] throws java.sql.SQLException;
    public boolean jdbcCompliant();
    There is a SQLException, is this normal? This classes12.zip stop me for the last 4 days. Please advise.
    Thanks

  • R12 Upgrade: appsutil.zip does not contain scripts folder.

    I am upgrade 11.5.10.2 to R12.
    Doc: Oracle Applications Upgrade Guide: Release 11i to Release 12
    Section: Finish the Upgrade
    Step: Update RDBMS_ORACLE_HOME file system with AutoConfig files.
    perl %ad_top%/bin/admkappsutil.pl
    Error: scripts folder missing.
    Anyone please help - Urgent.

    Sundar,
    Please review Note: 462232.1 - How to run AutoConfig On Database Tier after unzipping appsutil.zip?
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=462232.1

  • How many appsutil.zip files for database server w/multi application tiers

    Hi Gurus,
    Two questions needing your help:
    1) Patching in a multiple application tiers systems, do we need to create the appsutil.zip file from each application tier (three) and ship it to each of the database tier (two) and unzip appsutil.zip?
    Go to Apps tier and create the appsutil.zip file:
    perl <AD_TOP>/bin/admkappsutil.pl
    I am unable to find any document to address this question. Please help.
    2) Noticed $ORACLE_HOME/appsutil/admin directory missing following autoconfig per RUP7 patching
    Not sure what caused it.
    Thanks,
    Newbie

    Hi,
    1) Patching in a multiple application tiers systems, do we need to create the appsutil.zip file from each application tier (three) and ship it to each of the database tier (two) and unzip appsutil.zip?
    Go to Apps tier and create the appsutil.zip file:
    perl <AD_TOP>/bin/admkappsutil.pl
    I am unable to find any document to address this question. Please help.You will have to do this only once (not three times).
    2) Noticed $ORACLE_HOME/appsutil/admin directory missing following autoconfig per RUP7 patching
    Not sure what caused it.Please see if (Note: 820077.1 - How To Recreate The Missing "scripts" Folder Under $ORACLE_HOME/appsutil On the Database Tier Server ?) helps. Once you follow all the steps, run AutoConfig on the database tier and see if the directory still there or not.
    Regards,
    Hussein

  • Appsutil.zip created with Exceptions

    hi
    I have been following post patch step 9535311.
    In Post steps
    While creating appsutill.zip file from application i got exception below
    ppltst@ebsdevdb on /ebdbh/app/ebprdappl # $ADPERLPRG $AD_TOP/bin/admkappsutil.pl
    Starting the generation of appsutil.zip
    Log file located at /ebdbh/app/ebprdappl/admin/log/MakeAppsUtil_06140722.log
    output located at /ebdbh/app/ebprdappl/admin/out/appsutil.zip
    java.lang.NoClassDefFoundError: java/util/HashMap
    at
    at oracle.apps.ad.tools.MakeAppsUtil.<init>(Compiled Code)
    at oracle.apps.ad.tools.MakeAppsUtil.main(Compiled Code)
    Exception in thread "main" MakeAppsUtil completed successfully.
    can I ignore above Exception?
    Thanks
    With Regards
    A-Z

    Please see these docs.
    After Applying Patch 9535311 Get java.lang.NoClassDefFoundError: java/util/HashMap Error [ID 1188327.1]
    Creating "appsutl.zip" Failed On "java.lang.NoClassDefFoundError: java/util/HashMap", What is the Potential Solution ? [ID 1310838.1]
    Thanks,
    Hussein

  • Where can I find appsutil zip (tar) of the whole directory (db side)?

    Hi!
    I'm finishing a documentation for One Click Clone on Apps 11.5.10.x, as I promised a long time ago.
    8(
    All most all is done, frankly is, but I want to add one more feature: automatic cloning to the empty servers! This will be really cool feature for many people!
    For that I need "apsutil.zip" (from 10gR2 64 installation on Windows 2k8 R2) and "appsutil.tar" (from 11gR2 database installation on CentOS Linux 5.x i386). Both versions are needed to make proper testing. But, if I must choose to get only one version then please let me get Linux version.
    @Hsawwan, all,
    Where to get only this directory files (zipped o tarred)? I do not want to install the whole apps just for these files....so in front appreciate to get from this lovely community.
    THX in front,
    Damir Vadas

    Damir,
    1) I wanted DB side appsutil not APPS side one.You will have to copy the appsutil.zip from the application tier node to the database tier node, this is how we get the database appsutil.zip file.
    2) In the meantime, I have downloaded from otn "V15576-01_1of3"-"V15576-01_3of3" zips, where inside DiskX\dbts\stage\ directory are db0-db4.zip files. I have extract them and I think this is it. I got "appsutility" dir with subfolders and files. From memory, looks like a bingo!OK, but this is just the original file, and you have to make sure that the appsutil.zip file is the one which is generated at the application tier node with the same patchset level.
    1) Could you please verify my note that this is OK? Please see my reply above.
    2) This is from 12R1 pack so is this OK for 11gR2 database?Again, see my reply above :)
    Thanks,
    Hussein

  • Unable to create appsutil.zip on apps tier on 11.5.10.2

    Hello,
    Suddenly, I am not able to crate appsutil.zip. In the log, I did not see any error
    Creating /apps2/property/product/trn/appl/admin/out/appsutil.zip after this line there are no error and no lines
    in the topUNZIP used: UnZip 5.42 of 14 January 2001, by Info-ZIP. Maintained by C. Spieler. Send
    Recursive create directory:.
    unzippath="/apps2/property/product/trn/comn/util/unzip/unzip";
    I checked my env file unzip is the path. I don;t know where I am missing.
    Thanks
    Prince
    Edited by: user12094010 on Dec 2, 2011 10:45 AM

    Thanks Hussien,
    sunOS 5.10
    unZip 5.42 of 14 January 2001, by In
    property@iwebd2$view /apps2/property/product/trn/appl/admin/log/MakeAppsUtil_12021353.log
    "/apps2/property/product/trn/appl/admin/log/MakeAppsUtil_12021353.log" [Read only] 253 lines, 38550 characters
    Deleting directory /apps2/property/product/trn/appl/admin/out/appsutil/appsutil
    Deletion Successful
    UNZIP used: UnZip 5.42 of 14 January 2001, by Info-ZIP. Maintained by C. Spieler. Send
    Recursive create directory:
    /apps2/property/product/trn/a........................
    Binary copy of /apps2/property/product/trn/appl//admin/adgrants.sql to /apps2/property/product/trn/appl/admin/out/appsutil/appsutil/sql/adgrants.sql
    Binary copy of /apps2/property/product/trn/appl//admin/addb816.sql to /apps2/property/product/trn/appl/admin/out/appsutil/appsutil/sql/addb816.sql
    Binary copy of /apps2/property/product/trn/appl//admin/addb817.sql to /apps2/property/product/trn/appl/admin/out/appsutil/appsutil/sql/addb817.sql
    Binary copy of /apps2/property/product/trn/appl//admin/addb901.sql to /apps2/property/product/trn/appl/admin/out/appsutil/appsutil/sql/addb901.sql
    Binary copy of /apps2/property/product/trn/appl//admin/addb920.sql to /apps2/property/product/trn/appl/admin/out/appsutil/appsutil/sql/addb920.sql
    Binary copy of /apps2/property/product/trn/appl//admin/addbctx.sql to /apps2/property/product/trn/appl/admin/out/appsutil/appsutil/sql/addbctx.sql
    Binary copy of /apps2/property/product/trn/appl//admin/addbjava.sql to /apps2/property/product/trn/appl/admin/out/appsutil/appsutil/sql/addbjava.sql
    Binary copy of /apps2/property/product/trn/appl//admin/addbmisc.sql to /apps2/property/product/trn/appl/admin/out/appsutil/appsutil/sql/addbmisc.sql
    Binary copy of /apps2/property/product/trn/appl//admin/adjv901.sql to /apps2/property/product/trn/appl/admin/out/appsutil/appsutil/sql/adjv901.sql
    Binary copy of /apps2/property/product/trn/appl//admin/adjv920.sql to /apps2/property/product/trn/appl/admin/out/appsutil/appsutil/sql/adjv920.sql
    Binary copy of /apps2/property/product/trn/appl//admin/admsc901.sql to /apps2/property/product/trn/appl/admin/out/appsutil/appsutil/sql/admsc901.sql
    Binary copy of /apps2/property/product/trn/appl//admin/admsc920.sql to /apps2/property/product/trn/appl/admin/out/appsutil/appsutil/sql/admsc920.sql
    Creating /apps2/property/product/trn/appl/admin/out/appsutil.zip
    Thanks
    Prince

  • Mac to PC Zip  problem

    I have a problem when Zip'ing folders.
    Im trying to send some styles to phpBB.com
    but the reject them because they contains mac specefic files
    "You have folders extracting outside of the directory and loads of excess Mac files beginning with an period and underscore etc."
    How do i ceep this from happening ??
    Is ther a way to look in zip file without opning them ?? i coud do this with zip on OS 9
    How can i open the zip pogram as i can open other pogrames ??

    Well its phpBB polecy :-/
    (They even once rejected a project i send becaus of windows lineendings (CR LF) ..until i told them what that woud result in )
    I tryde to download ZipIt 2.2.2 but it wont work on my system (Cant open the sea file)
    I then kontakted them and they send me ZipIt 1.2
    The ZipIt 1.2 file i cud only open with StuffIt Expander ? .. but now that works
    With ZipIt 2.1 i can look inside the ZipIt 2.2.2.sea file wher the is pdf file and app folder .. but if i try to extract them i get an error -1701..
    I have writen this to them and wait for an answer..
    Wont bay ZipIt pro if lite dont work
    But for now i can use the ZipIt 2.1 to remove the . files

  • Files Un Zip problem.

    Hi,
    I am facing a strange error, when I download the zip file from SAP(sdn, Service portal etc.,) site, and unzip it, open the first file appeared in the zip, the following error occurs,
    <b>Error in file#1: bad Zip file offset(Error local header signature not found):disk#1 offset: 0.</b>
    I try to unzip the file by using Winzip.
    Let me have a solution from anybody to solve the above problem.
    Thanks & Regards,
    Venkatesan G.

    Hi Venkatesan,
    It looks like your virus scanner corrupts the zip-file
    Regards
    Ad

  • Webutil_105.zip problem

    Hi,
    I download the webutil_105.zip and when I try to extract, I got the error message fron winzip said that "Cannot open file: It does not appear to be a valid archive". Please help.

    I assume yuo are downloading from http://www.oracle.com/technology/software/products/forms/files/webutil/webutil_105.zip
    Works ok for me - 840Kb
    Regards
    Grant Ronald
    Forms Product Management
    http://www.groundside.com/blog/content/GrantRonald/

  • Saving File - zip problem?

    If i use this set of coding, i can receive the file and the bytes and save it to the current directory, with the zip file, it just creates the file without saving the bytes, anyone knows what is wrong? Is there another way to go abt saving file objects to the current directory which includes all types of files?
    File file = new File("folder/Access.java");
              boolean flag = file.exists();
              System.out.println(flag);
              try
                                       FileOutputStream fos = new FileOutputStream(file.getName());
                   FileInputStream is = new FileInputStream(file);
                   long length = file.length();
                   if (length > Integer.MAX_VALUE) {
                // File is too large
            byte[] bytes = new byte[(int)length];
                  int offset = 0;
            int numRead = 0;
            while (offset < bytes.length
                   && (numRead=is.read(bytes, offset, bytes.length-offset)) >= 0) {
                offset += numRead;
            if (offset < bytes.length) {
                throw new IOException("Could not completely read file "+file.getName());
            is.close();
            //return bytes;
            fos.write(bytes);
              }catch(IOException e)
                   e.printStackTrace();
              }Most code sample comes from javaalmanac.com.

    FileOutputStream fos = new FileOutputStream(file.getName());This gets an output stream to a file named Access.java in the current directory. However your first line of code suggests you might have expected to write to Access.java in the current directory's subdirectory named folder. If that is actually what you want, then try this instead:FileOutputStream fos = new FileOutputStream(file);PC&#178;

  • 10g download zip problem

    I have been able to download 10g (twice)..
    But...the zip file(s) both have a bad CRC on database.dfb
    " creating: C:\Disk1\stage\Components\oracle.rdbms.seeddb\10.1.0.2.0\1\DataFiles\Expanded\seed\templates\
    Extracting Seed_Database.ctl
    Extracting Seed_Database.dfb
    bad CRC 2e664964 (should be 7c4f8219) "

    There's a button there for me to click...
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • 92010NT_Disk2.zip problem

    I downloaded 9i, in 92010NT_Disk2.zip, the file "Data_Warehourse.dfj" is corrupted.
    I cannot setup Database.
    Please help.
    Thanks,

    The URL is
    http://www.oracle.com/technology/software/products/oracle9i/htdocs/winsoft.html
    9011NTSrv_Disk2.zip does not work either the URL:
    http://www.oracle.com/technology/software/products/oracle9i/htdocs/platformsoft.html

Maybe you are looking for

  • Manual Staging in control cycle TR creation WM/PP integration

    Hi, We defined Material Staging Indicator as 4 in Control Cycle How do we trigger TR for this materials ly??? Do we need to create TR manually? OR any transaction which will allow to create TR automatically for desired quantities When i go to Change

  • Transfer executable report from one server to another

    hi all,        How to transfer executable report from one server to another? please reply fast its urgent thnx in advance

  • Periodic application, conversion on ytd value

    Hi all, I have SAP BPC 7.5.108 MS, I need to do a periodic application,but I would like to do a conversion applied on YTD value. Do you know if it's possible in the business rules? I know that it's possible, in the Ytd applciation, to apply the conve

  • SRST and Hunt Groups

    SRST ver 3.4. Is their a way to provide a sequential hunt group that will also provide forward on busy and foward no answer (based on a timeout value) to the next avialable extension in the group (a group being five or more members)? I have used the

  • 600EX RT dual masters?

    I was using 4 600EXs last night for the first time. My normal setup is two camera each with a speedlight set as master and two slave flashes on stands. In the past I've used Radiopoppers and have had no problem with each camera's flash being a master