Multiple TaskFlow run as Dialog issue

Hi,
I am openning multiple taskflow as a dialog box or popup .On Click of button, I am getting one taskflow with pages as a dialog successfully but in that taskflow , one more button is there. On click of that button ,I am openning second taskflow with pages as a Dialog box is successfully. but problem is that on this time, second taskflow is openning inside First taskflow (like parent-child ). I want to open second taskflow seperately . Please help ASAP......

Hi,
giving that task flow calls a sequential you don't get two task flows open in parallel dialogs
Frank

Similar Messages

  • [Jdev11gR1]: Insert taskflow run as dialog and window (X) Close button

    Hi
    i have taskflow to insert some data into database and i have (commit and rollback) buttons
    it is run as external dialog using (dialog:nav)
    when i press commit and rollback every thing good
    but
    if i press X button to close dialog , i find row added to the page
    please any body help me how to prevent the added row to viewobject or how to rollbacking when press X button to close windwo
    thanks
    Edited by: JDeveloper on Nov 29, 2008 11:38 AM
    Edited by: JDeveloper on Nov 29, 2008 11:40 AM

    Hi,
    can you add a return listener to the launching command to check if it is called in this case? If it is called then this is where you can rollback changes
    Frank

  • Exception while exiting taskflow running as dialog with inline-popup

    Is this a bug? I am getting inconsistent behavior , button on the jspx is calling the taskflow-return activity , first time it does not do anything, second time it throws NullpointerException
    java.lang.NullPointerException
         at oracle.adfinternal.controller.state.ControllerState.expireStackSnapshots(ControllerState.java:812)
         at oracle.adfinternal.controller.application.SyncNavigationStateListener.afterPhase(SyncNavigationStateListener.java:67)
         at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.afterPhase(ADFLifecycleImpl.java:531)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchAfterEvent(LifecycleImpl.java:120)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchAfterPagePhaseEvent(LifecycleImpl.java:168)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchAfterPagePhaseEvent(ADFPhaseListener.java:124)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:70)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:421)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:421)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:160)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Studio Edition Version 11.1.1.2.0
    Build JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    When exiting taskflow (pressing Cancel command button on the popup that points to taskflow return activity) first time nothing happens , second time NPE as show below
    It works sometimes and does not work other times and
    RootViewPortContextImpl rootViewPort = getCurrentRootViewPort();
    rootViewPort.getPageFlowStack().expireSnapshots(this, max.intValue());
    //rootViewPort  is null and throws NPEthird time
    oracle.adf.controller.internal.AdfcIllegalStateException: oracle.adf.controller.ControllerException: ADFC-12000: State ID in request is invalid for the current session.
    It acting up so weirdly and there is no consistency in the behavior, something is going on with Session since Clearing the Browser History and trying the same thing works, but it happens so random and really hard to know what's going on
    It looses the RootViewPortContext, can anyone explain me what's going on here, it seems like , its impossible to use this thing

  • How to get rid of Conifrmation when closing taskflow-call  run as Dialog

    Whenever I call close the browser window, If I have taskflow-call running as a Dialog I get this javascript confirmation,, which is really annoying, how can I get rid of that?
    taskflow-call is running as Dialog with inline-popup
    Are you sure you want to navigate away from this page?
    There are one or more dependent dialogs open. Navigation from this page will invalidate any open dialogs.
    Press OK to continue, or Cancel to stay on the current page.
    Edited by: user626222 on Sep 21, 2010 11:03 AM

    Hi user,
    I'm not 100% sure but you could check whether af:document uncommittedDataWarning property is set to true. If so, try setting it to false.
    Hope it helps
    Barbara

  • How to close taskflow that is "Run As Dialog"?

    To open a bounded-task-flow in a modal dialog window, I used a "Task Flow Call" activity with the following settings:
    1. "Run As Dialog" = true
    2. "Display Type" = "external-window
    A command link is used to invoke the "Task Flow Call" activity so that the bounded task flow was opened in a modal dialog window:
    <af:commandLink text="Call n Dialog" id="cb2" action="openModal" useWindow="true" windowEmbedStyle="inlineDocument"
    windowModalityType="applicationModal" windowHeight="500" windowWidth="500"
    partialSubmit="true" binding="#{DynamicDashboardContentManager.modalApplicationLink}"/>
    How do I close the "dialog" window upon return from flow A ?
    For example, clicking a button on a page from flow A will close the dialog window.

    Yes, I have a different use case... calling a bounded task-flow of a remote application ie. another web application outside my own web application.
    The outcome of "Task Flow Return" of the bounded task-flow of a remote application is set to a generic outcome "done" defined in the adfc-config.xml of the remote application.
    That generic outcome just navigate to an empty page for now.
    Hence, there is no specific "Task Flow Return" activity whose outcome is set to the caller application ... I don't know if this can be done...
    Can the remote application able to close the dialog window it is running in upon the invoke of the generic outcome "done'?
    ...and how?
    Edited by: Pricilla on Mar 3, 2011 1:17 PM

  • Run-as-dialog

    Hi,
    I am launching a jspx page using run-as-dialog. Page is displayed in a dialog. But now I want to be able to close this dialog using escape key. This does not seem to work.
    If I use a normal pop-up and use dialog inside it, escape key works for closing the dialog.
    This is a known issue? any work-around for this?
    Thanks,
    Suma

    Michael, thx for the response.
    When i launch a page using pop-up(af:pupup), pressing on escape dismisses the pop-up. Similarly, shoudn't it be same for the above case? The only difference here is that the page is launched using "run-as-dialog" of taskflow. Even in this case clicking on "Close" (X) works fine. Escape should be similar to this. Your solution requires a server call. Any way to avoid the server call?
    Thx,
    Suma

  • Netweaver 7.02 Trial: Running but Dialog queue standstill

    Hi ,
    I have installed 7.02 today on my Home Premium Windows 7, 4GB RAM, and Virtual memory is set to 20480MB.
    It was working fine till yesterday but suddenly the  management console reveals the reason: disp+work.EXE is "Running but Dialog Queue standstill" .
    Please let me know how to resolve this issue.
    Thanks
    Raj
    Edited by: Rkumar21 on Nov 22, 2011 6:21 AM

    This is the trace.
    trc file: "dev_disp", trc level: 1, release: "720"
    sysno      00
    sid        NSP
    systemid   562 (PC with Windows NT)
    relno      7200
    patchlevel 0
    patchno    46
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile   
    Raj\sapmnt\NSP\SYS\profile\NSP_DVEBMGS00_Raj
    pid        2504
    Mon Nov 21 20:55:29 2011
    kernel runs with dp version 125000(ext=118000) (@(#) DPLIB-INT-VERSION-125000-UC)
    length of sys_adm_ext is 588 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 2504) [dpxxdisp.c   1252]
         shared lib "dw_xml.dll" version 46 successfully loaded
         shared lib "dw_xtc.dll" version 46 successfully loaded
         shared lib "dw_stl.dll" version 46 successfully loaded
         shared lib "dw_gui.dll" version 46 successfully loaded
         shared lib "dw_mdm.dll" version 46 successfully loaded
         shared lib "dw_rndrt.dll" version 46 successfully loaded
         shared lib "dw_abp.dll" version 46 successfully loaded
         shared lib "dw_sym.dll" version 46 successfully loaded
         shared lib "dw_aci.dll" version 46 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    rdisp/dynamic_wp_check : 1
    rdisp/calculateLoadAverage : 1
    Mon Nov 21 20:55:35 2011
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 6 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  6393]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is active
    DpIPCInit2: write dp-profile-values into sys_adm_ext
    DpIPCInit2: start server >Raj_NSP_00                              <
    DpShMCreate: sizeof(wp_adm)          31696     (2264)
    DpShMCreate: sizeof(tm_adm)          5517056     (27448)
    DpShMCreate: sizeof(wp_ca_adm)          64000     (64)
    DpShMCreate: sizeof(appc_ca_adm)     64000     (64)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/584064/584080
    DpShMCreate: sizeof(comm_adm)          584080     (1144)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=512/48/65600/90416/156064
    DpShMCreate: sizeof(slock_adm)          156064     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=2800/16/268864/268880
    DpShMCreate: sizeof(file_adm)          268880     (80)
    DpShMCreate: sizeof(vmc_adm)          30128     (2152)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: sizeof(j2ee_adm)     3936
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 0000000007D60050, size: 6812336)
    DpShMCreate: allocated sys_adm at 0000000007D60060
    DpShMCreate: allocated wp_adm_list at 0000000007D63030
    DpShMCreate: allocated wp_adm at 0000000007D63220
    DpShMCreate: allocated tm_adm_list at 0000000007D6AE00
    DpShMCreate: allocated tm_adm at 0000000007D6AE50
    DpShMCreate: allocated wp_ca_adm at 00000000082ADD60
    DpShMCreate: allocated appc_ca_adm at 00000000082BD770
    DpShMCreate: allocated comm_adm at 00000000082CD180
    DpShMCreate: allocated slock_adm at 000000000835BB20
    DpShMCreate: allocated file_adm at 0000000008381CD0
    DpShMCreate: allocated vmc_adm_list at 00000000083C3730
    DpShMCreate: allocated vmc_adm at 00000000083C37E0
    DpShMCreate: allocated gw_adm at 00000000083CADA0
    DpShMCreate: allocated j2ee_adm at 00000000083CADE0
    DpShMCreate: allocated ca_info at 00000000083CBD50
    DpShMCreate: allocated wall_adm at 00000000083CBD70
    DpCommAttachTable: attached comm table (header=00000000082CD180/ft=00000000082CD190)
    DpSysAdmIntInit: initialize sys_adm
    rdisp/test_roll : roll strategy is DP_NORMAL_ROLL
    dia token check not active (6 token)
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    DpFileInitTable: init table for 2800 entries
    DpSesCreateTable: created session table at 0000000002CB0050 (len=161328)
    DpRqQInit: keep protect_queue / slots_per_queue 0 / 2001 in sys_adm
    rdisp/queue_size_check_value :  -> on,50,30,40,500,50,500,80
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    <ES> Info: em/initial_size_MB( 3838MB) not multiple of em/blocksize_KB( 4096KB)
    <ES> Info: em/initial_size_MB rounded up to 3840MB
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 959 blocks reserved for free list.
    ES initialized.
    DpVmcSetActive: set vmc state DP_VMC_ENABLED
    DpVmcSetActive: set vmc state DP_VMC_ACTIVE
    DpVmcInit2: o.k.
    MPI: dynamic quotas disabled.
    MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    Mon Nov 21 20:55:36 2011
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.4 3.4 4.1) [dpxxdisp.c   1638]
    Mon Nov 21 20:55:38 2011
    ***LOG Q0K=> DpMsAttach, mscon ( Raj) [dpxxdisp.c   12244]
    MBUF state LOADING
    DpStartStopMsg: send start message (myname is >Raj_NSP_00                              <)
    DpStartStopMsg: start msg sent
    CCMS uses Shared Memory Key 73 for monitoring.
    CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    Mon Nov 21 20:55:39 2011
    CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1296]
    MBUF state ACTIVE
    DpWpBlksLow: max wp blocks in queue is 800 (80 %)
    MBUF component UP
    DpMsgProcess: 1 server in MBUF
    DpAppcBlksLow: max appc blocks in queue is 500 (50 %)

  • Multiple APP run's for  same vendor

    Dear Friends,
    I would like to know whether it is possible to do multiple payment proposals for a vendor on same dates.
    here is the scenario:
    Each business area would like to creat and edit payment proposals for the same dates, for ex: Run date is 1.1.08, next payment date will be 02.01.08 and schedule the actul payment run on say 03.01.08.
    The actual payment runs will be processed by different paying coc.ode on 03.1.08
    so for a given vendor say we have 2 open items which are due for each business area. I tried giving Business area in free selections .
    when I try to create a secong payment proposal system gives me the message saying no payment proposal found for the co.code Message nO.FZ349
    Yes it does makes sense to this meesage in the sense system wants to check that no invoice is paid twice by mistake.
    But my question is since I am restricting open items by Busines area in the selection parameters itself shouldnt that be considered by system.
    Hope I am clear.
    Please let me know your inputs on the same.
    Points assured for useful replies.
    Thanks,
    Vamsi

    Hi Chandra,
    Thanks for your inputs.
    When you say that same vendor can be paid more than 1 once in a given day by APP, I belive you meant that once paymnet run has been done we can create another APP process for the same vendor.
    Yes I dont see any issues there.
    I also have no doubt that we can create multiple payment runs for a given vendor for 2 different co.codes on the same day.
    But the issue I have is a case of centralised payment for all regions  which are represented by Business areas.
    Each region will do business with the same pan india vendor and would like to create thier payment proposals. The payment runs for these proposals will be done by the head office.
    while trying to the second payment proposal, thi sis the message:
    "Vendor 54 222 is contained in proposal 24.01.2008 SB1; no editing"
    Hope I am clear.
    Thanks,
    Vamsi

  • Task Flow Run as Dialog problem - Jdev 11.1.2.4.

    We're using Jdeveloper and ADF 11.1.2.4 and have problems running task flow as dialogs(inline popup) but just on Internet Explorer(ver 8,9,10). First time when we call task flow it opens popup but dispaly error Page not found. But task flow is regulary displayed at second call, and evry other call(click on a button). And on all other browsers (Chrome, FireFox) is working normally, aswell as on 11.1.2.1 version.
    I assume that problem is that for the first time BTF is not activated, but have no idea how to solve it.
    I have found at Known Issues for 11.1.2.4 version that:
    Popup components with the childCreation attribute set to "deferred" often render blank with the first invocation. This issue arises if you use the popup component with a region and use the setPropertyListener tag to establish the activation of the region. The setPropertyListener tag with a popupFetch type will not be invoked for the initial fetch establishing the initial content delivery. This is because the markup that defines the setPropertyListener tag is defined within the popup's body. With the option to defer creating the children, the body is not processed until the first fetch for content. The popup fetch event listener (setPropertyListener) is processed in the Apply Request Values phase prior to when it is created in the Render Response phase. The workaround is to use the "popupFetchListener" method expression (PopupFetchEvent server-side event) to establish state that would have been established using the setPropertyListener.
    But still have no idea how it is connected to Run As Dialog feature of Task Flows.
    Please, help us to solve this beacuse our users mostly use IE.
    Thank you,
    Patrik

    No, there is no workaround for this.  You can open a SR and let Oracle work on this. We can't do anything about it.
    Why can't you install jdk 1.6?
    You can have more then one jdk installed on your pc.
    You can use in jdk which comes with the installation package,
    Timo

  • Handling dismissal of taskflow running as an inline-poup from jsff

    How can I handle dismissal *(pressing X in dialog)* of taskflow running as a Dialog with inline popup.
    I am referring to :
    *19 Using Dialogs in Your Application*
    Section 19.2, "Running a Bounded Task Flow in a Modal Dialog"
    http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/taskflows_dialogs.htm#CHDCBFHB
    Thanks,
    Edited by: user626222 on Sep 17, 2010 12:15 PM

    Thanks for your reply Frank, hopefully we can get that ER done soon
    Is there any workaround I can use in the meantime, last option is I can hide the 'x'

  • ER:  expand Java Options field in run configurations dialog

    Hello -
    Any chance the Java Options field (in the "Launch Settings" panel of the "Edit Run Configurations" dialog) could become a multiple-line text box?
    I add several options to this field for my projects and it is inconvenient to check the values when there are enough to scroll off the edge of the field.
    Thanks.

    [ There original post I made is incorrect.  The classes/shared libraries need only to be available to the server - they do not need to be available to ALDSP Studio, since the database is access via the server. Double check that the required classes/shared libraries for your jdbc driver are available to your server ]
    I searched our CR database for the stacktrace/error that you have and found serveral CR. Most of them indicate the problem was jar file(s) for the jdbc driver were not present in the client classpath. So - whatever you added to the server classpath (and PATH - if there were also shared object libraries) - we need to add those to the ALDSP Studio (eclipse) classpath (PATH).
    you can put the jar(s) in
    aldsp_3.0\eclipse-plugins\dsp\eclipse\plugins\com.bea.dsp.ide.external_3.0.0
    and modifying
    aldsp_3.0\eclipse-plugins\dsp\eclipse\plugins\com.bea.dsp.ide.external_3.0.0\META-INF/manifest.mf.
    There are two places in manifest.mf you will need to add the jar file - once under Bundle-Classpath and once under Export-Package.
    Edited by mreiche at 03/07/2008 10:48 AM

  • Disp+work goes yellow with:  Running but dialog queue standstill

    I just installed CRM 7.0 on Windows with MaxDB 7.7.04 build 28.  After the installation I was able to logon and begin applying support packs.  In the middle of doing this, the system hung and I noticed the disp+work went yellow with the message "Running but dialog queue standstill".  I shut down the system, rebooted the machine and started up again.  The same error is occuring.  Here are some log files:
    adatmp:
    Error! Connection failed to node sitaserv23 for database CRE:
    -24700,ERR_DBMSRV_NOSTART: Could not start DBM server.
    -24832,ERR_SHMNOTAVAILABLE: Shared memory not available
    -24827,ERR_SHMALLOCFAILED: ID C:\sapdb\data\wrk\CRE.dbm.shi, requested size 2600
    stderr1:
    C:\usr\sap\CRE\DVEBMGS02\work>set DBNAME=CRE
    C:\usr\sap\CRE\DVEBMGS02\work>set DBNAME=CRE
    C:\usr\sap\CRE\DVEBMGS02\work>if "" == "" (set DB_USERKEY="c" )  else (set DB_USERKEY="c_J2EE" )
    C:\usr\sap\CRE\DVEBMGS02\work>dbmcli -U "c" db_state  1>adatmp
    C:\usr\sap\CRE\DVEBMGS02\work>findstr "ONLINE" adatmp
    C:\usr\sap\CRE\DVEBMGS02\work>dbmcli -U "c"  dbm_version VERSION   1>adatmp
    C:\usr\sap\CRE\DVEBMGS02\work>findstr "7\.2" adatmp
    C:\usr\sap\CRE\DVEBMGS02\work>findstr "7\.3" adatmp
    C:\usr\sap\CRE\DVEBMGS02\work>findstr "7\.4" adatmp
    C:\usr\sap\CRE\DVEBMGS02\work>findstr "7\.5" adatmp
    C:\usr\sap\CRE\DVEBMGS02\work>findstr "7\.6" adatmp
    C:\usr\sap\CRE\DVEBMGS02\work>findstr "7\.7" adatmp
    Error: Database CRE NOT started !
    I tried applying note 1041650 but this seems to be for UNIX.  I don't know how to clear memory in Windows 2003 server.
    I updated the kernel to 117 with disp+work at 130.  Still the same.
    Please help.
    Thanks,
    Peggy

    Hi,
    Its better to put log archive in over write mode while installation to avoid these issues.
    Regards,
    Sahil Garg

  • Dispatcher is running but dialog queue info unavailable

    R/S All,
    My production system has been recovered after a Windows O.S. crash. SAP application gets started & we are able to
    access the database through T-codes. But at SAP mmt I am gettting "dialog queue info unabailable" in yellow colour with Dispatch (dispwork.exe). My server config. is Win2k3IBMdb2_v.9.1 + ECC 6.0.
    Kindly guide me to reslove this.

    Hi,
    Kindly check through the below links where the same issue has been resolved. Also, kindly if any windows pacthes have been installed during the process of restoration. Update the kernel to the latest level for all i.e. after updating the kernel (DB and DB independent files) update the other latest files also (like R3trans, tp, dw* etc,,)
       disp+work.EXE (Dispatcher) - Running but Dialog Queue info unavailable,...
       Dispatcher  status: Running but dialog queue info unavailable ... yellow co
       Dispatcher - Running but Dialog Queue info unavailable
    Also, please provide the dev_disp log here.
    Regards,
    Sharath Babu M

  • Running but dialog queue info unavailable,j2ee status info unavailable

    HI ,
    We have a solution manager instance.It has both java and abap.  The problem now is     The dispatcher in the processlist    is displaying the error  "  the instance is running but dialog queue info unavailable,j2ee status info unavailable "    and the instance status is staying in yellow color.
    Guys anyone can suggest me regarding this issue..
    Thanks in advance,
    Chandana.

    Hi,
    Please check whether user id SAPJSF is locked or not. If it is not locked the please check below trace files  dev_dispatcher,std_server#.out,dev_jcontrol,std_dispatcher.out.
    Also refer SAP note 723909 - Java VM settings for J2EE 6.40/7.0
    Below thread may help you.
    J2EE status info unavailable
    Thanks,
    Sushil

  • RE: How to have multiple application running under one server

              I have one server
              I have many application
              Question: Is it possible for me to have a weblogic properties file under each
              of this application.
              

    If your question is whether you can run multiple instances of WebLogic
              (or multiple applications) on one server, the answer is yes. The only
              problem is, you must have a unique port for each of the servers to run
              on. I.e., they can not all run under port 80 which has obvious
              internet/network implications.
              This also means you have multiple weblogic.properties files etc. for
              each instance.
              We do this with WL5.1 on a Linux 2.4 kernel in developement to allow
              multiple developers run their own instance on one box.
              Dano
              Mettu Kumar <[email protected]> wrote in message news:<[email protected]>...
              > No if you are running single instance of wls.
              >
              > Kumar.
              >
              > Sonny wrote:
              >
              > > I have one server
              > > I have many application
              > > Question: Is it possible for me to have a weblogic properties file under each
              > > of this application.
              

Maybe you are looking for