Checking Executable Permission for Group

Hi All,
Is there a command to check if a file has executable permission for group? I am aware that it can be checked looking at permissions using "ls". But, if the same functionality is implemented in a shell script, is there a command to achieve this? For example, "find" commad with "-perm" option...
Thanks in advance

There are several ways to accomplish the task if you want to check a specific file.
For instance:
$ touch testfile1
$ touch testfile2
$ chmod 740 testfile1
$ chmod 750 testfile2
$ ls -l testfile?
-rwxr-----. 1 dude dude 0 May 13 11:51 testfile1
-rwxr-x---. 1 dude dude 0 May 13 11:51 testfile2
$ [ $(ls -l testfile1 | cut -c 7 | grep x ) ] && echo "yes" || echo "no"
no
$ [ $(ls -l testfile2 | cut -c 7 | grep x ) ] && echo "yes" || echo "no"
yes

Similar Messages

  • Execute permission for everyone missing after installation on Mac OS

    Hi,
    I installed JDeveloper on Mac OSx and recognized, that execute permission was missing for everyone on some directories under the middleware directory and on the JDeveloper executable in the application package: JDeveloper.app/Contents/MacOS/JDeveloper. So I could start JDeveloper only as administrator but not as normal user. Perhaps you could add this to the additional steps required for a Mac OS installation in the release notes.
    Best regards Thomas

    A user deleting a NECESSARY OS file is NOT (repeat: NOT) an Adobe problem. I've seen about a hundred people post in the Apple Forums this week that they did the EXACT same thing: deleted the Mach Kernel file, and it screwed up their entire OS. Apple f'ed up their 10.8.5 update to allow it to be visible, but that doesn't place ANY burden on anyone here.
    Kinda reminds me of my earliest days at AOL when people would call in because they deleted "rundll32" from their Windows 98 and then couldn't reboot.
    I hope everyone has learned, "If you DON'T KNOW what it does, leave it alone till you've researched it"

  • Exchange 2010: Send As Permission for group mailbox...

    Our helpdesk has a shared mailbox used for users to submit issues.  Up until a week ago, all of the helpdesk techs could send-as the shared mailbox.
     Now when they attempt to send as the shared mailbox via Outlook they get the error "You do not have the permission to send the message on behalf of the specified user.".  When I attempt to manage send as permission via EMC (using an account
    with Domain Admin privileges) I've found that the list of users who can send as is blank.  When I attempt to add send as permissions via EMC I get the error below:
    domain\username
    Failed
    Error:
    Active Directory operation failed on DC1.xxxxxx.local. This error is not retriable. Additional information: Access is denied.
    Active directory response: 00000005: SecErr: DSID-031521E1, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
    The user has insufficient access rights.
    Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.140).aspx?v=14.3.195.1&t=exchgf1&e=ms.exch.err.Ex6AE46B
    Exchange Management Shell command attempted:
    Add-ADPermission -Identity 'CN=account,DC=xxxxxx,DC=local'
    -User 'domain\username' -ExtendedRights 'Send-as'
    Elapsed Time: 00:00:00
    Anyone have any advice to fix this issue?
    Thanks in advance for your help.

    I got this sorted.  Here's the fix:
    On the problem account:  Open up active directory > Select the target user account > properties > Security Tab > advanced button.  If
    you cannot see the Security tab you have to go to view > advanced features
    On the Permissions tab put a check mark in Allow inheritable permissions from
    the parent and click ok

  • Unable to open document. Please check to see if you have read permission for the above file.

    System:
    Adobe Acrobat X Pro, 10.1.2
    Windows 7 Enterprise, 32-bit
    Quad Core badass CPU
    4GB RAM
    MS Word 2010 (Office 2010)
    I installed the latest version as Administrator and am running as Administrator. I have all rights to all files on the PC.
    When I attempt to create a PDF from any Word document, whether .DOC or .DOCX, I get an error window every time:
    "Unable to open document:"
    "[document location]"
    "Please check to see if you have read permission for the above file."
    This happens after the little notice pops up "Starting the application which created the document...."
    If I open Word and create PDF from the ribbon, it works. It still won't allow me to create from Acrobat.
    It creates PDFs from Excel files but not DOC files. I've searched for solutions but found none. I did find this from July of 2011:
    "I have found out from Adobe technical support that this is a known issue with Office 2010 SP1 installed. This is an FYI for anyone else experiencing this issue, remove SP1 and it will work ok. They said an update to correct this issue will be coming within the next quarter."
    I have updated to the latest version 10.1.2 and still have this problem.
    This is a major issue, because it also fails on batch conversions, which is what I really need for the 100 or so documents that need to be PDFed. I'm not going to open each individual file and save each one from within Word.
    This is a KNOWN ISSUE at Adobe, and if you look through the forums you'll find many people having this problem, and so far, I have not seen any solution.
    If anyone has found the solution, please post it here.
    Thanks!
    B

    I think I found a solution. It seems to be relatet to normal.dotm.
    In our environment we have upgraded from XP & Office 2003 to Win7 and Office 2010. Normal.dot is stored on the users home share. When Office 2010 is started for the first time (for a user) it takes some of the old stuff from normal.dot and puts it in the new normal.dotm. When this happens, we get this error in Acrobat X.
    The solution is to rename both normal.dot and notmal.dot to e.g. normal.dot.old and normal.dotm.old. Office/Word 2010 will then create a new, "clean" normal.dotm.
    (By the way, if you are in a corporate environment, you might have changed the default path to normal.dot in Office group policies. You can see it here: HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\common\general\usertemplates)
    I would be interested in knowing exactly why/what in normal.dotm caused this error. I can provide you (Adobe) with a faulty normal.dot(m), if you're interested.

  • Execute Permission Denied on Stored Procedure for SSRS Report

    I have a report in SSRS 2008R2.  The report is running against a 2005 instance.  This report, encapsulated as a stored procedure, runs fine in BIDS.  When I deploy it to the Report Manager I suddenly get"
    The EXECUTE permission was denied on the object 'ticketStatus',database 'SomeDatabase', schema 'dbo'.
    I have granted the execute permission to the sql login, I'll call it 'bob', being used in the datasource.  I can run the stored procedure in SSMS as that sql login.  That SQL login is also assigned the db_datareader and db_denydatawriter database
    level roles in the database for the query.  The query makes use of a linked server to another database.  I have tested that I can run the query via the linked server using the SQL login.  I created a separate SSRS report and simply used the
    SELECT part of my stored proc.  I upload that to the Report Manager and it works fine.  I can't figure out why this report will not work when it is set up to use the Stored Proc.  Any help sorting this out would be appreciated.

    I have granted the execute permission to the sql login, I'll call it 'bob', being used in the datasource.  I can run the stored procedure in SSMS as that sql login.  That SQL login is also assigned the db_datareader and db_denydatawriter database
    level roles in the database for the query.  The query makes use of a linked server to another database.  ...
    You are saying you are using a linked server for a database that sits on the same server as the database where the Procedure resides? Is there any reason to do that instead of just using a 3-part name, possibly in combination with a synonym?
    Linked servers have a different security concept also
    Trustworthy should not be used then either as it can lead to privilege escalation/elevation attacks from inside that database
    Cross Database Ownership chaining is yet another and different problem
    The best woul be to have that Login as a user in both databases and have the necessary permissions like Execute on Schema/Database there. Deny should only be necvessary under the circumstances that the user is member of different groups/roles
    Andreas Wolter
    Microsoft Certified Master SQL Server 2008
    Microsoft Certified Solutions Master SQL Data Platform, SQL Server 2012
    Blog: www.insidesql.org/blogs/andreaswolter
    Web: www.andreas-wolter.com |
    www.SarpedonQualityLab.com

  • Check the stock for a particular material belonging to a material group.

    Hi,
    Is it possible to check the stock for a particular material belonging to a material group.
    Your help will be appreciated.
    Regards,
    kavita.

    Hi Kavita,
    go to transaction MB52 , in the selection screen enter the material and the material group  that you want the results for, and execute. You will get desired results.
    Regards
    Mangesh
    Reward points if it helps
    Message was edited by:
            Mangesh More

  • Search account got - Insufficient sql database permissions for user. EXECUTE permission was denied on the object proc_Gettimerrunningjobs

    Dear all,
    I am troubleshooting a critical error showed up on Event log.  It said:
    Insufficient sql database permissions for user 'Name:domain\wss_search ....... EXECUTE permission was denied on the object 'proc_GetTimerRunningJobs', database 'SharePoint_Config', schema 'dbo'
    domain\wss_search is the default content access account. According to
    http://technet.microsoft.com/en-us/library/cc678863.aspx I should not grant it the Farm Administrators permission.
    In the Search Center I am able to search out documents as expected so I think the search service is fine.   However I have no clue why this account is trying to access 'proc_GetTimerRunningJobs'.
    Mark

    Hi Mark,
    This issue was caused by the search account’s permission. For resolving your issue, please do as the followings:
    Expand your SharePoint Configuration database 'SharePoint_Config' and navigate to ‘proc_GetTimerRunningJobs’ under Programmability ->Stored Procedures
    Right-click proc_GetTimerRunningJobs and choose Properties
    Click on Permission on the left launch
    Select the Search button and browse for ‘WSS_Content_Application_Pools’
    Provide ‘Execute’ permissions for ‘WSS_Content_Application_Pools’
    Click OK
    Here are some similar posts for you to take a look at:
    http://adammcewen.wordpress.com/2013/03/01/execute-permission-denied-on-sharepoint-config-db/
    http://technet.microsoft.com/en-us/library/ee513067(v=office.14).aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • DB installs fails with [INS-30060] Check for group existence failed

    Hi folks
    as user jjayet I'm running on OEL 5.6 64 bits the following command to install DB 11gR2 :
    $ /mntmats/SOAVM0504/AUTO_WORK/dbzip_shiphome/database/Disk1/runInstaller -ignoreSysPrereqs -invPtrLoc /ade/jjayet_dte9672/oracle/work/DATABASE1/oraInst.loc -force -silent -waitforcompletion -responseFile /ade/jjayet_dte9672/oracle/work/DATABASE1/db.rsp
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB. Actual 15258 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 16454 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-04-05_06-07-54AM. Please wait ...[FATAL] [INS-30060] Check for group existence failed.
    CAUSE: Unexpected error occurred while trying to check for group existence.
    $ id
    uid=511053(jjayet) gid=8500(dba) groups=8500(dba),59031(oinstall)
    the problems seems relater to accessing /tmp
    as the local disk is not enough to use the default /tmp (the DB install will fail with full disk error as the local disk space is very low )
    I've created a partition from new disk to /tmp which I have then mounted (default is nfs3) :
    # mount /dev/xvdc1 /tmp
    # mount
    /dev/xvdc1 on /tmp type ext2 (rw)
    the result of DB install into /tmp is :
    # cd /tmp
    # ls -altr
    drwxr-xr-x 32 root root 4096 Apr 5 06:07 ..
    drwxr-xr-x 2 jjayet dba 4096 Apr 5 06:36 CVU_11.2.0.2.0_jjayet
    drwxrwxrwx 7 root root 4096 Apr 5 06:36 .
    if I umount /tmp but use the local /tmp
    re-running the DB installer as user jjayet it does not raise the error above
    and now local /tmp contains :
    # cd /tmp
    # ls -altr
    drwxr-xr-x 32 root root 4096 Apr 5 06:07 ..
    drwxr-x--- 10 jjayet dba 4096 Apr 5 06:25 OraInstall2012-04-05_06-25-28AM
    drwxr-xr-x 3 jjayet dba 4096 Apr 5 06:25 CVU_11.2.0.2.0_jjayet
    drwxrwxrwt 5 root root 4096 Apr 5 06:25 .
    do you know how to use tmp over nfs with user jjayet so that the DB can install properly ?
    it seems that the files created as user jjayet into mounted /tmp are not identified properly
    thks in advance
    jean

    thks for the pointer
    I found the post you mention but it does not help
    it does not explain the root cause of the problem but just propose a workaround to pass an option to installer which will popi\up an interactive messgae at install time
    as installation is done automatically through ADE / DTE I cannot use this workaround
    any expert in oracle DB install can help ?
    thks
    Jean

  • Grant execute permission to stord proc for user setup on inital DB server creation

    When I setup my SQL Azure DB it asked for me to create a login, which I did. Now I need to give that users execute permission on some stored proc but when I run
    GRANT EXECUTE ON ELMAH_GetErrorsXml TO MyUser;
    I get the error
    Cannot find the user 'MyUser', because it does not exist or you do not have permission.
    If I look under Security -> Users I do not see my user listed I only see dbo, quest, INFORMATION_SCHEMA, and sys.

    Hi,
    Please refer these links for more details.
    http://azure.microsoft.com/en-us/documentation/articles/sql-database-get-started/
    http://msdn.microsoft.com/en-us/library/ms187965.aspx
    http://msdn.microsoft.com/en-us/library/ms173463%28v=SQL.100%29.aspx
    Girish Prajwal

  • Enable-CsUser : The EXECUTE permission was denied on the object 'XdsPublishItems', database 'xds', schema 'dbo'

    I have created a PowerShell script that automates enabling users for Lync and setting policies based on group membership. I've successfully tested this script under my domain admin account and now I am working on getting it running as a scheduled task.
    Since all the script really does related to Lync is run the commands Enable-CsUser, Set-CsUser, and Grant-Cs<policy name>Policy, I elected to create a service account that only has Lync user administration permissions.  Initially, this user account
    was just a member of CSUserAdministration but this was not working so I added the user to RTCUniversalUserAdmins based on some other information I found.
    This change got me by the various access denied errors I was getting in the script, but now I am getting the following error when I run the Enable-CsUser part:
    Enable-CsUser : The EXECUTE permission was denied on the object 'XdsPublishItems', database 'xds', schema 'dbo'.
    At line:1 char:1
    + Enable-CsUser -Identity <redacted> -RegistrarPool <redacted> - ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Enable-CsUser], SqlException
    + FullyQualifiedErrorId : System.Data.SqlClient.SqlException,Microsoft.Rtc.Management.AD.Cmdlets.EnableOcsUserCmdl
    et
    This seems to be some sort of permission error related to the permissions on the SQL database "xds".  I checked, and RTCUniversalUserAdmins is a member of both CsUserAdministration and RTCUniversalReadOnlyAdmins.  This latter group does
    have permissions on the xds database.  It appears to be granted the "public" role on the database server.  The User Mapping shows the following users mapped to the login:
    cpsdyn: public,ReadOnlyRole
    lis: public,ReadOnlyRole
    rgsconfig: public,ReadOnlyRole
    rgsdyn: public,ReadOnlyRole
    rtcxds: public,ConsumerRole
    xds: public,ConsumerRole
    Even though I receive this error, the user is actually added to Lync. Follow-up Set-CsUser and Grant-Cs<policy name>Policy cmdlets succeed just fine.
    What do I need to do to fix this error message?

    The issue is not related to UAC / Run As Administrator / Run With Highest Privileges.  I have verified that accounts granted only the CS User Administrator role simply do not have access to the XdsPublishItems stored procedure in the Lync xds database,
    even if they are members of RTCUniversalUserAdmins.
    Also, it does not have anything to do with my script.  Even if I grant my service account that local Administrator rights on the Lync front-end server, log into the server with that account, and run the Lync Server Management Shell as administrator
    and then do just the Enable-CsUser cmdlet (not my whole script), I get the same error.
    I ended up opening a Microsoft support case (#114040311332658) and it has been going on for weeks now.  Eventually they just told me that I needed to either have my script establish a remote PowerShell session to Lync or install the Lync management
    tools on another server and have the script call the Lync Server Management Shell from that server.  They say this because the Planning for Role-Based Access Control documentation (http://technet.microsoft.com/en-us/library/gg425917.aspx)
    has the following tip:
    "RBAC restrictions work only on administrators working remotely, using either the Lync Server Control Panel or Lync Server Management Shell. A user sitting at a server running Lync Server is not restricted by RBAC. Therefore, physical security of your
    Lync Server is important to preserve RBAC restrictions."
    I did attempt to run a PowerShell instance on my workstation as the service account, establish a remote PowerShell session to the Lync front-end server, and then run Enable-CsUser and I can confirm that it does run successfully and I do not receive an error
    of any kind.
    I told the support personnel that the tip stating that RBAC doesn't actually restrict permissions if running PowerShell on the server itself doesn't mean that you simply cannot run PowerShell cmdlets and scripts on the server, it just means that the user
    running the cmdlet or script won't have their accessible cmdlets limited to only those granted to the role assigned.  I told them I want a description of what the XdsPublishItem stored procedure does at a high level so I can determine if the error can
    just be simply ignored in this case.  I'm still waiting for them to get back to me on that.
    They did say they tested it on their end and confirm the same behavior in their test environment.  They also said that it doesn't seem to have any sort of negative impact on the functionality of the enabled Lync user or the consistency of the SQL database. 
    That said, I don't want to just take their word for it without them knowing what XdsPublishItem does.

  • The purpose of the executable permission

    Hi,
    What is the purpose behind the execute permission of Unix? Because if you can read it, you can always find a way to execute it anyway.
    The read and write are pretty obvious.
    If you can read a file, even if its execute permission isn't set and you don't have the rights to change the file permissions, you just copy it to your own machine, make it executable, and run it.
    What does execute even mean? If it's Brainfuck code, then with read permissions your typical Brainfuck interpreter can execute it, no execute permission needed. Isn't running a Turing complete esoteric programming language considered executing? Or displaying an HTML file with JavaScript code in it...
    There's probably something behind the execute permission that I don't know. The only way I come into contact with this permission, is in an annoying way: to enable it because it wasn't enabled already while I want to run it. What good (security) purpose does it serve in practice?
    Thanks!

    It isn't solely about security. You can execute anything you can read, it's always been this way.
    s1gma is right in that it 'helps' shells etc. figure out what to execute
    The 2 security aspects I can think of are:
    a) You want an executable to be setuid for some user, but you only want people from a specific group to be able to execute it as setuid.
    They can still execute it by copying, but the setuid flag gets lost, so they'll be executing it as themselves, rather than the user who owned the original file.
    b) Help against "accidental" execution.
    For instance, a good reason to mount something 'noexec' is because it might contain binaries from other machines, where you don't know what's going on.
    So if you want to execute, you want to specifically get a snapshot of the file at your machine, then check if it's really what you want (sha1/md5 sum etc), then finally execute it - most likely by setting the execute permission, then running it.
    Another use for it - in a completely different manner - is for example an init script directory, like you have it in slackware (or at least when I used slackware it worked that way).
    Where all init scripts you wanted to start at boot time where simply marked executable, and the others you had to execute by hand using a shell (sh /etc/rc.d/foo start or whatever it used to be.)
    Last edited by Blµb (2012-03-24 20:09:10)

  • Cannot execute Install for database ORACLE_HOME

    Dear ALl,
    EBS 11.5.9 with Windows 2003, during multi-node installation error.
    log file
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 11.5.9.21
    >> Install session started : Fri Jul 25 17:41:05 GST 2008
    >> Rapid Wizard source location : D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz
    >> Command Line arguments for this execution :
    =================================================================
    Install Session Information
    Host Name : sysd.apps.com
    Host Operating System : Windows 2000
    User running Install : applmgr
    =================================================================
    InstUpgPanel - User chooses to Install Oracle Applications
    NumNodesPanel - Multi-node Selected
    SIDSeedPanel - The PROD database is set to PROD fresh install database
    ProductPanel - The following are the selected Product Groups for instance PROD
    Basic
    E-Business Intelligence
    Marketing
    TeleSales
    Field Sales
    Order Management
    Inventory Management
    Purchasing
    Discrete Manufacturing
    Process Manufacturing
    TeleService
    Service Contracts
    Project Costing
    Project Billing
    Financials
    Human Resources
    ProductPanel - The following are the selected Product for instance PROD
    0
    160
    190
    265
    601
    174
    175
    690
    874
    709
    454
    452
    450
    558
    451
    530
    517
    520
    549
    670
    691
    882
    521
    676
    880
    696
    697
    660
    522
    544
    869
    676
    279
    697
    660
    702
    401
    665
    673
    401
    665
    201
    202
    250
    401
    702
    703
    704
    705
    706
    712
    550
    551
    552
    553
    554
    555
    556
    557
    514
    511
    542
    862
    696
    872
    170
    866
    518
    515
    510
    870
    524
    542
    275
    275
    101
    140
    200
    222
    240
    260
    600
    8400
    8401
    8450
    8901
    231
    673
    800
    804
    8301
    8302
    TerritoryPanel - The following are the selected settings for instance PROD
    LanguagePanel - The following are the selections from the Language Panel:
    US - American_English
    US - American_English
    US7ASCII
    US7ASCII
    AMERICA
    MultiNodePanel - Selected nodes:
    [Ljava.lang.String;@eddac
    [Ljava.lang.String;@7b7565
    [[Z@583cf4
    QuickPanel - Empty Fields were encountered. Number of empty Fields:1
    QuickPanel - The following are the selected top directories for instance PROD
    e:\oracle e:\oracle e:\oracle f:\oracle f:\oracle f:\oracle applmgr password apps.com
    QuickPanel - The following are the selected top directories for instance PROD
    e:\oracle e:\oracle e:\oracle f:\oracle f:\oracle f:\oracle applmgr password apps.com
    MountsPanel - The following are the mount points selected by the user for instance PROD
    e:\oracle\prodappl
    e:\oracle\prodappl
    e:\oracle\prodappl
    e:\oracle\prodappl
    US7ASCII
    US-ASCII
    e:\oracle\prodcomn
    e:\oracle\proddb\9.2.0
    e:\oracle\prodora\8.0.6
    e:\oracle\prodora\iAS
    f:\oracle\proddata
    f:\oracle\proddata
    f:\oracle\proddata
    f:\oracle\proddata
    e:\oracle\prodcomn\java
    e:\oracle\prodcomn\portal
    e:\oracle\prodcomn\util\jre\1.1.8
    e:\oracle\prodcomn\temp
    applmgr
    password
    apps.com
    C:\mksnt
    C:\VC98
    C:\java\jdk1.3.1
    c:\Program Files\Oracle\Inventory
    MountsPanel - The following are the mount points selected by the user for instance PROD
    e:\oracle\prodappl
    e:\oracle\prodappl
    e:\oracle\prodappl
    e:\oracle\prodappl
    US7ASCII
    US-ASCII
    e:\oracle\prodcomn
    e:\oracle\proddb\9.2.0
    e:\oracle\prodora\8.0.6
    e:\oracle\prodora\iAS
    f:\oracle\proddata
    f:\oracle\proddata
    f:\oracle\proddata
    f:\oracle\proddata
    e:\oracle\prodcomn\java
    e:\oracle\prodcomn\portal
    e:\oracle\prodcomn\util\jre\1.1.8
    e:\oracle\prodcomn\temp
    applmgr
    password
    apps.com
    C:\mksnt
    C:\VC98
    C:\java\jdk1.3.1
    c:\Program Files\Oracle\Inventory
    MountsPanel - The following are the mount points selected by the user for instance PROD
    e:\oracle\prodappl
    e:\oracle\prodappl
    e:\oracle\prodappl
    e:\oracle\prodappl
    US7ASCII
    US-ASCII
    e:\oracle\prodcomn
    e:\oracle\proddb\9.2.0
    e:\oracle\prodora\8.0.6
    e:\oracle\prodora\iAS
    f:\oracle\proddata
    f:\oracle\proddata
    f:\oracle\proddata
    f:\oracle\proddata
    e:\oracle\prodcomn\java
    e:\oracle\prodcomn\portal
    e:\oracle\prodcomn\util\jre\1.1.8
    e:\oracle\prodcomn\temp
    applmgr
    password
    apps.com
    d:\MKS\mksnt
    d:\VC98
    C:\jdk1.3.1_06
    c:\Program Files\Oracle\Inventory
    MountsPanel - The following are the mount points selected by the user for instance PROD
    e:\oracle\prodappl
    e:\oracle\prodappl
    e:\oracle\prodappl
    e:\oracle\prodappl
    US7ASCII
    US-ASCII
    e:\oracle\prodcomn
    e:\oracle\proddb\9.2.0
    e:\oracle\prodora\8.0.6
    e:\oracle\prodora\iAS
    f:\oracle\proddata
    f:\oracle\proddata
    f:\oracle\proddata
    f:\oracle\proddata
    e:\oracle\prodcomn\java
    e:\oracle\prodcomn\portal
    e:\oracle\prodcomn\util\jre\1.1.8
    e:\oracle\prodcomn\temp
    applmgr
    password
    apps.com
    d:\MKS\mksnt
    d:\VC98
    C:\jdk1.3.1_06
    c:\Program Files\Oracle\Inventory
    SettingsPanel - The following are the selected settings for instance PROD
    PROD
    PROD
    US7ASCII
    AMERICA
    1521
    1626
    7000
    8000
    8100
    8200
    8800
    9000
    9100
    9200
    9300
    9800
    10000
    10100
    10200
    10300
    16000-16009
    17000-17009
    18000-18019
    19000-19009
    AppsConfig temp dir set to: C:\DOCUME~1\applmgr\LOCALS~1\Temp
    ConfigFilePanel - Setting temp directory to: C:\DOCUME~1\applmgr\LOCALS~1\Temp <-> C:\DOCUME~1\applmgr\LOCALS~1\Temp\
    ConfigFilePanel - Writing configuration file to: C:\DOCUME~1\applmgr\LOCALS~1\Temp\config.txt
    Port Availability Check :
    Database Port Value = 1521...... Available
    Operating System Check
    command : cmd.exe /c D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\bin\checkOS.cmd
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>echo off
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\applmgr\Application Data
    ClusterLog=C:\WINDOWS\Cluster\cluster.log
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=SYSD
    ComSpec=C:\WINDOWS\system32\cmd.exe
    DISPLAY=:0.0
    HOME=C:\Documents and Settings\applmgr
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\applmgr
    include=D:\VC98\atl\include;D:\VC98\mfc\include;D:\VC98\include
    lib=D:\VC98\mfc\lib;D:\VC98\lib
    LOGONSERVER=\\SYSD
    MSDevDir=D:\VC98\MSDev98
    NUMBER_OF_PROCESSORS=16
    NUTCROOT=D:\MKS
    OS=Windows_NT
    Path=C:\Perl\bin;D:\MKS\bin;D:\MKS\bin\x11;D:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\VC98\Tools\WinNT;D:\VC98\MSDev98\Bin;D:\VC98\Tools;D:\VC98\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 11, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=0f0b
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    ROOTDIR=D:\MKS
    SESSIONNAME=Console
    SHELL=D:\MKS\mksnt\sh.exe
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\applmgr\LOCALS~1\Temp
    TERM=nutc
    TERMCAP=D:\MKS\etc\termcap
    TERMINFO=D:\MKS\usr\lib\terminfo
    TMP=C:\DOCUME~1\applmgr\LOCALS~1\Temp
    TMPDIR=C:\DOCUME~1\applmgr\LOCALS~1\Temp
    USERDOMAIN=SYSD
    USERNAME=applmgr
    USERPROFILE=C:\Documents and Settings\applmgr
    windir=C:\WINDOWS
    Operating System patch/version test has suceeded
    Port Uniqueness Check :
    All ports are unique.
    File System Check :
    Database ORACLE_HOME created:
    Mount Point = e:\oracle\proddb\9.2.0
    Database ORACLE_HOME admin folder created:
    Mount Point = e:\oracle\proddb\9.2.0\appsutil
    Database ORACLE_HOME temp folder created:
    Mount Point = e:\oracle\proddb\9.2.0\appsutil\temp
    Database Install Log Directory created:
    Mount Point = e:\oracle\proddb\9.2.0\appsutil\log\PROD_sysd
    Database System File Directory created:
    Mount Point = f:\oracle\proddata
    Database Log File Directory available:
    Mount Point = f:\oracle\proddata
    Database Data File Directory available:
    Mount Point = f:\oracle\proddata
    Database Index File Directory available:
    Mount Point = f:\oracle\proddata
    File Space Check :
    Disk space on system acceptable :
    Database ORACLE_HOME = e:\oracle\proddb\9.2.0
    required = 2381.0
    actual = 102323.203125
    Disk space on system acceptable :
    Database System File Directory = f:\oracle\proddata
    required = 9259.0
    actual = 457021.93359375
    Disk space on system acceptable :
    Database Log File Directory = f:\oracle\proddata
    required = 49.0
    actual = 447762.93359375
    Disk space on system acceptable :
    Database Data File Directory = f:\oracle\proddata
    required = 8175.0
    actual = 447713.93359375
    Disk space on system acceptable :
    Database Index File Directory = f:\oracle\proddata
    required = 6532.0
    actual = 439538.93359375
    Host/Domain Check :
    command : ping -n 1 sysd
    Pinging sysd [192.168.6.16] with 32 bytes of data:
    Reply from 192.168.6.16: bytes=32 time<1ms TTL=128
    Ping statistics for 192.168.6.16:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host ping has suceeded
    command : ping -n 1 sysd.apps.com
    Pinging sysd.apps.com [192.168.6.16] with 32 bytes of data:
    Reply from 192.168.6.16: bytes=32 time<1ms TTL=128
    Ping statistics for 192.168.6.16:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host.domain ping has suceeded
    command : ping -n 1 sysm
    Pinging sysm [192.168.6.17] with 32 bytes of data:
    Reply from 192.168.6.17: bytes=32 time<1ms TTL=128
    Ping statistics for 192.168.6.17:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host ping has suceeded
    command : ping -n 1 sysm.apps.com
    Ping request could not find host sysm.apps.com. Please check the name and try again.
    Error - host.domain ping has returned an error: 1
    System variable PATH set to:
    C:\Perl\bin;D:\MKS\bin;D:\MKS\bin\x11;D:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\VC98\Tools\WinNT;D:\VC98\MSDev98\Bin;D:\VC98\Tools;D:\VC98\bin
    System Utilities Check :
    command : cmd.exe /c D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\bin\checkutil.cmd d:\MKS\mksnt d:\VC98
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>echo off
    Setting environment for using Microsoft Visual C++ tools.
    C:\WINDOWS\system32/cmd.exe
    'which' command is available.
    C:\WINDOWS\system32/gnumake.exe
    'gnumake' is available.
    d:\MKS\mksnt/cc.exe
    'cc' is available.
    D:\VC98\BIN/link.exe
    'link' is available.
    ERRORCODE = 0 ERRORCODE_END
    System Utilities Availability test has suceeded
    JDK Availability Check :
    running command : CheckerClass.JDKCheck()
    JDK Availability Test has succeeded , Version Detected is java version "1.3.1_06"
    QuickPanel - The following are the selected top directories for instance PROD
    e:\oracle e:\oracle e:\oracle f:\oracle f:\oracle f:\oracle applmgr password apps.com
    QuickPanel - The following are the selected top directories for instance PROD
    e:\oracle e:\oracle e:\oracle f:\oracle f:\oracle f:\oracle applmgr password appsa.com
    MountsPanel - The following are the mount points selected by the user for instance PROD
    e:\oracle\prodappl
    e:\oracle\prodappl
    e:\oracle\prodappl
    e:\oracle\prodappl
    US7ASCII
    US-ASCII
    e:\oracle\prodcomn
    e:\oracle\proddb\9.2.0
    e:\oracle\prodora\8.0.6
    e:\oracle\prodora\iAS
    f:\oracle\proddata
    f:\oracle\proddata
    f:\oracle\proddata
    f:\oracle\proddata
    e:\oracle\prodcomn\java
    e:\oracle\prodcomn\portal
    e:\oracle\prodcomn\util\jre\1.1.8
    e:\oracle\prodcomn\temp
    applmgr
    password
    apps.com
    d:\MKS\mksnt
    d:\VC98
    C:\jdk1.3.1_06
    c:\Program Files\Oracle\Inventory
    MountsPanel - The following are the mount points selected by the user for instance PROD
    e:\oracle\prodappl
    e:\oracle\prodappl
    e:\oracle\prodappl
    e:\oracle\prodappl
    US7ASCII
    US-ASCII
    e:\oracle\prodcomn
    e:\oracle\proddb\9.2.0
    e:\oracle\prodora\8.0.6
    e:\oracle\prodora\iAS
    f:\oracle\proddata
    f:\oracle\proddata
    f:\oracle\proddata
    f:\oracle\proddata
    e:\oracle\prodcomn\java
    e:\oracle\prodcomn\portal
    e:\oracle\prodcomn\util\jre\1.1.8
    e:\oracle\prodcomn\temp
    applmgr
    password
    appsa.com
    d:\MKS\mksnt
    d:\VC98
    C:\jdk1.3.1_06
    c:\Program Files\Oracle\Inventory
    SettingsPanel - The following are the selected settings for instance PROD
    PROD
    PROD
    US7ASCII
    AMERICA
    1521
    1626
    7000
    8000
    8100
    8200
    8800
    9000
    9100
    9200
    9300
    9800
    10000
    10100
    10200
    10300
    16000-16009
    17000-17009
    18000-18019
    19000-19009
    AppsConfig temp dir set to: C:\DOCUME~1\applmgr\LOCALS~1\Temp
    ConfigFilePanel - Setting temp directory to: C:\DOCUME~1\applmgr\LOCALS~1\Temp <-> C:\DOCUME~1\applmgr\LOCALS~1\Temp\
    ConfigFilePanel - Writing configuration file to: C:\DOCUME~1\applmgr\LOCALS~1\Temp\config.txt
    Port Availability Check :
    Database Port Value = 1521...... Available
    Operating System Check
    command : cmd.exe /c D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\bin\checkOS.cmd
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>echo off
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\applmgr\Application Data
    ClusterLog=C:\WINDOWS\Cluster\cluster.log
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=SYSD
    ComSpec=C:\WINDOWS\system32\cmd.exe
    DISPLAY=:0.0
    HOME=C:\Documents and Settings\applmgr
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\applmgr
    include=D:\VC98\atl\include;D:\VC98\mfc\include;D:\VC98\include
    lib=D:\VC98\mfc\lib;D:\VC98\lib
    LOGONSERVER=\\SYSD
    MSDevDir=D:\VC98\MSDev98
    NUMBER_OF_PROCESSORS=16
    NUTCROOT=D:\MKS
    OS=Windows_NT
    Path=C:\Perl\bin;D:\MKS\bin;D:\MKS\bin\x11;D:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\VC98\Tools\WinNT;D:\VC98\MSDev98\Bin;D:\VC98\Tools;D:\VC98\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 11, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=0f0b
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    ROOTDIR=D:\MKS
    SESSIONNAME=Console
    SHELL=D:\MKS\mksnt\sh.exe
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\applmgr\LOCALS~1\Temp
    TERM=nutc
    TERMCAP=D:\MKS\etc\termcap
    TERMINFO=D:\MKS\usr\lib\terminfo
    TMP=C:\DOCUME~1\applmgr\LOCALS~1\Temp
    TMPDIR=C:\DOCUME~1\applmgr\LOCALS~1\Temp
    USERDOMAIN=SYSD
    USERNAME=applmgr
    USERPROFILE=C:\Documents and Settings\applmgr
    windir=C:\WINDOWS
    Operating System patch/version test has suceeded
    Port Uniqueness Check :
    All ports are unique.
    File System Check :
    Database ORACLE_HOME available:
    Mount Point = e:\oracle\proddb\9.2.0
    Database ORACLE_HOME admin folder available:
    Mount Point = e:\oracle\proddb\9.2.0\appsutil
    Database ORACLE_HOME temp folder available:
    Mount Point = e:\oracle\proddb\9.2.0\appsutil\temp
    Database Install Log Directory available:
    Mount Point = e:\oracle\proddb\9.2.0\appsutil\log\PROD_sysd
    Database System File Directory available:
    Mount Point = f:\oracle\proddata
    Database Log File Directory available:
    Mount Point = f:\oracle\proddata
    Database Data File Directory available:
    Mount Point = f:\oracle\proddata
    Database Index File Directory available:
    Mount Point = f:\oracle\proddata
    File Space Check :
    Disk space on system acceptable :
    Database ORACLE_HOME = e:\oracle\proddb\9.2.0
    required = 2381.0
    actual = 102323.203125
    Disk space on system acceptable :
    Database System File Directory = f:\oracle\proddata
    required = 9259.0
    actual = 457021.93359375
    Disk space on system acceptable :
    Database Log File Directory = f:\oracle\proddata
    required = 49.0
    actual = 447762.93359375
    Disk space on system acceptable :
    Database Data File Directory = f:\oracle\proddata
    required = 8175.0
    actual = 447713.93359375
    Disk space on system acceptable :
    Database Index File Directory = f:\oracle\proddata
    required = 6532.0
    actual = 439538.93359375
    Host/Domain Check :
    command : ping -n 1 sysd
    Pinging sysd [192.168.6.16] with 32 bytes of data:
    Reply from 192.168.6.16: bytes=32 time<1ms TTL=128
    Ping statistics for 192.168.6.16:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host ping has suceeded
    command : ping -n 1 sysd.apps.com
    Pinging sysd.apps.com [192.168.6.16] with 32 bytes of data:
    Reply from 192.168.6.16: bytes=32 time<1ms TTL=128
    Ping statistics for 192.168.6.16:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host.domain ping has suceeded
    command : ping -n 1 sysm
    Pinging sysm [192.168.6.17] with 32 bytes of data:
    Reply from 192.168.6.17: bytes=32 time<1ms TTL=128
    Ping statistics for 192.168.6.17:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host ping has suceeded
    command : ping -n 1 sysm.appsa.com
    Pinging sysm.appsa.com [208.87.33.150] with 32 bytes of data:
    Reply from 208.87.33.150: bytes=32 time=295ms TTL=48
    Ping statistics for 208.87.33.150:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 295ms, Maximum = 295ms, Average = 295ms
    host.domain ping has suceeded
    System Utilities Check :
    command : cmd.exe /c D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\bin\checkutil.cmd d:\MKS\mksnt d:\VC98
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>echo off
    Setting environment for using Microsoft Visual C++ tools.
    C:\WINDOWS\system32/cmd.exe
    'which' command is available.
    C:\WINDOWS\system32/gnumake.exe
    'gnumake' is available.
    d:\MKS\mksnt/cc.exe
    'cc' is available.
    D:\VC98\BIN/link.exe
    'link' is available.
    ERRORCODE = 0 ERRORCODE_END
    System Utilities Availability test has suceeded
    JDK Availability Check :
    running command : CheckerClass.JDKCheck()
    JDK Availability Test has succeeded , Version Detected is java version "1.3.1_06"
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    Install Oracle 9i technology stack for PROD.
    Install Oracle Applications Database Seed for PROD.
    DoInstallPanel - User continued install at warning dialog.
    DoInstallPanel - Beginning install for all users.
    Starting from Rapid Install Full Stage area D:\Stage_area_11.5.9\oraDB\Disk1
    RapidWiz location: D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz
    Install Media location: D:\Stage_area_11.5.9\startCD\Disk1
    APPL_TOP location: e:\oracle\prodappl
    Database ORACLE_HOME: e:\oracle\proddb\9.2.0
    Database SID: PROD
    Database Context Name : PROD_sysd
    Creating 9.2.0 DB Context from D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp to e:\oracle\proddb\9.2.0\appsutil\PROD_sysd.xml
    instantiate file:
    source : D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : e:\oracle\proddb\9.2.0\appsutil\PROD_sysd.xml
    instantiate file:
    source : e:\oracle\proddb\9.2.0\appsutil\PROD_sysd.xml
    dest : e:\oracle\proddb\9.2.0\appsutil\PROD_sysd.xml
    instantiate file:
    source : e:\oracle\proddb\9.2.0\appsutil\PROD_sysd.xml
    dest : e:\oracle\proddb\9.2.0\appsutil\PROD_sysd.xml
    Processing DriverFile = D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\template\adridb.drv
    Total number of processes in Current Install 3
    Processing DriverFile = D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\template\adridb.drv
    Invalid target file name in driver file: <s_com>\admin\out
    Creation of Directory - E:\oracle\proddb\9.2.0\temp\PROD_sysd Succeeded.
    instantiate file:
    source : D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\template\adrun8i.cmd
    dest : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun8i.cmd
    backup : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun8i.cmd to C:\DOCUME~1\applmgr\LOCALS~1\Temp\templbac\adrun8i.cmd
    instantiate file:
    source : D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\template\adrun9i.cmd
    dest : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun9i.cmd
    backup : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun9i.cmd to C:\DOCUME~1\applmgr\LOCALS~1\Temp\templbac\adrun9i.cmd
    instantiate file:
    source : D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\template\adrundb.cmd
    dest : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrundb.cmd
    backup : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrundb.cmd to C:\DOCUME~1\applmgr\LOCALS~1\Temp\templbac\adrundb.cmd
    Step 0 of 3
    Command: e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun8i.cmd
    Processing Step 1 of 3
    Executing: e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun8i.cmd APPS APPS
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM $Header: adrun8i.cmd 115.24 2003/07/17 00:44:02 psaddi ship $
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM ###############################################################
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and overwritten.
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM If you were instructed to edit this file, or if you are not able to use the settings
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM created by AutoConfig, refer to Metalink document 165195.1 for assistance.
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM ###############################################################
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>(set date=Fri 07/25/2008 )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>(set time=05:49 PM )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM Print out the program name and start time
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : 8I RDBMS : Fri 07/25/2008 05:49 PM
    STARTED INSTALL PHASE : 8I RDBMS : Fri 07/25/2008 05:49 PM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET JRE_PATH=D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\bin\java
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET JRE_CP=.;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\lib\rt.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\lib\i18n.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\acc.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\adconfig.zip
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET ENV_FILE=e:\oracle\proddb\9.2.0\appsutil\PROD_sysd.xml
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET PATH=D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\unzip\NT;C:\Perl\bin;D:\MKS\bin;D:\MKS\bin\x11;D:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\VC98\Tools\WinNT;D:\VC98\MSDev98\Bin;D:\VC98\Tools;D:\VC98\bin
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=16 )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>CD /D C:\DOCUME~1\applmgr\LOCALS~1\Temp
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM Install 8i will only happen, if database is "db817"
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>if "db920" == "db817" goto :INSTALL_DB
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>goto :SCRIPTEND
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>(set date=Fri 07/25/2008 )
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>(set time=05:49 PM )
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>ECHO FINISHED INSTALL PHASE : 8I RDBMS : Fri 07/25/2008 05:49 PM
    FINISHED INSTALL PHASE : 8I RDBMS : Fri 07/25/2008 05:49 PM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>echo "Database ORACLE_HOME installation succeeded"
    "Database ORACLE_HOME installation succeeded"
    e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun8i.cmd APPS APPS has suceeded
    Step 1 of 3
    Command: e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun9i.cmd
    Processing Step 2 of 3
    Executing: e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun9i.cmd APPS APPS
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM $Header: adrun9i.cmd 115.19 2003/07/17 00:44:06 psaddi ship $
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM ###############################################################
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and overwritten.
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM If you were instructed to edit this file, or if you are not able to use the settings
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM created by AutoConfig, refer to Metalink document 165195.1 for assistance.
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM ###############################################################
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>(set date=Fri 07/25/2008 )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>(set time=05:49 PM )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : 9I RDBMS : Fri 07/25/2008 05:49 PM
    STARTED INSTALL PHASE : 9I RDBMS : Fri 07/25/2008 05:49 PM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET JRE_PATH=D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\bin\java
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET JRE_CP=.;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\lib\rt.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\lib\i18n.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\acc.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\adconfig.zip
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET ENV_FILE=e:\oracle\proddb\9.2.0\appsutil\PROD_sysd.xml
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET PATH=D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\unzip\NT;C:\Perl\bin;D:\MKS\bin;D:\MKS\bin\x11;D:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\VC98\Tools\WinNT;D:\VC98\MSDev98\Bin;D:\VC98\Tools;D:\VC98\bin
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=16 )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>CD /D C:\DOCUME~1\applmgr\LOCALS~1\Temp
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM Install 9i will only happen, if database is "db920"
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>if "db920" == "db920" goto :INSTALL_DB
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM Installing 9i RDBMS
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM Setting the driver file name
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>SET DRVNAME=gdb920.drv
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM install 9i
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>echo "Statusstring Installing 9i - D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\driver\db\driver\gdb920.drv"
    "Statusstring Installing 9i - D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\driver\db\driver\gdb920.drv"
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\bin\java -mx512M -classpath .;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\lib\rt.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\lib\i18n.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\acc.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\adconfig.zip oracle.apps.ad.autoconfig.InstantiateFile -e e:\oracle\proddb\9.2.0\appsutil\PROD_sysd.xml -d D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\driver\db\driver\gdb920.drv -pwd no_password_here -log e:\oracle\proddb\9.2.0\appsutil\log\PROD_sysd\dbInstall.log -nthreads 16 -verbose
    Please specify valid number of threads. [1-12]
    usage:
    java oracle.apps.ad.autoconfig.InstantiateFile
    -e ENV_FILE [[-d INST_DRV [-log LOGDIR -bacdir BACKDIR]] ||
    [-d INST_DRV -tmpl TEMPLATE [-log LOGDIR -bacdir BACKDIR]] ||
    [-tmpl TEMPLATE [-out OUTFILE]]] [-pwd PASSWORD] [-test] [-nthreads NUMBER]
    java oracle.apps.ad.autoconfig.InstantiateFile
    -name VAR_NAME -value VAR_VALUE [-tmpl TEMPLATE] -out OUTFILE [-pwd PASSWORD]
    java oracle.apps.ad.autoconfig.InstantiateFile ENV_FILE INST_DRV
    where:
    ENV_FILE = Applications Context file to provide replacement vars
    INST_DRV = Instantion File Driver to define templates to be instantiated
    TEMPLATE = Template to be instantiated
    LOGDIR = The log file directory (default=<APPL_TOP>/admin/<CONTEXTNAME>/log/timestamp)
    BACKDIR = The directory for backing up previous templates
    (default=<APPL_TOP>/admin/<CONTEXTNAME>/out/timestamp)
    OUTFILE = Output file
    PASSWORD = APPS password
    VAR_NAME = A variable name to be replaced
    VAR_VALUE = The value pair to VAR_NAME
    NUMBER = Number of threads to be used in the zip action. Range [1-20]
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>if 1 == 0 goto :DBINSTALL_OK
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>echo "Cannot execute Install for database ORACLE_HOME"
    "Cannot execute Install for database ORACLE_HOME"
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>if "" == "TRUE" goto :DBINSTALL_OK
    Error - script has returned an error: 1
    Error Code received when running external process. Check log file for details.
    Running Database Install Driver for PROD instance
    Processing DriverFile = D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\template\adridb.drv
    Invalid target file name in driver file: <s_com>\admin\out
    instantiate file:
    source : D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\template\adrun8i.cmd
    dest : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun8i.cmd
    backup : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun8i.cmd to C:\DOCUME~1\applmgr\LOCALS~1\Temp\templbac\adrun8i.cmd
    instantiate file:
    source : D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\template\adrun9i.cmd
    dest : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun9i.cmd
    backup : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun9i.cmd to C:\DOCUME~1\applmgr\LOCALS~1\Temp\templbac\adrun9i.cmd
    instantiate file:
    source : D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\template\adrundb.cmd
    dest : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrundb.cmd
    backup : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrundb.cmd to C:\DOCUME~1\applmgr\LOCALS~1\Temp\templbac\adrundb.cmd
    Step 0 of 3
    Command: e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun8i.cmd
    Processing Step 1 of 3
    Step 1 of 3
    Command: e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun9i.cmd
    Processing Step 2 of 3
    Executing: e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun9i.cmd APPS APPS
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM $Header: adrun9i.cmd 115.19 2003/07/17 00:44:06 psaddi ship $
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM ###############################################################
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and overwritten.
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM If you were instructed to edit this file, or if you are not able to use the settings
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM created by AutoConfig, refer to Metalink document 165195.1 for assistance.
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM ###############################################################
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>REM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>(set date=Fri 07/25/2008 )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>(set time=05:49 PM )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : 9I RDBMS : Fri 07/25/2008 05:49 PM
    STARTED INSTALL PHASE : 9I RDBMS : Fri 07/25/2008 05:49 PM
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET JRE_PATH=D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\bin\java
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET JRE_CP=.;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\lib\rt.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\lib\i18n.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\acc.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\adconfig.zip
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET ENV_FILE=e:\oracle\proddb\9.2.0\appsutil\PROD_sysd.xml
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET PATH=D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\unzip\NT;C:\Perl\bin;D:\MKS\bin;D:\MKS\bin\x11;D:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\VC98\Tools\WinNT;D:\VC98\MSDev98\Bin;D:\VC98\Tools;D:\VC98\bin
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=16 )
    D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz>CD /D C:\DOCUME~1\applmgr\LOCALS~1\Temp
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM Install 9i will only happen, if database is "db920"
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>if "db920" == "db920" goto :INSTALL_DB
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM Installing 9i RDBMS
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM Setting the driver file name
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>SET DRVNAME=gdb920.drv
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM install 9i
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>REM
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>echo "Statusstring Installing 9i - D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\driver\db\driver\gdb920.drv"
    "Statusstring Installing 9i - D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\driver\db\driver\gdb920.drv"
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\bin\java -mx512M -classpath .;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\lib\rt.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jre\NT\1.3.1\lib\i18n.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\acc.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\jlib\adconfig.zip oracle.apps.ad.autoconfig.InstantiateFile -e e:\oracle\proddb\9.2.0\appsutil\PROD_sysd.xml -d D:\Stage_area_11.5.9\startCD\Disk1\rapidwiz\driver\db\driver\gdb920.drv -pwd no_password_here -log e:\oracle\proddb\9.2.0\appsutil\log\PROD_sysd\dbInstall.log -nthreads 16 -verbose
    Please specify valid number of threads. [1-12]
    usage:
    java oracle.apps.ad.autoconfig.InstantiateFile
    -e ENV_FILE [[-d INST_DRV [-log LOGDIR -bacdir BACKDIR]] ||
    [-d INST_DRV -tmpl TEMPLATE [-log LOGDIR -bacdir BACKDIR]] ||
    [-tmpl TEMPLATE [-out OUTFILE]]] [-pwd PASSWORD] [-test] [-nthreads NUMBER]
    java oracle.apps.ad.autoconfig.InstantiateFile
    -name VAR_NAME -value VAR_VALUE [-tmpl TEMPLATE] -out OUTFILE [-pwd PASSWORD]
    java oracle.apps.ad.autoconfig.InstantiateFile ENV_FILE INST_DRV
    where:
    ENV_FILE = Applications Context file to provide replacement vars
    INST_DRV = Instantion File Driver to define templates to be instantiated
    TEMPLATE = Template to be instantiated
    LOGDIR = The log file directory (default=<APPL_TOP>/admin/<CONTEXTNAME>/log/timestamp)
    BACKDIR = The directory for backing up previous templates
    (default=<APPL_TOP>/admin/<CONTEXTNAME>/out/timestamp)
    OUTFILE = Output file
    PASSWORD = APPS password
    VAR_NAME = A variable name to be replaced
    VAR_VALUE = The value pair to VAR_NAME
    NUMBER = Number of threads to be used in the zip action. Range [1-20]
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>if 1 == 0 goto :DBINSTALL_OK
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>echo "Cannot execute Install for database ORACLE_HOME"
    "Cannot execute Install for database ORACLE_HOME"
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>if "" == "TRUE" goto :DBINSTALL_OK
    Error - script has returned an error: 1
    Error Code received when running external process. Check log file for details.
    Running Database Install Driver for PROD instance
    Please guide.

    Hi,
    Thank you for reply, i have changed the stage directory name but error is this one appearing, you can check above log file.
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>if 1 == 0 goto :DBINSTALL_OK
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>echo "Cannot execute Install for database ORACLE_HOME"
    "Cannot execute Install for database ORACLE_HOME"
    C:\DOCUME~1\applmgr\LOCALS~1\Temp>if "" == "TRUE" goto :DBINSTALL_OK
    Error - script has returned an error: 1
    Error Code received when running external process. Check log file for details.
    Running Database Install Driver for PROD instance
    Processing DriverFile = D:\Stage11\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for D:\Stage11\startCD\Disk1\rapidwiz\template\adridb.drv
    Invalid target file name in driver file: <s_com>\admin\out
    instantiate file:
    source : D:\Stage11\startCD\Disk1\rapidwiz\template\adrun8i.cmd
    dest : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun8i.cmd
    backup : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun8i.cmd to C:\Documents and Settings\applmgr\My Documents\templbac\adrun8i.cmd
    instantiate file:
    source : D:\Stage11\startCD\Disk1\rapidwiz\template\adrun9i.cmd
    dest : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun9i.cmd
    backup : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun9i.cmd to C:\Documents and Settings\applmgr\My Documents\templbac\adrun9i.cmd
    instantiate file:
    source : D:\Stage11\startCD\Disk1\rapidwiz\template\adrundb.cmd
    dest : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrundb.cmd
    backup : e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrundb.cmd to C:\Documents and Settings\applmgr\My Documents\templbac\adrundb.cmd
    Step 0 of 3
    Command: e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun8i.cmd
    Processing Step 1 of 3
    Step 1 of 3
    Command: e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun9i.cmd
    Processing Step 2 of 3
    Executing: e:\oracle\proddb\9.2.0\temp\PROD_sysd\adrun9i.cmd APPS APPS
    ------------------------------------------

  • How to set up permission for portal objects and folder

    Hi All,
    We are implementing EP 7.0. For creating portal objects, I have assigned "Super_admin, Content_admin, System_admin and User_admin" role to my userid and created iviews, roles and folder.
    During SAP audit they asked us to open a Iview to show the permission,   the below are the value shown in permission editor.
    Role Name           ====== Administrator ===== End  User ======Role Assigner
    Everyone             ======  Read            ======Yes        ====== No
    Super_admin_role ====== Owner            =====Yes         ======Yes
    SAP asked us to change the permission and said "Super_admin_role" should not be used, they asked us to create a group or role and assign. We are not clear what SAP wanted us to do.
    Can any one let me know how this permission needs to be given and whether "Super Admin" role can be assigned to a userid.
    Thanks in advance.
    Rgards,
    H.K.Hayath Basha.

    Hi Michael,
    I didn't create any role. I will let yo know what I have done so far.
    1. Created a group called "ADMIN_GROUP".
    2. Assigned "SUPER_ADMIN" role to group "ADMIN_GROUP.
    3. Assigned userid "ADMIN_USER" to group "ADMIN_GROUP".
    4. Opened the persmission of "PORTAL_CONTENT" folder and added group "ADMIN_GROUP" and set this group as "OWNER",  "END_USER" check box is ticked and "ROLE_ASSIGNER" check box is checked.
    5. Removed the role "SUPER_ADMIN" from  group "ADMIN_GROUP".
    6. Logged into portal using "ADMIN_USER" created a folder called "TESTING". Then opened the
        permission editor for the folder "TESTING", it showed three record
        "ADMIN_GROUP"           === OWNER  === 'X' === 'X'
        "EVERY_ONE"               === READ     === 'X' === ' '
        "SUPER_ADMIN_ROLE. === OWNER  === 'X' === 'X'
    7. I am not able to delete "SUPER_ADMIN_ROLE" from the permission editor, as it is greyed.
    With the above steps what I have achieved is I have given permission to group "ADMIN_GROUP". Is this what we need to do. Did I did anything wrong.
    Regards,
    H.K.Hayath Basha.

  • I have downloaded the most recent itunes on my new computer with windows 8        but a message pops up saying "the itunes library.itl file is locked, on a locked disk or you do not have write permission for this file. How do I fix?

    I have downloaded the most recent itunes on my new computer with windows 8 but when I attempt to get in I get this message "The itunes library.itl file is locked, ona locked disk, or you do not have write permission for this file."  How do i fix this?

    Repair iTunes Security Permissions
    Right-click on your main iTunes folder and click Properties, then go to the Securitytab and click Advanced. Use the Change Permissions... button grant to your account (or the Users group) and SYSTEM full control of this folder, subfolders and files, then tick the option to Replace permissions entries... which will repair permissions throughout the library. When complete switch to the General tab, click in the Read-only check box to clear it, then click Apply.
    If you don't have the option to change the permissions then use the Owner tab and Edit... button to take ownership from an account with administrator privileges. Tick the option to Replace owner on subcontainers and objects.
    Repeat with the media folder if it isn't stored inside the main iTunes folder.
    If you've brought over the library from another computer you may also want to remove any "mystery" identities (S<string of dashes & digts>) that have come over from the old computer...
    The images above are from Windows 7. Hopefully the system isn't too different in Windows 8.
    tt2

  • EXECUTE permission denied on object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.

    I'm trying to create a new subscriptions on an existing report and get the following error.
    An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help
    Get Online Help
    EXECUTE permission denied on object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.
    I ran the following that was suggested in http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=17774&SiteID=1. But still I get the same error. Do I need a reboot or restart of the services?
    The only log file information I can find contains the following.
    System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: An internal error occurred on the report server. See the error log for more details. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.Data.SqlClient.SqlException: EXECUTE permission denied on object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.
       --- End of inner exception stack trace ---
       at Microsoft.ReportingServices.WebServer.ReportingService2005.ListSchedules(Schedule[]& Schedules)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.SqlServer.ReportingServices2005.ReportingService2005.ListSchedules()
       at Microsoft.SqlServer.ReportingServices2005.RSConnection.ListSchedules()
       at Microsoft.ReportingServices.UI.SharedScheduleDropDown.EnsureSchedulesAreLoaded()
       at Microsoft.ReportingServices.UI.SharedScheduleDropDown.SharedScheduleDropDown_Load(Object sender, EventArgs e)
       at System.Web.UI.Control.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    aspnet_wp!ui!1!17/10/2006-08:44:26:: e ERROR: Exception in ShowErrorPage: System.Threading.ThreadAbortException: Thread was being aborted.
       at System.Threading.Thread.AbortInternal()
       at System.Threading.Thread.Abort(Object stateInfo)
       at System.Web.HttpResponse.End()
       at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
       at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg) at    at System.Threading.Thread.AbortInternal()
       at System.Threading.Thread.Abort(Object stateInfo)
       at System.Web.HttpResponse.End()
       at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
       at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg)
    aspnet_wp!extensionfactory!e!17/10/2006-09:35:13:: w WARN: The extension Report Server Email does not have a LocalizedNameAttribute.
    aspnet_wp!extensionfactory!e!17/10/2006-09:35:13:: w WARN: The extension Report Server FileShare does not have a LocalizedNameAttribute.
    aspnet_wp!ui!e!17/10/2006-09:35:13:: e ERROR: System.Web.Services.Protocols.SoapException: An internal error occurred on the report server. See the error log for more details. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.Data.SqlClient.SqlException: EXECUTE permission denied on object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.
       --- End of inner exception stack trace ---
       at Microsoft.ReportingServices.WebServer.ReportingService2005.ListSchedules(Schedule[]& Schedules)
    aspnet_wp!ui!e!17/10/2006-09:35:13:: e ERROR: HTTP status code --> 200
    I cannot find any other error log.
    Can anybody help?
    Tuesday, October 17, 2006 8:49 AM
    Reply
    |
    Quote
    All replies
    0
    Sign in to vote
    Sorry for the late reply. Try this: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=662319&SiteID=1
    Thursday, November 16, 2006 2:51 AM
    Reply
    |
    Quote
    Answerer
    0
    Sign in to vote
    GRANT EXECUTE ON master.dbo.xp_sqlagent_notify TO RSExecRole
    GO
    solved my problem.
    Proposed as answer by
    Christopher D. Stover
    Monday, September 16, 2013 6:52 PM
    Monday, September 16, 2013 6:51 PM
    Reply
    |
    Quote
    0
    Sign in to vote
    Tried that but no joy. Found this post on SQLServerCentral, solved our issue which mimic's the posters issue.  Just adding here as this is the first result in our search.
    Look for Topic452669-150-1
    There are a number of places I found with the information in the following
    link:
    http://phew-meme.blogspot.com/2007/10/reporting-service-on-report.html
    In
    my specific case, the RsExecRole role in both the "master" and "msdb" databases
    had had both the "NT Authority\Network Service" and "NTAuthority\System" logins
    removed from its members (the RSExecRole had had all its members removed by
    someone doing some maintenance). I compared another Reporting Services
    installation on another server after reading information in the above
    link.
    Steps:
    1. In Mangement Studio connect to the SQL Server instance
    on which Reporting Services runs.
    2. Databases > system Databases
    3.
    master > Security > Roles > RSExecRole (then add whatever logins are
    required... check in the ReportServer or ReportServerTempDB databases if you're
    not sure)
    4. msdb > Security > Roles > RSExecRole (add the same
    logins you did to the master DB)
    In the end you need the same logins in
    RSExecRole role for the master, msdb, ReportServer, and ReportServerTempDB
    databases. ("ReportServer" is the default Reporting Services database name, in
    case that's not clear ;)
    Monday, March 31, 2014 1:24 PM
    Reply
    |
    Quote
    if (!$.Microsoft) $.Microsoft = {};
    if (!$.Microsoft.Mtps) $.Microsoft.Mtps = {};
    if (!$.Microsoft.Mtps.NetReflectorInit)
    $.Microsoft.Mtps.NetReflectorInit = {
    surveyUrl: 'http://support.microsoft.com/common/survey.aspx?scid=sw%3ben%3b3763&altstyle=narrow&renderoption=overridedefault&theme=tech&url=http://social.technet.microsoft.com/Forums/en-US/3fcc7b54-ce84-48c2-9004-baaac07f2515/execute-permission-denied-on-object-xpsqlagentnotify-database-mssqlsystemresource-schema?forum=sqlreportingservices&P0=055ccfc1-78f5-46ff-8171-33f8ff760a7c',
    throttleRate: "5.00",
    privacyStatementText: "Privacy statement",
    trackerWindowText: "Please do not close this window.Thank you! The survey will appear here when you've completed your visit, so please do not close this window.",
    logoUrl: 'https://www.microsoft.com/library/svy/sto/technet_logo.gif',
    closeButtonUrl: 'https://www.microsoft.com/library/svy/sto/technet-close.gif',
    topBarUrl: 'https://www.microsoft.com/library/svy/sto/top-stripe.gif',
    bottomBarUrl: 'https://www.microsoft.com/library/svy/sto/bottom-stripe.gif',
    blankPage: 'https://social.technet.microsoft.com/forums/blank.htm',
    showSurveyToComscoreUser: 'no'
    setTimeout("Forums.loadScript('https://i1.social.s-msft.com/Forums/resources/NetReflector/NetReflector.js?cver=0%0d%0a')", 1000);
    Microsoft is conducting an online survey to understand your opinion of the Technet Web site. If you choose to participate, the online survey will be presented to you when you leave the Technet Web site.
    Would you like to participate?
    Privacy statement
    © 2015 Microsoft. All rights reserved.
    Newsletter|Contact Us|Privacy Statement|Terms of Use|Trademarks|Site Feedback
    TechNet
    Products
    IT Resources
    Downloads
    Training
    Support
    Products
    Windows
    Windows Server
    System Center
    Internet Explorer
    Office
    Office 365
    Exchange Server
    SQL Server
    SharePoint Products
    Lync
    See all products »
    Resources
    Curah! curation service
    Evaluation Center
    Learning Resources
    Microsoft Tech Companion App
    Microsoft Technical Communities
    Microsoft Virtual Academy
    Script Center
    Server and Tools Blogs
    TechNet Blogs
    TechNet Flash Newsletter
    TechNet Gallery
    TechNet Library
    TechNet Magazine
    TechNet Subscriptions
    TechNet Video
    TechNet Wiki
    Windows Sysinternals
    Virtual Labs
    Solutions
    Networking
    Cloud and Datacenter
    Security
    Virtualization
    Updates
    Service Packs
    Security Bulletins
    Microsoft Update
    Trials
    Windows Server 2012 R2
    System Center 2012 R2
    Microsoft SQL Server 2012 SP1
    Windows 8.1 Enterprise
    See all trials »
    Related Sites
    Microsoft Download Center
    TechNet Evaluation Center
    Drivers
    Windows Sysinternals
    TechNet Gallery
    Training
    Training Catalog
    Class Locator
    Microsoft Virtual Academy
    Free Windows Server 2012 courses
    Free Windows 8 courses
    SQL Server training
    e-Learning overview
    Certifications
    Certification overview
    MCSA: Windows 8
    Windows Server Certification (MCSE)
    Private Cloud Certification (MCSE)
    SQL Server Certification (MCSE)
    Other resources
    TechNet Events
    Second shot for certification
    Born To Learn blog
    Find technical communities in your area
    Support options
    For small and midsize businesses
    For enterprises
    For developers
    For IT professionals
    From partners
    For technical support
    Support offerings
    For home users
    More support
    Microsoft Premier Online
    Microsoft Fix It Center
    TechNet Forums
    MSDN Forums
    Security Bulletins & Advisories
    International support solutions
    Log a support ticket
    Not an IT pro?
    Microsoft Customer Support
    Microsoft Community Forums
    var railItems = ["/Forums/en-US/rightrailannouncement/Technet/1794d07f-9d4e-4dc0-8c1c-8bfe9d5e0bce"];
    var pageData = {"validUser":false,"autoSubscribe":false};
    var userEmailConfigured = false;
    $(document).ready(function () {
    Forums.ThreadPage.wirePageElements('Search forum questions');

    Tried that but no joy. Found this post on SQLServerCentral, solved our issue which mimic's the posters issue.  Just adding here as this is the first result in our search.
    Look for Topic452669-150-1
    There are a number of places I found with the information in the following
    link:
    http://phew-meme.blogspot.com/2007/10/reporting-service-on-report.html
    In
    my specific case, the RsExecRole role in both the "master" and "msdb" databases
    had had both the "NT Authority\Network Service" and "NTAuthority\System" logins
    removed from its members (the RSExecRole had had all its members removed by
    someone doing some maintenance). I compared another Reporting Services
    installation on another server after reading information in the above
    link.
    Steps:
    1. In Mangement Studio connect to the SQL Server instance
    on which Reporting Services runs.
    2. Databases > system Databases
    3.
    master > Security > Roles > RSExecRole (then add whatever logins are
    required... check in the ReportServer or ReportServerTempDB databases if you're
    not sure)
    4. msdb > Security > Roles > RSExecRole (add the same
    logins you did to the master DB)
    In the end you need the same logins in
    RSExecRole role for the master, msdb, ReportServer, and ReportServerTempDB
    databases. ("ReportServer" is the default Reporting Services database name, in
    case that's not clear ;)

Maybe you are looking for

  • Software Updates 10.6.4 and Safari 5 -bugs??

    These are downloaded successfully onto my Mac Book, but installation fails. The downloads cannot be expanded. The Mac Book suggests possible corruption during downloading. I tried updating on an encrypted wifi, and just to be more confident, over a L

  • Setting up my new pro8600inkjetprinter

    Hi, can I go wireless with my printer if I don't have a dsl. modem or a enternet modem? I am using a jet pack for my internet connection at home and it gives me a connection for my Tablet and my laptop. The jet pack is Verizon's answer to getting an

  • How to record you screen using quicktime with built in input line and microphone in the same recording?

    i am using th quick time record your screen option and see (when on the audio selction) that you can only either record sound from your computer or from your microphone is it possible to have it both on one recording?

  • IPod restore problem.

    I'm having trouble with my iPod photo (60G) Every so often, my iPod freezes and the Sad iPod face appears. I've acknowledged the website, and have tried everything on there. Nothing works. It won't respond when I connect it to my computer, it won't g

  • Workshop source directory structure

    Hi, I am new at Workshop and would like to know the convention for organizing the workshop source directory structure. Currently, Workshop seems to have both source and generated files such as class/jar/ear under the same application/project folder.