BDLS Failed Table RSISOSMAP* and RSOSFIELDMAP*

BDLS Failed Table RSISOSMAP* and RSOSFIELDMAP*    
After SyetemCopy I launching the BDLS I get an error when
converting the table RSISOSMAP* and RSOSFIELDMAP*.
Knowing that I have started 5 BDLS on this system BW, 2 are in error on
this same table RSISOSMAP* and RSOSFIELDMAP*.
After in the log for RSOSFIELDMAP* i have this message:
Identifies Cross-Client Tables
   Error in field of table . Manual correction required.
After in the log for RSISOSMAP* i have this message:
Identifies Cross-Client Tables
   Error in field of table . Manual correction required.
In se16 table RSBASIDOC i haven't entry IPLOGIPROD.
Thank you in advance for your return
Best Regard

Hi,
This is error code RSDS062. It means that the datasource cannot be found in the tbl RSDS.
So search in RSDS for the datasource, & check what version it is.
If OBJVER is M, then it must be activated.
Did you follow SAP Note 886102 for the system copy?
You need to follow each step of the scenario pertaining to your copy.
When running BDLS, generally four scenarios can happen:
1) no records for either the old or the new name -> table skipped
2) records with the old name exist -> conversion goes through
3) records with the new name exist -> table skipped with warning =>
    manual intervention needed, but doublecheck is recommended. In th
    case the conversion log shows '<<' at the affected tables.
4) records with the old and the new name coexist -> records are skip
    with warning or error (depending on the flag for existence check,
    which is always set except test conversions) -> you have to analy
    the records and to manually delete that records which hold the ol
    logical name and have their identical counterparts which are hold
    the new name.
Also, implement these notes if missing from your BW system:
1224597  P19:BDLS:DataSource not converted
1142908 70SP19: BDLS does not convert DTPs
1149141 70SP18/19: BDLS: Improvements log
1148403 70SP18: BDLS after early replication
Rgds,
Colum

