Optimizing for performance

A few days ago, we did a live web presentation and Q&A session about optimizing for performance for Adobe Premiere Pro and After Effects. Here is a blog post that gives a link to the recording and links to supporting materials:
"optimizing for performance: Adobe Premiere Pro and After Effects"
Thanks to Harm (and others) for some great forum threads that I could refer people to for good advice.

hi ,
1.) try to avoid ' into correspondig field of ' option in select query
use ' into table tanle_name'.
2.) fro all the select queries containing addition
' FOR ALL ENTRIES IN TABLE_NAME'  check the condition
IF TABLE_NAME[] IS NOT INITIAL.
ENDIF
before the select query.
3.)  before the read statement sort the table by any key field and
use the addition BINARY SEARCH with READ statement.
4.) For modifying the internal table always use index.
5.) <b>never use select statement inside loop.</b>
for ur case u can use internal table for selecting 'NAME1' from 'KNA1'.
Inside the loop perform the read operation for this internal table.
in the same way avoid the other select statement which u have used in the loop.

Similar Messages

  • FCP 7 Optimized Codec Performance

    Cramming for that FCP 7 recert and going through a list of new features. One I am trying to chase down is "Optimized Codec Performance", that is briefly described as rendering XDCAM HD, EX, HDV and XDCAM HD422 faster. The description further goes on to say that you have greater freedom creating complex multilayers. The question is, is that native or that all of them are now supported as Pro Res render options in sequence settings?

    I think all it means is that rendering is now faster, so having a lot of video tracks is less of a hassle in terms of waiting for re-renders.
    Doubt if it's anything to do with ProRes.

  • Optimizing tempdb performance in SQL Server 2012

    SQL Server 2008 R2 BOL contains a topic on optimizing tempdb: SQL Server 2008 R2 Books Online > Database Engine > Development > Designing and Implementing Structured Storage > Databases > Optimizing Databases > Optimizing tempdb Performance.
    I have been unable to locate a comparable topic in BOL for SQL Server 2012.  Is this type of performance tuning for tempdb no longer necessary in SQL Server 2012?

    Is this type of performance tuning for tempdb no longer necessary in SQL Server 2012?
    That's incorrect. Looks like topic is missing in SQL 2012 BOL. I will alert the author and report back if needed. Meantime, you can follow the same for 2012 as well.
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Is Logic 8 not optimized for dual core processing duties ?

    Running MacBook Pro 2.4 ghz, 2 gig Ram 200 gig HD external eSATA or FW 800. No other apps running.
    I am consistently seeing Logic 8 use ALL of the first core and barely tough the other - sometimes freezing up - saying that the CPU(s?) can not handle the audio. Why do I not see the other core "bailing water" for the first core ? Isn't this the purpose of dual core ?. It is like one guy is lifting a 150lb sac and his partner is sitting there eating lunch - and the "team"'s efforts fail.
    Is Logic itself not optimized for dual core processing duties ?

    I get beachballs just logging in. No apps - then Safari is also very buggy. I have had to "pull the battery out" more times than I would like to recount.
    That sounds very suspect, like there is something wrong with the hardware or your OS install. I have a MBP 2.33 and have none of the Logic or other system problems you describe. Have you looked at your System Profiler to make sure both sticks of Ram are being recognized? If one stick is bad and you're only utilizing 1 gig, that would cause slow downs and spiny beachball with Leopard and with Logic. Try running hardware test from your system disks, and also try running Rember, a small app that will run a series of read/write tests on the Ram, incase one stick has a bad sector.
    If that comes up with nothing, I'd try setting up a new user, logging in to that user, and seeing if you're having the same slow down problems with Leopard, Safari, Logic, etc. If not, then you have some corrupt files in your User system somewhere. Whether that works or not, the next step would be to back up all of your data and do an Erase and Install.
    Finally, if you have specific problems that you can recreate, you could also take the machine to Apple if you still have a warranty, and perhaps they can figure out your performance issues.
    Good Luck!

  • Premiere Pro CC 2014 not optimized for iMac 5K graphics card?

    I have the new iMac 5k with the AMD Redeon R9 M295X 4 GB GDDR5 graphics card. In Premiere Pro CC 2014 (updated to the latest version), when I go to "project settings" and select "Mercury Playback Engine GPU Acceleration," I get a pop-up window that reads: "the selected renderer hardware has not been certified." Does this mean that Premiere Pro is not optimized for these video cards? If I still choose to select GPU acceleration, will I see any performance boost?
    Thanks in advance for any responses.

    It means Adobe has not tested the card.
    If you can select the card you are OK.

  • SSM 10.1 Screens Optimized for iPad

    With the recent release of SSM 10.1 SP4, users can now consume SSM content natively on the iPad (ie without the need for the SSM iPad App). Specifically users can view data on
    Scorecards: objective and KPIs data
    Homepage: alerts and performance
    summary
    Initiatives: initiative summary and
    milestones
    Strategy: diagrams including objective drilldown
    Briefing Books: as PDF
    In future SPs we plan to add the ability to view and respond to Comments, edit Initiative data, and view and approve Entry and Approval data.

    The core SSM screens are not optimized for iPhones now, but adding the ability to do things like view and approve Entry and Approval data via the iPhone is definitely on our radar.
    Yes, your iPad must be connected to your corporate network to access SSM data IF SSM is deployed within the org's firewall. If SSM is deployed in a hosted environment (e.g. via a partner hosted or HANA Enterprise Cloud environment) then connection to the corporate network may not be required.
    Yes, at some point we will have a publicly available, self contained demo that highlights the SSM iPad optimized screens. At a minimum we'll have a recorded demo available on YouTube soon, similar to the CI demos up there now...see the links below.
    CitizenInsight Overview - CitizenInsight iPad App Overview - YouTube
    CitizenInsight Administration - CitizenInsight iPad App Administration - YouTube

  • Can anyone plz tell me the steps for performance tuning.

    hello friends
    what is performance tuning?
    can anyone plz tell me the steps for performance tuning.

    Hi Kishore, this will help u.
    Following are the different tools provided by SAP for performance analysis of an ABAP object
    Run time analysis transaction SE30
    This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing.
    SQL Trace transaction ST05
    The trace list has many lines that are not related to the SELECT statement in the ABAP program. This is because the execution of any ABAP program requires additional administrative SQL calls. To restrict the list output, use the filter introducing the trace list.
    The trace list contains different SQL statements simultaneously related to the one SELECT statement in the ABAP program. This is because the R/3 Database Interface - a sophisticated component of the R/3 Application Server - maps every Open SQL statement to one or a series of physical database calls and brings it to execution. This mapping, crucial to R/3s performance, depends on the particular call and database system. For example, the SELECT-ENDSELECT loop on the SPFLI table in our test program is mapped to a sequence PREPARE-OPEN-FETCH of physical calls in an Oracle environment.
    The WHERE clause in the trace list's SQL statement is different from the WHERE clause in the ABAP statement. This is because in an R/3 system, a client is a self-contained unit with separate master records and its own set of table data (in commercial, organizational, and technical terms). With ABAP, every Open SQL statement automatically executes within the correct client environment. For this reason, a condition with the actual client code is added to every WHERE clause if a client field is a component of the searched table.
    To see a statement's execution plan, just position the cursor on the PREPARE statement and choose Explain SQL. A detailed explanation of the execution plan depends on the database system in use.
    Need for performance tuning
    In this world of SAP programming, ABAP is the universal language. In most of the projects, the focus is on getting a team of ABAP programmers as soon as possible, handing over the technical specifications to them and asking them to churn out the ABAP programs within the “given deadlines”.
    Often due to this pressure of schedules and deliveries, the main focus of making a efficient program takes a back seat. An efficient ABAP program is one which delivers the required output to the user in a finite time as per the complexity of the program, rather than hearing the comment “I put the program to run, have my lunch and come back to check the results”.
    Leaving aside the hyperbole, a performance optimized ABAP program saves the time of the end user, thus increasing the productivity of the user, and in turn keeping the user and the management happy.
    This tutorial focuses on presenting various performance tuning tips and tricks to make the ABAP programs efficient in doing their work. This tutorial also assumes that the reader is well versed in all the concepts and syntax of ABAP programming.
    Use of selection criteria
    Instead of selecting all the data and doing the processing during the selection, it is advisable to restrict the data to the selection criteria itself, rather than filtering it out using the ABAP code.
    Not recommended
    Select * from zflight.
    Check : zflight-airln = ‘LF’ and zflight-fligh = ‘BW222’.
    Endselect.
    Recommended
    Select * from zflight where airln = ‘LF’ and fligh = ‘222’.
    Endselect.
    One more point to be noted here is of the select *. Often this is a lazy coding practice. When a programmer gives select * even if one or two fields are to be selected, this can significantly slow the program and put unnecessary load on the entire system. When the application server sends this request to the database server, and the database server has to pass on the entire structure for each row back to the application server. This consumes both CPU and networking resources, especially for large structures.
    Thus it is advisable to select only those fields that are needed, so that the database server passes only a small amount of data back.
    Also it is advisable to avoid selecting the data fields into local variables as this also puts unnecessary load on the server. Instead attempt must be made to select the fields into an internal table.
    Use of aggregate functions
    Use the already provided aggregate functions, instead of finding out the minimum/maximum values using ABAP code.
    Not recommended
    Maxnu = 0.
    Select * from zflight where airln = ‘LF’ and cntry = ‘IN’.
    Check zflight-fligh > maxnu.
    Maxnu = zflight-fligh.
    Endselect.
    Recommended
    Select max( fligh ) from zflight into maxnu where airln = ‘LF’ and cntry = ‘IN’.
    The other aggregate functions that can be used are min (to find the minimum value), avg (to find the average of a Data interval), sum (to add up a data interval) and count (counting the lines in a data selection).
    Use of Views instead of base tables
    Many times ABAP programmers deal with base tables and nested selects. Instead it is always advisable to see whether there is any view provided by SAP on those base tables, so that the data can be filtered out directly, rather than specially coding for it.
    Not recommended
    Select * from zcntry where cntry like ‘IN%’.
    Select single * from zflight where cntry = zcntry-cntry and airln = ‘LF’.
    Endselect.
    Recommended
    Select * from zcnfl where cntry like ‘IN%’ and airln = ‘LF’.
    Endselect.
    Check this links
    http://www.sapdevelopment.co.uk/perform/performhome.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/afbad390-0201-0010-daa4-9ef0168d41b6
    kindly reward if found helpful.
    cheers,
    Hema.

  • Upgrading to iMac 5K or Mac Pro.  Is there a list of Graphics Cards that are optimized for Premier Pro CC?

    A couple of years ago I remember Adobe listed Graphics Cards that were optimized to work best with Rendering in Premier Pro and other applications.  I have Creative Cloud so I have access to latest versions. 
    The iMac 5K Retina has a choice of AMD Radeon R9 M290X and M295X.
    The Mac Pro has Options of AMD FirePro d300, D500 etc. 
    Does anyone have any idea where I can find out what graphic cards are optimized for Premier Pro an other applications from Adobe?
    Thanks...
    Chris Moody

    If you are not in the 4K business --> I would go for the 32 GB & 27" iMac w/o Retina, the NVIDIA GeForce GTX 780M mit 4 GB GDDR5 (CUDA support) will give you quite a good performance, i.e. with a Thunderbolt connected Raid6 system your 2K projects (including some color correction and other plugins) will work well and you can even use the system as 4k starter/test system.
    If you in the 4K business you could use a full blown iMac Retina system with a GPU AMD Radeon R9 M295X mit 4 GB GDDR5 together with an already mentioned TB Raid6 system. As described from the forum-compatriots, this non-CUDA card doesn't perform too well on GPU accelerated functions of PPro --> but --> search this forum... you will be surprised....some workflows are nearly unaffected....
    If you are in the high end 4K footage busine$$ and you apply a lot of external color correction to your 4k footage (e.g. BM DaVinci) I would go for a MPro with 2 D700 cards.

  • Laptop/Notebook Optimized for Active Camerawork & Onlocation??

    I've searched the internet, called Adobe customer service and then contacted their pc partner Dell to find that there is no known laptop/notebook currently optimized for shooting video directly to Onlocation.
    I can't be the only video camera operator who is considering buying Onlocation to go direct to disc while walking and moving. The machine Dell gave me a quote on was over 6lbs (not light.) I guess I'll need to carry it on my back in a backpack, which seems like it would probably cause the computer to overheat. And can the hard drive reliably save my video when I'm moving around?
    Does anyone know of a lightweight laptop/notebook that would reliably perform for an active cameraman? It seems like Adobe or some savvy company should have a machine optimized for the job (along with a decent way to strap it on?)
    Feedback is greatly appreciated.
    Charles Snyder

    Look at a Vostro with tons of RAM, Nividia Graphics and the biggest fastest hard drive.

  • Stuck at Optimizing System Performance after installing Security Patch

    24" iMac seems to be stuck at "Optimizing System Performance" after installing the latest Security Update. Software Update won't quit. Nervous to force the computer to shutdown during that process. It's working fine at the moment other than that the Software Update box won't go away.
    What do you think?

    Well kind of answered my own question. Tried to run Activity Monitor which only started halfway and then crashed. I remembered the whole computer is backed up to an external drive everyday so I figured if it won't start at least I can start up from the external drive.
    Forced the shutdown by holding the power button. Started up w/o a hiccup; ran Repair Permissions which checked out and the Verify the Disk with First Aid which also checked out fine.
    So I guess it's ok though I may unplug that external for a day or two.

  • Optimizing system performance hangs during Tiger install

    When I try to install Tiger on my Powermac G3 B&W it gets to optimizing system performance and hangs there for hours and when I reboot it starts to install off disk 2 and it hangs again at optimizing system performance part of the install. What do I need to do to fix this because I need to get the computer going

    *Hi Colton, Welcome back* to Apple's Users Help Users Forums.
    Were you using the puter during Install—that's a no-no.
    Follow standard precautions as listed all over the forums:
    Quit all apps
    Unplug all except KB and Mouse.
    Repair Disc via Install Disc. Repair Permissions via HD. (That one receives some debate but it's quick.)
    etc.

  • OS X 10.4.4 DOWNLOAD HANGING AT "Optimizing System Performance" STAGE

    I began downloading 10.4.4 update about 1.5 hours ago; most of the download executed fairly quickly--within 10 minutes. But then the download got to the "Optimizing System Performance" stage, and has been hanging in it ever since. It's accompanied by the spinning beach ball.
    Is this common, or at least normal?
    If not, what should I do? How long should I wait? I don't know if I can even get my iBook to force quit at this stage.
    thanks in advance for your help.
    T.W.

    Timothy,
    What you are experiencing is not common or normal, but can hopefully be rectified.
    According to iBook: If the Computer Won't Respond you can Force Quit by holding the power button for several seconds.
    Restart from the Tiger Installation CD and run the Disk Utility as directed in the Try Disk Utility paragraph of Using Disk Utility and fsck to resolve startup issues or perform disk maintenance.
    Next, attempt a normal startup of your computer.
    Mac OS X: Troubleshooting installation and software updates says this about optimization failures:
    Installation fails during "optimization"
    If the installation fails during "optimization," all of the software was installed. There is no risk of an "incomplete installation." The optimization phase of an installation only affects performance and not stability or features. You may force optimization to be repeated by reinstalling the software. If you were using the Software Update pane of System Preferences on the first attempt, you will need to download the standalone installer of the same software from Apple Downloads in order to reinstall the software.;~)

  • Coarse-grained object Design for Performance

    Hi,
    I’ve several 1-1 mapping between one coarse-grained object with several fine grained objects. In the DB all the fine-grained objects are stored in separate table. In my application the relationship between coarse-grained object and fine-grained objects will not be modified. In this scenario, for good performance which solution is better?
    Maintaining the 1-1 mapping between coarse-grained object and fine-grained objects OR adding all the attribute from the fine-grained objects into the coarse-grained object.
    Thanks
    -Mani

    Mani,
    The answer depends upon the data usage in your application.
    If these fine grained read-only objects are shared between your coarse grain objects then it may be more optimal to keep them as separate classes with 1:1 relationships. If these read-only classes are also of fixed and reasonable quantity (reference data) you could also pre-fetch them all into a full cache (identity map). Then as each course grain object is read the 1:1 relationships can be resolved in memory without additional queries.
    If you combine these objects all into one coarse gain object then you will have to pay the cost of a more complex multi-table join on each read. This may be more efficient if the fine grain objects are never or rarely shared between coarse grain objects. To be sure you will want to check with your DBA to see what they can measure as being more optimal for the given schema.
    If these are shared and/or reference data then you may also want to consider marking them as read-only in the project. That way they will not be considered for change tracking in the UnitOfWork. This should also provide an additional performance boost.
    Doug

  • Getting this error while opening a folder : This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel

    Hi,
    While trying to open a folder on my Windows 7 Home Premium, an error comes "This file does not have a program associated with it for performing this
    action.  Please install a program or, if one is already installed, create an association in the Default Programs control panel." I tried searching on the net but did not get great support for the issue when it happens with folder opening.

    Hi Nikunj Shah,
    First, I suggest you download
    Microsoft Safety Scanner or
    Malicious Software Removal Tool to run a full scan.
    The error messages here seems to be caused by the corrupted registries, which related with the folder association.
    You may take a try to merge the following registry settings to reset the folder association, before that, remember to backup your registry settings first:
    How to back up and restore the registry in Windows
    Copy and paste the following commands into Notepad, and save it to a .reg file:
    =================
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Folder]
    "ContentViewModeLayoutPatternForBrowse"="delta"
    "ContentViewModeForBrowse"="prop:~System.ItemNameDisplay;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;System.DateModified"
    "ContentViewModeLayoutPatternForSearch"="alpha"
    "ContentViewModeForSearch"="prop:~System.ItemNameDisplay;System.DateModified;~System.ItemFolderPathDisplay"
    @="Folder"
    "EditFlags"=hex:d2,03,00,00
    "FullDetails"="prop:System.PropGroup.Description;System.ItemNameDisplay;System.ItemTypeText;System.Size"
    "NoRecentDocs"=""
    "ThumbnailCutoff"=dword:00000000
    "TileInfo"="prop:System.Title;System.ItemTypeText"
    [HKEY_CLASSES_ROOT\Folder\DefaultIcon]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,00,00
    [HKEY_CLASSES_ROOT\Folder\shell\explore]
    "MultiSelectModel"="Document"
    "ProgrammaticAccessOnly"=""
    "LaunchExplorerFlags"=dword:00000018
    [HKEY_CLASSES_ROOT\Folder\shell\explore\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\shell\open]
    "MultiSelectModel"="Document"
    [HKEY_CLASSES_ROOT\Folder\shell\open\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
      65,00,00,00
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess]
    "MUIVerb"="@shell32.dll,-8518"
    "MultiSelectModel"="Document"
    "Extended"=""
    "LaunchExplorerFlags"=dword:00000003
    "ExplorerHost"="{ceff45ee-c862-41de-aee2-a022c81eda92}"
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow]
    "MUIVerb"="@shell32.dll,-8517"
    "MultiSelectModel"="Document"
    "OnlyInBrowserWindow"=""
    "LaunchExplorerFlags"=dword:00000001
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\BriefcaseMenu]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location]
    @="{3dad6c5d-2167-4cae-9914-f99e41c12cfa}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Offline Files]
    @="{474C98EE-CF3D-41f5-80E3-4AAB0AB04301}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\DragDropHandlers\{BD472F60-27FA-11cf-B8B4-444553540000}]
    @=""
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\BriefcasePage]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\Offline Files]
    @="{7EFA68C6-086B-43e1-A2D2-55A113531240}"
    [-HKEY_CLASSES_ROOT\Folder\ShellNew]
    [HKEY_CLASSES_ROOT\Folder\ShellNew]
    "Directory"=""
    "IconPath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
      74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
      00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,\
      00,00
    "ItemName"="@shell32.dll,-30396"
    "MenuText"="@shell32.dll,-30317"
    "NonLFNFileSpec"="@shell32.dll,-30319"
    [HKEY_CLASSES_ROOT\Folder\ShellNew\Config]
    "AllDrives"=""
    "IsFolder"=""
    "NoExtension"=""
    ==================
    Once done, right-click the REG file and choose Merge. Alternately, you can open the Registry Editor and then using the
    Import option from the File menu, to merge the REG file contents.
    Let me know if you need any further help.
    Best regards
    Michael Shao
    TechNet Community Support

  • My iPhone 4 no longer connects to my car or alarm clock after a recent sync to my computer.  The message at I get when trying to. Connect is "this accessory is not optimized for the device" or something like that.  Anyone know how to fix this?

    My iPhone 4 no longer connects to my car or alarm clock after a recent sync to my computer.  The message at I get when trying to. Connect is "this accessory is not optimized for the device" or something like that.  Anyone know how to fix this?

    Hello there philp_69,
    If I understand correctly it sounds like your phone hasnt been recognized in iTunes on your PC since the last couple of updates. I would use the troubleshooting in the following article which will walk you through the steps one by one. 
    iPhone, iPad, or iPod touch not recognized in iTunes for Windows
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

