FMS3 Process Scope

I have a suite of FMS apps that I want to deploy across
different VHosts on ws2003. The principal app is deployed in packs
of 15 instances, although there are about 5 smaller 'helper' apps
which are mainly singletons. Each pack is a running unit - so from
a process isolation point of view, setting process scope to "app"
seems fine. But this raises the following questions:
1) What are the performance implications of each scope - my
guess is that 'inst' scope is expensive. But are there scalability
or resource implications for each scope? I'd be interested to know
if scope can play an active part in tuning my apps.
2) If scope is set at the application level, and I set it to
'inst', and I do this for each application, does this mean that if
I have 10 apps with 10 instances each, that I create 100
FMSCore.exe processes? And does it mean that if I set 'numproc' to
3 for each of them that I'd create 30 processes?

Hi,
I tried without using any valuechange listener and its absolutely working fine.
No need of putting any values in processScope and blah blah!!
I am passing values in backing bean for the ExecuteWithParams this way:
BindingContainer bindings = getBindings();
OperationBinding operationBinding =
bindings.getOperationBinding("ProcurementLOVParams");
Map map = operationBinding.getParamsMap();
map.put("ContractTypeBind", conTypeChoice.getValue().toString());
map.put("ContractPseBind", pseNumber.getValue().toString());
Object result = operationBinding.execute();
And this is working fine..
Thanks,
Sanjaykar

