Error while installing SSMA for Oracle Extension Pack 5.3

When installing the database utilities portion of the SSMA for Oracle Extension Pack 5.3 setup, the error below occurs.
Invalid connection (CREATE ASSEMBLY failed because it could not open the physical file "C:\Microsoft SQL Server Migration Assistant for Oracle Extension Pack\bin\ext\SSMA4OracleSQLServerCollections.NET.dll": 3(The system cannot find the path specified.).)
It appears that the installer is using the path: "C:\Program Files\Microsoft SQL Server Migration Assistant for Oracle Extension Pack"

Hi,
According to your description, this error might be caused by the account you used to install SQL Server Migration Assistant for Oracle Extension Pack. We can troubleshoot this issue as follows:
Verify the installation file is complete before installing this Extension Pack.
When you install SSMA for Oracle Extension Pack, we need to make sure you right click the pack and select ‘Run as administrator ’. Also we ensure that your account has Read/Write permission on the bin folder.
Additionally, before installing SSMA for Oracle Extension Pack, we need to
make sure that the system meets the following requirements:
SQL Server 2005 or higher is installed.
Microsoft  Windows Installer 3.1 or a later version.
SQL Server Browser service is running.
For more details, you can review the related links.
http://www.microsoft.com/en-us/download/details.aspx?id=42655  
http://msdn.microsoft.com/en-us/library/hh313165(v=sql.110).aspx
http://blogs.msdn.com/b/ssma/archive/2011/05/12/ssma-5-0-extension-pack-installation-error.aspx
Thanks                 
Lydia Zhang    
<p style="margin:0cm 0cm 0pt"><span lang="EN-US" style="color:#0070c0; font-family:'Segoe UI ','sans-serif ';
font-size:10pt">Lydia Zhang<br/> TechNet Community Support</span></p> <p style="margin:0cm 0cm 0pt"><a href="http://blogs.technet.com/b/onescript"
rel="nofollow"><img src="https://xnoegg.bay.livefilestore.com/y1plmwd9pFqoTZWcmr6-bsBuS7hTcNbr8YdT4WL3RRAuhDPVyUUOVchQt3EexNEBj4xYyornsD1kyLmtVqqsDfKv3PEEg9ejQzT/signature.jpg?psid=1"
alt="" width="430" height="30.2"></a></p>

