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

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.

  • 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

  • I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Tha

    I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Thanks

    What is the problem specifiaclly?
    If the images are intended for web use I would recommend converting them to sRGB which could be done with Edit > Convert to Profile or with File > Save for Web, but as including a Save step in Actions and applying them as Batch can sometimes cause problems I would go with regular converting.
    You could also try Image Processor Pro.
    Scripts Page

  • 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

  • Create a user through the API and "Prompt user to change password after next login".

    Using the Adobe Connect Interface, I can create a user and check the checkbox to "Prompt user to change password after next login".
    Can I achieve the same result using the API? The principal-update action doesn't offer such an option and, as far as I can tell, there isn't another action to do so either.
    Thank you.

    You can achieve it as part of your application functionality, but not as a configuration option on WLS.

  • Locking PDF but only allow further signatures & get the list of of changes made after signing

    Hi,
    I have looked at Adobe Acrobat 9.0 and found the Signing > locking feature which blocks any changes after the document is signed. I need to know whether using Acrobat SDK, one could implement a similar locking option via plugin in a way that it ONLY allows further blank signature fields to be created or sign existing ones and locks all other changes. If possible, any pointers to API functions would be appreciated.
    If the above is not possible using Acrobat SDK 9.0 then can the SDK provides a list of all the set of changes made after the signing is performed (at the time of verification) in the form of some codes which can guide the plugin author about what change after signing was done e.g.
    a blank signature field was signed
    a blank signature field is created
    watermark has been applied
    form is filled
    sticky notes/stamps/other annotations are added
    Regards,
    mwak

    Thanks for your response. I have just performed this:
    I signed a PDF ( having no prior signature or blank signature fields ) using Adobe Acrobat 9.0 and locked it. I am now not able to create more signatures on this PDF. I believe I can't add more signatures even using the Acrobat SDK and Lock means complete lock-down of the document. This is different to what you said " it restricts modifications EXCEPT for other signings" or may be I am not understanding it clearly.
    I created two blank signature fields. When I clicked on the first, there is no Lock settings at the time of signing. I believe because If it is locked then the next signature can't be signed. With only a single signature field present, the lock feature is there.
    So I believe I have to resort to the option of identifying the changes in a revision and then if it the change is related to say adding stamps, sticky notes prompts the user at the time of verification.
    Can some one point me to the API functions set which identify list the objects which have changed after signing.
    Regards,
    mwak

  • How to change an after login page?

    Does anyone knows how to change an after login page from a default page 1 to, let's say page 200?

    Jessica,
    The URL to run your application is http://apex.oracle.com/pls/otn/f?p=23533.
    If you use this, page 3 is the first page shown after login.
    Using the URL you gave runs the Application Builder, not your application. If you use the Builder's Run Application icon to run your application, the page in your application that you are requesting is page 1 (or whatever is in the application's Home URL attribute). But running your application this way is something you do in a development environment only
    Your basic question has to do with how end users would get to a particular after-login page. End users do not have access to the Application Builder.
    Scott

  • Why is the position of key frame BEFORE scene changes not after?

    Why is the position of I frame BEFORE scene changes not after?
    And, why doesn't MovieVideoChart show any I frames other than those that correspond to periodic "key frames every X frames"? Is it reading meta data and not really showing where the real existing I frames are located? I.e. WYSIAL (what you see is a lie)? If so, where can I get an affordable tool that will let me examine my files in this regard?
    I have put compression and chapter marks at scene changes in FCP and have exported with markers for DVDSP (both chapter and compression).
    I have read on this forum (somewhere) that when insert key frames every X frames is selected, Compressor is still going to insert key frames automatically at key frames.
    When I last encoded with H.264 in Compressor, I selected option to insert I key frame every 90 frames (fps=29.97).
    When I jump to chapter in my encoded video, where I had place a key frame at a cut, I end up with a chapter at the frame BEFORE the cut.
    I will try moving my chapter/compression marks a frame ahead and see if that helps.
    Certainly, others must have been plagued by this problem.
    When encoding with MPEG2 for DVD, the same thing happens.
    It is a real problem. I get one frame appearing before the cut in chapter skips.
    Hope someone can illuminate this problem.

    Hi there
    As you have seen, RoboHelp doesn't understand how to create the layers you are wanting to achieve the effect in Word. It simply brings the images in as separate objects.
    Basically there are two approaches you might consider.
    You could insert Positioned Text Boxes and configure them to present the images as you want. If you take this approach, you will likely find yourself struggling to maintain the positioning consistently as well as noticing text flow issues. Personally, I'd avoid that approach.
    The other approach involves displaying the images in your Word document so that you see them as intended, then screen capture so you grab the combined image. Then save that combined image and use it instead of the separate images in RoboHelp. This is the approach I'd suggest and that I use myself.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • BED not changing value after Qty change in MIGO

    Hi,
    When we are doing MIGO, a message is coming - Ensure that you can receive more quantity on the same excise invoice..after that we can't save the document.
    Scenario:
    First i do J1IEX, there Excise Invoice Quantity was 1216 and BED was 684.61 on it.
    But when we do MIGO, We are just changing the Qty from 1216 to 1000. BED should calculate automatically after change the Qty but not changing.
    After that when we are going to post the document, above mentioned message coming and document not saved.
    Please guide..
    Anil

    Solved myself..
    Solution is maintain the Excise Group with below path: -
    SPRO--> Logistics General --> Tax on Goods movement --> India --> Basic Settings --> Maintain Excise Group.
    Now db click on suitable Excise Group. There, check on EI capture under MIGO Settings window.
    After done that at the time of MIGO, BED rate should calculate automatically.
    Thanks all....

  • User change password after first logging in Oracle 11g

    Hi
    Can you help someone in connection with this problem:
    user can not change password after first logging in Oracle 11g
    All the best
    Ragip Avdijaj

    Sounds like they are not getting logged in at all, so they are never getting to the point where they can change the password, but we need to see more detail to give a better answer (an example or copy-paste of a sqlplus session might help)

  • I've bought my 1st Mac, since than I've replaced my old disk to a new one - and at the lab they created my new admin's name as admin.. I've changed it after 'root'ing - and now I can't find my photos either at iPhoto/photo booth,what can I do to restore ?

    I've bought my 1st Mac, since than I've replaced my old disk to a new one - and at the lab they created my new admin's name as admin.. I've changed it after 'root'ing - and now I can't find my photos either at iPhoto/photo booth, what can I do to restore restore them, they are very importent to me !!!
    Please I'll be thankfull.

    I stated that I did try to do all of this when I first set up the new computer...I did do the Setup Assistant numerous times but my old computer kept freezing half way through.  Even if I did it when I first got the new computer back in Septemeber, I would have had the same issue b/c my old computer has been 'broken' for a while.  My old computer can't handle doing too much at once and I think the setup and then migration functions I tried were too much.  That's why I was hoping I could use the migration function piecemeal.  I wish I could just check off the exact files and folders I want vs. having to choose it at the 'user' level...that's too much for my old computer to have to transfer.

  • It takes 1 min   to change pages after clicking on and the ferris wheel just turns and turns forever

    Why does it take 1 min or longer to change screens after clicking on one.?

    What year, screen size, CPU speed and amount of RAM installed?
    How full is your Mac's hard drive?
    How many applications do you run simultaneously in the background while working in another application?
    Do you run any antivirus software on your Mac? Antivirus software can slow down the normal operation of OS X.
    Do you run any "crapware" like Mackeeper or any other type of "crapware" like so called hard drive "cleaning" apps?
    Have you downloaded and installed anything from the Internet, recently?
    Also, so I cover all of the bases from now on, your iMac's hard may, possibly, be failing.

  • User must change password after reset?

    I am looking at the password policy settings and am wondering what "User must change password after reset� actually does. I turned it on. I tried changing some passwords in an ldap client and didnt get any messages or errors after authn again. And I didnt see a special attribute in the persons entry. Any clues?

    When the flag is enabled and the password is changed by "cn=directory manager", the next time the user authenticate, the server returns the Password Expired Control (with a Success code) and all requests other than modify of userPassword are rejected.

  • Garage Band '11, version 6.0.5 will not change key after new project is started

    Garage Band '11 version 6.0.5:  Cannot change key after new project is started.
    It has always worked ok prior to this. And I have had other issues. How do I reinstall Garage Band '11?
    I have looked in downloads, but can'ty find any download file. I had upgraded to Mac OSX 10.6.8 couple years back, which included
    Garage Band '11, a new ITunes & new IPhoto.

    Before reinstalling I'd try HangTime's fix for "oddball" problems and delete the User preferences and repair permissions, see the FAQ:
    http://www.bulletsandbones.com/GB/FAQPages/OddBallProbs.html
    The GarageBand 6.0.5 update is here: 
    GarageBand 6.0.5
    If you want to reinstall, install again the GaragaBand application from your installation disk and then upgrade again to 6.05 using the link above or Software update from the Apple Menu.
    Regards
    Léonie