Maybe you are looking for

  • Select with CLOB datatype

    Hi all.... I must create a view to retrieve the data from a table "texto_email" ... and that table has a field named Texto - datatype CLOB. This field has some html definitions and formating tags. but when i create the view, i get a error in plsql sa

  • Urgent: Table control validation of defaulted values

    Hi All, I have 5 fields in my table control. I have provided a button on the screen, if the user clicks that button, one of the fields( checkbox) is set as 'X'. Now , I want to validate the value in this field. The issue I have is that it is not goin

  • In P6 8.4 web client for loading Resource page takes long time

    As per tested configuration of P6 EPPM 8.4 we are using IE 9 and JRE 1.7.0.67. I had checked RAM and its utilization is Max 40%, CPU usage is also very less. Enough disk space is also avaliable (70% avaliable). Enteries in resources are also very few

  • Yosemite: preview opens all pdf's in same window even after setting change

    After upgrading to Yosemite, Preview always opens new pdf's in prior window with sidebar including other documents. I have changed the setting "when opening new files" to "open each file in its own window" and restarted the program and the computer m

  • Table SWWUSERWI empty

    Hi Colleagues, I'm trying to implement a basic travel workflow approval process. I've created a basic organizational plan, as attached (organizational_plan.PNG). The user Maria and Manuel are both linked with valid system users. When I execute transa