Weird transformation

Hi, when I transform to BPEL this BPMN diagram:
http://img232.imageshack.us/img232/9082/bpmnjz2.png
this is the result
http://img220.imageshack.us/img220/2194/bpelrj1.jpg
a) how can I get rid of those terminates? I know that one solution (an ugly one) is to remove it from JDeveloper, but I want to do it from BPA
b) Why it repeats the final reply 3 times?
Thanks
Neuquino

HI Neuquino,
This is not a bug. Look carefully at the logic of your process. You can reach the Order_Booked in three different cases.
As for terminates, agian they are there because you have three outcomes after the while loop - case A, B and default. One could argue that we dont need a default case - however if you look at it from implementation perspective, it does require a default use case branch.
Also it is three invocations of the same service and not three actal implementations required.
Cheers
Vishal

Similar Messages

  • Table transform weird behaviour

    Hi,
    I am really fed up with the weird behaivour of table transform, i have used the same table comparsion transform in two sequential dataflows and the output is different.
    Below are the details.
    1. First data flow is inserting records into our target table.
    2. Target table is used as comparison table in table transform of second dataflow, the target table itself behaves a my destination table also, my requirement is to only update the changed columns rather than all columns.
    3. I have specified only the changed columns in the compare columns section, even though the my whole record being changed.
    Table :
    Primary key     col1       col2       col3         col4
    Dataflow 1 values :  PK1,10,20,30,40
    Dataflow 2 values :  PK1, null,50,60,null
    My output should look like this : PK1,10,50,60,40
    Could you please guide me how can i achieve this.

    P1300941063 wrote:
    > Table :
    > Primary key     col1       col2       col3         col4
    >
    > Dataflow 1 values :  PK1,10,20,30,40
    > Dataflow 2 values :  PK1, null,50,60,null
    >
    > My output should look like this : PK1,10,50,60,40
    >
    > Could you please guide me how can i achieve this.
    What I think you mean is that you want DS to figure out that an incoming NULL in COL1 and COL4 is not to be treated as "the new information" -- that you want to treat nulls in your incoming data as though the column didn't exist at all.  I also assume that you don't know beforehand which incoming columns may hold nulls -- that, on any given job run, you may see incoming data like this:
    PK1, null, 50, null, 80
    PK1, 5, null, null, null
    PK1, null, 40, 100, 90
    In each case, you only want to apply the non-null values to the target -- you don't want to "null-out" anything in the target. Is that right?
    If so, there are a number of approaches:
    1) Don't use a Table Comparison transform at all. Instead, join your target table to your incoming source. Let's call the target table "TGT" and the source information "SRC". In a Query transform, your WHERE clause might look like this:
    TGT.PK1 = SRC.PK1
    and (
      nvl(SRC.COL1,TGT.COL1) != nvl(TGT.COL1)
      or nvl(SRC.COL2,TGT.COL2) != nvl(TGT.COL2)
      or nvl(SRC.COL3,TGT.COL2) != nvl(TGT.COL3)
      or nvl(SRC.COL4,TGT.COL2) != nvl(TGT.COL4)
    Each column mapping looks like this, for, for instance, COL1:
    ifthenelse(nvl(SRC.COL1,'') != TGT.COL1,SRC.COL1,TGT.COL1)
    Then, just sent the records into a Map Operation transform, changing all of them from Normal to Update, and send them into your target table.  (Might need to run them through a Data Transfer transform or do something else that forces the read to end before sending records into the tgt if you have problems using the same table as source & tgt in the same dataflow.)
    2) You could also split the incoming records into four different queries, each holding the PK and just one attribute column:
    Q1 = PK1, COL1
    Q2 = PK1, COL2
    Q3 = PK1, COL3
    Q4 = PK1, COL4
    Filter-out any records where the attribute column holds nulls, and then run them into four Table Comparison transforms; assume you can handle the rest.
    3) Or, what amounts to the same thing (and would likely be faster, vs. #2), building on your original approach: downstream from the existing TC transform in which, presumably, you're using all four attribute columns as comparison columns, map the output into a Map Operation transform in which you map updates to normals, discarding everything else. (For inserts, use another Map Operation transform in which you map inserts to inserts and discard all else, and send the records in (if you already have a PK).) From the Map Operation transform for your updates, multiplex the output into four query transforms as in solution #2, shrinking the schemas down to only one attribute column, and filtering-out nulls (on that column). Map each to four more Map Operation transforms in which you change normals to inserts, and send 'em in.
    Hope I've understood your problem correctly, and, if so, that this proves helpful.
    Best wishes,
    Jeff Prenevost
    Data Services Practice Manager
    itelligence

  • Transformation - Weird Dump

    Folks,
    I added few changes to my Transformation..when i tried to activate it, it ended in a Short Dump..even there were no syntax errors or warnings in any of my routines..
    after that, when i tried to open that Transformation in Change mode, am getting the following dump:
    The ASSERT condition was violated.
    *--recordmode handling--
    for this group only one target segement is allowed
    >    ASSERT l_s_target-s_assigned_field-segid = segid.
    check if  gui_rule for that target exists
    when i open it in display mode its opening, but when i click
    any of the routines, its giving the following dump:
    Technical information about the message:
    Message class....... "RSTRAN"
       53   CALL FUNCTION 'RSAA_ROUTINE_MAINTAIN'
       54     EXPORTING
       55       i_uni_idc25                    = o_codeid
       56       i_template                     = rstr_tmpl-abap-template
       57       i_program_class                = rstr_tmpl-abap-prog_class
       58       i_modus                        = l_modus
       59       i_show_description_popup       = rs_c_false
       60       i_object_description_for_title = l_title
       61       i_use_metaclass                = rs_c_true
       62       i_no_translate                 = rs_c_true
       63       i_dataelement_for_info         = 'RSROUT_TRFN'
       64     IMPORTING
       65       e_changed                      = l_changed
       66       e_global_source                = l_t_global_source
       67       e_global_source_2nd            = l_t_global_source_2
       68       e_routine_source               = l_t_routine_source
       69       e_invrout_source               = l_t_routine_source_inv
       70     CHANGING
       71       c_description                  = l_routinetxtlg
       72     EXCEPTIONS
       73       template_error                 = 1
       74       OTHERS                         = 2.
       75   IF sy-subrc <> 0.
    >>>>>     MESSAGE x000(rstran).                                   "#EC *
       77   ENDIF.
    Can you please explain what could be the root cause for this and how to solve this??..
    since it has more mappings, please suggest a suitable solution to overcome this so that can avoid recreating this transformation..
    Thanks,
    Yog

    Hi,
    Pls chk Note 895364 - Correction: Short dump when you create an error DTP.
    Summary
    Symptom
    When you create an error DTP, a short dump occurs and the system issues a message telling you that the assert condition has been violated.
    Reason and Prerequisites
    This problem is caused by a program error, the error stack already contains data.
    Solution
    BW 7.0
               Import Support Package 06 for 7.0 (BW7.0 Patch 06 or SAPKW70006) into your BW system. The Support Package is available when Note 0872278 "SAPBWNews BW 7.0 Support Package 06", which describes this Support Package in more detail, is released for customers.
    To provide advance information, the notes mentioned above may be available before the Support Package is released. In this case, the short text of the note still contains the words "Preliminary version".
    *Pls ask your basis team to apply this patch**
    Hope this helps,
    Regards
    CSM Reddy

  • Less source fields in transformation than in the source DSO

    Hi,
    I'm in a business content flow DSO 0GN_BP (consolidated BP) to fill master data attribut 0GN_VENDOR.
    In the transformation source fields I only have a part of the fields in the DSO.
    17 fields in DSO and only 10 in the source fields in the transformation.
    <b>How can I get all the fields of the DSO as source fields in the transformation ?</b>
    Regards,

    I've log out log in, refresh the hierarchy etc. Nothing.
    I hit the right DSO with the transformation.
    The DSO is activated as well as the infoobject inside.
    I've tried to reactivated it just to be sure ... but still missing fields in transformation.
    I've also reactivate the DSO. Run RSRT on DTP, DSO ... all green.
    I've check the structure tables of the DSO and they all got the right number of fields.
    This is really weird. I'm going through a customer message.
    Thanks for your help. I'll come back here if SAP found a solution.

  • Error: "... is not a table ..." XML not correctly interpreted after XSL-transformation. Table row quantity problem.

    Hey guys, this is one of my xml-elements:
    Jaspreet Sohi 12 18 Juliane Lenz 11 17 Sophie Charlotte Stender 10 15 Rosbeh Hamidzadeh Khayyat 12 17 Lion Stoldt 12 17 Mats Lucas Meincke 6 8 Bero Luke Vincent Ernst 6 8 Cedric Roth 6 8 Soner Cantay 6 8 The following XSL Transformation I use once for transforming all "m" tags and once in order to transform all "j" tags. Please imagine the CSL-code below to be duplicated exactly. Only the "jungs"-table-Tag is replaced by "mädchen" and all underscores _j are replace by _m. As well all "select="j[@..." parts are replaced by "select="m[@...". 1 2 3 The code is very easygoing I think and not difficult to understand. As I said, I use it twice - for both transformations. The very, extremely weird thing, my problem, is that one transformation works perfectly in InDesign and a table is created for all "kategorie"-tags (all is set within a for-each loop). But the second script does not work! I simply do not get this I can't understand it. I've tried more than anything. InDesign sais (in German, so translated based on assumption) "jungs is an invalid table element or is displayed in wrong order". The second strange thing is that I can replace my "aid:trows" attribute by any number, e.g. "10" and immediately the script works fine (as there are never more than 6 "j" tags in my XML so that never the table has more than 6 rows"). But it does not want to work correctly with the actual number, my variable "rows_j". These are my variables: They are all defined before the tables for m and j are created. So finally, why (the heck) is one table created and interpreted perfectly whereas the second - immediately following the first in the XSL.script as an EXACT copy of the first - results in an error? As i've already said, I've tried really everything. For example the script works also when one of the parts "" is randomly deleted from the script. Removing one of these parts directly makes the script working. Just one of my attempts to understand the thing but this has only shown that none of these parts "cell to end-for-each" includes an error. I'm really desperate and looking forward to being rescued by one of you geniuses :)

    Hah, No worries. The forum software is, well, different.
    What would be better, though, would be a sample ID file, any XSLT/XLT files you use, and a bit of data exactly as you have it (pre-transform state). ZIP it up, upload to say dropbox.com and feel free to send me a private message for the download link.
    Too many times there is something different between samples pasted into a post and the real thing that it is sometimes less useful time-wise. I'll keep it private, of course. Then we can communicate via PMs or email until we can (hopefully) arrive together at a solution, then post what that solution is in the forum to benefit others.
    Thank you, Mike

  • Calling a function module from within a transformation routine

    I created a routine within a transformation and experience the following weird behavior now:
    When I call a function module within that routine, the load fails with the following error message:
    Exceptions in Substep: Rules
    When I click on the button next to this text, it point me to my function module call.
    What I do not understand is, that the following two scenarios work fine:
    - Having the same function call (with fake values) in a plain ABAP program works beautilfully
    - If I copy the content of my function module directly into my transformation routine, everything works fine as well
    I am now wondering whether the routine does not "see" the function module I am calling. The module resides in a different package. Is that a problem? Do I have to include something first?
    Here is the code that calls my FM (
    CALL FUNCTION 'Z_CA_CONVERT_US_COST'
         EXPORTING
            PSOURCEVAL                      = SOURCE_FIELDS-/BIC/USFRZMFC
            PSOURCEUOM                      = SOURCE_FIELDS-BASE_UOM
            PUSITM                          = SOURCE_FIELDS-/BIC/USITM
            PTARGETUOM                      = PRODUCTION_UOM
         IMPORTING
            PTARGETVAL                = RESULT
         EXCEPTIONS
           CONVERSION_NOT_MAINTAINED = 1
           PARTNO_NOT_FOUND          = 2
           OTHERS                    = 3.
    Thanks a lot for your help. Points will be assigned.
    Dennis

    Good catch, BI Learner. This was exactly it: when assigning the values from SOURCEFIELDS directly to the import/export parameters, you have to make sure that the types are EXACTLY the same, otherwise it will not work (the routine stops with an error when calling the FM, but there is no dump).
    Therefore, to solve my problem, I created the declarations precisely as expected by the FM and assigned the values to these fields:
    DATA:
          SOURCEVAL TYPE  /BIC/OIINVQTY,
          SOURCEUOM TYPE  /BIC/OIUSUOM,
          USITM TYPE  /BIC/OIUSITM,
          TARGETUOM TYPE  /BIC/OIUSUOM,
          CONVERTED_COST TYPE  /BIC/OIINVQTY.
    DATA PRODUCTION_UOM TYPE /BIC/OIUSUOM.
    " get the Production UOM
        SELECT SINGLE I~/BIC/USPRDUOM
          FROM /BIC/PUSITM AS I
          INTO PRODUCTION_UOM
          WHERE I~/BIC/USITM = SOURCE_FIELDS-/BIC/USITM AND I~OBJVERS = 'A'.
        IF ( SY-SUBRC = 4 ). " no records found
          "RAISE PARTNO_NOT_FOUND.
          RAISE EXCEPTION TYPE CX_RSROUT_SKIP_RECORD.
        ENDIF.
    " load the parameters
        SOURCEVAL = SOURCE_FIELDS-/BIC/USFRZMFC.
        SOURCEUOM = SOURCE_FIELDS-BASE_UOM.
        USITM = SOURCE_FIELDS-/BIC/USITM.
    " then you can call the FM
        CALL FUNCTION 'Z_CA_CONVERT_US_COST'
          EXPORTING
            PSOURCEVAL                = SOURCEVAL
            PSOURCEUOM                = SOURCEUOM
            PUSITM                    = USITM
            PTARGETUOM                = PRODUCTION_UOM
          IMPORTING
            PTARGETVAL                = CONVERTED_COST
          EXCEPTIONS
            CONVERSION_NOT_MAINTAINED = 1
            PARTNO_NOT_FOUND          = 2
            OTHERS                    = 3.
    " ... [do the rest]
    Thanks for your help,
    Dennis

  • Still weird problems with CS4/My new computer

    Here is situation. Machine works very well when I´m editing HD video but soon as I start edit multi-cam: PROBLEMS! And as I watch from monitor that materia that I been edited so far, it works well, but as soon as I try to change cameras, everything slows-down. Like there is too little memory or something. Could the problem be somewhere in that CS4 program? Because I watch same time those CPU/Memory values and they don´t go very hight. CPU about max. 40% and Memory max 4Gb. And basicly: Is thia computer powerfull enough for Creative Suite CS4
    My graphics card is, ATI Radeon HD 4870. I have update my bios and  Radeon should be 64bit with latest drivers.
    I have ran PassMark Performance test again and again. 2D results are mysterious low and also  disk results ( sequenta write/random seek).
    Everydays I got bluescreens (Bad_Pool-Header, Bad-Pool_Caller etc.)
    Also I´ve notised that in that computer shop they connect those Hard-drives in in SAT 3 and 4. Should they be connected in 1 & 2?
    Also my "first" hard-drive (C:) shoud be very fast, 10 000rpm but in that performance test, and also in Windows hard-drive test results shows, that information does not move as fast as it should be?
    Hard-drive is 300 GB ATA II VelociRaptor drive model FS WD3000HLFS
    ( http://wdc.custhelp.com/cgi-bin/wdc.cfg/php/enduser/std_adp.php?p_faqid=2503 ). Is that hard-drive appropriate for Windows 7 or vise versa?
    Or could that problem be in my memory chips?
    In here I ad my DxDiag-file. I wonder why there said that in displey devices: Current Mode: 1920 x 1200 (32 bit) (59Hz) ?? Should it be 645Bit be cause displaycard is 64bit ???
    System Information
    Time of this report: 11/11/2009, 21:51:10
           Machine name: OMISTAJA-PC
       Operating System: Windows 7 Professional 64-bit (6.1, Build 7600) (7600.win7_rtm.090713-1255)
               Language: Finnish (Regional Setting: Finnish)
    System Manufacturer: System manufacturer
           System Model: System Product Name
                   BIOS: BIOS Date: 09/03/09 15:52:51 Ver: 08.00.15
              Processor: Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz (8 CPUs), ~2.7GHz
                 Memory: 12288MB RAM
    Available OS Memory: 12280MB RAM
              Page File: 2387MB used, 22168MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7600.16385 64bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
            Sound Tab 3: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: ATI Radeon HD 4800 Series
           Manufacturer: ATI Technologies Inc.
              Chip type: ATI display adapter (0x9440)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_9440&SUBSYS_22671787&REV_00
         Display Memory: 4083 MB
       Dedicated Memory: 1015 MB
          Shared Memory: 3067 MB
           Current Mode: 1920 x 1200 (32 bit) (59Hz)
           Monitor Name: Yleinen PnP-näyttölaite
          Monitor Model: Q241WB-2
             Monitor Id: VSCDC21
            Native Mode: 1920 x 1200(p) (59.950Hz)
            Output Type: HD15
            Driver Name: atiumd64.dll,atidxx64.dll,atiumdag,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.14.0010.0700 (English)
         Driver Version: 8.661.0.0
            DDI Version: 10.1
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 9/24/2009 00:00:58, 4649472 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-D700-11CF-8B76-6D02A1C2C535}
              Vendor ID: 0x1002
              Device ID: 0x9440
              SubSys ID: 0x22671787
            Revision ID: 0x0000
    Driver Strong Name: oem15.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_R7X:8.661.0.0:pci\ven_1002&dev_9440
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Kaiuttimet (SoundMAX Integrated Digital HD Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_11D4&DEV_989B&SUBSYS_10438372&REV_1003
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: ADIHdAud.sys
             Driver Version: 6.10.0002.6585 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 6/5/2009 11:42:04, 475136 bytes
                Other Files:
            Driver Provider: AnalogDevices
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: SPDIF-liitäntä (SoundMAX Integrated Digital HD Audio)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_11D4&DEV_989B&SUBSYS_10438372&REV_1003
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: ADIHdAud.sys
             Driver Version: 6.10.0002.6585 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 6/5/2009 11:42:04, 475136 bytes
                Other Files:
            Driver Provider: AnalogDevices
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Digitaalinen lähtö (SoundMAX Integrated Digital HD Audio)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_11D4&DEV_989B&SUBSYS_10438372&REV_1003
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: ADIHdAud.sys
             Driver Version: 6.10.0002.6585 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 6/5/2009 11:42:04, 475136 bytes
                Other Files:
            Driver Provider: AnalogDevices
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Mikrofoni (SoundMAX Integrated Digital HD Audio)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: ADIHdAud.sys
             Driver Version: 6.10.0002.6585 (English)
          Driver Attributes: Final Retail
              Date and Size: 6/5/2009 11:42:04, 475136 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Linjatulo (SoundMAX Integrated Digital HD Audio)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: ADIHdAud.sys
             Driver Version: 6.10.0002.6585 (English)
          Driver Attributes: Final Retail
              Date and Size: 6/5/2009 11:42:04, 475136 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Hiiri
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Näppäimistö
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: MTE-450
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x056A, 0x0065
            FF Driver: n/a
          Device Name: HID-compliant consumer control device
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x1267, 0x0103
            FF Driver: n/a
          Device Name: HID-yhteensopiva laite
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x1267, 0x0103
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB-pääkeskitin
    | Vendor/Product ID: 0x8086, 0x3A36
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 7/14/2009 02:07:09, 343040 bytes
    | Driver: usbd.sys, 7/14/2009 02:06:23, 7936 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x1267, 0x0103
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 7/14/2009 02:00:20, 33280 bytes
    | Driver: kbdclass.sys, 7/14/2009 03:48:04, 50768 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 7/14/2009 01:19:57, 105472 bytes
    | Driver: kbdclass.sys, 7/14/2009 03:48:04, 50768 bytes
    |
    +
    | Vendor/Product ID: 0x045E, 0x00E1
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    |
    + HID-yhteensopiva hiiri
    | Vendor/Product ID: 0x056A, 0x0065
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 7/14/2009 02:00:20, 31232 bytes
    | Driver: mouclass.sys, 7/14/2009 03:48:27, 49216 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 7/14/2009 03:45:55, 62544 bytes
    | Driver: sermouse.sys, 7/14/2009 02:00:20, 26624 bytes
    | Driver: mouclass.sys, 7/14/2009 03:48:27, 49216 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 219.6 GB
    Total Space: 286.2 GB
    File System: NTFS
          Model: WDC WD3000HLFS-01G6U0 ATA Device
          Drive: E:
    Free Space: 224.0 GB
    Total Space: 953.8 GB
    File System: NTFS
          Model: ST31000528AS ATA Device
          Drive: D:
          Model: HL-DT-ST BD-RE  BH08LS20 ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7600.16385 (Finnish), 7/14/2009 01:19:54, 147456 bytes
    System Devices
         Name: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A
    Device ID: PCI\VEN_8086&DEV_3A3A&SUBSYS_82D41043&REV_00\3&11583659&0&EF
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:30, 51200 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:06:31, 324608 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:07:09, 343040 bytes
         Name: Intel(R) ICH10 Family 2 port Serial ATA Storage Controller 2 - 3A26
    Device ID: PCI\VEN_8086&DEV_3A26&SUBSYS_82D41043&REV_00\3&11583659&0&FD
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/14/2009 03:45:45, 12352 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (Finnish), 7/14/2009 03:45:46, 48720 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/14/2009 03:52:21, 24128 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7600.16385 (Finnish), 7/14/2009 03:52:21, 155728 bytes
         Name: Intel(R) 5520/5500/X58 I/O Hub PCI Express Root Port 3 - 340A
    Device ID: PCI\VEN_8086&DEV_340A&SUBSYS_836B1043&REV_12\3&11583659&0&18
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (Finnish), 7/14/2009 03:45:45, 183872 bytes
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A39
    Device ID: PCI\VEN_8086&DEV_3A39&SUBSYS_82D41043&REV_00\3&11583659&0&D2
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:06:31, 324608 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:07:09, 343040 bytes
         Name: Intel(R) ICH10 Family 4 port Serial ATA Storage Controller 1 - 3A20
    Device ID: PCI\VEN_8086&DEV_3A20&SUBSYS_82D41043&REV_00\3&11583659&0&FA
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/14/2009 03:45:45, 12352 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (Finnish), 7/14/2009 03:45:46, 48720 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/14/2009 03:52:21, 24128 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7600.16385 (Finnish), 7/14/2009 03:52:21, 155728 bytes
         Name: Intel(R) 5520/5500/X58 I/O Hub PCI Express Root Port 1 - 3408
    Device ID: PCI\VEN_8086&DEV_3408&SUBSYS_836B1043&REV_12\3&11583659&0&08
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (Finnish), 7/14/2009 03:45:45, 183872 bytes
         Name: High Definition Audio -ohjain
    Device ID: PCI\VEN_1002&DEV_AA30&SUBSYS_AA301787&REV_00\4&2EB3824&0&0118
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:06:13, 122368 bytes
         Name: Intel(R) ICH10 Family PCI Express Root Port 6 - 3A4A
    Device ID: PCI\VEN_8086&DEV_3A4A&SUBSYS_82EA1043&REV_00\3&11583659&0&E5
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (Finnish), 7/14/2009 03:45:45, 183872 bytes
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A38
    Device ID: PCI\VEN_8086&DEV_3A38&SUBSYS_82D41043&REV_00\3&11583659&0&D1
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:06:31, 324608 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:07:09, 343040 bytes
         Name: Intel(R) ICH10R LPC Interface Controller - 3A16
    Device ID: PCI\VEN_8086&DEV_3A16&SUBSYS_82D41043&REV_00\3&11583659&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/14/2009 03:48:27, 15424 bytes
         Name: Intel(R) 5520/5500/X58 I/O Hub to ESI Port - 3405
    Device ID: PCI\VEN_8086&DEV_3405&SUBSYS_836B1043&REV_12\3&11583659&0&00
       Driver: n/a
         Name: ATI Radeon HD 4800 Series
    Device ID: PCI\VEN_1002&DEV_9440&SUBSYS_22671787&REV_00\4&2EB3824&0&0018
       Driver: C:\Windows\system32\DRIVERS\atikmdag.sys, 8.01.0001.0961 (English), 9/24/2009 01:01:24, 6175744 bytes
       Driver: C:\Windows\system32\DRIVERS\ati2erec.dll, 1.00.0000.0019 (English), 9/23/2009 23:21:08, 53248 bytes
       Driver: C:\Windows\system32\atiumd64.dll, 8.14.0010.0700 (English), 9/24/2009 00:00:58, 4649472 bytes
       Driver: C:\Windows\system32\atiumd6a.dll, 8.14.0010.0236 (English), 9/23/2009 23:54:38, 2519040 bytes
       Driver: C:\Windows\system32\atitmm64.dll, 6.14.0011.0022 (English), 9/24/2009 00:26:40, 120320 bytes
       Driver: C:\Windows\system32\atiicdxx.dat, 8/26/2009 18:58:14, 195854 bytes
       Driver: C:\Windows\system32\amdpcom64.dll, 8.14.0010.0023 (English), 9/23/2009 23:36:42, 53248 bytes
       Driver: C:\Windows\system32\atimpc64.dll, 8.14.0010.0023 (English), 9/23/2009 23:36:42, 53248 bytes
       Driver: C:\Windows\system32\atiadlxx.dll, 6.14.0010.1052 (English), 9/23/2009 23:36:12, 291840 bytes
       Driver: C:\Windows\system32\atiumd6a.cap, 9/23/2009 23:52:18, 333904 bytes
       Driver: C:\Windows\system32\atimuixx.dll, 6.14.0010.1001 (English), 9/24/2009 00:25:52, 12288 bytes
       Driver: C:\Windows\system32\atiesrxx.exe, 6.14.0011.1043 (English), 9/24/2009 00:28:02, 202752 bytes
       Driver: C:\Windows\system32\atieclxx.exe, 6.14.0011.1043 (English), 9/24/2009 00:28:36, 439296 bytes
       Driver: C:\Windows\system32\atipdl64.dll, 6.14.0010.2560 (English), 9/24/2009 00:26:20, 421376 bytes
       Driver: C:\Windows\system32\atiedu64.dll, 6.14.0010.2514 (English), 9/24/2009 00:25:46, 59392 bytes
       Driver: C:\Windows\system32\ATIDEMGX.dll, 2.00.3553.31463 (Finnish), 9/24/2009 00:28:48, 446464 bytes
       Driver: C:\Windows\system32\atio6axx.dll, 6.14.0010.9026 (English), 9/24/2009 00:17:54, 16681984 bytes
       Driver: C:\Windows\system32\aticaldd64.dll, 6.14.0010.0427 (English), 9/23/2009 23:33:06, 4592640 bytes
       Driver: C:\Windows\system32\aticalrt64.dll, 6.14.0010.0427 (English), 9/23/2009 23:33:36, 48640 bytes
       Driver: C:\Windows\system32\aticalcl64.dll, 6.14.0010.0427 (English), 9/23/2009 23:33:22, 41984 bytes
       Driver: C:\Windows\system32\atibtmon.exe, 2.00.0000.0000 (English), 5/11/2009 21:35:30, 118784 bytes
       Driver: C:\Windows\system32\atidxx64.dll, 8.17.0010.0233 (English), 9/24/2009 00:15:10, 3598848 bytes
       Driver: C:\Windows\SysWOW64\atiumdag.dll, 8.14.0010.0700 (English), 9/24/2009 00:06:42, 3593216 bytes
       Driver: C:\Windows\SysWOW64\atiumdva.dll, 8.14.0010.0236 (English), 9/23/2009 23:48:48, 2849792 bytes
       Driver: C:\Windows\SysWOW64\amdpcom32.dll, 8.14.0010.0023 (English), 9/23/2009 23:36:36, 52224 bytes
       Driver: C:\Windows\SysWOW64\atimpc32.dll, 8.14.0010.0023 (English), 9/23/2009 23:36:36, 52224 bytes
       Driver: C:\Windows\SysWOW64\atiadlxy.dll, 6.14.0010.1052 (English), 9/23/2009 23:36:04, 204800 bytes
       Driver: C:\Windows\SysWOW64\atiumdva.cap, 9/23/2009 23:48:28, 333904 bytes
       Driver: C:\Windows\SysWOW64\atipdlxx.dll, 6.14.0010.2560 (English), 9/24/2009 00:26:12, 356352 bytes
       Driver: C:\Windows\SysWOW64\Oemdspif.dll, 6.15.0006.0006 (English), 9/24/2009 00:25:58, 274432 bytes
       Driver: C:\Windows\SysWOW64\ati2edxx.dll, 6.14.0010.2514 (English), 9/24/2009 00:25:42, 43520 bytes
       Driver: C:\Windows\SysWOW64\atioglxx.dll, 6.14.0010.9026 (English), 9/23/2009 23:55:32, 12603904 bytes
       Driver: C:\Windows\SysWOW64\atidxx32.dll, 8.17.0010.0233 (English), 9/24/2009 00:22:54, 3009536 bytes
       Driver: C:\Windows\SysWOW64\aticaldd.dll, 6.14.0010.0427 (English), 9/23/2009 23:32:10, 3502080 bytes
       Driver: C:\Windows\SysWOW64\aticalrt.dll, 6.14.0010.0427 (English), 9/23/2009 23:33:34, 53248 bytes
       Driver: C:\Windows\SysWOW64\aticalcl.dll, 6.14.0010.0427 (English), 9/23/2009 23:33:20, 53248 bytes
       Driver: C:\Windows\atiogl.xml, 8/7/2009 09:31:36, 18618 bytes
       Driver: C:\Windows\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 2/3/2009 20:52:08, 51200 bytes
       Driver: C:\Windows\system32\ATIODE.exe, 1.00.0000.0001 (English), 2/18/2009 17:55:24, 332288 bytes
         Name: Intel(R) ICH10 Family PCI Express Root Port 5 - 3A48
    Device ID: PCI\VEN_8086&DEV_3A48&SUBSYS_82EA1043&REV_00\3&11583659&0&E4
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (Finnish), 7/14/2009 03:45:45, 183872 bytes
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A37
    Device ID: PCI\VEN_8086&DEV_3A37&SUBSYS_82D41043&REV_00\3&11583659&0&D0
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:06:31, 324608 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:07:09, 343040 bytes
         Name: Intel(R) 5520/5500/X58 I/O Hub Throttle Registers - 3438
    Device ID: PCI\VEN_8086&DEV_3438&SUBSYS_00000000&REV_12\3&11583659&0&A3
       Driver: n/a
         Name: Intel(R) 82801 PCI Bridge - 244E
    Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_82D41043&REV_90\3&11583659&0&F0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (Finnish), 7/14/2009 03:45:45, 183872 bytes
         Name: Intel(R) ICH10 Family PCI Express Root Port 3 - 3A44
    Device ID: PCI\VEN_8086&DEV_3A44&SUBSYS_82EA1043&REV_00\3&11583659&0&E2
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (Finnish), 7/14/2009 03:45:45, 183872 bytes
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A36
    Device ID: PCI\VEN_8086&DEV_3A36&SUBSYS_82D41043&REV_00\3&11583659&0&EA
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:06:31, 324608 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:07:09, 343040 bytes
         Name: Intel(R) 5520/5500/X58 I/O Hub System Management Registers - 342E
    Device ID: PCI\VEN_8086&DEV_342E&SUBSYS_00000000&REV_12\3&11583659&0&A0
       Driver: n/a
         Name: Marvell 61xx RAID Controller
    Device ID: PCI\VEN_11AB&DEV_6121&SUBSYS_82121043&REV_B2\4&28714A0B&0&00E4
       Driver: n/a
         Name: Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40
    Device ID: PCI\VEN_8086&DEV_3A40&SUBSYS_82EA1043&REV_00\3&11583659&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (Finnish), 7/14/2009 03:45:45, 183872 bytes
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A35
    Device ID: PCI\VEN_8086&DEV_3A35&SUBSYS_82D41043&REV_00\3&11583659&0&E9
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:06:31, 324608 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:07:09, 343040 bytes
         Name: Intel(R) 5520/5500/X58 I/O Hub Control Status and RAS Registers - 3423
    Device ID: PCI\VEN_8086&DEV_3423&SUBSYS_00000000&REV_12\3&11583659&0&A2
       Driver: n/a
         Name: Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller
    Device ID: PCI\VEN_11AB&DEV_4364&SUBSYS_81F81043&REV_12\4&B1C1760&0&00E5
       Driver: C:\Windows\system32\DRIVERS\yk62x64.sys, 11.22.0003.0003 (English), 9/28/2009 09:22:00, 395264 bytes
       Driver: C:\Windows\system32\yk62x64.dll, 11.10.0002.0003 (English), 9/28/2009 09:22:00, 496128 bytes
         Name: High Definition Audio -ohjain
    Device ID: PCI\VEN_8086&DEV_3A3E&SUBSYS_82EA1043&REV_00\3&11583659&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:06:13, 122368 bytes
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A34
    Device ID: PCI\VEN_8086&DEV_3A34&SUBSYS_82D41043&REV_00\3&11583659&0&E8
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:06:31, 324608 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:07:09, 343040 bytes
         Name: Intel(R) 5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers - 3422
    Device ID: PCI\VEN_8086&DEV_3422&SUBSYS_00000000&REV_12\3&11583659&0&A1
       Driver: n/a
         Name: Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller #2
    Device ID: PCI\VEN_11AB&DEV_4364&SUBSYS_81F81043&REV_12\4&325840BC&0&00E2
       Driver: C:\Windows\system32\DRIVERS\yk62x64.sys, 11.22.0003.0003 (English), 9/28/2009 09:22:00, 395264 bytes
       Driver: C:\Windows\system32\yk62x64.dll, 11.10.0002.0003 (English), 9/28/2009 09:22:00, 496128 bytes
         Name: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C
    Device ID: PCI\VEN_8086&DEV_3A3C&SUBSYS_82D41043&REV_00\3&11583659&0&D7
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:30, 51200 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:06:31, 324608 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:07:09, 343040 bytes
         Name: Intel(R) ICH10 Family SMBus Controller - 3A30
    Device ID: PCI\VEN_8086&DEV_3A30&SUBSYS_82D41043&REV_00\3&11583659&0&FB
       Driver: n/a
         Name: Intel(R) 5520/5500/X58 I/O Hub PCI Express Root Port 7 - 340E
    Device ID: PCI\VEN_8086&DEV_340E&SUBSYS_836B1043&REV_12\3&11583659&0&38
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (Finnish), 7/14/2009 03:45:45, 183872 bytes
         Name: VIA 1394 OHCI -yhteensopiva isäntäohjain
    Device ID: PCI\VEN_1106&DEV_3044&SUBSYS_81FE1043&REV_C0\4&1B359D48&0&10F0
       Driver: C:\Windows\system32\DRIVERS\1394ohci.sys, 6.01.7600.16385 (Finnish), 7/14/2009 02:07:13, 227840 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7600.16385
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7600.16385
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7600.16385
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7600.16385
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7600.16385
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.00.0007.3094
    ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.00.0007.3094
    ffdshow Audio Decoder,0x3fffffff,1,1,ffdshow.ax,1.00.0007.3094
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7600.16385
    MPC - Mpeg Source (Gabest),0x00400000,0,0,MpegSplitter.ax,1.03.1290.0000
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7600.16385
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7600.16385
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7600.16385
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7600.16385
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7600.16385
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7600.16385
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
    MPC - RealVideo Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.03.1290.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7600.16385
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7600.16385
    Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7600.16385
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7600.16385
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7600.16385
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7600.16385
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7600.16385
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7600.16385
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7600.16385
    MPC - MP4 Source,0x00600000,0,0,MP4Splitter.ax,1.03.1290.0000
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7600.16385
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7600.16385
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7600.16385
    MPC - FLV Splitter (Gabest),0x00600000,1,1,FLVSplitter.ax,1.03.1290.0000
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7600.16385
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7600.16385
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7600.16385
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7600.16385
    Haali Media Splitter,0x00800001,0,1,splitter.x64.ax,1.09.0063.0013
    Haali Media Splitter (AR),0x00400000,1,1,splitter.x64.ax,1.09.0063.0013
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7600.16385
    MPC - MP4 Splitter,0x00600000,1,1,MP4Splitter.ax,1.03.1290.0000
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7600.16385
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7600.16385
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7600.16385
    Line 21 Decoder,0x00600000,1,1,,
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7600.16385
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7600.16385
    MPC - RealMedia Source,0x00600000,0,0,RealMediaSplitter.ax,1.03.1290.0000
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7600.16385
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7600.16385
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7600.16385
    File writer,0x00200000,1,0,qcap.dll,6.06.7600.16385
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7600.16385
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7600.16385
    Haali Simple Media Splitter,0x00200000,0,1,splitter.x64.ax,1.09.0063.0013
    DirectVobSub,0x00200000,2,1,vsfilter.dll,1.00.0001.0003
    MPC - RealAudio Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.03.1290.0000
    DirectVobSub (auto-loading version),0x00800002,2,1,vsfilter.dll,1.00.0001.0003
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7600.16385
    Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7600.16385
    Overlay Mixer2,0x00200000,1,1,,
    Haali Matroska Muxer,0x00200000,1,0,splitter.x64.ax,1.09.0063.0013
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7600.16385
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7600.16385
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7600.16385
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7600.16385
    ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.00.0007.3094
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7600.16385
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7600.16385
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7600.16385
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7600.16385
    MPC - FLV Source (Gabest),0x00600000,0,0,FLVSplitter.ax,1.03.1290.0000
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7600.16385
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7600.16385
    Overlay Mixer,0x00200000,0,0,,
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7600.16385
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.7600.16385
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7600.16385
    MPC - MPEG4 Video Splitter,0x00600000,1,1,MP4Splitter.ax,1.03.1290.0000
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7600.16385
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7600.16385
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7600.16385
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7600.16385
    ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.00.0007.3094
    MPC - Mpeg Splitter (Gabest),0x00400001,1,1,MpegSplitter.ax,1.03.1290.0000
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    MPC - RealMedia Splitter,0x00600000,1,1,RealMediaSplitter.ax,1.03.1290.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7600.16385
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7600.16385
    MPC - MPEG4 Video Source,0x00600000,0,0,MP4Splitter.ax,1.03.1290.0000
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7600.16385
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7600.16385
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7600.16385
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7600.16385
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Haali Video Sink,0x00200000,1,0,splitter.x64.ax,1.09.0063.0013
    AC3File,0x00600000,0,1,ac3file64.ax,
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7600.16385
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7600.16385
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7600.16385
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink -muunnin,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7600.16385
    ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.00.0007.3094
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7600.16385
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7600.16385
    PCM,0x00200000,1,1,quartz.dll,6.06.7600.16385
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7600.16385
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7600.16385
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7600.16385
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7600.16385
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7600.16385
    Audio Capture Sources:
    Mikrofoni (SoundMAX Integrated ,0x00200000,0,0,qcap.dll,6.06.7600.16385
    Linjatulo (SoundMAX Integrated ,0x00200000,0,0,qcap.dll,6.06.7600.16385
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7600.16385
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7600.16385
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7600.16385
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7600.16385
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7600.16385
    WDM Streaming Capture Devices:
    ,0x00000000,0,0,,
    SoundMAX HD Audio I,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    WDM Streaming Rendering Devices:
    ATI HD Audio rear output,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    HD Audio digital out,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    HD Audio digital out 2,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    SoundMAX HD Audio O,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16385
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16385
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16385
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16385
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7600.16385
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7600.16385
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7600.16385
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7600.16385
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7600.16385
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7600.16385
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7600.16385
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7600.16385
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink -muunnin,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    Audio Renderers:
    Kaiuttimet (SoundMAX Integrated,0x00200000,1,0,quartz.dll,6.06.7600.16385
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7600.16385
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7600.16385
    Digitaalinen lähtö (SoundMAX In,0x00200000,1,0,quartz.dll,6.06.7600.16385
    DirectSound: Digitaalinen lähtö (SoundMAX Integrated Digital HD Audio),0x00200000,1,0,quartz.dll,6.06.7600.16385
    DirectSound: Kaiuttimet (SoundMAX Integrated Digital HD Audio),0x00200000,1,0,quartz.dll,6.06.7600.16385
    DirectSound: SPDIF-liitäntä (SoundMAX Integrated Digital HD Audio),0x00200000,1,0,quartz.dll,6.06.7600.16385
    SPDIF-liitäntä (SoundMAX Integr,0x00200000,1,0,quartz.dll,6.06.7600.16385
    EVR Power Information
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0
    I also ad (attach file) result from Performance Test in jpg-format.
    Sami Malmberg

    Thanks for tips!
    We may have to clear up the hole computer. I have quite a lot videomaterial in hard-drive D, waiting for edit. In C there are basic brograms, Corel X4 and some players. Nothing bigger. Still, before that, now that "normal" HD editing is working quite well,  I wonder:
    Are CPU about  40% and Memory 4Gb values normal when I´m editing with CS4?
    Is my computer actual powerfull enough for Creative Suite CS4?
    Why in Earth are those 2D values so lame?
    Hard-drives are connected in SAT 3 and 4. Should they be connected in 1 & 2?
    First hard-drive (C:) shoud be very fast, 10 000rpm but in that performance test, and also in Windows hard-drive test results shows, why?
    Could problem be in my memory chips?
    And:
    In DxDiag-file, why there said that in display devices: Current Mode: 1920 x 1200 (32 bit) (59Hz) ?? Should it be 64Bit be cause displaycard is 64Bit??
    So many questions and so many possibilities...
    Thank you very much and sorry all my weird question but I´m about to explode becauise of this stupid machine!!! Arg!
    Sometimes I think that it would be better live in stoneage...
    Sami Malmberg
    ps. Check out hopepages of out feature film: www.yhtakyytia.com

  • Free Transform Rotation Issue - Layer rotates/moves by itself after clicking on it?

    Hey all.  Since the last update, I have been experiencing this weird issue while using Free Transform.  Sometimes, after I invoke Free Transform and then click on the layer I am transforming, it seems to rotate by itself.  Usually clockwise.  It happens really quickly.  It's almost like my mouse cursor is off center when I click on the layer and the it's like the layer rotates to match the location of my cursor.  It's so weird and quite difficult to describe.  I have also experienced the layer moving quickly to the right after clicking on it while in the Free Transform state.  I have tried 2 different mice and experienced the issue on both of them. I have also tried different mousing surfaces and experienced the same thing.  It doesn't happen every time but just sometimes.  It started doing it since the latest update.  It's really annoying.  Just wondering if anyone else has this issue.
    Adobe Photoshop Version: 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00) x64
    Operating System: Windows NT
    Version: 6.2
    System architecture: Intel CPU Family:6, Model:13, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 6
    Logical processor count: 12
    Processor speed: 3500 MHz
    Built-in memory: 16325 MB
    Free memory: 4904 MB
    Memory available to Photoshop: 14659 MB
    Memory used by Photoshop: 63 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GTX 690/PCIe/SSE2
    Display: 2
    Display Bounds:=  top: 0, left: 1920, bottom: 1080, right: 3840
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1080, right: 1920
    Video Card Number: 3
    Video Card: NVIDIA GeForce GTX 690
    OpenCL Unavailable
    Driver Version: 9.18.13.2018
    Driver Date: 20130512000000.000000-000
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um.dll,nvwgf2um.dll
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce GTX 690
    Video Card Memory: 2048 MB
    Video Rect Texture Size: 16384
    Video Card Number: 2
    Video Card: NVIDIA GeForce GTX 690
    OpenCL Unavailable
    Driver Version: 9.18.13.2018
    Driver Date: 20130512000000.000000-000
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um.dll,nvwgf2um.dll
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce GTX 690
    Video Card Memory: 2048 MB
    Video Rect Texture Size: 16384
    Video Card Number: 1
    Video Card: LogMeIn Mirror Driver
    OpenCL Unavailable
    Driver Version: 7.1.542.0
    Driver Date: 20060522000000.000000-000
    Video Card Driver:
    Video Mode:
    Video Card Caption: LogMeIn Mirror Driver
    Video Card Memory: 2048 MB
    Video Rect Texture Size: 16384
    Serial number: 91198134259239288106
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\%%username%name%s\Neo\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      W:\, 931.5G, 694.5G free
      S:\, 232.9G, 110.0G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/06/05-15:16:32   66.507768   66.507768
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/06/26-12:17:19   4.0.95   66.510504
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/06/05-15:16:32   66.507768   66.507768
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/06/05-15:16:32   66.507768   66.507768
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/06/05-15:16:32   66.507768   66.507768
       BIBUtils.dll   BIBUtils 2012/06/05-15:16:32   66.507768   66.507768
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/06/05-15:16:32   66.507768   66.507768
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 8.1
       Camera Raw Filter 8.1
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Clouds 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Collada 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       Comp%%username%name%ve GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Difference Clouds 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Embed Watermark 4.0
       Extrude 13.0
       FastCore Routines 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Measurement Core 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Mezzotint 13.0
       MMXCore Routines 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Picture Package Filter 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Pinch 13.0
       Pixar 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0.1
       Shear 13.0
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Sumi-e 13.0
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variations 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       WIA Support 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins:
       ShineOff [x64] v2.1.5 2.1.5.0
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    You may have downloaded an app that kick started something that caused the system to go whacko (how's that for a technical explanation) and maybe resetting the system will take care of it.
    Good luck. I hope it solves your issue!

  • Vocal Transformer vs AUPitch

    has anyone compared the Vocal Transformer to Apples AUPitch?
    Although the controls are different they seem to do the same thing. Its as though they are both the same AU but with two different user interfaces. But I'm not sure. It seems that AUPitch is getting the same job done with less stress on GB and with less sonic artifacts than Vocal Transformer.
    Has anyone compared the two?

    Well after much experimenting I have found that Apples AUPitch is better for changing the pitch of a vocal track than Vocal Transformer.
    I have found that Vocal Transformer introduces a number of odd sounding artifacts to a track particularly when changing the pitch upwards from male to female.
    Granted neither AU does a completely realistic job when changing a male vocal to a female vocal but with the right amount of tweaking good results can be achieved.
    I was able to fool some people into thinking a male track was actually a female singing when using Apples AUPitch. Whereas the Vocal transformer made the female track sound simply weird with mickey mouse swirly sound every now and then. More now than then actually.
    Well just checking in!

  • Weird snapping issues with objects in Ai CS5...

    For some reason, when I want to adjust a vectored object (expanded as well), is will only snaop to certain places.
    • Smart Guides is not engaged.
    • NONE of the perspective grid is activated.
    • NONE of the snap-to's are activated.
    But for the life of me, things keep snapping to some weird invisible point.
    Also, some overlapping objects, when I use the divide pathfinder tool, they divide all wonky.
    ANYBODY? I'm dying, here!

    Was the original from a Web new document profile? If so, turn off Align to Pixel Grid in the Transform panel.

  • Inactive Transformations and DSO

    Dear All,
       After recent system patching ,i see lot of Transformations and DSO's gone inactive ,this is weird.
      Could anyone tell is there any standard program to activate inactive DSO's.
    Thanks in Advance
    con

    Hi Diogo,
        Thanks for your immediate response and for the right solution.
       I can activate it now,thanks again.
       Keep in touch .
    Regards
    Con

  • Transformer/XPath Broken after importing nodes into the DOM

    I'm trying to combine nodes from several documents and then transform them.
    I parse the document with a namespace aware document builder without a hitch, and then import the nodes from the other documents (parsed the same way).
    Then I try to apply a transformer to the document and it only transforms the nodes that were in the original document. XPath also fails to see the nodes.
    The weird thing is, that if I write the document out to a buffer as XML and then parse that back in, everything works fine.
    So what the heck is going on?

    I don't see the XML or the XPath expression you're
    asking about. So I am going to take a wild guess and
    say that your problem is one that is popular lately,
    namely that XPath can't find elements that are in the
    default namespace.
    If your DocumentBuilder was not namespace-aware then
    the XPath would work (no default namespace applying)
    but if the Transformer was namespace-aware then the
    XPath would not work.
    Or it could very well be something else.You are correct. I discovered this about an hour after posting my question...
    If I make my DocumentBuilder namespace aware, the behavior is consistent.
    I can then solve my problem by specifying a NamespaceContext...
    Now my question is... should I make my DocumentBuilder namespaceAware?
    Since the XML Documents I'm dealing with only ever use one namespace,
    I don't see the harm in leaving namespaceAware off. Then I don't have to mess
    with a NamespaceContext. Am I missing something? When should
    namespaceAware be set to true?
    -Rob

  • Simple transform not working as expected

    I'm new to Oracle Spatial, and I'm having some problems.
    I'm trying to do a simple transform of a rectangle from one srid to another, and I'm getting the craziest results. After playing around, I found that I get the same weird behavior when I transform from an srid to itself.
    This, for example, returns what I would expect it to:
    select
    -- SDO_CS.TRANSFORM (
    SDO_GEOMETRY ( 2003, 8307, null, sdo_elem_info_array ( 1, 1003, 3 ),
    SDO_ORDINATE_ARRAY ( -84.3416667, 41.2833333, -84.3250000, 41.2750000 )
    -- ) , 8307
    AS results FROM dual
    With the two lines commented out, this is a simple selection of a rectangular geometry, without any transformation. It returns the coordinates it was given, with the trailing '0's trimmed off:
    RESULTS(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES)
    SDO_GEOMETRY(2003, 8307, NULL, SDO_ELEM_INFO_ARRAY(1, 1003, 3), SDO_ORDINATE_ARRAY(
    -84.341667, 41.2833333, -84.325, 41.275))
    But if I uncomment the two lines, so that I' doing a transform of the rectangle from the WGS84 it was in into WGS 84, I get the weirdest results:
    select
    SDO_CS.TRANSFORM (
    SDO_GEOMETRY ( 2003, 8307, null, sdo_elem_info_array ( 1, 1003, 3 ),
    SDO_ORDINATE_ARRAY ( -84.3416667, 41.2833333, -84.3250000, 41.2750000 )
    ) , 8307
    AS results FROM dual
    RESULTS(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES)
    SDO_GEOMETRY(2003, 8307, NULL, SDO_ELEM_INFO_ARRAY(1, 1003, 1), SDO_ORDINATE_ARRAY(
    -84.341667, 41.2833333, -84.340767, 41.2833333, -84.339868, 41.2833333, -84.338969, 41.2833333, -84.338069, 41.2833333, -84.33717, 41.2833333, -84.336271, 41.2833333, -84.335371, 41.2833333, -84.334472, 41.2833333, -84.333573, 41.2833333, -84.332673, 41.2833333, -84.331774, 41.2833333, -84.330875, 41.2833333, -84.329976, 41.2833333, -84.329076, 41.2833333, -84.328177, 41.2833333, -84.327278, 41.2833333, -84.326378, 41.2833333, -84.325479, 41.2833333, -84.325, 41.2833333, -84.325, 44.88325, -84.325, 48.4831666, -84.325, 52.0830833, -84.325, 55.683, -84.325, 59.2829166, -84.325, 62.8828333, -84.325, 66.48275, -84.325, 70.0826666, -84.325, 73.6825833, -84.325, 77.2825, -84.325, 80.8824166, -84.325, 84.4823333, -84.325, 88.08225, -84.325, 91.6821666, -84.325, 95.2820833, -84.325, 98.882, -84.325, 102.481917, -84.325, 106.081833, -84.325, 109.68175, -84.325, 113.281667, -84.325, 116.881583, -84.325, 120.4815, -84.325, 124.081417, -84.325, 127.681333, -84.325, 131.28125, -84.325, 134.881167, -84.325, 138.481083, -84.325, 142.081, -84.325, 145.680917, -84.325, 149.280833, -84.325, 152.88075, -84.325, 156.480667, -84.325, 160.080583, -84.325, 163.6805, -84.325, 167.280417, -84.325, 170.880333, -84.325, 174.48025, -84.325, 178.080167, -84.325, 181.680083, -84.325, 185.28, -84.325, 188.879917, -84.325, 192.479833, -84.325, 196.07975, -84.325, 199.679667, -84.325, 203.279583, -84.325, 206.8795, -84.325, 210.479417, -84.325, 214.079333, -84.325, 217.67925, -84.325, 221.279167, -84.325, 224.879083, -84.325, 228.479, -84.325, 232.078917, -84.325, 235.678833, -84.325, 239.27875, -84.325, 242.878667, -84.325, 246.478583, -84.325, 250.0785, -84.325, 253.678417, -84.325, 257.278333, -84.325, 260.87825, -84.325, 264.478167, -84.325, 268.078083, -84.325, 271.678, -84.325, 275.277917, -84.325, 278.877833, -84.325, 282.47775, -84.325, 286.077667, -84.325, 289.677583, -84.325, 293.2775, -84.325, 296.877417, -84.325, 300.477333, -84.325, 304.07725, -84.325, 307.677167, -84.325, 311.277083, -84.325, 314.877, -84.325, 318.476917, -84.325, 322.076833, -84.325, 325.67675, -84.325, 329.276667, -84.325, 332.876583, -84.325, 336.4765, -84.325, 340.076417, -84.325, 343.676333, -84.325, 347.27625, -84.325, 350.876167, -84.325, 354.476083, -84.325, 358.076, -84.325, 361.675917, -84.325, 365.275833, -84.325, 368.87575, -84.325, 372.475667, -84.325, 376.075583, -84.325, 379.6755, -84.325, 383.275417, -84.325, 386.875333, -84.325, 390.47525, -84.325, 394.075167, -84.325, 397.675083, -84.325, 41.275, -84.325899, 41.275, -84.326799, 41.275, -84.327698, 41.275, -84.328597, 41.275, -84.329497, 41.275, -84.330396, 41.275, -84.331295, 41.275, -84.332195, 41.275, -84.333094, 41.275, -84.333993, 41.275, -84.334893, 41.275, -84.335792, 41.275, -84.336691, 41.275, -84.337591, 41.275, -84.33849, 41.275, -84.339389, 41.275, -84.340288, 41.275, -84.341188, 41.275, -84.341667, 41.275, -84.341667, 37.6750833, -84.341667, 34.0751667, -84.341667, 30.47525, -84.341667, 26.8753333, -84.341667, 23.2754167, -84.341667, 19.6755, -84.341667, 16.0755833, -84.341667, 12.4756667, -84.341667, 8.87575, -84.341667, 5.27583333, -84.341667, 1.67591666, -84.341667, -1.924, -84.341667, -5.5239167, -84.341667, -9.1238333, -84.341667, -12.72375, -84.341667, -16.323667, -84.341667, -19.923583, -84.341667, -23.5235, -84.341667, -27.123417, -84.341667, -30.723333, -84.341667, -34.32325, -84.341667, -37.923167, -84.341667, -41.523083, -84.341667, -45.123, -84.341667, -48.722917, -84.341667, -52.322833, -84.341667, -55.92275, -84.341667, -59.522667, -84.341667, -63.122583, -84.341667, -66.7225, -84.341667, -70.322417, -84.341667, -73.922333, -84.341667, -77.52225, -84.341667, -81.122167, -84.341667, -84.722083, -84.341667, -88.322, -84.341667, -91.921917, -84.341667, -95.521833, -84.341667, -99.12175, -84.341667, -102.72167, -84.341667, -106.32158, -84.341667, -109.9215, -84.341667, -113.52142, -84.341667, -117.12133, -84.341667, -120.72125, -84.341667, -124.32117, -84.341667, -127.92108, -84.341667, -131.521, -84.341667, -135.12092, -84.341667, -138.72083, -84.341667, -142.32075, -84.341667, -145.92067, -84.341667, -149.52058, -84.341667, -153.1205, -84.341667, -156.72042, -84.341667, -160.32033, -84.341667, -163.92025, -84.341667, -167.52017, -84.341667, -171.12008, -84.341667, -174.72, -84.341667, -178.31992, -84.341667, -181.91983, -84.341667, -185.51975, -84.341667, -189.11967, -84.341667, -192.71958, -84.341667, -196.3195, -84.341667, -199.91942, -84.341667, -203.51933, -84.341667, -207.11925, -84.341667, -210.71917, -84.341667, -214.31908, -84.341667, -217.919, -84.341667, -221.51892, -84.341667, -225.11883, -84.341667, -228.71875, -84.341667, -232.31867, -84.341667, -235.91858, -84.341667, -239.5185, -84.341667, -243.11842, -84.341667, -246.71833, -84.341667, -250.31825, -84.341667, -253.91817, -84.341667, -257.51808, -84.341667, -261.118, -84.341667, -264.71792, -84.341667, -268.31783, -84.341667, -271.91775, -84.341667, -275.51767, -84.341667, -279.11758, -84.341667, -282.7175, -84.341667, -286.31742, -84.341667, -289.91733, -84.341667, -293.51725, -84.341667, -297.11717, -84.341667, -300.71708, -84.341667, -304.317, -84.341667, -307.91692, -84.341667, -311.51683, -84.341667, -315.11675, -84.341667, 41.2833333))
    Which makes no sense to me whatsoever. I mean, why so many points? And why such absurd points? Srid 8307 is "Longitude / Latitude (WGS 84)", it shouldn't be giving me X coordinates of -250, or Y coordinates of 196.
    Clearly I'm doing something fundamentally wrong, but I'm at a loss to see what.
    I'm hoping it's something obvious. Help would be appreciated.

    Hi
    For someone being new, I advice to start reading, and yes a lot of informartion to deal with in the beginning, is the very well written documentaion.
    In your case you should read carefully chapter 6
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e11830/sdo_cs_concepts.htm#i891851
    with specific attention to 6.2 Geodetic Coordinate Support
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e11830/sdo_cs_concepts.htm#i891851
    In there you will find a section 6.2.4 Geodetic MBRs
    which completely describes the reasons behind the behaviour you have noticed.
    most important:
    The following considerations apply to the use of geodetic MBRs:
    •Do not use a geodetic MBR with spatial objects stored in the database. Use it only to construct a query window.
    •The lower-left Y coordinate (minY) must be less than the upper-right Y coordinate (maxY). If the lower-left X coordinate (minX) is greater than the upper-right X coordinate (maxX), the window is assumed to cross the date line meridian (that is, the meridian "opposite" the prime meridian, or both 180 and -180 longitude). For example, an MBR of (-10,10, -100, 20) with longitude/latitude data goes three-fourths of the way around the Earth (crossing the date line meridian), and goes from latitude lines 10 to 20.
    •When Spatial constructs the MBR internally for the query, lines along latitude lines are densified by adding points at one-degree intervals. This might affect results for objects within a few meters of the edge of the MBR (especially objects in the middle latitudes in both hemispheres).
    •When an optimized rectangle spans more than 119 degrees in longitude, it is internally divided into three rectangles; and as a result, these three rectangles share an edge that is the common boundary between them. If you validate the geometry of such an optimized rectangle, error code 13351 is returned because the internal rectangles have a shared edge. You can use such an optimized rectangle for queries with only the following: SDO_ANYINTERACT operator, SDO_RELATE operator with the ANYINTERACT mask, or SDO_GEOM.RELATE function with the ANYINTERACT mask. (Any other queries on such an optimized rectangle may return incorrect results.)
    Good luck
    Luc

  • Weird things happen when i resize.

    when i use the marquee tool and i select a box portion of something. then i got to transform selection and i set the dimensions to, lets say, 100px by 100px.
    then i copy and paste into a new document sometimes it decides to make the new document  1 or 2 pixels wider which is weird and annoying cause then i have this white line going down the side after pasting.
    and then using that image as a background pattern looks weird because i need to resize the canvas and get rid of that empty line. why does this happen its getting annoying.
    and feathering is set to 0

    If I understand correctly Selection > Transform Selection is basically the same as editing a Mask in that Interpolation has to be employed.
    If you are sure you want a rectangular Selection of certain pixel-dimensions you should probably set Style in the Options Bar to Fixed Size before making it.

  • Arrow keys force "commit" of Transform

    I'm dragging some large images into a FW document and then transforming them (Command-T) to a smaller size. When I get them close to final size I nudge them around to make sure they're really the size I want - but as soon as I tap an arrow key the Transform control handles go away and I'm no longer in "transform" mode.
    I assume this means that FW resamples the image pixels at that point - and so any further transforming counts as a second transformation (with further pixel degradation).
    Why would using the arrows cause the Transform to "commit" like this? Photoshop doesn't do it...
    Just another CS 4 inconsistency I guess (sigh)...

    Thanks for the link. I'm still gonna gripe here - bit less of a black hole, plus more chance of stirring up a mob, pitchforks, torches, etc.
    I'm getting the feeling FW is a bit more solid on the PC. Wonder if it started life there?
    It's interesting - I was talking to my wife about UI "feel" in various programs. We're all Mac so can't speak to the PC side, but Photoshop on the Mac just responds like it's reading your mind. FW does not - frequently misses clicks, doesn't select "intuitively", things drag funny or not where you want them to, etc. Flash too, maybe a little less so. Illustrator is picky too to some extent. InDesign as well. They all feel different and none as smooth as Photoshop.
    We both miss Freehand. Interesting since it was also a Macromedia app (and other apps like FW or Flash don't seem to "feel" as smooth), but like Photoshop it seemed to have a well tuned UI as far as selecting and manipulating things. Illustrator feels a bit more "professional" as an app but not as slick in UI responsiveness.
    Fireworks is this weird app that I want to like, and I think I DO like it, except that it has all these parts that just don't work like they "should" (i.e. like the user expects/intuits them to). Kind of like an old British motorcycle. I'm forcing myself to use it instead of my previous Photoshop/Imageready workflow, and I must say it's nice to stay in one app to work. Still takes me twice as long to do anything but guess that's learning curve.

Maybe you are looking for