CORRUPT ENTERPRISE TABLES

We are coming accross an issue where updated Activity User codes are reverting to an older version.
That is, changes made to the table info a month ago are now reflective of the data from > than a month ago.
Very strange. Has anyone else encountered such a problem and found a fix? My database people tell
me that the database is stable, indicating this is a system problem?
Any help would be greatly appreciated!

Is it possible that someone is importing data into this schedule causing the old data to revert back? This is likely a user error somewhere. If you can't figure out who is causing it you may want to turn on P6's native database auditing.

Similar Messages

  • How to recover corrupted partition table?

    I have a disk that somehow got the partition table corrupted. I am getting lots of "Bad Geometry" errors that state the label says one size while the drive says something different.
    I have tried running the TestDisk (http://www.cgsecurity.org) application, and it seems to find the partitions just fine and I believe that my data is in tact. I just need to correct the partition table and access the UFS file system. The TestDisk reports that "write_part_sun" is not implemented, so it cannot correct the problem. I have checked the source code for the current and beta versions of the program and the function still has not been written.
    Is there another application that I can use to rescue my corrupted partition table? I am not finding much support for Solaris out on the net.
    Thanks.

    Is there another application that I can use to rescue my corrupted partition table? I am not finding much support for Solaris out on the net.Hi
    There is some, but you have to look hard.
    I wrote a partition table editor:
    http://paulf.free.fr/pfdisk.html
    If your LBA values are good, you should be able to restore the CHS values from them. If both the LBA and CHS values are corrupt, and you have a good idea of the sizes of the partitions, then with a calculator you should be able to work out what the values should have been.
    Paul

  • Corrupted innodb table crashing mysql instance how to recover table?

    Hello,
    Running a simple query against corrupted innodb table is crashing mysql instance .
    table test.xyz got corrupt during crash and truncate table command was in progressing when mysql crash , now
    running a simple select * query is also crashing db .
    mysql> use test;
    Database changed
    mysql> select * from xyz;
    ERROR 2013 (HY000): Lost connection to MySQL server during query
    mysql>
    mysql>
    mysql> select * from xzy;
    ERROR 2006 (HY000): MySQL server has gone away
    No connection. Trying to reconnect...
    ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
    ERROR:
    Can't connect to the server

    Try to start mysql with innodb_force_recovery = 6
    Or to try to restore by means of the tool:
    MySql Recovery Toolbox and find out how you can use the corrupt MySQL recovery tool for damaged database restoration and easily repair known issues or already known problems, occurred in MySql files. This MySql repair utility offers many benefits
    like:
    Supports all MySql file versions and parses even very large documents on older PC computers;
    Supports primary and external keys, tables, views, indexes and other objects;
    Allows previewing recovered data in freeware mode so you can get results without purchasing MySql Recovery Toolbox
    For more information: http://www.mysqlrecoverytoolbox.com/
    As you can look for the answer here:
    http://www.filerepairforum.com/forum/databases/databases-aa/mysql/197-corrupted-innodb-table-crashing-mysql-instance-how-to-recover-table

  • [Solved] corrupted partition table

    Yours truly was experimenting with alternative bootloaders today and ended up with a corrupted partition table. Yours truly had backed up the bootloader part of the MBR today but neglected to copy the rest. Guess who is feeling very stupid right now.
    Here is what fdisk has to say about my disk,
    root@sysresccd /root % fdisk -l /dev/sdb
    Warning: ignoring extra data in partition table 5
    Warning: ignoring extra data in partition table 5
    Warning: ignoring extra data in partition table 5
    Warning: invalid flag 0x2404 of partition table 5 will be corrected by w(rite)
    Disk /dev/sdb: 30.0 GB, 30020272128 bytes
    255 heads, 63 sectors/track, 3649 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x4b36bdea
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 895 3444 20482875 7 HPFS/NTFS
    /dev/sdb2 1 894 7181023+ b W95 FAT32
    /dev/sdb3 3445 7476 32387040 5 Extended
    /dev/sdb5 ? 142349 151007 69551332+ 19 Unknown
    Partition table entries are not in disk order
    This looks somewhat promising. I had only three partitions on the disk (I don't remember if any were logical), one swap, one large thing for pacman stuff and of course root.
    By suggestion of this I will try testdisk (version 6.11 from Sys Resc CD).
    Last edited by fsckd (2011-09-17 21:22:59)

    Unfortunately my copy of sys resc cd does not have fixparts.
    testdisk worked like a charm and my partitions were recovered, one swap, one JFS and one ext4.
    (Incidentally it was Windows which damaged the MBR in the first place.)

  • Oracle DB: How to read data from a corrupted database table.

    Hi All,
    Wanted to know if there is a way I could read data from a corrupted Oracle database table?
    Are there any tools that I can use? Or does Oracle provides any mechanism to do that?
    Any pointers in this regard would be helpful.
    Thanks in Advance.

    user10600611 wrote:
    Table shows inconsistent data.You are going to have to be more specific. Inconsistent in what sense? A correct data model should not allow for inconsistencies to crop up.
    However, you may be able to use one of the many FLASHBACK features of Oracle to look at the table at a prior point in time before the corruption.
    HTH!

  • ORA-01578: ORACLE data block corrupted on tables in sysaux tablespace

    Dear Experts,
    From the alert log file we noticed data block corruptions on one of our datafiles. After further investigation, we realized that the corruptions were on 3 of the AWR related tables in the SYSAUX tablespace:
    1. WRH$_LIBRARYCACHE
    2. WRH$_TEMPSTATXS
    3. WRI$_ALERT_OUTSTANDING
    The bad news is that we may not have a valid rman backup to do the recovery due to the retention policy - RECOVERY WINDOW OF 2 DAYS. Since this is a development database with limited monitoring, we did not discover the corruption until 6 days later. The issue happened about 6 days ago (about Christmas time).
    So, what are our recovery options? Can someone advice? We are thinking about drop and recreate the 3 affected v$WR* tables, but not quite sure about the impact to the system if we drop and recreate the 3 objects. Did someone experience this type of recovery. If you did, what are your approaches?
    We are running oracle 10.2.0.3 version.
    I greatly appreciate your input and suggestion. Thanks!!!

    as long as you have a backup of ur database before christmas, you can use the " MAXDAYS " cmd to get ur backup working so long as you have not used delete obsolote....had a same sistuation....where i had a backup and trying to restore it ...kept saying no valid backup...after going thru some stuff...found the MAXDAYS cmd to use my backup...here is an example ...
    $ rman target /
    Recovery Manager: Release 10.2.0.2.0 - Production on Sun Apr 6 09:05:44 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database (not started)
    RMAN> SET DBID=1528894801
    executing command: SET DBID
    RMAN> startup force nomount;
    startup failed: ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initsameera.ora'
    starting Oracle instance without parameter file for retrival of spfile
    Oracle instance started
    Total System Global Area 159383552 bytes
    Fixed Size 1259672 bytes
    Variable Size 58722152 bytes
    Database Buffers 92274688 bytes
    Redo Buffers 7127040 bytes
    RMAN> set controlfile autobackup format for device type disk to '/u99/backup/sameera/control_spfile_%F';
    executing command: SET CONTROLFILE AUTOBACKUP FORMAT
    using target database control file instead of recovery catalog
    RMAN> run
    2> {
    3> allocate channel p1 type disk;
    4> restore spfile to pfile '/u01/app/oracle/product/10.2.0/db_1/dbs/initsameera.ora' from autobackup;
    5> shutdown abort;
    6> }
    allocated channel: p1
    channel p1: sid=36 devtype=DISK
    Starting restore at 06-APR-08
    channel p1: looking for autobackup on day: 20080406
    channel p1: looking for autobackup on day: 20080405
    channel p1: looking for autobackup on day: 20080404
    channel p1: looking for autobackup on day: 20080403
    channel p1: looking for autobackup on day: 20080402
    channel p1: looking for autobackup on day: 20080401
    channel p1: looking for autobackup on day: 20080331
    channel p1: no autobackup in 7 days found
    released channel: p1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 04/06/2008 09:09:09
    RMAN-06172: no autobackup found or specified handle is not a valid copy or piece
    Solution:
    RMAN> shutdown abort;
    RMAN> EXIT;
    $ ps -ef |grep pmon
    oracle 2891 2856 0 09:05 pts/1 00:00:00 grep pmon
    oracle 7448 1 0 Apr05 ? 00:00:00 ora_pmon_primary
    $export ORACLE_SID=sameera
    $ rman target /
    Recovery Manager: Release 10.2.0.2.0 - Production on Sun Apr 6 09:05:44 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database (not started)
    RMAN> SET DBID=1528894801
    executing command: SET DBID
    RMAN> startup force nomount;
    startup failed: ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/db s/initsameera.ora'
    starting Oracle instance without parameter file for retrival of spfile
    Oracle instance started
    Total System Global Area 159383552 bytes
    Fixed Size 1259672 bytes
    Variable Size 58722152 bytes
    Database Buffers 92274688 bytes
    Redo Buffers 7127040 bytes
    RMAN> set controlfile autobackup format for device type disk to '/u99/backup/sameera/control_spfile_%F';
    executing command: SET CONTROLFILE AUTOBACKUP FORMAT
    using target database control file instead of recovery catalog
    RMAN> run
    2> {
    3> allocate channel p1 type disk;
    4> restore spfile to pfile '/u01/app/oracle/product/10.2.0/db_1/dbs/initsameera.ora' from autobackup maxdays 15;
    5> shutdown abort;
    6> }
    released channel: ORA_DISK_1
    allocated channel: p1
    channel p1: sid=36 devtype=DISK
    Starting restore at 06-APR-08
    channel p1: looking for autobackup on day: 20080406
    channel p1: looking for autobackup on day: 20080405
    channel p1: looking for autobackup on day: 20080404
    channel p1: looking for autobackup on day: 20080403
    channel p1: looking for autobackup on day: 20080402
    channel p1: looking for autobackup on day: 20080401
    channel p1: looking for autobackup on day: 20080331
    channel p1: looking for autobackup on day: 20080330
    channel p1: looking for autobackup on day: 20080329
    channel p1: looking for autobackup on day: 20080328
    channel p1: looking for autobackup on day: 20080327
    channel p1: looking for autobackup on day: 20080326
    channel p1: looking for autobackup on day: 20080325
    channel p1: looking for autobackup on day: 20080324
    channel p1: looking for autobackup on day: 20080323
    channel p1: autobackup found: /u99/backup/sameera/control_spfile_c-1528894801-20080323-00
    channel p1: SPFILE restore from autobackup complete
    Finished restore at 06-APR-08
    Oracle instance shut down
    Check to make sure if initsameera.ora exists in $ORACLE_HOME/dbs location.
    $ cd $ORACLE_HOME/dbs
    $ ls -ltr
    total 7052
    -rw-r----- 1 oracle oinstall 2560 Apr 5 13:21 spfileprimary.ora
    -rw-r----- 1 oracle oinstall 7061504 Apr 5 13:23 snapcf_primary.f
    -rw-rw---- 1 oracle oinstall 1544 Apr 5 18:42 hc_sameera.dat
    -rw-r--r-- 1 oracle oinstall 1087 Apr 6 09:12 initsameera.ora
    $ pwd
    /u01/app/oracle/product/10.2.0/db_1/dbs
    $

  • [SOLVED] Corrupt partition table

    A couple days ago I was transferring large files to my 1TB external Seagate USB drive (NTFS).  It was going smooth then on one file it stopped and Thunar gave an error.
    When looking at the directory with ls -l the file's attributes were question marks (?)
    I was able to access all the other files fine, but was unable to delete or access the corrupt directory.
    Now, days later, I am unable to mount the USB drive.
    sudo fdisk -l gives this:
    Disk /dev/sdc: 931.5 GiB, 1000204885504 bytes, 1953525167 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x6e697373
    This doesn't look like a partition table. Probably you selected the wrong device.
    Device Boot Start End Blocks Id System
    /dev/sdc1 ? 1936269394 3772285809 918008208 4f QNX4.x 3rd part
    /dev/sdc2 ? 1917848077 2462285169 272218546+ 73 Unknown
    /dev/sdc3 ? 1818575915 2362751050 272087568 2b Unknown
    /dev/sdc4 ? 2844524554 2844579527 27487 61 SpeedStor
    Partition table entries are not in disk order.
    I run sudo ntfsck /dev/sdc:
    $ sudo ntfsck /dev/sdc
    file record corrupted at offset 3221225472 (0xc0000000).
    Loading $MFT runlist failed. Trying $MFTMirr.
    First attribute must be after the header (0).
    and it just seems to be stuck there, I've left it running for a few hours...
    Is my disk screwed?
    *edit*: I got it! Check my other post further down this thread
    Last edited by uberscientist (2014-12-16 19:15:57)

    I fixed it finally!
    I had set the drive aside and was sad about it for a while, and decided to give another shot at googling and repair, here's what I did to get it working:
    install testdisk: https://www.archlinux.org/packages/extr … /testdisk/
    sudo testdisk
    [ Create ] (new log file)
    selected the corrupted drive
    >[Proceed]
    >[Intel ] ( By default it picked None... I just guessed Intel/PC)
    >[Analyse]
    >[Quick Search]
    >[Continue]
    >[Deeper Search]
    >Stop (press enter to stop after it finds another entry)
    >Down arrow, then right arrow to set it Primary partition (non-bootable for my case)
    >[Write ]
    Mount your drive

  • PDF corrupted when trying to convert to PDF

    I have a problem converting a file to PDF from WORD 2007.
    The whole thing becomes corrupted, including: change in orientation of pages, omission of page numbers, corruption of tables...
    This happens when printing to PDF, saving as PDF, trying to convert to PDF outside WORD or using an online system... When using another converter (the one that comes with my Windows System), the file is still corrupt, just slightly less so.
    I think it must be a problem with the file as it doesn't happen when I try to convert other documents - but how to identify and eliminate that problem in the file? I tried to copy over to a different document, but that did not work either.
    One strange thing is also that once I ask WORD to print to PDF, it actually also changes the WORD file, with changing the orientation of the first pages etc. and the numbering of tables and figures.
    Urgent help required, as this is actually a scientific paper I need to resubmit today!!
    Many thanks!

    This sounds like a Word issue - simply formatting for printing is doing bad things to your file. Is it possible this is just the normal reflow Word does, and you are not set up to expect it? Expect line breaks to change, and hence text to move between pages.
    You may need to select the Adobe PDF printer as your default and "fix" the word document.
    The page numbers - are they automatic or typed manually?

  • PSA table name not visible in the list

    Dear All,
    I have been trying to delete the data from the PSA tables using the process type <b>Deletion of Request from PSA</b> and the Object type <b>PSA TABLE</b>.
    When searching for the PSA table name in the <b>Object Name</b> list, I am not able to get one of the PSA table names (/BIC/B0000505). Though I am able to get all the other table names in the list. (Ex. /BIC/B0000504 , /BIC/B0000506) .
    Please let me know the possible reason for this and how to rectify the same so as to include that PSA table name
    Regards
    Shalabh

    Hi Raghavendra,
    The table is present in the system (SE11/SE16) and contains data as well.
    The problem is, I am able to find the other tables from the same datasource in the list, but am not able to find this only PSA Table in the list.
    Has it got anything to do with corrupted PSA table and need to re-tranport the Datasource ??
    Regards
    Shalabh

  • Using the Borland Database Engine to read AND write SHARED Paradox Database Tables

    I need to read and write Paradox database tables with a C# AT THE SAME TIME AS people using the Paradox tables with legacy Paradox programs interactively.
    I think the only way to do that reliably without corrupting the tables is to use the BDE Borland Database Engine.
    Does anyone know how to do that? I found this c++ program... But I don't know how to integrate this into c#
    http://www.codeproject.com/KB/database/bdedatabase.aspx
    Is there another way to do this? Again, most important, I don't want to corrupt the paradox database.
    I can read the paradox records all day long, that is no problem, it is updating at the same time as the legacy program users..
    I also know that the whole thing needs to be updated, but that can not be done overnight.
    Thanks in advance
    Dave

    Being pretty new to programming, I am trying just to read info from Paradox tables with C#. Info is actively being updated from another program at the same time. The program I am trying to write only needs to read data. The other program does use the BDE,
    so it is already present running on the computer.
    I've been looking at code but just haven't found quite the right combination.
    Thanks. Any help is greatly appreciated.

  • Recover corrupted partition

    I corrupted a partition on my HD and am now looking to recover some files.
    I was expanding a partition from 300GB to 320GB in parted and the power went out at ~25%. Using TestDisk I was able to recover the first 107GB, however the middle 170GB are unallocated and the final 20GB are unallocated separately. The first partition was originally the 107GB+170GB, so would it be possible to annex the two? I understand that the data at the seam will be corrupted but is it possible to recover through this method? Should I try to use photorec instead to recover the files from the 170GB?

    Is there another application that I can use to rescue my corrupted partition table? I am not finding much support for Solaris out on the net.Hi
    There is some, but you have to look hard.
    I wrote a partition table editor:
    http://paulf.free.fr/pfdisk.html
    If your LBA values are good, you should be able to restore the CHS values from them. If both the LBA and CHS values are corrupt, and you have a good idea of the sizes of the partitions, then with a calculator you should be able to work out what the values should have been.
    Paul

  • Error when Publishing Project on PS2013 - Blocking correlation 78%

    Hello,
    I have a strange error on a Project Server 2013 Platform. Certain projects refuse to be published, and the task finishes as an blocking job, with an achievement level of 78%. The error is Microsoft.Office.Project.Server.BusinessLayer.QueueMsg.SynchronizeTaskListInManagedModeMessage.
    I put the complete error message at the end of this post. The ULS doesn't provide me more détails.
    To get more infos in ULS, I switched the log mode to verbose, and I got an interesting message:
    Node   Consistency Message: Assignment Save.   Uid=35d15af1-908a-e311-b465-005056a27863
    Bad assnIndex 4 passed for   654d65c4-0a59-e311-a55a-005056a27863
    Bad assnIndex 4 passed for   654d65c4-0a59-e311-a55a-005056a27863
    Bad assnIndex 4 passed for   654d65c4-0a59-e311-a55a-005056a27863
    Node Consistency Message:   Summary Resource Assignment Save.
    I tried googling this keyword "assnIndex" : it returns no answer. The GUID after the "for" is a ResourceUID. But what means assnIndex ?
    Here are some additional info, saying when the project can be publihed, and when it returns an error:
    - if the project contains tasks with only generic resources, it can be publiehed without pb => OK
    - if the project contains tasks assigned to less than 2 named resources  it can be published => OK
    - if the project contains at least 1 task with more than 2 named resource, it fails => KO
    - if I desactivate this task with 3 named resource, the project can be published => OK
    The workaround is to split tasks, so that each is assigned to max 2 resources, but it can not be a solution.
    If somebody can help me to find a solution, it would be very great !
    I looked for some CU but, it seems that I'm up to date:
    Archi: 1 WFE, 1 AS, 1 SQL Server 2012
    OS: W2008R2SP1
    Version extracted from the dbo.Versions table: 15.0.4420.1017
    We use only standard function, no specific developement, Handler, etc.
    Than you for your help,
    Sylvain
    Detailed error message:
    <?xml version="1.0" encoding="utf-16"?>
    <errinfo>
     <general>
      <class name="Microsoft.Office.Project.Server.BusinessLayer.Queue.Message">
       <error id="23000" name="ProjectPublishFailure" uid="7de05826-878e-e311-a08b-005056a27863" projectuid="b0baeed4-c48d-e311-b465-005056a27863" messagetype="Microsoft.Office.Project.Server.BusinessLayer.QueueMsg.SynchronizeTaskListInManagedModeMessage"
    messageID="38" stage="" blocking="Block"/>
      </class>
      <class name="Queue">
       <error id="26000" name="GeneralQueueJobFailed" uid="7ee05826-878e-e311-a08b-005056a27863" JobUID="9f48511e-878e-e311-838a-005056a25f52" ComputerName="b29ed4a6-9e80-4c9f-b3c2-ad2d85d17ffa"
    GroupType="ProjectPublish" MessageType="SynchronizeTaskListInManagedModeMessage" MessageId="38" Stage="" CorrelationUID="e99d521e-878e-e311-a08b-005056a27863"/>
      </class>
     </general>
    </errinfo>

    Hi,
    Since its happening with certain projects only, chances are that it could be due to corrupted project data and confusing details in ULS may can seen as misleading.
    you can follow these steps (credit goes to our very dear Dale Howard), he also listed these steps in a blog but i cudnt find it rite now:
    1.  Ask the Project Server administrator to restore the backed up project again (even though it is corrupted).
    2.  Ask the PM to open the project in Microsoft Project 2010.
    3.  Ask the PM to add the Save for Sharing button to the Quick Access Toolbar (File > Options > Quick Access Toolbar).
    4.  Click the Save for Sharing button and save the enterprise project as an MPP file.
    5.  Close the MPP file and then reopen it.
    6.  Save the MPP file with the same name as the enterprise project.
    According to Microsoft staff, the Save for Sharing feature is the new way to repair a corrupted enterprise project.  
    http://social.technet.microsoft.com/Forums/projectserver/en-US/cda7b102-b0a0-4ec1-9a1e-b059f565a47e/msp2010-project-schedule-can-not-be-opened-in-project-client?forum=projectserver2010general
    let us know if this works for you.
    cheers.
    Khurram Jamshed - MBA, PMP, MCTS, MCITP (
    Blog, Twitter, Linkedin )
    If you found this post helpful, please “Vote as Helpful”. If it answered your question, please “Mark as Answer”.

  • Need help to a BIG Problem

    Hi everybody
    This is my situation:
    I deleted accidentally /etc from one node of my Oracle 11g RAC (Suse 10). Now I can't turn on my server.
    I am trying to restore that partition (XFS) with a Knoppix CD.
    Can anybody help me, please and sorry about this topic, it is urgent.
    Thanks again

    Hi,
    What is your OS platform?
    Use
    Disk Doctors Linux Data Recovery software is a tool that helps you to recover data from Ext2 & Ext3 File System which may be on any Linux Distribution. To name a few Redhat Linux, Suse Linux, Mandriva Linux, Ubuntu Linux, Caldera Linux, Slackware Linux, Gentoo Linux, Kubuntu Linux etc.
    Linux based file system too is prone to data loss, you may face data loss due to:
    * Lost / Corrupted MBR
    * Lost / Corrupted Super Block
    * Lost / Corrupted Inode Table
    * Deletion of Files & Folders
    * Corruption in Root Directory
    * Corrupt BGD (Block Group Descriptor)

  • Help! Logic Express 8 does not work on my Mac Pro with OS 10.5.1

    Hello, I hope somebody around here is able to help me.
    I have got a new Mac Pro with one Quad core processor since yesterday and it works fine except for Logic Express 8 (version 8.0.1). Whenever I start Logic the program crashes as soon as "Core Audio initialisieren" is shown in the display. I have tried to reinstall the program, deleted it completely and installed it again. It is always the same.
    Has anyone else experienced this problem? What can I do about it? I am a musician and I really need Logic Express to run.

    Confused. 10.6 is DVD based. Only Lion and above are downloads.
    And best install is not to upgrade. Do a clean install  - on another drive.
    Corrupt partition tables or bad sectors or no room to adjust the partitions or the directory is corrupt.
    ERASE the drive if Repair Disk didn't work.

  • Asus Eee Slate

    Hi,
    The Eee Slate is really a great item. You can use as Tablet, Notebook or via HDMI as desktop computer with enough power.
    Consequently there should be dual boot with Arch :). Most problems of this special device I solved already and if anybody is interested I could make a summary later on:
    - Correct corrupt partition table. You won't be able to install any boot loader the way the item arrives.
    - Make pen-drive Parted Magic
    - Make pen-drive Arch
    - Enable wireless on a very basic system (no LAN connector)
    - Bluetooth
    - Virtual Keyboard
    But I have one problem I have no idea how to solve so far and I'm hoping for help from this great community:
    When starting the computer I get the Grub menu, just the way it should be. But how to choose any item without always carrying a USB keyboard? The Eee Slate has a Bluetooth keyboard and the touchscreen (pen or finger). Both does not work on this very basic level.

    It is getting less bad now:
    Grub: The small volume up down knob works as arrow key at bios level. So it is actually possible to choose any GRUB entry, but you won't be able to edit without using an USB keyboard.
    2 major obstacles left for using this model successfully with Arch:
    1. Microsoft wireless keyboard 6000.
    A Bluetooth keyboard which comes together with the Eee Slate. I simply found now way of using it with Arch so far. By doing a Bluetooth scan any other device is visible (mobile phone...) but not this keyboard. Anyway it works under Windows 7 and shows up when scanning.
    2. I managed to make KVKBD (virtual keyboard) to start together with KBD. Pride and happiness vanished quickly when I had to find that I can not type username and password with this keyboard anyway. It is like having 2 separate program windows: Once I change to kvkbd the kbd window is inactive. Actually kvkbd should work as a keyboard for kbd.
    After login kvkbd works normally and you can use a pen.
    Next would be a good manager for Intel graphics similar to the NVIDIA settings manager for managing the HDMI output with a second monitor. Then Wacom gestures for zoom and turn...
    Last edited by jcci (2011-09-18 03:07:25)

Maybe you are looking for

  • Restore Apple mail from time machine

    The configuration of account information accidentally deleted for Apple Mail 4.6.  How to retrieve/update this information from Time Machine?

  • Sending table using SO_NEW_DOCUMENT_SEND_API1

    Dear All, I want to display a table in the mail sent from the SAP system using the function module SO_NEW_DOCUMENT_SEND_API1. Is there any way to do this? or Is there any other function module for doing this? Thanks Manik L Dhakate Message was edited

  • GR55 (6PA2) vs S_ALR_87013557

    Can anyone explain to me the logic behind report group 6PA2 and how this relates to S_ALR_87013557? Coz I got some issue here, the report in 6PA2 doesnt show records while in S_ALR_87013557 reports the value is there. Please any input will be highly

  • Designer 9i vs 10g & repository versions

    Description: - our developers currently are using 9.2.0.7 against a repository built using the 9.2.0.7 client install. - they need to be able to create export sets to send to a third-party company that is using 9.2.0.6 - we are rolling out forms/repo

  • HT1338 can't open dmg files on my new iMac

    I have a brand new iMac updated OS X and I can't open dmg files. It appears that I don't have DiskImageMounter. What do I need to do?