Issue with profile Options in Inventory

I am trying to work with profile options in Inventory and I have 4 Operating units and 2 Legal Entity and 1 Business Group.
At this point I am not sure as how to attach OU to MO:OU ( as there are 4). Similar concern is for GL Ledger..
Please help....

Hi Hanu,
In the select query, u can replace s_lifnr with s_lifnr-low, since when we enter values in selection screen, they get stored in a table structure. hence directly equating it to s_lifnr, will not fetch any records.
SELECT * FROM bsak INTO TABLE lt_bsak
WHERE bukrs IN s_bukrs AND lifnr = s_lifnr-low AND gjahr IN s_gjahr AND budat IN s_budat AND saknr IN s_saknr.
Hope this helps!!!
Prerna

Similar Messages

  • Issue with Select options in select statement - ABAP Question

    Hi
    I am facing an issue with select options. Select statement is returning sy-subrc as 4.
    I wrote the program as below:
    SELECT-OPTIONS:
    s_kunnr FOR bsad-kunnr,
    s_lifnr FOR bsak-lifnr,
    s_gjahr FOR bsad-gjahr,
    s_bukrs FOR bsad-bukrs,
    s_saknr FOR bsad-saknr,
    s_budat FOR bsak-budat.
    In start of selection I have written the select statement as
    SELECT * FROM bsak INTO TABLE lt_bsak
    WHERE bukrs IN s_bukrs AND lifnr = s_lifnr AND gjahr IN s_gjahr AND budat IN s_budat AND saknr IN s_saknr.
    In selection screen I have not entered any values and executed the program. I am not getting any result. When I debug that, sy-subrc is 4 at above select statement. But table has records.
    If am removing the "lifnr = s_lifnr " condition in select then select is returning values.
    I am not getting where I made the mistake. Please suggest.
    Thank you
    Hanu

    Hi,
    The problem here with where condition select option lifnr = s_lifnr.
    Use below select query.
    SELECT * FROM bsak INTO TABLE lt_bsak
    WHERE bukrs IN s_bukrs
        AND lifnr     IN s_lifnr
        AND gjahr   IN s_gjahr
        AND budat  IN s_budat
        AND saknr  IN s_saknr.
    s_lifnr is a select option and you are passing it as parameter lifnr = s_lifnr.
    if you want to pass this s_lifnr as single vale then pass in below mentioned way.
    lifnr = s_lifnr-low
    BR,
    Vijay

  • I have an issue with disappearing option for 1920x1080 in Preferences / Displays.

    Recently updated to 10.9 - have all updates installed - Mid 2010 iMac 21.5.
    I have an issue with disappearing option for 1920x1080 in Preferences / Displays. - After overnight shutdown, my iMac woke up and the screen resolution of my 2nd was set at 800 x 600 - the display a Samsung S22B150 was previously working properly at 1920 x 1080.  This option is no longer available in the system preferences - highest resolution available 1600 x 1200.
    I use my mMac for Photography and use the second monitor for the interface, leaving the iMac screen as a full work area for the photos.
    I have tried:
    Power down Monitor & restart
    Shutdown & restart
    Shutdown & restart in Safe Boot Mode (options same in Prefs)
    Power down Monitor & restart in Safe Boot Mode
    Ran Disc Utility - Repaired Permissions, verified both HDD & Mac OSX
    Udated Pram
    I am now at a loss, I guess I could try a recovery, and download/install  Mavericks again, but do not wish to do this if I can help it.
    I have searched the net to see if there are any Terminal commands to enable the resolution, but can find nothing.
    Anyone out there have any ideas, please.

    Back up all data. Quit System Preferences if it's running.
    Triple-click anywhere in the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination command-C:
    ~/Library/Preferences/ByHost
    In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar. Paste into the box that opens (command-V), then press return. A folder should open. If it does, look for a file with a long name that begins "com.apple.preference.displays2". There may be several such files. Move them to the Trash.
    Test.

  • Having issues with profile manager on 10.9 loosing users/device assignments.

    I'm having issues with profile manager on 10.9 loosing users/device assignments. Luckly I only have arround 70 devices added so far. The first time it happened I thought it was just a freak thing, but it has just happened again. What I find weird is nothing on the server was changed, no devices added. So when this happens my users phones lose access to email, because I'm using variables, which rely on the user being assigned to the device. Anyone know how to fix this, and if not. Does anyone know how to backup and restore just profile manager in 10.9. Thanks.

    I enabled all users in my AD "Domain Users" group access to "Profile Manager". I had also initially enabled "Profile Manager" access for a few individual users. Those users did not loss the device assignments. I'm not absolutely sure why/if allowing access for a group is causing this issue. Enabling access for each person would be very time consuming.... Maybe adding access to the individual users is importing that user into OD?

  • Issue with Staple option in Office 2010

    We are having issue with printing with staple in Office 2010. We have Ricoh follow-me printing setup with 2 printer queue B&W and Colour. When select print in Word using Colour, we can
    see the staples option.
    But this option disappear if we use B&W queue.
    We have checked printer driver and logged a job with Ricoh. Here is what we have from Ricoh. We are using Office 2010 14.0.6029.1
    "Yes I can see below you have set it up correctly for both machines.
    Seems to me that Office is not displaying that option which is unrelated to what driver you are using. Both the drivers are the PCL6 version and the finisher has the staple functions enabled
    so in theory it should display the staple option for both print queues.
    You will need to query Microsoft about this one because as far as I can see there is no fault with the way you have the Ricoh drivers installed or the machine itself. "
    Any idea?
    Cheers,

    This is an issue between Ricoh and Microsoft. Ricoh should not be trying to shuffle it off to you. The support person is an idiot and you need to escalate it with Ricoh. Since all of the print settings are controlled by the print driver from Ricoh, if
    this is really a Microsoft problem, the developers at Ricoh should acknowledge in writing that they have filed a bug report with Microsoft.
    Kind Regards, Rich ... http://greatcirclelearning.com

  • Issue with Select Options

    Dear Experts,
    I used component wdr_select_options to achieve select options functionality, But it displaying only one field as per my requirement user expecting both low & high fields.
    Can you guide for 5 select options whether i have use t times the component at my component level.
    And also could please guide me how to use select options at code level.
    Thanks & Regards,
    Siva Mandapudi.
    Edited by: SIVAMANDAPUDI on Jul 18, 2011 6:39 PM

    Hi Saravan,
    Please find below details.
    The exception is:
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
    caught in
    procedure "ONACTIONSEARCH_SUPPLIER" "(METHOD)", nor was it propagated by a
    RAISING clause.
    code:
    DATA FOR WORKING WITH SELECT OPTIONS
      data: rt_SUPPLIERNO type ref to data.
      data: rt_SUPPLIERNAME type ref to data.
    field-symbols: <fs_SUPPLIERNO> type table,
                    <fs_SUPPLIERNAME> type table.
      TYPES: BEGIN OF T_SUPPLIERNO,
             SIGN(1),
             OPTION(2),
             LOW TYPE /SAPAPO/LOC,
             HIGH TYPE /SAPAPO/LOC,
            END OF T_SUPPLIERNO.
      TYPES: BEGIN OF T_SUPPLIERNAME,
             SIGN(1),
             OPTION(2),
             LOW TYPE /SAPAPO/LOC_DESCR40,
             HIGH TYPE /SAPAPO/LOC_DESCR40,
            END OF T_SUPPLIERNAME.
      DATA: WA_SUPPLIERNO TYPE T_SUPPLIERNO, IT_SUPPLIERNO TYPE TABLE OF T_SUPPLIERNO,
            WA_SUPPLIERNAME TYPE T_SUPPLIERNAME, IT_SUPPLIERNAME TYPE TABLE OF T_SUPPLIERNAME.
    Retrieve the data from the select option
      rt_SUPPLIERNO = wd_this->m_handler->get_range_table_of_sel_field(
                               i_id = 'ID_SNO' ).
    dump raising when get_range_table_of_sel_field is called.
    Thanks a lot.
    Regards
    Siva Mandapudi.

  • [Solved] Sonata won't launch with --profile option

    Since the upgrade to 1.6 Sonata won't take --profile for an option. It will spit python errors at me (I don't like python errors).
    [stijn@hermes ~]$ sonata
    Error grabbing key 173, 0x882f008
    Error grabbing key 171, 0x882f008
    Error grabbing key 172, 0x882f008
    Error grabbing key 174, 0x882f008
    [stijn@hermes ~]$ sonata --profile=1
    Traceback (most recent call last):
    File "/usr/bin/sonata", line 162, in <module>
    app = main.Base(args)
    File "/usr/lib/python2.6/site-packages/sonata/main.py", line 187, in __init__
    args.apply_profile_arg(self)
    File "/usr/lib/python2.6/site-packages/sonata/cli.py", line 132, in apply_profile_arg
    if a > 0 and a <= len(config.profile_names):
    AttributeError: 'Base' object has no attribute 'profile_names'
    I had two profiles - one for the laptop (on which Sonata runs) and one for the server (which hosts my music). Both would error out. Sonata starts counting at 1 it seems, so I tried specifying profile 1 and 2, both give this error. I removed the ~/.config/sonata dir to make sure it wasn't some weird configuration error and reconfigured, but the problem remains. Sonata starts up fine without any arguments and I can connect to the profiles just fine.

    I have the current version (sonata-1.6.2.1-7) and get a similar error:
    sonata
    ** (process:18489): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
    ** (process:18489): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
    ** (process:18489): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
    /usr/lib/python2.7/site-packages/sonata/dbus_plugin.py:26: DeprecationWarning: Importing dbus.glib to use the GLib main loop with dbus-python is deprecated.
    Instead, use this sequence:
    from dbus.mainloop.glib import DBusGMainLoop
    DBusGMainLoop(set_as_default=True)
    import dbus.glib
    /home/alp/.gtkrc-2.0:18: error: unexpected identifier `XfcePanelWindow', expected character `:'
    /usr/share/themes/Sonar-Dust/gtk-2.0/gtkrc:92: Murrine configuration option "gradients" is no longer supported and will be ignored.
    /usr/share/themes/Sonar-Dust/gtk-2.0/gtkrc:163: Murrine configuration option "gradients" is no longer supported and will be ignored.
    /usr/share/themes/Sonar-Dust/gtk-2.0/gtkrc:198: Murrine configuration option "gradients" is no longer supported and will be ignored.
    /usr/share/themes/Sonar-Dust/gtk-2.0/gtkrc:205: Murrine configuration option "profile" is no longer supported and will be ignored.
    /usr/share/themes/Sonar-Dust/gtk-2.0/gtkrc:558: Murrine configuration option "gradients" is no longer supported and will be ignored.
    /usr/share/themes/Sonar-Dust/gtk-2.0/gtkrc:606: error: invalid string constant "spinbutton", expected valid string constant
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    Error grabbing key 173, 0x13f2120
    Error grabbing key 171, 0x13f2120
    Error grabbing key 172, 0x13f2120
    2012-09-19 18:18:24 Connection lost while reading line
    Traceback (most recent call last):
    File "/usr/bin/sonata", line 167, in <module>
    app = main.Base(args)
    File "/usr/lib/python2.7/site-packages/sonata/main.py", line 759, in __init__
    self.iterate_now()
    File "/usr/lib/python2.7/site-packages/sonata/main.py", line 1065, in iterate_now
    self.iterate()
    File "/usr/lib/python2.7/site-packages/sonata/main.py", line 1019, in iterate
    self.handle_change_status()
    File "/usr/lib/python2.7/site-packages/sonata/main.py", line 1547, in handle_change_status
    self.current.current_update(prevstatus_playlist, self.status['playlistlength'])
    File "/usr/lib/python2.7/site-packages/sonata/current.py", line 209, in current_update
    for track in changed_songs:
    TypeError: 'NoneType' object is not iterable
    Last edited by Alp (2012-09-19 16:21:42)

  • Issue with F4 option via FM REUSE_ALV_GRID_DISPLAY_LVC

    Hi,
    I am using the function module REUSE_ALV_GRID_DISPLAY_LVC do display an ALV report. One of the fields has a drop down option. When selecting this option a popup appears with two columns. The key of the values allowed and the corresponding text. When selecting a row, the key value appears on the ALV report. However, a popup then appears with a conversion issue.
    Has anybody has this issue before.
    Description does not match target field
        Message no. DB862
    Diagnosis
        A value should have been converted from an external to an internal
        field format. However, the field description (type "N", length 2) does
        not correspond to that of the target fiedl (type "C", length 40).
    System Response
        The system cannot convert the field.

    Hi Sandeep,
    Thanks for ur reply. I need to receive the change made in ALV grid by the user in the input column.
    For this I used "check_changed_data" method but when field get blank values(Initially the field will have some value) it is not returning the change to internal table on action but Previous value persist.
    Any suggestions.
    Thanks&Regards,
    Karthik

  • Rasterization issues with overprint option with AI CS5(only)

    Hello
    This issue occured only with AI CS5.
    I need to export several times a document into a png file. My document contains objects with the overprint option activated.
    So I decided to make an action. The action runs well. But if I quit Illustrator and reopen it, the script doesn't run well anymore.
    The overprint flag is ignored and moreover when I try the rasterize command from the menu I have the same result.
    Can we hope a correction for this issue ?
    Notice : The default rasterization action (Rasterize selection) provided with Illustrator doesn't work. I have the following message "The object Rasterize" is not currently available."
    Normally this message occurs when there are no selected objects in the document but in this case I select the object.
    Thanks

    I know that, we are working with files for printing industry. We have documents with pantones and overprinting areas.
    We want to have an image file which can simulate the overprinting effect. This file is then applied to a 3D object. The 3D viewer cannot read PDF files or AI files that why we chose the png format.
    The format is not really important.
    The issue I mentioned occurs before exporting into an image file. When Illustrator converts the artwork in a raster art object, it skips the overprinting effect.
    The problem seems to come from the action (script) after quiting and reopening Illustrator and only CS5 is affected by this problem on Windows and MacOS X

  • Issue with .profile for oracle 9i and 10g

    Here I have six oracle 9i databases on one box. I am going to upgrade five of them to oracle 10g and want to keep one database RCAT in oracle 9i for one or two week.
    So, when I do upgrade I have to setup oracle home for 10g and also profile for oracle user for 10g (correct me if I m wrong). But now I want one database RCAT on oracle 9i. How can I take care of this.
    I mean how I will handle profile and all other thing for oracle 9i and 10g at the same time.
    Thanks,
    Vishal

    Install 10g under the same OS user as 9i, of course on a different Oracle Home. Then you configure your .profile consequently. Just as an example, this is my .bash_profile with 10g and 11g with the same oracle OS user :
    [oracle@linux5 ~]$ cat .bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
            . ~/.bashrc
    fi
    export EDITOR=vi
    export ORACLE_BASE=/home/oracle/base
    umask 022
    o10()
    {       export ORACLE_SID=db102
            export ORACLE_HOME=$ORACLE_BASE/OraHome10
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export TNS_ADMIN=$ORACLE_BASE/OraHome11/network/admin
            export PS1='[\u@\h_10 \W]\$ '
    o11()
    {       export ORACLE_SID=db11
            export ORACLE_HOME=$ORACLE_BASE/OraHome11
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export PS1='[\u@\h_11 \W]\$ '
    s()
    {       sqlplus / as sysdba
    asm()
    {       export ORACLE_SID=+ASM
    db10()
    {       export ORACLE_SID=db102
    db11()
    {       export ORACLE_SID=db11
    asm10()
    {       export ORACLE_SID=asm10
    [oracle@linux5 ~]$

  • Issues with .profile file(urgent

    Hi Techies,
    I've Solaris 10 running in v

    John.Kotches wrote:
    Darren:
    If the executable is calling external dependencies (/lib/libc.so.1, /lib/ld.so.1) it is no longer statically linked and shouldn't be in /sbin. Historically, /sbin is for statically linked binaries and shouldn't require anything else to run successfully.Not strictly true on Solaris. Even on Solaris 8 (and further back as well, but I still have a Solaris 8 machine running), dynamically linked tools were present.
    sol8# file /sbin/* |  sed -e 's/^.*script.*$/script/' -e 's/^.* \([a-z]*ic\).*$/\1/' | sort | uniq -c
      12 dynamic
      10 script
       9 staticIn addition to those "system" binaries, there were a few normal tools (like mv) that could be installed in /usr/sbin/static. With Solaris 10 and no more static system libraries, they are gone as well.
    Unfortunately, I can't experiment with a machine right now to move out these two so's to see if /bin/sh will still run; but I doubt it given the truss output I was looking at.No, it won't. /lib is required for system boot.
    I suppose that we could then get into an extended discussion about whether historical convention is worth preserving at some point :-)
    If /lib is hacked and the shell isn't statically linked -- okay I'm not opening that door right now!You're a few years too late... They're not going back to static binaries.
    Darren

  • Trace is still getting generated even after disabling the profile option Initialization SQL Statement - Custom

    Hi All,
    we have a problem with profile option "Initialization SQL Statement - Custom". we have set this at user level. after some time, we have cleared the profile option value for this user.
    But we can still see the generated trace files are getting updated. we did checked this trc files from path returned from below query.
    select name, value
    from   v$parameter
    where  name like 'user_dump_dest';
    Please help us on how to resolve this issue. we are using Oracle Apps R 12.1.2 version.
    Thanks in advance
    Raghava

    Before logging out we suspect that he closed the browser instead of logout link.
    What if you make the user logout, can you reproduce the issue then?
    We have verified the profile options for this user and found that value is cleared for profile Initialization SQL Statement - Custom.
    How do you know that the files were generated for this user and because of this profile option? Have you verified profile options for all users at all level?
    Thanks,
    Hussein

  • Query Profile Option - Strange Query Result

    Hello,
    I'm having a strange situation working with the profile option.
    I have the responsibility MY_RESP associated to the profile option "MY_PROFILE" that is set to the value "Company Business Group Europe".
    Now If I check using the OA which is profile option value associated to the profile option MY_PROFILE I get the right value "Company Business Group Europe".
    If I run a query to check the same thing insted to get the value "Company Business Group Europe" I get a strange number.
    Now I'm having this problem with several profile option values and that's not good 'cause I absolutly need to copy some hundreds of responsibilties with profile options, from an environment to another one and if I cannot get this values using the query it seems enough crazy to get them one by one using the application.
    Do you have an idea about how to resolve this problem?
    The query I was running to see the profile option values set for each profile option of each responsibilty was the following:
    SELECT distinct
    d.responsibility_name user_or_responsibility_name,
    g.user_profile_option_name,
    b.profile_option_value,
    a.start_date_active,
    a.end_date_active,
    a.profile_option_name
    FROM
    applsys.fnd_profile_option_values b,
    applsys.fnd_profile_options a,
    applsys.fnd_responsibility_tl d,
    FND_PROFILE_OPTIONS_VL g
    WHERE
    b.profile_option_id = a.profile_option_id
    and g.profile_option_id = a.profile_option_id
    and b.level_id = 10003
    and b.level_value = d.responsibility_id
    and d.responsibility_name like '%_ES'
    ORDER BY
    d.responsibility_name;
    morover if I run the query
    select PROFILE_OPTION_VALUE
    from fnd_profile_option_values
    where PROFILE_OPTION_VALUE = 'Company Business Group Europe'
    the result is empty...
    Thank you for the tips.
    BR
    DV

    can any one please help me that i have a requirement based on the profile option name get all the available values which are present for each level i tried the so many queries but for each profile option name it getting the id not the value please provide me a query for this issueThere are many docs available, and if you search the forum you could simply find it -- profile option pointing to old sid
    Thanks,
    Hussein

  • Cannot Access Profile Options in New Verizon Webpage - Poor Tech Support

    I just started with Verizon this past Thursday for phone and internet DSL. Everything went smoothly except for the fact that there is a new webpage that Verizon is using that presents the customer and/or user with Profile options.
    Every time that I try to access these options, a message appears that states that these options will be available when my installation is completed.
    I have already installed the latest Verizon software on my PC, spoke to countless HSI support people, and am told that I would have to wait 48 to 72 hours for this to hopefully be resolved.
    Each time, I am given a scripted response where each rep uses screen sharing to try and resolve the problem. They waste my time by spending over an hour checking options, and then tell me that it is a webpage problem not my PC.
    I have never seen a new webpage rolled out and Beta tested while the old one was closed. In other words, every competitor of webmail Hotmail to Outlook, and Google with their new webpages, always keeps the old webpage active until they have worked out all the problems of the new one. They even allow you to try the new one, and then roll back if you were not satisfied.
    Verizon, you did a very poor job with this roll out by not presenting these options to the user. In your rush to implementation, you run the risk of losing customers because of the time wasted by scripted customer service reps who don't have a clue as to what is going on. I left Time Warner Cable to come to you for specific reasons, and in regard to Internet, you pale in comparison to their customer support. It never took them days to resolve a problem.
    I guess Internet services is not important enough.

    I am sorry to hear about the problems with the website. Are you still having difficulties? Please reply back if so that way we can assist further.
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • Applications Start Page Profile Option Causing Issues

    Hello Oracle Gurus,
    I'm having an issue in a 12.1.3 instance that I think may be related to the "Applications Start Page" profile option.
    For testing purposes, we set the profile to a specific Self-Service page at the Site level. We eventually removed the Site level profile and added it at the user level just for specific users, but since the Site-level profile was set, every time we click the Home link in the upper right-hand navigation, we get an "unexpected error." If we attempt to log in as a user that does not have the Applications Start Page profile defined, we also get an unexpected error.
    After getting the error using either of the methods listed above, if we then try to navigate back to the login page, the instance throws a 500 Internal Error.
    If we close the browser and navigate to the instance again, we're able to log in without any issues with user accounts that have an Applications Start Page profile defined.
    Our "Self Service Personal Framework Mode" is set to "Framework Only" at the site level.
    Bouncing Apache seems to resolve the issue temporarily, but then it comes back again a few hours later...
    We've opened a Service Request, but has anyone else run into this before / have any ideas on how to fix it?
    Here are some related Metalink notes from 11.5.10:
    729375.1 (About the Applications Start Page profile option)
    331814.1 (Error on Personal Home Page when returning to 'Home' link)
    Thanks!
    Anne

    The issue is not specific to a responsibility or application.
    Here is the error:
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for Linux: Version 11.1.0.7.0 - Production
         Unix Domain Socket IPC NT Protocol Adaptor for Linux: Version 11.1.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
         TCP/IP NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
    Time: 27-JAN-2011 09:46:02
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 110
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=172.30.31.107)(PORT=1502))
    Thu Jan 27 09:53:30 2011
    Incremental checkpoint up to RBA [0x42.e3635.0], current log tail at RBA [0x42.e37e1.0]
    Thu Jan 27 10:13:31 2011
    Incremental checkpoint up to RBA [0x42.e602b.0], current log tail at RBA [0x42.e6146.0]
    Thu Jan 27 10:33:33 2011
    Incremental checkpoint up to RBA [0x42.e7bc9.0], current log tail at RBA [0x42.e7d51.0]
    Thu Jan 27 10:53:35 2011
    Incremental checkpoint up to RBA [0x42.e995f.0], current log tail at RBA [0x42.e9ac9.0]
    Thu Jan 27 11:13:37 2011
    Incremental checkpoint up to RBA [0x42.ec163.0], current log tail at RBA [0x42.ec3f7.0]
    Thu Jan 27 11:23:48 2011
    Starting background process CJQ0
    Thu Jan 27 11:23:48 2011
    CJQ0 started with pid=8, OS id=17239
    Thu Jan 27 11:33:39 2011
    Incremental checkpoint up to RBA [0x42.ee08f.0], current log tail at RBA [0x42.ee216.0]
    Thu Jan 27 11:53:41 2011
    Incremental checkpoint up to RBA [0x42.efd07.0], current log tail at RBA [0x42.eff13.0]
    Thu Jan 27 11:54:02 2011
    Stopping background process CJQ0
    Thu Jan 27 12:13:43 2011
    Incremental checkpoint up to RBA [0x42.f25c0.0], current log tail at RBA [0x42.f2e4b.0]
    Thu Jan 27 12:33:45 2011
    Incremental checkpoint up to RBA [0x42.f4cae.0], current log tail at RBA [0x42.f4e4b.0]
    Thu Jan 27 12:53:47 2011
    Incremental checkpoint up to RBA [0x42.f6e8a.0], current log tail at RBA [0x42.f6fb7.0]
    Thu Jan 27 13:13:50 2011
    Incremental checkpoint up to RBA [0x42.fa3d0.0], current log tail at RBA [0x42.fa845.0]
    Thu Jan 27 13:33:52 2011
    Incremental checkpoint up to RBA [0x42.fc7d9.0], current log tail at RBA [0x42.fc989.0]
    Thu Jan 27 13:53:55 2011
    Incremental checkpoint up to RBA [0x42.fed4e.0], current log tail at RBA [0x42.ff12e.0]

Maybe you are looking for