Maybe you are looking for

  • Paper Jam for HP PSC 1610 All-in-One Printer

    Paper Jam for HP PSC 1610 All-in-One Printer: I had a paper jam and cleared the paper from the printer.  Now every time I turn the printer "on" it picks up the top piece of paper from the tray and runs it about ½  to ¾ of the way thru the paper feed,

  • Line Items in Excise Invoice

    Hi We have a scenario in which one of our customers is importing some goods against a PO. the number of items is about 5000 in the Invoice. However, standard SAP allows posting of only upto 999 items in a document. Is there any way in which the same

  • "RT Set date and time" does not set seconds in UTC mode

    Hallo, I tried to set the time on my cRio 9012 with the function settimeUTC which is used by the "Set Date and Time" vi. But the seconds I enter are ADDED to the current time and not set as new value. Even the vi shows this behaviour: I set up a vi i

  • Need to enable feature of servlet reloading in Tomcat

    Hello I wants to enable autoreload feature in tomcat so that i need not to stop tomcat web server again and again Thanks

  • Post GR with 2 UOM

    Hi, How will i be able to post GR with 2 UOM which is not directly convertible. For example i need to post for a material AAAA with 1 PC and 10 EA. In this case, it is also possible that 1 PC can be 20 EA also. I'm using transaction MB1C and i need t