Similar Messages

  • ADF FACES: process scope

    Is it possible to nest process scopes? I'm trying to implement a work pattern where a user will typically follow a chain of detail pages and then return back to an original page. This pattern needs to be available from pages within the each detail page set. Thus, a nested set of process scopes would cleanly implement this.
    Bowever, in trying to to use process scopes, the first returnFromProcess call terminates all of the processes and the next call to returnFromProcess generates an illegate state exception.
    Trying to solve this myself in my backing bean code, I feel that I'm recreating a lot of the infrastructure already in place for basic process scope handling.
    Is there any way to make multiple, nested process scopes work?
    Thanks.

    In HTTP, separate frames are basically no different from separate windows, so this is a limitation of process scope.

  • How long is the life time of process scope variable ?

    Hi All,
    How long is the life time of process scope variable befoer it expires ?
    Is it the same with the life time of session scope ?
    How can we set the value in OAS when deployment ?
    Thank you,
    xtanto

    Hi,
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/devguide/communicatingBetweenPages.html
    " Finally, processScope never empties itself; the only way to clear processScope is to manually force it to clear:
    AdfFacesContext afContext = AdfFacesContext.getCurrentInstance();
    afContext.getProcessScope().clear();
    Otherwise the variable lives for the duration of the window process. The referenced document above also shows how to set a variable to process scope
    Frank

  • Process scope values get cleared randomly

    Hi,
    In my backing bean i pass dynamic values as bind variables to a ViewObject
    from the user selection screen form data.
    I do this using ValueChangeListener method for each field.
    In this method i put the current value in the processScope.
    So in the pageDef file i give as:
    <NamedData NDName="ContractTypeBind" NDType="java.lang.String"
    NDValue="${processScope.contractType}"/>
    <NamedData NDName="ContractPseNumberBind" NDType="java.lang.String"
    NDValue="${processScope.pseNumber}"/>
    After passing values like this, i have placed an LOV in the page so that it will populate dynamic records from the DB based on
    the contract type and pse number entered by user.
    If i use the LOV button for 3 -4 times randomly the process scope values are getting null.
    I mean process scope values are getting lost.
    why is this happenig can any one tell?
    Thanks,
    Sanjaykar

    Hi,
    I tried without using any valuechange listener and its absolutely working fine.
    No need of putting any values in processScope and blah blah!!
    I am passing values in backing bean for the ExecuteWithParams this way:
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    bindings.getOperationBinding("ProcurementLOVParams");
    Map map = operationBinding.getParamsMap();
    map.put("ContractTypeBind", conTypeChoice.getValue().toString());
    map.put("ContractPseBind", pseNumber.getValue().toString());
    Object result = operationBinding.execute();
    And this is working fine..
    Thanks,
    Sanjaykar

  • Application.xml - Process- Scope

    server: Dual Processor Dual Core Xeon - 3.4GHz
    Ram: 2 GB DDRII
    Operating System: CentOS 4 (32 bit) -FEDORA X.X -RED HAT -
    ECC.
    I changed the scope in the application.xml to "inst". But fms
    doesn't create more than 40 processes.
    here is the error from the log file.
    May 17 10:15:40 Server[15925]: Failed to create process
    condition: errno(28).
    May 17 10:16:18 Server[15944]: Failed to create process
    condition: errno(28).
    May 17 10:18:44 Server[16591]: Failed to create process
    condition: errno(28).
    May 17 10:20:27 Server[16854]: Failed to create process
    condition: errno(28).
    May 17 10:21:40 Server[17120]: Failed to create process
    condition: errno(28).
    why? Help meeeeeeeee

    Update ; it doesn't occur when you put in "app" but "inst" at
    configuration parameter "<Scope>" in Application.xml
    --> if you want to create a core per instance, instead of
    a core per process (which is highly desirable to prevent individual
    applications crashing eachother)

  • Processing Scope Waveforms

    Hi,
    I want to process waveform coming from Scope.
    I have to calculte positive peaks and get average value for values below 0.
    Right Now I have done this
    1- Replaced all values above 0 with 0.
    2- Calculated there average values through basic DC RMS calculation VI.
    3- Initialized an array with this average value.
    4- Searched for maximum value between two consecutive 0 values and placed this value in already initialized array.
    this whole processing is taking a lot of time.
    Could you please provide a better way of doing this.
    I tried to use Waveform Peak Detection VI but it is calculationg peaks through maxima and minima and giving me a lot of peak points although I reqiure only 1 in a period.
    Please see attached I/p and Required O/P waveforms
    Labview user
    Attachments:
    Ip Waveform.JPG ‏25 KB
    required op.JPG ‏32 KB

    Aojha wrote:
    Hi,
    I want to process waveform coming from Scope.
    I have to calculte positive peaks and get average value for values below 0.
    Right Now I have done this
    1- Replaced all values above 0 with 0.
    2- Calculated there average values through basic DC RMS calculation VI.
    3- Initialized an array with this average value.
    4- Searched for maximum value between two consecutive 0 values and placed this value in already initialized array.
    this whole processing is taking a lot of time.
    Could you please provide a better way of doing this.
    I tried to use Waveform Peak Detection VI but it is calculationg peaks through maxima and minima and giving me a lot of peak points although I reqiure only 1 in a period.
    Please see attached I/p and Required O/P waveforms
    What you have described doesn't make sense given your waveform. You said "get positive peaks and get average value for values below 0". There are no positive peaks with amplitudes below 0 in your waveform. There are VALLEYS however.
    But then your output waveform shows that you have marked 8 positive peaks of amplitude 2.5 (which are ABOVE 0) and zeroed all other values, including the first two periods of the waveform. Please explain.
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

  • Address from outside the oracle process' scope

    Hi,
    Doing research a problem in oracle I've got an memory address which "not exists". I'm not an linux architecture expert so maybe somebody knows simply answer how to recognize this address.
    Oracle 10gR2, Oracle Enterprise Linux 2.6.18-128.el5
      1* select * from x$kqfta where indx=0
    SQL> /
    ADDR           INDX    INST_ID   KQFTAOBJ   KQFTAVER KQFTANAM                         KQFTATYP   KQFTAFLG   KQFTARSZ   KQFTACOC
    0C49BF20          0          1 4294950912          2 X$KQFTA                                 1          0         60         10Column ADDR points to memory where the record data is kept.
    Let's check it.
    SQL> oradebug setmypid
    Statement processed.
    SQL> oradebug peek 0x0C49BF20 100
    [C49BF20, C49BF84) = 24580007 5446514B 00000041 00000000 00000000 00000000 00000000 00000000 00000001 0000003C 00000000 0000000A 00000000 FFFFC000 00000002 ...Data seems to be ok.
    Next I tried to find what kind of memory is pointed by ADDR? (sga, pga, ...) and I failed.
      1* select spid from v$process where addr=(select paddr from v$session where sid=(select sid from v$mystat where rownum=1))
    SQL> /
    SPID
    20067
    [oracle@node0 ~]$ pmap -x 20067
    20067:   oracleorcl (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    Address   Kbytes     RSS    Anon  Locked Mode   Mapping
    +<cut>+
    00d59000    7028       -       -       - r-x--  libjox10.so
    01436000     260       -       -       - rwx--  libjox10.so
    01477000       4       -       -       - rwx--    [ anon ]
    08048000   77032       -       -       - r-x--  oracle
    0cb82000     324       -       -       - rwx--  oracle
    0cbd3000     120       -       -       - rwx--    [ anon ]
    0ce3b000    1088       -       -       - rwx--    [ anon ]
    20000000  528384       -       -       - rwxs-    [ shmid=0x55000d ]
    b7ab7000     640       -       -       - --x--  zero
    b7b57000     128       -       -       - rwx--  zero
    b7b77000    1280       -       -       - --x--  zero
    +<cut>+
    b7fb0000      28       -       -       - rwx--  zero
    bfac6000     200       -       -       - rwx--    [ stack ]
    total kB  627220       -       -       -The question is:
    Where is memory pointed by ADDR? How to find it by linux tools?
    Thanks for any help,
    Bartek

    Er, no, address 0x0C49BF20 is within the process:
    $ pmap -x 20067
    20067:   oracleorcl (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    Address   Kbytes     RSS    Anon  Locked Mode   Mapping
    08048000   77032       -       -       - r-x--  oracle
    0cb82000     324       -       -       - rwx--  oracleSo, there is a memory region at 08048000 that is 77032K long making the memory
    region span addresses 0x08048000-0x0CB81FFF and 0x0C49BF20 is within that
    range. The next question is "what is at that memory region" and for that you
    should look at:
    $ less /proc/20067/smapsand find that region.
    HTH

  • Do you have a transaction scope that spans multiple requests.

    We have and application that includes multiple tabs, which are really iframe instances. We need to maintain state for the entire time the tab is open, which may be across multiple requests.
    I am not comfortable making all our backing beans "session" scope, and making them "request" forces us to do lots of work (DB access etc...) on every post-back to re-initialize the backing bean.
    I have been looking at both Shale and JBoss SEAM to give me this "conversational" scope. I have looked at "process" scope, however we may have the same backing bean in use for multiple tabs, therefore would need it linked to something like the viewId.
    Does ADF plan on enhancing the "process" scope functionality or is it OK to add SEAM or shale at the front-end of the ADF processing lifecycle?
    Your guidance would be appreciated.

    The processScope functionality seems pretty crude.
    I was looking to define which data elements of the backing bean need to be stored (maybe using annotations) and have them restored automatically before the APPLY_REQUEST lifecycle gets initiated. I can write this functionality, however I was looking for a more robust solution.

  • Do you have a "transaction" scope for multi-request views

    We have and application that includes multiple tabs, which are really iframe instances. We need to maintain state for the entire time the tab is open, which may be across multiple requests.
    I am not comfortable making all our backing beans "session" scope, and making them "request" forces us to do lots of work (DB access etc...) on every post-back to re-initialize the backing bean.
    I have been looking at both Shale and JBoss SEAM to give me this "conversational" scope. I have looked at "process" scope, however we may have the same backing bean in use for multiple tabs, therefore would need it linked to something like the viewId.
    Does ADF plan on enhancing the "process" scope functionality or is it OK to add SEAM or shale at the front-end of the ADF processing lifecycle?
    Your guidance would be appreciated.

    Hi,
    have a look at the ADF developer documentation on OTN and read the chapters on taskflows. You can have beans in a taskflow that have their scope set to backing bean.
    If a taskflow is then used multiple times in a region, the backing bean scope makes sure the two instaces are isolated
    You can't mix and match Seam or Shale lifecycle with ADF Faces RC and vice versa.
    Frank

  • Design Question: Multi-page Enrollment Process?

    I'm thinking of 3 different possible design approaches for a multi-page customer enrollment process and wanted to know if anyone had any recommendations? There are 3-5 pages in the sign-up process, each page containing form fields the user inputs information to. The main design issues are around how to save the data between pages, not committing the data to the database unless the user completes the entire process, and handling cases where the user does not complete the entire process:
    1. Store form field inputs in temporary database table; if user completes process copy data to real database table. Can delete rows from temporary table as part of nightly cleanup process (i.e., rows where customer bails part way through enrollment)
    2. Use process-Scope variables to hold the user input; commit data to database after user completes the process
    3. Store user input in View Objects with transient fields as a way to preserve the data; commit the data to the database after user completes the process
    Any suggestions or examples?
    Thanks
    Using JDev 10.1.3 ADF BC / JSF

    sorry, to revive this "old" thread, but could someone please elaborate on this:
    Implement a state-machine for each workflow. Example: basic-info->payment-info->success constitute one workflow for me. This state-machine would be a stateful Java class (holding the current state/page) implementing a StateMachine interface with a method: canTransitionTo(String pageName). Declare this as a session-scoped managed bean. You can optionally wire this to your other controller backing beans for modifying the current state when user presses "Next" in the individual pages.
    So basically, you make an interface with a single method canTransitionTo(String pageName) [btw, this seems like it returns a boolean ... although wouldn't a method like "getAvailableTransitions(String pageName)" be more appropriate?] Then your "State machine" would have some variable that holds the current state, for example, "page one".
    My question is this. Suppose we have 3 pages (much like the example), page one -> page two -> page three
    In the page three Action, how do we check to make sure they are allowed to come to this page? The State Machine would not have any state in it yet ... (maybe this was what point(s) 2 and/or 3 was saying, but I couldn't understand exactly what he was saying... PhaseListener?)
    Thanks

  • Question to core-processes

    We currently have following configuration set regarding processes:
    <Process>
        <Scope>app</Scope>
        <Distribute numprocs="11">insts</Distribute>
        <LifeTime>
          <RollOver></RollOver>
          <MaxCores></MaxCores>
        </LifeTime>
      <MaxFailures>5</MaxFailures>
                        <RecoveryTime>5</RecoveryTime>
    </Process>
    We are running non-stateless-applications so we can't use the roll-over-configuration.
    This leads to instances running for over 30 days (with several connects and disconnects) resulting in core-processes, that don't seem to work properly after about 30 days. They still respond but use a high amount of virtual memory and seem to have utilization-related problems.
    What we could do is to manually stop an instance via the application itself, if a certain state is matching. But we would have to immediately restart the instance.
    With the configuration above, is it possible, that when i restart an instance via the Flash Media Administration Console it is assigned to the same core-process or will FMS assign the instance to another core-process?
    Is there a way to ensure, that the instance gets assigned to a different core-process, so the old core process will be stopped?
    Any help is appreciated.
    Best regards
    Suha

    Well i guess so, too, but it would help to be sure.
    Just to make sure: We don't want to run the same instance in the same old core-process! I want to make sure, that if i terminate an instance via code on a certain state it gets assigned to fresh new core-process.
    I once tried to simply restart an instance via Flash Media Admin Console, that was running a long time and did not write any more instance-log-files. But after restart it still did not write any more log-data. So my guess was, that the restarted instance was not assigned to a new core-process but to the same old core-process, that was for whatever reason not able to write any more log-data.
    Other instances of the same application running on the same machine still did write log-data.
    If i did not get the documentation wrong, our current configuration would tell FMS to assign all instances of one application to up to eleven core-processes. How can we make sure, that an old, long-running core-process gets terminated? I guess, that all still running instances in this process have to be stopped.
    But we can't do it that way, we could only try to restart instances, which only makes sense, when it is for sure, that a restarted application-instance will not be assigned to the same old process neither newly started instances will. Is there a way, without using the rollover-configuratiuon to achieve this?

  • Amazon AWS FMS - missing license key?

    I have set up an Amazon AMI FMS instance which is working fine - but is behaving like a development edition.
    When launching instances of my app from the Administration Console, I can only launch 5 or 6. After this, I see the instance name in the list, but in LiveLog there are no trace statements, and no log file is produced for that instance. It looks to me very much like I just ran out of NetConnections, as each instance needs to create proxy NetConnections to another app on the same server.
    I ported this app straight from one of my own (Win98) FMS3.0 installations. I'm running the Administration Console remotely from the Win server.
    I'm pretty used to the conf structure and files, and have checked several times. Maybe there's a new setting in 4.0, or maybe I'm just missing a license key...

    Thank you!
    I managed to resolve it. My app was built on FMS3.0, and when I ran it on FMS4.0 only 3 instances would start up. So I rebuilt the Application.xml from the template in the FMS4.0 conf, setting  the process scope to app, and distributing over instances. All working fine now.
    Still a great product.

  • Error while running a test case in Jcaps 6 JDBC project

    I encountered an error while running the testcase for a JDBC BC project in Jcaps 6.
    BPCOR-6135:A fault was not handled in the process scope; Fault Name is {http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure; Fault Data is null. Sending errors for the pending requests in the process scope before terminating the process instance
    Caused by: I18N: BPCOR-3023: Selection Failure occurred in BPEL({http://enterprise.netbeans.org/bpel/DBSample/Db}Db
    Kindly suggest a solution

    It seems to be a very common error. Try checking your map assignments when the source (from) is empty (null). These mappings with null values may produce the error you are facing...
    Good luck!

  • ADF ProcessScope -- I get a new AdfFacesContext on each page load

    I am trying to store some variables in the ADF processScope. But the next time the page is loaded and calls the managed bean methods, the AdfFacesContext is different, and so the processScope is empty. The managed bean is session scope, and I am setting the processScope variables in the bean's Java code.
    In particular this happens when I click on the af:table pagination links, e.g. the "next 25".
    How can I get access to the same AdfFacesContext (and therefore the same processScope) the next time the page loads and calls the managed bean?
    I am using JDeveloper 10.1.3.3.0.
    Here is the example code, and the output that is produced from my System.out.println statements:
    ========== Controller.java (session scope managed bean) ===============
    package adfproject;
    import java.util.Map;
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.List;
    import oracle.adf.view.faces.context.AdfFacesContext;
    public class Controller {
    private List<Map> list = new ArrayList<Map>();
    private String label;
    private static int counter;
    public Controller() {
    // initialize list with Map objects
    for ( int i = 1; i<10 ; i++) {
    Map map = new HashMap();
    map.put("A","first column");
    map.put("B", "row " + i);
    list.add(map);
    // called from JSP to initialize the ECO bean
    public String getLoad() {
    printAdfProcessContext("in getLoad");
    // get value from current process scope
    String currentLabel = (String)getProcessAttribute("LABEL");
    // print currentLabel
    System.out.println("current LABEL = "+currentLabel);
    // if currentLabel null, build new one with counter, incr counter
    if (currentLabel == null) {
    label = "xyz " + ++counter;
    System.out.println("new LABEL: "+label);
    // remember the current label in the process scope, and in member
    setProcessAttribute("LABEL",label);
    return ""; // empty string so nothing is displayed on web page
    public static void printAdfProcessContext(String label) {
    AdfFacesContext afCtx = AdfFacesContext.getCurrentInstance();
    System.out.println("============ "+label+" ===========");
    System.out.println("AdfFacesContext = "+afCtx);
    Map ps = afCtx.getProcessScope();
    System.out.println("Process scope = "+ps);
    * Get attribute from ADF "processScope".
    * This is a special scope provided by ADF which is in between Session
    * and Request.
    * @param name attribute name
    * @return
    public static Object getProcessAttribute(String name) {
    AdfFacesContext afCtx = AdfFacesContext.getCurrentInstance();
    return afCtx.getProcessScope().get(name);
    * Add or overwrite attribute in ADF "processScope".
    * This is a special JSF "scope" provided by ADF Faces which is somewhere
    * between Session scope and Request scope. It can be accessed in JSF
    * pages using the EL expression #{processScope.myAttribute}.
    * @param name attribute name
    * @param value attribute value
    * @return
    public static void setProcessAttribute(String name, Object value) {
    AdfFacesContext afCtx = AdfFacesContext.getCurrentInstance();
    afCtx.getProcessScope().put(name,value);
    public String getLabel() {
    return label;
    public List<Map> getList() {
    return list;
    ============= jsftest.jsp =====================
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces" prefix="af"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/html" prefix="afh"%>
    <f:view>
    <afh:html>
    <afh:head title="ADF Context Test">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body>
    <h:form>
    <af:outputText value="#{controller.load}"/>
    <h:panelGrid columns="2">
    <af:outputLabel value="LABEL"/>
    <af:outputText value="#{controller.label}"/>
    <af:outputLabel value="Map"/>
    <af:table emptyText="No items were found" value="#{controller.list}"
    var="row" rows="4">
    <af:column sortable="false" headerText="A" formatType="text">
    <af:outputText value="#{row.A}"/>
    </af:column>
    <af:column sortable="false" headerText="B" formatType="text">
    <af:outputText value="#{row.B}"/>
    </af:column>
    </af:table>
    </h:panelGrid>
    </h:form>
    </afh:body>
    </afh:html>
    </f:view>
    ================= Console Output when page loads initially ==================
    08/09/03 15:27:18 ============ in getLoad ===========
    08/09/03 15:27:18 AdfFacesContext = oracle.adfinternal.view.faces.context.AdfFacesContextImpl@101751
    08/09/03 15:27:18 Process scope = ProcessScopeMap@7009019[_map={}, token=null,children=null]
    08/09/03 15:27:18 current LABEL = null
    08/09/03 15:27:18 new LABEL: xyz 1
    ======= Console Output when I click the "next 4" link on the table, and the page reloads ========
    08/09/03 15:32:42 ============ in getLoad ===========
    08/09/03 15:32:42 AdfFacesContext = oracle.adfinternal.view.faces.context.AdfFacesContextImpl@16bf9ce
    08/09/03 15:32:42 Process scope = ProcessScopeMap@31287037[_map={}, token=null,children=null]
    08/09/03 15:32:42 current LABEL = null
    08/09/03 15:32:42 new LABEL: xyz 2
    ====== Comments =========
    As you can see above, the AdfFacesContextImpl object has changed, so I have lost the ProcessScopeMap.
    Also, on the displayed page, the label is still "xyz 1" instead of changing to "xyz 2".
    Thanks for your help,
    JbL

    Thanks for the idea, Murph.
    I didn't need a session scope bean, request would be fine, I just was trying to make something work that would allow me access to the process scope attributes. I want to allow multiple browser windows searching on different objects independently, so I don't want to use session scope.
    I tried removing the variable declaration and setting/getting the processScope attribute in the setter/getter methods, to make the process scope attributes independent of the managed bean. But each time the page loads (by clicking the table navigation links), I still lose the process scope attributes. I tried with both session and request scope beans. Either way, in the getLoad() method, when I try to get the label from the process scope (using the new version of getLabel()), it is null.
    So the root problem is still there.
    For continued discussion on this more specific problem, see my separate thread "JSF ProcessScope attribute missing on page reload from af:table pagination"
    at JSF ProcessScope attribute missing on page reload from af:table pagination

  • How-to get attributes from one JSF page redirected to another?

    How do I send information from one JSF page when the navigation rule redirects it to another?
    When JSF navigation does a forward I can use request.setAttribute() in the from-page and then use request.getAttribute() in the to-page, but this doesn't work with <redirect/>.
    Regards,
    Al Malin

    The process scope in ADF Faces solves this. See:
    http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state/content/navId.4/navSetId._/vtTopicFile.adffacesguide%7Cdevguide%7CcommunicatingBetweenPages%7Ehtml/

Maybe you are looking for

  • I cannot open HELP in Lightroom 3.6.

    When I go to Lightroom HELP it will not open. I have been able to open it in the past without any problem. I'm using Windows XP and Lightroom 3.6. If I have changed anything I'm not aware that I did that. Any suggestion greatly appreciated.

  • Error Code -3

    After upgrading my i-Tunes, the Quicktime Version 7.03 will not load, and I have an error messsage code -3. This now means I cannot use my i-Tunes, as it says it needs quicktime version 7.03 or above. Any Answers ?

  • Deploying consumes a lot of memory on WLS (latest version)

    I have a server with the latest version of WLS. It has the complete webcenter suite installed so it runs the adminServer with 3 managed servers. I have to do lots of deployments on that server and i notice that every time i deploy, the memory usage g

  • Mid tier removal

    I want to remove my mid tier install of Portal, BI & Forms, Reports. It has been registered in a FARM on the sepearate Infrastructure sever Meta Repository. Do I have to deregister it from the FARM before I use Oracle Installer to remove the software

  • No cover art sharing for multiple accounts?

    Hi! Two users with an iPod each are sharing a common Music folder, but both users are accessing it from their individual account. Problem: Cover art is stored in the users specific folder 'album art'. So, if one user imports a CD for which iTunes can