DirectAccess Installation Errors Involving Security Group

So I've read that it's best practice to filter DirectAccess GPO Affects to a single Security group instead of the "All Commputers" Group in AD. So I've done this. I created a group called 'DirectAccess' and set that as the target. When I attempt
to generate the GPO in the DirectAccess Wizard, I recieve this error:
"Security Group MyDomain\DirectAccess cannot be found"
"The Operation Failed. All of the Specified Security Groups are invalid."
So it looks like the group is invisible to my Server? The only thing I can think of is my AD Structure is sitting on some 2008 R2 boxes and this server is 2012 R2 box. Is there a requirement for AD to be at 2012 Operational Level for DirectAccess to work
in 2012 server R2?
--Aaron

Update: I had this closed a while ago. Microsoft was finally able to set it up in my environment. I will post the Closure email they sent me detailing the steps needed to successfully install DirectAccess:   **Note I have changed all my Server/AD
information to match M$'s Contoso dummy domain
Issue:
 Unable to configure Direct Access Server (DA_EDGE). Error: Security group CONTOSO\DirectAccess Clients cannot be found..
Troubleshooting:
 We collected logs from the Direct Access server while configuring Direct Access.
logman create trace ETWTrace -ow -o c:\ETWTrace.etl -p {AAD4C46D-56DE-4F98-BDA2-B5EAEBDD2B04} 0xffffffffffffffff 0xff -nb 16 16 -bs 1024 -mode 0x2 -max 2048 –ets
logman update trace ETWTrace -p {62DFF3DA-7513-4FCA-BC73-25B111FBB1DB} 0xffffffffffffffff 0xff –ets
Configured Direct Access
logman stop ETWTrace -ets
 We could not find information which could give us clue about the cause of the issue. We found that it was not able to find the group.
2464: 04: 2014-06-24 11:56:18.627 VERBOSE: Validating security group (CONTOSO\dagroup1) in the domain...
2464: 04: 2014-06-24 11:56:18.707 NTE: Security group CONTOSO\dagroup1 cannot be found.
 We Collected Network Capture but could not find anything in LDAP Search Request Packet about the same.
 We found that DC has 2 NIC and both were getting Domain Profile.
 We removed the DMZ NIC and kept only NIC connected to LAN.
 We again tried to configure Direct Access however it still came up with error.
 We involved Directory Services team to take a look at the issue however in logs we were not able to find anything.
 We collected Process Monitor and got it analyzed by the on the Direct Access Server and found that we were not able to create GPO. However it does not give clue as to how its failing.
11:58:51.6421023 PM RAMgmtUI.exe 1836 CreateFile
\\DC.contoso.com\SysVol\contoso.com\Policies\{D937469B-6E34-4A7F-9405-F9F97DC200E0} NAME NOT FOUND Desired Access: Read Attributes, Read Control, Dis, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
11:58:51.6446131 PM RAMgmtUI.exe 1836 CreateFile
\\DC.contoso.com\SysVol\contoso.com\Policies\{D937469B-6E34-4A7F-9405-F9F97DC200E0} NAME NOT FOUND Desired Access: Read Control, Dis, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
11:58:51.6472327 PM RAMgmtUI.exe 1836 CreateFile
\\DC.contoso.com\SysVol\contoso.com\Policies\{D937469B-6E34-4A7F-9405-F9F97DC200E0} NAME NOT FOUND Desired Access: Read Data/List Directory, Synchronize, Dis, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, Delete,
AllocationSize: n/a
11:58:51.6500318 PM RAMgmtUI.exe 1836 CreateFile
\\DC.contoso.com\SysVol\contoso.com\Policies\{D937469B-6E34-4A7F-9405-F9F97DC200E0} NAME NOT FOUND Desired Access: Read Attributes, Delete, Synchronize, Dis, Options: Directory, Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read,
Write, Delete, AllocationSize: n/a
 We did research internally and decided to configure Direct Access with Domain Computers Security Group (Using PowerShell command) and change it from GPMC – DirectAccess Client Settings GPO to “Direct-Access-Clients” security group and updated
Group Policy on Direct Access Server.
Install-RemoteAccess -NoPrerequisite -Force -PassThru -ServerGpoName 'contoso.com\DirectAccess Server Settings' -ClientGpoName 'contoso.com\DirectAccess Client Settings' -DAInstallType 'FullInstall' -InternetInterface 'Internal' -InternalInterface 'Internal'
-ConnectToAddress 'EDGE.contoso.com' -DeployNat -Verbose -ComputerName 'DA_EDGE.contoso.com'
 We Also configured Certificate Authentication, and Exception for “EDGE.contoso.com'” in NRPT ising poweshell.
Add-DAClientDnsConfiguration -DnsSuffix 'EDGE.contoso.com' -Verbose -ComputerName 'DA_EDGE.contoso.com'
Set-DAClient -Downlevel 'Enabled' -Verbose -ComputerName 'DA_EDGE.contoso.com'
 Once Direct Access got configured we were able to update GPO and connect client from outside.
 On Windows 7 client machine we found IP Helper Service disabled and after enabling the service we were able to connect on that as well.
Resolution:
 We configured Direct Access with Domain Computers Security Group (using PowerShell command) and changed the security group from GPMC – DirectAccess Client Settings GPO to “Direct-Access-Clients” security group and updated Group Policy on Direct
Access Server.
Install-RemoteAccess -NoPrerequisite -Force -PassThru -ServerGpoName 'contoso.com\DirectAccess Server Settings' -ClientGpoName 'contoso.com\DirectAccess Client Settings' -DAInstallType 'FullInstall' -InternetInterface 'Internal' -InternalInterface 'Internal'
-ConnectToAddress 'EDGE.contoso.com' -DeployNat -Verbose -ComputerName 'DA_EDGE.contoso.com'
Commands for troubleshooting Direct Access Clients connectivity:
 To check client status:
netsh dns show state
 To check effective NRPT on the client:
netsh name show eff
 To Check status of IPHTPS Interface:
netsh int http show int
 To Check status of Teredo Interface:
netsh int teredo show state
 To Check Windows Firewall Profile on the client:
netsh advf show cu
 To Check IPSec Main Mode Security Association:
netsh advf mon show mmsa
 To Check IPSec Quick Mode Security Association:
netsh advf mon show qmsa
Related Articles:
Manage DirectAccess Clients Remotely
http://technet.microsoft.com/library/jj574200.aspx
Remote Access
http://technet.microsoft.com/en-US/network/dd420463
Remote Access (DirectAccess, Routing and Remote Access) Overview
http://technet.microsoft.com/en-us/library/hh831416
Remote Access (DirectAccess) Prerequisites
http://technet.microsoft.com/en-us/library/dn464273.aspx
DirectAccess Offline Domain Join
http://technet.microsoft.com/en-us/library/jj574150.aspx
Plan the DirectAccess Infrastructure
http://technet.microsoft.com/en-us/library/jj574101.aspx
Configure the DirectAccess Server
http://technet.microsoft.com/en-us/library/jj574180.aspx
Configuring and Implementing DirectAccess with Windows Server 2012
http://technet.microsoft.com/en-us/video/tdbe13-configuring-and-implementing-directaccess-with-windows-server-2012.aspx

