Log file not generated

i follow the steps
1.In Application Set profile FND: Debug Log Level to "Statement"
2.restart apache
3.Run debug from help-->diagnostics-->debug
4.Secure debug log file which should be in
select value from v$parameter where name like 'utl_file%'
but the is no log file created i dont know why (these steps are provided by an SR)
thnx

What about "FND: Debug Log Filename for Middle-Tier" and "FND: Diagnostics" profile options?
Note: 372209.1 - How to Collect an FND Diagnostics Trace (aka FND:Debug)
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=372209.1
If the above does not help, set the debug log at the user level and check then.
Note: 390881.1 - How To Set The Debug Log At User Level?
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=390881.1

Similar Messages

  • BACKGROUND JOB WAS NOT SCHEDULED/LOG FILE NOT YET GENERATED

    Hello,
    To generate the log report, /VIRSA/ZVFATBAK program is scheduled on hourly basis but some time report doesn't get generated and if we see the background job then it shows sucessfully finished.
    If we see the maually the log report for FFID then below error message is displayed.
    " BACKGROUND JOB WAS NOT SCHEDULED/LOG FILE NOT YET GENERATED"
    Can anyone guide me to solve the issue.
    Thanks in advance.
    Best Regards,
    Prashant Dubey

    Hi,
    once chk the status of the job by selecting that and check job status(cltr+shift_f12)
    since it was periodically scheduled job there will be a RELEASED job after every active job..
    so try to copy that into another job using copy option and give some new name which u have to remember...
    the moment u copy u can find the same copied job in SCHEDULED status...
    from here, try to run it again on hourly basis....
    After copying the job u can unschedule the old released job to scheduled otherwise 2 will run at a time...
    rgds,

  • Archived log files not registered in the Database

    I have Widows Server 2008 R2
    I have Oracle 11g R2
    I configured primary and standby database in 2 physical servers , please find below the verification:
    I am using DG Broker
    Renetly I did failover from primary to standby database
    Then I did REINSTATE DATABASE to returen the old primary to standby mode
    Then I did Switchover again
    I have problem that archive logs not registered and not imeplemented.
    SQL> select max(sequence#) from v$archived_log; 
    MAX(SEQUENCE#)
             16234
    I did alter system switch logfile then I ssue the following statment to check and I found same number in primary and stanbyd has not been changed
    SQL> select max(sequence#) from v$archived_log;
    MAX(SEQUENCE#)
             16234
    Any body can help please?
    Regards

    Thanks for reply
    What I mean after I do alter system switch log file, I can see the archived log files is generated in the physical Disk but when
    select MAX(SEQUENCE#) FROM V$ARCHIVED_LOG;
    the sequence number not changed it should increase by 1 when ever I do switch logfile.
    however I did as you asked please find the result below:
    SQL> alter system switch logfile;
    System altered.
    SQL> /
    System altered.
    SQL> /
    System altered.
    SQL> /
    System altered.
    SQL> SELECT DB_NAME,HOSTNAME,LOG_ARCHIVED,LOG_APPLIED_02,LOG_APPLIED_03,APPLIED_TIME,LOG_ARCHIVED - LOG_APPLIED_02 LOG_GAP_02,
      2  LOG_ARCHIVED - LOG_APPLIED_03 LOG_GAP_03
      3  FROM (SELECT NAME DB_NAME FROM V$DATABASE),
      4  (SELECT UPPER(SUBSTR(HOST_NAME, 1, (DECODE(INSTR(HOST_NAME, '.'),0, LENGTH(HOST_NAME),(INSTR(HOST_NAME, '.') - 1))))) HOSTNAME FROM V$INSTANCE),
      5  (SELECT MAX(SEQUENCE#) LOG_ARCHIVED FROM V$ARCHIVED_LOG WHERE DEST_ID = 1 AND ARCHIVED = 'YES'),
      6  (SELECT MAX(SEQUENCE#) LOG_APPLIED_02 FROM V$ARCHIVED_LOG WHERE DEST_ID = 2 AND APPLIED = 'YES'),
      7  (SELECT MAX(SEQUENCE#) LOG_APPLIED_03 FROM V$ARCHIVED_LOG WHERE DEST_ID = 3 AND APPLIED = 'YES'),
      8  (SELECT TO_CHAR(MAX(COMPLETION_TIME), 'DD-MON/HH24:MI') APPLIED_TIME FROM V$ARCHIVED_LOG WHERE DEST_ID = 2 AND APPLIED = 'YES');
    DB_NAME HOSTNAME           LOG_ARCHIVED   LOG_APPLIED_02    LOG_APPLIED_03     APPLIED_TIME     LOG_GAP_02      LOG_GAP_03
    EPPROD  CORSKMBBOR01     16252                  16253                        (null)                      15-JAN/12:04                  -1                   (       null)

  • Connection has no password, -jdbc.xml file not generated for connection

    Hi,
    I'm migrating a jdev 10g web application (with EJB) to 11g, i did the automatic migration tool offred by 11g, i'm using the integrated weblogic server but it seems there is a *-jdbc.xml file missed, and it must be generated, this is the log file of the start of server :
    IntegratedWebLogicServer started.
    [Running application SAB_ADMIN on Server Instance IntegratedWebLogicServer...]
    [09:14:15 AM] ---- Deployment started. ----
    [09:14:15 AM] Target platform is (Weblogic 10.3).
    [09:14:18 AM] Retrieving existing application information
    [09:14:19 AM] Running dependency analysis...
    [09:14:19 AM] Deploying 4 profiles...
    [09:14:21 AM] Wrote Web Application Module to C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN\ViewControllerWebApp.war
    [09:14:21 AM] Wrote Web Application Module to C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN\ModelWebApp.war
    [09:14:25 AM] Wrote EJB Module to C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN\ModelEJB.jar
    [09:14:25 AM] WARNING: Connection DBConnectionSAB has no password. DBConnectionSAB-jdbc.xml file not generated for connection DBConnectionSAB.
    [09:14:26 AM] Wrote Enterprise Application Module to C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN
    [09:14:26 AM] Deploying Application...
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:28.065--ServerSession(40464643)--property eclipselink.jdbc.user is deprecated, property javax.persistence.jdbc.user should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:28.299--ServerSession(40464643)--property eclipselink.jdbc.driver is deprecated, property javax.persistence.jdbc.driver should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:28.299--ServerSession(40464643)--property eclipselink.jdbc.url is deprecated, property javax.persistence.jdbc.url should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:28.299--ServerSession(40464643)--property eclipselink.jdbc.password is deprecated, property javax.persistence.jdbc.password should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.user.Session_user.mergeEntity(java.lang.Object)' in EJB 'SessionEJB' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'SessionEJB' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.user.Session_user.persistEntity(java.lang.Object)' in EJB 'SessionEJB' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'SessionEJB' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.bouton.Session_bouton.mergeEntity(java.lang.Object)' in EJB 'Session_bouton' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'Session_bouton' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.bouton.Session_bouton.persistEntity(java.lang.Object)' in EJB 'Session_bouton' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'Session_bouton' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.operation.Session_operation.mergeEntity(java.lang.Object)' in EJB 'Session_operation' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'Session_operation' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.operation.Session_operation.persistEntity(java.lang.Object)' in EJB 'Session_operation' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'Session_operation' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:29.656--ServerSession(42285779)--property eclipselink.jdbc.user is deprecated, property javax.persistence.jdbc.user should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:29.656--ServerSession(42285779)--property eclipselink.jdbc.driver is deprecated, property javax.persistence.jdbc.driver should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:29.656--ServerSession(42285779)--property eclipselink.jdbc.url is deprecated, property javax.persistence.jdbc.url should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:29.656--ServerSession(42285779)--property eclipselink.jdbc.password is deprecated, property javax.persistence.jdbc.password should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN\ModelWebApp.war. Please make sure that the annotations are valid. The error is oracle.adf.view.faces.webapp.ResourceServlet>
    <14 oct. 2010 09 h 14 GMT+01:00> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1287044066833' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'SAB_CRUD-Model-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'SAB_CRUD-Model-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:404)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:508)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.view.faces.webapp.ResourceServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace

    This is the content of my web.xml file where i found the markup <servlet> and i tried to run without the first one but the error still like it was :
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>org.apache.myfaces.trinidad.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet>
    <description>Web Service MyConnexionServiceSoapHttpPort</description>
    <display-name>Web Service MyConnexionServiceSoapHttpPort</display-name>
    <servlet-name>MyConnexionServiceSoapHttpPort</servlet-name>
    <servlet-class>oracle.controll.ConnexionBaseDeDonnees</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ResultatRequetePort</servlet-name>
    <servlet-class>oracle.controll.ResultatRequete</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>MyConnexionServiceSoapHttpPort</servlet-name>
    <url-pattern>MyConnexionServiceSoapHttpPort</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ResultatRequetePort</servlet-name>
    <url-pattern>/ResultatRequetePort</url-pattern>
    </servlet-mapping>
    Thanks...

  • Migration from windows to Linux - JAR files not generating under JAVA_TOP

    Hi DBA's
    Jar files not generating under JAVA_TOP after migration from windows to linux.
    I followed workaround but same in result.
    Workaround
    Run this command. It will give the missing file
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy -masterArchive $JAVA_TOP -sync -reportfile javatopfiles.lst
    Then run this command
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy -masterArchive JAVA_TOP -sync -mode APPLY
    I have checked in google.
    Best Regards,
    Suresh Gelda

    Suresh,
    I can find the following error in the log file:
    JarSigner error output:
    Exception in thread "main" java.lang.NoClassDefFoundError: sun/security/tools/JarSigner
    Caused by: java.lang.ClassNotFoundException: sun.security.tools.JarSigner
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: sun.security.tools.JarSigner.  Program will exit.Please review the following notes for suggested solutions:
    Note: 393306.1 - Generate Jar File causes NoClassDefFoundError sun/security/tools/JarSigner
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393306.1
    Note: 269054.1 - Running adadmin to Force Regenerate of the Java Files Fails
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=269054.1

  • Changed jvmEntry to use JDK14Logger in WAS 6.1.0.3 but Log is not generat

    Hi,
    1) I have installed WAS 6.1.0.3
    2) Created App Server Profile
    3) Added the following java option in <jvmEntry> <systemProperty> of sever.xml
    <systemProperties xmi:id="Property_1187707290069" name="java.util.logging.config.file" value="C:/PT850-103I/webserv/peoplesoft01/installedApps/peoplesoft01NodeCell/peoplesoft01.ear/logging.properties" description="java.util.logging.config.file" />
    <systemProperties xmi:id="Property_1187707290070" name="org.apache.commons.logging.Log" value="org.apache.commons.logging.impl.Jdk14Logger"/>
    I have also edited logging.peoperties file to use FileHnadler and the location for generate log But no log file is generated
    Can anyone help me How can I configure or use Jdk14Logger to generate log file?
    Regards
    Sunil Kumar Gupta

    Hi,
    1) I have installed WAS 6.1.0.3
    2) Created App Server Profile
    3) Added the following java option in <jvmEntry> <systemProperty> of sever.xml
    <systemProperties xmi:id="Property_1187707290069" name="java.util.logging.config.file" value="C:/PT850-103I/webserv/peoplesoft01/installedApps/peoplesoft01NodeCell/peoplesoft01.ear/logging.properties" description="java.util.logging.config.file" />
    <systemProperties xmi:id="Property_1187707290070" name="org.apache.commons.logging.Log" value="org.apache.commons.logging.impl.Jdk14Logger"/>
    I have also edited logging.peoperties file to use FileHnadler and the location for generate log But no log file is generated
    Can anyone help me How can I configure or use Jdk14Logger to generate log file?
    Regards
    Sunil Kumar Gupta

  • Dbc file not generating

    Hi all,
    Oracle application log in screen is not displaying .i checked in backend . after that i did not change any thing.
    After that i have run autoconfig.after that i have seen again
    DBC file is not generating when i was running autoconfig?

    I am unable to paste the log file.can u give me u r mail id .i am uploading the log file.to u r id.
    E:\oracle\viscomn\admin\scripts\VIS_vanwin23>call "e:\oracle\visappl\APPSORA.cmd"
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:35 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    Error returned while running mwamscasvc.cmd
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\cn\11.5.0\admin\driver\cntmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CN_TOP
    instantiate file:
    source : e:\oracle\visappl\cn\11.5.0\admin\template\cnadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cnadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\cn\11.5.0\admin\template\cnadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cnadmprf.cmd
    setting permissions: 700
    instantiate file:
    source : e:\oracle\visappl\cn\11.5.0\admin\template\cncmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cncmprf.sql
    instantiate file:
    source : e:\oracle\visappl\cn\11.5.0\admin\template\cncmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cncmprf.cmd
    AutoConfig Profile Phase
    Running Profile Process 1 of 2 for CN_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:36 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running cnadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Profile Phase
    Running Profile Process 2 of 2 for CN_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    " CN_TOP : e:\oracle\visappl\cn\11.5.0"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:36 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running cncmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\csi\11.5.0\admin\driver\csitmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSI_TOP
    instantiate file:
    source : e:\oracle\visappl\csi\11.5.0\admin\template\csiadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\csiadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\csi\11.5.0\admin\template\csiadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\csiadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for CSI_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:37 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running csiadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\wip\11.5.0\admin\driver\wiptmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for WIP_TOP
    instantiate file:
    source : e:\oracle\visappl\wip\11.5.0\admin\template\wipadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\wipadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\wip\11.5.0\admin\template\wipadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\wipadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for WIP_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:37 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running wipadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\cse\11.5.0\admin\driver\csetmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSE_TOP
    instantiate file:
    source : e:\oracle\visappl\cse\11.5.0\admin\template\cseadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cseadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\cse\11.5.0\admin\template\cseadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cseadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for CSE_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:38 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running cseadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\eam\11.5.0\admin\driver\eamtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for EAM_TOP
    instantiate file:
    source : e:\oracle\visappl\eam\11.5.0\admin\template\eamadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\eamadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\eam\11.5.0\admin\template\eamadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\eamadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for EAM_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.cmd
    script returned:
    E:\oracle\viscomn\admin\scripts\VIS_vanwin23>echo off
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:39 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running eamadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\imt\11.5.0\admin\driver\imttmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IMT_TOP
    Processing DriverFile = e:\oracle\visappl\fte\11.5.0\admin\driver\ftetmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for FTE_TOP
    instantiate file:
    source : e:\oracle\visappl\fte\11.5.0\admin\template\fteadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\fteadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\fte\11.5.0\admin\template\fteadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\fteadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for FTE_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.cmd
    script returned:
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:39 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running fteadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    The process tried to write to a nonexistent pipe.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ont\11.5.0\admin\driver\onttmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for ONT_TOP
    instantiate file:
    source : e:\oracle\visappl\ont\11.5.0\admin\template\ontadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ontadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\ont\11.5.0\admin\template\ontadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ontadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for ONT_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:40 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running ontadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ar\11.5.0\admin\driver\artmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AR_TOP
    instantiate file:
    source : e:\oracle\visappl\ar\11.5.0\admin\template\aradmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\aradmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\ar\11.5.0\admin\template\aradmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\aradmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AR_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:40 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running aradmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ahl\11.5.0\admin\driver\ahltmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AHL_TOP
    instantiate file:
    source : e:\oracle\visappl\ahl\11.5.0\admin\template\ahladmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ahladmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\ahl\11.5.0\admin\template\ahladmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ahladmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AHL_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:41 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running ahladmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ozf\11.5.0\admin\driver\ozftmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for OZF_TOP
    instantiate file:
    source : e:\oracle\visappl\ozf\11.5.0\admin\template\ozfadprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ozfadprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\ozf\11.5.0\admin\template\ozfadprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ozfadprf.cmd
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for OZF_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:41 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running ozfadprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ies\11.5.0\admin\driver\iestmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IES_TOP
    instantiate file:
    source : e:\oracle\visappl\ies\11.5.0\admin\template\cooper.cmd
    dest : e:\oracle\visappl\ies\11.5.0\admin\install\VIS_vanwin23\cooper.cmd
    backup : e:\oracle\visappl\ies\11.5.0\admin\install\VIS_vanwin23\cooper.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cooper.cmd
    Processing DriverFile = e:\oracle\visappl\csd\11.5.0\admin\driver\csdtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSD_TOP
    instantiate file:
    source : e:\oracle\visappl\csd\11.5.0\admin\template\csdadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\csdadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\csd\11.5.0\admin\template\csdadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\csdadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for CSD_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.cmd

  • Cannot publish get error message - log file not being created

    When trying to publish a FlashHelp project, I get an error
    message window that says "Publishing has been cancelled. Failed to
    create file: (project name).log "
    When I click okay in the message window, the publishing
    process stops. However, if I look in the SSL folder, I see the log
    file. It is a text file.
    I had this problem in January 09 but it seemed to be an issue
    with the password and path in the FTP command window. I fixed it
    and it worked fine. However, I haven't published since the end of
    January. Now, when I try to publish, it is giving me the same error
    message. I checked and reviewed the FTP window fields and they are
    fine. But I'm still getting the error message and can't publish.
    Why?
    I need to get this problem fixed ASAP and ensure that it
    doesn't occur again. What's strange is that I've got 3 other
    projects and this is the only 1 that gets this error message.

    Yes, the generation worked. I checked the log file that
    worked from the time it worked before and it seems to be the same
    as the log file that is generated when I get the error message.
    I created a new FlashHelp layout and got the same error
    message. What's really weird is there is a log file in the SSL
    folder but when you click OK in the error message, it stops the
    publish function.
    Last time I had to blow away the cpd file as if this was a
    corrupt project. But that gets to be painful. As I use templates to
    put change dates in the footers of topics and templates get lost
    when you blow away the cpd.
    Any other thoughts?

  • Empty Log files not deleted by Cleaner

    Hi,
    we have a NoSql database installed on 3 nodes with a replication factor of 3 (see exact topology below).
    We run a test which consisted in the following operations repeated in a loop : store a LOB, read it , delete it.
    store.putLOB(key, new ByteArrayInputStream(source),Durability.COMMIT_SYNC, 5, TimeUnit.SECONDS);
    store.getLOB(key,Consistency.NONE_REQUIRED, 5, TimeUnit.SECONDS);
    store.deleteLOB(key, Durability.COMMIT_SYNC, 5, TimeUnit.SECONDS);
    During the test the space occupied by the database continues to grow !!
    Cleaner threads are running but logs these warnings:
    2015-02-03 14:32:58.936 UTC WARNING [rg3-rn2] JE: Replication prevents deletion of 12 files by Cleaner. Start file=0x0 holds CBVLSN 1, end file=0xe holds last VLSN 24,393
    2015-02-03 14:32:58.937 UTC WARNING [rg3-rn2] JE: Cleaner has 12 files not deleted because they are protected by replication.
    2015-02-03 14:32:58.920 UTC WARNING [rg3-rn1] JE: Replication prevents deletion of 12 files by Cleaner. Start file=0x0 holds CBVLSN 1, end file=0xe holds last VLSN 24,393
    2015-02-03 14:32:58.921 UTC WARNING [rg3-rn1] JE: Cleaner has 12 files not deleted because they are protected by replication.
    2015-02-03 14:32:58.908 UTC WARNING [rg3-rn3] JE: Replication prevents deletion of 12 files by Cleaner. Start file=0x0 holds CBVLSN 1, end file=0xe holds last VLSN 24,393
    2015-02-03 14:32:58.909 UTC WARNING [rg3-rn3] JE: Cleaner has 12 files not deleted because they are protected by replication.
    2015-02-03 14:33:31.704 UTC INFO [rg3-rn2] JE: Chose lowest utilized file for cleaning. fileChosen: 0xc (adjustment disabled) totalUtilization: 1 bestFileUtilization: 0 isProbe: false
    2015-02-03 14:33:32.137 UTC INFO [rg3-rn2] JE: CleanerRun 13 ends on file 0xc probe=false invokedFromDaemon=true finished=true fileDeleted=false nEntriesRead=1129 nINsObsolete=64 nINsCleaned=2 nINsDead=0 nINsMigrated=2 nBINDeltasObsolete=2 nBINDeltasCleaned=0 nBINDeltasDead=0 nBINDeltasMigrated=0 nLNsObsolete=971 nLNsCleaned=88 nLNsDead=0 nLNsMigrated=88 nLNsMarked=0 nLNQueueHits=73 nLNsLocked=0 logSummary=<CleanerLogSummary endFileNumAtLastAdjustment="0xe" initialAdjustments="5" recentLNSizesAndCounts=""> inSummary=<INSummary totalINCount="68" totalINSize="7570" totalBINDeltaCount="2" totalBINDeltaSize="254" obsoleteINCount="66" obsoleteINSize="7029" obsoleteBINDeltaCount="2" obsoleteBINDeltaSize="254"/> estFileSummary=<summary totalCount="2072" totalSize="13069531" totalINCount="68" totalINSize="7570" totalLNCount="1059" totalLNSize="13024352" maxLNSize="102482" obsoleteINCount="66" obsoleteLNCount="971" obsoleteLNSize="12974449" obsoleteLNSizeCounted="971" getObsoleteSize="13019405" getObsoleteINSize="7347" getObsoleteLNSize="12974449" getMaxObsoleteSize="13019405" getMaxObsoleteLNSize="12974449" getAvgObsoleteLNSizeNotCounted="NaN"/> recalcFileSummary=<summary totalCount="2072" totalSize="13069531" totalINCount="68" totalINSize="7570" totalLNCount="1059" totalLNSize="13024352" maxLNSize="0" obsoleteINCount="66" obsoleteLNCount="971" obsoleteLNSize="12974449" obsoleteLNSizeCounted="971" getObsoleteSize="13019405" getObsoleteINSize="7347" getObsoleteLNSize="12974449" getMaxObsoleteSize="13019405" getMaxObsoleteLNSize="12974449" getAvgObsoleteLNSizeNotCounted="NaN"/> lnSizeCorrection=NaN newLnSizeCorrection=NaN estimatedUtilization=0 correctedUtilization=0 recalcUtilization=0 correctionRejected=false
    Log files are not delete even if empty as seen using DBSpace utility:
    Space -h /mam2g/data/sn1/u01/rg2-rn1/env/ib/kvstore.jar com.sleepycat.je.util.Db
      File    Size (KB)  % Used
    00000000      12743       0
    00000001      12785       0
    00000002      12725       0
    00000003      12719       0
    00000004      12703       0
    00000005      12751       0
    00000006      12795       0
    00000007      12725       0
    00000008      12752       0
    00000009      12720       0
    0000000a      12723       0
    0000000b      12764       0
    0000000c      12715       0
    0000000d      12799       0
    0000000e      12724       1
    0000000f       5717       0
    TOTALS      196867       0
    Here is the configured topology:
    kv-> show topology
    store=MMS-KVstore  numPartitions=90 sequence=106
      zn: id=zn1 name=MAMHA repFactor=3 type=PRIMARY
      sn=[sn1] zn:[id=zn1 name=MAMHA] 192.168.144.11:5000 capacity=3 RUNNING
        [rg1-rn1] RUNNING
                 single-op avg latency=4.414467 ms   multi-op avg latency=0.0 ms
        [rg2-rn1] RUNNING
                 single-op avg latency=1.5962526 ms   multi-op avg latency=0.0 ms
        [rg3-rn1] RUNNING
                 single-op avg latency=1.3068943 ms   multi-op avg latency=0.0 ms
      sn=[sn2] zn:[id=zn1 name=MAMHA] 192.168.144.12:6000 capacity=3 RUNNING
        [rg1-rn2] RUNNING
                 single-op avg latency=1.5670061 ms   multi-op avg latency=0.0 ms
        [rg2-rn2] RUNNING
                 single-op avg latency=8.637241 ms   multi-op avg latency=0.0 ms
        [rg3-rn2] RUNNING
                 single-op avg latency=1.370075 ms   multi-op avg latency=0.0 ms
      sn=[sn3] zn:[id=zn1 name=MAMHA] 192.168.144.35:7000 capacity=3 RUNNING
        [rg1-rn3] RUNNING
                 single-op avg latency=1.4707285 ms   multi-op avg latency=0.0 ms
        [rg2-rn3] RUNNING
                 single-op avg latency=1.5334034 ms   multi-op avg latency=0.0 ms
        [rg3-rn3] RUNNING
                 single-op avg latency=9.05199 ms   multi-op avg latency=0.0 ms
      shard=[rg1] num partitions=30
        [rg1-rn1] sn=sn1
        [rg1-rn2] sn=sn2
        [rg1-rn3] sn=sn3
      shard=[rg2] num partitions=30
        [rg2-rn1] sn=sn1
        [rg2-rn2] sn=sn2
        [rg2-rn3] sn=sn3
      shard=[rg3] num partitions=30
        [rg3-rn1] sn=sn1
        [rg3-rn2] sn=sn2
        [rg3-rn3] sn=sn3
    Why empty files are not delete by cleaner? Why empty log files are protected by replicas if all the replicas seam to be aligned with the master ?
    java -jar /mam2g/kv-3.2.5/lib/kvstore.jar ping -host 192.168.144.11 -port 5000
    Pinging components of store MMS-KVstore based upon topology sequence #106
    Time: 2015-02-03 13:44:57 UTC
    MMS-KVstore comprises 90 partitions and 3 Storage Nodes
    Storage Node [sn1] on 192.168.144.11:5000    Zone: [name=MAMHA id=zn1 type=PRIMARY]    Status: RUNNING   Ver: 12cR1.3.2.5 2014-12-05 01:47:33 UTC  Build id: 7ab4544136f5
            Rep Node [rg1-rn1]      Status: RUNNING,MASTER at sequence number: 24,413 haPort: 5011
            Rep Node [rg2-rn1]      Status: RUNNING,REPLICA at sequence number: 13,277 haPort: 5012
            Rep Node [rg3-rn1]      Status: RUNNING,REPLICA at sequence number: 12,829 haPort: 5013
    Storage Node [sn2] on 192.168.144.12:6000    Zone: [name=MAMHA id=zn1 type=PRIMARY]    Status: RUNNING   Ver: 12cR1.3.2.5 2014-12-05 01:47:33 UTC  Build id: 7ab4544136f5
            Rep Node [rg3-rn2]      Status: RUNNING,REPLICA at sequence number: 12,829 haPort: 6013
            Rep Node [rg2-rn2]      Status: RUNNING,MASTER at sequence number: 13,277 haPort: 6012
            Rep Node [rg1-rn2]      Status: RUNNING,REPLICA at sequence number: 24,413 haPort: 6011
    Storage Node [sn3] on 192.168.144.35:7000    Zone: [name=MAMHA id=zn1 type=PRIMARY]    Status: RUNNING   Ver: 12cR1.3.2.5 2014-12-05 01:47:33 UTC  Build id: 7ab4544136f5
            Rep Node [rg1-rn3]      Status: RUNNING,REPLICA at sequence number: 24,413 haPort: 7011
            Rep Node [rg2-rn3]      Status: RUNNING,REPLICA at sequence number: 13,277 haPort: 7012
            Rep Node [rg3-rn3]      Status: RUNNING,MASTER at sequence number: 12,829 haPort: 7013

    Solved setting a non documented parameter " je.rep.minRetainedVLSNs"
    The solution is described in NoSql forum:   Store cleaning policy

  • Problem-Starting InDesign Server for use with CORBA / Java and IOR file not generated

    I'm trying to start Indesign Server cs3 for use with Corba, as per the document the server should generate the start-up message like this..
    InDesignServer -iorfile c:\ior.txt -pluginpath Server\Corba
    [server] Writing IOR to ... and it should generate the IOR file
    but I'm getting the usual start-up message and the IOR file is not generated, I hope IOR file is required for Java component interaction with IDS, kindly help me to solve this.
    Thanks in advance.

    [From Susan Doan, who is having trouble posting to the forum today}:
    It looks like the example command line in the "Intro to InDesign Server" pdf is using curly quotes instead of straight quotes. If you copy the command from the pdf and paste it in your command shell, it won't work because of the curly quotes.
    You can run the command without the quotes as Rich has said, but, as will all command lines, if your path contains a space, you will need to put quotes (straight ones!) around the path.
    Thanks,
    Ole

  • EDI  X12 scenario,deq.bat file not generating any trace file.

    hello,
    i have worked on the EDI X12 over internet(AS2) Transaction,everything is working fine until the creation and deployment of configurations on both Acme and GlobalChips servers.But During the Verification of Purchase Order Transactions when i am running deq.bat file on both Acme and GlobalChips servers the dq script is not generating any t1.trc trace file.
    There is no problem with the Trading Partners on both servers they are on upstate,can anyone help me with this issue please,its very urgent.
    note: where will be the web.xml file for transportServlet located,can anyone provide me with the file path.
    thnx
    sunny

    Hello Sinkar,
    Thanks for your reply,Finally i have managed resolve the issue(deq.bat file is generating t1.trc file) successfully.But there are certain other issues regarding this topic in which i need your help.
    When i am running the deq.bat file in command prompt on both acme and globalchips servers it is showing the following status
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;deq.bat
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;java oracle.tip.adapter.b2b.data.IPDeq
    ueue ipdequeue.properties
    IPDequeue start...
    Dequeue from IP_IN_QUEUE
    and it also generated a t1.trc file on both servers,but the prompt in which i have run deq.bat is not giving any further message
    i.e some thing like IPDequeue end.
    and not even coming back to the original path i.e
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;
    and even if close the prompt it is not showing anything in t1.trc file and if i am running the enq_850.bat in acme server it is showing following stat
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;enq_850.bat
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;java oracle.tip.adapter.b2b.data.IPEnq
    ueue enq_850.properties
    IPEnqueue start...
    IPEnqueue end.
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;
    and its didn't showing anything in the t1.trc file generated on the globalchips server and same thing is happening when i am running enq_855.bat file on the globalchips server its not showing up anything in the trace file generated on the acme server.
    I have tried one thing that u have suggested for such kind of issue(t1.trc empty) in your forums
    1.) I have applied the patch #6673231 and it is showing the Document Routing Id Field in the B2B UI,but when i am completing all the process in B2B UI and running deq.bat file the result is still the same,the IPDequeue is not ending
    But a certain change has taken place after applying the pat
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;java oracle.tip.adapter.b2b.data.IPEnq+
    ueue enq_850.properties+
    IPEnqueue start...+
    Action Name = null
    IPEnqueue end.+
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;+
    C:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;enq_855.bat+
    C:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;java oracle.tip.adapter.b2b.data.IPEnq+
    ueue enq_855.properties+
    IPEnqueue start...+
    Action Name = null
    IPEnqueue end.+
    C:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;+
    I Think that no action is taking place in both the cases
    bcoz its showing this Action Name = null+
    if that is the case what is the problem here
    I have also set oracle.tip.adapter.b2b.DocumentRouting=true.
    but the situation is still the same,please read the above problem carefully and suggest a solution which would be fruitful for my further progress.
    thanks
    sunny
    Edited by: user10470973 on Dec 16, 2008 10:43 AM
    Edited by: user10470973 on Dec 16, 2008 10:44 AM

  • Index file not generating

    Hi
    I am using the RoboHTML trial 9.0 version and imported a previous 8.0 help project file.  Everything seems fine except indexing.  The project shows having my index file from the previous project but my index file is not generating.  How can I use my existing index file and not have to create a new index file?
    Please help.
    thanks
    Caryn Drovie

    Have you tried ending the session with Control C ?

  • Archived log file not displaying

    While navigating around the "home" page for OCS as an administrator...I was trying to run a report under Reports>Conferences>Diagnostics.
    The links says:
    Click the link below to view comprehensive conference diagnostics. To see the log file correctly, use Internet Explorer 6.0 or higher.
    I am using IE 6 and the page shows up as being done...but it is blank. Any idea what is wrong? The URL reads:
    https://mywebserver/imtapp/logs/imtLogs.jsp?fileName=D:/ocs_onebox/mtier/imeeting/logs/sessions/12.20.2004/10000-clbsvr_OCS_home_mid.mywebserver.imt-collab.0-06_34_01.xml
    The file is there on the filesystem.
    TIA.

    Stages means Transformations in Data flow...
    Transformation names are not displaying correctly in log file.
    for example if i given name as  "TC_table_name" for Table compare Transformation then its displaying only "Table Comparison"  in Log file

  • Log files not being removed.

    Hello,
    I've upgraded an application from BerkeleyDB 5.1.25 to 5.3.21, and after that, log files are no more automatically removed. This is the only change in the application. It's an application written in C.
    The environment of the application is created with the flag DB_LOG_AUTO_REMOVE
    dbenv->log_set_config(dbenv, DB_LOG_AUTO_REMOVE, TRUE).
    The application has a thread to periodically checkpoint the data
    dbenv->txn_checkpoint(dbenv, 0, 0, 0)
    So far, so good, with version 5.1.25, this was enough to remove unused log files (I don't need to be able to do catastrophic recovery). But this doesn't work anymore with version 5.3.21.
    I I run db_archive (no options), it shows nothing, suggesting that all log files are still needed. But if I run db_hot_backup on the database, all but the last logfiles are removed (on the backup) as wanted.
    Rem : Usually, I don't want to run db_archive or any external tool, to remove unused log files. I hope what is inside the application is enough to remove unused log files.
    Is this something known, something changed or can you suggest me something to look for ?
    Thanks for your help
    José-Marcio
    Edited by: user564597 on Mar 24, 2013 6:35 PM
    Edited by: user564597 on Mar 24, 2013 6:38 PM
    Edited by: user564597 on Mar 25, 2013 8:57 AM

    thank you for giving us a test program. This helped tremendously to fully understand what you are doing. In 5.3 we fixed a bug dealing with the way log files are archived in an HA environment. What you are running into is the consequences of that bug fix. In the test program you are using DB_INIT_REP. This is the key to use that you want an HA environment. With HA, there is a master and some number of read only clients. By default we treat the initiating database as the master. This is what is happening in our case. In an HA (replicated) environment, we cannot archive log files until we can be assured that the clients have applied the contents of that log file. Our belief is that you are not really running in an HA environment and you do not need the DB_INIT_REP flag. In our initial testing where we said it worked for us, this was because we did not use the DB_INIT_REP flag, as there was no mention of replication being needed in the post.
    Recommendation: Please remove the use of the DB_INIT_REP flag or properly set up an HA environment (details in our docs).
    thanks
    mike

  • New Log Files Not 100% Utilization

    I just recently deployed my web app with new configurations to require my BDB to have at least 65% disk utilization (up from the default 50%) and 25% minimum file utilization (up from the default 5%). On start of my app, I temporarily coded an env.cleanLog() to force a clean of the logs to bring the DB up to these utilization parameters.
    I've deployed the app, and its been chugging away at the clean process now for about 2.5 hours. It is generating a new 100 MB log file approximately every minute as it is attempting to compact the DB. However, at 2.5 hours, I just ran DbSpace and the DB utilization is only up to 51%. Perhaps most surprising are the following two facts:
    1) The newly created log files from the cleaner are nowhere near 100% utilization
    2) Some of the newly created log files have already now been cleaned (deleted) themselves.
    There are 0 updates happening to the BDB while this process is running. My understanding was that when the cleaner removed old files and created new files, only good/valid data is written to the new files. However, this doesn't seem to be the case. Can someone enlighten me? I'm happy to read docs if someone can point me in the right direction.
    Thanks.

    Sorry, somehow I missed that you weren't doing any updates, even though you said so. I apologize.
    However, your cache size is much too small for your data set. Running DbCacheSize with a rough approximation of your data set size gives:
    ~/je.cvs$ java -jar build/lib/je.jar DbCacheSize -records 50000000 -key 30 -data 300
    Inputs: records=50000000 keySize=30 dataSize=300 nodeMax=128 binMax=128 density=80% overhead=10%
    === Cache Sizing Summary ===
       Cache Size       Btree Size    Description
      3,543,168,702    3,188,851,832  Minimum, internal nodes only
      3,963,943,955    3,567,549,560  Maximum, internal nodes only
    22,209,835,368   19,988,851,832  Minimum, internal nodes and leaf nodes
    22,630,610,622   20,367,549,560  Maximum, internal nodes and leaf nodes
    === Memory Usage by Btree Level ===
    Minimum Bytes    Maximum Bytes      Nodes    Level
      3,157,713,227    3,532,713,035     488,281    1
         30,834,656       34,496,480       4,768    2
            297,482          332,810          46    3
              6,467            7,235           1    4Apparently when you started, the cleaner was "behind" -- utilization was low. Without enough cache to hold the internal nodes -- 3.5GB according to DbCacheSize -- the cleaner will either take a very long time or never be able to clean up to 50% utilization.
    Do you really only have that much memory available, or is this just a dev environment issue?
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • HP Laserjet 1200 multiple copies problem

    I am trying to print multiple copies of an index card document to my HP Laserjet 1200 printer.  However, it will only print 1 copy, regardless of how many copies I tell it to print.  Any ideas what I'm doing wrong?  I have rebooted both the printer a

  • 10.2.0.1 x86_64 on FC5 install stuck forever in "Linking 'Oracle Net Requir

    Hi, Trying to install 64-bit 10.2.0.1 database on FC5. Selecting all default options during the install. When the installer reaches linking stage, it gets stuck indefinitely and installActions log has the following: INFO: Start output from spawned pr

  • Why, when entering text, I lose focus frequently and get the warning sound

    When writing text, (here, in blogs or any text editors), the object frequently loses its focus and I get the warning sound as I enter text in an area that does not accept this type of input.  As I write this, the bars at the top of the page frequentl

  • HELP! Applet connecting too Database

    I am trying to connect an Applet too a Database file, that will be hosted in the same directory as the html, and jar files. The database connection and manipulation methods are in a seperate class, from the Applet. I get an error on the line: Class.f

  • Error message at Support Login

    Hi everyone, I am taking a chance on posting this issue on this Board since I was unsure where else to post: I have been getting an Error message for a few weeks now when I attempt to Log into Mac Support > Discussions. After I do Log-in I need to go