Does BC4J synchronize client with database time?

Hi,
found some nice diagnostic messages:
[328] Db Time is: 2003-05-13 16:01:31.0, 1052834491000
[329] JVM Time is: 2003-05-13 16:02:40.882, 1052834560882
[330] DbTime delta: -69882
Is there any synchronization done beween the client time and the database server time?
Where is the DbTime used?
Would be great if even a new java.util.Date() would give the servers date and time.
Thanks, Markus

Yvonne,
1. as i said above, i need to specify created_on AND
modified_on for the SAME column.
In 9.0.3, in the drop-down list i can only choose one
of the options: created on, modified on, created by,
modified by.
What we need is a new entry: "created or modified
on".
If you don't need the timestamp value on this column before post, then modified_on should work for you. The modified_on will have the time at post on a brand new row.
2. The "auto update master row's history columns" is
not available in my 9.0.3 JDeveloper. Perhaps a 9.0.4
or 9.0.5 feature?
Yes. It is new in 904 and 905 in the Association Properties page.
3. Would also be nice to hava a more generic default
value mechanism, because for history we have 3
colums: our internal user-id, timestamp,
workstation-name. All columns are filled on new row
or post. In our old datamodel there is no difference
for us between create and modify.
At the moment we implemented it on our own thorough
usage of custom properties and enhancing the
EntityImpl and also using a enhanced
AttributeDefImpl.I could add this into future enhance consideration.
>
Thanks for your help and regards, Markus

