BPEL's needs to redeploy after every stop/start of WL in 11g-Urgent

Version: 11.1.1.3
All,
Whenever I start/restart the managedserver, the already deployed BPEL process needs to be redeploy again. This becomes pain if I have to deploy 10-15 BPEL's again and again. Why is this performance issue with wlogic? How do I overcome this issue?
In BPEL 10g, if I deploy the bpel 1st time on every start/stop I dont have to redeploy it.
Thanks,
sen

Sen
If you will go through the link you will get an answer to your question. It is about best known practices.
You can remove this error by just using Oracle's Best known practices, so follow that link and let us know if you still faces issues with the same.
Thanks
AJ

Similar Messages

  • Need to commit after every 10 000 records inserted ?

    What would be the best way to Commit after every 10 000 records inserted from one table to the other using the following script :
    DECLARE
    l_max_repa_id x_received_p.repa_id%TYPE;
    l_max_rept_id x_received_p_trans.rept_id%TYPE;
    BEGIN
    SELECT MAX (repa_id)
    INTO l_max_repa_id
    FROM x_received_p
    WHERE repa_modifieddate <= ADD_MONTHS (SYSDATE, -6);
    SELECT MAX (rept_id)
    INTO l_max_rept_id
    FROM x_received_p_trans
    WHERE rept_repa_id = l_max_repa_id;
    INSERT INTO x_p_requests_arch
    SELECT *
    FROM x_p_requests
    WHERE pare_repa_id <= l_max_rept_id;
    DELETE FROM x__requests
    WHERE pare_repa_id <= l_max_rept_id;

    1006377 wrote:
    we are moving between 5 and 10 million records from the one table to the other table and it takes forever.
    Please could you provide me with a script just to commit after every x amount of records ? :)I concur with the other responses.
    Committing every N records will slow down the process, not speed it up.
    The fastest way to move your data (and 10 million rows is nothing, we do those sorts of volumes frequently ourselves) is to use a single SQL statement to do an INSERT ... SELECT ... statement (or a CREATE TABLE ... AS SELECT ... statement as appropriate).
    If those SQL statements are running slowly then you need to look at what's causing the performance issue of the SELECT statement, and tackle that issue, which may be a case of simply getting the database statistics up to date, or applying a new index to a table etc. or re-writing the select statement to tackle the query in a different way.
    So, deal with the cause of the performance issue, don't try and fudge your way around it, which will only create further problems.

  • CORESERVICESD takes 90%-100% CPU about 5 minutes after every fresh start

    So, coreservicesd process takes 90-100% cpu after a fresh start. It doesn't start immediately after login but about 3-5 minutes after, and it happens +every time+ i start my computer and it lasts about 10 minutes or so before it stops eating the cpu.
    I haven't figured out any way to stop this behavior. I've reset smc, emptyed /Library/Caches, clean installed Snow Leopard (without restoring from Time Machine backup) but nothing seems to help.
    Does anyone here know what to do in my situation or does anyone have any new ideas what should I try to do? I appreciate every response.

    OK folks, problem solved. At least mine is. No coreservcesd eating cpu anymore! Hurray! This is the second time I boot and the computer seems to run perfectly. If the coreservicesd problem comes back I'll report here.
    So, what did I do:
    1. Changed from 64 bit kernel + extensions to 32 bit.
    2. Uninstalled SpiceRack and MozyHome Backup preference panes.
    3. Repaired Premissions
    4. Cleaned User Cache
    5. Cleaned System Cache
    6. Cleaned All Users Cache
    7. Rebuilt Launch Services
    8. Forced Empty Trash
    9. Removed Corrupt Preferences
    10. Updated Prebindings
    11. Reindexed Spotlight
    12. Cleaned Archived Logs
    13. Cleaned All Logs
    14. Flushed DNS Cache
    15. Removed .DS_Store Files
    16. Cleaned All Browser Caches
    17. Updated Whatis Database
    18. Updated Locate Database
    19. Cleaned Font Caches
    20. Booted from SL install dvd and ran Disk Utility's repaid disk & repair premissions.
    After these operations my mac runs faster and all errors in the Console log are gone! All steps (except 1, 2 and 20) can be preformed with different maintenance apps. I used an app called MainMenu.
    Message was edited by: sarukuku (fixed some spelling errors)

  • Java.lang.ClassCastException: ...ViewImpl after tomcat stop/start

    All:
    After a tomcat restart (via the manager app /manager/stop?path=/<app> and /manager/start?path=/<app>) we are receiving a CallCastException on a BC4J view object. (Full stack trace beloew)
    We had previously fixed this by copying:
    bc4jmtejb.jar
    bc4jct.jar
    bc4jctejb.jar
    bc4jmt.jar
    From the <tomcat>/shared/lib directory into the <tomcat>/webapps/<app>/WEB-INF/lib directory. The problem is now that this causes grief with another view object that is used within a tiles environment.
    We have strong desires to be able to stop and start the webapplication via the tomcat manager application, but these ClassCasts are causing issues.
    Any thoughts/resolutions?
    -- James
    Full stack trace below:
    java.lang.ClassCastException: ...ViewImpl
         at ... .ViewReportAction.execute(ViewReportAction.java:75)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at ca.acol.auth.ACOLAuthenticator.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:479)

    Still a little confused. Sorry, that's just me.
    If I want to use a setter/getter from a VO that is specific to the application. Say getDescription from BookVO, I would have to type cast a VO that is returned through a call to getApplicationModule():
    import com.company.test.model.books.common.BooksAM;
    import com.company.test.model.books.common.BooksVO;
    import com.company.test.model.books.common.BooksVORow;
    BindingContext myctx = actionContext.getBindingContext();
    DCDataControl mydc = myctx.findDataControl("BooksAMDataControl");
    BooksAM = (BooksAM) mydc.getApplicationModule();
    BooksVO bkVO = (BooksVO) myAM.findViewObject("BooksVO");
    BooksVORow bk = (BooksVORow) bkVO.first();
    String duh = bk.getDescription();
    Is this correct and compliant with the best practice to do a remote deploy? Or can I use the Impl classes here to do the type casting and declarations. (Perhaps my understanding of Java/J2EE is about to improve.)
    If this is correct then I have not been able to get to the ...common... package any other way than what I described.
    Thanks for your help.

  • Server file system is growing after every restart of weblogic - OBIEE 11g

    Hi,
    We do a backup of the our BI production server every night (OBIEE 11.1.1.6.2 BI1)
    The process we follow is:
    1. Stop BI Services
    2. Weblogic (incluedes Node Manager, Weblogic and others)
    After every stop of weblogic, there is a file get created under WLS_Home/instances/instance1 and the file is like core.xxxxx ( e.g. core_31176, core_19440).
    My questions regarding these files are:
    1. What is the use of these files?
    2. Can I delete them (Depends on the answer of the above question)?
    3. Is it possible to control not to create these files (if they are not useful)?
    Thanks in advance.
    Kiran

    869650 wrote:
    Hi,
    We do a backup of the our BI production server every night (OBIEE 11.1.1.6.2 BI1)
    The process we follow is:
    1. Stop BI Services
    2. Weblogic (incluedes Node Manager, Weblogic and others)
    After every stop of weblogic, there is a file get created under WLS_Home/instances/instance1 and the file is like core.xxxxx ( e.g. core_31176, core_19440).
    My questions regarding these files are:
    1. What is the use of these files?
    2. Can I delete them (Depends on the answer of the above question)?
    3. Is it possible to control not to create these files (if they are not useful)?
    Thanks in advance.
    KiranCheck this thread: CORE.xxxx big file... What is it?
    It sounds like it is safe to remove those file's unless you need to debug any weblogic issues.
    Please mark correct or helpful if answered.
    Thanks,
    -A.Y

  • Back flush to ECC after every operation required.....  Is it possible?

    Hi,
    I am having 10 operations in my Routing , need to consume inventory at operation 2, 4 and 9 (say), My Problem is that can I see  the ECC inventory back flush after every operation?
    Component A Inventory is 10 at ECC and SAP ME too it is 10
    Example - In operation 2 I consumed one then SAP ME Inventory should be 9 and same time ECC inventory also should be 9 at the same time.
    Back flush after work order/SFC is complete is ok but I need Back flush after every operation that is what is required?  Is it possible?
    Regards
    Suhas

    Hi Jay
    I would think you could accomplish this by configuring some variables. You would need one variable to store a total of the others. You would configure the other variables to store a zero initially, then a one when clicked. The buttons would trigger an advanced action that would set the variable to one, then check the tally. Perhaps reveal a hidden button after all buttons had been clicked. The buttons would simply jump to different slides. You wouldn't insert buttons on the slides so the user would be forced to view them in full.
    I have somewhat of an example up at the link below.
    Click here to view
    My example forces the user to view four slidelets in any order before allowing the next slide to be reached.
    Hopefully this will help you in some way... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How can i turn off the login window after every start of itunes?

    Hi,
    i updated my itunes to the latest version 10.5.1
    Now, after every program start, the login window appears and asks me for my apple password.
    This really *****, does anybody know how to turn this off?
    Thank you in advance,
    bernheimer

    Found a solution to go back to my previous itunes version,
    if you are interested search for my other posting.
    regards
    Bernheimer

  • BPEL process on error retrying self after every 5 minutes (no fault policy)

    Hi All
    We are facing very strange issue in one of our BPEL processes (we are using Oracle SOA Suite 11.1.1.3 on linux with 2 soa servers in cluster). The composite consists of a web service binding followed by a mediator which routes to three different BPEL processes (operational routing). This is all one way.
    Inside the BPEL we are throwing a bpel rollback fault in the catch all to roll back any pending database changes. As soon as the error comes, In the composite diagram i can see multiple BPEL instances under the mediator and they keep on coming after every 5 minutes (basically i see two BPEL instances with a gap of one second and this pair keeps on repeating every 5 minutes)
    Also we have a send email in the catch all and the email we get has a different composite id in every mail. However in the em i can see only one composite id (the first one when the error came) with multiple BPEL diagrams in it.
    We are not sure what is causing the error?
    1) Is it the one way mediator routing to 3 BPEL processes as per the operation invoked?
    2) Is there something wrong with clustering?
    3) Is there a problem with version 11.1.1.3?
    Please help as we are struck and not able to move to INT.
    Thanks and Regards
    Amit Sachdev

    Hi Anuj
    Thanks for the reply again. Using the below property seems to work, but it is making the call sync (i get an empty fault in SOAP-UI) and my java client also waits for the response.
    <component name="abcd">
    <implementation.bpel src="abcd.bpel"/>
    <property name="bpel.config.oneWayDeliveryPolicy" many="false" type="xs:string">sync</property>
    <property name="bpel.config.transaction" many="false" type="xs:string">required</property>
    </component>
    As i told that this is a long running process (could easily take 3-4 hours), i cant afford to wait for this (should be fire and forget).
    1) Is there a way, i can make it fire and forget and also stop the recovery using the properties you just told?
    2) If there is no way out, i can remove the throw rollback fault in catch all, but i want the composite instance to be shown as red (i will take care of the rollbacks in db in code). I tried using the terminate activity but that doesn't make it red (like it used to be in 10g). Is there a way to mark the instance as red without throwing an uncaught fault?
    Please let me know. Thanks
    Also regarding the patch, if we apply it, will it still recover the BPEL instance? I mean the BPEL is throwing a rollback fault and is being exactly retried 50 times with a gap of 5 minutes (default settings in em console, not touched at all). Every time it runs it would throw the same fault again (as it reads and deletes a control file, so in successive runs that control file will not be there) leading to rollback error being thrown from catch all during automatic retry.

  • Hi Team, Showing Yellow icons after every 15 to 20 Min and internet stop working.when we enable- disbale the network connection then will internet start working fine.Some time network connection is disable but when we renable that connection it will st

    Hi Team,
    Showing Yellow icons after every 15 to 20 Min and internet stop working.when we enable- disbale the network connection then will internet start working fine.Some time network connection is disable but when we renable that connection it will stuck on enabling
    and will not renable till i am not restart that machine. I have 350 Machine in network but facing this issue in 25 machines. Kindly help me on this issue .
    Regards
    Sahil bhateja

    Hi,
    So switch a LAN card fix this issue...seems a compatibility issue or maybe some packs or programs you installed recently cause this issue.
    Have you manually check the network adapter driver from the PC's manufacture website? sometimes, it will be a time delay before Microsoft push out the driver update.
    Check if issue exists in safemode with network, this mode will launch Windows with limited sets of files and drivers. 
    if you have a restore point, restore the pc to a previous point at which the pc is functioning fine.
    Yolanda Zhu
    TechNet Community Support

  • When using rogers.yahoo mail, I need to refresh my screen after every 2-3 actions.

    While using Rogers.yahoo mail in FireFox, the screen freezes after every 2-3 actions (read email, delete email, respond to email, move email to folder etc.). I have to refresh the screen and then it goes along for another 2-3 actions and I have to refresh again. Very frustrating. I opened the same email account in Google Chrome and IE and it works fine there. This started happening yesterday.
    In perhaps an unrelated thing, I get this error message every day, once, when I start up my PC for the past 2 months:
    Microsoft.NET Framework
    Unhanded exception has occurred in your application If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. Unable to load DLL 'hppatusg01.dll': The specified module could not be found (Exception from HRESULT:0x8007007E)

    No problem.
    If the above does not fix the issue, '''try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings and disables most add-ons (extensions and themes).
    ''(If you're using an added theme, switch to the Default theme.)''
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu by clicking on the '''Restart with Add-ons Disabled...''' menu item:<br>
    [[Image:FirefoxSafeMode|width=520]]<br><br>
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.
    Thank you.

  • How Can I Stop My Photoshop Crashing after every 2/3 actions?

    Hi, ive recently got photoshop cs6 and after every 2/3 actions i get a message saying 'photoshop isnt working' or something like that then i get told to 'close program'
    how can i stop this happening?
    here is my system info:
    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x32
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:5, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2394 MHz
    Built-in memory: 3891 MB
    Free memory: 1712 MB
    Memory available to Photoshop: 3255 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    Photoshop crashed on 02/02/2014 at 18:54:30 (GetImageViewResourceSharingGLContext)
    The GPU Sniffer crashed on 02/02/2014 at 18:55:58
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 768, right: 1366
    No video card detected
    Serial number: 92628701192123445467
    Application folder: C:\Users\Matty\Desktop\Photoshop CS6\Adobe Photoshop CS6\AutoPlay\Docs\App\PhotoshopCS6\
    Temporary file path: C:\Users\Matty\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 298.1G, 190.7G free
    Required Plug-ins folder: C:\Users\Matty\Desktop\Photoshop CS6\Adobe Photoshop CS6\AutoPlay\Docs\App\PhotoshopCS6\Required\
    Primary Plug-ins folder: C:\Users\Matty\Desktop\Photoshop CS6\Adobe Photoshop CS6\AutoPlay\Docs\App\PhotoshopCS6\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       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/02/09-16:00:02   4.0.93   66.496052
       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/01/18-15:07:40   66.492997   66.492997
       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   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       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/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       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/01/18-15:07:40   66.492997   66.492997
       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
       libeay32.dll   The OpenSSL Toolkit   0.9.8g  
       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.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       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 (32 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
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       ssleay32.dll   The OpenSSL Toolkit   0.9.8g  
       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:
       3D Studio 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Collada 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120315.r.428 2012/03/15: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
       Dicom 13.0
       Difference Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Embed Watermark 4.0
       Entropy 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       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
       Kurtosis 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Maximum 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mean 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Measurement Core 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Median 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mezzotint 13.0
       Minimum 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       MMXCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120315.r.428 2012/03/15: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 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Picture Package Filter 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120315.r.428 2012/03/15: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 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Range 13.0 (13.0 20120315.r.428 2012/03/15: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
       Shear 13.0
       Skewness 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Sumi-e 13.0
       Summation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       U3D 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Variations 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       WIA Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash: NONE
    Installed TWAIN devices: NONE

    First, go install all the CS6 updates -- you're still on 13.0.0!

  • I am going "Insane" - On windows 7 64 bit Itunes just stopped starting, it tries but gives up after a few mins - I have tried every reinstall-restart-that I can find in any forum, it still will not start up  HELP

    I am going "Insane" - On windows 7 64 bit Itunes just stopped starting, it tries but gives up after a few mins - I have tried every reinstall-restart-that I can find in any forum, it still will not start up  HELP

    Hi, ATPMolloy.
    I certainly understand your frustration and will do my best to help.  I see you have uninstalled and reinstalled iTunes with no change in results.  I have attached an article below that specifically troubleshoots this issue that you are experiencing.  
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/ts1717
    Regards,
    Jason H.

  • I get a window pop up after every click into a new site that reads : Safari is no longer responding because of a script on the webpage "    ". Do you want to stop running the script, or let it continue? If I  click on continue it just continues,

    I get a window pop up after every click into a new site that reads : Safari is no longer responding because of a script on the webpage "    ". Do you want to stop running the script, or let it continue? If I  click on continue it just continues, stop, it stops.  How to correct this annoying message?

    Disable Javascript for those webpages.  Note, your Javascript is probably antiquated by now.  Try a different web browser, or contact the website and let them know they aren't as accessible as they could be*:
    http://www.macmaps.com/browser.html

  • I need to make a stop start animation using iMovie. I need the time factor to be 0.03. Every time I make an adjustment it goes to 0.1s which is too slow. Does anyone have a suggestions?

    I need to make a stop start animation using iMovie. I need the time factor to be 0.03. Every time I make an adjustment it goes to 0.1s which is too slow. Does anyone have a suggestions?

    First, for Stop Motion Animation, there are better tools. These include iStopMotion and QuickTIme Pro Version 7.
    If you want to do it in iMovie, it is possible, but slow.
    First, go into iMovie Preferences, and make sure you check "Display Time as hh:mm:ss:frames". This will let you edit to the frame lever rather than to the nearest 10th of a second.
    Second, see this Tutorial by Jon Walker on how to edit down to a single frame in a still image sequence.
    You can modify his technique to get 2 or three frames.

  • Need to print a letter to bank after every payment run

    HI Gurus,
    i have a weird requirement from businees, i need to print a letter after every payment run for specific pyament mehod through F110. the config for this payment method in FBZP maintained as
    Paymnet mehod for : outgoing payment
    Paymnet method classification : Bank transfer
    this is letter will contain the most of the bank details in vendor master data (like bank account number, bank name, address,......e.t.c)
    Could you please help me in finding if there is any standard form has this details and driver program for this (i mean RFFO*).
    Thanks in Advance.
    Preethi

    See Chapter 11 of Oracle Business Intelligence Server Administration Guide (Version 10.1.3.2 December 2006).
    Oracle BI Administrators can configure the Oracle BI Server to maintain a local, disk-based cache of
    query result sets (query cache). The query cache allows the Oracle BI Server to satisfy many
    subsequent query requests without having to access back-end databases (such as Oracle or DB2).
    This reduction in communication costs can dramatically decrease query response time.
    As updates occur on the back-end databases, the query cache entries can become stale. Therefore,
    Oracle BI Administrators need to periodically remove entries from the query cache using one of the
    following methods:
    ■ Manually. In the Administration Tool, in the Manage menu, select Cache to open the Cache
    Manager. Cache Manager provides the maximum flexibility in choosing which cache entries to
    purge and when to purge them, but it requires direct human involvement. For more information,
    refer to “Using the Cache Manager” on page 255.
    ■ Automatically. In the Administration Tool, you can disable cache for the system, set caching
    attributes for a specific physical table, and use Oracle BI event tables to purge cache
    automatically. For additional information about managing cache, refer to “Monitoring and
    Managing the Cache” on page 234.
    ■ Programatically. The Oracle BI Server provides ODBC-extension functions for purging cache
    entries programmatically. These functions give you the choice and the timing flexibility of Cache
    Manager with the automation of event tables. You can write your own scripts to call these
    functions at times that fit your needs. For more information, refer to “Purging and Maintaining
    Cache Using ODBC Procedures” on page 235.

Maybe you are looking for

  • Windows Shared Printer - Problem adding: Error 256

    Getting error 256 (username and password) when trying to add a windows printer connected to the LAN which is shared. Any clues to the proper method of doing this? Beavis2084

  • Using ?import:file? command in a linux Enterprise server

    Hello. I'm with a problem with a template. I never had a client that use linux as OS in enterprise server. I work with embedded bi publisher in JDEDWARDS and usually i use this command to call dinamic footers and never had a problem. For example <?im

  • Word 2013 with text in front of a shape not converting to PDF with Acrobat XI

    Hello, I have a Word 2013 document with Shapes (Insert > Shapes) in the background.  Text is in front of the shape, shapes are set behind the text.  I take the document to work where I have Win7, Word 2010 and Acrobat X Pro and it converts perfectly,

  • Ora - 32004 Deprecated params !!

    I am getting error message for the Oracle 9.0.1 Where can I get the list of deprecated params for 9.01 ? Version is 9.01 not 9.2 sun 2.9 From P

  • Can't play any music on PC any more

    Hi there I have 5800 CWM phone and the CWM licence expired in October 2010.  Tthat's fine, as I was able to keep playing the music I had downloaded on both my registered PC and the phone itself. After a little while I  could no longer transfer music