Same FB-DIMM modules for all MacPro models?

Is the same FB-DIMM module use for 2.0GHz and 3.0GHz Mac Pros, or are they different Apple parts? Thanks.
blakespot

Nope… the FB-DIMM spec is the same for all models.

Similar Messages

  • Multipoint 2012: Same Desktop (Template/Image) for all stations possible?

    How can I get the same Desktop on all stations?
    - same startpage in Internet Explorer
    - same search engine (e.g. fragfinn.de)
    - same Icons on Metro and Desktop
    - same background

    Group Policy will do a lot of the things for you but it wasn't robust enough for my needs so I created an unattend.xml file for our sysprep image that accomplishes what you want. We've set up 3500 stations with this.
    We have 700+ of the same servers, so I created the image exactly how I wanted it, down to where the desktop icons were located, customizations within Office products, classicshell.net start button replacement, drivers, etc. The trick is to create a normal
    user account (not an administrator account) that will be copied over as your default profile when you sysprep the image. All users will get the account settings by default when you run sysprep. I suggest that you clean up this master user account as well,
    by deleting temp, cache, and dump files that are not needed. You can do this after-the-fact by cleaning the C:\Users\Default profile, but you might as well do it now. Also, do NOT turn on DiskProtect or authenticate Windows. The unattend.xml file will authenticate
    Windows for you and automatically log in as the administrator account so you can rename the server and join it to your domain if needed.
    1. Once you've got your image perfect, make a backup of the partition/drive BEFORE continuing, since if you ever want to make changes to your image (i.e. install Windows Updates, software, or new drivers), you'll need to restore from this backup. You can
    do this with Ghost, Acronis, or some free ones out there.
    2. Log into your master user account that will be used for all users (DO NOT USE THE ADMINISTRATOR ACCOUNT). For this example, I created a user called SysPrep.
    3. Open up a command prompt with "Run as Administrator" and run this command (replace "U:\SysPrep" with the drive and folder where you've saved your unattend.xml file). Your server will power off after a minute.
    Do NOT turn your computer back on unless you're going to boot up to a CD/USB drive to capture an image or backup.
    C:\Windows\System32\SysPrep\sysprep.exe /oobe /generalize /shutdown /unattend:U:\SysPrep\unattend.xml
    4. Your drive is now ready to be used as a master drive for cloning to other hard drives. You have several options at this point but let me tell you what I did.
    A. Create a .wim file of the image to be used in ConfigManager. I was able to do this by booting up into WinPE and then running the imagex command as shown in the "Capture an Image for Deployment" section of this guide:
    http://www.danscourses.com/Windows-7-and-8/how-to-create-a-wim-system-image-file-with-windowsaik-and-windowspe.html
    B. I also purchased some StarTech.com SATDOCK4U3RE stand-alone hard drive duplicators with 3 StarTech.com 12in 22 Pin SATA Power and Data Extension Cables (Item: SATA22PEXT from MonoPrice) to make the transfer easier (I just plug the hard drives to the cable,
    so I don't have to remove the hard drive enclosure). This allows you to copy the master hard drive to 3 other drives at the same time. It takes about 17 minutes to transfer the master drive to 3 other drives. I purchased 3 of these units, which was much cheaper
    than purchasing one big unit that does more hard drives at the same time
    5. You'll want to do some cleanup after you've booted up a computer with the image. These commands (just put them in a .bat file and run as an administrator) will remove the unattend.xml files from the computer since they may include passwords and it will
    remove the master user account (I called mine SysPrep) since you don't need that anymore. I have a TON of other commands that created for more customization, but that's beyond the scope of this message.
    del /Q /F c:\windows\system32\sysprep\unattend.xml
    del /Q /F c:\windows\panther\unattend.xml
    powershell -command "([ADSI]\"WinNT://$env:computername\").delete(\"user\",([ADSI]\"WinNT://$env:computername/SysPrep,User\").name.value)"
    Okay, one last thing, since you asked about the background image. There are ways to get a different background image and I think you can do this in the unattend.xml file, but I sort of cheated and just replaced the master background image with my own (if
    I remember correctly, the file was locked down, so I had to take ownership of it before I could replace it with my own). The downfall of this is that if you run a check/repair on your Windows system files (I can't remember the command for that) it'll "repair"
    this background image and restore the old one. Here's the default background image: C:\Windows\Web\Wallpaper\Windows\img0.jpg
    Here is the unattend.xml file that I created. You'll want to tweak it for your own. I take no responsibility if this messes up your system or doesn't work as expected, so make backups before using this. The magic of this unattend file is that the following
    two lines allow the image to retain your drivers and most of your user profile settings (custom toolbars and pinned programs will not be retained).
    <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>      
    <CopyProfile>true</CopyProfile>
    The following values need to be adjusted for your situation:
    <Value>TypeInYourAdminPassword</Value>
    <Value>TypeInYourAdminPassword</Value>
    <ProductKey>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</ProductKey>
    <CompanyName>YourCompanyName</CompanyName>
    <RegisteredOrganization>YourCompanyName</RegisteredOrganization>
    <RegisteredOrganization>YourCompanyName</RegisteredOrganization>
    <Organization>YourCompanyName</Organization>
    <Home_Page>http://google.com</Home_Page>
    <Manufacturer>Lenovo</Manufacturer>
    <Model>TS130</Model>
    <TimeZone>US Mountain Standard Time</TimeZone>
    <HorizontalResolution>1366</HorizontalResolution>
    <VerticalResolution>768</VerticalResolution>
    ----------------------- Here are the contents of the Unattend.xml file below ----------------------
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="windowsPE">
            <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
    xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SetupUILanguage>
                    <UILanguage>en-US</UILanguage>
                </SetupUILanguage>
                <InputLocale>0809:00000809</InputLocale>
                <SystemLocale>en-GB</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UserLocale>en-GB</UserLocale>
            </component>
            <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ComplianceCheck>
                    <DisplayReport>Never</DisplayReport>
                </ComplianceCheck>
                <Diagnostics>
                    <OptIn>false</OptIn>
                </Diagnostics>
                <DiskConfiguration>
                    <WillShowUI>Always</WillShowUI>
                </DiskConfiguration>
                <DynamicUpdate>
                    <Enable>true</Enable>
                    <WillShowUI>OnError</WillShowUI>
                </DynamicUpdate>
                <ImageInstall>
                    <OSImage>
                        <InstallFrom>
                            <MetaData wcm:action="add">
                                <Key>/IMAGE/NAME</Key>
                                <Value>Windows MultiPoint Server 2012</Value>
                            </MetaData>
                        </InstallFrom>
                    </OSImage>
                </ImageInstall>
                <UserData>
                    <AcceptEula>true</AcceptEula>
                    <FullName>IT</FullName>
                    <Organization>YourCompanyName</Organization>
                    <ProductKey>
                        <WillShowUI>OnError</WillShowUI>
                    </ProductKey>
                </UserData>
                <EnableNetwork>true</EnableNetwork>
            </component>
        </settings>
    <!--
        PersistAllDeviceInstalls set to true makes it so Windows doesn't delete the existing drivers when you generalize
        DoNotCleanUpNonPresentDevices set to true allows for devices to persist after generalization, even if they aren't turned on
    -->
        <settings pass="generalize">
            <component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
                <DoNotCleanUpNonPresentDevices>true</DoNotCleanUpNonPresentDevices>
            </component>
        </settings>
        <settings pass="specialize">
            <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
    xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Home_Page>http://google.com</Home_Page>
                <CompanyName>YourCompanyName</CompanyName>
                <FavoritesOnTop>true</FavoritesOnTop>
                <FilterLevel>High</FilterLevel>
                <ShowMenuBar>true</ShowMenuBar>
                <Help_Page></Help_Page>
                <DisableFirstRunWizard>true</DisableFirstRunWizard>
                <DisableWelcomePage>true</DisableWelcomePage>
                <PlaySound>true</PlaySound>
                <ShowInformationBar>true</ShowInformationBar>
                <UserAgent></UserAgent>
                <Window_Title_CN></Window_Title_CN>
                <SearchScopes>
                    <Scope wcm:action="add">
                        <ScopeDefault>true</ScopeDefault>
                        <ScopeKey>Search1</ScopeKey>
                        <ScopeDisplayName>Google</ScopeDisplayName>
                        <ScopeUrl>http://www.google.com/search?q={searchTerms}&amp;sourceid=ie7&amp;rls=com.microsoft:{language}:{referrer:source}&amp;ie={inputEncoding?}&amp;oe={outputEncoding?}</ScopeUrl>
                        <FaviconURL>http://www.google.com/favicon.ico</FaviconURL>
                        <SuggestionsURL>http://clients5.google.com/complete/search?q={searchTerms}&amp;client=ie8&amp;mw={ie:maxWidth}&amp;sh={ie:sectionHeight}&amp;rh={ie:rowHeight}&amp;inputencoding={inputEncoding}&amp;outputencoding={outputEncoding}</SuggestionsURL>
                    </Scope>
                </SearchScopes>
                <EnableLinksBar>false</EnableLinksBar>
                <PrintBackground>true</PrintBackground>
            </component>
            <component name="Microsoft-Windows-RemoteAssistance-Exe" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
    xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <fAllowFullControl>true</fAllowFullControl>
                <fAllowToGetHelp>true</fAllowToGetHelp>
            </component>
            <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SkipAutoActivation>false</SkipAutoActivation>
            </component>
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ProductKey>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</ProductKey>
                <ComputerName>*</ComputerName>
                <RegisteredOrganization>YourCompanyName</RegisteredOrganization>
                <RegisteredOwner>IT</RegisteredOwner>
                <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
                <CopyProfile>true</CopyProfile>
            </component>
            <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
    xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <fDenyTSConnections>false</fDenyTSConnections>
            </component>
            <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
            </component>
            <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
    xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <UserAuthentication>1</UserAuthentication>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SystemLocale>en-GB</SystemLocale>
                <UILanguage>en-GB</UILanguage>
                <UserLocale>0809:00000809</UserLocale>
            </component>
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <RegisteredOrganization>YourCompanyName</RegisteredOrganization>
                <RegisteredOwner>IT</RegisteredOwner>
                <TimeZone>US Mountain Standard Time</TimeZone>
                <Display>
                   <ColorDepth>32</ColorDepth>
                   <HorizontalResolution>1366</HorizontalResolution>
                   <VerticalResolution>768</VerticalResolution>
                </Display>    
                <Themes>
                    <ThemeName>C:\Windows\Resources\Themes\aero.theme</ThemeName>
                    <DefaultThemesOff>false</DefaultThemesOff>
                </Themes>
                <OEMInformation>
                    <Manufacturer>Lenovo</Manufacturer>
                    <Model>TS130</Model>
                </OEMInformation>
                <OOBE>
                    <HideEULAPage>true</HideEULAPage>
                    <NetworkLocation>Work</NetworkLocation>
                    <ProtectYourPC>1</ProtectYourPC>
                </OOBE>
                <UserAccounts>
                    <AdministratorPassword>
                        <Value>TypeInYourAdminPassword</Value>
                        <PlainText>true</PlainText>
                    </AdministratorPassword>
                </UserAccounts>
                <VisualEffects>
                    <FontSmoothing>ClearType</FontSmoothing>
                    <SystemDefaultBackgroundColor>9</SystemDefaultBackgroundColor>
                </VisualEffects>
                <AutoLogon>
                    <Password>
                        <Value>TypeInYourAdminPassword</Value>
                        <PlainText>true</PlainText>
                    </Password>
                    <Username>Administrator</Username>
                    <LogonCount>1</LogonCount>
                    <Enabled>true</Enabled>
                </AutoLogon>
            </component>
        </settings>
    </unattend>

  • HT5621 I have several apple devices, three are mine and the other ones belong to my little children.  I use the same ID and password for all the devices.  Is this a good idea? Do I need to change the apples ID?

    I use the same apple ID for all my devices, 2 iphones, 2 itouch, 1 macbook pro, 2 ipads.  Becuse I have small children, can I change that and still, have control, and don´t need to buy the same things serveral times.

    It is something I would avoid if possible.   I would want to educate my children to think possessively and therefore of security.  Yes, I know you are all family but at the end of the day you wouldn't want your children to be blaming each other for any problems that arise.  Well, that's how I see it, for what it is worth.

  • Same (global) view settings for all EXISTING playlists (iTunes 10.3)

    I guess some folks like to individually configure the columns of each and every of their playlists. But I like uniformity ... How can I apply global settings to all of my MANY existing playlists, like, let's say, Coverflow plus a certain selection of non-default columns.

    Maybe I should add that I do know global view settings are NOT a feature of iTunes 10.3. So it's not a matter of "where is the button I have to click".
    I also know that Apple Scripts exist as workarounds, but unfortunately I'm using Windows XP.
    Therefore, it's a question for the real experts amongst you, as some serious iTunes-tweaking is involved, either in Windows Registry, or in some hidden config-file.
    The most important question, though, is: why on earth are global view settings not a natural part of iTunes since Day One.

  • Same thumbnails are coming for all files

    Hi,
           I have mounted drive through adobe drive 4 on windows 7, it is showing same thumbnail for number of files but if i double click on file and it is opening correct file - i mean large previews are coming fine on opening file. There is some issue with the thumbnail of files. Please help

    Same code is working fine on mac machine but on windows it is showing this issue of thumbnail redundancy.

  • Lightroom 6 is displaying a blue screen with a white X through it in the Develop module for all my photos

    I can see a large version of my photo in Library mode, but in Develop module, all that appears is a blue screen with an X in it. Has anyone else experienced this? How can it be fixed?

    I went to the performance tab and LR6 is not even using my GTX860 card, it's using the onboard Intel HD Graphics 4600. Lame. And I'm still getting the blue screen.
    I disabled the GPU use and LR6 sped up considerably, oddly enough, especially the crop tool, which was very slow with LR6. Everything was always lightning fast with 5 and appears to be back to normal after disabling the PGU, so I'm fine with just leaving it disabled. Yeesh.
    Will try to update the NVidia drivers and post back.

  • Hello Mac Friend, do you have any idea the compatible of 1333Mhz 16GB ecc module for MacPro late 2012 ?

    Hello Mac Friend, do you have any idea the compatible of 1333Mhz 16GB ecc module for MacPro late 2012 ?

    You can spend months developing the expertise to choose exactly the right modules for a one-off purchase of RAM for your Mac.
    Or you can deal with a Mac-centric Vendor who already knows this information and will provide the correct modules for your exact model Mac, and stand behind them, for about the same price. Deal with Vendors who say:
    "It works in your Mac,
    or your money BACK."
    In the US, OWC (at MacSales.com) provides good support
    Many readers recommend crucial, I personally do not.
    I do most of my business with DataMemorySystems.com, as they tell you exactly what they are sending and have slightly better prices than OWC.
    If you are in another part of the world, please respond with what markets are available to you and readers can make additional recommendations.
    EDIT: 16GB DIMMs for this Mac are Registered DIMMs, and are subject to special rules:
    They do not mix with other sizes AT ALL.
    At most 3 modules of this size can be installed on each SIDE (6 total on the 8-core and 12 core)

  • Use the same code module for several steps in the sequence

    Hello All,
      I have been trying to set up a sequence that uses the same code module for all of the steps in the sequence, but am having trouble referring back to it when I need to send it commands.  I have gotten as far as calling the VI in a new thread so that it can be run asynchronously.  I can run the simple sequence and it will indeed open the VI, and move on to the next step.  When I close the VI manually from the front panel, the sequence in TestStand completes, as expected.  So it appears that I have that much working. 
      My question is how to call the separate thread from the main sequence or other sub sequences when I need to edit the parameters.  If I insert an Action step, I am required to select a VI file, but from what I can tell, it opens a different instance of the file, and does not provide an interface with the other instance running asycronously.  My next guess was to use a Statement step, but I was not able to figure out how to configure the lookup string to call the VI parameters.  Beyond that, I'm not sure how to proceed.  Please advise.   
      My intention is to start the code module VI (asynchronously), run several different subsequences within the main sequence that call that same VI and edit it's parameters, close everything and report on the results.  If I am misunderstanding how TestStand is supposed to work, please let me know. 
    Thanks,
    GSinMN    
    Solved!
    Go to Solution.

    What I do is use a Queue to send data to the asynchronous VI.  So it can run and do whatever, but also recieve the commands from the queue.  I use an Action Engine that holds the queue reference and sends the commands.  So you really just have to call the Action Engine from your sequences.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • ME21N - new field added and same value posted to it for all line items

    hi all
    i have added new field under item  level in me21n screen.
    data for new filed fetched from tables with values entered in header level material number.
    For one record, it is ok
    but for multiple records, same value is fetched for all line items
    i have written coding in screen exit for 0111
    and function exits EXIT_SAPMM06E_016 and EXIT_SAPMM06E_018
    how to solve
    pl help
    regards
    senthil

    MODULE STATUS_0111 OUTPUT.
    SET PF-STATUS 'xxxxxxxx'.
    SET TITLEBAR 'xxx'.
      if sy-tcode eq 'ME23N' or sy-tcode eq 'ME23'.
        LOOP at SCREEN.
          if screen-group1 ne 'PCS'.
            screen-input = 0.
            MODIFY SCREEN.
          endif.
        ENDLOOP.
      ENDIF.
      TYPES : BEGIN OF ty_cabn1,
             atnam TYPE cabn-atnam,
           end of ty_cabn1.
      DATA : itab_cabn1 TYPE STANDARD TABLE OF ty_cabn1 INITIAL SIZE 0,
             wa_cabn1 TYPE ty_cabn1.
      TYPES : BEGIN OF ty_cawn1,
        atinn TYPE cawn-atinn,
        atzhl TYPE cawn-atzhl,
        atwrt TYPE cawn-atwrt,
        end of ty_cawn1.
      DATA : itab_cawn1 TYPE STANDARD TABLE OF ty_cawn1 INITIAL SIZE 0,
             wa_cawn1 TYPE ty_cawn1.
      TYPES : BEGIN OF ty_cawnt1,
       pcs TYPE cawnt-atwtb,
        atinn TYPE cawnt-atinn,
        atzhl TYPE cawnt-atzhl,
        atwtb TYPE cawnt-atwtb,
          end of ty_cawnt1.
      DATA : itab_cawnt1 TYPE TABLE OF ty_cawnt1,
             wa_cawnt1 TYPE ty_cawnt1.
      TYPES : BEGIN OF ty_pcs1,
    pcs TYPE cawnt-atwtb,
      atwrt TYPE cawn-atwrt,
      atwtb TYPE cawnt-atwtb,
        end of ty_pcs1.
      DATA : itab_pcs3 TYPE TABLE OF ty_pcs1,
             itab_pcs4 TYPE TABLE OF ty_pcs1,
             wa_pcs1 TYPE ty_pcs1.
      TYPES : BEGIN OF ty_pcsn,
      matnr TYPE ausp-objek,
      ebelp TYPE dynpread-stepl,
      atwrt TYPE cawn-atwrt,
      atwtb TYPE cawnt-atwtb,
      END OF ty_pcsn.
      DATA : itab_pcsn TYPE TABLE OF ty_pcsn,
             wa_pcsn TYPE ty_pcsn.
      TYPES : BEGIN OF ty_ausp1,
         objek TYPE ausp-objek,
         atinn TYPE ausp-atinn,
         atwrt TYPE ausp-atwrt,
       END OF ty_ausp1.
      DATA : itab_ausp1 TYPE STANDARD TABLE OF ty_ausp1 INITIAL SIZE 0,
             wa_ausp1   TYPE ty_ausp1.
      DATA : param_name1(35) TYPE  c.
      DATA: progname1      TYPE sy-repid,
            dynnum1        TYPE sy-dynnr,
            dynpro_values1 TYPE TABLE OF dynpread,
            dynpro_values2 TYPE TABLE OF dynpread,
            field_value1   LIKE LINE OF dynpro_values1,
            ematn1         TYPE mara-matnr.
      if sy-tcode ne 'ME23N' and sy-tcode ne 'ME23'.  "psk
        clear : itab_cabn1,itab_cawn1,itab_cawnt1,itab_pcs3,itab_pcs4,itab_pcsn,itab_ausp1.
        clear : wa_cawn1,wa_cawnt1,wa_pcs1,wa_ausp1.
        if sy-uname eq 'IBM_ABAP'.
          param_name1 = '000000001'.
        else.
          param_name1 = '000000013'.
        endif.
        SELECT atnam
        FROM cabn
        INTO CORRESPONDING FIELDS OF TABLE itab_cabn1
        WHERE atinn  = param_name1.
        select *
        FROM cawn
        into CORRESPONDING FIELDS OF TABLE itab_cawn1
        WHERE atinn = param_name1.
        if itab_cawn1[] is NOT INITIAL.
          SELECT atinn atzhl atwtb
          FROM cawnt
          INTo CORRESPONDING FIELDS OF TABLE itab_cawnt1
          FOR ALL ENTRIES IN itab_cawn1
          WHERE atinn = itab_cawn1-atinn
          AND atzhl = itab_cawn1-atzhl.
        endif.
        if itab_cawnt1[] is NOT INITIAL.
          sort itab_cawnt1 by atinn atzhl.
          loop at itab_cawnt1 INTO wa_cawnt1.
            READ TABLE itab_cawn1 INTO wa_cawn1 with key atinn = wa_cawnt1-atinn
                                                         atzhl = wa_cawnt1-atzhl BINARY SEARCH.
            if sy-subrc eq 0.
           CONCATENATE wa_cawn-atwrt '->' wa_cawnt-atwtb INTO wa_cawnt-pcs.
           MODIFY itab_cawnt FROM wa_cawnt TRANSPORTING pcs.
           wa_pcs-pcs = wa_cawnt-pcs.
              wa_pcs1-atwrt = wa_cawn1-atwrt.
              wa_pcs1-atwtb = wa_cawnt1-atwtb.
              append wa_pcs1 to itab_pcs3.
            ENDIF.
            CLEAR : wa_cawnt1,wa_cawn1, wa_pcs1.
          ENDLOOP.
        ENDIF.
        CLEAR: dynpro_values1, field_value1.
    dynpro_values-FIELDNAME = 'MEPO1211-EMATN'.
    APPEND dynpro_values.
        field_value1-fieldname = 'MEPO1211-ematn'.
        APPEND field_value1 TO dynpro_values1.
        progname1 = 'SAPLMEGUI'.
        dynnum1 = '1211'.
        CALL FUNCTION 'DYNP_VALUES_READ'
          EXPORTING
            DYNAME                               = progname1
            DYNUMB                               = dynnum1
      TRANSLATE_TO_UPPER                   = ' '
         REQUEST                                = 'A'
      PERFORM_CONVERSION_EXITS             = ' '
      PERFORM_INPUT_CONVERSION             = ' '
      DETERMINE_LOOP_INDEX                 = ' '
      START_SEARCH_IN_CURRENT_SCREEN       = ' '
      START_SEARCH_IN_MAIN_SCREEN          = ' '
      START_SEARCH_IN_STACKED_SCREEN       = ' '
      START_SEARCH_ON_SCR_STACKPOS         = ' '
      SEARCH_OWN_SUBSCREENS_FIRST          = ' '
      SEARCHPATH_OF_SUBSCREEN_AREAS        = ' '
          TABLES
            DYNPFIELDS                           = dynpro_values1
       EXCEPTIONS
         INVALID_ABAPWORKAREA                 = 1
         INVALID_DYNPROFIELD                  = 2
         INVALID_DYNPRONAME                   = 3
         INVALID_DYNPRONUMMER                 = 4
         INVALID_REQUEST                      = 5
         NO_FIELDDESCRIPTION                  = 6
         INVALID_PARAMETER                    = 7
         UNDEFIND_ERROR                       = 8
         DOUBLE_CONVERSION                    = 9
         STEPL_NOT_FOUND                      = 10
         OTHERS                               = 11
        IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    READ TABLE dynpro_values1 INTO field_value1 with KEY fieldname = 'MEPO1211-EMATN'.
        LOOP at dynpro_values1 INTO field_value1 WHERE fieldname = 'MEPO1211-EMATN'.
          clear ematn1.
          if sy-subrc eq 0.
            ematn1 = field_value1-fieldvalue.
          endif.
          if ematn1 is not INITIAL.
            clear : wa_cawn1,wa_cawnt1,wa_pcs1,wa_ausp1.
            CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
              EXPORTING
                INPUT  = ematn1
              IMPORTING
                OUTPUT = ematn1.
            select *
            FROM ausp
            INTO CORRESPONDING FIELDS OF TABLE itab_ausp1
            WHERE objek = ematn1
            and atinn = param_name1.
            CLEAR itab_pcs4.
            if itab_ausp1[] is not INITIAL.
              sort itab_ausp1 by atinn atwrt.
              sort itab_cawn1 by atinn.
              READ TABLE itab_ausp1 INTO wa_ausp1 INDEX 1.
              loop at itab_cawn1 INTO wa_cawn1 WHERE atinn = wa_ausp1-atinn AND atwrt = wa_ausp1-atwrt.
                READ TABLE itab_cawnt1 INTO wa_cawnt1 WITH KEY atinn = wa_cawn1-atinn
                                                                atzhl = wa_cawn1-atzhl.
                if sy-subrc eq 0.
                  wa_pcs1-atwrt = wa_cawn1-atwrt.
                  wa_pcs1-atwtb = wa_cawnt1-atwtb.
                  append wa_pcs1 to itab_pcs4.
                  wa_pcsn-matnr = wa_ausp1-objek.
                  wa_pcsn-ebelp = field_value1-stepl.
                  wa_pcsn-atwrt = wa_cawn1-atwrt.
                  wa_pcsn-atwtb = wa_cawnt1-atwtb.
                  APPEND wa_pcsn to itab_pcsn.
                ENDIF.
                clear : wa_ausp1,wa_cawn1,wa_cawnt1.
              ENDLOOP.
            ENDIF.
           clear wa_pcs1.
           read TABLE itab_pcs4 into wa_pcs1 index 1.
           if sy-subrc eq 0.
             EKPO_CI-ZPCS = wa_pcs1-atwrt.
           endif.
          ENDIF.
        ENDLOOP.
        CLEAR: field_value1.
        LOOP at dynpro_values1 INTO field_value1 WHERE fieldname = 'MEPO1211-EMATN'.
          clear wa_pcsn.
          if field_value1-fieldvalue is not INITIAL.
            read TABLE itab_pcsn INTO wa_pcsn with key  matnr = field_value1-fieldvalue
                                                        ebelp = field_value1-stepl.
            if sy-subrc eq 0.
              clear  EKPO_CI-ZPCS.
    *EKPO_CI-ZPCS = wa_pcs1-atwrt.
              EKPO_CI-ZPCS = wa_pcsn-atwrt.
            endif.
          endif.
        ENDLOOP.
       CLEAR: field_value1, dynpro_values1.
       progname1 = 'SAPLXM06'.
       dynnum1   = '0111'.
       field_value1-fieldname = 'EKPO_CI-ZPCS'.
       APPEND field_value1 TO dynpro_values1.
       if ematn1 is not INITIAL.
         clear wa_pcs1.
         read TABLE itab_pcs4 into wa_pcs1 index 1.
         if sy-subrc eq 0.
           EKPO_CI-ZPCS = wa_pcs1-atwrt.
         endif.
       ENDIF.
      endif.
    ENDMODULE.                 " STATUS_0111  OUTPUT
    Function exits:
    ^^^^^^^^^^^^^^^^^
    EXIT_SAPMM06E_016
    ^^^^^^^^^^^^^^^^^
    INCLUDE ZXM06U41 .
    DATA XFISTL LIKE EKPO-FISTL.
    TABLES: ADRC, T001W.
    DATA: PLANT LIKE T001W-WERKS.
    SELECT SINGLE * FROM T001W WHERE WERKS = I_EKPO-WERKS.
    SELECT SINGLE * FROM ADRC WHERE ADDRNUMBER = T001W-ADRNR.
    XFISTL = ADRC-SORT2.
    SET PARAMETER ID 'FIS' FIELD XFISTL.
    * Added For PCS 12.11.2010
    DATA : fs_ekpo type EKPO_CI.
    if sy-tcode = 'ME22N' or sy-tcode = 'ME23N'.
    *  if tekpo-zpcs is INITIAL.
    *    message e000(zmm) with 'PCS Type should be chosen'.
    *  endif.
      loop at tekpo.
        if ( tekpo-ebeln eq i_ekpo-ebeln and tekpo-ebelp eq i_ekpo-ebelp ).
          ekpo_ci-zpcs = tekpo-zpcs.
        endif.
      ENDLOOP.
    endif.
    ^^^^^^^^^^^^^^^^^
    EXIT_SAPMM06E_018
    ^^^^^^^^^^^^^^^^^
    INCLUDE ZXM06U40 .
    E_CI_EKPO-ZPCS = EKPO_CI-ZPCS.
    E_CI_UPDATE = 'X'.

  • DDR3-12800 8 GB RAM modules for X201-X220-X230 notebooks?

    Crucial's info recommends the 1600 mhz memory for all 3 models. Technically, speed gets reduced to 8500 for the X201. Is that ccorrect? Hope they will keep the Thinkpad series alive. A rugged, fast small and lightweight business notebook is a wonderful tool. I wouldn't trade my old X201 for any I-Pad (need a keyboard and the Thinkpads' are great). To upgrade my notebooks, there would be considerable cost savings by just buying the 8 GB modules @ 12,800 instead of @ 8500 for the X201. Hope that will work? Cheers,Chris

    The X201 supports only 2x 4GB, so no 8GB Modules for her... My X201's are very picky with 12800 RAM, I normally use 10600 RAM for this generation, altough some forum members reported sucesfull experiences with this type of RAM.
    The X220/X230 have no problem with 8GB modules or 12800 RAM   but avoid the cheaper RAM lines like the "Value RAM" from Kingston or the "Value Select" from Corsair, and no-name brands as well.

  • Valuation Grouping Code same- Valuation Class different for each plant

    Hi All,
    We have 5 plants assigned to the company code. We have same Chart of Accounts (1000) and all the plants are grouped together to one valuation grouping code(001).
    Now if i extend the material codes to different plants, i am able to give each valuation class to each plant. So what is the use of giving same valuation grouping code for all plants?
    I expected some error message when i changed valuation class for another plant since all plant were grouped together to one valuation grouping code. Please explain.
    Regards,
    Rosh

    Hi Rosh,
    There is a meaning of grouping valuation areas using valuation grouping code
    e.g.   Plant 1000  valuation grouping code - 0001
             Plant 2000  valuation grouping code - 0002
    Lets say  you have 3010  valuation class for material A in both plants
    So while determining  GL account for BSX key following will be combination
    VGC / Valuation         modifierValuation class         GL
    0001                                       3010                        2000
    0002                                       3010                        3000
    Means using VGC  u can Differenciate account determination for plants under same Company code
    Vishal...

  • How to define the same font size,color for a text field label

    hi all,
    In my project i need to define the same font size & color for all the text field lables in the application.how do we can achieve this?
    Thanks & regards,

    ...or you could use declarative components....
    Not sure if skinning would prevent developers from overriding a look and feel??? hmmm not sure..
    Grant

  • Brain Teaser for all to try: panasonic gs200 and MacPro incompatibility

    Hi all,
    I recently upgraded to iLife 08, to take advantage of iMovie. I have panasonic pv gs200 camcorder for some years now. Worked awesome with prior iMovie (no problems, plug and go out of box!). I also got MacPro to take full advantage of video editing tools.
    Sadly, connecting via firewire 400 is near impossible on MacPro. This camcorder works superbly with iMovie 08 on the macbook (that I also have) via firewire 400.
    I took camcorder and my cable into apple store, along with my MacPro. The camcorder, via firewire 400, worked fine with iMovie 08 on all apple models except the MacPros!!! None of the MacPros, including those in store, recognised my camcorder!! BUT any other apple computer such as iMAC, MacBook Pro, etc .. recognised the camcorder!!! Camcorder to computer connections were made first with firewire 400 cable that I own, and then repeated with the store's cable. Cable made no difference!! This finding was seen with the Firewire 400 ports in front and back of the MacPro!!
    Any one have any ideas??? I was hoping to use the MacPro's muscle for video editing but this development is deflating .. even several apple store "genius" were stumped. They replaced logic board, fan, firewire ports on my MacPro ... their testing shows no problem, but they had no explanation for this peculiar finding to do with MacPro models...
    This begs the question ... can firewire function be affected by the hardware differences from MacPro compared to all other apple computers models?? If so, is there a fix?? Do I buy a new camcorder?? Do I avoid another Panasonic for fear of incompability?? Does anybody else have same devices that work together?? Has anybody else had Firewire 400 issues with MacPro??
    Anyone with any answers may have solved a vexing issue that even Apple can't explain!! Apple is speculating that the different internal firewire setup may account for MacPro's behaviour relative to other Apple models ... should I swallow this answer??
    Many thanks in advance,

    Hi
    have a look at the S.M.A.R.T. status for this disk; You can see it in Disk Utility, at the bottom, when selecting your drive, it should have been enabled by default. If it says "failed" or so, you're very likely to have a bad disk. If it's "verified", then you might want to try a system reinstall before sending it back.
    You can also try to repair your disk and its permissions from the OS X install DVD.
    Rgds
    Cyril

  • Is "Joins & For all entries" in same SQL Query Possible?

    Hi all Professional,
    Can we use "Inner Joins" and "For All Entries In" in the same SQL Query. if possible then pls clarify this query.
    Here I am using three Transparent Table and fetching data from them.
    SELECT abukrs abelnr ahkont axref2 ashkzg awrbtr agsber azfbdt azterm amwskz asgtxt axref1 agjahr abuzei
               bkunnr bwerks bmenge bmeins bmatnr bkoart
               cbukrs cbelnr cblart cbldat cbudat cxblnr cgjahr cstgrd cstblg cstblg c~xreversal
               INTO CORRESPONDING FIELDS OF TABLE it_bsid FROM ( ( bsid AS a
               INNER JOIN acctit AS b ON abukrs = bbukrs )
               INNER JOIN bkpf AS c ON cbukrs = abukrs
                                   AND cbelnr = abelnr
                                   AND cgjahr = agjahr )
               FOR ALL ENTRIES IN it_bkpf
                  WHERE
                    a~belnr EQ it_bkpf-belnr
                AND a~gjahr EQ it_bkpf-gjahr
                AND a~bukrs EQ it_bkpf-bukrs
                AND a~gsber IN so_bus.
    After executing this query, I'm getting Dump Error.
    Error analysis
        When the program was running, it was established that more
        memory was needed than the operating system is able to provide savely.
        To avoid a system crash, you must prevent this
        situation.
                   Last error logged in SAP kernel
        Component............ "EM"
        Place................ "SAP-Server Development_DVL_01 on host Development (wp
         2)"
        Version.............. 37
        Error code........... 7
        Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "
        Description.......... " "
        System call.......... " "
        Module............... "emxx.c"
        Line................. 1886
    Pls resolve, if anybody knows.
    Thanks
    Devinder

    Hi,
    During testing i notice that splitting into multiple selects does improve performance. But the best performance I achieved using DB Hints instead of splitting the select statements.
    Generally performance of joins together with for all entries is bad.
    However if you will look into SAP note 1662726 you will notice that this issue (bad performance in using join and for all entries together) has been addressed.
    Even though the note is for HANA DB, FM RSDU_CREATE_HINT_FAE can be used independent of DB.
    On HANA DB performance improvement is huge (i achieved 62 seconds using DB Hints compared to 1656 seconds using for all entries). On Oracle DB the same code initially run in 99 seconds with for all entries and with DB Hints in 82 seconds for ~ 1.000.000 records and ~660 seconds compared to 1349 seconds for ~8.000.000 records..
    Sample code from SAP Note below:
    Original statement:
    SELECT COL1 COL2 COL3 COL4 COL5
      FROM TAB1
      INTO CORRESPONDING FIELDS OF TABLE LT_RESULT
      FOR ALL ENTRIES IN LT_SOURCE_TMP
      WHERE COL3 = LT_SOURCE_TMP-COL3
      AND   COL4 = LT_SOURCE_TMP-COL4
      AND   COL5 = LT_SOURCE_TMP-COL5
    Revision:
    DATA: L_T_TABLNM TYPE RSDU_T_TABLNM,
          L_LINES TYPE I,
          L_HINT TYPE RSDU_HINT.
    APPEND 'TAB1' TO L_T_TABLNM.
    L_LINES = LINES( LT_SOURCE_TMP ).
    CALL FUNCTION 'RSDU_CREATE_HINT_FAE'
      EXPORTING
        I_T_TABLNM   = L_T_TABLNM
        I_FAE_FIELDS = 3
        I_FAE_LINES  = L_LINES
        I_EQUI_JOIN  = RS_C_TRUE
      IMPORTING
        E_HINT       = L_HINT
      EXCEPTIONS
        OTHERS       = 0.
    SELECT COL1 COL2 COL3 COL4 COL5
      FROM TAB1
      INTO CORRESPONDING FIELDS OF TABLE LT_RESULT
      FOR ALL ENTRIES IN LT_SOURCE_TMP
      WHERE COL3 = LT_SOURCE_TMP-COL3
      AND   COL4 = LT_SOURCE_TMP-COL4
      AND   COL5 = LT_SOURCE_TMP-COL5
              %_HINTS ADABAS  L_HINT.
    Best regards,
    Octavian

  • DCIteratorBinding setting the same value for all the rows.

    Hi all,
    I have table with on of the column as id. I have made the id column as the hyper link , that takes me to the next page. I am trying to pass the id to the next page. I am using the managed bean for the same. The below code is used to create the link on the column. It sets the action to the function in the bean that sets the id as of the current row.
    <tr:column sortProperty="id" sortable="false"
    headerText="#{bindings.notification.hints.id.label}"
    id="c4">
    <tr:commandLink action="choice" text="#{row.bindings.id.inputValue}"
    id="cl1" actionListener="#{IdBean.extractID}">
    </tr:commandLink>
    </tr:column>
    below is the IdBean.extratctID()
    public void extractID(ActionEvent actionEvent){       
    BindingContext bindingContext = BindingContext.getCurrent();
    BindingContainer bindings;
    bindings = bindingContext.getCurrentBindingsEntry();
    DCIteratorBinding iter;
    iter = (DCIteratorBinding) bindings.get("notificationIterator");
    Row rw;
    rw = iter.getCurrentRow();
    String id;
    id = (String) rw.getAttribute("id");
    this.setId2(id);
    I am printing the id value on to the next page. But its just returning the vslue of the id for the first row for all the rows of the table.
    Any inputs as in do i need to refresh the iterator or something like that.
    Reagrds
    Sishant

    Hi,
    Following is the code i have added in my bean
    ValueExpression expression = getFacesContext().getApplication().getExpressionFactory().createValueExpression(getFacesContext().getELContext(), "#{pageFlowScope.emp1}", Object.class);
    Object id = expression.getValue(getFacesContext().getELContext());
    public FacesContext getFacesContext() {
    return FacesContext.getCurrentInstance();
    JSPX Code -
    <af:commandImageLink id="DuncanAngove"
    icon="/john.gif" partialSubmit="true"
    actionListener="#{Tweets.setEmployeeId}">
    <af:setActionListener from="Duncan Angove" to="#{pageFlowScope.emp1}" />
    But i am getting NullPointerException. I have tried it with application and request scope as well.
    javax.servlet.ServletException
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NullPointerException
         at org.apache.myfaces.trinidad.component.UIXComponentBase.getValueExpression(UIXComponentBase.java:231)
         at project1.Tweets.setEmployeeId(Tweets.java:40)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1259)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:698)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:285)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         ... 35 more
    Thanks
    Sishant

Maybe you are looking for

  • How to delete zip file in sftp server

    Hi Gurus, I am having one .zip file with data files inside on the sftp server. Can you please how to delete the .zip files in the sftp server. I am able to delete normal files by using 'rm' on sftp. And one more request my sftp is prompting for the p

  • Is there anyway to registered my pre-installed Win 8 ?

    Is there any way to registered my pre-installed microsoft windows 8 ? and, If i installed windows from an ISO file downloaded from microsoft website how can I activate again. 

  • Adobe Acrobat 9 Pro adding a blank page on conversion from Word 2010

    Hi, I'm hoping someone here can help.  I'm converting a Word 2010 document to PDF using Adobe Acrobat 9 Pro (version 9.5.4).  On conversion to PDF, a blank page is being added, throwing the entire report off.  In word, there is a Section Break (Next

  • X6 problem connecting BH-214

    I just bought the BH-214 headset. I don't seem to get it to work. I can connect the headset through bluetooth to the phone. But when initiating the music player, the music keeps comming out of the speakers, not through the headphone. I tested the ear

  • Change Data in BPS Layout: Exit Function

    Hello everyone, We are using BW-BPS and we need to make a sort of a certain characteristic in a Planning Folder. In the specific Planning Folder it was defined an exit function and it was assigned a function module. We implement the following code: F