Similar Messages

  • Installation Error with Contacts Group DS & Servic...

    Hello,
    just recieved my new N85 and installed the PC Suit 7.1 on the PC.
    If i start PC Suit and at example kalendar, pc suit asks me for installing contacts group DS Plugin an to update service controllers from version 1.00(0) to 1.43(0). My N85 prompts everytime and asks me if i want, so if i confirm installation, it ends everytime after a few seconds with an installation error. - cannot install :-(
    I read something about deinstalling the two older plugins first may possibly help, but i can't find it anywhere. Not in apps-manager (german version=program-manager). But it must be installed, because he seems to find version 1.00(0) on the N85.
    can someone help me to solve this problem?
    Solved!
    Go to Solution.

    Good point, that happened to me on my previous phone, N80. Can't remember what the problem was but it was re-introduced. I would say backing up and restoring Contacts, Calendar and Notes, however, would probably not reintroduce problem. Maybe you could do a reset, upgrade the plug-ins, then restore your personal information?
    If you found this post helpful, please click on the green "Kudos!" star. Cheers!

  • Installation error for security update 2013-004 version 1.0

    Hi,
    I receive a 'unexpected error' message when I try to install security update 2013-004 version 1.0. I have tried updating from computer and manually downloading 'security update 2013-004', but still receive the exact same error message. I'm on a macbook pro mid 2011, Mac OS X Lion 10.7.5.

    Try verifying your hard disk with Disk Utility in the Utilities folder.
    After launching Disk Utility, in the left pane, click on the name of your hard disk.
    In the right pane, click the First Aid tab and then click the Verify Disk button.
    If the result is OK, then click the button to Repair Disk Permissions.
    If the Verify Disk test result reports errors, you will need to reboot the computer in Recovery HD and use Disk Utility there to repair the disk. See instructions by Kappy.
    Afterwards, try installing the security update again.
    As for the cause of the unexpected error, look at the log reports with Console in the Utilities folder.
    HTH

  • Error while adding new security group in content server

    Hi,
    When i am trying to add new security group in UCM using User Admin applet i am getting following error:
    Event generated by user 'weblogic' at host 'vpunvfpctnsz-07.ad.infosys.com:16200'. Unable to execute service ADD_GROUP and function insertGroupRow.
    Unable to execute query 'IroleDefinition(INSERT INTO RoleDefinition (dGroupName, dRoleName, dPrivilege, dRoleDisplayName)
    values ('Test_111', 'admin', 0, ''))'. ORA-00001: unique constraint (DEV_OCS.PK_ROLEDEFINITION) violated
    java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OCS.PK_ROLEDEFINITION) violated. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,weblogic,vpunvfpctnsz-07.ad.infosys.com:16200!$!csServiceDataException,ADD_GROUP,insertGroupRow!$!csDbUnableToExecuteQuery,IroleDefinition(INSERT INTO RoleDefinition (dGroupName\, dRoleName\, dPrivilege\, dRoleDisplayName)<br>          values ('Test_111'\, 'admin'\, 0\, ''))!$ORA-00001: unique constraint (DEV_OCS.PK_ROLEDEFINITION) violated<br>!syJavaExceptionWrapper,java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OCS.PK_ROLEDEFINITION) violated<br>
    intradoc.common.ServiceException: !csServiceDataException,ADD_GROUP,insertGroupRow!$
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2071)
    at intradoc.server.Service.buildServiceException(Service.java:2207)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2201)
    at intradoc.server.Service.createServiceException(Service.java:2196)
    at intradoc.server.ServiceRequestImplementor.handleActionException(ServiceRequestImplementor.java:1736)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1691)
    at intradoc.server.Service.doAction(Service.java:476)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1439)
    at intradoc.server.Service.doActions(Service.java:471)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1371)
    at intradoc.server.Service.executeActions(Service.java:457)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:723)
    at intradoc.server.Service.doRequest(Service.java:1865)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1332)
    at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1678)
    at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:221)
    at sun.reflect.GeneratedMethodAccessor120.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
    at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
    at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1592)
    at idcservlet.IdcFilter.doFilter(IdcFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: intradoc.data.DataException: !csDbUnableToExecuteQuery,IroleDefinition(INSERT INTO RoleDefinition (dGroupName\, dRoleName\, dPrivilege\, dRoleDisplayName)
    *          values ('Test_111'\, 'admin'\, 0\, ''))!$ORA-00001: unique constraint (DEV_OCS.PK_ROLEDEFINITION) violated* at intradoc.jdbc.JdbcWorkspace.handleSQLException(JdbcWorkspace.java:2441)
    at intradoc.jdbc.JdbcWorkspace.execute(JdbcWorkspace.java:584)
    at intradoc.server.UserService.insertGroupRow(UserService.java:1201)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:549)
    at intradoc.server.Service.doCode(Service.java:504)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1622)
    ... 39 more
    Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OCS.PK_ROLEDEFINITION) violated
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:89)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:1028)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1379)
    at oracle.jdbc.driver.OracleStatement.doScrollExecuteCommon(OracleStatement.java:5846)
    at oracle.jdbc.driver.OracleStatement.doScrollStmtExecuteQuery(OracleStatement.java:5989)
    at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:2012)
    at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1958)
    at oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(OracleStatementWrapper.java:301)
    at weblogic.jdbc.wrapper.Statement.executeUpdate(Statement.java:503)
    at intradoc.jdbc.JdbcWorkspace.execute(JdbcWorkspace.java:564)
    ... 50 more
    I checked in database , the security group Test_111 is not present in ROLEDEFINITION table.
    What could be the issue?
    Regards,
    Minal

    1) Try importing CMU bundle with 'Overwrite Duplicates' option unchecked .
    2) In the CMU bundle, open file roles_guest.hda and see if 'guest' role has access to any group that start with special character or group you haven't created in the system..
    Eg: guest
    #AppsGroup
    0
    Also open securitygroups folder in CMU bundle, and see if you can find any groups that starts with special character or group you haven't created in the system.
    3) Identify that group and execute below query in the UCM database.
    select * from roledefinition where dgroupname= '#AppsGroup';
    Replace '#AppsGroup' with the groupname you identified.
    4) Solution would be to delete all the rows with dgroupname= '#AppsGroup' from the 'roledefinition' table.
    delete from roledefinition where dgroupname= '#AppsGroup';
    Replace '#AppsGroup' with the groupname you identified.

  • Directaccess - IPHTTPS error 0x80190194, Server 2012R2 / Win 8.1

    I'm trying to setup directaccess for our network.  I already have a server in our edge network with the remote access role installed for the Web Application Proxy service, so I added the DirectAccess role service to that.  According to the documentation,
    if both are a single server implementation it is supported to run both of those on the same server. 
    I configured DirectAccess, and added a win8.1 client to the DA security group to test it.  I confirmed that on the internal network, the client is able to connect to the NLS and DA shows that it is connected to the local network.  However, when
    on an outside network, DA just says it's trying to connect, and never does.  I ran the log collection tool from the DA connection settings and found that the IPHTTPS connection shows an error code 0x80190194.  
    I've searched for info on this, but so far I'm not finding anything that seems to fit my situation.  The responses to others with this error seem to point to a certificate issue.  In my case, I'm using a wildcard certificate for our public domain
    name.  The cert is signed by a major public CA, so there shouldn't be any trust issues.  The external DNS name that DA should connect to is RAS.domain.com and the certificate is for *.domain.com 
    Any suggestions on what the problem could be, or what to look at next for troubleshooting the issue, would be appreciated. 
    Thanks!

    Thank you for the reply.  I ran netsh http show ssl, and the first entry returned is:
    SSL Certificate bindings:
        IP:port                      : 0.0.0.0:443
        Certificate Hash             : 1414baa1409b2c8ffd8c2d549f460db4bcf8130f
        Application ID               : {f955c070-e044-456c-ac00-e9e4275b3f04}
        Certificate Store Name       : MY
        Verify Client Certificate Revocation : Enabled
        Verify Revocation Using Cached Client Certificate Only : Disabled
        Usage Check                  : Enabled
        Revocation Freshness Time    : 0
        URL Retrieval Timeout        : 0
        Ctl Identifier               : (null)
        Ctl Store Name               : (null)
        DS Mapper Usage              : Disabled
        Negotiate Client Certificate : Disabled
    That is followed by several entries for addresses related to our Lync and ADFS servers, published through Web Application Proxy.  All of those have the same certificate hash listed, which makes sense since I am using the same wildcard certificate for
    WAP and DA.  
    I did find a post or two indicating that the DS Mapper Usage may need to be set to enabled, so I tried that last week but it didn't seem to make any difference. 

  • Terminal Server Licensing Problems with GPO Security Group License Server

    Hello,
    I have two fresh installs of W2K12R2.
    One is RD Session Host and the other one is the License Server. Everything is fine until I active the GPO Security Group License Server. After that the License Server gives no licenses
    to die clients (we have User und Device CALs). TS Licensing Diagnostic’s shows no errors, the number of available licenses is displayed correctly, even the state of GPO Security Group License Server is correctly shown as "active" and die
    Membership in the Group "RDS-Endpointserver" is "Yes". Eventlog shows no Errors. Log in on the session host is even possible, maybe because the RDS-Service is in evaluation time.
    If the GPO Security Group License Server is disabled again, the server starts to serve licenses as expected.
    I don’t know what I can do anymore, never had problems with exact the same setup under W2K8, but with W2K12 is the second time I notice this issue.
    Thanks for your ideas,
    Andreas

    Hi Andreas,
    Thank you for posting in Windows Server Forum.
    Sorry to inform but there is no official document for server 2012 related to this event, you can go through below article for reference.
    You cannot use a security group to add computer accounts to the Terminal Server Computers group. You must add each computer account explicitly. To verify whether an RD Session Host server is allowed to request RDS CALs from the Remote Desktop license server,
    you can use the IsSecureAccessAllowed method of Win32_TSLicenseServer class. For more details about this method, click here.
    1. License Diagnosis tool returns error "License server <computer name> cannot issue RDS CALs to the Remote Desktop Session Host Server because the 'License server security group' Group
    Policy setting is enabled."
    2.Control the Issuance of RDS CALs
    Note: You should only enable this policy setting when the license server is a member of a domain. You can only add computer accounts for RD Session Host servers to the RDS Endpoint Servers group when the license server is a member of a domain.
    Hope it helps!
    Thanks, 
    Dharmesh

  • When i try to add DownloadHelper it comes up with unexpected installation error review the error console log for more details - 203, how to it check the log and how do i fix this problem?

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    When i tried to install DownloadHelper this happened Firefox could not install the file at
    https://addons.mozilla.org/en-US/firefox/downloads/latest/3006/addon-3006-latest.xpi?src=addondetail
    because: Unexpected installation error
    Review the Error Console log for more details.
    -203
    , how do i check the log and how do i resolve this problem? thank you
    == This happened
    ==
    Just once or twice
    == today
    ==
    == Troubleshooting information
    ==
    Application Basics
    Name
    Firefox
    Version
    3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Ask Toolbar for Firefox
    2.1.0.5
    true
    AVG Safe Search
    9.0.0.783
    true
    {3f963a5b-e555-4543-90e2-c3908898db71}
    Java Console
    6.0.17
    true
    Microsoft .NET Framework Assistant
    1.1
    true
    {20a82645-c095-46ed-80e3-08825760534b}
    BitDefender Antiphishing Toolbar
    2.0
    true
    [email protected]
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar
    0
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage_override.mstone
    rv:1.9.2.3
    extensions.lastAppVersion
    3.6.3
    general.useragent.extra.microsoftdotnet
    (.NET CLR 3.5.30729)
    network.cookie.prefsMigrated
    true
    places.last_vacuum
    1276351876
    print.print_printer
    HP Photosmart D5300 series
    print.printer_HP_Photosmart_D5300_series.print_bgcolor
    false
    print.printer_HP_Photosmart_D5300_series.print_bgimages
    false
    print.printer_HP_Photosmart_D5300_series.print_command
    print.printer_HP_Photosmart_D5300_series.print_downloadfonts
    false
    print.printer_HP_Photosmart_D5300_series.print_edge_bottom
    0
    print.printer_HP_Photosmart_D5300_series.print_edge_left
    0
    print.printer_HP_Photosmart_D5300_series.print_edge_right
    0
    print.printer_HP_Photosmart_D5300_series.print_edge_top
    0
    print.printer_HP_Photosmart_D5300_series.print_evenpages
    true
    print.printer_HP_Photosmart_D5300_series.print_footercenter
    print.printer_HP_Photosmart_D5300_series.print_footerleft
    &PT
    print.printer_HP_Photosmart_D5300_series.print_footerright
    &D
    print.printer_HP_Photosmart_D5300_series.print_headercenter
    print.printer_HP_Photosmart_D5300_series.print_headerleft
    &T
    print.printer_HP_Photosmart_D5300_series.print_headerright
    &U
    print.printer_HP_Photosmart_D5300_series.print_in_color
    true
    print.printer_HP_Photosmart_D5300_series.print_margin_bottom
    0.5
    print.printer_HP_Photosmart_D5300_series.print_margin_left
    0.5
    print.printer_HP_Photosmart_D5300_series.print_margin_right
    0.5
    print.printer_HP_Photosmart_D5300_series.print_margin_top
    0.5
    print.printer_HP_Photosmart_D5300_series.print_oddpages
    true
    print.printer_HP_Photosmart_D5300_series.print_orientation
    0
    print.printer_HP_Photosmart_D5300_series.print_pagedelay
    500
    print.printer_HP_Photosmart_D5300_series.print_paper_data
    9
    print.printer_HP_Photosmart_D5300_series.print_paper_height
    11.00
    print.printer_HP_Photosmart_D5300_series.print_paper_size_type
    0
    print.printer_HP_Photosmart_D5300_series.print_paper_size_unit
    1
    print.printer_HP_Photosmart_D5300_series.print_paper_width
    8.50
    print.printer_HP_Photosmart_D5300_series.print_reversed
    false
    print.printer_HP_Photosmart_D5300_series.print_scaling
    1.00
    print.printer_HP_Photosmart_D5300_series.print_shrink_to_fit
    true
    print.printer_HP_Photosmart_D5300_series.print_to_file
    false
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_bottom
    0
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_left
    0
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_right
    0
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_top
    0
    privacy.sanitize.migrateFx3Prefs
    true
    security.warn_viewing_mixed
    false
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows Vista
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-npdivxplayerplugin
    *Default Plug-in
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *6.0.12.732
    *RealPlayer(tm) LiveConnect-Enabled Plug-In
    *RealJukebox Netscape Plugin
    *Shockwave Flash 10.0 r45
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *iTunes Detector Plug-in
    *DivX Web Player version 2.0.0.254
    *GEPlugin
    *4.0.50524.0
    *Office Live Update v1.4
    *NPWLPG
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *RealPlayer(tm) HTML5VideoShim Plug-In
    *Google Update
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers

    Mark Leary:
    As TXGuy posted above:
    See:
    https://support.mozilla.com/en-US/kb/Unexpected+installation+error+-203+when+installing+add-ons
    http://kb.mozillazine.org/Unable_to_install_themes_or_extensions_-_Firefox#Unexpected_installation_error_-203
    Also see:
    http://support.mozilla.com/en-US/kb/Profiles#How_to_find_your_profile
    http://kb.mozillazine.org/Show_hidden_files_and_folders

  • Installation error in invoking target 'agent nmhs'

    Dear All,
    I am new to this forum and I would like to inquire about the reasons behind a specific installation error of Oracle 11gR2 on Fedora 13 and the way to fix it. The error led to a weired behavior for the EM. I am going to explain everything precisely to flap the correspondence time so please please please bare with me.
    I have followed precisely all the pre-requisites for preparing the installation environment (Fedora 13 Linux OS) by following the instructions in the manual that comes on the source installation Disk-1of Oracle 11g R2, like assigning the environment variables, setting kernel parameters, installation of all the required and necessary packages, creating the necessary directories and changing the owner ship, in addition to creation the user 'oracle' and the necessary groups. This installation ends up with a successful working database that can be accessed using sqlplus locally and remotely from another machine. My EM also worked but for a limited period of time for only about 10 to 15 min then after that I cannot access it due to a problem in the agent background process or daemon that is resulted from the error happened during the installation, and need to restart my machine. Here is what happened.
    My installation is a stand alone database (database control / console database). Everything went smoothly during the installation except the following error that I couldn't get rid of or fix it, and I just continued the installation by clicking on the continue button of the OUI alert window. The error message on the alert window is:
    Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk'. See '/u01/app/oraInventory/logs/installActions2010-06-24_03-22-15PM.log' for details.
    and here is the contenets (error part) of the installActions2010-06-24_03-22-15PM.log file
    INFO: /usr/bin/ld: /u01/app/oracle/product/carried(nmectlt.o): undefined reference to symbol 'B_DestroyKeyObject'
    */usr/bin/ld: note: 'B_DestroyKeyObject' is defined in DSO /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so so try adding it to the linker command line*
    */u01/app/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so: could not read symbols: Invalid operation*
    INFO: collect2: ld returned 1 exit status
    *INFO: make[1]: --- [u01/app/oracle/product/carried] Error 1*
    INFO: make[1]: Leaving directory `/u01/app/oracle/product/carried'
    *INFO: make: --- [emdctl] Error 2*
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk'. See '/u01/app/oraInventory/logs/installActions2010-06-24_03-22-15PM.log' for details.
    Exception Severity: 1
    INFO: Calling Action unixActions10.2.0.3.0 ; make
    registerOnly = false
    installMakePath = /usr/bin/make
    installMakeFileName = /u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk
    installTarget = all_no_orcl
    undoMakeFileName =
    installArguments = ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    logFile = /u01/app/oracle/product/11.2.0/dbhome_1/install/make.log
    undoTarget =
    progMsg = Linking RDBMS Executables
    After all the above, I am going to explain here how this error affected the EM. Here is the output of starting the dbconsole:
    $ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    http://bassam-desktop:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control .... started.
    Logs are generated in directory /u01/app/oracle/product/carried-desktop_orcl/sysman/log
    and here is the output of the status of the dbconsole
    $ emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    http://bassam-desktop:1158/em/console/aboutApplication
    EM Daemon is not running.
    Logs are generated in directory /u01/app/oracle/product/carried-desktop_orcl/sysman/log
    notice the EM Daemon (agent background process) is not running
    Becuase of this error, the actual status of the database is not shown up in the EM. For example, if I try to startup my database through the EM, it starts successfully, but its status will not be shown, same thing happens for the listener. Clicking the View Details link in the EM after starting up the database shows up the following:
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jun 26 03:43:36 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> SQL> ORACLE instance started.
    Total System Global Area 1489829888 bytes
    Fixed Size          1336624 bytes
    Variable Size          922749648 bytes
    Database Buffers     553648128 bytes
    Redo Buffers          12095488 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Agent is Not Running
    again notice the last line of the message Agent is not running.
    After all the above, I beleive that the installation error is the cause of all that. I would appreciate it if you could help me solving this problem. Thanks.
    Bassam A. Al-Khaffaf

    Hi,
    I have successfully installed Oracle 11g R2 after some manual intervention to solve this linker error.
    The linker error actually gave the useful hint to solve this problem:
    INFO: /usr/bin/ld: /home/akos/app/akos/product/11.2.0/dbhome_1/sysman/lib//libnmectl.a(nmectlt.o): undefined reference to symbol 'B_DestroyKeyObject'
    /usr/bin/ld: note: 'B_DestroyKeyObject' is defined in DSO /home/akos/app/akos/product/11.2.0/dbhome_1/lib/libnnz11.so so try adding it to the linker command line
    /home/akos/app/akos/product/11.2.0/dbhome_1/lib/libnnz11.so: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status
    This means that the gcc linker phase lacked an option for "-lnnz11". I run "make agent nmhs" manually,
    so the last command that gave an error can be copy&pasted to the command line. Adding "-lnnz11"
    after "-lcore11" to the command made it run successfully, and also re-running "make agent nmhs"
    on the command line didn't fail now. Then I chose the "Retry" button in the installer GUI and it proceeded.
    This change in the Fedora 13 linker was announced at
    http://docs.fedoraproject.org/en-US/Fedora/13/html/Release_Notes/sect-Release_Notes-The_GCC_Compiler_Collection.html
    In Fedora 12 and earlier it was allowed to an app with library A and the app was able to use symbols
    from every other libraries (B, C, ...) that library A was linked with. In Fedora 13 this is not allowed anymore,
    your app needs to be linked explicitely with library B, C, etc.
    Later, there was another problem with SELinux not allowing text relocation in .../product/11.2.0/dbhome_1/lib/libclntsh.so.11.1
    which was solved by running:
    chcon -t textrel_shlib_t '.../product/11.2.0/dbhome_1/lib/libclntsh.so.11.1'
    and re-running configuration of "Oracle Net Configuration Assistant". This allows keeping SELinux on.
    After that, installation and setup of the first database succeeded on Fedora 13.

  • Windows 7 Production Premium CS4 language pack installation error + solution

    Ok. Long story short...(For solution scroll all the way down)
    Tried to install ubuntu next to my windows vista. Next day I found myself wondering in store searching for windows 7 because Ubuntu install ruined something somewhere inside my computer and neither one of my OS were not starting at all...
    Ok. So I purchased Windows 7 with smile in my face and happiness in my soul! Now it´s clean installed and working and I have to say it is much better than Vista was...
    Already installed 3d max 2009 and couple of other old programs and works like charm and softwares are starting fast!
    ...BUT
    Today I tried to install my wonderful CS4 Production Premium package to this computer. All went well all the way to the end report where it said something like "installation error" and then there was few products or files on the list which it was unable to install...(I can post the exact list tomorrow when I try to uninstall and then again install suite the fourth or fifth time in a row.) After error report I was really worried. First I tried to start Photoshop and all I got was error report "some of the application components are missing from the application directory. Please re-install the application." Then I tried Illustrator and the message was "the localized resource files for this application could not be loaded. Please re-install...blah blah..." When I try to open Onlocation I get windows error "Adobe Onlocation has stopped working." Bridge and Media Encoder are working! But when tried to start After Effects, Premiere and Soundbooth it just opened the serial key window. When I write the serial from my dvd-box backlabel it gives me the nice big red X and says that my serial is not valid. But my serial was really valid just a while ago when I started to install these softwares! Oh please NO!
    Ok. So...Questions shortly:
    How to get my Production Premium installation work in Windows 7 and get back to work?
    How to de-activate my softwares after computer breakdown or user stupidity leading to computer breakdown so I can use my softwares again?
    EDIT:
    Well...This is what I got from the error report:
    Adobe After Effects CS4 LangPack (en_GB)
    Error:
    Error 2.
    Adobe Encore CS4 LangPack (en_GB)
    Error:
    Error 2.
    Adobe Flash CS4 Extension - Flash Lite LangPack Common
    Error:
    Error 2.
    Adobe Flash CS4 Payload LangPack (en_GB)
    Error:
    Error 2.
    Adobe Illustrator CS4 LangPack (en_GB)
    Error:
    Error 2.
    Adobe OnLocation CS4 LangPack (en_GB)
    Error:
    Error 2.
    Adobe Photoshop CS4 International English Language Pack
    Error:
    Error 2.
    Adobe Photoshop CS4 International English Language Pack_x64
    Error:
    Error 2.
    Adobe Premiere Pro CS4 LangPack (en_GB)
    Error:
    Error 2.
    Adobe Soundbooth CS4 LangPack (en_GB)
    Error:
    Error 2.
    LangPack (British) for DeviceCentral
    Error:
    Error 2.
    Tried installing different language but it still won´t work...
    Can´t install it in safe mode and installing trough troubleshooters different windows versions won´t work either...
    Any ideas anyone?
    EDIT:
    Tried creating .nrg dvd-images with Nero and installing from harddrive instead of dvd-discs but still no luck. So problem is not in my dvd-drive or discs...
    EDIT:
    SOLUTION...
    Adobe support answered to my question. I was missing a DOCUMENTS folder from my USERS - PUBLIC path and after I created that and un-installed & installed my production premium package, everything worked like it should! You might encounter to this same problem also if your USERS - PUBLIC - DOCUMENTS folder has some security settings on... Just right click the folder, choose security and check full control in permissions and remember to sign in as administrator when you install any software...
    Hope this tip is helpful!
    Now...Back to work!

    WOH, just what I needed.
    My problem was, that I have moved my documents to another partition, but the public parts I unfortunaly don't had thinked about. . This was 'the solution'! Thank you J_Suhonen!

  • Oracle Apps R12 Installation error on windows

    This new discussion is related to below link as last times discussion is locked ,i dont have idea why that discussion is locked(might be due to attachment link that i provided for log file )
    "R12 E-Business suite installation error on Windows XP-SP3"
    I have added 4 GB RAM and started installation on new fresh windows XP SP3 system  with only one C: drive with 300 GB space(including staging area)
    below is the log file for error
    Oracle Applications Rapid Install Wizard Install log
       >> Using Rapid Wizard Version  : 12.1.1.9
       >> Install session started  : Sun Jan 12 14:57:39 IST 2014
       >> Rapid Wizard source location  : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz
       >> Command Line arguments for this run  :
    =================================================================
    Install Session Information
       Host Name               : utkarsh.sparsh
       Host Operating System   : Windows (32-bit)
       User running Install    : Uday Gite
    =================================================================
    InstUpgPanel
        User action   :  Install Oracle Applications
         Install type  :  Standard Install
    Disabling OCM Configuration
    InstallPanel
        User action   :  Create configuration
         Description   :  Creates a new instance configuration.
    PortPanel
            Selected port pool:
                Database Port : 1521
                RPC Port : 1626
                Web SSL Port : 4443
                ONS Local Port : 6100
                ONS Remote Port : 6200
                ONS Request Port : 6500
                Web Listener Port : 8000
                Active Web Port : 8000
                Forms Port : 9000
                Metrics Server Data Port : 9100
                Metrics Server Request Port : 9200
                JTF Fulfillment Server Port : 9300
                MSCA Server Port : 10200-10205
                MCSA Telnet Server Port : 10200,10202,10204
                MSCA Dispatcher Port : 10800
                Java Object Cache Port : 12345
                OC4J JMS Port Range for Oacore : 23000-23004
                OC4J JMS Port Range for Forms : 23500-23504
                OC4J JMS Port Range for Home : 24000-24004
                OC4J JMS Port Range for Oafm : 24500-24504
                OC4J AJP Port Range for Oacore : 21500-21504
                OC4J AJP Port Range for Forms : 22000-22004
                OC4J AJP Port Range for Home : 22500-22504
                OC4J AJP Port Range for Oafm : 25000-25004
                OC4J RMI Port Range for Oacore : 20000-20004
                OC4J RMI Port Range for Forms : 20500-20504
                OC4J RMI Port Range for Home : 21000-21004
                OC4J RMI Port Range for Oafm : 25500-25504
                DB ONS Local Port : 6300
                DB ONS Remote Port : 6400
                Oracle Connection Manager Port : 1521
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    DBNodePanel
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    AppsNodePanel
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    AppsNodePanel
    AllNodesPanel
        Service Name: utkarsh
        Node Name: _utkarsh
        Operating System: _Windows (32-bit)
        Service Name: utkarsh
        Node Name: _utkarsh
        Operating System: _Windows (32-bit)
            Writing configuration file to: C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\conf_FPRD1.txt
    Adding ports for Server0_utkarsh
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_utkarsh
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
            Writing configuration file to: C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\conf_FPRD1.txt
    Adding ports for Server0_utkarsh
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_utkarsh
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
            Setting temp directory to: C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    Port Availability Check :
    -- database node ports --
       Database Port available:  Port Value = 1521
       Database Port Value = 1521......  Available
       DB ONS Local Port available:  Port Value = 6300
       DB ONS Local Port Value = 6300......  Available
       DB ONS Remote Port available:  Port Value = 6400
       DB ONS Remote Port Value = 6400......  Available
    -- apps node ports --
       RPC Port available:  Port Value = 1626
       RPC Port Value = 1626......  Available
       Web SSL Port available:  Port Value = 4443
       Web SSL Port Value = 4443......  Available
       ONS Local Port available:  Port Value = 6100
       ONS Local Port Value = 6100......  Available
       ONS Remote Port available:  Port Value = 6200
       ONS Remote Port Value = 6200......  Available
       ONS Request Port available:  Port Value = 6500
       ONS Request Port Value = 6500......  Available
       Web Listener Port available:  Port Value = 8000
       Web Listener Port Value = 8000......  Available
       Forms Port available:  Port Value = 9000
       Forms Port Value = 9000......  Available
       Metrics Server Data Port available:  Port Value = 9100
       Metrics Server Data Port Value = 9100......  Available
       Metrics Server Request Port available:  Port Value = 9200
       Metrics Server Request Port Value = 9200......  Available
       JTF Fulfillment Server Port available:  Port Value = 9300
       JTF Fulfillment Server Port Value = 9300......  Available
       MSCA Server Port available:  Port Value = 10200
       MSCA Server Port available:  Port Value = 10201
       MSCA Server Port available:  Port Value = 10202
       MSCA Server Port available:  Port Value = 10203
       MSCA Server Port available:  Port Value = 10204
       MSCA Server Port available:  Port Value = 10205
       MSCA Server Port Value = 10200-10205......  Available
       MSCA Dispatcher Port available:  Port Value = 10800
       MSCA Dispatcher Port Value = 10800......  Available
       Java Object Cache Port available:  Port Value = 12345
       Java Object Cache Port Value = 12345......  Available
       OC4J JMS Port Range for Oacore available:  Port Value = 23000
       OC4J JMS Port Range for Oacore available:  Port Value = 23001
       OC4J JMS Port Range for Oacore available:  Port Value = 23002
       OC4J JMS Port Range for Oacore available:  Port Value = 23003
       OC4J JMS Port Range for Oacore available:  Port Value = 23004
       OC4J JMS Port Range for Oacore Value = 23000-23004......  Available
       OC4J JMS Port Range for Forms available:  Port Value = 23500
       OC4J JMS Port Range for Forms available:  Port Value = 23501
       OC4J JMS Port Range for Forms available:  Port Value = 23502
       OC4J JMS Port Range for Forms available:  Port Value = 23503
       OC4J JMS Port Range for Forms available:  Port Value = 23504
       OC4J JMS Port Range for Forms Value = 23500-23504......  Available
       OC4J JMS Port Range for Home available:  Port Value = 24000
       OC4J JMS Port Range for Home available:  Port Value = 24001
       OC4J JMS Port Range for Home available:  Port Value = 24002
       OC4J JMS Port Range for Home available:  Port Value = 24003
       OC4J JMS Port Range for Home available:  Port Value = 24004
       OC4J JMS Port Range for Home Value = 24000-24004......  Available
       OC4J JMS Port Range for Oafm available:  Port Value = 24500
       OC4J JMS Port Range for Oafm available:  Port Value = 24501
       OC4J JMS Port Range for Oafm available:  Port Value = 24502
       OC4J JMS Port Range for Oafm available:  Port Value = 24503
       OC4J JMS Port Range for Oafm available:  Port Value = 24504
       OC4J JMS Port Range for Oafm Value = 24500-24504......  Available
       OC4J AJP Port Range for Oacore available:  Port Value = 21500
       OC4J AJP Port Range for Oacore available:  Port Value = 21501
       OC4J AJP Port Range for Oacore available:  Port Value = 21502
       OC4J AJP Port Range for Oacore available:  Port Value = 21503
       OC4J AJP Port Range for Oacore available:  Port Value = 21504
       OC4J AJP Port Range for Oacore Value = 21500-21504......  Available
       OC4J AJP Port Range for Forms available:  Port Value = 22000
       OC4J AJP Port Range for Forms available:  Port Value = 22001
       OC4J AJP Port Range for Forms available:  Port Value = 22002
       OC4J AJP Port Range for Forms available:  Port Value = 22003
       OC4J AJP Port Range for Forms available:  Port Value = 22004
       OC4J AJP Port Range for Forms Value = 22000-22004......  Available
       OC4J AJP Port Range for Home available:  Port Value = 22500
       OC4J AJP Port Range for Home available:  Port Value = 22501
       OC4J AJP Port Range for Home available:  Port Value = 22502
       OC4J AJP Port Range for Home available:  Port Value = 22503
       OC4J AJP Port Range for Home available:  Port Value = 22504
       OC4J AJP Port Range for Home Value = 22500-22504......  Available
       OC4J AJP Port Range for Oafm available:  Port Value = 25000
       OC4J AJP Port Range for Oafm available:  Port Value = 25001
       OC4J AJP Port Range for Oafm available:  Port Value = 25002
       OC4J AJP Port Range for Oafm available:  Port Value = 25003
       OC4J AJP Port Range for Oafm available:  Port Value = 25004
       OC4J AJP Port Range for Oafm Value = 25000-25004......  Available
       OC4J RMI Port Range for Oacore available:  Port Value = 20000
       OC4J RMI Port Range for Oacore available:  Port Value = 20001
       OC4J RMI Port Range for Oacore available:  Port Value = 20002
       OC4J RMI Port Range for Oacore available:  Port Value = 20003
       OC4J RMI Port Range for Oacore available:  Port Value = 20004
       OC4J RMI Port Range for Oacore Value = 20000-20004......  Available
       OC4J RMI Port Range for Forms available:  Port Value = 20500
       OC4J RMI Port Range for Forms available:  Port Value = 20501
       OC4J RMI Port Range for Forms available:  Port Value = 20502
       OC4J RMI Port Range for Forms available:  Port Value = 20503
       OC4J RMI Port Range for Forms available:  Port Value = 20504
       OC4J RMI Port Range for Forms Value = 20500-20504......  Available
       OC4J RMI Port Range for Home available:  Port Value = 21000
       OC4J RMI Port Range for Home available:  Port Value = 21001
       OC4J RMI Port Range for Home available:  Port Value = 21002
       OC4J RMI Port Range for Home available:  Port Value = 21003
       OC4J RMI Port Range for Home available:  Port Value = 21004
       OC4J RMI Port Range for Home Value = 21000-21004......  Available
       OC4J RMI Port Range for Oafm available:  Port Value = 25500
       OC4J RMI Port Range for Oafm available:  Port Value = 25501
       OC4J RMI Port Range for Oafm available:  Port Value = 25502
       OC4J RMI Port Range for Oafm available:  Port Value = 25503
       OC4J RMI Port Range for Oafm available:  Port Value = 25504
       OC4J RMI Port Range for Oafm Value = 25500-25504......  Available
    OS User and Group Check
    Domain=UTKARSH
    ,Username=Uday Gite
    ,PC-Name=UTKARSH
       User belongs to the Administrators Group.
    Port Uniqueness Check :
    -- database node ports --
    -- apps node ports --
       All ports are unique.
    File System Check :
    -- database node mount point --
       Database ORACLE_HOME created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0
       Database ORACLE_HOME admin folder created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil
       Database ORACLE_HOME temp folder created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\temp
       Database Install Log Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\log\FPRD1_utkarsh
       Database Install Out Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\out\FPRD1_utkarsh\templbac
       Database Install Out Directory available:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\out\FPRD1_utkarsh\templbac
       OCM configuration target directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\clone\\
       Database System File Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       Database Log File Directory available:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       Database Transaction File Directory available:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       Database Archive File Directory available:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       Database OraInventory File Directory created:
          Mount Point = c:\temp
    -- apps node mount point --
       APPL_TOP created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       APPL_TOP admin created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl\admin
       APPL_TOP mount 2 available:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       APPL_TOP mount 3 available:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       APPL_TOP mount 4 available:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       COMMON_TOP created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\comn
       JAVA_TOP created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\comn\java\classes
       Temp Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp
       APPL_TOP admin Install Log Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\admin\log
       Apps ORACLE_HOME created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.3
       Tools ORACLE_HOME created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.2
       OCM configuration target directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.3\appsutil\clone\\
       OCM configuration target directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.2\appsutil\clone\\
       Apps ORACLE_HOME OraInventory File Directory available:
          Mount Point = c:\temp
       Tools ORACLE_HOME OraInventory File Directory available:
          Mount Point = c:\temp
            Writing configuration file to: C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\conf_FPRD1.txt
    Adding ports for Server0_utkarsh
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_utkarsh
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
    File Space Check :
    -- database node space checks --
       Disk space on system acceptable:
       Database ORACLE_HOME = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0
       required = 5600.0
       actual   = 249592.6953125
       Disk space on system acceptable:
       Database System File Directory = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       required = 20200.0
       actual   = 243992.6953125
       Disk space on system acceptable:
       Database Log File Directory = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       required = 950.0
       actual   = 223792.6953125
       Disk space on system acceptable:
       Database Transaction File Directory = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       required = 103350.0
       actual   = 222842.6953125
       Disk space on system acceptable:
       Database Archive File Directory = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       required = 64500.0
       actual   = 119492.6953125
    -- apps node space checks --
       Disk space on system acceptable:
       APPL_TOP = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       required = 5800.0
       actual   = 54992.6953125
       Disk space on system acceptable:
       APPL_TOP mount 2 = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       required = 2800.0
       actual   = 49192.6953125
       Disk space on system acceptable:
       APPL_TOP mount 3 = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       required = 8400.0
       actual   = 46392.6953125
       Disk space on system acceptable:
       APPL_TOP mount 4 = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       required = 3100.0
       actual   = 37992.6953125
       Disk space on system acceptable:
       COMMON_TOP = C:\OracleApps\oracle\FPRD1\apps\apps_st\comn
       required = 3200.0
       actual   = 34892.6953125
       Disk space on system acceptable:
       Apps ORACLE_HOME = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.3
       required = 1400.0
       actual   = 31692.6953125
       Disk space on system acceptable:
       Tools ORACLE_HOME = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.2
       required = 1400.0
       actual   = 30292.6953125
       Disk space on system acceptable:
       Temp Directory = C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp
       required = 1024.0
       actual   = 28892.6953125
    Host/Domain
       command: ping -n 1 utkarsh
    Pinging utkarsh.sparsh [10.10.12.6] with 32 bytes of data:
    Reply from 10.10.12.6: bytes=32 time<1ms TTL=128
    Ping statistics for 10.10.12.6:
        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 succeeded
       command: ping -n 1 utkarsh.sparsh
    Pinging utkarsh.sparsh [10.10.12.6] with 32 bytes of data:
    Reply from 10.10.12.6: bytes=32 time<1ms TTL=128
    Ping statistics for 10.10.12.6:
        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 succeeded
    System Utilities
       command: cmd.exe /c C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\bin\adchkutl.cmd C:\OracleApps\Cygwin\bin C:\OracleApps\VIS2008\VC\bin
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>echo off
    /cygdrive/c/WINDOWS/system32/cmd
    'which' command is available.
    /usr/bin/gnumake
    'gnumake' is available.
    /cygdrive/c/WINDOWS/system32/cl
    'cc' is available.
    /usr/bin/link
    'link' is available.
    ERRORCODE = 0    ERRORCODE_ENDThe system cannot find the path specified.
    System Utilities Availability test has succeeded
    AllNodesPanel
        Service Name: utkarsh
        Node Name: _utkarsh
        Operating System: _Windows (32-bit)
        Service Name: utkarsh
        Node Name: _utkarsh
        Operating System: _Windows (32-bit)
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from Rapid Install Full Stage area C:\OracleApps\stageR12\oraDB\Disk1
    Exception thrown in getAllProductIDs. 0
    RapidWiz location:      C:\OracleApps\stageR12\startCD\Disk1\rapidwiz
    Install Media location: C:\OracleApps\stageR12\startCD\Disk1
    Database ORACLE_HOME:   C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0
    Database SID:           FPRD1
    Database Context Name : FPRD1_utkarsh
    Creating DB Context: C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\restart.xml
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\restart.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\restart.xml
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\restart.xml
    Exception thrown in getAllProductIDs. 0
    RapidWiz location:      C:\OracleApps\stageR12\startCD\Disk1\rapidwiz
    Install Media location: C:\OracleApps\stageR12\startCD\Disk1
    APPL_TOP location:      C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
    Database SID:           FPRD1
    APPL_TOP Context Name : FPRD1_utkarsh
    INST_TOP location:      C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh
    Creating Apps Context: C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp\restart.xml
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp\restart.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp\restart.xml
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp\restart.xml
    Processing DriverFile = C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Processing DriverFile = C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Total number of processes in Current Install 5
    Processing DriverFile = C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Creation of Directory - C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh Succeeded.
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adrun11g.cmd
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrun11g.cmd
       backup : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrun11g.cmd to C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\out\FPRD1_utkarsh\templbac\adrun11g.cmd
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adrundb.cmd
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrundb.cmd
       backup : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrundb.cmd to C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\out\FPRD1_utkarsh\templbac\adrundb.cmd
    Step 0 of 5
    Command: C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrun11g.cmd
    Processing Step 1 of 5
    Executing: C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrun11g.cmd
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM $Header: adrun11g.cmd 120.11 2009/03/11 21:22:03 marderiu noship $
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM 
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig.  It will be read and
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM overwritten.  If you were instructed to edit this file, or if you are not
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM 
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>(set date=Sun 01/12/2014  )
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>(set time=03:05 PM )
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : 11g RDBMS : Sun 01/12/2014 03:05 PM
    STARTED INSTALL PHASE : 11g RDBMS : Sun 01/12/2014 03:05 PM
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>SET JRE_PATH=C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\jlib\java;C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;C:\OracleApps\stageR12\startCD\Disk1\ra

    "R12 E-Business suite installation error on Windows XP-SP3"
    Your OS is not supported.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) (Doc ID 761567.1)
    Log file located at C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\log\FPRD1_utkarsh\ApplyDatabase_01121856.log
    Any details about the error in this log file?
    Please review log files mentioned in (How to locate the log files and troubleshoot Rapid Install for Release 12.0.x and 12.1.x (Doc ID 452120.1)) and upload them in one zip file to any free hosting website and post the link here. Please do NOT copy/paste the contents of the log files in this thread.
    Thanks,
    Hussein

  • How to make clone of active directory security group

    Hi
    i am having one Security group in AD, i want to make copy or clone of that group with same members in different name in AD.
    Anybody help me out...

    Hi Vino1985,
    Just do it with ds-tools.
    dsquery group -samid %SamidOfYourReferenceGroup% | dsget group -members |  dsmod group %distinguishedNameOfYourNewGroup% -addmbr -c
    This should work as
    "dsquery group -samid " will return the distinguished name of your reference group and pipe it to dsget group
    "dsget group -members" will return all distinguished-names of the members and pipe it to dsmod group
    "dsmod group -addmbr" will all DN's to the membership-attribute of the new group the switch "-c" will continue on errors.
    best regards
    Switch
    MCITP Enterprise Administrator
    MCSA Windows Server 2012
    MCTS Windows 7 Configuration
    Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights.

  • Not able to edit membership of universal security groups

    I’m not able to edit membership of My Universal security groups using outlook, when I add/remove members it shows the error
    “Changes to the public group membership can’t be saved. You do not have sufficient permission to perform this operation on this object”
    I've already assigned the RBAC role “Security Group Creation and Membership” to a security group and the user who is editing the group is the member of this role group. I’ve also tried to assign the role directly to user, but it also did not work.
    Exchange 2010, Outlook 2010.
    Could someone please suggest me on this.
    ------- Subodh

    No, I am still facing issue.
    I’m not able to edit membership of My Universal security groups using outlook, when I add/remove
    members it shows the error
    “Changes to the public group membership can’t be saved. You do not have sufficient permission to
    perform this operation on this object”
    I've already assigned the RBAC role “Security Group Creation and Membership” to a security group
    and the user who is editing the group is the member of this role group. I’ve also tried to assign the role directly to user, but it also did not work.
    I have multi domain scenario like Exchange is in child domain and AD Users are in Parent domain.
    ------- Subodh

  • AD security group issues in SharePoint 2013 Integrated Mode

    Hello,
    Sorry if this is the wrong forum, I'm not sure if this is a SharePoint issue or a Reporting Services configuration issue (or if it should be in a SharePoint forum regardless).
    I have SSRS2012 on SharePoint 2013 in integrated mode. We are doing item level permissions, which means we have an AD security group Reports-All with
    Read to the Reports document library, then each actual report has unique permissions. We have a report with the ProjectManagers AD
    security group on it with Read (plus some other stuff to let them manage subscriptions), and another AD security group ProjectUsers with
    just Read access so they can open the reports. The data source used by this report has the AD security group I mentioned before, Reports-All,
    with Read.
    At a SharePoint level, things appear to work. When a user in ProjectManagers or ProjectUsers browses
    to the library, they see only the 3 reports that those two security groups have permission to see (out of a lot more in the library). That means SharePoint is reading those security group memberships correctly as far as I can tell.
    The issue is when a user in ProjectManagers or ProjectUsers clicks
    on a report, they get a reporting server based error message, and the ULS logs have an error specific to the user trying to run the report.
    Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'MyDomain\MyUser' are insufficient for performing this operation. (Fault Detail is equal to Microsoft.ReportingServices.ServiceContract.RsExceptionInfo)
    If I add that specific user with Read permissions to the report and the data source, they are then able to run the report without errors. It seems like some Report Server component is not liking the fact that I'm using security groups. 
    Has anyone seen this behavior with AD security groups? Any ideas on why my environment does not want to work properly with those even though AD security groups are working fine for other non-Reporting Services files?
    Thanks,
    Aaron

    Hi aaronzott,
    According to your description, you configured SSRS 2012 of SharePoint integrated mode. You added read permission to reports and data source to AD security group Reports-All, then added just read permission to ProjectManagers and ProjectUsers groups. When
    users in ProjectManagers or ProjectUsers groups click report, the error message occurred. After you added Read permissions to the report and the data source to the groups, they can preview the report without errors.
    Report definition permissions are defined through List permissions on the library that contains the report, but we can set permissions on individual reports if we want to restrict access. Set properties on a report including data source connection information,
    processing options, and parameter properties. Edit Items on the library that contains the report or on the individual report. We also need to have view permissions on a shared data source (.rsds) to select it for use with the report.
    For more information about Set Permissions for Report Server Operations in a SharePoint Web Application, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/bb326286(v=sql.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • Error 1935. ... HRESULT: 0x80073712 Installation error message.  Windows7.  Adobe Acrobat Reader 11

    Cannot figure out install problem or why it is occuring.  The Download and installation runs to about 80% and errors out.  Icon even appears for program on desktop around 77% complete and I can open it but aborts setup.  I have tried to follow the troubleshooting suggestions by going to
    Start > All Programs > Accessories > Run (as adiministrator)
    Copy and paste the following text in the Open field and then press Enter 
    fsutil resource setautoreset true C:\
    but to no avail.
    Also used Firefox browser but same problem occured.
    Only virus protection running is MSE and checked that under internet options security trusted sites that scripting is enabled under custom settings.
    Need help!  I have seen a few other complaints about this issue but doesn't look like any resolution for those who posted.
    Adobe Reader installation errorAdobe Reader installation error 
    Error 1935.An error occurred during the installation of assembly component {B708EB72-AA82-3EB7-8BB0-D845BA35C93D}. HRESULT: 0x80073712. Error 1935.An error occurred during the installation of assembly component {B708EB72-AA82-3EB7-8BB0-D845BA35C93D}. HRESULT: 0x80073712.

    I have also seen this error a number of times here in the forum, but I do not know what causes it.  It seems to be some kind of conflict with the .NET Framework.  Could it be that some update to the .NET Framework is running at the same time?  (.NET Framework updates perform assemblies that can run for several hours.)
    What I would try if I were to encounter this error:
    restart Windows
    check with the Task Manager's Processes tab that no batch assemblies are running
    try the MSI installer http://ardownload.adobe.com/pub/adobe/reader/win/11.x/11.0.00/en_US/AdbeRdr11000_en_US.msi
    then run the 11.0.3 update http://ardownload.adobe.com/pub/adobe/reader/win/11.x/11.0.03/misc/AdbeRdrUpd11003.msp

  • Installation Error (15)

    Hi everybody!
    I have a problem installing adobe edge animate cc.
    My Laptop runs a Win7 Premium SP1 and fulfills all other system requirements.
    When i try to install the creative cloud desktop app i get the adobe application manager which i hope is still correct. After starting the application manager and logging in i can press install in the row for adobe edge animate. Downloading and extracting still works.
    But then after 2% of the installation i get an installation error simply saying that there has been an error. I should restart my system and try again. There's a 15 in brackets behind that message.
    Restarting won't help. I really want to use adobe edge. How can i diagnose and solve this problem?
    Thanks in advance! BR
    Manuel

    I'm directly connected to the internet by my ISPN. (also i tried two different ones)
    Regarding security systems i also tried to shutdown all my firewall, av-software and internet security suite. Sadly without any changes in the behaviour.
    Thanks for your reply though!
    i'm still optimistic that a solution will come up...

Maybe you are looking for