Similar Messages

  • Tables RSISOSMAP and RSOSFIELDMAP have 0 entries

    Hello,
    We are in ECC 6.0 and for some reason the above tables are blank. Becasue of the new datasource concept, are these tables not relevant anymore?
    The RSOSFIELDMAP table is helpful to map datasource fields with BI Infoobject fields!!
    Thanks in advance
    Prakash

    it's important to note that we're not creating forms from scratch. We're updating our current forms (static PDF) so we don't want to rewrite everything if possible.

  • BDLS failing with ASSERTION_FAILED dump

    Dear Experts,
    We have replaced the existing quality system DF0 with RC0.These both system are quality systems and RC0 has been refreshed from production.
    So in BW qulaity system we need to replace the DF0 with RC0 as source system. I have created logical system name LSRC0310 for RC0 in BW qulaity system and ran a BDLS to convert DF0 to RC0. But it is giving a dump ASSERTION_FAILED.
    Earlier it failed with error that logical system LSRC0310 name alreday exists.So i deleted the logical system name and ran BDLS but it again failed with same error.I have checked the logs and it just makes an entry in table TBDLS, TBDLST. The logs in BDLSS also says that the conversion went in error with "Error in field of table . Manual correction required."
    Thus the source system DF0 is not replaced in RSA1 also i can still see cubes pointing to DF0.
    I have referred to Modify source system link but it is failing in the BDLS step so cannot proceed ahead.
    Please can you guide and help is solving this issue.
    Regards,
    KUldeep.

    Thanks Walter for your reply.
    This note is already present in the system and still BDLS fails with this message.
    I hope my approach is correct.
    Currently source system is DF0 and we want to convert to RC0. So running a BDLS will convert all the logical source system names for all the transfer structure and DTPs and transformations.Then after BDLS step i can restore the source system in RSA1.
    Please confim if my this is feasible.
    Regards,
    Kuldeep.

  • Problem in selecting object currency fields from table COSP and COSS

    Dear All,
    We are facing a issue while creating a virtual DataSource   for CCA plan from tables COSS and COSP.
    The issue is that we are able to activate the view by including the fields value in object currency ( WOG001 - WOG012 ) but not able  to create a DataSource   on the view.
    We are able to include the transaction currency value but as our application requires us to include the object currency fields.
    Error displayed:Invalid extract structure template .This operation failed, because the template structure quantity fields or currency fields, for example, field WOG001 refer to a different table.
    Any tips to resolve this issue would be valuable.
    Thanks in advance
    Rashmi Nair.

    HI,
    Can you see this thread.
    Re: How to display BAPI decimal values into webdynpro!
    Thanks
    nageswar

  • Table compression and alter table statement

    Friends
    I am trying to add columns to a table which is compressed. Since Oracle treats compressed tables as Object tables, I cannot add columns directly so I tried to uncompress table first and then add columns. This doesnt seems to work.
    What could be issue.
    Thanks
    Vishal V.
    Script to test is here and results are below.
    -- Test1 => add columns to uncompressed table -> Success
    DROP TABLE TAB_COMP;
    CREATE TABLE TAB_COMP(ID NUMBER) NOCOMPRESS;
    ALTER TABLE TAB_COMP ADD (NAME VARCHAR2(10));
    -- Test2 =. try adding columns to compressed tables, uncompress it and then try again -> Fails
    DROP TABLE TAB_COMP;
    CREATE TABLE TAB_COMP(ID NUMBER) COMPRESS;
    ALTER TABLE TAB_COMP ADD (NAME VARCHAR2(10));
    ALTER TABLE TAB_COMP move NOCOMPRESS;
    ALTER TABLE TAB_COMP ADD (NAME VARCHAR2(10));
    SQL> -- Test1 => add columns to uncompressed table -> Success
    SQL> DROP TABLE TAB_COMP;
    Table dropped.
    SQL> CREATE TABLE TAB_COMP(ID NUMBER) NOCOMPRESS;
    Table created.
    SQL> ALTER TABLE TAB_COMP ADD (NAME VARCHAR2(10));
    Table altered.
    SQL>
    SQL> -- Test2 =. try adding columns to compressed tables, uncompress it and then try again -> Fails
    SQL> DROP TABLE TAB_COMP;
    Table dropped.
    SQL> CREATE TABLE TAB_COMP(ID NUMBER) COMPRESS;
    Table created.
    SQL> ALTER TABLE TAB_COMP ADD (NAME VARCHAR2(10));
    ALTER TABLE TAB_COMP ADD (NAME VARCHAR2(10))
    ERROR at line 1:
    ORA-22856: cannot add columns to object tables
    SQL> ALTER TABLE TAB_COMP move NOCOMPRESS;
    Table altered.
    SQL> ALTER TABLE TAB_COMP ADD (NAME VARCHAR2(10));
    ALTER TABLE TAB_COMP ADD (NAME VARCHAR2(10))
    ERROR at line 1:
    ORA-22856: cannot add columns to object tables

    Which version of oracle you are using?
    1* create table test1234(a number) compress
    SQL> /
    Table created.
    Elapsed: 00:00:00.02
    SQL> alter table test1234 add(b varchar2(200));
    Table altered.
    Elapsed: 00:00:00.02

  • Maintain HR table: TWPC_OBJSEL and TWPC_OBJSELRULE

    Hi experts,
    I tried to maintain these HR tables ( TWPC_OBJSEL and TWPC_OBJSELRULE ) by SM30 but failed.
    Could you please suggest me how to maintain these tables?
    Thanks,
    Khanh

    Hi Rahul Ghosh,
    V_TWPC_OBJSEL and
    VC_TWPC_OBJSELRULE
    Thanks,
    Khanh

  • Reading data from tables SXMSCLUP and SXMSCLUR

    Hello!
    In BI 7.0, there is no Delta Q for loading XML data. We are using a functional module in ABAP proxy, to push data from XI directly into BI PSA.So in the PSA, we get the records which have successfully reached.
    But for the failed records, we can see them in XML format in the tcode :SXMB_MONI.
    Now, my requirement is to extract the primary key of the data in the payload and create a csv file, saying that this records have failed.
    For that, i found that the data is stored in tables SXMSCLUP and SXMSCLUR, but in Hexadecimal format, i.e. kind of encrypted.
    I was wondering how to extract and read this data... that too, only 1 field in the data?
    In SDN there is a post which gives some Java classes, but i was hoping if there is an easier way out, maybe in ABAP??
    Any help in this would be appreciated.

    HI,
    Please try to see the below links
    /people/kamaljeet.kharbanda/blog/2005/09/16/xi-bi-integration
    /people/sergio.locatelli2/blog/2006/10/15/integration-sap-bi-and-xi-a-critical-point-of-view
    /people/marian.harris/blog/2005/06/23/need-to-get-a-sap-netweaver-component-implemented-quickly-try-sap-best-practices
    /people/sravya.talanki2/blog/2006/12/08/business-case-integration-need-of-bi-and-sap-xi-episode1
    /people/ginger.gatling/blog/2005/12/02/innovative-ways-to-use-alerts
    /people/community.user/blog/2007/01/08/access-netweaver-how-to-guides-from-one-consolidated-page
    /people/sravya.talanki2/blog/2006/12/14/business-case-integration-need-of-bi-and-sap-xi-episode2
    See the michal's reply and other reply also how to see the blob fields data.
    In Which Database Table the Messages are Stored in XI
    Regards
    Chilla

  • What is difference between table space and shchema

    what is difference between table space and shchema ?

    784633 wrote:
    so each user has it own space of tables - schema ?yes, but let's clarify a bit ....
    The "schema" is the collection of all objects owned by a particular user. So if user SCOTT creates two tables, EMP and DEPT, and a view EMP_RPT, and a procedure GET_MY_EMP, those objects (tables, views, procedures) collectively make up the SCOTT schema.
    Those objects will be physically stored in a tablespace.
    A tablespace is a named collection of data files. So tablespace USERS will be made up of one or more data files. A specific datafile can belong to one and only one tablespace. If a tablespace has more than one data file, oracle will manage those files as a collection invisible to the application - much like the OS or disk subsystem handles striping across multiple physical disks.
    A specific object in the SCOTT schema can exist in only one tablespace, but not all objects of the schema have to be in the same tablespace. Likewise a tablespace can contain objects from multiple schemas.
    and can one user to access tables of other users?As others have said - FRED can access tables belonging to SCOTT as long has SCOTT has granted that access to FRED.

  • Key fields in tables ce31000 and ce41000

    In transaction KE11 ( change sales and profit plan ), tables CE31000 and CE41000 are used. I have to read those tables in a report but I cannot find the relevant keys to find unique records.  There are some fields I know, but using those fields I get about 300 records where I only should have one.  I guess I should use another table which has the link to the other tables, but I have no idea which.  Does anybody have a clue ?

    As far as I remember there are 4 tables per operating concern, CE1xxxx for tha actuals, CE2xxxx for the planning, CE3xxxx for the summary lines and CE4xxxx for the objects.
    Depending on the defined characteristics there is one PAOBJNR in CE4xxxx for each existing combination. In CE3xxxx you should also find this PAOBJNR. At the moment I have no access to a SAP with COPA, but I hope, this helps you a little bit for the further search.
    Best regards
    André

  • Table Backup and Best Practice

    Hi Guys,
    We have 2 tables, master and child with millions of records in it.These tables gets populated from flat files that we receive from external systems.The major operation on this table are insert/delete(update). The way we do update is, if the record from flat file already exist in table we delete the matching record from master table & child table and re-insert the data from flat files.
    Business has decided to delete (archive) old and inactive data from these 2 tables. This process is run every year. I want to take a backup of this table by creating a similar table in database and start the delete process.
    What would be the best approach to take backup of table,because we run the archive process every year. Archive process here refers to physically deleting a record from a table.
    Any help is greatly appreciated.

    922855 wrote:
    Hi Guys,
    We have 2 tables, master and child with millions of records in it.These tables gets populated from flat files that we receive from external systems.The major operation on this table are insert/delete(update). The way we do update is, if the record from flat file already exist in table we delete the matching record from master table & child table and re-insert the data from flat files.
    Business has decided to delete (archive) old and inactive data from these 2 tables. This process is run every year. I want to take a backup of this table by creating a similar table in database and start the delete process.
    What would be the best approach to take backup of table,because we run the archive process every year. Archive process here refers to physically deleting a record from a table.
    Any help is greatly appreciated.expdp

  • When I install Photoshop CC it says that an update failed to download and whenever I retry it doesn't work. How do I fix this?

    When I install Photoshop CC it says that an update failed to download and whenever I retry it doesn't work. How do I fix this?

    Update that fail can sometimes be downloade and installed manually also here is a Trouble shooting Update guide http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html#TroubleshootUpdates
    Adobe - Photoshop : For Windows
    Adobe - Photoshop : For Macintosh
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Safari fails to start and crashes

    Today I tried to open a link from an Apple ap-store email and Safari failed to open and reported a crash error message, It worked great yesterday? I searched through the forums and tried a few of the listed fixes but nothing has worked for me. So far the most complex attempt was deleting the webpageicons.db file, it did not help. I placed the webpagicons.db file back where it came from just incase. I have also tried to see if I have any plug ins running but Safari dosn't even load so I cant even get into the preferences options. I am very much a rookie with my iMac as I have rarely had any issues that needed support. This will be the first major trouble I have had with my mac since I bought it. I posted one of the error messages below, I have tried to open Safari nine times and each time it closes out without starting. Any help would be greatfull, thank you in advance.
    Process:         Safari [806]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.9 (6534.59.8)
    Build Info:      WebBrowser-75345908~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [225]
    Date/Time:       2013-05-21 22:29:10.327 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          2915216 sec
    Crashes Since Last Report:           9
    Per-App Interval Since Last Report:  1397019 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      70E18FE2-D2A4-4CC0-98E2-9D165F288E0B
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                 0x00007fff84ec0f49 strtoul_l + 75
    1   Safari                            0x00007fff8026cd05 Safari::SWebPreferences::setWebKitLinkTimeVersionString(Safari::SString const&) + 55
    2   Safari                            0x00007fff80224553 SafariMain + 161
    3   com.apple.Safari                  0x0000000100000f1c 0x100000000 + 3868
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x00007fff84e97c0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff84e99add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                 0x00007fff84e997b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                 0x00007fff84e992de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                 0x00007fff84e98c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                 0x00007fff84e98aa5 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff7078b360  rbx: 0x0000000000000000  rcx: 0x00007fff7078d9e0  rdx: 0x000000000000000a
      rdi: 0x000000000000000a  rsi: 0x00007fff5fbffaf8  rbp: 0x00007fff5fbffae0  rsp: 0x00007fff5fbffab0
       r8: 0x00007fff7078b380   r9: 0x00007fff7078d9e0  r10: 0x0000000102019660  r11: 0x00007fff5fbff880
      r12: 0x000000010201a370  r13: 0x00007fff5fbffb88  r14: 0x0000000000000000  r15: 0x00007fff5fbffaf8
      rip: 0x00007fff84ec0f49  rfl: 0x0000000000010217  cr2: 0x0000000000000000
    Binary Images:
           0x100000000 -        0x100000fff  com.apple.Safari 5.1.9 (6534.59.8) <01976F44-1D46-7549-327A-561E0F8CC101> /Applications/Safari.app/Contents/MacOS/Safari
           0x100004000 -        0x100327fe7  com.apple.JavaScriptCore 6534.59 (6534.59.6) <029D160C-5D86-C281-5071-66CA09D1A95F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x1003b6000 -        0x1004baff7  com.apple.PubSub 1.0.5 (65.28) <87EB5C5F-E4E2-E4FD-70EE-773B3A40ABCD> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
           0x100529000 -        0x1006cbfe7  com.apple.WebKit 6534.59 (6534.59.8) <1853A066-5479-6549-3114-91FC2F3FF07A> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
           0x1007b5000 -        0x10181ffff  com.apple.WebCore 6534.59 (6534.59.6) <24B753DC-1FD4-FFCC-5F66-44799244A125> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff80003000 -     0x7fff80843fe7  Safari 534.59.8 (compatibility 528.0.0) <BF0508CC-4641-735B-93C5-C3A55ADE1F03> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff80844000 -     0x7fff8086fff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
        0x7fff80870000 -     0x7fff809a5fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff80a18000 -     0x7fff81114ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff81115000 -     0x7fff8139eff7  com.apple.security 6.1.2 (55002) <772E1B13-8271-02F8-B1FE-023592A7AED7> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8139f000 -     0x7fff813adff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff813ae000 -     0x7fff813afff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff813b0000 -     0x7fff813b2fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff813b3000 -     0x7fff814cdfff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff81587000 -     0x7fff81592fff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff81593000 -     0x7fff815a2fff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff8261a000 -     0x7fff8262cfe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff82685000 -     0x7fff82696ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff82697000 -     0x7fff82750fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff82751000 -     0x7fff82768fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff82828000 -     0x7fff82849fe7  libPng.dylib ??? (???) <D8EC7740-EE32-865A-2F75-C9EDE2135510> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8284a000 -     0x7fff8284ffff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff82850000 -     0x7fff8286bff7  com.apple.openscripting 1.3.1 (???) <2243C17C-EE36-D5B6-3A3E-8258973FF789> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff82e95000 -     0x7fff82f2ffff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff82f99000 -     0x7fff837a3fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff837cd000 -     0x7fff841c7ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff841c8000 -     0x7fff841cbff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff841cc000 -     0x7fff84251ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff84252000 -     0x7fff84266fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff84267000 -     0x7fff846abfef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff846ac000 -     0x7fff846b1fff  libGIF.dylib ??? (???) <3BAD0DE8-8151-68B0-2244-A4541C738972> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff846b2000 -     0x7fff84742fff  com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff84743000 -     0x7fff847a3fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff847a4000 -     0x7fff847a4ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff847a5000 -     0x7fff847a5ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff847cb000 -     0x7fff8498afff  com.apple.ImageIO.framework 3.0.6 (3.0.6) <92882FD3-CB3F-D0BE-DDDA-43B4BEE10F58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8498d000 -     0x7fff84a72fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff84c1b000 -     0x7fff84cd0fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff84d1c000 -     0x7fff84d56fff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib
        0x7fff84d57000 -     0x7fff84da3fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff84dc7000 -     0x7fff84e1dfe7  libTIFF.dylib ??? (???) <2DBEC120-DAA7-3789-36A2-A205BCDF2D72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff84e1e000 -     0x7fff84e32ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff84e7e000 -     0x7fff8503ffef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff85040000 -     0x7fff850ccfef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff850cd000 -     0x7fff8534ffff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8537a000 -     0x7fff85385ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <5CA110A2-0712-F774-E7CF-AA7A2A106DAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff855ed000 -     0x7fff8566afef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff856ab000 -     0x7fff85788fff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8583e000 -     0x7fff85bdbfe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff85d4d000 -     0x7fff8604bfff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8604c000 -     0x7fff86052ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff86053000 -     0x7fff86096fef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff860b3000 -     0x7fff860d4fff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
        0x7fff860d5000 -     0x7fff8611eff7  com.apple.securityinterface 4.0.1 (40418.0.1) <9AF33A9F-2D8C-2AE6-868C-EA836C861031> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8611f000 -     0x7fff8619efe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff862fc000 -     0x7fff8643afff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8643b000 -     0x7fff8655afe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8655b000 -     0x7fff8655bff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff867d7000 -     0x7fff86826ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff86857000 -     0x7fff8685dff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff86b8c000 -     0x7fff86ba5fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff86ceb000 -     0x7fff86cfafef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff86cfb000 -     0x7fff86cfbff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff86d8f000 -     0x7fff86dccff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff86e01000 -     0x7fff86e17fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff86fdf000 -     0x7fff87015ff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff87016000 -     0x7fff87069ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff871a9000 -     0x7fff871afff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff871b0000 -     0x7fff8722cff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8722d000 -     0x7fff873a4fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8745d000 -     0x7fff87573ff7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
        0x7fff87574000 -     0x7fff875a5fff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff875a6000 -     0x7fff875a7fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff875a8000 -     0x7fff875d0fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff875d1000 -     0x7fff8760cfff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8767a000 -     0x7fff87689fff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff876d6000 -     0x7fff87797fef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff87798000 -     0x7fff8784eff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff8784f000 -     0x7fff87851fff  libRadiance.dylib ??? (???) <BF694EE5-6FDA-553A-CC89-F7135618E9C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff87852000 -     0x7fff8789aff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8789b000 -     0x7fff87919ff7  com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B75322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8791a000 -     0x7fff8791eff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff87954000 -     0x7fff87b14fe7  com.apple.WebKit2 6534.59 (6534.59.8) <41BE1EE1-5560-4A41-148A-0794247BADF0> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff87b68000 -     0x7fff87bbdff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff87bbe000 -     0x7fff87bc1ff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff87bc2000 -     0x7fff87be9ff7  libJPEG.dylib ??? (???) <08758593-6436-B29E-1DA8-F15597835EC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff87bea000 -     0x7fff87c8afff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff87c8b000 -     0x7fff87c97fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff87c98000 -     0x7fff87c99ff7  com.apple.TrustEvaluationAgent 1.1 (1) <040B71B1-F8BD-1605-057E-E80DBDE1FE59> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff87f04000 -     0x7fff87fc1fff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff87fc2000 -     0x7fff8800cff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8800d000 -     0x7fff8800dff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff88250000 -     0x7fff88291fff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8836b000 -     0x7fff8842dfe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8842e000 -     0x7fff8842eff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8842f000 -     0x7fff88436fff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff88437000 -     0x7fff8845cff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff88bf9000 -     0x7fff88c3afef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff88c3b000 -     0x7fff88c3efff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff88c3f000 -     0x7fff88c5ffff  com.apple.DirectoryService.Framework 3.6 (621.15) <9AD2A133-4275-5666-CE69-98FDF9A38B7A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff88c72000 -     0x7fff88c7dfff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff88fa2000 -     0x7fff892d6fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff892d7000 -     0x7fff89341fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8957d000 -     0x7fff89582ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff89583000 -     0x7fff89633fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff89634000 -     0x7fff89708fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff89709000 -     0x7fff89752fef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff89753000 -     0x7fff8979aff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff89937000 -     0x7fff89af5fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <97A75BFB-0DB6-6F44-36B0-97B7F7208ABB> /usr/lib/libicucore.A.dylib
        0x7fff89af6000 -     0x7fff89af6ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff89b3b000 -     0x7fff89b5efff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff89ff1000 -     0x7fff8a006ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8a456000 -     0x7fff8a467fff  SyndicationUI ??? (???) <A7C60837-3B4F-ACDE-5B7B-63DA918763D0> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff8a7ac000 -     0x7fff8a7c2fef  libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: iMac11,1, BootROM IM111.0034.B02, 4 processors, Intel Core i5, 2.66 GHz, 4 GB, SMC 1.54f36
    Graphics: ATI Radeon HD 4850, ATI Radeon HD 4850, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST31000528ASQ, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: MRX 800LU v1, 0x0718  (Imation Corp.), 0x4008, 0xfa130000 / 5
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa120000 / 4
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0xfa111000 / 6
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Photosmart C7200 series, 0x03f0  (Hewlett Packard), 0x6511, 0xfd140000 / 5
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd110000 / 3

    Lex,
    I think I was able to get Safari to uninstall properly this time, I was prompted for a password and it shows in the trash can now. However after trying to reinstall it still errors out at the very end of the install and asks me to contact the software manufacturer? Ugh...
    Andy,
    Here is the text from console, sorry its a long one for only 20 min. of up time. I've never used console before wow is there a lot going on here... I grabbed the wrong log the first time and had to come back and edit...  I also left some of the original text from the old log as it has a bunch of repeating FLASH reports that might mean something.
    May 22 16:38:20 My-imacs-iMac crsud[53]: crsud: Starting
    May 22 16:38:25 My-imacs-iMac crsud[53]: crsud: Exiting.
    May 22 16:44:35 My-imacs-iMac Installer[552]: @(#)PROGRAM:Install  PROJECT:Install-596.1
    May 22 16:44:35 My-imacs-iMac Installer[552]: @(#)PROGRAM:Installer  PROJECT:Installer-430.1
    May 22 16:44:35 My-imacs-iMac Installer[552]: Hardware: iMac11,1 @ 2.66 GHz (x 4), 4096 MB RAM
    May 22 16:44:35 My-imacs-iMac Installer[552]: Running OS Build: Mac OS X 10.6.8 (10K549)
    May 22 16:44:35 My-imacs-iMac Installer[552]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    May 22 16:44:35 My-imacs-iMac Installer[552]: Env: TMPDIR=/var/folders/X5/X5TmUgB4GwqLRDJjSFqTkk+++TI/-Tmp-/
    May 22 16:44:35 My-imacs-iMac Installer[552]: Env: SHELL=/bin/bash
    May 22 16:44:35 My-imacs-iMac Installer[552]: Env: HOME=/Users/romainealsbury
    May 22 16:44:35 My-imacs-iMac Installer[552]: Env: USER=romainealsbury
    May 22 16:44:35 My-imacs-iMac Installer[552]: Env: LOGNAME=romainealsbury
    May 22 16:44:35 My-imacs-iMac Installer[552]: Env: DISPLAY=/tmp/launch-6Bo461/org.x:0
    May 22 16:44:35 My-imacs-iMac Installer[552]: Env: SSH_AUTH_SOCK=/tmp/launch-rsX7iD/Listeners
    May 22 16:44:35 My-imacs-iMac Installer[552]: Env: Apple_PubSub_Socket_Render=/tmp/launch-lE59mx/Render
    May 22 16:44:35 My-imacs-iMac Installer[552]: Env: COMMAND_MODE=unix2003
    May 22 16:44:35 My-imacs-iMac Installer[552]: Env: __CF_USER_TEXT_ENCODING=0x1F5:0:0
    May 22 16:44:35 My-imacs-iMac Installer[552]: Safari Installation Log
    May 22 16:44:35 My-imacs-iMac Installer[552]: Opened from: /Volumes/Safari 5.1.9 for Snow Leopard/Safari5.1.9SnowLeopardManual.pkg
    May 22 16:44:54 My-imacs-iMac runner[558]: Administrator authorization granted.
    May 22 16:44:59 My-imacs-iMac Installer[552]: =============================================================================== =
    May 22 16:44:59 My-imacs-iMac Installer[552]: User picked Standard Install
    May 22 16:44:59 My-imacs-iMac Installer[552]: Choices selected for installation:
    May 22 16:44:59 My-imacs-iMac Installer[552]: Upgrade: "Safari"
    May 22 16:44:59: --- last message repeated 1 time ---
    May 22 16:44:59 My-imacs-iMac Installer[552]: Safari5.1.9SnowLeopardManual.pkg#Safari5.1.9SnowLeopard.pkg : SafariSnowLeo : 1.0.0.0.1.1191932192
    May 22 16:44:59 My-imacs-iMac Installer[552]: Safari5.1.9SnowLeopardManual.pkg#FlashUpdateTool.pkg : FlashUpdateTool : 1.0.0.0.1.1191932192
    May 22 16:44:59 My-imacs-iMac Installer[552]: =============================================================================== =
    May 22 16:44:59 My-imacs-iMac Installer[552]: It took 0.00 seconds to summarize the package selections.
    May 22 16:44:59 My-imacs-iMac Installer[552]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    May 22 16:44:59 My-imacs-iMac Installer[552]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9SnowL eopardManual.pkg#Safari5.1.9SnowLeopard.pkg
    May 22 16:44:59 My-imacs-iMac Installer[552]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9SnowL eopardManual.pkg#FlashUpdateTool.pkg
    May 22 16:44:59 My-imacs-iMac Installer[552]: Will use PK session
    May 22 16:44:59 My-imacs-iMac Installer[552]: Starting installation:
    May 22 16:44:59 My-imacs-iMac Installer[552]: Configuring volume "Romaine's HD"
    May 22 16:44:59 My-imacs-iMac Installer[552]: Preparing disk for local booted install.
    May 22 16:44:59 My-imacs-iMac Installer[552]: Free space on "Romaine's HD": 541.74 GB (541742235648 bytes).
    May 22 16:44:59 My-imacs-iMac Installer[552]: Create temporary directory "/var/folders/X5/X5TmUgB4GwqLRDJjSFqTkk+++TI/-Tmp-//Install.552xkYnqe"
    May 22 16:44:59 My-imacs-iMac Installer[552]: IFPKInstallElement (2 packages)
    May 22 16:44:59 My-imacs-iMac installd[561]: PackageKit: ----- Begin install -----
    May 22 16:44:59 My-imacs-iMac installd[561]: PackageKit: request=PKInstallRequest <2 packages, destination=/>
    May 22 16:44:59 My-imacs-iMac installd[561]: PackageKit: packages=(\n    "PKLeopardPackage <file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9Snow LeopardManual.pkg#Safari5.1.9SnowLeopard.pkg>",\n "PKLeopardPackage <file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9Snow LeopardManual.pkg#FlashUpdateTool.pkg>"\n)
    May 22 16:45:18 My-imacs-iMac installd[561]: PackageKit: Extracting file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9SnowL eopardManual.pkg#Safari5.1.9SnowLeopard.pkg (destination=/var/folders/zz/zzzivhrRnAmviuee+++++++++++/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    May 22 16:45:37 My-imacs-iMac installd[561]: PackageKit: Extracting file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9SnowL eopardManual.pkg#FlashUpdateTool.pkg (destination=/var/folders/zz/zzzivhrRnAmviuee+++++++++++/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    May 22 16:45:37 My-imacs-iMac installd[561]: PackageKit: Executing script "archiveSafari" in /private/tmp/PKInstallSandbox.SEXJVM/Scripts/com.apple.pkg.Safari517SnowLeopard .NMEril
    May 22 16:45:37 My-imacs-iMac installd[561]: archiveSafari: Adding Library/Widgets/Web Clip.wdgt to archive
    May 22 16:45:38 My-imacs-iMac installd[561]: archiveSafari: Recording Library/Widgets/Web Clip.wdgt
    May 22 16:45:38 My-imacs-iMac installd[561]: archiveSafari: Adding System/Library/Frameworks/JavaScriptCore.framework to archive
    May 22 16:45:39 My-imacs-iMac installd[561]: archiveSafari: Recording System/Library/Frameworks/JavaScriptCore.framework
    May 22 16:45:39 My-imacs-iMac installd[561]: archiveSafari: Adding System/Library/Frameworks/PubSub.framework to archive
    May 22 16:45:39 My-imacs-iMac installd[561]: archiveSafari: Recording System/Library/Frameworks/PubSub.framework
    May 22 16:45:39 My-imacs-iMac installd[561]: archiveSafari: Adding System/Library/Frameworks/WebKit.framework to archive
    May 22 16:45:43 My-imacs-iMac installd[561]: archiveSafari: Recording System/Library/Frameworks/WebKit.framework
    May 22 16:45:43 My-imacs-iMac installd[561]: archiveSafari: Adding System/Library/LaunchAgents/com.apple.PubSub.Agent.plist to archive
    May 22 16:45:43 My-imacs-iMac installd[561]: archiveSafari: Recording System/Library/LaunchAgents/com.apple.PubSub.Agent.plist
    May 22 16:45:43 My-imacs-iMac installd[561]: archiveSafari: Adding System/Library/LaunchAgents/com.apple.WebKit.PluginAgent.plist to archive
    May 22 16:45:43 My-imacs-iMac installd[561]: archiveSafari: Recording System/Library/LaunchAgents/com.apple.WebKit.PluginAgent.plist
    May 22 16:45:43 My-imacs-iMac installd[561]: archiveSafari: Adding System/Library/PrivateFrameworks/JavaScriptGlue.framework to archive
    May 22 16:45:43 My-imacs-iMac installd[561]: archiveSafari: Recording System/Library/PrivateFrameworks/JavaScriptGlue.framework
    May 22 16:45:43 My-imacs-iMac installd[561]: archiveSafari: Adding System/Library/PrivateFrameworks/Safari.framework to archive
    May 22 16:45:59 My-imacs-iMac installd[561]: archiveSafari: Recording System/Library/PrivateFrameworks/Safari.framework
    May 22 16:45:59 My-imacs-iMac installd[561]: archiveSafari: Adding System/Library/PrivateFrameworks/SyndicationUI.framework to archive
    May 22 16:46:01 My-imacs-iMac installd[561]: archiveSafari: Recording System/Library/PrivateFrameworks/SyndicationUI.framework
    May 22 16:46:01 My-imacs-iMac installd[561]: archiveSafari: Adding System/Library/PrivateFrameworks/WebKit2.framework to archive
    May 22 16:46:01 My-imacs-iMac installd[561]: archiveSafari: Recording System/Library/PrivateFrameworks/WebKit2.framework
    May 22 16:46:01 My-imacs-iMac installd[561]: archiveSafari: Adding usr/bin/pubsub to archive
    May 22 16:46:01 My-imacs-iMac installd[561]: archiveSafari: Recording usr/bin/pubsub
    May 22 16:46:01 My-imacs-iMac installd[561]: archiveSafari: Adding usr/share/man/man1/pubsub.1 to archive
    May 22 16:46:01 My-imacs-iMac installd[561]: archiveSafari: Recording usr/share/man/man1/pubsub.1
    May 22 16:46:01 My-imacs-iMac installd[561]: archiveSafari: Adding /Applications/Safari.app to archive
    May 22 16:46:01 My-imacs-iMac installd[561]: archiveSafari: tar: /Applications/Safari.app: Cannot stat: No such file or directory
    May 22 16:46:01 My-imacs-iMac installd[561]: archiveSafari: tar: Error exit delayed from previous errors.
    May 22 16:46:01 My-imacs-iMac installd[561]: archiveSafari: Recording /Applications/Safari.app
    May 22 16:46:01 My-imacs-iMac installd[561]: archiveSafari: Zipping archive
    May 22 16:46:09 My-imacs-iMac installd[561]: archiveSafari: Moving archive to backup folder
    May 22 16:46:09 My-imacs-iMac installd[561]: archiveSafari: Touching //Library/Application Support/Apple/.Safari_Leopard
    May 22 16:46:09 My-imacs-iMac installd[561]: PackageKit: Executing script "preinstall" in /private/tmp/PKInstallSandbox.SEXJVM/Scripts/com.apple.pkg.Safari517SnowLeopard .NMEril
    May 22 16:46:09 My-imacs-iMac romainealsbury[595]: Running Install Scripts . . .
    May 22 16:46:09 My-imacs-iMac romainealsbury[597]: Begin script: AlertAllStarter
    May 22 16:46:09 My-imacs-iMac installd[561]: preinstall: 2013-05-22 16:46:09.475 AlertAll[599:e07] Looking for applications at
    May 22 16:46:09 My-imacs-iMac installd[561]: preinstall: 2013-05-22 16:46:09.491 AlertAll[599:e07] --(null)
    May 22 16:46:09 My-imacs-iMac installd[561]: preinstall: 2013-05-22 16:46:09.493 AlertAll[599:e07] img:1
    May 22 16:46:09 My-imacs-iMac installd[561]: preinstall: 2013-05-22 16:46:09.496 AlertAll[599:e07] >> timerMethod
    May 22 16:46:09 My-imacs-iMac installd[561]: preinstall: 2013-05-22 16:46:09.496 AlertAll[599:e07] >> updateTable
    May 22 16:46:09 My-imacs-iMac installd[561]: preinstall: 2013-05-22 16:46:09.625 AlertAll[599:e07] >> applicationShouldTerminate
    May 22 16:46:09 My-imacs-iMac installd[561]: preinstall: 2013-05-22 16:46:09.630 AlertAll[599:e07] >> applicationWillTerminate
    May 22 16:46:09 My-imacs-iMac romainealsbury[605]: End script: AlertAllStarter
    May 22 16:46:09 My-imacs-iMac romainealsbury[606]: 1 Install Scripts run.
    May 22 16:46:09 My-imacs-iMac installd[561]: PackageKit: update_dyld_shared_cache -overlay /var/folders/zz/zzzivhrRnAmviuee+++++++++++/Cleanup At Startup/PKInstallSandbox-tmp/Root
    May 22 16:46:15 My-imacs-iMac installd[561]: update_dyld_shared_cache[607] current i386 cache file invalid because /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore has changed
    May 22 16:46:28 My-imacs-iMac installd[561]: update_dyld_shared_cache[607] current ppc cache file invalid because /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore has changed
    May 22 16:46:34 My-imacs-iMac installd[561]: update_dyld_shared_cache[607] current x86_64 cache file invalid because /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore has changed
    May 22 16:46:42 My-imacs-iMac installd[561]: PackageKit: Shoving /var/folders/zz/zzzivhrRnAmviuee+++++++++++/Cleanup At Startup/PKInstallSandbox-tmp/Root (5 items) to /
    May 22 16:47:18 My-imacs-iMac /System/Library/PrivateFrameworks/PackageKit.framework/Resources/shove[612]: [source=file] failed _RelinkFile(/var/folders/zz/zzzivhrRnAmviuee+++++++++++/Cleanup At Startup/PKInstallSandbox-tmp/Root/System/Library/PrivateFrameworks/Safari.frame work/Versions/A/Resources/ReaderHUDCloseInactive.png, /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Resources/ReaderH UDCloseInactive.png): Input/output error
    May 22 16:47:18 My-imacs-iMac installd[561]: PackageKit: Install Failed: (null)\nError Domain=PKInstallErrorDomain Code=120 UserInfo=0x1001dca40 "An unexpected error occurred while moving files to the final destination." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=5 "The operation couldn’t be completed. Input/output error") {\n NSLocalizedDescription = "An unexpected error occurred while moving files to the final destination.";\n    NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=5 \"The operation couldn\U2019t be completed. Input/output error\"";\n    arguments = (\n        "-f",\n "-s",\n "/var/folders/zz/zzzivhrRnAmviuee+++++++++++/Cleanup At Startup/PKInstallSandbox-tmp/Root",\n "/"\n    );\n}
    May 22 16:47:18 My-imacs-iMac Installer[552]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=120 UserInfo=0x105d5f8c0 "An unexpected error occurred while moving files to the final destination." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=5 "The operation couldn’t be completed. Input/output error")
    May 22 16:47:19 My-imacs-iMac Installer[552]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    May 22 16:47:19 My-imacs-iMac Installer[552]: IFDInstallController 5D0C2E0 state = 7
    May 22 16:47:19 My-imacs-iMac Installer[552]: Displaying 'Install Failed' UI.
    May 22 16:47:19 My-imacs-iMac Installer[552]: 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'.
    May 22 16:53:15 My-imacs-iMac crsud[53]: crsud: Starting
    May 22 16:53:15 My-imacs-iMac crsud[53]: crsud: Exiting.
    This is a snip of the system log I posted first before editing
    5/22/13 4:37:45 PM           com.apple.launchd[1]           *** launchd[1] has started up. ***
    5/22/13 4:38:01 PM           com.apple.launchd[1]           (com.apple.flashupdater[48]) posix_spawn("/usr/libexec/flashupdater", ...): No such file or directory
    5/22/13 4:38:01 PM           com.apple.launchd[1]           (com.apple.flashupdater[48]) Exited with exit code: 1
    5/22/13 4:38:01 PM           com.apple.launchd[1]           (com.apple.flashupdater) Throttling respawn: Will start in 10 seconds
    5/22/13 4:38:04 PM           com.apple.launchd[1]           (com.apple.flashupdater) Throttling respawn: Will start in 8 seconds
    5/22/13 4:38:07 PM           com.apple.launchd[1]           (com.apple.flashupdater) Throttling respawn: Will start in 5 seconds
    5/22/13 4:38:07 PM           com.apple.launchd[1]           (com.apple.flashupdater) Throttling respawn: Will start in 5 seconds
    5/22/13 4:38:07 PM           com.apple.launchd[1]           (com.apple.flashupdater) Throttling respawn: Will start in 5 seconds
    5/22/13 4:38:07 PM           com.apple.launchd[1]           (com.apple.flashupdater) Throttling respawn: Will start in 5 seconds
    5/22/13 4:38:12 PM           com.apple.launchd[1]           (com.apple.flashupdater[119]) posix_spawn("/usr/libexec/flashupdater", ...): No such file or directory
    5/22/13 4:38:12 PM           com.apple.launchd[1]           (com.apple.flashupdater[119]) Exited with exit code: 1
    5/22/13 4:38:12 PM           com.apple.launchd[1]           (com.apple.flashupdater) Throttling respawn: Will start in 10 seconds
    5/22/13 4:38:17 PM           com.apple.SystemStarter[37]          Starting HP Trap Monitor
    5/22/13 4:38:22 PM           com.apple.launchd[1]           (com.apple.flashupdater[212]) posix_spawn("/usr/libexec/flashupdater", ...): No such file or directory
    5/22/13 4:38:22 PM           com.apple.launchd[1]           (com.apple.flashupdater[212]) Exited with exit code: 1
    5/22/13 4:38:22 PM           com.apple.launchd[1]           (com.apple.flashupdater) Throttling respawn: Will start in 10 seconds
    5/22/13 4:38:22 PM           com.splashtop.streamer.SRServiceDaemon[60]    SRServiceDaemon: No one is here, preparing to start SRLogin.
    5/22/13 4:38:22 PM           com.apple.launchd[1]           (com.apple.xprotectupdater[34]) Exited with exit code: 252
    5/22/13 4:38:28 PM           com.parallels.vm.prl_naptd[193]     QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
    5/22/13 4:38:28 PM           com.parallels.vm.prl_naptd[193]     QFileSystemWatcher: failed to add paths: /Library/Managed Preferences
    5/22/13 4:38:28 PM           com.apple.launchd.peruser.501[230]        (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Message was edited by: Talsbury

  • Why table getWidth and setWidth is not working when resize column the table

    hi all,
    i want to know why the setWidth is not working in the following code,
    try to uncomment the code in columnMarginChanged method and run it wont resize the table.
    i cont set width(using setWidth) of the other table column using getWidth of the main table column.
    and i want to resize the right side columns only (you can check when you resize the any column the left and right side columns also resizing)
    any suggestions could be helpful.
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.Box;
    import javax.swing.BoxLayout;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JTable;
    import javax.swing.SwingUtilities;
    import javax.swing.event.ChangeEvent;
    import javax.swing.event.ListSelectionEvent;
    import javax.swing.event.TableColumnModelEvent;
    import javax.swing.event.TableColumnModelListener;
    import javax.swing.table.TableColumnModel;
    public class SynTableResize extends JFrame implements TableColumnModelListener, ActionListener
        JTable  table1       = new JTable(5, 5);
        JTable  table2       = new JTable(5, 5);
        JTable  table3       = new JTable(5, 5);
        JButton btn          = new JButton("refresh");
        JPanel  pnlcontainer = new JPanel();
        public SynTableResize()
            setLayout(new BorderLayout());
            pnlcontainer.setLayout(new BoxLayout(pnlcontainer, BoxLayout.Y_AXIS));
            pnlcontainer.add(table1.getTableHeader());
            pnlcontainer.add(Box.createVerticalStrut(5));
            pnlcontainer.add(table2);
            pnlcontainer.add(Box.createVerticalStrut(5));
            pnlcontainer.add(table3);
            table2.setTableHeader(null);
            table3.setTableHeader(null);
            table1.getColumnModel().addColumnModelListener(this);
            table3.setColumnModel(table1.getColumnModel());
            table2.setColumnModel(table1.getColumnModel());
            table2.getColumnModel().addColumnModelListener(table1);
            table3.getColumnModel().addColumnModelListener(table1);
            btn.addActionListener(this);
            getContentPane().add(pnlcontainer, BorderLayout.CENTER);
            getContentPane().add(btn, BorderLayout.SOUTH);
            setSize(new Dimension(400, 400));
            setVisible(true);
            setDefaultCloseOperation(EXIT_ON_CLOSE);
        public static void main(String[] args)
            new SynTableResize();
        public void columnAdded(TableColumnModelEvent e)
        public void columnMarginChanged(ChangeEvent e)
            TableColumnModel tcm = table1.getColumnModel();
            int columns = tcm.getColumnCount();
            for (int i = 0; i < columns; i++)
                table2.getColumnModel().getColumn(i).setPreferredWidth(tcm.getColumn(i).getWidth());
                table3.getColumnModel().getColumn(i).setPreferredWidth(tcm.getColumn(i).getWidth());
                // the following commented code wont work.
    //            table2.getColumnModel().getColumn(i).setPreferredWidth(tcm.getColumn(i).getPreferredWidth());
    //            table3.getColumnModel().getColumn(i).setPreferredWidth(tcm.getColumn(i).getPreferredWidth());
    //            table2.getColumnModel().getColumn(i).setWidth(tcm.getColumn(i).getWidth());
    //            table3.getColumnModel().getColumn(i).setWidth(tcm.getColumn(i).getWidth());
            SwingUtilities.invokeLater(new Runnable()
                public void run()
                    table2.revalidate();
                    table3.revalidate();
        public void columnMoved(TableColumnModelEvent e)
        public void columnRemoved(TableColumnModelEvent e)
        public void columnSelectionChanged(ListSelectionEvent e)
        public void actionPerformed(ActionEvent e)
            JTable table = new JTable(5, 5);
            table.setColumnModel(table1.getColumnModel());
            table.getColumnModel().addColumnModelListener(table1);
            pnlcontainer.add(Box.createVerticalStrut(5));
            pnlcontainer.add(table);
            pnlcontainer.validate();
            pnlcontainer.repaint();
    }thanks
    dayananda b v

    hi,
    thanks for your replay,
    yes i know that, you can check the following code it works fine.
    actually what i want is, when i resize table column it shold not automaticaly reszie when table resized and i dont want horizontal scroll bar, meaning that all table columns should resize with in the table size(say width 300)
    if i make table autoresize off than horizontal scroll bar will appear and the other columns moved and i want scroll to view other columns.
    please suggest me some way doing it, i tried with doLayout() no help,
    doLayout() method only can be used when table resizes. first off all i want to restrict table resizing with in the limited size
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import javax.swing.Box;
    import javax.swing.BoxLayout;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JTable;
    import javax.swing.event.ChangeEvent;
    import javax.swing.table.TableColumnModel;
    public class TempSycnTable extends JFrame
        JTable  table1       = new JTable(5, 5);
        MyTable table2       = new MyTable(5, 5);
        MyTable table3       = new MyTable(5, 5);
        JPanel  pnlcontainer = new JPanel();
        public TempSycnTable()
            JScrollPane src2 = new JScrollPane(table2);
            JScrollPane src3 = new JScrollPane(table3);
    //        table1.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
    //        table2.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
    //        table3.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
    //        src2.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
    //        src3.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
            table2.setTableHeader(null);
            table3.setTableHeader(null);
            table3.setColumnModel(table1.getColumnModel());
            table2.setColumnModel(table1.getColumnModel());
            table2.getColumnModel().addColumnModelListener(table1);
            table3.getColumnModel().addColumnModelListener(table1);
            table2.setTableHeader(null);
            table3.setTableHeader(null);
            setLayout(new BorderLayout());
            pnlcontainer.setLayout(new BoxLayout(pnlcontainer, BoxLayout.Y_AXIS));
            pnlcontainer.add(table1.getTableHeader());
            pnlcontainer.add(Box.createVerticalStrut(5));
            pnlcontainer.add(src2);
            pnlcontainer.add(Box.createVerticalStrut(5));
            pnlcontainer.add(src3);
            getContentPane().add(pnlcontainer, BorderLayout.CENTER);
            setSize(new Dimension(300, 300));
            setVisible(true);
            setDefaultCloseOperation(EXIT_ON_CLOSE);
        public static void main(String[] args)
            new TempSycnTable();
        class MyTable extends JTable
            public MyTable()
                super();
            public MyTable(int numRows, int numColumns)
                super(numRows, numColumns);
            public void columnMarginChanged(ChangeEvent event)
                final TableColumnModel eventModel = table1.getColumnModel();
                final TableColumnModel thisModel = getColumnModel();
                final int columnCount = eventModel.getColumnCount();
                for (int i = 0; i < columnCount; i++)
                    thisModel.getColumn(i).setWidth(eventModel.getColumn(i).getWidth());
                repaint();
    }thanks
    daya

  • Table name and field name

    hi frds
    Give me table name and field name of OPEN PO QUANTITY ..
    thanks
    Pari Vendhan.R

    See the sample code for the open PO's based on Vendor
    and do accordingly
    *& Report ZMM_PO_REPORT
    REPORT ZMM_PO_REPORT message-Id yb
    NO STANDARD PAGE HEADING
    LINE-COUNT 60(1)
    LINE-SIZE 230.
    D A T A B A S E T A B L E S D E C L A R A T I O N
    TABLES: lfa1, " Vendor Master
    t161, " PO Doc Types
    t024, " Purchase Groups
    ekko. " PO Header
    T Y P E S D E C L A R A T I O N S
    Purchase Orders Main Structure
    TYPES: BEGIN OF s_po,
    ebeln TYPE ebeln, " PO No.
    ebelp TYPE ebelp, " PO Item
    bstyp TYPE bstyp, " PO Category
    bukrs TYPE bukrs, " Company Code
    bsart TYPE bbsrt, " PO Type
    lifnr TYPE lifnr, " Vendor No
    ekgrp TYPE bkgrp, " Purchase Group
    waers TYPE waers, " Currency
    bedat TYPE etbdt, " PO Date
    txz01 TYPE txz01, " Material Text
    werks TYPE ewerk, " Plant
    lgort TYPE lgort_d, " Storage Location
    matkl TYPE matkl, " Material Group
    menge TYPE bamng, " PR Quantity
    meins TYPE bamei, " UOM
    bprme TYPE bbprm, " Price Unit
    netpr TYPE netpr, " Net price
    peinh TYPE peinh, " Price Unit UOM
    pstyp TYPE pstyp, " Item Category
    knttp TYPE knttp, " Account Assignment Category
    END OF s_po.
    Purchase Orders History Structure
    TYPES: BEGIN OF s_account,
    ebeln TYPE ebeln, " PO No.
    ebelp TYPE ebelp, " PO Item
    gjahr TYPE mjahr, " Fiscal Year
    belnr TYPE mblnr, " PO Invoice No
    menge TYPE menge_d, " PR Quantity
    wrbtr TYPE wrbtr, " Price in Local Currency
    dmbtr TYPE dmbtr, " Price in Foreign Currency
    waers TYPE waers, " Currency
    shkzg TYPE shkzg, " Dr/Cr Indicator
    END OF s_account.
    Purchase Orders History Structure(Item Sum)
    TYPES: BEGIN OF s_inv_sum,
    ebeln TYPE ebeln, " PO No.
    ebelp TYPE ebelp, " PO Item
    menge TYPE menge_d, " PR Quantity
    wrbtr TYPE wrbtr, " Price in Foreign Currency
    waers TYPE waers, " Currency
    END OF s_inv_sum.
    Purchase Orders Main Structure
    TYPES: BEGIN OF s_rep,
    lifnr TYPE lifnr, " Vendor No
    ebeln TYPE ebeln, " PO No.
    ebelp TYPE ebelp, " PO Item
    bstyp TYPE bstyp, " PO Category
    bsart TYPE bbsrt, " PO Type
    ekgrp TYPE bkgrp, " Purchase Group
    waers TYPE waers, " Currency
    bedat TYPE etbdt, " PO Date
    txz01 TYPE txz01, " Material Text
    werks TYPE ewerk, " Plant
    lgort TYPE lgort_d, " Storage Location
    matkl TYPE matkl, " Material Group
    menge TYPE bamng, " PR Quantity
    meins TYPE bamei, " UOM
    bprme TYPE bbprm, " Price Unit
    netpr TYPE netpr, " Net price
    peinh TYPE peinh, " Price Unit UOM
    pstyp TYPE pstyp, " Item Category
    knttp TYPE knttp, " Account Assignment Category
    name1 TYPE name1, " Plant
    orewr TYPE netpr, " To be Invoiced Price
    curr TYPE waers, " Inv Doc Currency
    END OF s_rep.
    D A T A D E C L A R A T I O N S
    DATA: gv_title1 TYPE sylisel, " Report title
    gv_dial. " Color flag
    C O N S T A N T S D E C L A R A T I O N S
    CONSTANTS: c_x VALUE 'X', " Flag X
    c_h VALUE 'H', " Debit
    c_vgabe TYPE vgabe VALUE '2'. " Transaction Type
    I N T E R N A L T A B L E S D E C L A R A T I O N S
    DATA: i_po TYPE STANDARD TABLE OF s_po WITH HEADER LINE,
    " Purchase Order
    i_inv TYPE STANDARD TABLE OF s_inv_sum WITH HEADER LINE,
    " PO Invoice Values
    i_rep TYPE STANDARD TABLE OF s_rep WITH HEADER LINE,
    " PO Invoice Values
    i_ekbe TYPE STANDARD TABLE OF s_account WITH HEADER LINE.
    " PO Invoice Values
    S E L E C T I O N S C R E E N *
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    SELECT-OPTIONS: s_lifnr FOR lfa1-lifnr MATCHCODE OBJECT kred,
    s_ebeln FOR ekko-ebeln MATCHCODE OBJECT mekk,
    s_bsart FOR t161-bsart,
    s_ekgrp FOR t024-ekgrp,
    s_bedat FOR ekko-bedat.
    SELECTION-SCREEN END OF BLOCK b1.
    I N I T I A L I Z A T I O N *
    INITIALIZATION.
    A T S E L E C T I O N - S C R E E N *
    AT SELECTION-SCREEN.
    Validate the screen fields
    PERFORM validate_screen.
    S T A R T - O F - S E L E C T I O N *
    START-OF-SELECTION.
    Fetch main data
    PERFORM fetch_data.
    T O P - O F - P A G E *
    TOP-OF-PAGE.
    Header of the List
    PERFORM header.
    E N D - O F - P A G E *
    Footer
    END-OF-PAGE.
    ULINE.
    E N D - O F - S E L E C T I O N *
    END-OF-SELECTION.
    Display the Report Output data
    PERFORM display_data.
    At Line-Selection
    AT LINE-SELECTION.
    When double clicked on EBELN display the details of Purchase Doc
    PERFORM line_sel.
    *& Form validate_screen
    Validation of Selection Screen fields
    FORM validate_screen .
    Validation of Vendor Number
    CLEAR lfa1-lifnr.
    IF NOT s_lifnr[] IS INITIAL.
    SELECT lifnr UP TO 1 ROWS
    INTO lfa1-lifnr
    FROM lfa1
    WHERE lifnr IN s_lifnr.
    ENDSELECT.
    IF sy-subrc 0.
    MESSAGE e000 WITH 'Invalid Vendor'(002).
    ENDIF.
    ENDIF.
    Validation of PO Number
    CLEAR ekko-ebeln.
    IF NOT s_ebeln[] IS INITIAL.
    SELECT ebeln UP TO 1 ROWS
    INTO ekko-ebeln
    FROM ekko
    WHERE ebeln IN s_ebeln.
    ENDSELECT.
    IF sy-subrc 0.
    MESSAGE e000 WITH 'Invalid Document Number'(003).
    ENDIF.
    ENDIF.
    Validation of PO Document Type
    CLEAR t161-bsart.
    IF NOT s_bsart[] IS INITIAL.
    SELECT bsart UP TO 1 ROWS
    INTO t161-bsart
    FROM t161
    WHERE bsart IN s_bsart.
    ENDSELECT.
    IF sy-subrc 0.
    MESSAGE e000 WITH 'Invalid Purchase Document Type'(004).
    ENDIF.
    ENDIF.
    Validation of Purchasing Group
    CLEAR t024-ekgrp.
    IF NOT s_ekgrp[] IS INITIAL.
    SELECT ekgrp UP TO 1 ROWS
    INTO t024-ekgrp
    FROM t024
    WHERE ekgrp IN s_ekgrp.
    ENDSELECT.
    IF sy-subrc 0.
    MESSAGE e000 WITH 'Invalid Purchasing Group'(005).
    ENDIF.
    ENDIF.
    ENDFORM. " validate_screen
    *& Form fetch_data
    Fetching the PO related data from Database Tables
    FORM fetch_data .
    CLEAR i_po.
    REFRESH i_po.
    SELECT a~ebeln " PO No.
    b~ebelp " PO Item
    a~bstyp " PO Category
    a~bukrs " Company Code
    a~bsart " PO Type
    a~lifnr " Vendor No
    a~ekgrp " Purchase Group
    a~waers " Currency
    a~bedat " PO Date
    b~txz01 " Material Text
    b~werks " Plant
    b~lgort " Storage Location
    b~matkl " Material Group
    b~menge " PR Quantity
    b~meins " UOM
    b~bprme " Price Unit
    b~netpr " Net price
    b~peinh " Price Unit UOM
    b~pstyp " Item Category
    b~knttp " Account Assignment Category
    INTO TABLE i_po
    FROM ekko AS a JOIN ekpo AS b
    ON a~ebeln = b~ebeln
    WHERE a~ebeln IN s_ebeln AND
    a~lifnr IN s_lifnr AND
    a~ekgrp IN s_ekgrp AND
    a~bsart IN s_bsart AND
    a~bedat IN s_bedat.
    SORT i_po BY ebeln ebelp.
    break-point.
    IF NOT i_po[] IS INITIAL.
    Fetch the PO History/Invoice Details from EKBE Table
    CLEAR i_ekbe.
    REFRESH i_ekbe.
    SELECT ebeln " PO No.
    ebelp " PO Item
    gjahr " Fiscal Year
    belnr " PO Invoice No
    menge " PR Quantity
    wrbtr " Price in Local Currency
    dmbtr " Price in Foreign Currency
    waers " Currency
    shkzg " Dr/Cr Indicator
    INTO TABLE i_ekbe
    FROM ekbe
    FOR ALL ENTRIES IN i_po
    WHERE ebeln = i_po-ebeln AND
    ebelp = i_po-ebelp AND
    vgabe = c_vgabe.
    IF sy-subrc = 0.
    SORT i_ekbe BY ebeln ebelp.
    LOOP AT i_ekbe.
    IF i_ekbe-shkzg = c_h.
    i_ekbe-wrbtr = i_ekbe-wrbtr * -1.
    ENDIF.
    MODIFY i_ekbe.
    ENDLOOP.
    break-point.
    Sum up the Item wise Invoice totals
    LOOP AT i_ekbe.
    AT END OF ebelp.
    READ TABLE i_ekbe INDEX sy-tabix.
    SUM.
    MOVE-CORRESPONDING i_ekbe TO i_inv.
    APPEND i_inv.
    ENDAT.
    CLEAR i_inv.
    ENDLOOP.
    SORT i_inv BY ebeln ebelp.
    break-point.
    ENDIF.
    ENDIF.
    Move the Vendor Name and Invoice Values to I_rep Internal Table
    LOOP AT i_po.
    MOVE-CORRESPONDING i_po TO i_rep.
    CLEAR i_inv.
    READ TABLE i_inv WITH KEY ebeln = i_po-ebeln
    ebelp = i_po-ebelp.
    IF sy-subrc = 0.
    i_rep-orewr = ( i_po-menge - i_inv-menge ) * i_po-netpr.
    i_rep-curr = i_inv-waers.
    ELSE.
    i_rep-orewr = i_po-menge * i_po-netpr.
    i_rep-curr = i_po-waers.
    ENDIF.
    break-point.
    Get the Vendor Name
    CLEAR lfa1-name1.
    SELECT SINGLE name1 FROM lfa1 INTO lfa1-name1
    WHERE lifnr = i_po-lifnr.
    IF sy-subrc = 0.
    i_rep-name1 = lfa1-name1.
    ENDIF.
    APPEND i_rep.
    CLEAR i_rep.
    break-point.
    ENDLOOP.
    SORT i_rep BY lifnr ebeln ebelp.
    DELETE i_rep WHERE orewr LE 0.
    break-point.
    ENDFORM. " fetch_data
    *& Form display_data
    Display the Report Output data
    FORM display_data .
    DATA: lv_flag, " New Flag
    lv_rec TYPE i. " No of Records
    CLEAR lv_rec.
    IF i_rep[] IS INITIAL.
    MESSAGE e000 WITH 'No Data found'(022).
    ELSE.
    LOOP AT i_rep.
    Toggle Color
    PERFORM toggle_color.
    IF lv_flag space.
    NEW-LINE.
    ENDIF.
    At New Purchase Document
    AT NEW ebeln.
    WRITE:/1 sy-vline, 2(10) i_rep-ebeln INTENSIFIED OFF.
    lv_flag = c_x.
    lv_rec = lv_rec + 1.
    ENDAT.
    WRITE: 1 sy-vline,
    12 sy-vline,13(4) i_rep-bsart,
    17 sy-vline,18(10) i_rep-lifnr,
    28 sy-vline,29(35) i_rep-name1,
    64 sy-vline,65(4) i_rep-ekgrp,
    69 sy-vline,70(10) i_rep-bedat,
    80 sy-vline,81(5) i_rep-ebelp,
    86 sy-vline,87(40) i_rep-txz01,
    127 sy-vline,128(9) i_rep-matkl,
    137 sy-vline,138(1) i_rep-pstyp,
    139 sy-vline,140(1) i_rep-knttp,
    141 sy-vline,142(4) i_rep-werks,
    146 sy-vline,147(4) i_rep-lgort,
    151 sy-vline,152(13) i_rep-menge UNIT i_rep-meins,
    165 sy-vline,166(3) i_rep-meins,
    169 sy-vline,170(15) i_rep-netpr CURRENCY i_rep-waers,
    185 sy-vline,186(4) i_rep-waers,
    190 sy-vline,191(5) i_rep-peinh,
    196 sy-vline,197(4) i_rep-bprme,
    201 sy-vline,202(15) i_rep-orewr CURRENCY i_rep-curr,
    217 sy-vline,218(4) i_rep-curr,
    222 sy-vline,223(7) i_rep-bstyp centered,
    230 sy-vline.
    NEW-LINE.
    hide: i_rep-ebeln.
    ENDLOOP.
    ULINE.
    FORMAT COLOR OFF.
    WRITE : /2 'Total Number of Purchasing Documents:'(025) COLOR 3,
    lv_rec COLOR 3.
    ENDIF.
    ENDFORM. " display_data
    *& Form header
    Write the Report Header
    FORM header .
    FORMAT RESET.
    header
    WRITE:/1(230) 'LIST OF PURCHASE DOCUMENTS PER VENDOR'(006) CENTERED.
    SKIP.
    FORMAT COLOR COL_HEADING.
    ULINE.
    WRITE:/1 sy-vline,2(10) 'Pur.Doc.No'(006) CENTERED,
    12 sy-vline,13(4) 'Type'(007),
    17 sy-vline,18(10) 'Vendor'(008) CENTERED,
    28 sy-vline,29(35) 'Name'(009) CENTERED,
    64 sy-vline,65(4) 'PGrp'(010) CENTERED,
    69 sy-vline,70(10) 'Doc.Date'(012) CENTERED,
    80 sy-vline,81(5) 'Item'(011),
    86 sy-vline,87(40) 'Material Short Text'(024) CENTERED,
    127 sy-vline,128(9) 'Mat.Group'(013),
    137 sy-vline,138(1) 'I',
    139 sy-vline,140(1) 'A',
    141 sy-vline,142(4) 'Plnt'(014),
    146 sy-vline,147(4) 'SLoc'(015),
    151 sy-vline,152(13) 'Quantity'(016) CENTERED,
    165 sy-vline,166(3) 'UoM'(017),
    169 sy-vline,170(15) 'Net Value'(018) CENTERED,
    185 sy-vline,186(4) 'Curr'(019),
    190 sy-vline,191(5) 'Per'(020),
    196 sy-vline,197(4) 'Unit'(021),
    201 sy-vline,202(15) 'To be Invoiced'(023) CENTERED,
    217 sy-vline,218(4) 'Curr'(019),
    222 sy-vline,223(7) 'Doc.Cat'(026),
    230 sy-vline.
    ULINE.
    ENDFORM. " header
    *& Form toggle_color
    This routine alters the color of the records in the list FORM toggle_color.
    IF gv_dial = space.
    FORMAT COLOR COL_NORMAL INTENSIFIED OFF.
    gv_dial = c_x.
    ELSE.
    FORMAT COLOR 1 INTENSIFIED OFF.
    CLEAR gv_dial.
    ENDIF.
    ENDFORM. " toggle_color
    *& Form LINE_SEL
    *When double clicked on EBELN field display the details of Purchase Doc
    FORM line_sel.
    CASE sy-lsind.
    WHEN '1'.
    DATA: lv_field(20),
    lv_value(10),
    lv_bstyp like i_rep-bstyp.
    clear: lv_bstyp,lv_value, lv_field.
    GET CURSOR FIELD lv_field VALUE lv_value.
    IF lv_field = 'I_REP-EBELN'.
    IF NOT lv_value IS INITIAL.
    READ LINE sy-index FIELD VALUE i_rep-bstyp
    INTO lv_bstyp.
    READ CURRENT LINE FIELD VALUE i_rep-bstyp INTO lv_bstyp.
    if lv_bstyp = 'F'.
    SET PARAMETER ID 'BES' FIELD lv_value.
    CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.
    elseif ( lv_bstyp = 'K' or lv_bstyp = 'L' ).
    SET PARAMETER ID 'VRT' FIELD lv_value.
    CALL TRANSACTION 'ME33' AND SKIP FIRST SCREEN.
    elseif lv_bstyp = 'A'.
    SET PARAMETER ID 'ANF' FIELD lv_value.
    CALL TRANSACTION 'ME43' AND SKIP FIRST SCREEN.
    endif.
    ENDIF.
    ENDIF.
    ENDCASE.
    ENDFORM. " line_sel{code]
    <REMOVED BY MODERATOR>
    kushagra
    Edited by: Alvaro Tejada Galindo on Feb 18, 2008 2:03 PM

  • Relationship between Table BKPF and RBKP

    Hello Developers,
    I need to fetch value of field BKTXT  from table BKPF and this value need to insert in internal table i_tab.
    in the below situation:
    select bebeln bebelp bwerks ausnam alifnr abelnr
             abldat abudat
             caedat cekgrp cbukrs cekorg
             dbanfn dbnfpo dnetpr dafnam
      into corresponding fields of table i_tab
      from rbkp as a join rseg as b on abelnr = bbelnr
                     join ekko as c on bebeln = cebeln
                     join ekpo as d on cebeln = debeln
                                          and bebelp = debelp
      where a~budat in s_date
        and b~werks in s_werks
        and c~bstyp = c_f
        and c~ekorg in s_ekorg
        and a~bukrs in s_bukrs.
    Can any one suggest how to relate table BKPF with other table like RBKP.
    Thanks in advance.
    Regards
    Sundeep

    Hi,
    perform the following steps:-
    1.   Go to transaction SQVI
    2.   Create a View
    3.   Enter title
    4.   Choose the Data source as Table Join
    5.   Go to insert table and add table as per your requirement.
    and hereafter you can find relation between any two tables...
    Rgds/Abhi