Similar Messages

  • PROC*C(10.2.0.1 client) WITH DATABASE(11.2.0.3).

    Hi,
    We are in the process of upgrading the database from 10.2.0.2 to 11.2.0.3 database. Currently Client is using pro*c(from 10.2.0.1 client) on different machine connecting to 10.2.0.2(Will be upgraded to 11.2.0.3) database. I gone through certification matrix and found that 11.2.0.3 is supporting till 10.2.0.4 clients. My advise to CLIENT is that  CLIENT has to install the latest possible certified client and need to re-compile all their pro*c programs in the new client. Please correct me if there is any correct required for my understanding.
    Regards,
    DBA..

    It should generally work as expected - see the FAQ section here - Introduction
    It would be best to test the application and all related functionality by performing a test upgrade - only then would any issues surface
    HTH
    Srini

  • How synchronize EJB diagram with database

    hi
    i need synchronize EJBv3.0 entity diagram with database but when i click in diagram the connection of database is deactive.
    in BC diagram e synchronize entity with database with not problem but ejb entity i not, why?
    i work in Jdev 11.1.1.0.2.
    best regards

    hi ...
    i change the database table and i want to refresh the EJB entity, how do this?
    best regards

  • DBIF_RSQL_TABLE_UNKNOWN Table AUSPN_V1 does not exist in the database with ID R/3

    Hi All,
    We are encountering numerous short dumps in our system caused by Table AUSPN_V1 does not exist in the database with ID R/3.
    Can anyone advise how to solve the issue? Please find below portion of the short dumps.
    Category               ABAP Programming Error
    Runtime Errors         DBIF_RSQL_TABLE_UNKNOWN
    ABAP Program           SAPLCLVF
    Application Component  CA-CL-CL
    Date and Time          11.06.2014 12:08:28
    Short text
         A table is unknown or does not exist.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLCLVF" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         A table is referred to in an SAP Open SQL statement that either does not
          exist or is unknown to the ABAP Data Dictionary.
         The table involved is "AUSPN_V1" or another table accessed in the statement.
    Source Code Extract
    Line  SourceCde
      104     if dupl = kreuz.
      105       insert auspc_v2 client specified from table auspcv2
      106                              accepting duplicate keys.
      107     else.
      108       insert auspc_v2 client specified from table auspcv2.
      109       if syst-subrc ne 0.
      110         message a585 with tabausp.
      111       endif.
      112     endif.
      113     refresh auspcv2.
      114   endif.
      115   read table auspcv3 index 1.
      116   if syst-subrc = 0.
      117     if dupl = kreuz.
      118       insert auspc_v3 client specified from table auspcv3
      119                              accepting duplicate keys.
      120     else.
      121       insert auspc_v3 client specified from table auspcv3.
      122       if syst-subrc ne 0.
      123         message a585 with tabausp.
      124       endif.
      125     endif.
      126     refresh auspcv3.
      127   endif.
      128   read table auspnv1 index 1.
      129   if syst-subrc = 0.
      130     if dupl = kreuz.
      131       insert auspn_v1 client specified from table auspnv1
      132                              accepting duplicate keys.
      133     else.
    >>>>>       insert auspn_v1 client specified from table auspnv1.
      135       if syst-subrc ne 0.
      136         message a585 with tabausp.
      137       endif.
      138     endif.
      139     refresh auspnv1.
      140   endif.
      141   read table auspnv2 index 1.
      142   if syst-subrc = 0.
      143     if dupl = kreuz.
      144       insert auspn_v2 client specified from table auspnv2
      145                              accepting duplicate keys.
      146     else.
      147       insert auspn_v2 client specified from table auspnv2.
      148       if syst-subrc ne 0.
      149         message a585 with tabausp.
      150       endif.
      151     endif.
      152     refresh auspnv2.
      153   endif.

    Hello
    Please check on transaction SE11 if this table exists and if it is active.
    Also, it may be a database issue. What is your database?
    BR
    Caetano

  • Warning on "synchronize with database" in SSMA

    Hi,
    I am migration database from oracle to SQL using ssma.
    I get below warning on doing "synchronize with database".
    "The database owner SID recorded in master database differs from the database owner SID
    recorded in database XXXX (migrated SQL DB). This may lead to error during synchronization. You should correct this situation by 
    resetting the owner of the database XXXX (migrated SQL DB)."
    Please suggest.
    Thanks.

    Hello,
    You can use the sp_changedbowner system stored procedure to make the owner of the database the same as the master database.
    https://msdn.microsoft.com/en-us/library/ms178630.aspx
    Another resource related to this issue.
    http://kevine323.blogspot.com/2011/03/database-owner-sid-recorded-in-master.html
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Problem - Synchronize with Database

    Need some help if anybody is out there
    JDeveloper 10.1.3.4
    Java 1.5
    BC-JSF
    I checked out my project and it worked just fine.
    Since i have altered one of my tables, I need to synchronize my entity object.
    I start the synchronization action - Synchronize with Database , and as usual, my new column is added .
    Also, the wizard is offering to remove and create some key constraints , one of wich I added but others are SysC00...
    After synchronization, my application doesn't work.
    The error I'm getting is -
    500 Internal Server Error
    javax.faces.el.PropertyNotFoundException: Error testing property 'inputValue' in bean of type null     
    at com.sun.faces.el.PropertyResolverImpl.isReadOnly(PropertyResolverImpl.java:274)     
    at oracle.adfinternal.view.faces.model.FacesPropertyResolver.isReadOnly(FacesPropertyResolver.java:124)     
    at com.sun.faces.el.impl.ArraySuffix.isReadOnly(ArraySuffix.java:236)     
    at com.sun.faces.el.impl.ComplexValue.isReadOnly(ComplexValue.java:209)     
    at com.sun.faces.el.ValueBindingImpl.isReadOnly(ValueBindingImpl.java:266).....
    The strange thing is that this happends when I try to run/open any page of my application, even if it does not use the entity I have synchronized.
    If someone has any ideas...
    Thanx,
    Lana

    This is a bug for Jdev about naming of pagedef.
    Try this:
    1.Delete your form components what you have in the Structure and then just re-drag them into your jspx page.

  • Synchronize with database problem

    Hi,
    I'm using JSF ADF BC, I have two tables in database, I've added new field to each, I go back to jdeveloper, and right click on both entities and click on synchronize with database, select new field that I've created and everything works fine, then I go to view object and here is the problem, in first view object I can add newly created and synchronized field like supposed (mapped to column or sql), but in the second view no matter what I do it is alway created as transient, I've tried deleting and synchronizing couple of times, changing properties, going to view row impl, view.xml, but it's always the same problem. Please can anyone help, I don't want to create whole view from scratch, every association, view link etc.
    Thanks in advance,
    Tomislav

    Hi,
    on view object editor screen, put your cursor on "Attributes" (left side of the screen) then click "NEW" button (on the right side of the screen), then fill in Attribute Name, check the "Map to column or SQL", and fill in query column. You are done.

  • How to Synchronize an association with Database Changes

    Hi,
    I was wondering if someone has any ideas about how to manage FK changes with the BC associations. In general my questions center around tooling support for re-factoring associations and syncing them with db changes. I have read the following but all these discuss entity attribute related changes which are simple to manage.
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/bcentities.htm#ADFFD169
    http://jdeveloperfaq.blogspot.com/2010/02/faq-15-how-to-synchronize-adf-entity.html
    Re: How to manage ADF BC components in the case of datamodel changes
    I have 4 use cases.
    Case 1: When an association is added to the db, how does one bring it to the BC layer.
    Case 2: Deletion of an association from db is easy to manage because once it exists in bc layer, it can be treated as a valid one at the model later regardless of its existence on the db.
    Case 3: When an association is modeled in BC layer and a corresponding FK does not exist in DB. How does one turn that association into a physical FK in the db if one wants to install a FK. What is the naming convention for installing such a db FK constraint that can sync easily with tooling. I understand that it is not necessary to have a physical FK as the BC layer will take care of enforcing the relationship. But my requirement is that first the modeling at bc layer can go on and then the constraint can be implemented at a later date.
    Case 4: When a FK is renamed in db how does one reconcile that with a previously created association at the model layer based on an old fk with a different name.
    Thanks,

    The synchronize with DB will pick up new FK defined in the DB and will suggest to add them to your ADF BC layer.
    You can also generate DB objects from your ADF BC layer.
    Drag your ADF BC into an ADF BC diagram, select all of them, right click and select Generate Business Object->Database Objects
    This will create the objects in the DB - note though that this will override your DB objects.

  • BC4J and OAS with Java Application Client

    Could you show me an example about using the BC4J and OAS with Java Application client.
    The JDeveloper Help is not enough to solve this kind of problem.
    Configuration:
    Jdeveloper 3.1
    OAS 4.0.8.1
    Database 7.3.4
    null

    if you can logon with client tools then that should be an indication that the service account running the CMS IS working! Good news.
    So the problem is likely with the java portion (krb5/bsclogin or java options)
    If the files are in c:\winnt\ (if not copy them there) and perform c:\program files\business objects\javasdk\bin\kinit username
    then enter and password/enter again
    Probably get the same message. To note in your krb5.ini all domain info must be in CAPS (the .com appears to be in lower case)
    kinit works with just the krb5.ini, java SDK and AD (removing BO config and the service account from the picture). Once that works if your java options are specified properly you should be able to login to CMC/infoview.
    also 1 last point. Add udp_preference_limit = 1 to the krb5 lib defaults section
    libdefaults
    default_realm = BD.com
    dns_lookup_kdc = true
    dns_lookup_realm = true
    udp_preference_limit = 1
    Regards,
    Tim

  • I used to have mobileme which never really worked properly, and now i would like to use Icloud which work with my Iphone and Ipad, however when i synch with my macbookpro, it does not synchronize properly. Can u please help me?

    I used to have mobileme which never really worked properly, and now i would like to use Icloud which work between my Iphone and Ipad, however when i synch with my macbookpro, it does not synchronize properly. Can u please help me?

    Thanks King_Penguin for taking time to read and reply. 
    I just purchased this movie on Thursday, May 15, so just a few days ago.  I have never had any trouble whatsoever since I have been in Vietnam.  I have downloaded several movies and even music and they have all synced to my respected Apple products except for this purchase. 
    Sorry, I don't quite understand what you mean by studios and different versions.  Could you please explain? 
    I checked my purchased list in my purchase history under my account and there are no hidden items. 

  • Synchronization Problems with BlackBerry Desktop Manager 4.5v and Windows Mail Client

    BlackBerry (RIM) Desktop Manager 4.5v synchronization setup does not work properly. I cannot synchronize my desktop calendar because the only desktop application formats available are (<None>, Ascii Import/Export and Yahoo), Windows Mail is not an option!
    I contacted BlackBerry and the only response I received was that I need the Outlook Express program to synchronize my desktop calendar.
    Microsoft upgraded from the Outlook program to Windows mail to provide a better program, which I happen to like! The idea of purchasing the Outlook Express software when there is nothing wrong with my current mail program does not make any sense to me! And will BlackBerry support any Vista system issues if there are any compatibility problems with the old Microsoft mail client?
    Has anyone contacted BlackBerry about this issue? Any ideas how to fix this problem?
    Why can’t Blackberry (RIM) resolve the synchronization issue? In addition to this problem, you may find that the Desktop Manager Device Switch Wizard does not function with the Treo 650 and BlackBerry 8830 and the Advanced feature in Backup and Restore does not seem to save the any files that you want to restore.
    BlackBerry Please Help!
    Note:
    Microsoft Office Standard 2007 is $399, really expensive! Not sure if you can purchase the mail client separately.
    - Microsoft website: [“Outlook Express has been replaced by Windows Mail, an improved e‑mail program with enhancements such as junk e‑mail filtering and protection against phishing messages.”]

    Hello My8830
    You can only synchronize contacts with Windows Mail - you can not synchronize calendar, memos, or tasks.  Outlook express does not have these items, and the version of Windows Mail that I am running also does not have them.  Windows Calendar is seperate from windows mail on my version of Vista.
    So to clarify it all, downgrading to Outlook Express will still not get you calendar synchronization as it does not have a calendar.
    Cheers

  • UDI-00018: Data Pump client is incompatible with database version 11.2.0.1

    Hi
    I am trying to import data in Oracle 11g Release2(11.2.0.1) using impdp utitlity and getting below errror
    UDI-00018: Data Pump client is incompatible with database version 11.2.0.1.0
    Export dump has taken in database with oracle 11g Release 1(11.1.0.7.0) and I am trying to import in higher version of the database. Is there any parameter I have to set to avoid this error?

    AUTHSTATE=compat
    A__z=! LOGNAME
    CLASSPATH=/app/oracle/11.2.0/jlib:.
    HOME=/home/oracle
    LANG=C
    LC__FASTMSG=true
    LD_LIBRARY_PATH=/app/oracle/11.2.0/lib:/app/oracle/11.2.0/network/lib:.
    LIBPATH=/app/oracle/11.2.0/JDK/JRE/BIN:/app/oracle/11.2.0/jdk/jre/bin/classic:/app/oracle/11.2.0/lib32
    LOCPATH=/usr/lib/nls/loc
    LOGIN=oracle
    LOGNAME=oracle
    MAIL=/usr/spool/mail/oracle
    MAILMSG=[YOU HAVE NEW MAIL]
    NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
    NLS_DATE_FORMAT=DD-MON-RRRR HH24:MI:SS
    ODMDIR=/etc/objrepos
    ORACLE_BASE=/app/oracle
    ORACLE_HOME=/app/oracle/11.2.0
    ORACLE_SID=AMT6
    ORACLE_TERM=xterm
    ORA_NLS33=/app/oracle/11.2.0/nls/data
    PATH=/app/oracle/11.2.0/bin:.:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oracle/bin:/usr/bin/X11:/sbin:.:/usr/local/bin:/usr/ccs/bin
    PS1=nbsud01[$PWD]:($ORACLE_SID)>
    PWD=/nbsiar/nbimp
    SHELL=/usr/bin/ksh
    SHLIB_PATH=/app/oracle/11.2.0/lib:/usr/lib
    TERM=xterm
    TZ=Europe/London
    USER=oracle
    _=/usr/bin/env

  • Time Machine does not cope well with nearly-full disk

    Although Time Machine is supposed to delete old backups when the disk fills up, under some circumstances it does not cope well with a disk-full condition.
    Hardware: iMac (mid 2007)
    OS: Mac OS X version 10.6.8 (Snow Leopard)
    Processor: 2.8 GHz Intel Core 2 Duo
    Memory: 2 GB 667 MHz DDR2 SDRAM
    The other day I noticed that I had not had a successful Time Machine backup in over a day. Backups were taking a long time to run (4 hours or more), during which time the backup disk was chattering constantly and the disk showed "Estimating index time" in the Spotlight menu (even though I had excluded the disk from Spotlight indexing). When the disk finally stopped chattering, the backup finished with no visible errors but Time Machine continued to state that the last successful backup was yesterday. The backup disk was nearly full, but I had assumed that Time Machine was designed to cope with this situation by deleting old backups.
    A complete annotated log file of the incident and my observations can be found here: http://bentopress.com/backup.log.zip
    Here are some of the interesting entries from the system.log file:
    Sep  7 16:22:14 Bento-iMac com.apple.backupd[56515]: Starting standard backup
    Sep  7 16:22:14 Bento-iMac com.apple.backupd[56515]: Backing up to: /Volumes/My Backup Disk/Backups.backupdb
    Sep  7 16:23:07 Bento-iMac com.apple.backupd[56515]: No pre-backup thinning needed: 100.0 MB requested (including padding), 137.2 MB available
    Sep  7 16:25:49 Bento-iMac com.apple.backupd[56515]: Copied 32984 files (23.7 MB) from volume iMac HD.
    Sep  7 16:25:53 Bento-iMac com.apple.backupd[56515]: No pre-backup thinning needed: 100.0 MB requested (including padding), 108.4 MB available
    Sep  7 16:25:57 Bento-iMac KernelEventAgent[47]: tid 00000000 type 'hfs', mounted on '/Volumes/My Backup Disk', from '/dev/disk1s3', low disk, very low disk
    Sep  7 16:25:58 Bento-iMac mds[45]: (Normal) DiskStore: Rebuilding index for /Volumes/My Backup Disk/Backups.backupdb
    Sep  7 16:25:58 Bento-iMac KernelEventAgent[47]: tid 00000000 type 'hfs', mounted on '/Volumes/My Backup Disk', from '/dev/disk1s3', low disk
    Sep  7 16:25:59 Bento-iMac mds[45]: (Normal) DiskStore: Creating index for /Volumes/My Backup Disk/Backups.backupdb
    Sep  7 16:26:00 Bento-iMac KernelEventAgent[47]: tid 00000000 type 'hfs', mounted on '/Volumes/My Backup Disk', from '/dev/disk1s3', low disk, very low disk
    Sep  7 16:26:00 Bento-iMac mds[45]: (Warning) Volume: Indexing reset and suspended on backup volume "/Volumes/My Backup Disk" because it is low on disk space.
    Sep  7 16:26:02 Bento-iMac mds[45]: (Normal) DiskStore: Reindexing /Volumes/My Backup Disk/.Spotlight-V100/Store-V1/Stores/35367D91-8096-4D43-802B-A8658DBAB581 because no basetime was found.
    Sep  7 16:26:02 Bento-iMac mds[45]: (Normal) DiskStore: Rebuilding index for /Volumes/My Backup Disk/Backups.backupdb
    Sep  7 16:26:04 Bento-iMac mds[45]: (Normal) DiskStore: Creating index for /Volumes/My Backup Disk/Backups.backupdb
    Sep  7 16:26:14 Bento-iMac com.apple.backupd[56515]: Error: Flushing index to disk returned an error: 0
    Sep  7 16:26:14 Bento-iMac com.apple.backupd[56515]: Copied 776 files (17.3 MB) from volume iMac HD.
    Sep  7 16:26:15 Bento-iMac com.apple.backupd[56515]: Backup canceled.
    Note the "error: 0". Error code zero normally indicates success.
    There were also many, many, many copies of the following message, which occurred while Spotlight was trying to index the backup disk:
    Sep  7 17:28:40 Bento-iMac com.apple.backupd[58064]: Waiting for index to be ready (100)
    Here's what I think is happening: at the very end of the backup, after the files have been copied to the backup disk, mds resets indexing because the disk is now full. backupd's attempt to flush the index to disk then fails because indexing is suspended (error zero), so the backup is canceled. I suspect that this may occur when the new backup and the old one(s) being deleted are both small enough that the disk "packs" tightly, leaving no room for the index. If a large (>500MB) old backup had been deleted to make room for a small (<100MB) new one, the problem would not have occurred.
    I worked around the problem by switching Time Machine from the full disk to my Time Capsule. (I did not have this system backing up to the Time Capsule originally because I purchased the Time Capsule later for a different system.) The downside of this is that I lost access to older backups (though they are still accessible by right-clicking on Time Machine in the dock and selecting "Browse other Time Machine disks..."—however, I have not actually tried this). I'm also not completely happy having both my main systems backing up to the same hardware, but everything seems to be working well at this point and I do have a secondary backup system, using SuperDuper to clone the systems' disks to an external HD, which I do about once a month.
    Although I have worked around the problem, I am posting this in the hope that it will be useful to someone else, in the hope that someone at Apple will notice and perhaps improve the performance of Time Machine in this situation, and also in the hope that someone can suggest a solution that does not involve throwing a bigger disk at the problem. Is there any way to free up space on Time Machine's backup disk, for example by manually pruning older backups, either through Time Machine itself or via the Finder or command line?

    If you suspect that the disk being full is the problem, have you tried deleting some of the old backup data on the TM disk?
    When in TM, go back to the past a long way, right click on a file/directory and select "delete backup". Do this on some big files you have (so that you get more space per removal) that you change all the time (so you'll still have recent backups).

  • BI Administration - Synchronize with Database Table

    Hi,
    I have added 2 new columns in the Database and I want to synchronize them with the Physical Layer in BI Model.
    How can I do this without affecting any relationships?
    Thanks

    Open the Administration tool and in the physical layer, for the physical table changed, you have to create a new column with the same name/datatype of the column you have added on the database.
    as double check, click on the property "View Data" of the column just added.
    Bye,
    Nazza

  • Cannot 'Synchronize with database' my entity objects

    Hello,
    I have successfully created entities in my model using the 'new buisness components from tables' function. But now my database moddel has changed and I would like to synchronize my entities with database to get newest colums, but when right clicking an entity, the 'Synchronize with database' link is greyed and cannot be selected.
    I have a database connection configured in my application resources and I can still import new tables in my project.
    Do you have any idea of what is happening? This is not the case for all my applications. I can still synchronize in some other ones
    Thank you for your help
    Stephane

    Synchronize with the database will be avaialble for the Entity Object
    I think there is a problem with the particular entity that got created when you did the business components out of tables..
    This is not the case for all my applications. I can still synchronize in some other onesif this is not happening with any other EO in any other application.. then you can try
    recreating the EO from the table..
    compare what is the change in between the EO that can synchronize and your current EO that cannot synchronize..
    another option might be to check the application.. if that is havign some hidden property to synchronize..
    last is to go with sameer's approach, to doubt about the table is not proper... in the same applciation create an EO with another table and try to synchronize.. you will get to actually the point where there is a problem..
    good luck.

Maybe you are looking for

  • List menu in oracle forms

    hi every body,, i face problem in dropdown list, i want to create employee list take date from database(daynamic) and another list it inclouded department number, when i change any list it will effct to seconde list. plz, help me if also you can prov

  • Events and Projects freeze in the browser window

    Hardware:  Mac OS X Version 10.6.8 2.53 Processor  4GB Ram Re:  IMovie 09 Version 8.06 (821) I recently copied my entire I Movie library to my external 1T harddrive and have 250 GB of free space left on my MacHD.  Once I completed the copy, I erased

  • Running apex_util.get_print_document with APEX_MAIL

    I am trying to automate the running of an apex_util.get_print_document, emailing the output to my users. When the job tries to run I get this error in the log: ORA-20022: Null value supplied for parameter p_attachment. ORA-06512: at "FLOWS_030100.WWV

  • [CS4-CS5] Importing anchored objects into a table

    Hi, do you know if is it possible to import a table in ID through an XML file positioning an image (as an anchored object) within a cell? I'm currently importing a table but it looks to me like it's not possible to add images... I tried with this XML

  • Program to cancel xml message with status error or schedule ?

    Hi, Any program that can cancel xml message base on period. because i have about 100 thousand unuse xml message that accidentaly generated. because it is too long if i need to cancel 1 by one. Regards Fernand