Similar Messages

  • Error in Installing RCU for Oracle Webcenter Content Imaging

    Hi,
    I am comming across this error while installing RCU for Oracle Webcenter Imaging with Mircosoft SQL 2005 as the backend database. I am pasting the IPM.log file below which shows the error during the installation. Please help me from this.
    JDBC SQLException - ErrorCode: 102SQLState:HY000 Message: [FMWGEN][SQLServer JDBC Driver][SQLServer]Incorrect syntax near 'Rem'.
    Error encountered executing SQL statement  FileName: 'D:\Oracle\middleware\RepositoryCreationUtility\rcuHome\\rcu\integration\\ipm\sql\createschema_ipm_sqlserver.sql' LineNumber: '18'
    SQL Statement: [execute as login = '$(SCHEMA_USER)'
    Rem Copyright (c) 2007, 2013, Oracle and/or its affiliates.
    Rem All rights reserved.
    CREATE TABLE DEFINITION (DEFINITION_ID NUMERIC(19) NOT NULL, DEFINITION_VERSION NUMERIC(19) NOT NULL, DEFINITION_TYPE $(RCU_VARCHAR)(16) NULL, DESCRIPTION $(RCU_VARCHAR)(1000) NULL, NAME $(RCU_VARCHAR)(200) NULL, PRIMARY KEY (DEFINITION_ID, DEFINITION_VERSION));
    CREATE TABLE DEFINITION_SECURITY (RID NUMERIC(19) NOT NULL, GUID $(RCU_VARCHAR)(255) NULL, DEFINITION_ID NUMERIC(19) NOT NULL, NAME $(RCU_VARCHAR)(255) NULL, SECURITYMEMBER_TYPE $(RCU_VARCHAR)(8) NULL, DEFINITION_VERSION NUMERIC(19) NOT NULL, CAN_DELETE SMALLINT NULL, CAN_GRANTACCESS SMALLINT NULL, CAN_MANAGE SMALLINT NULL, CAN_MODIFY SMALLINT NULL, CAN_VIEW SMALLINT NULL, PRIMARY KEY (RID, DEFINITION_ID, DEFINITION_VERSION));
    CREATE TABLE AUDIT_HISTORY (AUDITID NUMERIC(19) NOT NULL, AUDIT_DATE DATETIME NULL, PARAM1 $(RCU_VARCHAR)(255) NULL, PARAM2 $(RCU_VARCHAR)(255) NULL, SUBJECTID NUMERIC(19) NULL, AUDIT_TYPE $(RCU_VARCHAR)(32) NULL, USERNAME $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (AUDITID));
    CREATE TABLE APP_PROPERTIES (FASTCHECKIN BIT default 0 NULL, FULLTEXTSEARCH BIT default 0 NULL, APP_ID NUMERIC(19) NOT NULL, NEXTFIELDID NUMERIC(19) NULL, APP_VERSION NUMERIC(19) NOT NULL, REPOSITORY_ID NUMERIC(19) NULL, REPOSITORY_NAME $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (APP_ID, APP_VERSION));
    CREATE TABLE APP_FIELDDEFINITION (FIELD_ID NUMERIC(19) NOT NULL, APP_ID NUMERIC(19) NOT NULL, INDEXED BIT default 0 NULL, LENGTH INTEGER NULL, NAME $(RCU_VARCHAR)(50) NULL, REQUIRED BIT default 0 NULL, SCALE INTEGER NULL, FIELD_TYPE $(RCU_VARCHAR)(8) NULL, APP_VERSION NUMERIC(19) NOT NULL, DEFAULTVALUE_TYPE $(RCU_VARCHAR)(255) NULL, DEFAULTVALUE $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (FIELD_ID, APP_ID, APP_VERSION));
    CREATE TABLE APP_PICKLIST (PICKLIST_ID NUMERIC(19) NOT NULL, APP_ID NUMERIC(19) NOT NULL, FIELD_ID NUMERIC(19) NOT NULL, APP_VERSION NUMERIC(19) NOT NULL, ITEMVALUE_TYPE $(RCU_VARCHAR)(255) NULL, ITEMVALUE $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (PICKLIST_ID, APP_ID, FIELD_ID, APP_VERSION));
    CREATE TABLE APP_LIFECYCLEPOLICY (APP_ID NUMERIC(19) NOT NULL, RETENTIONPOLICY $(RCU_VARCHAR)(255) NULL, VOLUME_NAME $(RCU_VARCHAR)(200) NULL, APP_VERSION NUMERIC(19) NOT NULL, PRIMARY KEY (APP_ID, APP_VERSION));
    CREATE TABLE APP_BPELCONFIG (COMPOSITE $(RCU_VARCHAR)(255) NULL, ENABLED BIT default 0 NULL, APP_ID NUMERIC(19) NOT NULL, SERVICE_OPERATION $(RCU_VARCHAR)(255) NULL, SERVICE $(RCU_VARCHAR)(255) NULL, APP_VERSION NUMERIC(19) NOT NULL, CONNECTION_ID NUMERIC(19) NULL, CONNECTION_NAME $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (APP_ID, APP_VERSION));
    CREATE TABLE APP_BPELPAYLOADITEM (PAYLOAD_KEY $(RCU_VARCHAR)(255) NOT NULL, APP_ID NUMERIC(19) NOT NULL, MAPPINGFUNCTION $(RCU_VARCHAR)(32) NULL, PAYLOAD_VALUE $(RCU_VARCHAR)(255) NULL, APP_VERSION NUMERIC(19) NOT NULL, XMLTYPE $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (PAYLOAD_KEY, APP_ID, APP_VERSION));
    CREATE TABLE APP_STORAGESTAGE (SEQNUM NUMERIC(19) NOT NULL, DURATION INTEGER NULL, DURATIONUNIT $(RCU_VARCHAR)(8) NULL, APP_ID NUMERIC(19) NOT NULL, INDEFINITE BIT default 0 NULL, APP_VERSION NUMERIC(19) NOT NULL, VOLUME_NAME $(RCU_VARCHAR)(200) NULL, PRIMARY KEY (SEQNUM, APP_ID, APP_VERSION));
    CREATE TABLE DOCUMENT_SECURITY (RID NUMERIC(19) NOT NULL, GUID $(RCU_VARCHAR)(255) NULL, APP_ID NUMERIC(19) NOT NULL, NAME $(RCU_VARCHAR)(255) NULL, SECURITYMEMBER_TYPE $(RCU_VARCHAR)(8) NULL, APP_VERSION NUMERIC(19) NOT NULL, CAN_ANNOTHIDDEN SMALLINT NULL, CAN_ANNOTRESTRICTED SMALLINT NULL, CAN_ANNOTSTANDARD SMALLINT NULL, CAN_DELETE SMALLINT NULL, CAN_GRANTACCESS SMALLINT NULL, CAN_LOCKADMINISTRATOR SMALLINT NULL, CAN_VIEW SMALLINT NULL, CAN_WRITE SMALLINT NULL, PRIMARY KEY (RID, APP_ID, APP_VERSION));
    CREATE TABLE INPUT_PROPERTIES (INPUT_ID NUMERIC(19) NOT NULL, ON_LINE BIT default 0 NULL, PRIORITY INTEGER NULL, INPUT_VERSION NUMERIC(19) NOT NULL, PRIMARY KEY (INPUT_ID, INPUT_VERSION));
    CREATE TABLE INPUT_MAPPINGS (INPUT_ID NUMERIC(19) NOT NULL, FILEINPUTSECTION $(RCU_VARCHAR)(255) NULL, INPUT_VERSION NUMERIC(19) NOT NULL, APP_ID NUMERIC(19) NULL, APP_NAME $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (INPUT_ID, INPUT_VERSION));
    CREATE TABLE INPUT_FIELDMAP (SEQNUM NUMERIC(19) NOT NULL, DATEFORMAT $(RCU_VARCHAR)(255) NULL, INPUT_ID NUMERIC(19) NOT NULL, INPUTSECTION $(RCU_VARCHAR)(255) NULL, USEDEFAULT BIT default 0 NULL, INPUT_VERSION NUMERIC(19) NOT NULL, APP_ID NUMERIC(19) NULL, APP_NAME $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (SEQNUM, INPUT_ID, INPUT_VERSION));
    CREATE TABLE INPUT_SOURCEPROPERTIES (DATASAMPLE $(RCU_VARCHAR)(255) NULL, DATASOURCE $(RCU_VARCHAR)(255) NULL, INPUT_ID NUMERIC(19) NOT NULL, INPUTSOURCE $(RCU_VARCHAR)(255) NULL, INPUT_VERSION NUMERIC(19) NOT NULL, PRIMARY KEY (INPUT_ID, INPUT_VERSION));
    CREATE TABLE INPUT_SOURCESETTING (SETTING_KEY $(RCU_VARCHAR)(255) NOT NULL, INPUT_ID NUMERIC(19) NOT NULL, SETTING_VALUE $(RCU_VARCHAR)(255) NULL, INPUT_VERSION NUMERIC(19) NOT NULL, PRIMARY KEY (SETTING_KEY, INPUT_ID, INPUT_VERSION));
    CREATE TABLE SEARCH_PARAMETER (PARAMETER_ID NUMERIC(19) NOT NULL, DEFAULTOPERATOR INTEGER NULL, SEARCH_ID NUMERIC(19) NOT NULL, NAME $(RCU_VARCHAR)(255) NULL, OPERATORTEXT $(RCU_VARCHAR)(255) NULL, PICKLISTAPPLICATIONID NUMERIC(19) NULL, PICKLISTFIELDID NUMERIC(19) NULL, PROMPT $(RCU_VARCHAR)(255) NULL, READONLY BIT default 0 NULL, REQUIRED BIT default 0 NULL, SEARCH_VERSION NUMERIC(19) NOT NULL, SEARCHVALUETYPE INTEGER NULL, FIELD_TYPE $(RCU_VARCHAR)(8) NULL, FIELD_VALUE $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (PARAMETER_ID, SEARCH_ID, SEARCH_VERSION));
    CREATE TABLE SEARCH_POSSIBLEOPERATOR (OPERATOR_ID NUMERIC(19) NOT NULL, SEARCH_ID NUMERIC(19) NOT NULL, OPERATOR INTEGER NULL, SEARCH_VERSION NUMERIC(19) NOT NULL, PARAMETER_ID NUMERIC(19) NULL, PRIMARY KEY (OPERATOR_ID, SEARCH_ID, SEARCH_VERSION));
    CREATE TABLE SEARCH_RESULTCOLUMN (RESULT_COLUMN_ID NUMERIC(19) NOT NULL, COLUMNTITLE $(RCU_VARCHAR)(255) NULL, SEARCH_ID NUMERIC(19) NOT NULL, SEARCH_VERSION NUMERIC(19) NOT NULL, PRIMARY KEY (RESULT_COLUMN_ID, SEARCH_ID, SEARCH_VERSION));
    CREATE TABLE SEARCH_SELECTEDFIELD (SELECTEDFIELDID NUMERIC(19) NOT NULL, SEARCH_ID NUMERIC(19) NOT NULL, PERSISTEDAPPLICATIONID NUMERIC(19) NULL, PERSISTEDFIELDID NUMERIC(19) NULL, PROPERTY INTEGER NULL, SEARCH_VERSION NUMERIC(19) NOT NULL, RESULT_COLUMN_ID NUMERIC(19) NULL, PRIMARY KEY (SELECTEDFIELDID, SEARCH_ID, SEARCH_VERSION));
    CREATE TABLE SEARCH_PROPERTIES (SEARCHPROPERTIESID NUMERIC(19) NOT NULL, SEARCH_ID NUMERIC(19) NOT NULL, MAXROWS INTEGER NULL, ON_LINE BIT default 0 NULL, SEARCHINSTRUCTIONS $(RCU_VARCHAR)(1000) NULL, SEARCH_VERSION NUMERIC(19) NOT NULL, PRIMARY KEY (SEARCHPROPERTIESID, SEARCH_ID, SEARCH_VERSION));
    CREATE TABLE SEARCH_NODE (SEARCHNODEID NUMERIC(19) NOT NULL, DTYPE $(RCU_VARCHAR)(31) NULL, ALWAYSDISPLAYPARENTHESES BIT default 0 NULL, SEARCH_ID NUMERIC(19) NOT NULL, LEFTID NUMERIC(19) NULL, RIGHTID NUMERIC(19) NULL, SEARCHOPERATOR INTEGER NULL, SEARCH_VERSION NUMERIC(19) NOT NULL, PARAMETERNAME $(RCU_VARCHAR)(255) NULL, PROPERTY INTEGER NULL, FIELD_ID NUMERIC(19) NULL, FIELD_NAME $(RCU_VARCHAR)(255) NULL, SEARCHVALUETYPE INTEGER NULL, FIELD_TYPE $(RCU_VARCHAR)(8) NULL, FIELD_VALUE $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (SEARCHNODEID, SEARCH_ID, SEARCH_VERSION));
    CREATE TABLE SEARCH_APP_EXPR (APPLICATIONEXPRESSIONID NUMERIC(19) NOT NULL, SEARCH_ID NUMERIC(19) NOT NULL, ROOTID NUMERIC(19) NULL, SEARCH_VERSION NUMERIC(19) NOT NULL, APP_ID NUMERIC(19) NULL, APP_NAME $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (APPLICATIONEXPRESSIONID, SEARCH_ID, SEARCH_VERSION));
    CREATE TABLE SEARCH_APP_ITEM (APPITEMID NUMERIC(19) NOT NULL, FIELDDECIMAL BIT default 0 NULL, FIELDSCALE INTEGER NULL, SEARCH_ID NUMERIC(19) NOT NULL, REPOSITORYDOCUMENTID $(RCU_VARCHAR)(255) NULL, REPOSITORYFIELDID $(RCU_VARCHAR)(255) NULL, SEARCH_VERSION NUMERIC(19) NOT NULL, APPLICATION_ID NUMERIC(19) NULL, APPLICATION_NAME $(RCU_VARCHAR)(255) NULL, FIELD_ID NUMERIC(19) NULL, FIELD_NAME $(RCU_VARCHAR)(255) NULL, SOURCE_ID NUMERIC(19) NULL, SOURCE_NAME $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (APPITEMID, SEARCH_ID, SEARCH_VERSION));
    CREATE TABLE PREFERENCES (CONTEXT $(RCU_VARCHAR)(255) NOT NULL, USERGUID $(RCU_VARCHAR)(255) NOT NULL, SETTING $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (CONTEXT, USERGUID));
    CREATE TABLE SYSTEM_SECURITY (SYSTEMAREA $(RCU_VARCHAR)(16) NOT NULL, RID NUMERIC(19) NOT NULL, GUID $(RCU_VARCHAR)(255) NULL, NAME $(RCU_VARCHAR)(255) NULL, SECURITYMEMBER_TYPE $(RCU_VARCHAR)(8) NULL, CAN_ADMINISTOR SMALLINT NULL, CAN_CREATE SMALLINT NULL, PRIMARY KEY (SYSTEMAREA, RID));
    CREATE TABLE BATCH (BATCHID NUMERIC(19) NOT NULL, CREATEDBYPROCESS $(RCU_VARCHAR)(255) NULL, CURRENTSTATE $(RCU_VARCHAR)(255) NULL, ENDTIME DATETIME NULL, FAILEDDOCCOUNT INTEGER NULL, SOURCENAME $(RCU_VARCHAR)(255) NULL, SOURCETIME DATETIME NULL, STARTTIME DATETIME NULL, SUCCESSFULDOCCOUNT INTEGER NULL, INPUT_ID NUMERIC(19) NULL, INPUT_NAME $(RCU_VARCHAR)(255) NULL, APP_ID NUMERIC(19) NULL, APP_NAME $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (BATCHID));
    CREATE TABLE TICKETS (TICKET_ID $(RCU_VARCHAR)(255) NOT NULL, EXPIRATION DATETIME NULL, SINGLEUSE BIT default 0 NULL, TICKETEXPIRES BIT default 0 NULL, PRIMARY KEY (TICKET_ID));
    CREATE TABLE TICKETPARAMETERS (ID INTEGER NOT NULL, PARAMETERNAME $(RCU_VARCHAR)(255) NULL, PARAMETERVALUE $(RCU_VARCHAR)(255) NULL, PARAM_TICKET_ID $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (ID));
    CREATE TABLE CONNECTION_PROPERTIES (CONNECTION_TYPE $(RCU_VARCHAR)(255) NULL, CONNECTION_ID NUMERIC(19) NOT NULL, CONNECTION_VERSION NUMERIC(19) NOT NULL, PRIMARY KEY (CONNECTION_ID, CONNECTION_VERSION));
    CREATE TABLE CONNECTION_DETAILS (DETAILKEY $(RCU_VARCHAR)(255) NOT NULL, DETAILVALUE $(RCU_VARCHAR)(255) NULL, CONNECTION_ID NUMERIC(19) NOT NULL, CONNECTION_VERSION NUMERIC(19) NOT NULL, PRIMARY KEY (DETAILKEY, CONNECTION_ID, CONNECTION_VERSION));
    CREATE TABLE REPOSITORY_APPCONTEXT (APP_ID NUMERIC(19) NOT NULL, PRIMARY KEY (APP_ID));
    CREATE TABLE REPOSITORY_APPDETAILS (DETAILKEY $(RCU_VARCHAR)(255) NOT NULL, APP_ID NUMERIC(19) NOT NULL, DETAILVALUE $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (DETAILKEY, APP_ID));
    CREATE TABLE FILINGSTATE (ID INTEGER NOT NULL, BATCHID NUMERIC(19) NULL, DOCUMENTNUMBER NUMERIC(19) NULL, GOODDOCCOUNT NUMERIC(19) NULL, INPUTSOURCENAME $(RCU_VARCHAR)(255) NULL, JOBDATASOURCE $(RCU_VARCHAR)(255) NULL, APP_ID NUMERIC(19) NULL, APP_NAME $(RCU_VARCHAR)(255) NULL, INPUT_ID NUMERIC(19) NULL, INPUT_NAME $(RCU_VARCHAR)(255) NULL, PRIMARY KEY (ID));
    CREATE TABLE BPEL_FAULT_DATA (DOCID $(RCU_VARCHAR)(40) NOT NULL, APPID NUMERIC(19) NULL, BATCHID NUMERIC(19) NULL, FAULTDATE DATETIME NULL, FAULTMESSAGE $(RCU_VARCHAR)(1000) NULL, PRIMARY KEY (DOCID));
    ALTER TABLE DEFINITION_SECURITY ADD CONSTRAINT DFNTONSECURITYDFNTONID FOREIGN KEY (DEFINITION_ID, DEFINITION_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE APP_PROPERTIES ADD CONSTRAINT APP_PROPERTIES_APP_ID FOREIGN KEY (APP_ID, APP_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE APP_FIELDDEFINITION ADD CONSTRAINT PPFIELDDEFINITIONAPPID FOREIGN KEY (APP_ID, APP_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE APP_PICKLIST ADD CONSTRAINT APP_PICKLIST_FIELD_ID FOREIGN KEY (FIELD_ID, APP_ID, APP_VERSION) REFERENCES APP_FIELDDEFINITION (FIELD_ID, APP_ID, APP_VERSION);
    ALTER TABLE APP_LIFECYCLEPOLICY ADD CONSTRAINT PPLIFECYCLEPOLICYAPPID FOREIGN KEY (APP_ID, APP_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE APP_BPELCONFIG ADD CONSTRAINT APP_BPELCONFIG_APP_ID FOREIGN KEY (APP_ID, APP_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE APP_BPELPAYLOADITEM ADD CONSTRAINT PPBPELPAYLOADITEMAPPID FOREIGN KEY (APP_ID, APP_VERSION) REFERENCES APP_BPELCONFIG (APP_ID, APP_VERSION);
    ALTER TABLE APP_STORAGESTAGE ADD CONSTRAINT APP_STORAGESTAGEAPP_ID FOREIGN KEY (APP_ID, APP_VERSION) REFERENCES APP_LIFECYCLEPOLICY (APP_ID, APP_VERSION);
    ALTER TABLE DOCUMENT_SECURITY ADD CONSTRAINT DOCUMENTSECURITYAPP_ID FOREIGN KEY (APP_ID, APP_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE INPUT_PROPERTIES ADD CONSTRAINT INPUTPROPERTIESINPUTID FOREIGN KEY (INPUT_ID, INPUT_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE INPUT_MAPPINGS ADD CONSTRAINT INPUT_MAPPINGSINPUT_ID FOREIGN KEY (INPUT_ID, INPUT_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE INPUT_FIELDMAP ADD CONSTRAINT INPUT_FIELDMAPINPUT_ID FOREIGN KEY (INPUT_ID, INPUT_VERSION) REFERENCES INPUT_MAPPINGS (INPUT_ID, INPUT_VERSION);
    ALTER TABLE INPUT_SOURCEPROPERTIES ADD CONSTRAINT NPTSURCEPROPERTIESNPTD FOREIGN KEY (INPUT_ID, INPUT_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE INPUT_SOURCESETTING ADD CONSTRAINT NPTSOURCESETTINGNPUTID FOREIGN KEY (INPUT_ID, INPUT_VERSION) REFERENCES INPUT_SOURCEPROPERTIES (INPUT_ID, INPUT_VERSION);
    ALTER TABLE SEARCH_PARAMETER ADD CONSTRAINT SARCHPARAMETERSEARCHID FOREIGN KEY (SEARCH_ID, SEARCH_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE SEARCH_POSSIBLEOPERATOR ADD CONSTRAINT SRCHPSSBLPERATORPRMTRD FOREIGN KEY (PARAMETER_ID, SEARCH_ID, SEARCH_VERSION) REFERENCES SEARCH_PARAMETER (PARAMETER_ID, SEARCH_ID, SEARCH_VERSION);
    ALTER TABLE SEARCH_RESULTCOLUMN ADD CONSTRAINT SRCHRESULTCOLUMNSRCHID FOREIGN KEY (SEARCH_ID, SEARCH_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE SEARCH_SELECTEDFIELD ADD CONSTRAINT SRCHSLCTDFELDRSLTCLMND FOREIGN KEY (RESULT_COLUMN_ID, SEARCH_ID, SEARCH_VERSION) REFERENCES SEARCH_RESULTCOLUMN (RESULT_COLUMN_ID, SEARCH_ID, SEARCH_VERSION);
    ALTER TABLE SEARCH_PROPERTIES ADD CONSTRAINT SARCHPROPERTIESSARCHID FOREIGN KEY (SEARCH_ID, SEARCH_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE SEARCH_NODE ADD CONSTRAINT SEARCH_NODE_SEARCH_ID FOREIGN KEY (SEARCH_ID, SEARCH_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE SEARCH_APP_EXPR ADD CONSTRAINT SEARCHAPPEXPRSEARCH_ID FOREIGN KEY (SEARCH_ID, SEARCH_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE SEARCH_APP_ITEM ADD CONSTRAINT SEARCHAPPITEMSEARCH_ID FOREIGN KEY (SEARCH_ID, SEARCH_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE TICKETPARAMETERS ADD CONSTRAINT TCKTPRMETERSPRMTCKETID FOREIGN KEY (PARAM_TICKET_ID) REFERENCES TICKETS (TICKET_ID);
    ALTER TABLE CONNECTION_PROPERTIES ADD CONSTRAINT CNNCTNPRPERTIESCNNCTND FOREIGN KEY (CONNECTION_ID, CONNECTION_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE CONNECTION_DETAILS ADD CONSTRAINT CNNCTNDETAILSCNNCTONID FOREIGN KEY (CONNECTION_ID, CONNECTION_VERSION) REFERENCES DEFINITION (DEFINITION_ID, DEFINITION_VERSION);
    ALTER TABLE REPOSITORY_APPDETAILS ADD CONSTRAINT RPSITORYAPPDETAILSPPID FOREIGN KEY (APP_ID) REFERENCES REPOSITORY_APPCONTEXT (APP_ID);
    CREATE TABLE SEQUENCE (SEQ_NAME $(RCU_VARCHAR)(50) NOT NULL, SEQ_COUNT NUMERIC(28) NULL, PRIMARY KEY (SEQ_NAME));
    INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_SECURITY', 0);
    INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_BATCH', 0);
    INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_FILINGSTATE', 0);
    INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_NAMEID', 0);
    INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0);
    INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_TICKET_PARAM', 0);
    INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_AUDIT', 0);
    revert
    java.sql.SQLException: [FMWGEN][SQLServer JDBC Driver][SQLServer]Incorrect syntax near 'Rem'.
    Thanks,
    Kumar G

    Hi,
    I just had this messages yesterday during my install.
    You have to update those 2 files:
    <RCU Home>\rcu\integration\ipm\sql\createtables_ipm_sqlserver.sql
    <RCU Home>\rcu\integration\ipm\sql\createuser_ipm_sqlserver.sql
    The first 2 lines begin with "Rem ..." which is not correct for SQL Server : I added "--" and it worked.
    Regards,
    Guénaël

  • Error while installing OFM 11g - Oracle Identity management suite 11g

    Hi,
    I am getting following error while installing Oracle Identity management suite 11g (Oracle Internet Directory & Oracle Virtual Directory) on Red Hat Linux 5.0.
    "Error in invoking target 'client_sharedlib' of makefile '/apps/idm/Oracle/OracleHome/Oracle_Home/rdbms/lib/ins_rdbms.mk"
    the same error is repeating for others also i.e. 'all', 'install" etc.
    Can you advice me how to overcome this?
    Regards
    Chinta

    Hi Chinta,
    Pl. check for all gcc and glibc OS packages compatibility with your your OS. This will solve your problem.
    Also check that you are not installing a 32 bit IM software on a 64 bit machine or viceversa.
    regards,
    Sailesh

  • Error while installing 10g on oracle unbreakable linux

    hi all
    Oracle 10.2.0.1
    oracle unbreakable linux
    I got the following error while installing oracle database 10g on oracle unbreakable linux
    when my installer peforming product specific prerequiste check i got the warning
    checking operating system requrement
    checking for gcc-3.2; found not found Failed<<<<<<
    I tried to search gcc-3.2 on my linux cd but its not there
    can anyone please tell me from where can i install this?
    thanks

    Which gcc is in your CD? List them all.
    And yes, they are there. Unless someone gave you a rescue disk or stripped down live CD, in which case you need to thank the person who gave you that appropriately.
    You need to search the CD/DVD and you need to learn how to install RPMs. Both can be learned by intelligent internet searches.
    Edited by: Hans Forbrich on Sep 19, 2009 10:37 AM

  • Error while installing Clusterware for RAC Oracle 10gR2?

    Hi ,
    I am installing clusterware 10.2.0.1 on Windows XP Service Pack 3.While installing i got the below errors.
    Checking operating system requirements ...
    Expected result: One of 5.0,5.2
    Actual Result: 5.1
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Oracle Database 10g is not certified on the current operating system.
    Recommendation: Make sure you are installing the software on the correct platform.
    =======================================================================
    Checking service pack requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-18001: The operating system 'Windows XP Version 5.1' is not supported.
    Recommendation: Install the recommended Service Pack.
    =======================================================================
    How can i overcome this problem? Can anybody helpme.
    Thanks
    Rajesh

    Which edition of Windows XP are you running? Home edition is not supported for Oracle products.

  • Encountering errors when installing OO40 for oracle  10g version 10.1.0.5.2

    Hello:
    I am installing an oracle application (argus) on a machine running Windows 2008 Server and Oracle 11g Database..
    The Argus installation manual says that Oracle Objects should be installed.
    I found the version listed in the Sibject line but when I tried to run the installer, it comes up with an error dialog box that says "Abnormal program termination. An internal error has occured. Please provide the following files to Oracle Support" and then says "Unlknown" three times.
    Did anybody encounter this scenario? How did you resolve it?
    Venki

    Hi:
    While I am still waiting for someone to help to solve the issue, I did some research. I used the Oracel Universal Installer and checked into the Products.XML associated with the installation for Oracle Objects I downloaded from Oracle site. The Installer came up with the following error message:
    Some components in the Stage Area have stage versions less than 10.2.0.0.0. Please ensure that all the components have their stage versions greater than or equal to 10.2.0.0
    I opened Products.XML and all components are 10.1.x.
    Any idea where I can get compatible versions?
    Venki

  • Error while installing database in oracle linux 4 via VMware Server Console

    Hi to all
    While Installing Oracle database in linux OS via Virtual machine, i got the below error :-
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-07-30_12-34-31PM. Please wait ...
    [oracle@localhost database]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.Internal Error: Can't
    connect to X11window server using ':0.0' as the value of the
    DISPLAY variable.
         at sun.awt.X11GraphicsEnvironment.initDisplay(Native
    Method)
         at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown
    Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at
    java.awt.GraphicsEnvironment.getLovalGraphicsEnvironment
    (Unknown Source)
         at java.awt.Window.init(Unknown Source)
         at java.awt.Window.<init>(Unknown Source)
         at java.awt.Frame.<init>(Unknown Sourece)
         at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown
    Source)
         at oracle.sysman.oio.oioc.OicocOneClickInstaller.<init>
    (OiocOneClickInstaller.java:378)
         at oracle.sysman.oio.oioc.OiocOneClickInstaller.main
    (OiocOneClickInstaller.java:2091)
    Please make a clear message to how i need to rectify, as of am a new user for the VMware server console.
    Let me know what are all the steps i need to follow for rectifying the above error.
    your guidance will be much appreciated.
    Regards
    Khan

    Hi Helious,
    After this problem cleared i installed the oracle database; while installing i found another error
    Output generated from configuration assistant "Oracle Net Configuration Assistant".
    Command = /home/oracle/oracle/product/10.2.0/db_1/jdk/jre//bin/java -Duser/
    dir=/home/oracle/oracle/product/10.2.0/db_1/network/jlib -classpath
    /home/oracle/oracle/product/10.2.0/db_1/jdk/jre//lib/i18n.jar:
    /home/oracle/oracle/product/10.2.0/db_1/jdk/jre//lib/rt.jar:/home/oracle/oracle/product.10.
    2.0/db_1/jlib/ewt3.jar:/home/oracle/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar:
    /home/oracle/oracle/product/10.2.0/db_1/jlib/netcfg.jar:/home/oracle/oracle/product/10.2.0
    and etc.
    what i need to do for these errors, and i shutdown my system.
    And how i need to continue after rectifying from that point.
    Please let me know.. Your help will be highly appreciated
    Regards
    Khan

  • Getting error while installing update for Windows 10

    Hi,
    I am getting below error message while installing window 10 preview using window update option. Please help me how to address this issue to install window 10 preview
    OS : Windows 7 Enterprise SP1 64 bit
    Upgrade to Windows Technical Preview for Enterprise
    Installation date: ‎10/‎3/‎2014 10:50 PM
    Installation status: Failed
    Error details: Code 80004005
    Update type: Recommended
    Install a preview of the next version of Windows.
    More information: 
    http://go.microsoft.com/fwlink/?LinkID=507415
    Help and Support: 
    http://go.microsoft.com/fwlink/?LinkId=507417
    Regards
    Selva

    Hi Selva,
    Can you download the ISO file from this site?
    Download Windows Technical Preview
    http://technet.microsoft.com/en-us/windows/dn783436
    If so, please download the installer and make a DVD or bootable USB, then try to perform the installation from there.
    Check following things first:
    1.Disconnect any devices connected to the PC.
    2.Disable/uninstall all anti-virus software (be sure to enable/reinstall later)
    3.Install all important updates from Windows Update before updating.
    If you still fail to install Windows, you will find $Windows.~BT under C drive (the system drive), please make sure to show up the Hidden file.
    Then, locate to the $Windows.~BT folder and find \Sources\Panther\setuperr.log and setupact.log, please upload them to a file sharing service like Onedrive or "Rapidshare" and put a link to them in your reply.
    Kate Li
    TechNet Community Support

  • Error while configuration step for Oracle Customer MDM base pack

    The second step of MDMCustomerBase Import seeddata is failing, in the configuration step of Oracle Customer MDM base pack
    please help

    Also In oracle AIA 11g configuration wizard the logs are as:
    BUILD SUCCESSFUL
    Total time: 2 minutes 5 seconds
    'choice' is not recognized as an internal or external command,
    operable program or batch file.
    Step Prepare Properties file ended successfully
    Step Prepare Properties file ended successfully
    MDMCustomerBase Import Seeddata
    Error
    Failed to import Seeddata
    Step MDMCustomerBase Import Seeddata failed
    Failed to import Seeddata
    Step MDMCustomerBase Import Seeddata failed
    Log
    Step MDMCustomerBase Import Seeddata started
    Buildfile: AIAPLWImportData.xml
    [echo] AIA HOME: E:\\\Middleware\AIAHome11g
    [echo] AIA Instance: E:\\\Middleware\AIAHome11g/aia_instances/AIAIns11
    [echo] Importing E:\\\Middleware\AIAHome11g\data\MDMCustomerBase\PLWSeedData\MDMCustomerBaseSeed.xml
    all:
    [echo] Executing /c E:\\\Middleware\AIAHome11g/Infrastructure/LifeCycle/PLWImExport/PLWImport.bat -f E:\\\Middleware\AIAHome11g\data\MDMCustomerBase\PLWSeedData\MDMCustomerBaseSeed.xml
    [echo] Shell: cmd.exe
    BUILD FAILED
    E:\Middleware\AIAHome11g\Infrastructure\Install\AID\AIAPLWImportData.xml:48: exec returned: 1
    Total time: 43 seconds
    'choice' is not recognized as an internal or external command,
    operable program or batch file.
    Step MDMCustomerBase Import Seeddata failed
    Failed to import Seeddata
    Step MDMCustomerBase Import Seeddata failed

  • Error while installing juicer on oracle linux 6

    Hi Team,
    I have juicer installation on my plate, i installed ruby and rubygem as pre-requisite for juicer but while running below command after successful installation i am getting error stating "cannot load such file -- nokogiri/nokogiri".
    while i have installed nokogiri already.
    ~# juicer --version
    /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:36:in `require': cannot load such file -- nokogiri/nokogiri (LoadError)
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:36:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/lib/nokogiri.rb:27:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:59:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:59:in `rescue in require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:35:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer/install/base.rb:1:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer/install/closure_compiler_installer.rb:2:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:61:in `block in require_all_libs'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:61:in `each'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:61:in `require_all_libs'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:66:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/bin/juicer:3:in `<top (required)>'
      from /usr/local/bin/juicer:19:in `load'
      from /usr/local/bin/juicer:19:in `<main>'
    ~]# gem list
    *** LOCAL GEMS ***
    closure-compiler (1.1.10)
    cmdparse (2.0.5)
    dev-utils (1.0.1)
    extensions (0.6.0)
    json (1.8.1)
    juicer (1.1.1)
    mini_portile (0.5.2)
    minitest (5.0.8)
    nokogiri (1.5.6, 1.5.0)
    rake (10.1.0)
    rdoc (4.0.1)
    rubyzip (0.9.9)
    I need your urgent help on this as I am totally stuck here. Thanks in advance.

    When asking a question is often helps to explain what the software is good for and how to reproduce the problem. This is not a juicer or ruby forum and there are probably not many if any user familiar with juicer in this forum. But for what it's worth, the following works in Oracle Linux 6.3 x86 and probably other release versions:
    curl -L https://get.rvm.io | bash -s stable --ruby
    source /usr/local/rvm/scripts/rvm
    ruby --version
    ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
    gem install --verbose juicer
    juicer --version
    juicer 1.1.1
    juicer help
    Usage: juicer [global options] COMMAND [options] [ARGS]
    Available commands:
        help            Provide help for individual commands
        install         Install a third party library
        list            Lists all dependencies for all input files/patterns
        merge           Combines and minifies CSS and JavaScript files
        verify          Verifies that the given JavaScript/CSS file is problem free
        version         Show the version of the program
    Global options:
        -v, --verbose                    Be verbose when outputting info
        -q, --quiet                      Only log warnings and errors
        -h, --help                       Show help
            --version                    Show the version of the program
    P.S. nokogiri requires Ruby version >= 1.9.2.

  • Can any one help me on this error while installing SAP on Oracle

    Here is the error i am getting
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata1\gsk_3 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata2\gsk_4.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata2\gsk_4 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata2\gsk_5.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata2\gsk_5 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata2\gsk_6.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata2\gsk_6 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata3\gsk_7.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata3\gsk_7 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata3\gsk_8.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata3\gsk_8 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata3\gsk_9.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata3\gsk_9 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata4\gsk_10.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata4\gsk_10 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata4\gsk_11.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata4\gsk_11 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata4\gsk_12.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata4\gsk_12 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata5\gsk_13.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata5\gsk_13 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata5\gsk_14.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata5\gsk_14 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata6\gsk_15.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata6\gsk_15 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata6\gsk_16.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata6\gsk_16 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata1\gsk620_1.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata1\gsk620_1 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata2\gsk620_2.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata2\gsk620_2 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata3\gsk620_3.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata3\gsk620_3 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata4\gsk620_4.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata4\gsk620_4 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata1\gsk_3 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata2\gsk_4.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata2\gsk_4 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata2\gsk_5.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata2\gsk_5 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata2\gsk_6.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata2\gsk_6 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata3\gsk_7.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata3\gsk_7 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata3\gsk_8.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata3\gsk_8 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata3\gsk_9.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata3\gsk_9 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata4\gsk_10.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata4\gsk_10 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata4\gsk_11.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata4\gsk_11 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata4\gsk_12.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata4\gsk_12 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata5\gsk_13.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata5\gsk_13 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata5\gsk_14.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata5\gsk_14 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata6\gsk_15.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata6\gsk_15 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata6\gsk_16.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata6\gsk_16 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata1\gsk620_1.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata1\gsk620_1 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata2\gsk620_2.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata2\gsk620_2 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata3\gsk620_3.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata3\gsk620_3 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata4\gsk620_4.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata4\gsk620_4 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata4\gsk620_5.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata4\gsk620_5 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata5\gsk620_6.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata5\gsk620_6 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata5\gsk620_7.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata5\gsk620_7 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata6\gsk620_8.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata6\gsk620_8 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata6\gsk620_9.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata6\gsk620_9 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata6\gskusr_1.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata6\gskusr_1 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata2\roll_1.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata2\roll_1 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata3\temp_1.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata3\temp_1 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Creating directory D:\oracle\GSK\sapdata1\system_1.
    INFO 2010-08-30 08:59:16
    Creating file system node D:\oracle\GSK/sapdata1\system_1 with type DIRECTORY succeeded.
    INFO 2010-08-30 08:59:16
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2010-08-30 08:59:16
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2010-08-30 08:59:17
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2010-08-30 08:59:18
    Creating file D:\oracle\ora81\database\initGSK.ora.
    INFO 2010-08-30 08:59:19
    Creating file D:\oracle\ora81\database\initGSK.sap.
    INFO 2010-08-30 08:59:20
    Copying file D:/Kernal/NT/COMMON/INSTALL/INITSID.DBA to: D:\oracle\ora81/database/initGSK.dba.
    INFO 2010-08-30 08:59:20
    Creating file D:\oracle\ora81\database\initGSK.dba.
    INFO 2010-08-30 08:59:21
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 08:59:22
    Moving file D:/oracle/ora81/database/initGSK.ora to: orig_init_ora_tmp.txt.
    INFO 2010-08-30 08:59:22
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\oracle\ora81\database\initGSK.ora.
    INFO 2010-08-30 08:59:22
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2010-08-30 08:59:23
    Creating file C:\SAPinst ORACLE KERNEL\oradim.log.
    INFO 2010-08-30 08:59:28
    See 'D:\oracle\ora81/bin/oradim -new -sid GSK -STARTMODE auto' output in 'C:\SAPinst ORACLE KERNEL\oradim.log'.
    INFO 2010-08-30 08:59:28
    'D:\oracle\ora81/bin/oradim -new -sid GSK -STARTMODE auto' returned with '0'.
    INFO 2010-08-30 08:59:29
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 08:59:34
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:31
    Creating file C:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2010-08-30 09:23:34
    See 'D:\oracle\ora81/bin/lsnrctl start' output in 'C:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2010-08-30 09:23:34
    'D:\oracle\ora81/bin/lsnrctl start' returned with '0'.
    INFO 2010-08-30 09:23:35
    Copying file D:/Kernal/NT/COMMON/INSTALL/ORADBUSR.SQL to: ./oradbusr.sql.
    INFO 2010-08-30 09:23:35
    Creating file C:\SAPinst ORACLE KERNEL\oradbusr.sql.
    INFO 2010-08-30 09:23:35
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    PHASE 2010-08-30 09:23:41
    Database Load
    INFO 2010-08-30 09:23:42
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:43
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:44
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:47
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:49
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:49
    Task files created
    INFO 2010-08-30 09:23:50
    Command files created
    INFO 2010-08-30 09:23:31
    Creating file C:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2010-08-30 09:23:34
    See 'D:\oracle\ora81/bin/lsnrctl start' output in 'C:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2010-08-30 09:23:34
    'D:\oracle\ora81/bin/lsnrctl start' returned with '0'.
    INFO 2010-08-30 09:23:35
    Copying file D:/Kernal/NT/COMMON/INSTALL/ORADBUSR.SQL to: ./oradbusr.sql.
    INFO 2010-08-30 09:23:35
    Creating file C:\SAPinst ORACLE KERNEL\oradbusr.sql.
    INFO 2010-08-30 09:23:35
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    PHASE 2010-08-30 09:23:41
    Database Load
    INFO 2010-08-30 09:23:42
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:43
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:44
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:47
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:49
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:49
    Task files created
    INFO 2010-08-30 09:23:50
    Command files created
    INFO 2010-08-30 09:23:50
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:50
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 09:23:50
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-08-30 12:33:44
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    TRACE
    host name "airtel" added to host entry
    TRACE
    IP address 192.168.30.87 resolves to IP name(s): airtel
    TRACE
    hosts entry has host name(es): airtel
    TRACE
    hostname after reverse lookup is: airtel
    TRACE
    host name is airtel
    TRACE
    host name "airtel" added to host entry
    TRACE
    IP address "192.168.30.87" added to hosts entry
    TRACE
    IP name airtel resolves to IP address(es): 192.168.30.87
    TRACE
    hosts entry has IP address(es): 192.168.30.87
    TRACE
    IP address "192.168.30.87" added to hosts entry
    TRACE
    host name "airtel" added to host entry
    TRACE
    IP address 192.168.30.87 resolves to IP name(s): airtel
    TRACE
    hosts entry has host name(es): airtel
    TRACE
    hostname after reverse lookup is: airtel
    TRACE
    showing dlg dNT_SAPComponent_Waps_Instance_Dirinfo
    TRACE
    waiting for an answer from gui
    TRACEgot notification...
    TRACE
    CDialogHandler: ACTION_NEXT requested
    TRACE
    host name "airtel" added to host entry
    TRACE
    IP address "192.168.30.87" added to hosts entry
    TRACE
    IP name airtel resolves to IP address(es): 192.168.30.87
    TRACE
    hosts entry has IP address(es): 192.168.30.87
    TRACE
    IP address "192.168.30.87" added to hosts entry
    TRACE
    host name "airtel" added to host entry
    TRACE
    IP address 192.168.30.87 resolves to IP name(s): airtel
    TRACE
    hosts entry has host name(es): airtel
    TRACE
    releasing notifyLock
    TRACE
    t_DriveMapping_SHARED.updateRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_SapTransHost'), updating
    TRACE
    The step InvokeDialog with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|InvokeDialog has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|writeTable
    TRACE
    t_SAPComponent_Waps_Instance_SHARED.updateExpression(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel'), updating
    TRACE
    host name "airtel" added to host entry
    TRACE
    IP address 192.168.30.87 resolves to IP name(s): airtel
    TRACE
    hosts entry has host name(es): airtel
    TRACE
    hostname after reverse lookup is: airtel
    TRACE
    host name is airtel
    TRACE
    host name "airtel" added to host entry
    TRACE
    IP address "192.168.30.87" added to hosts entry
    TRACE
    IP name airtel resolves to IP address(es): 192.168.30.87
    TRACE
    hosts entry has IP address(es): 192.168.30.87
    TRACE
    IP address "192.168.30.87" added to hosts entry
    TRACE
    host name "airtel" added to host entry
    TRACE
    IP address 192.168.30.87 resolves to IP name(s): airtel
    TRACE
    hosts entry has host name(es): airtel
    TRACE
    hostname after reverse lookup is: airtel
    TRACE
    showing dlg dNT_SAPComponent_Waps_Instance_Dirinfo
    TRACE
    waiting for an answer from gui
    TRACEgot notification...
    TRACE
    CDialogHandler: ACTION_NEXT requested
    TRACE
    host name "airtel" added to host entry
    TRACE
    IP address "192.168.30.87" added to hosts entry
    TRACE
    IP name airtel resolves to IP address(es): 192.168.30.87
    TRACE
    hosts entry has IP address(es): 192.168.30.87
    TRACE
    IP address "192.168.30.87" added to hosts entry
    TRACE
    host name "airtel" added to host entry
    TRACE
    IP address 192.168.30.87 resolves to IP name(s): airtel
    TRACE
    hosts entry has host name(es): airtel
    TRACE
    releasing notifyLock
    TRACE
    t_DriveMapping_SHARED.updateRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_SapTransHost'), updating
    TRACE
    The step InvokeDialog with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|InvokeDialog has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|writeTable
    TRACE
    t_SAPComponent_Waps_Instance_SHARED.updateExpression(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel'), updating
    TRACE
    t_SAPComponent_Profiles_FORMS_SHARED.completeRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_STARTPROFILE_VERSIONING'), inserting
    TRACE
    t_SAPComponent_Profiles_FORMS_SHARED.completeRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_STARTPROFILE_COPY'), inserting
    TRACE
    t_SAPComponent_Profiles_FORMS_SHARED.completeRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_DEFAULTPROFILE_VERSIONING'), completing
    TRACE
    t_SAPComponent_Profiles_FORMS_SHARED.completeRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_INSTANCEPROFILE_VERSIONING'), completing
    TRACE
    t_SAPComponent_Profiles_FORMS_SHARED.completeRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_STARTPROFILE_VERSIONING'), completing
    TRACE
    t_SAPComponent_Profiles_FORMS_SHARED.completeRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_STARTPROFILE_COPY'), completing
    TRACE
    t_SAPComponent_Profiles_FORMS_SHARED.completeRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_STARTPROFILE_VERSIONING'), inserting
    TRACE
    t_SAPComponent_Profiles_FORMS_SHARED.completeRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_STARTPROFILE_COPY'), inserting
    TRACE
    t_SAPComponent_Profiles_FORMS_SHARED.completeRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_DEFAULTPROFILE_VERSIONING'), completing
    TRACE
    t_SAPComponent_Profiles_FORMS_SHARED.completeRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_INSTANCEPROFILE_VERSIONING'), completing
    TRACE
    t_SAPComponent_Profiles_FORMS_SHARED.completeRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_STARTPROFILE_VERSIONING'), completing
    TRACE
    t_SAPComponent_Profiles_FORMS_SHARED.completeRow(, WHERE WapsSystemName='GSK' AND WapsInstanceName='' AND WapsInstanceHost='airtel' AND Key='WAPS_STARTPROFILE_COPY'), completing
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseServer|ind|ind|ora|ind|ind|0|DatabaseServerOra|ind|ind|ora|ind|ind|0|DbaToolsConfiguration|ind|ind|ora|ind|ind|0|getCD
    TRACE
    The step getCD with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseServer|ind|ind|ora|ind|ind|0|DatabaseServerOra|ind|ind|ora|ind|ind|0|DbaToolsConfiguration|ind|ind|ora|ind|ind|0|getCD has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseServer|ind|ind|ora|ind|ind|0|DatabaseServerOra|ind|ind|ora|ind|ind|0|TablespacesAndRollbacksegments|ind|ind|ora|ind|ind|0|fillContextTables
    TRACE
    The step fillContextTables with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseServer|ind|ind|ora|ind|ind|0|DatabaseServerOra|ind|ind|ora|ind|ind|0|TablespacesAndRollbacksegments|ind|ind|ora|ind|ind|0|fillContextTables has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseServer|ind|ind|ora|ind|ind|0|DatabaseServerOra|ind|ind|ora|ind|ind|0|TablespacesAndRollbacksegments|ind|ind|ora|ind|ind|0|DatabaseTablespaces|ind|ind|ora|ind|ind|0|copyMissingTablespaceValues
    TRACE
    CDomainObjectCache::readFromKeyDb: Reading from tTablespaces  WHERE dbSid = 'GSK'
    TRACE
    Found datafile for tablespace PSAPGSKindex = 1
    TRACE
    Found datafile for tablespace PSAPGSKindex = 2
    TRACE
    Found datafile for tablespace PSAPGSKindex = 3
    TRACE
    Found datafile for tablespace PSAPGSKindex = 4
    TRACE
    Found datafile for tablespace PSAPGSKindex = 5
    TRACE
    Found datafile for tablespace PSAPGSKindex = 6
    TRACE
    Found datafile for tablespace PSAPGSKindex = 7
    TRACE
    Found datafile for tablespace PSAPGSKindex = 8
    TRACE
    Found datafile for tablespace PSAPGSKindex = 9
    TRACE
    Found datafile for tablespace PSAPGSKindex = 10
    TRACE
    Found datafile for tablespace PSAPGSKindex = 11
    TRACE
    Found datafile for tablespace PSAPGSKindex = 12
    TRACE
    Found datafile for tablespace PSAPGSKindex = 13
    TRACE
    Found datafile for tablespace PSAPGSKindex = 14
    TRACE
    Found datafile for tablespace PSAPGSKindex = 15
    TRACE
    Found datafile for tablespace PSAPGSKindex = 16
    TRACE
    Found datafile for tablespace PSAPGSK620index = 1
    TRACE
    Found datafile for tablespace PSAPGSK620index = 2
    TRACE
    Found datafile for tablespace PSAPGSK620index = 3
    TRACE
    Found datafile for tablespace PSAPGSK620index = 4
    TRACE
    Found datafile for tablespace PSAPGSK620index = 5
    TRACE
    Found datafile for tablespace PSAPGSK620index = 6
    TRACE
    Found datafile for tablespace PSAPGSK620index = 7
    TRACE
    Found datafile for tablespace PSAPGSK620index = 8
    TRACE
    Found datafile for tablespace PSAPGSK620index = 9
    TRACE
    Found datafile for tablespace PSAPGSKUSRindex = 1
    TRACE
    Found datafile for tablespace PSAPROLLindex = 1
    TRACE
    Found datafile for tablespace PSAPTEMPindex = 1
    TRACE
    Found datafile for tablespace SYSTEMindex = 1
    TRACE
    CDomainObjectCache::readFromKeyDb: Reading from tTablespaces  WHERE tblspName = 'SYSTEM' AND dbSid = 'GSK'
    TRACE
    Found datafile for tablespace SYSTEMindex = 1
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseServer|ind|ind|ora|ind|ind|0|DatabaseServerOra|ind|ind|ora|ind|ind|0|DbaToolsConfiguration|ind|ind|ora|ind|ind|0|getCD
    TRACE
    The step getCD with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseServer|ind|ind|ora|ind|ind|0|DatabaseServerOra|ind|ind|ora|ind|ind|0|DbaToolsConfiguration|ind|ind|ora|ind|ind|0|getCD has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseServer|ind|ind|ora|ind|ind|0|DatabaseServerOra|ind|ind|ora|ind|ind|0|TablespacesAndRollbacksegments|ind|ind|ora|ind|ind|0|fillContextTables
    TRACE
    The step fillContextTables with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseServer|ind|ind|ora|ind|ind|0|DatabaseServerOra|ind|ind|ora|ind|ind|0|TablespacesAndRollbacksegments|ind|ind|ora|ind|ind|0|fillContextTables has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseServer|ind|ind|ora|ind|ind|0|DatabaseServerOra|ind|ind|ora|ind|ind|0|TablespacesAndRollbacksegments|ind|ind|ora|ind|ind|0|DatabaseTablespaces|ind|ind|ora|ind|ind|0|copyMissingTablespaceValues
    TRACE
    CDomainObjectCache::readFromKeyDb: Reading from tTablespaces  WHERE dbSid = 'GSK'
    TRACE
    Found datafile for tablespace PSAPGSKindex = 1
    TRACE
    Found datafile for tablespace PSAPGSKindex = 2
    TRACE
    Found datafile for tablespace PSAPGSKindex = 3
    TRACE
    Found datafile for tablespace PSAPGSKindex = 4
    TRACE
    Found datafile for tablespace PSAPGSKindex = 5
    TRACE
    Found datafile for tablespace PSAPGSKindex = 6
    TRACE
    Found datafile for tablespace PSAPGSKindex = 7
    TRACE
    Found datafile for tablespace PSAPGSKindex = 8
    TRACE
    Found datafile for tablespace PSAPGSKindex = 9
    TRACE
    Found datafile for tablespace PSAPGSKindex = 10
    TRACE
    Found datafile for tablespace PSAPGSKindex = 11
    TRACE
    Found datafile for tablespace PSAPGSKindex = 12
    TRACE
    Found datafile for tablespace PSAPGSKindex = 13
    TRACE
    Found datafile for tablespace PSAPGSKindex = 14
    TRACE
    Found datafile for tablespace PSAPGSKindex = 15
    TRACE
    Found datafile for tablespace PSAPGSKindex = 16
    TRACE
    Found datafile for tablespace PSAPGSK620index = 1
    TRACE
    Found datafile for tablespace PSAPGSK620index = 2
    TRACE
    Found datafile for tablespace PSAPGSK620index = 3
    TRACE
    Found datafile for tablespace PSAPGSK620index = 4
    TRACE
    Found datafile for tablespace PSAPGSK620index = 5
    TRACE
    Found datafile for tablespace PSAPGSK620index = 6
    TRACE
    Found datafile for tablespace PSAPGSK620index = 7
    TRACE
    Found datafile for tablespace PSAPGSK620index = 8
    TRACE
    Found datafile for tablespace PSAPGSK620index = 9
    TRACE
    Found datafile for tablespace PSAPGSKUSRindex = 1
    TRACE
    Found datafile for tablespace PSAPROLLindex = 1
    TRACE
    Found datafile for tablespace PSAPTEMPindex = 1
    TRACE
    Found datafile for tablespace SYSTEMindex = 1
    TRACE
    CDomainObjectCache::readFromKeyDb: Reading from tTablespaces  WHERE tblspName = 'SYSTEM' AND dbSid = 'GSK'
    TRACE
    Found datafile for tablespace SYSTEMindex = 1
    TRACE
    CDomainObjectCache::readFromKeyDb: Reading from tTablespaces  WHERE dbSid = 'GSK'
    TRACE
    CDomainObjectCache::readFromKeyDb: Reading from tORA_SapdataNodes WHERE OpMode = 'CHECKFREESPACE'
    TRACE
    Computed SAPDATADIR sizes in tORA_SapdataNodes. Result:
    TRACE
      <table name="tORA_SapdataNodes"><!--  points to base table      :tORA_SapdataNodes  belongs to client         :R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseServer|ind|ind|ora|ind|ind|0|DatabaseServerOra|ind|ind|ora|ind|ind|0|TablespacesAndRollbacksegments|ind|ind|ora|ind|ind|0|DatabaseTablespaces|ind|ind|ora|ind|ind|0  Row count of client table :12  Row count of base   table :12>    <columns>      <column name="WapsSystemName"><!  points to base table attribute :WapsSystemName>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="WapsInstanceName"><!  points to base table attribute :WapsInstanceName>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="WapsInstanceHost"><!  points to base table attribute :WapsInstanceHost>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="Key"><!  points to base table attribute :Key>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />          <property name ="DEF_PROPER" value ="SAPDATA4" />        </defaultproperties>      </column>      <column name="CaseInsensitive"><!  points to base table attribute :CaseInsensitive>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="Condition"><!  points to base table attribute :Condition>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="CopyIfNewer"><!  points to base table attribute :CopyIfNewer>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="FollowLinks"><!  points to base table attribute :FollowLinks>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="MoveByChance"><!  points to base table attribute :MoveByChance>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodeAccessTime"><!  points to base table attribute :NodeAccessTime>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodeCreationTime"><!  points to base table attribute :NodeCreationTime>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodeModificationTime"><!  points to base table attribute :NodeModificationTime>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodeMountPoint"><!  points to base table attribute :NodeMountPoint>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodeMountPointFreeSpace"><!  points to base table attribute :NodeMountPointFreeSpace>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodeMountPointType"><!  points to base table attribute :NodeMountPointType>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodeMountPointUsedSpace"><!  points to base table attribute :NodeMountPointUsedSpace>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodeName"><!  points to base table attribute :NodeName>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodePermission"><!  points to base table attribute :NodePermission>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodeSize"><!  points to base table attribute :NodeSize>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodeTarget"><!  points to base table attribute :NodeTarget>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodeType"><!  points to base table attribute :NodeType>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NodeVersion"><!  points to base table attribute :NodeVersion>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="NotOnNfs"><!  points to base table attribute :NotOnNfs>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="OpMode"><!  points to base table attribute :OpMode>        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>      <column name="Recursive"><!  points to base table attribute :Recursive-->        <defaultproperties>          <property name ="CHANGEABLE" value ="YES" />        </defaultproperties>      </column>    </columns>    <row>      <fld name="WapsSystemName">GSK      </fld>      <fld name="WapsInstanceName">      </fld>      <fld name="WapsInstanceHost">airtel      </fld>      <fld name="Key">SAPDATA1      </fld>      <fld name="CaseInsensitive">NO      </fld>      <fld name="Condition">true      </fld>      <fld name="CopyIfNewer">      </fld>      <fld name="FollowLinks">      </fld>      <fld name="MoveByChance">      </fld>      <fld name="NodeAccessTime">      </fld>      <fld name="NodeCreationTime">      </fld>      <fld name="NodeModificationTime">      </fld>      <fld name="NodeMountPoint">      </fld>      <fld name="NodeMountPointFreeSpace">8450000      </fld>      <fld name="NodeMountPointType">      </fld>      <fld name="NodeMountPointUsedSpace">      </fld>      <fld name="NodeName">D:\oracle\GSK/sapdata1      </fld>      <fld name="NodePermission">      </fld>      <fld name="NodeSize">      </fld>      <fld name="NodeTarget">      </fld>      <fld name="NodeType">DIRECTORY      </fld>      <fld name="NodeVersion">      </fld>      <fld name="NotOnNfs">      </fld>      <fld name="OpMode">CHECKFREESPACE      </fld>      <fld name="Recursive">      </fld>    </row>    <row>      <fld name="WapsSystemName">GSK      </fld>      <fld name="WapsInstanceName">      </fld>      <fld name="WapsInstanceHost">airtel      </fld>      <fld name="Key">SAPDATA2      </fld>      <fld name="CaseInsensitive">NO      </fld>      <fld name="Condition">true      </fld>      <fld name="CopyIfNewer">      </fld>      <fld name="FollowLinks">      </fld>      <fld name="MoveByChance">      </fld>      <fld name="NodeAccessTime">      </fld>      <fld name="NodeCreationTime">      </fld>      <fld name="NodeModificationTime">      </fld>      <fld name="NodeMountPoint">      </fld>      <fld name="NodeMountPointFreeSpace">8800000      </fld>      <fld name="NodeMountPointType">      </fld>      <fld name="NodeMountPointUsedSpace">      </fld>      <fld name="NodeName">D:\oracle\GSK/sapdata2      </fld>      <fld name="NodePermission">      </fld>      <fld name="NodeSize">      </fld>      <fld name="NodeTarget">      </fld>      <fld name="NodeType">DIRECTORY      </fld>      <fld name="NodeVersion">      </fld>      <fld name="NotOnNfs">      </fld>      <fld name="OpMode">CHECKFREESPACE      </fld>      <fld name="Recursive">      </fld>    </row>    <row>      <fld name="WapsSystemName">GSK      </fld>      <fld name="WapsInstanceName">      </fld>      <fld name="WapsInstanceHost">airtel      </fld>      <fld name="Key">SAPDATA3      </fld>      <fld name="CaseInsensitive">NO      </fld>      <fld name="Condition">true      </fld>      <fld name="CopyIfNewer">      </fld>      <fld name="FollowLinks">      </fld>      <fld name="MoveByChance">      </fld>      <fld name="NodeAccessTime">      </fld>      <fld name="NodeCreationTime">      </fld>      <fld name="NodeModificationTime">      </fld>      <fld name="NodeMountPoint">      </fld>      <fld name="NodeMountPointFreeSpace">9200000      </fld>      <fld name="NodeMountPointType">      </fld>      <fld name="NodeMountPointUsedSpace">      </fld>      <fld name="NodeName">D:\oracle\GSK/sapdata3      </fld>      <fld name="NodePermission">      </fld>      <fld name="NodeSize">      </fld>      <fld name="NodeTarget">      </fld>      <fld name="NodeType">DIRECTORY      </fld>      <fld name="NodeVersion">      </fld>      <fld name="NotOnNfs">      </fld>      <fld name="OpMode">CHECKFREESPACE      </fld>      <fld name="Recursive">      </fld>    </row>    <row>      <fld name="WapsSystemName">GSK      </fld>      <fld name="WapsInstanceName">      </fld>      <fld name="WapsInstanceHost">airtel      </fld>      <fld name="Key">SAPDATA4      </fld>      <fld name="CaseInsensitive">NO      </fld>      <fld name="Condition">true      </fld>      <fld name="CopyIfNewer">      </fld>      <fld name="FollowLinks">      </fld>      <fld name="MoveByChance">      </fld>      <fld name="NodeAccessTime">      </fld>      <fld name="NodeCreationTime">      </fld>      <fld name="NodeModificationTime">      </fld>      <fld name="NodeMountPoint">      </fld>      <fld name="NodeMountPointFreeSpace">10000000      </fld>      <fld name="NodeMountPointType">      </fld>      <fld name="NodeMountPointUsedSpace">      </fld>      <fld name="NodeName">D:\oracle\GSK/sapdata4      </fld>      <fld name="NodePermission">      </fld>      <fld name="NodeSize">      </fld>      <fld name="NodeTarget">      </fld>      <fld name="NodeType">DIRECTORY      </fld>      <fld name="NodeVersion">      </fld>      <fld name="NotOnNfs">      </fld>      <fld name="OpMode">CHECKFREESPACE      </fld>      <fld name="Recursive">      </fld>    </row>    <row>      <fld name="WapsSystemName">GSK      </fld>      <fld name="WapsInstanceName">      </fld>      <fld name="WapsInstanceHost">airtel      </fld>      <fld name="Key">SAPDATA5      </fld>      <fld name="CaseInsensitive">NO      </fld>      <fld name="Condition">true      </fld>      <fld name="CopyIfNewer">      </fld>      <fld name="FollowLinks">      </fld>      <fld name="MoveByChance">      </fld>      <fld name="NodeAccessTime">      </fld>      <fld name="NodeCreationTime">      </fld>      <fld name="NodeModificationTime">      </fld>      <fld name="NodeMountPoint">      </fld>      <fld name="NodeMountPointFreeSpace">8000000      </fld>      <fld name="NodeMountPointType">      </fld>      <fld name="NodeMountPointUsedSpace">      </fld>      <fld name="NodeName">D:\oracle\GSK/sapdata5      </fld>      <fld name="NodePermission">      </fld>      <fld name="NodeSize">      </fld>      <fld name="NodeTarget">      </fld>      <fld name="NodeType">DIRECTORY      </fld>      <fld name="NodeVersion">      </fld>      <fld name="NotOnNfs">      </fld>      <fld name="OpMode">CHECKFREESPACE      </fld>      <fld name="Recursive">      </fld>    </row>    <row>      <fld name="WapsSystemName">GSK      </fld>      <fld name="WapsInstanceName">      </fld>      <fld name="WapsInstanceHost">airtel      </fld>      <fld name="Key">SAPDATA6      </fld>      <fld name="CaseInsensitive">NO      </fld>      <fld name="Condition">true      </fld>      <fld name="CopyIfNewer">      </fld>      <fld name="FollowLinks">      </fld>      <fld name="MoveByChance">      </fld>      <fld name="NodeAccessTime">      </fld>      <fld name="NodeCreationTime">      </fld>      <fld name="NodeModificationTime">      </fld>      <fld name="NodeMountPoint">      </fld>      <fld name="NodeMountPointFreeSpace">8030000      </fld>      <fld name="NodeMountPointType">      </fld>      <fld name="NodeMountPointUsedSpace">      </fld>      <fld name="NodeName">D:\oracle\GSK/sapdata6      </fld>      <fld name="NodePermission">      </fld>      <fld name="NodeSize">      </fld>      <fld name="NodeTarget">      </fld>      <fld name="NodeType">DIRECTORY      </fld>      <fld name="NodeVersion">      </fld>      <fld name="NotOnNfs">      </fld>      <fld name="OpMode">CHECKFREESPACE      </fld>      <fld name="Recursive">      </fld>    </row>    <row>      <fld name="WapsSystemName">GSK      </fld>      <fld name="WapsInstanceName">      </fld>      <fld name="WapsInstanceHost">airtel      </fld>      <fld name="Key">SAPDATA1_create      </fld>      <fld name="CaseInsensitive">NO      </fld>      <fld name="Condition">true      </fld>      <fld name="CopyIfNewer">      </fld>      <fld name="FollowLinks">      </fld>      <fld name="MoveByChance">      </fld>      <fld name="NodeAccessTime">      </fld>      <fld name="NodeCreationTime">      </fld>      <fld name="NodeModificationTime">      </fld>      <fld name="NodeMountPoint">      </fld>      <fld name="NodeMountPointFreeSpace">      </fld>      <fld name="NodeMountPointType">      </fld>      <fld name="NodeMountPointUsedSpace">      </fld>      <fld name="NodeName">D:\oracle\GSK/sapdata1      </fld>      <fld name="NodePermission">      </fld>      <fld name="NodeSize">      </fld>      <fld name="NodeTarget">      </fld>      <fld name="NodeType">DIRECTORY      </fld>      <fld name="NodeVersion">      </fld>      <fld name="NotOnNfs">      </fld>      <fld name="OpMode">CREATE      </fld>      <fld name="Recursive">      </fld>    </row>    <row>      <fld name="WapsSystemName">GSK      </fld>      <fld name="WapsInstanceName">      </fld>      <fld name="WapsInstanceHost">airtel      </fld>      <fld name="Key">SAPDATA2_create      </fld>      <fld name="CaseInsensitive">NO      </fld>      <fld name="Condition">true      </fld>      <fld name="CopyIfNewer">      </fld>      <fld name="FollowLinks">      </fld>      <fld name="MoveByChance">      </fld>      <fld name="NodeAccessTime">      </fld>      <fld name="NodeCreationTime">      </fld>      <fld name="NodeModificationTime">      </fld>      <fld name="NodeMountPoint">      </fld>      <fld name="NodeMountPointFreeSpace">      </fld>      <fld name="NodeMountPointType">      </fld>      <fld name="NodeMountPointUsedSpace">      </fld>      <fld name="NodeName">D:\oracle\GSK/sapdata2      </fld>      <fld name="NodePermission">      </fld>      <fld name="NodeSize">      </fld>      <fld name="NodeTarget">      </fld>      <fld name="NodeType">DIRECTORY      </fld>      <fld name="NodeVersion">      </fld>      <fld name="NotOnNfs">      </fld>      <fld name="OpMode">CREATE      </fld>      <fld name="Recursive">      </fld>    </row>    <row>      <fld name="WapsSystemName">GSK      </fld>      <fld name="WapsInstanceName">      </fld>      <fld name="WapsInstanceHost">airtel      </fld>      <fld name="Key">SAPDATA3_create      </fld>      <fld name="CaseInsensitive">NO      </fld>      <fld name="Condition">true      </fld>      <fld name="CopyIfNewer">      </fld>      <fld name="FollowLinks">      </fld>      <fld name="MoveByChance">      </fld>      <fld name="NodeAccessTime">      </fld>      <fld name="NodeCreationTime">      </fld>      <fld name="NodeModificationTime">      </fld>      <fld name="NodeMountPoint">      </fld>      <fld name="NodeMountPointFreeSpace">      </fld>      <fld name="NodeMountPointType">      </fld>      <fld name="NodeMountPointUsedSpace">      </fld>      <fld name="NodeName">D:\oracle\GSK/sapdata3      </fld>      <fld name="NodePermission">      </fld>      <fld name="NodeSize">      </fld>      <fld name="NodeTarget">      </fld>      <fld name="NodeType">DIRECTORY      </fld>      <fld name="NodeVersion">      </fld>      <fld name="NotOnNfs">      </fld>      <fld name="OpMode">CREATE      </fld>      <fld name="Recursive">      </fld>    </row>    <row>      <fld name="WapsSystemName">GSK      </fld>      <fld name="WapsInstanceName">      </fld>      <fld name="WapsInstanceHost">airtel      </fld>      <fld name="Key">SAPDATA4_create      </fld>      <fld name="CaseInsensitive">NO      </fld>      <fld name="Condition">true      </fld>      <fld name="CopyIfNewer">      </fld>      <fld name="FollowLinks">      </fld>      <fld name="MoveByChance">      </fld>      <fld name="NodeAccessTime">      </fld>      <fld name="NodeCreationTime">      </fld>      <fld name="NodeModificationTime">      </fld>      <fld name="NodeMountPoint">      </fld>      <fld name="NodeMountPointFreeSpace">      </fld>      <fld name="NodeMountPointType">      </fld>      <fld name="NodeMountPointUsedSpace">      </fld>      <fld name="NodeName">D:\oracle\GSK/sapdata4      </fld>      <fld name="NodePermission">      </fld>      <fld name="NodeSize">      </fld>      <fld name="NodeTarget">      </fld>      <fld name="NodeType">DIRECTORY      </fld>      <fld name="NodeVersion">      </fld>      <fld name="NotOnNfs">      </fld>      <fld name="OpMode">CREATE      </fld>      <fld name="Recursive">      </fld>    </row>    <row>      <fld name="WapsSystemName">GSK      </fld>      <fld name="WapsInstanceName">      </fld>      <fld name="WapsInstanceHost">airtel      </fld>      <fld name="Key">SAPDATA5_create      </fld>      <fld name="CaseInsensitive">NO      </fld>      <fld name="Condition">true      </fld>      <fld name="CopyIfNewer">      </fld>      <fld name="FollowLinks">      </fld>      <fld name="MoveByChance">      </fld>      <fld name="NodeAccessTime">      </fld>      <fld name="NodeCreationTime">      </fld>      <fld name="NodeModificationTime">      </fld>      <fld name="NodeMountPoint">      </fld>      <fld name="NodeMountPointFreeSpace">      </fld>      <fld name="NodeMountPointType">      </fld>      <fld name="NodeMountPointUsedSpace">      </fld>      <fld name="NodeName">D:\oracle\GSK/sapdata5      </fld>      <fld name="NodePermission">      </fld>      <fld name="NodeSize">      </fld>      <fld name="NodeTarget">      </fld>      <fld name="NodeType">DIRECTORY      </fld>      <fld name="NodeVersion">      </fld>      <fld name="NotOnNfs">      </fld>      <fld name="OpMode">CREATE      </fld>      <fld name="Recursive">      </fld>    </row>    <row>      <fld name="WapsSystemName">GSK      </fld>      <fld name="WapsInstanceName">      </fld>      <fld name="WapsInstanceHost">airtel      </fld>      <fld name="Key">SAPDATA6_create      </fld>      <fld name="CaseInsensitive">NO      </fld>      <fld name="Condition">true      </fld>      <fld name="CopyIfNewer">      </fld>      <fld name="FollowLinks">      </fld>      <fld name="MoveByChance">      </fld>      <fld name="NodeAccessTime">      </fld>      <fld name="NodeCreationTime">      </fld>      <fld name="NodeModificationTime">      </fld>      <fld name="NodeMountPoint">      </fld>      <fld name="NodeMountPointFreeSpace">      </fld>      <fld name="NodeMountPointType">      </fld>      <fld name="NodeMountPointUsedSpace">      </fld>      <fld name="NodeName">D:\oracle\GSK/sapdata6      </fld>      <fld name="NodePermission">      </fld>      <fld name="NodeSize">      </fld>      <fld name="NodeTarget">      </fld>      <fld name="NodeType">DIRECTORY      </fld>      <fld name="NodeVersion">      </fld>      <fld name="NotOnNfs">      </fld>      <fld name="OpMode">CREATE      </fld>      <fld name="Recursive">      </fld>    </row>  </table>
    TRACE
    C:\WINDOWS\system32/sapmmc.dll has Version 406323452.500897
    TRACE
    C:/SAPinst ORACLE KERNEL/sapmmc.dll is not newer than C:\WINDOWS\system32/sapmmc.dll
    INFO 2010-08-30 08:59:04
    While copying node C:\SAPinst ORACLE KERNEL/sapmmc.dll to C:\WINDOWS\system32/sapmmc.dll: source is not newer than the target. Nothing to do.
    TRACE
    Processing Nodemap COPYIFNEWER=YES NODENAME=C:\SAPinst ORACLE KERNEL/sapmmcada.dll NODETARGET=C:\WINDOWS\system32 NODETYPE=NODE OPMODE=COPY
    TRACE
    C:/SAPinst ORACLE KERNEL/sapmmcada.dll has Version 406323452.500897
    TRACE
    C:\WINDOWS\system32/sapmmcada.dll has Version 406323452.500897
    TRACE
    C:/SAPinst ORACLE KERNEL/sapmmcada.dll is not newer than C:\WINDOWS\system32/sapmmcada.dll
    INFO 2010-08-30 08:59:04
    While copying node C:\SAPinst ORACLE KERNEL/sapmmcada.dll to C:\WINDOWS\system32/sapmmcada.dll: source is not newer than the target. Nothing to do.
    TRACE
    Processing Nodemap COPYIFNEWER=YES NODENAME=C:\SAPinst ORACLE KERNEL/sapmmcdb6.dll NODETARGET=C:\WINDOWS\system32 NODETYPE=NODE OPMODE=COPY
    TRACE
    C:/SAPinst ORACLE KERNEL/sapmmcdb6.dll has Version 406323452.500897
    TRACE
    C:\WINDOWS\system32/sapmmcdb6.dll has Version 406323452.500897
    TRACE
    C:/SAPinst ORACLE KERNEL/sapmmcdb6.dll is not newer than C:\WINDOWS\system32/sapmmcdb6.dll
    INFO 2010-08-30 08:59:04
    While copying node C:\SAPinst ORACLE KERNEL/sapmmcdb6.dll to C:\WINDOWS\system32/sapmmcdb6.dll: source is not newer than the target. Nothing to do.
    TRACE
    Processing Nodemap COPYIFNEWER=YES NODENAME=C:\SAPinst ORACLE KERNEL/sapmmcinf.dll NODETARGET=C:\WINDOWS\system32 NODETYPE=NODE OPMODE=COPY
    TRACE
    C:/SAPinst ORACLE KERNEL/sapmmcinf.dll has Version 406323452.500897
    TRACE
    C:\WINDOWS\system32/sapmmcinf.dll has Version 406323452.500897
    TRACE
    C:/SAPinst ORACLE KERNEL/sapmmcinf.dll is not newer than C:\WINDOWS\system32/sapmmcinf.dll
    INFO 2010-08-30 08:59:04
    While copying node C:\SAPinst ORACLE KERNEL/sapmmcinf.dll to C:\WINDOWS\system32/sapmmcinf.dll: source is not newer than the target. Nothing to do.
    TRACE
    Processing Nodemap COPYIFNEWER=YES NODENAME=C:\SAPinst ORACLE KERNEL/sapmmcms.dll NODETARGET=C:\WINDOWS\system32 NODETYPE=NODE OPMODE=COPY
    TRACE
    C:/SAPinst ORACLE KERNEL/sapmmcms.dll has Version 406323452.500897
    TRACE
    C:\WINDOWS\system32/sapmmcms.dll has Version 406323452.500897
    TRACE
    C:/SAPinst ORACLE KERNEL/sapmmcms.dll is not newer than C:\WINDOWS\system32/sapmmcms.dll
    INFO 2010-08-30 08:59:04
    While copying node C:\SAPinst ORACLE KERNEL/sapmmcms.dll to C:\WINDOWS\system32/sapmmcms.dll: source is not newer than the target. Nothing to do.
    INFO 2010-08-30 08:59:04
    Processing of all file system node operations of table t_SAPComponent_Archives_Copy_SHARED succeeded.
    TRACE
    The step sCopySAPMMCdlls with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Archives|ind|ind|ind|ind|ind|0|SAPComponent_Archives_Waps_Hook|ind|ind|ind|waps|ind|0|sCopySAPMMCdlls has been executed successfully.
    TRACE
    The step sExtractOracleClientSoftware with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Archives|ind|ind|ind|ind|ind|0|SAPComponent_Archives_Db_Hook|ind|ind|ora|waps|ind|0|sExtractOracleClientSoftware has been executed successfully.
    WARNING 2010-08-30 08:59:05
    PROBLEM: 'SAPCAR' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    TRACE[E]
    Unable to get value for environment variable SAPEXE.
    TRACE[E]
    Unable to get value for environment variable SAPSYSTEMNAME.
    TRACE[E]
    Unable to get value for environment variable HOME.
    TRACE
    CDomainObjectCache::readFromKeyDb: Reading from tSqlStatements WHERE stmtID = 'SHUTDOWN_ABORT'
    TRACE
    COraSqlStatement::execute: Executing statement <SHUTDOWN ABORT>
    TRACE
    Temporary SQL script file: <ora_stmt_scr_tmp.sql>
    TRACE

    hi,
    TRACE[E]
    Unable to get value for environment variable dbs_ora_tnsname.
    TRACE[E]
    Unable to get value for environment variable NLS_LANG.
    TRACE[E]
    Unable to get value for environment variable ORACLE_HOME.
    TRACE[E]
    Unable to get value for environment variable ORACLE_SID.
    TRACE[E]
    Unable to get value for environment variable SAPDATA_HOME.
    TRACE[E]
    Unable to get value for environment variable SAPEXE.
    TRACE[E]
    Unable to get value for environment variable SAPSYSTEMNAME.
    TRACE[E]
    Unable to get value for environment variable HOME.
    please check your environment variables

  • Error while "Enabling Security for Oracle Management Service"

    Hi,
    I have installed OEM 10GR1 on Solaris 9. I am using 9.2.0 database for repository.
    My first installation of OEM and agent went smoothly, and everything was working fine.
    Then, I tried to follow configurating security for Grid Control Framework. I got following error:
    /oracle/app/oracle/product/10gEM>cd bin
    /oracle/app/oracle/product/10gEM/bin>./emctl secure oms
    Oracle Enterprise Manager 10g Release 10.1.0.3.0.
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    Enter Enterprise Manager Root Password :
    Enter Agent Registration password :
    Enter a Hostname for this OMS :
    Checking Repository... Done.
    Checking Repository for an existing Enterprise Manager Root Key... Done.
    Generating Enterprise Manager Root Key (this takes a minute)... Done.
    Fetching Root Certificate from the Repository... Done.
    Generating Registration Password Verifier in the Repository... Done.
    Generating Oracle Wallet Password for Enterprise Manager OMS... Done.
    Generating Oracle Wallet for Enterprise Manager OMS...Missing /oracle/app/oracle/product/10gEM/sysman/wallets/oms.uxtora1/ewallet.p12
    :/oracle/app/oracle/product/10gEM/bin>
    Please help.

    Thanks for response. I had temp space full issue with repository database. After bouncing database, the temp tablespace became empty, and the secure operation went smooth.

  • Error while installing NW for abap free trial on SLES

    The error I get after entering new passwords for n4sadm etc:
    unpacking /root/Desktop/server/TAR/x86_64/SAPDB_I.tar.bz2
    tar: /root/Desktop/server/TAR/x86_64/SAPDB_I.tar.bz2: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    unpacking /root/Desktop/server/TAR/x86_64/SAPDB_II.tar.bz2
    tar: /root/Desktop/server/TAR/x86_64/SAPDB_II.tar.bz2: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    unpacking /root/Desktop/server/TAR/x86_64/SAPDB_III.tar.bz2
    tar: /root/Desktop/server/TAR/x86_64/SAPDB_III.tar.bz2: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    unpacking /root/Desktop/server/TAR/x86_64/SAPN4S.tar.bz2
    tar: /root/Desktop/server/TAR/x86_64/SAPN4S.tar.bz2: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    cp: cannot stat `/home/n4sadm/sysctl.txt': No such file or directory
    Update the necessary information in sysctl.conf:
    error: unable to open preload file "/etc/sysctl.conf"
    ln: creating symbolic link `/etc/init.d/rc3.d/S99n4shost' to `/home/n4sadm/S99_n4shost.sh': File exists
    ./INSTALL.SH: line 420: /home/n4sadm/S99_n4shost.sh: No such file or directory
    find: /usr/sap/N4S: No such file or directory
    find: /usr/sap/trans: No such file or directory
    find: /sapmnt: No such file or directory
    find: /sapdb: No such file or directory
    find: /sapdb: No such file or directory
    find: /sapdb: No such file or directory
    ./INSTALL.SH: line 461: cd: /usr/sap/N4S/SYS/: No such file or directory
    Ok
    What is missing?
    thx in advance.
    Jay

    Hi,
    can you please explain the problem more clearly.
    Linux is the system OS . you are using Max Db database.
    i think that you are trying to untar Some database CD file .please explain the situation.
    What i can undestand from this :
    find: /usr/sap/N4S: No such file or directory
    find: /usr/sap/trans: No such file or directory
    find: /sapmnt: No such file or directory
    please check the file system are mounted or not.
    thanks Rishi Abrol

  • I-001 Error while installing drivers for Titanium HD

    Just bought the Titanium HD and the drivers won't install. Error I-00 and install.log looks like this:
    [Common Audio Driver Interface]GUID={700932B3-A964-4878-82A2-96054622AF7}Error=I-00 Creative\ShareDLL\CADI\CTCadiEP.dll not found.
    No matter what I do, I can't get around this.. None of the installed apps will open it says card not found.
    I did a search on the forum and am seeing people with varying degrees of this message for the last few years. What's going on? How do you really fix this? The file exists but InstallShield is not finding it...

    After about 2.5 hours of messing with it, I finally got it installed. I really wish there was an easy way to delete drivers in windows so you can start over...
    The things I tried:
    1. Extracting the web download (the disc wasn't working either, even if I copy the files to the hard dri've) to a folder, didn't work.
    2. Trying to follow Creative's instructions to find out what file wasn't copying (it's a good thing I know what I'm doing, the instructions are not accurate, or proper). The file was there, and in two spots.
    3. Extracting all the cab files and manually putting the files in place and then rebooting, then trying to run setup again. Didn't work either.
    Finally, I rebooted in safe mode and looked for files/drivers that I could install. Didn't find much, but I downloaded Driver Sweeper and ran that for Creative drivers. It found quite a few files. I removed them all, rebooted, and reran setup. This time it worked!
    I had a first generation Audigy Platinum. Before I removed the card, I uninstalled the drivers and software. Apparently, it didn't remove all the files it was supposed to. So Driver Sweeper took care of the left behind files.

  • I am getting this error while installing SAP on oracle 9

    can anyone help me in solving this issue.
    Files\sapinst_instdir\ECC50\SYSTEM\ABAP\ORA\NUC\DB/SAPAPPL0.cmd -l C:\Program Files\sapinst_instdir\ECC50\SYSTEM\ABAP\ORA\NUC\DB/SAPAPPL0.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    ORA-1578 occured when executing SQL
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    (DB) ERROR: DDL statement failed
    (DROP INDEX "SMIMPHIO~LID")
    DbSlExecute: rc = 103
    (SQL error 1418)
    error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-1578 occured when executing SQL statement (parse error offset = 32)
    (DB) ERROR: DDL statement failed
    (CREATE INDEX "SMIMPHIO~LID" ON "SMIMPHIO" ( "LOIO_ID" ) TABLESPACE PSAPC12 STORAGE (INITIAL 1379150 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
    (SQL error 1578)
    error message returned by DbSl:
    ORA-01578: ORACLE data block corrupted (file # 21, block # 253803)
    ORA-01110: data file 21: 'C:\ORACLE\C12\SAPDATA1\C12_19\C12.DATA19'
    (DB) INFO: disconnected from DB
    C:\usr\sap\C12\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\C12\SYS\exe\run/R3load.exe: END OF LOG: 20070712094205

    After reinstalling this is error, can anyone throw some light and steps
    C:\usr\sap\C12\SYS\exe\run/R3load.exe: START OF LOG: 20070712150850
    C:\usr\sap\C12\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\C12\SYS\exe\run/R3load.exe: version R6.40/V1.4
    C:\usr\sap\C12\SYS\exe\run/R3load.exe -ctf I D:/ECC5/ECC5-1/EXP1/DATA/SAP0000.STR C:\Program Files\sapinst_instdir\ECC50\SYSTEM\ABAP\ORA\NUC\DB/DDLORA.TPL C:\Program Files\sapinst_instdir\ECC50\SYSTEM\ABAP\ORA\NUC\DB/SAP0000.TSK ORA -l C:\Program Files\sapinst_instdir\ECC50\SYSTEM\ABAP\ORA\NUC\DB/SAP0000.log -o D
    C:\usr\sap\C12\SYS\exe\run/R3load.exe: job completed
    C:\usr\sap\C12\SYS\exe\run/R3load.exe: END OF LOG: 20070712150850
    C:\usr\sap\C12\SYS\exe\run/R3load.exe: START OF LOG: 20070712151337
    C:\usr\sap\C12\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\C12\SYS\exe\run/R3load.exe: version R6.40/V1.4
    C:\usr\sap\C12\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\ECC50\SYSTEM\ABAP\ORA\NUC\DB/SAP0000.cmd -l C:\Program Files\sapinst_instdir\ECC50\SYSTEM\ABAP\ORA\NUC\DB/SAP0000.log -stop_on_error
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: DbSlErrorMsg rc = 99
    C:\usr\sap\C12\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\C12\SYS\exe\run/R3load.exe: END OF LOG: 20070712151338

Maybe you are looking for

  • IPod updater won't unistall and there's always a warning....HELP!!!

    I've got a problem with my iPod colour...I've just bought a new iPod and then i wanted to clear iTunes AND iPod updater. But the problem is that the iPod updater won't unistall. There's a warning saying: internal failure Error Number: 0x80040707 Desc

  • Problem in sending file thru sockets

    Hello i am sending a file thru sockets....the file reaches the server but there is loss of file contents. i do not recieve the entire file. whats wrong? my Server code //package socket_try ; // SimpleServer.java: a simple server program import java.n

  • ASM instance backup on 10.2.0.1.0

    Hi all Is there any way to backup and restore asm instance on 10g(10.2.0.1.0).I am using OS linux 5. like in 11g we have md_backup and md_restore.

  • Oracle Instant Client libraries wouldn't install

    I tried installing Oracle libraries (main file is called "oracle-instantclient-basic-10.2.0.4-1.i386", SDK and SQL according to the manual Oracle provides here: http://download.oracle.com/docs/cd/B1930601/install.102/e12121/insttask.htm#CIHEJFGF Afte

  • Weblogic patch for the "Authentication for user wlsadmin denied" issue

    Hi Everyone, When I try to login to the weblogic console using the weblogic user id and password, I got below issue in the production server..Sometime back I saw a thread that Oracle has provided a patch for this issue. If any of you is aware of it t