Maybe you are looking for

  • Internet connexion problem for remote site in Site to site VPN asa 5505

    Hi all I'm configuring a site to site Ipsec VPN in 2 sites using ASA 5505 V 8.2, The VPN is working fine i can ping machine in the 2 sides but the problem is the remote site dont' have internet. The architecture is, we 2 site Site1 is the main site a

  • Hi. Regarding iphoto and creating a calendar, I want to change the start day from monday to sunday. Can this be done?

    Hi. I want to create some calenders in iphoto. But I want the weeks to start on a Sunday as opposed to the default Monday currently operating  in my computer in both iCal and iphoto.  Can this be changed??  If so, how?  Thanks for looking.  Currently

  • Error : basic_init

    Hi all,    When i try to run a project it shows Build failed. The Error was C:\Documents and Settings\e10178\My Documents\NetBeansProjects\MobileApplication4\nbproject\build-impl.xml:56: Classpath to J2ME Ant extension library (libs.j2me_ant_ext.clas

  • How to convert a structure to string?

    Hi all, I want to convert a structure to a string variable. we have a structure with length 1020 we want to convert it into string. Thanks in advance hari

  • Studio 12 with latest patches and wxGTK 2.8.10

    Anyone build wxGTK 2.8.10 on Solaris 10 with the Studio 12 compiler + latest Studio 12 patches? /opt/SUNWspro/prod/include/CC/Cstd/memory now has:   template <class _T , class _Base>   class __rw_basis : public _Base     _T __data_;   public:     __r