BTE in F110 after archiving

Dear Friends,
does anybody knows a BTE which is triggered after printing and archiving a document with the BTE SAMPLE_PROCESS_00002050?
I've got the problem that although all documents are sent, but not all documents are archived (a few of them are missing).
Is there a BTE with which I can trace which documents were successfully archived?
Thanks in advance
Alex

Hi Alex,
Check if you did a reorganization. Please see SAP Note 574350 - F110: Reorganization of payment data for further information
I hope this helps you
Regards
Eduardo

Similar Messages

  • Unable to restart propagation after archiver error

    I am unable to restart oracle streams propagation after archiver error.
    05:45:26 [ga016qad10] strmadmin@PMDBQ > select capture_name, state from v$streams_capture;
    CAPTURE_NAME STATE
    PEGA_CAPTURE PAUSED FOR
    FLOW CONT
    ROL
    I followed the support note 746247.1 but still could not get the propagation started.

    SQL> col LOGMINER_ID head 'Log|ID' for 999
    SQL> select LOGMINER_ID, CAPTURE_USER, start_scn ncs, to_char(STATUS_CHANGE_TIME,'DD-MM HH24:MI:SS') change_time
    2 ,CAPTURE_TYPE,RULE_SET_NAME, negative_rule_set_name , status from dba_capture
    3 order by logminer_id
    4 /
    Log Captured Capture
    ID Capture user Start scn CHANGE_TIME Type
    Rule set Name Neg rule set Status
    61 STRMADMIN 2960358515 21-12 11:50:13 LOCAL
    RULESET$_41 ENABLED
    81 STRMADMIN 2961530984 21-12 11:50:30 LOCAL
    RULESET$_44 ENABLED
    SQL> set lines 190
    SQL> col rsname format a22 head 'Rule set name'
    SQL> col delay_scn head 'Delay|Scanned' justify c
    SQL> col delay2 head 'Delay|Enq-Applied' justify c
    SQL> col state format a24
    SQL> col process_name format a8 head 'Process|Name' justify c
    SQL> col LATENCY_SECONDS head 'Lat(s)'
    col total_messages_captured head 'total msg|Captured'
    SQL> SQL> col total_messages_enqueued head 'total msg|Enqueue'
    SQL> col ENQUEUE_MESG_TIME format a17 head 'Row creation|initial time'
    SQL> col CAPTURE_TIME head 'Capture at'
    SQL> select a.logminer_id , a.CAPTURE_NAME cap, queue_name , AVAILABLE_MESSAGE_NUMBER, CAPTURE_MESSAGE_NUMBER lcs,
    2 AVAILABLE_MESSAGE_NUMBER-CAPTURE_MESSAGE_NUMBER delay_scn,
    3 last_enqueued_scn , applied_scn las , last_enqueued_scn-applied_scn delay2
    4 from dba_capture a, v$streams_capture b where a.capture_name = b.capture_name (+)
    5 order by logminer_id
    6 ;
    SELECT c.logminer_id,
    SUBSTR(s.program,INSTR(s.program,'(')+1,4) PROCESS_NAME,
    c.sid,
    c.serial#,
    c.state,
    Log Delay Delay
    ID CAP QUEUE_NAME AVAILABLE_MESSAGE_NUMBER LCS Scanned LAST_ENQUEUED_SCN LAS Enq-Applied
    61 PEGA_CAPTURE QNAMESRC_PEGA 2963657326 2960423611 3233715 2960423611 2960423611 0
    81 SACRPT_CAPTURE QNAMESRC_SACRPT 2963657326 2963657325 1 2963650283 2963653132 -2849
    SQL> 2 3 4 5 6 to_char(c.capture_time, 'HH24:MI:SS MM/DD/YY') CAPTURE_TIME,
    7 to_char(c.enqueue_message_create_time,'HH24:MI:SS MM/DD/YY') ENQUEUE_MESG_TIME ,
    8 (SYSDATE-c.capture_message_create_time)*86400 LATENCY_SECONDS,
    c.total_messages_captured,
    9 10 c.total_messages_enqueued
    11 FROM V$STREAMS_CAPTURE c, V$SESSION s
    12 WHERE c.SID = s.SID
    13 AND c.SERIAL# = s.SERIAL#
    14 order by logminer_id ;
    -- Archive numbers
    Log Process Row creation total msg total msg
    ID Name SID SERIAL# STATE Capture at initial time Lat(s) Captured Enqueue
    61 C001 173 17930 PAUSED FOR FLOW CONTROL 11:51:12 12/21/10 01:51:54 12/21/10 52037 6000 1
    81 C002 159 14604 CAPTURING CHANGES 16:19:08 12/21/10 16:18:45 12/21/10 3 720279 904
    SQL> SQL> SQL> SQL>
    set linesize 150 pagesize 0 heading on embedded on
    SQL> SQL> col name form A55 head 'Name' justify l
    SQL> col st form A14 head 'Start' justify l
    SQL> col end form A14 head 'End' justify l
    SQL> col NEXT_CHANGE# form 9999999999999 head 'Next Change' justify c
    SQL> col FIRST_CHANGE# form 9999999999999 head 'First Change' justify c
    SQL> col SEQUENCE# form 999999 head 'Logseq' justify c
    SQL>
    SQL> select thread#, SEQUENCE# , to_char(FIRST_TIME,'MM-DD HH24:MI:SS') st,
    2 to_char(next_time,'MM-DD HH24:MI:SS') End,FIRST_CHANGE#,
    3 NEXT_CHANGE#, NAME name
    4 from ( select thread#, SEQUENCE# , FIRST_TIME, next_time,FIRST_CHANGE#,
    5 NEXT_CHANGE#, NAME name
    6 from v$archived_log order by first_time desc )
    7 where rownum <= 30
    8 /
    THREAD# Logseq Start End First Change Next Change Name
    2 18404 12-21 15:51:07 12-21 16:08:29 2963375604 2963539359 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18404.2
    819.738346109
    2 18403 12-21 15:35:25 12-21 15:51:07 2963209412 2963375604 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18403.2
    815.738345067
    1 20546 12-21 15:23:38 12-21 16:08:32 2963082548 2963539801 +FLASH/pmdbq/archivelog/2010_12_21/thread_1_seq_20546.4
    40.738346113
    2 18402 12-21 15:19:26 12-21 15:35:25 2962838112 2963209412 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18402.1
    514.738344127
    1 20545 12-21 10:23:47 12-21 15:23:38 2962403587 2963082548 +FLASH/pmdbq/archivelog/2010_12_21/thread_1_seq_20545.3
    180.738343419
    2 18401 12-21 06:17:47 12-21 15:19:26 2961823746 2962838112 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18401.3
    918.738343167
    1 20544 12-21 06:12:01 12-21 10:23:47 2961768331 2962403587 +FLASH/pmdbq/archivelog/2010_12_21/thread_1_seq_20544.2
    965.738325427
    2 18400 12-21 05:27:27 12-21 06:11:59 2961662087 2961763840 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18400.3
    68.738310319
    2 18399 12-21 04:13:39 12-21 05:27:27 2961296357 2961662087 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18399.2
    493.738307647
    1 20543 12-21 04:13:39 12-21 06:12:01 2961296354 2961768331 +FLASH/pmdbq/archivelog/2010_12_21/thread_1_seq_20543.2
    694.738310323
    1 20542 12-21 02:38:56 12-21 04:13:39 2960459567 2961296354 +FLASH/pmdbq/archivelog/2010_12_21/thread_1_seq_20542.2
    409.738303219
    2 18398 12-21 02:38:56 12-21 04:13:39 2960459570 2961296357 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18398.1
    651.738303219
    2 18397 12-21 01:15:15 12-21 02:38:56 2960397220 2960459570 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18397.1
    768.738297537
    1 20541 12-21 01:15:14 12-21 02:38:56 2960397217 2960459567 +FLASH/pmdbq/archivelog/2010_12_21/thread_1_seq_20541.2
    690.738297537
    2 18396 12-21 01:15:06 12-21 01:15:15 2960397203 2960397220 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18396.9
    25.738292515
    1 20540 12-21 01:15:05 12-21 01:15:14 2960397201 2960397217 +FLASH/pmdbq/archivelog/2010_12_21/thread_1_seq_20540.3
    361.738292515
    1 20539 12-21 00:41:56 12-21 01:15:05 2960360122 2960397201 +FLASH/pmdbq/archivelog/2010_12_21/thread_1_seq_20539.2
    245.738292507
    2 18395 12-21 00:41:56 12-21 01:15:06 2960360124 2960397203 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18395.2
    929.738292507
    1 20538 12-21 00:41:47 12-21 00:41:56 2960358572 2960360122 +FLASH/pmdbq/archivelog/2010_12_21/thread_1_seq_20538.2
    278.738290517
    2 18394 12-21 00:41:46 12-21 00:41:56 2960358515 2960360124 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18394.3
    474.738290517
    2 18393 12-21 00:41:38 12-21 00:41:46 2960358469 2960358515 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18393.3
    321.738290507
    1 20537 12-21 00:41:38 12-21 00:41:47 2960358458 2960358572 +FLASH/pmdbq/archivelog/2010_12_21/thread_1_seq_20537.3
    431.738290507
    1 20536 12-21 00:12:34 12-21 00:41:38 2960320320 2960358458 +FLASH/pmdbq/archivelog/2010_12_21/thread_1_seq_20536.3
    128.738290499
    2 18392 12-21 00:12:33 12-21 00:41:38 2960319489 2960358469 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18392.3
    399.738290499
    2 18391 12-20 20:35:05 12-21 00:12:33 2960063680 2960319489 +FLASH/pmdbq/archivelog/2010_12_21/thread_2_seq_18391.2
    032.738288753
    2 18390 12-20 19:04:44 12-20 20:35:05 2959951288 2960063680 +FLASH/pmdbq/archivelog/2010_12_20/thread_2_seq_18390.1
    771.738275705
    1 20535 12-20 15:22:24 12-21 00:12:34 2959770318 2960320320 +FLASH/pmdbq/archivelog/2010_12_21/thread_1_seq_20535.3
    217.738288755
    1 20534 12-20 13:45:57 12-20 15:22:24 2959246604 2959770318 +FLASH/pmdbq/archivelog/2010_12_20/thread_1_seq_20534.3
    562.738256945
    2 18389 12-20 13:45:54 12-20 19:04:44 2959246478 2959951288 +FLASH/pmdbq/archivelog/2010_12_20/thread_2_seq_18389.1
    783.738270285
    2 18388 12-20 13:42:02 12-20 13:45:54 2959174146 2959246478 +FLASH/pmdbq/archivelog/2010_12_20/thread_2_seq_18388.3
    249.738251155
    30 rows selected.

  • Finder not responding after Archive and install

    I recently encountered my first problem ever with my mac(new in '05) This is the first mac I have owned; I have worked on G3's and G4's in the past. After reading through many message boards and support pages I don't believe my problem to be similar but different to previous posts.
    My problem started off with an OS problem that I was able to diagnose in the "help" book I purchased when Leopard came out. It said I should Archive and Install to remedy the problem and keep my files. I ran the archive the install (it gave me no options to preserve user or network settings). After Archive and install my computer started up alright, but I got the permanent beachball and the finder does not work. it is constantly non responsive. I can relaunch finder, but after it restarts it goes non responsive immediately once again. So I can't actually access my "previous system" folder to move anything over. I checked my dock items and finder, they opened, but my itunes asked for an update. I list of update items came up; I did the non-restart items first. they updated fine, (my itunes old itunes playlists are viewable but not playable now) then I did the items that required a restart. That is when I found out that I could not shut down or restart my computer with std. procedures.
    Currently I can only access my spotlight or apple pull down menu if I am in a functioning dock program (safari or itunes, quicktime. etc.) after reading some more support pages it looked like the common thing to do was check permissions and verify disk. I did, I repaired two permissions and the disk was OK. I did look at the HD files, they were as I remembered, but unaccessible (greyed out) and the "previous system" folder was present. +It didn't look like I would expect. The HD looked same as it used to just with a previous system folder.+ After checking the permissions and verified the disk I tried a hard restart. It came back the same as before, unresponsive finder and only the few dock items worked along with spotlight. I checked permissions and disk verify again and everything was OK.
    Sorry to be long winded I am trying to be thorough...In short, My finder does not work after doing an Archive and Install to fix my original problem (which has been fixed)...the remedy for an unresponsive finder is to do an archive and install. Is another archive and install really going to fix my problem? Can I archive and install OSX 10.4 and work my way back up to 10.5.6?
    Secondly is there a way to restart my computer without doing another hard restart?

    It won't let me add a new account. I am locked out and when I try to unlock it gives me the beachball and becomes non responsive after it tries to authenticate.
    I looked at the log file, I am not sure what exactly to look for. I am no programer. I see an awful lot of negative wording. I see some errors like "error (-4956) locating menu extra but they are mostly under system preferences...I see some stuff in the loginwindow that says is not a full path... Otherwise, the only reference I see to the finder is when I have force quit the finder.
    2/8/09 8:59:55 PM com.apple.launchd[114] ([0x0-0x4d04d].com.apple.finder[304]) Exited: Terminated
    2/8/09 11:10:17 PM com.apple.launchd[114] ([0x0-0x57057].com.apple.finder[321]) Exited: Terminated

  • Change InfoProvider after ARCHIVING in BW 3.5

    Hello Community,
    In this previous [thread|changing an archive object in BW;, we came to know that a BW archiving object can only be changed by deleting it.  And, it is also true that deleting the archiving object will remove the ability to restore the data that was already archived by using it.
    My question in this thread is related to changing the InfoCube or ODS object itself, after archiving has been performed. 
    In that earlier [thread|changing an archive object in BW;, Brian Anthony claims that it is no longer possible to change the InfoProvider once the archiving has been setup.  But some quick tests in my own system show that this is not true.  I have been able to add new fields to the InfoProvider, even after archiving was performed.
    What are the implications of archiving in BW 3.5 on future changes to the InfoProvider ?
    Thank you!
    Keith Helfrich

    Hi Ravi,
    Check this for steps...
    http://help.sap.com/saphelp_nw04/helpdata/en/e8/df7e3c6f5ee42be10000000a114084/content.htm
    Please check the below url
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=archiving&adv=false&sortby=cm_rnd_rankvalue
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b32837f2-0c01-0010-68a3-c45f8443f01d
    here are some useful docs about data aging issue in BW:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/data%20aging%20with%20mysap%20business%20intelligence.ppt
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/data%20aging%20with%20sap%20business%20intelligence.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/data%20aging%20with%20mysap%20business%20intelligence
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/sap%20bw%20archiving%20and%20data%20aging%20strategies
    This thread may help you.
    Archiving
    Hope this helps.
    ****Assign points if helpful****
    Regards,
    Ravikanth

  • Keep copies of portfolio photos around after archival?

    I did some quick poking around for an existing thread about this, but didn't quite find what I was looking for.
    I archive my photos from my macbook laptop to my RAID array on my desktop (and then later to DVD). I then delete the photos that I just archived from lightroom.
    The problem is that some of the photos that I just archived are part of my "portfolio" or "favourites" collections and I want to keep those around (in addition to archiving them).
    I didn't really think about this the first few times I went through the archiving process so after archiving then deleting the photos from my laptop I later went back to my portfolio collection and noticed some photos could not be found by lightroom because they were in the set that I had just archived.
    My question is what is the easiest way to ensure a copy of those photos in that collection stay around when I go through the archiving process?
    I could obviously be very careful when I delete the photos after archiving them and go through each folder that was archived and only delete the ones that I don't want to keep around in my portfolio collection but that would take forever.
    Another thought I had was that I could periodically export my portfolio collection as a catalog which would dump out a copy of all the photos in that collection. That sort of works, but then I would have to open that catalog when I wanted to view or work with my favourites and then I lose access to all my presets and such.
    I guess the best option I have come up with so far is to dump out the portfolio collection as stated above, then after I have archived and deleted some photos I import all the photos from my portfolio collection back into lightroom. I haven't tried that yet but I suppose it will work. Seems like a bit of a pain.
    Any other suggestions out there?

    I used that approach for a little while but the problem with that is when you drag a photo from one folder to another in lightroom it moves it rather than copies it. That is fine for the portfolio side, but I still want to archive a copy of the photo with the rest of the photos from that shoot so the portfolio is not the only place the photo exists.
    I was originally searching for a way to make a dupliacte of the photo from within lightroom and didn't see one. I could go into finder / explorer and duplicate it and move it into the portfolio folder, but then I have to go back into lightroom and sync the folder to get the new duplicate to show up in lightroom.
    Another problem I can potentially see with that is that after I archive the rest of the photos from that shoot and leave just the one photo from that shoot in the portfolio folder I no longer know where that photo came from. If I wanted to go back into my archive and look at the rest of the photos from the shoot I have to reply on some of the information I build up when I create my archives which isn't a huge deal, but it's nicer to be able to just choose "go to folder in library" from the photo in the portfolio collection and have it jump to the original shoot folder in lightroom Even though that may be the only picture in there I will be able to see the original shoot folder and that makes it more obvious as to where I stored that shoot in the archives because it will be in a folder something like "events/20080105/jonnys_birthday" so I know to look in my events archive if I have to dig the rest out.
    Sorry for being long winded. Hope that makes sense.

  • Where is mail stored after archive and install?

    Hello All,
    I need to know where my old mails are stored after archive and install. To give a bit of background... This is a work computer. Its a MacMini which came with 10.4 installed. Before I joined the company boss upgraded to Leopard and thats what I have been using all this time. Recently it blue screened and I had to do an archive and install after trying various other options.
    I only had the original install discs with 10.4 in them and not the Leopard discs. Since I needed to my computer up and running, I used those discs and did an archive and install.
    I have all my old documents, etc but I couldn't open mail from the previous systems folder because its a different OS.
    Is it possible to retrieve my old emails without having to install Leopard again?
    Any help is appreciated.

    When I started the computer up, instead of the login page with the account names coming up, there was just a blue screen. There are lots of articles that gave suggestions to try but nothing worked so I had to archive and install.

  • What to do after archive and clean install

    I had to re-install 10.3 on my G5 after the hard drive icon icon disappeared from my desktop and the finder froze. Its back to normal now after I did a clean install of 10.3, choosing the archive and install option. What should be my next step? How do I get all my stuff in the 'previous system' folder (my music, photos, etc.) to the main account? Can I somehow log in my old account with all my stuff and delete the new one I had to make? What's the easiest way to do this?

    Hi-
    How do I get all my stuff in the 'previous system' folder (my music, photos, etc.) to the main account?
    How to get files from a previous home directory after Archive and Install

  • Cd inserted but unrecognized after "archive and install"

    After "archive and install" OS X.2 and clicking on "save settings", everything works fine, except sound cds are not recognized when inserted. iTunes works fine with the original files on hard disk, but doesnt see the cd (it did before).
    I repaired permissions. I deleted the "previous systems" folder. still nothing.
    I did notice that the "previous systems" folder has an "audio" file in it but the current "system" folder doesnt. I tried copying this audio file into the current "system" folder but I get the notice that it cant be changed.
    I need to hear cds on this computer. Any ideas?
    (It isnt a speaker problem as the itunes files play fine).
    John in Vancouver

    Hi John in Vancouver! And Welcome To
    Discussions!
    Open System Preferences > CDs & DVDs.
    Adjust the appropriate setting there, and see if it
    helps.
    Good Luck!
    ali b
    Thanks, ali, but I did that early on. Didnt put it in the post. On insertion of a CD I have it set to open iTUnes.
    I found a further problem which is that the midi set-up no longer locates my external keyboard. I will check the discussions under audio for this one, however. (I did check about the CD problem in the audio discussion but nothing there.)
    John

  • Recover mail after archive and install

    Hey there good mac people,
    I recently archived and installed on my ibook g4. It was successful, my problem is that I forgot to backup all the mail I had in my osx mail app.
    The previous system folder (library<mail<mail accounts<com.mac.mailaccounts<English.lproj< file, but I don't know if this will help restore or not?
    Some of the mail is still on the server, but it is set to delete from the server once a week, and thus only a weeks worth at best is still on the server.
    Does anybody have any suggestions?
    In the future, what's the best way to back up mail?

    Hello art-is-work.
    I don't understand your problem. Archive and Install should have preserved all your data, unless you told it to do otherwise. Did you?
    Mail stores most preferences and all account settings in ~/Library/Preferences/com.apple.mail.plist. Everything else, including all your messages and mailboxes, is stored within the ~/Library/Mail/ folder.
    If the problem is that you told the installer to not Preserve Users and Network Settings, then Archive and Install should still have saved a copy of your entire home folder in /Previous Systems/Previous System N/Users/, where N is a number. The old Mail folder and preferences file should be there. You can just copy them to the appropriate location of your current home folder, or follow the somewhat convoluted procedure described in the following article to safely restore them:
    How to get files from a previous home directory after Archive and Install (Mac OS X)
    Note: For those not familiarized with the ~/ notation, it refers to the user's home folder.

  • Exit /BTE in F110 transaction

    Hi Experts,
       My requirement is when we complete the payment run process using F110. In Assignment field of the payment document I need to populate the  "payment document numbercompany codefiscal year".
       I tried this using the substitution but the problem is when it call the substitution till that point of time document number is not created hence not able to update the same.
       Please let me know is there is any Badi's, exit or BTE's which triggered after the payment document is generated. so that i can update same in the assignment field.
    Thanks in advance..

    With a 'CALL CUSTOMER-FUNCTION' string search on a report (i.e.SAPF110V)
    you can find an enhancement.
    Through the package FIBP and SE80 you can find the BAdI's in thatpackage
    (and maybe in that specific piece of
    code you want to use).
    Transaction Code - F110 Parameters
    for Automatic Payment
    Exit Name Description
    FEDI0006 Function Exits for EDI-docs in
    FI: Save IDCR Segments
    FDTAX001 Enhancement to Transaction FDTA
    (event after the download)
    RFFOX003 Frame for user exit RFFOX003 (in
    program RFFOM100)
    FEDI0002 Function exits for EDI DOCS in FI
    - Incoming pyt adv.notes
    FEDI0003 Function exits for EDI docs in FI
    - Save PEXR segments
    FEDI0004 Function exits for EDI docs in FI
    - particular events
    RFFOX041 Framework for user exit RFFOX041
    (in program RFFOBE_I)
    RFFOX042 Framework for user exit RFFOX042
    (in program RFFOBE_E)
    RFFOX043 Framework for user exit RFFOX043
    (in program RFFOBE_D)
    RFFOX061 Frame for user exit RFFOX061 (in
    program RFFOCH_P)
    RFFOX062 Frame for user exit RFFOX062 (in
    program RFFOCH_P)
    RFFOX063 Frame for user exit RFFOX063 (in
    program RFFOCH_P)
    RFFOX064 Frame for user exit RFFOX064 (in
    program RFFOCH_P)
    RFFOX065 Frame for user exit RFFOX065 (in
    program RFFOCH_P)
    RFFOX066 Frame for user exit RFFOX066 (in
    program RFFOCH_P)
    RFFOX071 Frame for user exit RFFOX071 (in
    program RFFOCH_U)
    RFFOX072 Frame for user exit RFFOX072 (in
    program RFFOCH_U)
    RFFOX073 Frame for user exit RFFOX073 (in
    program RFFOCH_U)
    RFFOX074 Frame for user exit RFFOX074 (in
    program RFFOCH_U)
    RFFOX075 Frame for user exit RFFOX075 (in
    program RFFOCH_U)
    RFFOX081 Frame for user exit RFFOX081 (in
    program RFFOF__T)
    RFFOX082 Frame for user exit RFFOX082 (in
    program RFFOF__T)
    RFFOX100 Frame for user exit RFFOX100 (in
    program RFFOUS_T)
    RFFOX101 Frame for user exit RFFOX101 (in
    program RFFOUS_T)
    RFFOX102 Frame for user exit RFFOX102 (in
    program RFFOUS_T)
    RFFOX103 Frame for user exit RFFOX103 (in
    program RFFOUS_T)
    RFFOX104 user exit
    RFFOX105 Frame for user exit RFFOX105 (in
    program RFFOUS_T)
    RFFOX200 Frame for user exit RFFOX200 (in
    program RFFONZ_T)
    RFFOX210 Frame for user exit RFFOX210 (in
    program RFFOAU_T)
    RFFOX211 Frame for user exit RFFOX211 (in
    program RFFONZ_T)
    RFFOX230 General program for user exit
    RFFOX230 (in program RFFOJP_L)
    RFFOX240 Enhancement for User Exit 240
    (RFFOAT_P)
    RFFOX250 Enhancement for User Exit 250
    (RFFODK_E)
    RFFOX901 Framework for user exit RFFOX901
    (in program RFFOM100)
    RFFOX902 Framework for user exit RFFOX902
    (in program RFFOM100)

  • Time Machine no longer backs up after archive & install

    I have just had something mysterious happen to my Macbook - it spontaneously shut down, then wouldn't restart past a gray screen with Apple logo. After trying every troubleshooting page I could find, I ended up doing an archive and (re)install of Leopard on my hard drive. (btw, I ran the Disk Utility hard drive diagnostic, and it said the HD is fine, though I'm skeptical because it's making new noises I've never heard before.)
    I finished that install, restarted, everything seemed fine, and I re-connected the external hard drive that had been used for my Time Machine backups before. Now, every time it attempts to back up, it's stuck on "preparing" for 30 minutes, then starts copying SLOWLY and the progress bar says "6 KB of 10 GB." Well, I have a lot more than 10 GB to back up. Then the process halts and I get an error message: "Unable to complete backup. An error occurred while copying files to the backup volume." And I can't get any more specific information about the error - can't find a log file or anything.
    I know that there's a troubleshooting article about Time Machine issues with only backing up 10 GB, but mine doesn't even get that far, and besides, this is not my first Time Machine backup - I have no other external drive big enough to transfer my older data to while I reformat this drive as the support article suggests.
    I was thinking that perhaps a system setting got messed up somehow and that maybe I should just forget this archive & install thing I did and instead do a fresh erase & install on my Macbook hard drive and then restore from Time Machine's old backup (a day or so before my Macbook started acting weird). But 1. would that make a difference? And 2. if Leopard gives me an error while backing up in Time Machine, what if I do the erase & install and I get an error trying to restore from Time Machine? That would be a nightmare.
    My Macbook has always been so reliable - I'm very confused about what's going on! Any help would be appreciated.

    Hmm; the external drive had no errors, according to Disk Utility.
    Here are the time machine logs from Console:
    1/13/08 12:14:47 AM com.apple.launchd[1] (com.apple.backupd[301]) Exited abnormally: Bus error
    1/13/08 1:10:28 AM com.apple.launchd[1] (com.apple.backupd[430]) Exited abnormally: Bus error
    1/13/08 2:21:23 AM com.apple.launchd[1] (com.apple.backupd[519]) Exited abnormally: Bus error
    1/13/08 4:12:57 AM com.apple.launchd[1] (com.apple.backupd[612]) Exited abnormally: Bus error
    1/13/08 5:22:59 AM com.apple.launchd[1] (com.apple.backupd[818]) Exited abnormally: Bus error
    1/13/08 6:24:00 AM com.apple.launchd[1] (com.apple.backupd[915]) Exited abnormally: Bus error
    1/13/08 7:24:52 AM com.apple.launchd[1] (com.apple.backupd[1012]) Exited abnormally: Bus error
    Also, I tried to repair permissions on my internal drive and I got the following error messages:
    Warning: SUID file "usr/libexec/load_hdi" has been modified and will not be repaired.
    Warning: SUID file "System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/Resources /DiskManagementTool" has been modified and will not be repaired.
    Warning: SUID file "System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Reso urces/Locum" has been modified and will not be repaired.
    Warning: SUID file "System/Library/PrivateFrameworks/Install.framework/Versions/A/Resources/runner " has been modified and will not be repaired.
    Warning: SUID file "System/Library/PrivateFrameworks/Admin.framework/Versions/A/Resources/readconf ig" has been modified and will not be repaired.
    Warning: SUID file "System/Library/PrivateFrameworks/Admin.framework/Versions/A/Resources/writecon fig" has been modified and will not be repaired.
    Warning: SUID file "usr/libexec/authopen" has been modified and will not be repaired.
    Warning: SUID file "System/Library/CoreServices/Finder.app/Contents/Resources/OwnerGroupTool" has been modified and will not be repaired.
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.

  • I need help to recover/relink mail after archive and install

    I am helping my friend fix her 15" G4 PowerBook after memory failures caused many crashes. There was no recovering short of a reinstall via "archive and install". All that worked great, but now Mail doesn't recognize the accounts, mailboxes, signatures, etc. that are still located in the user/library/mail folder.
    What's up with that? I can't figure out how to relink Mail to this stuff.
    Here's more detail:
    1) After lots of prior debugging (Disk Utility, Disk Warrior, Apple Hardware Test, single-user commands per Apple tech notes), I did the A&I to 10.3.4 from the original disks.
    2) Per Dr. Smoke and The X Lab, I ran the 10.3.9 combo installer right away so that the "older" system would not get confused by the "newer" stuff in the Previous Systems folder.
    3) I Launched Mail and it started anew, i.e. didn't recognize accounts and wanted to start over.
    Thanks for any help.

    The account settings are stored in HOME/Library/Preferences/com.apple.mail.plist. It looks like that file became corrupt -- maybe its permissions went awry (Disk Utility cannot fix that) and Mail just deleted the file to create a new one.
    If your friend doesn't have a backup copy of that file, just set up the accounts from scratch all over again. If given the option to import existing mailboxes or something like that, don't. Just enter the account information and Mail will automagically rediscover the data in HOME/Library/Mail/ when done.
    You'll also have to re-configure most settings in Mail > Preferences. For spam-related security reasons, the first thing you should do is go to Preferences > Viewing and disable Display remote images in HTML messages if it's enabled.

  • Recovery of lost printers after Archive and Install

    Hi,
    I just finished an Archive and Install of Leopard, and I discovered that one of the side-effects of doing this is that my printers are all gone. I sort of expected this, and I have a full system backup of the system I rebuilt, so if all else fails, I can boot off the backup, and print or take notes on the printer settings, and then go back to my active installation of Leopard and re-enter them all. But I'm wondering if there's an easier way. Would anyone know if all of the printer info might be contained in a few discrete sections of the "Previous System" folder that I could just drag into the current system folder to get all of my printers back? I do consulting work at a number of companies, so I have about ten printers that I routinely print to, so it's a bit of a bother to rebuild the list by hand.
    Thanks,
    Ken

    Usually, when no additional printer software had been installed into the Mac
    (assuming the printers are among the many supported printers already in it)
    all you'd have to do in order to use one of those attached or available printers
    would be to have them turned on and attached to the computer or the network
    they'd normally be accessed through. Unless they require newer driver software.
    At times, the choices of available printers would appear in the print setup in an
    open application; at others, you may have to go into the setup utility to see if
    the printers could be added to the list - pulling drivers from the installed OS X
    and putting them into a position to be used, if compatible with the printers there.
    The system's installer and updated files available to it include many drivers,
    and these are not all turned on by default.
    So, if there is no chance of the printers being recognized by the OS X version
    you have (assuming archive & install and update) even after being given any
    new drivers available through Software Update, you may have to seek out the
    latest drivers from the printer manufacturers web site downloads pages.
    There may be some other way to make the printers work through the OS; if
    they otherwise should appear and be available. Some of the printer setups
    & CUPS printing options or settings should be explored if they haven't been.
    Although I don't have OS X 10.5.x running in my computers now, I have tried
    it and decided to stay awhile longer in 10.4.11; some of the same kinds of
    issues can occur, between these slightly different systems. You may be able
    to re-use the printer drivers from the Previous System, unless their installer
    had an instruction set to put various parts for the printer software in different
    locations, in which case, the drag-n-drop may not be suitable to reinstall them.
    Hopefully someone with more restore experience (short of manually reinstalling
    drivers, if these are not already a part of the OSX and its 10.5 install/updates)
    will contribute a bit more and direct you as per the specific demands of Leopard.
    PS:
    When you get your system back in order, you may wish to consider making a
    full computer drive clone on an externally enclosed FireWire drive unit capable
    of booting Mac OS X and running your PPC-based Mac (and also Intel-based)
    so that unit may be something in the way of a FW400/800 + USB2.0 drive with
    its own AC power adapter. OWC sells a mercury drive enclosure with HDD in it.
    That may be a way to avoid doing Archive & Installs + updates; just restore from
    a full drive clone and be on your way. And do other backups if needed, too.
    Good luck & happy computing!
    { edited 2x }

  • Username and Password won't work after Archive & Install...?

    Can someone help me out here. I had to do an Archive and install on my sisters iMac G4 this evening, for Tiger OSX. She was getting continual Kernel Panics and could not boot to her desktop even once. So I did the Archive and Intsall, but after 2.5 hours and using both Disc 1 and Disc 2 for the process (like it had asked for)...and it all finished, a welcome screen pops up after the OS launches prompting me to enter the computer name, and password. We have this information saved, and always have, but the iBook is not accepting them?? Any thoughts or suggestions on what we should do next? The options I have on this screen are (sleep, restart, shutdown, or login...with the name and password fields above) Thanks everyone. Any help would be much appreciated.
    Sincerely,
    Smartmediaman

    I did check those options to preserve the users and network prefs. Just put in the install disc 1 and ran change password, but the only option in the drop down was for the system administrator (root), and I put in a new password, and confirmed it, then...rebooted to desktop and same window popped up prompting me to enter the computer's username and password, and still...nothing worked. Any other ideas folks? Thanks,
    Smartmediaman

  • Can't open .wmv files in Quicktime after archive and reinstall of OS

    After recently archiving/reinstalling OS, I can no longer open .wmv files in Quicktime. "The movie could not be opened". "The file is not a movie file" is the error. This applies to newly downloaded as well as previously downloaded and played files. Qtime version is 7.6.4. Changing extension to .mov doesn't work. Any assistance appreciated.

    Reinstall Flip4Mac.
    (49196)

