Database Refresh with (data + metadata including views, functions etc)

PROBLEM:
I want to refresh data + metadata (tables, views, function, procedures, packages, triggers, package body etc) from one database to another database.
Now if objects already exists in the TARGET database, then we have option as TABLE_EXISTS_ACTION=REPLACE for TABLE.
But, do we have any other such option for OBJECTS OTHER THAN TABLE (LIKE VIEWS, PROCEDURES, FUNCTION, TRIGGER, PACKAGE, PACKAGE BODY).?
Because I dont see any such option. Currently if the Object is already there in the TARGET Database, it errors out without importing as OBJECT ALREADY EXISTS statement.
As we have lots of migration, number of objects changes & new objects coming up in Production very frequently.
And due to this, we cannot put big list of INCLUDE and also even keeping that we have to prepare that list very often as number of objects changes very frequently.
Please help me with some better solution.
Thanks to all participants in advance.
Nil

I understand that you are Newbie , let give me simple steps.
Follow the steps on testing envi.
1. Drop only Application users that you want to refresh from Prod(Do NOT drop users system,sysaux.. or tablespaces)
2. Create the users that you dropped.
3. using import or import data pump import the data.
In case you want to import user"A" data to "B" use REMAP_SCHEMA option.
See the below link for data pump export/import with examples.
http://oracleracexpert.blogspot.com/2009/08/oracle-data-pump-exportimport.html
Hope this helps.
Regards,
Satishbabu Gunukula
http://oracleracexpert.blogspot.com
Click here for [How to add and remove OCR|http://oracleracexpert.blogspot.com/2009/09/how-to-add-and-remove-ocr-oracle.html]
Click here in [ Making decisions and migrating your databases |http://oracleracexpert.blogspot.com/2009/08/download-sql-developer-migration.html]
Click here to lean [ Static parameters change in SPFILE and PFILE|http://oracleracexpert.blogspot.com/2009/09/how-to-change-static-parameters-in.html]
Edited by: Satishbabu Gunukula on Sep 14, 2009 5:09 PM
Edited by: Satishbabu Gunukula on Sep 18, 2009 10:35 AM

Similar Messages

  • In iPhoto, how can I export images with the metadata - including the title and caption information - intact as part of the image?

    In iPhoto, how can I export images with the metadata — including the title and caption information — intact as part of the image?

    Check those boxes in the export dialogue - Exporting From iPhoto
    LN

  • Migrate SQL 2008 Analysis database to 2012 AS database along with data level security defined in current production cube

    I want to migrate Analysis Services 2008 database to 2012 AS database along with data level security defined in current production cube
    Note: Only Production environment have security, while no security is defined in development environment
    Potential Approach:
    1 - Using Synchronization Wizard: Gives me error : "The OLAP element at line1 can not appear under envelope......" and this is because Synchrinzation works only for same version
    and in my case, there are different versions of SQL (SQL 2008 and 2012)
    2 - Using Visual studio conversion wizard - Convert SQL 2008 AS project to 2012 and then process cube, so I can get the cube working but then how can I get data level security since 100's of data level security is defined in production Cube, so how can I
    migrate that across
    3 - Script out XMLA and deploy cube - But then again having issues with how can i script SSAS security
    4 - Would taking backup of SSAS 2008 database and restore to SSAS 2012 will help ?
    Any suggestions would be appreciated
    Thanks,
    Mihir

    Hi Mihir,
    According to your description, you want to migrate the SQL Server Analysis Services (SSAS) 2008 database which have some security setting with it to SSAS 2012, right? We can migrate existing Analysis Services databases either during Setup, by upgrading an
    existing instance of Analysis Services, or after Setup, by running the Migration Wizard. Generally, when migrating a database to another server, all the setting will be migrated. So in your scenario, you can refer to the steps on the links below to migrate
    your SSAS database.
    How to: Migrate Analysis Services Databases
    Migrating Existing Analysis Services Databases
    Regards,
    Charlie Liao
    TechNet Community Support

  • Materialized view fast refresh with date field

    I have a situation where I need to create a materialized view worth of 6 months of data with fast refresh option from the master table. Somehow whenever I have the where clause added with the date field then it craps out with "ORA-12015: cannot create a fast refresh materialized view from a complex query".
    Here is what I am trying to do. Please let me know if there is any other way to accomplish this.
    create table test (id number, date_time DATE);
    CREATE MATERIALIZED VIEW LOG ON test WITH ROWID;
    CREATE MATERIALIZED VIEW cms.scoreboard_statistics_mv
    BUILD IMMEDIATE
    REFRESH FAST
    WITH ROWID
    AS
    SELECT * from test
    WHERE date_time >= sysdate - 180;
    ORA-12015: cannot create a fast refresh materialized view from a complex query
    Thanks,
    Raj

    It's crazy but a new time Metalink help us into the Note:179466.1
    The restrictions that prevent snapshots from being fast refreshed depend on
    the version of Oracle being used, a full list of these by version is included
    in section 3. In all cases the snapshot defining query should:
    - refer to fully qualified table names rather than to partial table names.
    - refer to remote tables only, not to remote master views or synonyms.
    - not generate context sensitive data. For example, do not create a simple
    snapshot with a query that uses the SQL functions :SYSDATE, UID or USER.

  • How can EBS 12.1.3 upgraded from 11.5.10 be refreshed with data from the live 11.5.10

    Hello Gurus,
    Early this year we upgraded an 11i EBS system to a 12.1.3 for testing and now accounting wants the data in the new 12i system to be refreshed with the most recent data from PROD (11i). Is this possible wihtout going through the entire upgrade process?
    Thanks
    Mathias

    Hi Mathias,
    For details about this concurrent program, please refer to:
    SLA: Upgrade Historical Subledger Transaction Accounting Program (XLAONDEUPG) (Doc ID 1376752.1)
    R12.0 and R12.1: FAQ for the SLA Upgrade: SLA Pre-Upgrade, Post-Upgrade, and Hot Patch (Doc ID 604893.1)
    New Functionality for SLA Upgrade Process for R12.1.2 (Doc ID 980112.1)
    What Do You Need To Know For A Successful Upgrade Of Oracle Payables? [VIDEO] (Doc ID 1471844.1)
    Thanks,
    Hussein

  • How to enter values to a database table with data type 'LCHR'?

    Hello All,
    I have created a database table with five fields, of which the last field is 'Value' field in which i have to enter text with a maximum of 1000characters. I have also specified a 'Length' field preceding the 'Value' field.
    The datatype specified for the 'Length' field is 'INT2' and for the value field is 'LCHR' with length 1000.
    When i tried inserting values to the table through a report, the report is giving an error that 'Literals that take up more than one line are not permitted', which means 255characters.
    Also, when i entered a short text which is less than 250 characters to the 'Value' field,, the report is working fine and the table entry is visible.
    Can anyone help me in this?
    It would be really helpful if you explain how to use 'LCHR' data type in tables and how to enter values to such a field with more than 255characters.
    Thanks in Advance,
    Shino

    Hi shino,
    Alternatively,
    you can use STRING instead of LCHR.
    I too have tried with LCHR and am facing the same issue.. i am not sure why its coming..
    i have tried STRING and its working perfectly.
    wa-key_field = 'IN4'.
    CONCATENATE  'Long text over 200 chars length '
                  'another Long text over 200 chars length '
                  'another Long text over 200 chars length '
                  INTO wa-long_text.
      wa-len = strlen( wa-long_text ).
      INSERT zshino_table from wa.
      SELECT * FROM zshino_table INTO table it.
      clear wa.
      LOOP AT it INTO wa.
          WRITE:/ wa-len, '  ' , wa-long_text.
      ENDLOOP.
    Also, remember to set the type of the database field as String.
    hope this was of some help,
    thanks and regards,
    Sagar.

  • Copying database table with data

    Dear Team,
    I want to copy a database table with all entries of that table. example: if i am copying MARA table as ZMARA i want all the entries of MARA should also exist in ZMARA.
    Is it possible to do this without writing any piece of code.
    Regards,
    N.Jain

    Hi,
    It is not possible to do the same without coding.
    Regards,
    Sriram
    Edited by: Srirama Murthy Maddirala on Jun 4, 2008 11:14 AM

  • Load rows with date fileds include time

    Hi, I need to load rows with SQLLoader. The data has am field with date and time but using mask don4t load the time, only date. How do I load date and time?
    Thanks...

    The following should work to load both the date and time (as long as it is not rejected for some reason)date_cancel date "YYYY/MM/DD HH24:MI:SS"To display the date and time after it has been loaded, you will have to use on of the following:ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YYYY HH:MI:SS AM';
    or
    SELECT to_char(<column_name,'DD-MON-YYYY HH:MI:SS AM') from <table_name>;

  • How to update a list in parent view with data from child view/window ?

    I have a view named AccountListView that displays some buttons and a list of accounts.Its viewmodel is called AccountListViewModel and has a collection : ObservableCollection<AccountViewModel>. What I'd like to acomplish: whenever I press the Add/Edit
    Button from the AccountListView to open a new window/usercontrol, i.e. AccountView and bind it to an instance of AccountViewModel that will have some fields to fill in and a Submit and Cancel buttons. How can I update the ObservableCollection<AccountViewModel>
    from  inside the child view, so when I click on the Submit button from AccountViewModel it will return an AccountViewModel object with the data I filled in and add it to the observablecollection. Would notifications from prism be the right way ? Should
    I include code from the AccountListViewModel and AccountViewModel ?

    The way to communicate between view models in Prism is to use the EventAggregator. You raise an event from view model A and subscribe and handle this event in view model B. I have written a blog post about it which should be helpful here:
    http://blog.magnusmontin.net/2014/02/28/using-the-event-aggregator-pattern-to-communicate-between-view-models/.
    In your case you could define an event that carries an AccountViewModel object and pass this one from view model A to view model B:
    public class AccountViewModelEvent : CompositePresentationEvent<AccountViewModel>
    Please refer to the blog post for more information and a complete code example.
    Hope that helps.
    Please remember to close your threads by marking helpful posts as answer and then start a new thread if you have a new question. Please don't ask several questions in the same thread.

  • Database connection with JRC and CR Viewer version

    Hi,
    I'm upgrading Crystalreportviewer11 to Crystalreportviewer115. I know, I need this directories: WEB_INF\Lib, WEB-INF\Classes and Crystalreportviewer115.
    Crystalreportviewer115 I take from C:\Program Files\Business Objects\common\3.5\ Crystalreportsviewer115. There is file CrConfig.xml (CrystalreportEngine.xml) in Program Files\Common Files\Business Objects\3.5\java. This file belongs to WEB-INF\Classes. But I don't know the path to find .jar files (.jar files belong to WEB_INF\Lib).
    My context.xml looks:
    My web.xml looks:
    name_appl
    Zobrazeni reportu
    crystal_image_uri
    crystalreportviewers115
    My CrystalreportEngine.xml looks:
    ../../../E3/Reports_CR11
    10
    B6W64-010S200-000KA2W-8WT1
    In this code I changed version of crystalreportviewer, other is the same. I don't know, if I should change the keycode too. This keycode was used for Crystalreportviewer11. Is it the same for Crystalreportsviewer115 or different?
    I deployed my directory WebReports to Tomcat (by Tomcat Manager). The variables are Context Path= /CRV and Configuration file URL= file:C:\WebReports\context.xml. The deploying was succesful. Then I set in Tomcat administration tool the jdbc connection. (Tomcat Server -> Service (Catalina) -> Host (localhost) -> Context (/CRV) -> Resources -> Environment Entries and Environment Entry Actions on the right tab)
    I set Name= jdbc/INFO, Type= java.lang.String, Value=
    !oracle.jdbc.driver.OracleDriver!jdbc:oracle:thin:{userid}/{ password}}@{server}:{port}:{oracle instance name}. I saved changes and commited them.I restarted Apache Tomcat service.
    I run the report. It always open a new database connection. I check user ID and password, click OK. But the report isn't running, i can't see this report in CR Viewer. But I see Database Logon screen again. Where is a problem?
    What can I set up in Tomcat administration tool yet?
    Have you some tips for upgrading CR Viewer11 to 115?
    Regards,
    Veronika

    Thank you for your answer.Please, do you know, where should I search all new .jar files? (for my WEB-INF/lib directory).
    My last logs (after running report and connection) look:
    admin log:
    +30.10.2007 14:36:22 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Entered TreeControlTestAction:perform()
    +30.10.2007 14:36:22 org.apache.catalina.core.ApplicationContext log+
    INFO: action: tree param is null
    +30.10.2007 14:36:22 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Select event on Globally Administer Data Sources
    +30.10.2007 14:37:52 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Entered TreeControlTestAction:perform()
    +30.10.2007 14:37:52 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Tree expand/contract on Catalina:type=Service,serviceName=Catalina
    +30.10.2007 14:37:52 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Found Node: Catalina:type=Service,serviceName=Catalina
    +30.10.2007 14:37:53 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Entered TreeControlTestAction:perform()
    +30.10.2007 14:37:53 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Tree expand/contract on Catalina:type=Host,host=localhost
    +30.10.2007 14:37:53 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Found Node: Catalina:type=Host,host=localhost
    +30.10.2007 14:37:55 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Entered TreeControlTestAction:perform()
    +30.10.2007 14:37:55 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Tree expand/contract on Catalina:j2eeType=WebModule,name=//localhost/CRV,J2EEApplication=none,J2EEServer=none
    +30.10.2007 14:37:55 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Found Node: Catalina:j2eeType=WebModule,name=//localhost/CRV,J2EEApplication=none,J2EEServer=none
    +30.10.2007 14:38:00 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Entered TreeControlTestAction:perform()
    +30.10.2007 14:38:00 org.apache.catalina.core.ApplicationContext log+
    INFO: action: tree param is null
    +30.10.2007 14:38:00 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Select event on Context Environment Entries Catalina:j2eeType=WebModule,name=//localhost/CRV,J2EEApplication=none,J2EEServer=none
    +30.10.2007 14:38:23 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Entered TreeControlTestAction:perform()
    +30.10.2007 14:38:23 org.apache.catalina.core.ApplicationContext log+
    INFO: action: tree param is null
    +30.10.2007 14:38:23 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Select event on Globally Administer Data Sources
    +30.10.2007 14:38:37 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Entered TreeControlTestAction:perform()
    +30.10.2007 14:38:37 org.apache.catalina.core.ApplicationContext log+
    INFO: action: tree param is null
    +30.10.2007 14:38:37 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Select event on Catalina:j2eeType=WebModule,name=//localhost/CRV,J2EEApplication=none,J2EEServer=none
    +30.10.2007 14:38:40 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Entered TreeControlTestAction:perform()
    +30.10.2007 14:38:40 org.apache.catalina.core.ApplicationContext log+
    INFO: action: tree param is null
    +30.10.2007 14:38:40 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Select event on Context Environment Entries Catalina:j2eeType=WebModule,name=//localhost/CRV,J2EEApplication=none,J2EEServer=none
    +30.10.2007 14:38:50 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Entered TreeControlTestAction:perform()
    +30.10.2007 14:38:50 org.apache.catalina.core.ApplicationContext log+
    INFO: action: tree param is null
    +30.10.2007 14:38:50 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Select event on Context Data Sources Catalina:j2eeType=WebModule,name=//localhost/CRV,J2EEApplication=none,J2EEServer=none
    +30.10.2007 14:41:04 org.apache.catalina.core.ApplicationContext log+
    SEVERE: action: Error invoking operation addResource
    javax.management.RuntimeOperationsException: Exception invoking method addResource
    +     at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:511)+
    +     at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(Unknown Source)+
    +     at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(Unknown Source)+
    +     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)+
    +     at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)+
    +     at org.apache.webapp.admin.resources.SaveDataSourceAction.execute(SaveDataSourceAction.java:178)+
    +     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)+
    +     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)+
    +     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1192)+
    +     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:430)+
    +     at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)+
    +     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)+
    +     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)+
    +     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)+
    +     at org.apache.webapp.admin.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:123)+
    +     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)+
    +     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)+
    +     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)+
    +     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)+
    +     at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)+
    +     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)+
    +     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)+
    +     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)+
    +     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)+
    +     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)+
    +     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)+
    +     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)+
    +     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)+
    +     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)+
    +     at java.lang.Thread.run(Unknown Source)+
    Caused by: java.lang.NullPointerException
    +     at org.apache.catalina.mbeans.MBeanUtils.createObjectName(MBeanUtils.java:846)+
    +     at org.apache.catalina.mbeans.NamingResourcesMBean.addResource(NamingResourcesMBean.java:230)+
    +     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)+
    +     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)+
    +     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)+
    +     at java.lang.reflect.Method.invoke(Unknown Source)+
    +     at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:501)+
    +     ... 29 more+
    +30.10.2007 14:47:06 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Entered TreeControlTestAction:perform()
    +30.10.2007 14:47:06 org.apache.catalina.core.ApplicationContext log+
    INFO: action: tree param is null
    +30.10.2007 14:47:06 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Select event on Context Environment Entries Catalina:j2eeType=WebModule,name=//localhost/CRV,J2EEApplication=none,J2EEServer=none
    +30.10.2007 14:50:24 org.apache.catalina.core.ApplicationContext log+
    INFO: action: Debugging -- changes saved to conf/server.xml
    catalina log
    +31.10.2007 8:22:31 org.apache.coyote.http11.Http11Protocol init+
    INFO: Initializing Coyote HTTP/1.1 on http-8200
    +31.10.2007 8:22:31 org.apache.catalina.startup.Catalina load+
    INFO: Initialization processed in 1141 ms
    +31.10.2007 8:22:32 org.apache.catalina.core.StandardService start+
    INFO: Starting service Catalina
    +31.10.2007 8:22:32 org.apache.catalina.core.StandardEngine start+
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
    +31.10.2007 8:22:32 org.apache.catalina.core.StandardHost start+
    INFO: XML validation disabled
    +31.10.2007 8:22:35 org.apache.coyote.http11.Http11Protocol start+
    INFO: Starting Coyote HTTP/1.1 on http-8200
    +31.10.2007 8:22:35 org.apache.jk.common.ChannelSocket init+
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    +31.10.2007 8:22:35 org.apache.jk.server.JkMain start+
    INFO: Jk running ID=0 time=0/30  config=null
    +31.10.2007 8:22:35 org.apache.catalina.storeconfig.StoreLoader load+
    INFO: Find registry server-registry.xml at classpath resource
    +31.10.2007 8:22:35 org.apache.catalina.startup.Catalina start+
    INFO: Server startup in 3846 ms
    host - manager log is empty
    jacarta service log
    +[2007-10-30 08:32:20] [info] Running Service...+
    +[2007-10-30 08:32:20] [info] Starting service...+
    +[2007-10-30 08:32:22] [info] Service started in 1992 ms.+
    +[2007-10-30 10:29:40] [info] Service STOP signaled+
    +[2007-10-30 10:29:40] [info] Stopping service...+
    +[2007-10-30 10:29:43] [info] Service stopped.+
    +[2007-10-30 10:29:43] [info] Run service finished.+
    +[2007-10-30 10:29:43] [info] Procrun finished.+
    +[2007-10-30 10:29:49] [info] Running Service...+
    +[2007-10-30 10:29:49] [info] Starting service...+
    +[2007-10-30 10:29:50] [info] Service started in 1672 ms.+
    +[2007-10-30 11:10:11] [info] Service STOP signaled+
    +[2007-10-30 11:10:11] [info] Stopping service...+
    +[2007-10-30 11:10:13] [info] Service stopped.+
    +[2007-10-30 11:10:13] [info] Run service finished.+
    +[2007-10-30 11:10:13] [info] Procrun finished.+
    +[2007-10-30 11:10:16] [info] Running Service...+
    +[2007-10-30 11:10:16] [info] Starting service...+
    +[2007-10-30 11:10:17] [info] Service started in 1321 ms.+
    +[2007-10-30 11:23:33] [info] Service STOP signaled+
    +[2007-10-30 11:23:33] [info] Stopping service...+
    +[2007-10-30 11:23:34] [info] Service stopped.+
    +[2007-10-30 11:23:34] [info] Run service finished.+
    +[2007-10-30 11:23:34] [info] Procrun finished.+
    +[2007-10-30 11:23:38] [info] Running Service...+
    +[2007-10-30 11:23:38] [info] Starting service...+
    +[2007-10-30 11:23:39] [info] Service started in 1261 ms.+
    +[2007-10-30 14:50:27] [info] Service STOP signaled+
    +[2007-10-30 14:50:27] [info] Stopping service...+
    +[2007-10-30 14:50:28] [info] Service stopped.+
    +[2007-10-30 14:50:28] [info] Run service finished.+
    +[2007-10-30 14:50:28] [info] Procrun finished.+
    +[2007-10-30 14:50:33] [info] Running Service...+
    +[2007-10-30 14:50:33] [info] Starting service...+
    +[2007-10-30 14:50:34] [info] Service started in 1271 ms.+
    +[2007-10-30 15:11:53] [info] Service STOP signaled+
    +[2007-10-30 15:11:53] [info] Stopping service...+
    +[2007-10-30 15:11:55] [info] Service stopped.+
    +[2007-10-30 15:11:55] [info] Run service finished.+
    +[2007-10-30 15:11:55] [info] Procrun finished.+
    +[2007-10-30 15:12:01] [info] Running Service...+
    +[2007-10-30 15:12:01] [info] Starting service...+
    +[2007-10-30 15:12:02] [info] Service started in 1281 ms.+
    +[2007-10-30 15:13:44] [info] Service STOP signaled+
    +[2007-10-30 15:13:44] [info] Stopping service...+
    +[2007-10-30 15:13:46] [info] Service stopped.+
    +[2007-10-30 15:13:46] [info] Run service finished.+
    +[2007-10-30 15:13:46] [info] Procrun finished.+
    +[2007-10-30 15:13:48] [info] Running Service...+
    +[2007-10-30 15:13:48] [info] Starting service...+
    +[2007-10-30 15:13:50] [info] Service started in 1291 ms.+
    +[2007-10-30 15:57:49] [info] Console SHUTDOWN event signaled+
    +[2007-10-30 15:57:49] [info] Stopping service...+
    +[2007-10-30 15:57:50] [info] Service stopped.+
    +[2007-10-30 15:57:50] [info] Run service finished.+
    +[2007-10-30 15:57:50] [info] Procrun finished.+
    localhost log
    +30.10.2007 8:32:31 org.apache.catalina.core.ApplicationContext log+
    +INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]+
    +30.10.2007 9:39:30 org.apache.catalina.core.StandardWrapperValve invoke+
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.NullPointerException
    +     at org.apache.jsp.param_jsp._jspService(org.apache.jsp.param_jsp:61)+
    +     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)+
    +     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)+
    +     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)+
    +     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)+
    +     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)+
    +     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)+
    +     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)+
    +     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)+
    +     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)+
    +     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)+
    +     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)+
    +     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)+
    +     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)+
    +     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)+
    +     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)+
    +     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)+
    +     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)+
    +     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)+
    +     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)+
    +     at java.lang.Thread.run(Unknown Source)+
    +30.10.2007 10:29:56 org.apache.catalina.core.ApplicationContext log+
    +INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]+
    +30.10.2007 11:10:20 org.apache.catalina.core.ApplicationContext log+
    +INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]+
    +30.10.2007 11:23:42 org.apache.catalina.core.ApplicationContext log+
    +INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]+
    +30.10.2007 14:45:58 org.apache.catalina.core.StandardWrapperValve invoke+
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.NullPointerException
    +     at org.apache.jsp.param_jsp._jspService(org.apache.jsp.param_jsp:61)+
    +     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)+
    +     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)+
    +     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)+
    +     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)+
    +     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)+
    +     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)+
    +     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)+
    +     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)+
    +     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)+
    +     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)+
    +     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)+
    +     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)+
    +     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)+
    +     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)+
    +     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)+
    +     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)+
    +     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)+
    +     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)+
    +     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)+
    +     at java.lang.Thread.run(Unknown Source)+
    +30.10.2007 14:50:40 org.apache.catalina.core.ApplicationContext log+
    +INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]+
    +30.10.2007 15:12:08 org.apache.catalina.core.ApplicationContext log+
    +INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]+
    +30.10.2007 15:13:52 org.apache.catalina.core.ApplicationContext log+
    +INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]+
    stderr log
    +30.10.2007 8:32:23 org.apache.coyote.http11.Http11Protocol init+
    INFO: Initializing Coyote HTTP/1.1 on http-8200
    +30.10.2007 8:32:23 org.apache.catalina.startup.Catalina load+
    INFO: Initialization processed in 1392 ms
    +30.10.2007 8:32:23 org.apache.catalina.core.StandardService start+
    INFO: Starting service Catalina
    +30.10.2007 8:32:23 org.apache.catalina.core.StandardEngine start+
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
    +30.10.2007 8:32:23 org.apache.catalina.core.StandardHost start+
    INFO: XML validation disabled
    +30.10.2007 8:32:31 org.apache.coyote.http11.Http11Protocol start+
    INFO: Starting Coyote HTTP/1.1 on http-8200
    +30.10.2007 8:32:32 org.apache.jk.common.ChannelSocket init+
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    +30.10.2007 8:32:32 org.apache.jk.server.JkMain start+
    INFO: Jk running ID=0 time=0/210  config=null
    +30.10.2007 8:32:32 org.apache.catalina.storeconfig.StoreLoader load+
    INFO: Find registry server-registry.xml at classpath resource
    +30.10.2007 8:32:32 org.apache.catalina.startup.Catalina start+
    INFO: Server startup in 9113 ms
    +30.10.2007 10:29:40 org.apache.coyote.http11.Http11Protocol pause+
    INFO: Pausing Coyote HTTP/1.1 on http-8200
    +30.10.2007 10:29:41 org.apache.catalina.core.StandardService stop+
    INFO: Stopping service Catalina
    +30.10.2007 10:29:43 org.apache.coyote.http11.Http11Protocol destroy+
    INFO: Stopping Coyote HTTP/1.1 on http-8200
    +30.10.2007 10:29:51 org.apache.coyote.http11.Http11Protocol init+
    INFO: Initializing Coyote HTTP/1.1 on http-8200
    +30.10.2007 10:29:51 org.apache.catalina.startup.Catalina load+
    INFO: Initialization processed in 1281 ms
    +30.10.2007 10:29:51 org.apache.catalina.core.StandardService start+
    INFO: Starting service Catalina
    +30.10.2007 10:29:51 org.apache.catalina.core.StandardEngine start+
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
    +30.10.2007 10:29:51 org.apache.catalina.core.StandardHost start+
    INFO: XML validation disabled
    +30.10.2007 10:29:56 org.apache.catalina.session.StandardManager doLoad+
    SEVERE: IOException while loading persisted sessions: java.io.IOException: Unable to recover report source
    java.io.IOException: Unable to recover report source
    +     at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.readExternal(Unknown Source)+
    +     at java.io.ObjectInputStream.readExternalData(Unknown Source)+
    +     at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)+
    +     at java.io.ObjectInputStream.readObject0(Unknown Source)+
    +     at java.io.ObjectInputStream.readObject(Unknown Source)+
    +     at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1371)+
    +     at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:903)+
    +     at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:393)+
    +     at org.apache.catalina.session.StandardManager.load(StandardManager.java:320)+
    +     at org.apache.catalina.session.StandardManager.start(StandardManager.java:634)+
    +     at org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:431)+
    +     at org.apache.catalina.startup.ContextConfig.managerConfig(ContextConfig.java:391)+
    +     at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1042)+
    +     at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:255)+
    +     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)+
    +     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4053)+
    +     at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)+
    +     at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)+
    +     at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)+
    +     at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:589)+
    +     at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:536)+
    +     at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:471)+
    +     at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1102)+
    +     at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)+
    +     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)+
    +     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)+
    +     at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)+
    +     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)+
    +     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)+
    +     at org.apache.catalina.core.StandardService.start(StandardService.java:450)+
    +     at org.apache.catalina.core.StandardServer.start(StandardServer.java:683)+
    +     at org.apache.catalina.startup.Catalina.start(Catalina.java:537)+
    +     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)+
    +     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)+
    +     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)+
    +     at java.lang.reflect.Method.invoke(Unknown Source)+
    +     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)+
    +     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)+
    +30.10.2007 10:29:56 org.apache.catalina.session.StandardManager start+
    SEVERE: Exception loading sessions from persistent storage
    java.io.IOException: Unable to recover report source
    +     at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.readExternal(Unknown Source)+
    +     at java.io.ObjectInputStream.readExternalData(Unknown Source)+
    +     at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)+
    +     at java.io.ObjectInputStream.readObject0(Unknown Source)+
    +     at java.io.ObjectInputStream.readObject(Unknown Source)+
    +     at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1371)+
    +     at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:903)+
    +     at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:393)+
    +     at org.apache.catalina.session.StandardManager.load(StandardManager.java:320)+
    +     at org.apache.catalina.session.StandardManager.start(StandardManager.java:634)+
    +     at org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:431)+
    +     at org.apache.catalina.startup.ContextConfig.managerConfig(ContextConfig.java:391)+
    +     at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1042)+
    +     at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:255)+
    +     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)+
    +     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4053)+
    +     at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)+
    +     at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)+
    +     at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)+
    +     at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:589)+
    +     at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:536)+
    +     at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:471)+
    +     at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1102)+
    +     at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)+
    +     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)+
    +     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)+
    +     at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)+
    +     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)+
    +     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)+
    +     at org.apache.catalina.core.StandardService.start(StandardService.java:450)+
    +     at org.apache.catalina.core.StandardServer.start(StandardServer.java:683)+
    +     at org.apache.catalina.startup.Catalina.start(Catalina.java:537)+
    +     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)+
    +     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)+
    +     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)+
    +     at java.lang.reflect.Method.invoke(Unknown Source)+
    +     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)+
    +     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)+
    +30.10.2007 10:29:57 org.apache.coyote.http11.Http11Protocol start+
    INFO: Starting Coyote HTTP/1.1 on http-8200
    +30.10.2007 10:29:57 org.apache.jk.common.ChannelSocket init+
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    +30.10.2007 10:29:57 org.apache.jk.server.JkMain start+
    INFO: Jk running ID=0 time=0/60  config=null
    +30.10.2007 10:29:57 org.apache.catalina.storeconfig.StoreLoader load+
    INFO: Find registry server-registry.xml at classpath resource
    +30.10.2007 10:29:57 org.apache.catalina.startup.Catalina start+
    INFO: Server startup in 5979 ms
    +30.10.2007 11:10:03 org.apache.catalina.core.StandardContext reload+
    INFO: Reloading this Context has started
    +30.10.2007 11:10:11 org.apache.coyote.http11.Http11Protocol pause+
    INFO: Pausing Coyote HTTP/1.1 on http-8200
    +30.10.2007 11:10:13 org.apache.catalina.core.StandardService stop+
    INFO: Stopping service Catalina
    +30.10.2007 11:10:13 org.apache.coyote.http11.Http11Protocol destroy+
    INFO: Stopping Coyote HTTP/1.1 on http-8200
    +30.10.2007 11:10:18 org.apache.coyote.http11.Http11Protocol init+
    INFO: Initializing Coyote HTTP/1.1 on http-8200
    +30.10.2007 11:10:18 org.apache.catalina.startup.Catalina load+
    INFO: Initialization processed in 1162 ms
    +30.10.2007 11:10:18 org.apache.catalina.core.StandardService start+
    INFO: Starting service Catalina
    +30.10.2007 11:10:18 org.apache.catalina.core.StandardEngine start+
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
    +30.10.2007 11:10:18 org.apache.catalina.core.StandardHost start+
    INFO: XML validation disabled
    +30.10.2007 11:10:20 org.apache.coyote.http11.Http11Protocol start+
    INFO: Starting Coyote HTTP/1.1 on http-8200
    +30.10.2007 11:10:21 org.apache.jk.common.ChannelSocket init+
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    +30.10.2007 11:10:21 org.apache.jk.server.JkMain start+
    INFO: Jk running ID=0 time=0/80  config=null
    +30.10.2007 11:10:21 org.apache.catalina.storeconfig.StoreLoader load+
    INFO: Find registry server-registry.xml at classpath resource
    +30.10.2007 11:10:21 org.a

  • Refreshing the Data from a embed view in a view container

    Hi everybody
    I would like to know how can I do to refresh all data from a View with a view container the problem is:
    that I have a window that has a view at the same time this has a view container.  The Main view brings the data of editable elements when I select one element of the main view the view container brings a list for that element (dependencies) but only the first time a choose an element loads the correct data, when I choose another one it brings the same old data and doesn't make the call for the wdDoInit() method.
    The question is:
    How do I force the view to refresh all the data or call again the wdDoInit() method?
    Thank you for your help

    Aida,
    Lets say you have two components C1 and C2 and you want method from C1 to be available in C2 then follow these steps:-
    1) Goto the Interface Controller of C1 and create a method there lets say doSomething
    2) Then goto C2. There you can see Used Web Dynpro Components --> Right click Add Used Component --> Give some name say C1Comp --> Click browse and select C1 --> Click Finish.
    3) Next goto Component Controller of C2 --> Properties --> Click Add and check if C1 is added. If not then select the checkbox and select OK.
    4) Now goto Implementation tab of C2 and lets say wdDoInit you can write following code:-
    wdThis.wdGetC1CompInterface().doSomething();
    Chintan

  • QA database refresh date

    Hi, on ECC6.0 we routinely refresh our QA instance with data from our production instance.  Later we almost always forget the exact date the instance was refreshed.  There must be a transaction or a table somewhere in SAP that contains this information.  Does anyone know of a way to quickly ascertain when an SAP instance was refreshed with data from another SAP instance?
    Thanks in advance,
    Kevin

    Hi Arvind, yep I checked that table earlier on the QA instance and it only has 1 record, which doesn't in anyway seem to correspond to when we refreshed the data.
    Thanks much anyway,
    Kevin

  • DISABLE VIEW, FUNCTION, PACKAGE

    Hi all,
    My export/import is having error in its logs becuase there are invalid objects like views, functions, packages, etc whis is caused by a missing db_links.
    This dump was taken from PROD so the link there exist. But we are importing it to the DEV server and we do not need the db_link and so with all the views, functions, etc
    that are associated with it. But i do not want to drop them just to clear the error because it is tedious.
    Is it possible to disable the views, and other invalid objects so that my export/import logs are clear of errors?
    By the way I know this is no big deal, but the auditing group do not want to see errors in the logs.
    Thanks

    Hi ,
    I would suggest that instead of taking schema exp and imp ,
    do it just for the tables only.
    exp system/pwd file=backup.dmp indexes=y grants=y tables=schema_name.table_name log=table_export.logand then import using
    imp system/pwd file=backup.dmp ignore=Y statistics=none tables=table_name fromuser=A touser=AThis will it will import only the tables.
    HTH
    Kk

  • CountIf with Dates

    Hi,
    I try using the CountIf-function with dates in the conditional parameter of the function and I am experiencing the same problem as stated here: http://forums.sdn.sap.com/thread.jspa?threadID=1756183
    In the Designer and in Excel itself everything looks ok, but not in the final swf-file.
    I am using the function like this:
    =COUNTIF(G$3:G$40; ">"&P4)
    while P4 holds the value 40940 (01.02.2012 in numeric format) and G3 to G40 also holds various dates with the cell-style set to "numeric". Does it even have any influence to which format the cell-style is set?
    Is there any workaround or am simply doing something wrong?
    I'm using Dashboard Design Version 6.0.0.0 Build 14,0,2,364
    Thank you,
    Daniel
    Edit:
    I changed the source data of the function. P4 now contains the return value of DATEVALUE("01.02.2012"). G3 to G40 also contain now =DATEVALUE(<anotherCell>) while <anotherCell> contains the date in textform.
    The result is still the same (right result in Excel, wrong result in the Preview/SWF-file). This is confusing because CountIf should work with numbers, right?
    Edit2:
    I got around the problem by not using dates at all and use mere text for the dates. I then convert it with some text-functions and VALUE() to numbers and do COUNTIF() on these numbers. Not nice but it works.
    Seems like Dashboard Design doesn't like DATEVALUE() even though it is in the list of supported functions.
    Edited by: Daniel Schueler on Feb 29, 2012 1:31 PM

    Each of the functions listed above should work.  A comprehensive list of Excel Funtions that work with Xcelsius 2008 follows:
    ABS ACOS ACOSH ADDRESS AND  ASIN 
    ASINH  ASSIGN  ATAN  ATAN2  ATANH  AVEDEV 
    AVERAGE  AVERAGEA  AVERAGEIF BETADIST  CEILING  CHAR
    CHOOSE  CODE COLUMN COLUMNS  COMBIN  CONCATENATE 
    CORREL COS  COSH  COUNT  COUNTA  
    COUNTIF  COVAR  DATE  DATEVALUE  DAVERAGE  DAY 
    DAYS360  DB  DCOUNT  DCOUNTA  DDB  DEGREES 
    DEVSQ  DGET  DIVIDE  DMAX  DMIN  DOLLAR 
    DPRODUCT  DSTDEV  DSSTDEVP  DSUM  DVAR  DVARP 
    EDATE  EFFECT EOMONTH  EVEN  EXACT  EXP 
    EXPONDIST  FACT  FACTDOUBLE FALSE  FIND  FISHER 
    FISHERINV  FIXED  FLOOR  FORECAST  FV  GE 
    GEOMEAN  GT  HARMEAN  HLOOKUP  HOUR  IF 
    IFERROR INDEX  INT  INTERCEPT  IPMT 
    IRR  ISBLANK  ISERR  ISERROR  ISEVEN  ISLOGICAL 
    ISNA  ISNONTEXT  ISNUMBER  ISODD  ISTEXT  KURT 
    LARGE  LE  LEFT  LEN  LN  LOG 
    LOG10  LOOKUP  LOWER  MATCH  MAX  MAXA
    MEDIAN  MID  MIN  MINA MINUS  MINUTE 
    MIRR  MOD  MODE  MONTH  N  NE 
    NETWORKDAYS  NORMDIST  NORMINV  NORMSINV  NOT  NOW 
    NPER  NPV  OFFSET  OR  PEARSON PERCENTILE
    PERCENTRANK PERMUT PI  PMT  POWER  PPMT 
    PRODUCT  PV   QUOTIENT  RADIANS  RAND 
    RANDBETWEEN RANGE_COLON  RANK  RATE  REPLACE  REPT 
    RIGHT  ROUND  ROUNDDOWN  ROUNDUP   ROWS
    RSQ SECOND SIGN SIN SINH SLN
    SLOPE SMALL  SQRT  STANDARDIZE  STDEV  STDEVA
    STDEVP SUBTOTAL SUM SUMIF  SUMPRODUCT  SUMSQ 
    SUMX2MY2  SUMX2PY2  SUMXMY2  SYD  TAN  TANH 
    TEXT TIME  TIMEVALUE  TODAY  TRUE  TRUNC 
    TYPE  VALUE  VAR  VARA  VARP VARPA 
    VDB VLOOKUP  WEEKDAY  WEEKNUM  WORKDAY  YEAR 
    YEARFRAC 
    For future lookup of what functions are supported,  Within Xcelsius click on Help and under the Contents tab expand "Working With Data"   The Supported Excel Functions are listed in that area.

  • JTable will not refresh with new data from database

    Hi,
    I have a JTable that does not recoginzed when the data has changed. The table is dynmaically populated with data from the database using a table model.
    Please help!!
    public JTable getUpdateContractTable() {
    QueryTableModel model;
    String [] dlrs = getSelectedDealers();
    String [] stats = getSelectedStatuses();
    String sql = buildContractQuery(dlrs, stats);
    try {
    if(isContractSet) {
    model = new QueryTableModel();
    model.setQuery(sql);
    table.setModel(model);
    table.setColumnModel(new UpdtCtrctColumnModel());
    table.invalidate();
    table.repaint();
    //model.fireTableChanged(new TableModelEvent(model));
    else {
    model = new QueryTableModel();
    UpdtCtrctColumnModel column = new UpdtCtrctColumnModel();
    model.setQuery(sql);
    table = new JTable(model, column);
    table.createDefaultColumnsFromModel();
    table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
    table.setPreferredScrollableViewportSize(new Dimension(500, 70));
    model.fireTableChanged(null);
    isContractSet = true;
    catch (Exception e) {
    System.out.println(e.getMessage());
    //JOptionPane.show
    //.showMessageDialog("Error: " + e.getMessage(),
    // "Click Ok",
    // JOptionPane.INFORMATION_MESSAGE);
    return table;
    }

    thank you for your help. i finally got it to refresh. i have a follow-up question if you don't mind answering it. i have 2 jtables where one depends on the other. when i do a refresh i want the other table to disappear, so i call the getContentPane().remove(component), but the table doesn't disappear. what should i do.
    anthony

Maybe you are looking for

  • Unable to open reports in web browser through 9ias

    Hi ... I got the following error when i am clling from web. I saved my reports into database from .rdf format. Error: The requested URL was not found, or cannot be served at this time. Oracle Reports Server CGI - Report Job has terminated with error.

  • Time capsule, external hard drive, iTunes media library

    Hi, i want to setup my time capsule, at the same time I want to export my iTunes library to an external harddrive. following questions: - I setup my time capsule currently only as wifi, not yet as a backup medium - how do I set this whole thing up an

  • Setting fonts and Background color

    Hi, Is there anyway to set the font and background color on a jLabel? Thanks for your help!

  • ITunes creates duplicates in my iTouch...

    I have a large number of Korean songs/artists in my iTunes library and I prefer to have the English first and then the Korean name/title. I've noticed that sometimes when I change the information for a song, I will have two of the same song on my iTo

  • Cannot open certain preferences after strange boot

    I turned on my mid-2007 macbook, os 10.6.4, today and it had a grey loading bar on the boot screen which I have never (or don't remember) encountered in the three years that I've owned this. After the computer finally turned on, I noticed that my blu