V$UNDOSTAT - contains less than 1008 rows and last DB restart in 12/2007

Hi all,
Our version is single instance Oracle 9.2.0.7.0 on AIX 5.3:
On our productive system (Datawarehouse with heavy data loads) the V$UNDOSTAT view contains not all rows for a 7-days cycle. When I step into the view there are less rows in it
(about 20- 50 or so).
On the other hand in our development system (separate server ,same OS, database) I can find all rows for the week. The only difference :-) seems to be the workload on the two different systems.
Can you give me a clue?
bb
Message was edited by:
berndboecker

Hi Kim,
the last instance start was on Dec. 15th, last year - so it has to contain 1008 rows.
I agree with you: I can think of only for a restart that the cycle starts again.
But this doesn't happen. But for some reason it cleans out the rows.
I can see this occuring several times per day.Let's say I query
Select count(*) from v$undostat
time t1: count(*) 10 " we had already some intervals in it, but not 1008 :-(
time t2 + 10 minutes count(*) 11 " fine
time t3 + 10 minutes count(*) 12 " fine
**** let's wait for an hour
time t9 + 10 minutes count(*) 8 "oops, we lost some rows again
In the Alert log I can see that the database did the usually checkpoints and archives
at that time.
The only implication I can think of is that the undo statistics are not really usefull for calculating a new undo retention time based on the workload in V$UNDOSTAT (you can get accurate values in the 7 days cycle but not with only some rows.

Similar Messages

  • I have a manual that contains headings and index entries that contain less than and greater than characters, and . The Publish to Responsive HTML5 function escapes these correctly in the main body of the text but does not work correctly in either the C

    I have a manual that contains headings and index entries that contain less than and greater than characters, < and >. The Publish to Responsive HTML5 function escapes these correctly in the main body of the text but does not work correctly in either the Contents or the Index of the generated HTML. In the Contents the words are completely missing and in the index entries the '\' characters that are required in the markers remain in the entry but the leading less than symbol and the first character of the word is deleted; hence what should appear as <dataseries> appears as \ataseries\>. I believe this is a FMv12 bug. Has anyone else experienced this? Is the FM team aware and working on a fix. Any suggestions for a workaround?

    The Index issue is more complicated since in order to get the < and > into the index requires the entry itself to be escaped. So, in order to index '<x2settings>' you have to key '\<x2settings\>'. Looking at the generated index entry in the .js file we see '<key name=\"\\2settings\\&gt;\">. This is a bit of a mess and produces an index entry of '\2settings\>'. This ought to be '<key name=\"&amp;lt;x2settings&amp;gt;\" >'. I have tested this fix and it works - but the worst of it is that the first character of the index entry has been stripped out. Consequently I cannot fix this with a few global changes - and I have a lot of index entries of this type. I'm looking forward to a response to this since I cannot publish this document in its current state.  

  • SharePoint 2010, Visual Studio 2010, Packaging a solution - The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi,
    I have a solution that used to contain one SharePoint 2010 project. The project is named along the following lines:
    <Company>.<Product>.SharePoint - let's call it Project1 for future reference. It contains a number of features which have been named according
    to their purpose, some are reasonably long and the paths fairly deep. As far as I am concerned we are using sensible namespaces and these reflect our company policy of "doing things properly".
    I first encountered the following error message when packaging the aforementioned SharePoint project into a wsp:
    "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
    I went through a great deal of pain in trying to rename the project, shorten feature names and namespaces etc... until I got it working. I then went about gradually
    renaming everything until eventually I had what I started with, and it all worked. So I was none the wiser...not ideal, but I needed to get on and had tight delivery timelines.
    Recently we wanted to add another SharePoint project so that we could move some of our core functinality out into a separate SharePoint solution - e.g. custom workflow
    error logging. So we created another project in Visual Studio called:
    <Company>.<Product>.SharePoint.<Subsystem> - let's call it Project2 for future reference
    And this is when the error has come back and bitten me! The scenario is now as follows:
    1. project1 packages and deploys successfully with long feature names and deep paths.
    2. project2 does not package and has no features in it at all. The project2 name is 13 characters longer than project1
    I am convinced this is a bug with Visual Studio and/or the Package MSBuild target. Why? Let me explain my findings so far:
    1. By doing the following I can get project2 to package
    In Visual Studio 2010 show all files of project2, delete the obj, bin, pkg, pkgobj folders.
    Clean the solution
    Shut down Visual Studio 2010
    Open Visual Studio 2010
    Rebuild the solution
    Package the project2
    et voila the package is generated!
    This demonstrates that the package error message is in fact inaccurate and that it can create the package, it just needs a little help, since Visual Studio seems to
    no longer be hanging onto something.
    Clearly this is fine for a small time project, but try doing this in an environment where we use Continuous Integration, Unit Testing and automatic deployment of SharePoint
    solutions on a Build Server using automated builds.
    2. I have created another project3 which has a ludicrously long name, this packages fine and also has no features contained within it.
    3. I have looked at the length of the path under the pkg folder for project1 and it is large in comparison to the one that is generated for project2, that is when it
    does successfully package using the method outlined in 1. above. This is strange since project1 packages and project2 does not.
    4. If I attempt to add project2 to my command line build using MSBuild then it fails to package and when I then open up Visual Studio and attempt to package project2
    from the Visual Studio UI then it fails with the path too long error message, until I go through the steps outlined in 1. above to get it to package.
    5. DebugView shows nothing useful during the build and packaging of the project.
    6. The error seems to occur in
    CreateSharePointProjectService target called at line 365 of
    Microsoft.VisualStudio.SharePoint.targetsCurrently I am at a loss to work out why this is happening? My next task is to delete
    project2 completely and recreate it and introduce it into my Visual Studio solution.
    Microsoft, can you confirm whether this is a known issue and whether others have encountered this issue? Is it resolved in a hotfix?
    Anybody else, can you confirm whether you have come up with a solution to this issue? When I mean a solution I mean one that does not mean that I have to rename my namespaces,
    project etc... and is actually workable in a meaningful Visual Studio solution.

    Hi
    Yes, I thought I had fixed this my moving my solution from the usual documents  to
    c:\v2010\projectsOverflow\DetailedProjectTimeline
    This builds ok, but when I come to package I get the lovely error:
    Error 2 The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. C:\VS2010\ProjectsOverflow\DetailedProjectTimeline\VisualDetailedProjectTimelineWebPart\Features\Feature1\Feature1.feature VisualDetailedProjectTimeline
    Now, the error seems to be related to 
    Can anyone suggest what might be causing this. Probably some path in an XML file somewhere. Here is my prime suspect!
    <metaData>
    <type name="VisualDetailedProjectTimelineWebPart.VisualProjectTimelineWebPart.VisualProjectTimeline, $SharePoint.Project.AssemblyFullName$" />
    <importErrorMessage>$Resources:core,ImportErrorMessage;</importErrorMessage>
    </metaData>
    <data>
    <properties>
    <property name="Title" type="string">VisualProjectTimelineWebPart</property>
    <property name="Description" type="string">My Visual WebPart</property>
    </properties>
    </data>
    </webPart>
    </webParts>
    .... Unless I can solve this I will have to remove the project and recreate but with simple paths. Tho I will be none the wiser if I come across this again.
    Daniel

  • Less than a month and its already broken

    Dear BT and Forum users,
    I am not very happy with my BB service right now and have come on here in the hope that I might get more that platitudes and fob offs.
    So...  a few weeks ago my husband finally gave into the sales calls and agreed to have Infinity installed. Our reason - not so much faster internet but in the hope we might get a consistant service.The service we had before that was tempermental at best and we were sick of having to reset the router every other day.  (in hindsight we should have just gone with an alternative ISP).
    It was installed a couple of weeks ago and worked well until last Wednesday, since then the service has been a comedy of errors.  To start with my husband confirmed from the outset that they problem was not coming from inside the house but the customer service operator insisted on booking an engineer.
    We agreed to the Friday morning appointment. I booked the morning off work (using annual leave) and the engineer didn't show up. My husband called at 12.30 (they won't take calls from me as I'm not on the bill) and he was assured the appointment was booked in. Shortly after 1 I took a call at the home to say the "system" had lost the booking and the engineer wouldn't be coming.
    I said I was in all day, he could come now but that was clearly off script and the call centre operative wouldn't enterntain the idea (annoyingly there were 2 BT vans in my neighbourhood that afternoon). Instead they wanted me to rebook another 4 hour appointment. I couldn't stop in Saturday and wasn't going to lose more leave. I said I would discuss the options with my husband. 
    What followed that afternoon was a series of coversations with them, some with me at home and some with my husband at work offering the same options and us giving the same response. I don't know if the operatives weren't talking to each other or didn't understand but it was really irritating. In the end they said they would call my husband at 4pm. They called some time after 5 and said the would try the exchange first and call us Monday morning if they needed to access the property.
    Saturday 8.30 the engineer called to say they were on their way, we had the time so we waited. He arrived and was in the house all of 15 minutes before confirming the problem was in the exchange (all that time wasted for that!). We got a call Sunday to say they needed a new part at the exchange then today my husband got an undecipherable voicemail and a text saying the service will be fixed in the next 72 hours. He has spoken to them this evening and we're still non-the-wiser as now there's a fault further up the line. 
    Whilst all this is going on we have tried to find out if they expect us to pay for the Infinity and BT Vision whilst the services are not working. All they will say is they won't look at refunding losses until the issue is fixed. I realise they can't give us a total but it was a pretty straight forward question - am I paying for this non-service. One operator has said I can have £10 to cover the missed appointment (I value my time and annual leave a little higher).
    In all honestly the loss of internet and BT vision is frustrating but what has really dissapointed me is the lack of customer service. No one in the call centres seem to have a clue what's going on (we've had so many versions of what's wrong) and are too tied to a script. There's no sense of inconvenience - I'm supposed to be ready and waiting for 4 hours at a time but they will fix it sometime in the next 3 day. 
    Right now I'm not even sure its worth waiting to get this fixed.
    I'd love for someone to come on here and fix this for me but I'd settle for a little peer support/shared experience.
    Thanks
    L

    OK, so I was being a little optimisitic. We're back online (yay!) but now the bill is just more of the same. Apparently we have to wait 48 hours before they will tell us how they are adjusting the bill  I understand that they cannot confirm the problem si fixed yet because of some internal policy but they won't even tell us how much they would calculate as of now - a pretty straight forward question. 
    So with that, we threw in the towel... said if they can't asnwer a simple question we were off. Of course when I told then operator this he said he's put me straight through to his boss and then left me on hold for over 20 minutes before I gave up!
    Called back to leaver dept. to be told we have to pay £200 to cancel (funny they could give us that figure pretty easily). I don't know what was said when he signed up but I am going to be investigating this further. We've had the service less than a month and its been broken a week.

  • HT1040 trying to make an ibook and have 800 photos, want format of 8 photos/page, but default is not that- "create" the initial book from iphoto "album" it loads less than 800 pics and then when i change layout i have blanks.

    trying to make an ibook and have 800 photos, want format of 8 photos/page, but default is not that- "create" the initial book from iphoto "album" it loads less than 800 pics and then when i change layout i have blanks.
    if i clear the book so that it is all blanks and then try to load in the pictures i have it loses the chronology of the pictures that i had established in the album.
    is there a way to import photos into an ibook template and keep the original order of the photos without having to do them one at a time?
    also, is there a way to insert a photo rather than just dragging it? i have tried the cut and paste funciton but it doesn't seem to work, the target site doesn't seem to register with iphoto.
    many thanks for your help.

    Photos are added to book in chronological order.  So if you want to add them to a book in the order you have placed them manually in an album do the following:
    1 - select all the photos in the album.
    2 - use the Photos ➙ Batch Change ➙ Date menu option as shown here. Select any date and add 1 minute between photos.
    3 - select just one photo from the album and create a book from it.
    4 - in the book click on the Options button ➙ Book Settings button and make sure the checkbox for Auto-layout pages is unchecked.
    5 - drag the album with your book photos onto the book icon and they will be imported into the Photos tray of the book in your pre-determined order but not into the pages themselves.
    OT

  • Photoshop CC 2014 stops working after less than 30 second and shuts down

    I have installed and uninstalled Photoshop CC 2014 three or four times via Creative Cloud and each time it stops working after less than thirty seconds and shuts down the program. I then installed a an older version of Photoshop CS5.1 from a CD and it works perfect. I also have Illustrator CC 2014 and Lightroom 5 installed from Creative Cloud and both work flawlessly. What can I do to get Photoshop CC 2014 working?

    You have not provided any system information or crash logs, so we can't really know.
    http://myleniumerrors.com/working-with-your-operating-systems-tools/
    Mylenium

  • Time Machine wants 16 days to do an initial backup.  ps shows PRI = 33 with NI = 0.   But I can not get sudo renice to set PRI less than 15.  And renice sets NI directly with strange behavior for PRI. Any suggestions?

    Time Machine said it would take 16 days to do an initial backup, and indeed, after many days it is less than a quarter done.   (The problem started when I put in a new bank disk for Time Machine to write to for its backup file.)
    Activity Monitor shows that the process name is   backups   with Process ID   6060.
    Then putting this PID in Terminal UNIX command ps gave:
    EdsMacPro-1:~ ed$ ps -l -p 6060
      UID   PID  PPID        F CPU PRI NI       SZ    RSS ...
        0  6060     1  1004004   0  33  0  2556488  29040 ...
    Wow!  A priority of 33! 
    Don't know how that happened, but the way to fix that (I thought) is with renice. 
    But renice doesn't work.
    After a lot of playing with renice and ps, it looks as though renice can not make the priority better than (no less than) 15.
    And the parameter you put in, that according to the man page that is supposed to be priority, turns out to be "nice index", with priority changed by sometimes subtracting or sometimes adding either this number or twice this number - down to a limit of priority no less than 15.
    EdsMacPro-1:~ ed$ ps -l -p 6060
      UID   PID  PPID        F CPU PRI NI       SZ    RSS ...
        0  6060     1  1004004   0  33  0  2556488  29040 ...
    EdsMacPro-1:~ ed$ sudo renice 5 -p 6060
    EdsMacPro-1:~ ed$ ps -l -p 6060
      UID   PID  PPID        F CPU PRI NI       SZ    RSS  ...
        0  6060     1  1004004   0  28  5  2555964  29028  ...
    EdsMacPro-1:~ ed$ sudo renice -5 -p 6060
    EdsMacPro-1:~ ed$ ps -l -p 6060
      UID   PID  PPID        F CPU PRI NI       SZ    RSS  ...
        0  6060     1  1004004   0  38 -5  2555964  29028  ...
    EdsMacPro-1:~ ed$ sudo renice -15 -p 6060
    EdsMacPro-1:~ ed$ ps -l -p 6060
      UID   PID  PPID        F CPU PRI NI       SZ    RSS  ...
        0  6060     1  1004004   0  48 -15  2555964  29028 ...
    EdsMacPro-1:~ ed$ ps -l -p 6060
      UID   PID  PPID        F CPU PRI NI       SZ    RSS  ...
        0  6060     1  1004004   0  48 -15  2555964  29028 ...
    EdsMacPro-1:~ ed$ sudo renice -n -5 -p 6060
    EdsMacPro-1:~ ed$ ps -l -p 6060
      UID   PID  PPID        F CPU PRI NI       SZ    RSS  ...
        0  6060     1  1004004   0  53 -20  2555964  29028 ...
    EdsMacPro-1:~ ed$
    This is with OSX 10.7.5 and Terminal 2.2.3 on an early 2009 Mac Pro with lots of memory.
    What am I dong wrong, and any suggestions for how to fix my Time Machine process?

    The backup file size is 1.67 TB.*
    That's across the internal bus of a 2009 quad-core Mac Pro - which is pretty fast.
    Copying an hour's worth of MPEG-2 HD takes about a minute.
    I do a fresh backup from scratch about once a year, and the last time it finished over night.
    This time the first Time Machine backup is only about 1/5 complete after many days, and Activity Monitor shows essentially no use of disk drives or of CPU.  And in the first note I pointed out what is gleaned by using Terminal to execute the UNIX ps command. The priority of the running Time Machine process looks incorrect to me. 
    I could be wrong, but I think the problem is process priority, not file size.
    I am unable to set priority to 0 or a negative number.  Can someone straighten me out on how to do that?
    [*The machine has four 1.5 TB disk drives in it plus lots of memory.  Two of the physical drives are configured as one 3 TB backup drive (RAID concatanated).]

  • How can I get rid of ios6 ? I have had this iPad for less than 2 weeks and,ade the mistle of "upgrading" to ios6 and now my map is completely useless.  Feel like I have been robbed

    how can I get rid of ios6 ? I have had this iPad for less than 2 weeks and made the mistake of "upgrading" to ios6 and now my map is completely useless.  Feel like I have been robbed

    There are alternatives. But none of them have Google street view, able to work on iOS 6. Apple should have offered this as a beta version, for a few more months instead of inflicting us with an inferior product. This iPad will probably be my last Apple product. A shame, because until last a few days ago, I thought the iPad and iPhone were fantastic.
    Apple should quit their petty squabbling with, Google and Samsung and concentrate on supplying the best product.
    Google and Samsung must be enjoying this particular fiasco.

  • Get-ChildItem : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi, Im trying to get the whole path in my server, so i tried that with this following code
    Get-ChildItem $sourceFolder  -Recurse | ?{$_.PsIsContainer} |Get-Acl
    But then, it showed me somtehing like this :
    Get-ChildItem : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
     I tried to find the solver everywhere and mostly they propose to change the path name, which is impossible, since I am working with my company server, and those folder have already there before i start to work here, then the other ask me to use robocopy,
    but all of the trick just dont work
    is there any way to solve this problem? thanks

    There is no simple solution to this. And it is not a limitation of powershell itself, but of the underlying NTFS file system.
    If the problem is that a folder with a name longer than 248 exists anywhere within your directory structure, you are hooped.
    If the problem is that some fully qualified path names exceed 260 characters, then, in those cases, the solution already given is to create a psdrive partway up the path from the drive letter or server/share root of the path. Unfortunately, the output produced
    will be relative to that psdrive and not to what is specified as the $sourcefolder.
    unless you already know where those problematic paths are, you might consider trying to trap those errors and have your script figure out where it needs to create psdrives. You might then be able to calculate the equivalent path for each file or folder and
    output that. the programming effort would be simpler to just created a psdrive for each folder encountered, however I expect that would be very inefficient.
    Al Dunbar -- remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

  • I have credit and it's less than 0.99 and i need to change the region and i don't have visa

    i have credit and it's less than 0.99 and i need to change the region and i don't have visa

    Click here and ask the iTunes Store staff to zero your account balance.
    (110223)

  • Store value less than current week and year.

    Hi All,
    I have a table called BACKLOG whose structure is like this
    ITEM_NUMBER   YEAR_WEEK   MS
    1N58          2012-WK02   01/15/2012
    1N58          2011-WK02   01/15/2011current from my procedure i am storing the value in my new table which is less than current week. But i want to store the value less than current week and current year. Please help me to get how i can do this.
    PROCEDURE BACKLOG_PROC_LT_CW IS
      BEGIN
    DELETE BACKLOG_LT_CW;
    COMMIT;
          INSERT INTO BACKLOG_LT_CW
            SELECT
                  DC_UTIL.GEN_YEAR_WEEK(MS) YEAR_WEEK,
                  ITEM_NUMBER,
                  MSD
                  FROM BACKLOG
              where to_char(MS, 'IW')<to_char(sysdate, 'IW');
      END BACKLOG_PROC_LT_CW;Currently with the above procedure code both the value is storing in my BACKLOG_LT_CW table but if you see the data of BACKLOG table you will find YEAR_WEEk 2012-WK02 falls in next year but still it is storing in my table because i have taken IW only. Please help me to get the soln
    Thanks in advance
    Regards

    Are you looking for this?
    where to_char(MS, 'YYYYIW')<to_char(sysdate, 'YYYYIW');

  • My iPhoto doesnt allow me to place more photos, says that the space is full but my mac book pro is new (less than 2 weeks) and I only got 500 photos, what should I do?? the computer is almost empty

    My iPhoto doesnt allow me to place more photos, says that the space is full but my mac book pro is new (less than 2 weeks) and I only got 500 photos, what should I do?? the computer is almost empty

    Apply the two fixes below in order as needed: 
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • OS X Yosemite made my Mac Book Pro really slow. Please Help. I've had this Mac for less than 6 months and worked fantastic until now.

    I've had this Mac for less than 6 months and worked fantastic until now. I'm not 100% familiar with Mac so any help would be helpful. Thanks!

    Please describe the problem in as much relevant detail as possible. The better your description, the better the chance of a solution.
    For example, if the computer is slow, which specific actions are slow? Is it slow all the time, or only sometimes? What other changes did you make, if any, just before it became slow? Have you seen any alerts or error messages? Have you done anything to try to fix it? Most importantly, do you have a current backup of all data? If the answer to the last question is "no," back up now. Ask if you need guidance. Do nothing else until you have a backup.

  • Ive had my 13 inch macbook pro for less than 30 days and the battery health has gone down to 92% and the computer itself is so slow...i paid %50.00 for an OLD windows computer with 512 mb of ram and it is much faster..is this normal for mac??

    Ive had my 13 inch macbook pro for less than 30 days and the battery health has gone down to 92% and the computer itself is so slow...i paid $50.00 for an OLD windows computer with 512 mb of ram and it is much faster..is this normal for mac?? Also, apple says there is nothing they can/wil do even though i got the apple care....i mean really? $50.00 for 2002 computer with windows XP and 512mb of ram and a single core processor......faster and more usable than $1400.00 computer with 4gb of ram and dual core processor.....***???

    Willtc92 wrote:
    Ive had my 13 inch macbook pro for less than 30 days and the battery health has gone down to 92% and the computer itself is so slow...i paid $50.00 for an OLD windows computer with 512 mb of ram and it is much faster..is this normal for mac??
    obviously not.
    Ive had my 13 inch macbook pro for less than 30 days and the battery health has gone down to 92% and the computer itself is so slow...
    Give examples of how it is slow.

  • HT1849 I bought too many songs from the album so balance was less than $1.29 and now the complete my album link is not there. What can I do?

    I bought too many songs from the album so balance was less than $1.29 and now the complete my album link is not there. What can I do to pay the balance only?

    "Note: if you previously acquired a certain number of single tracks from the same album that the Complete My Album price would be less than the current price for a single song (a single video for a video album), you will not be able to purchase the remaining tracks using Complete My Album.
    iTunes Store: Complete My Album Frequently Asked Questions (FAQ)

Maybe you are looking for

  • New Nokia PC Suite v. 6.86.9.3?

    Hi! just received an e-mail for a new version of Nokia PC Suite v. 6.86.9.3. Anyone here noted this? The previous version (from 9 April) was 6.86.9.0. Any changes? MJB

  • Selling directly from Vendor consignment

    Hi All <b>How to sell goods directly from vendor consignment ?</b> I have to build a selling consignment for a retail company. That company receive garment into vendor consignment stock. One customer can buy some shirts or trousers. In the month, com

  • Robohelp 8 fails to launch

    Robohelp 8.0.0.203 will not launch on my desktop PC: I've tried the shortcut, selecting a project file and clicking "Open with", and opening from the Programs list. Same results: 1 or 2 seconds of churn, then the cursor goes back to a pointer and not

  • Difficulty starting from Tiger DVD on new hard drive for installation

    I recently replaced the hard drive on my flatscreen iMac. I am having difficulty starting from the Tiger DVD to install the system software. The disk drive does have DVD-R capabilities, but is not a super drive. I hold down the "c" button as I start

  • Desktop Sync Error on Local Sync with Lotus Notes Address Book

    Blackberry Desktop Manager -  Ver 4.2.0.14 Lotus Notes - Ver 7.0 HF227 Blackberry Smartphone - Pearl 8100 Hi All, I am a new Blackburry and Forum user and I have a Sync issue. When I sync my Local Lotus Notes Address book,  its stops part way through