Maybe you are looking for

  • Extending Web Application - File Not Found

    A quick search with no results and a ton of frustration are leading me here...I am attempting to use the very basic "Extend" functionality for a Web Application. We are trying to at the least add SSL/443 to SharePoint, if not convert entirely to 443.

  • High DML table for GG replication

    Dear All, GG version : 11.1.1 Source db Version: 9.2.0.6(siebel database) Target DB version: 10.2.04 We have a very huge DML table where daily basis aroud 10 million records will get inserted into this table. As per the business requirement , we have

  • Sound Quality Loss

    When I create a track on an audio instrument track using the Vienna Symphonic Library Special Edition, the sounds are great. But then, when I export it to an audio track in order to save room, the sound quality goes way down. Is this because I am usi

  • When I unzip .zip files I get an alias ?

    I've unzipped .zip files for years, but with Lion, unzipping a .zip file (created in Snow Leopard) does not result in a set of files, it results in a set of aliases which do not point to any file when I select "Show Original." Any advice appreciated.

  • HT5639 When I start up in Boot Camp it says that updates weren't properly installed and the system is reloading.  It then automatically restarts in Mountain Lion. What is wrong?

    When I start up in Boot Camp it says that updates weren't properly installed and the system is reloading.  It then automatically restarts in Mountain Lion. What is wrong? I am currently using Windows 8 and also have Microsoft office installed but tho