The asp twosafe mode the return server from disable to re-enabled condition

our two node as the one active standby pair.the rerurn server is disabled.
get the result by
Command> call TTREPSYNCSUBSCRIBERSTATUS('ocedata','S1ZSOCE');
< 1 >
During running the return server is automatic re-enabled?
the replication shceme as follows:
create active standby pair
OCEDATA on "S2TEST", OCEDATA on "S1TEST" return twosafe
store OCEDATA on "S2TEST"
disable return all 1
durable commit off
resume return 0
local commit action commit
return services off when stopped
store OCEDATA on "S1TEST"
disable return all 1
durable commit off
resume return 0
local commit action commit
return services off when stopped
exclude table
exclude cache group
exclude sequence
as i know from diabled return server to re-enabled return server is restart the active replication agent.
Edited by: user3288537 on 2010-7-26 上午1:44
Edited by: user3288537 on 2010-7-26 上午1:44

You should specify a sensible value for RESUME RETURN. Maybe 100. using 0 prevents return services ever being resumed automatically.
Chris

Similar Messages

  • I'm using Photoshop Elements 12 on Windows 8.1.  When I go into the Expert Edit Mode the toolbar available appears in one single column and misses off several tools including foreground and background colour.  How can I restore the original toolbar?

    I'm using Photoshop Elements 12 on Windows 8.1.  When I go into the Expert Edit Mode the toolbar available appears in one single column and misses off several tools including foreground and background colour.  How can I restore the original toolbar?

    Thanks for your help - your suggestion worked beautifully.Dennis Hood
          From: 99jon <[email protected]>
    To: Dennis Hood <[email protected]>
    Sent: Thursday, 15 January 2015, 15:20
    Subject:  I'm using Photoshop Elements 12 on Windows 8.1.  When I go into the Expert Edit Mode the toolbar available appears in one single column and misses off several tools including foreground and background colour.  How can I restore the original toolbar?
    I'm using Photoshop Elements 12 on Windows 8.1.  When I go into the Expert Edit Mode the toolbar available appears in one single column and misses off several tools including foreground and background colour.  How can I restore the original toolbar?
    created by 99jon in Photoshop Elements - View the full discussionTry re-setting the prefs.Go to: Edit >> Preferences >> General (Photoshop Elements menu on Mac)Click the button Reset Preferences on next Launch If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7099161#7099161 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7099161#7099161 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Photoshop Elements by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • HT201210 How does the Ipad get back to Nigerian Store from American Store to enable it carry out Update aand Downloading?

    Dear All, please, How does the Ipad get back to Nigerian Store from American Store to enable it carry out Update and Downloading?

    Try this.
    Settings>iTunes and App Stores>Apple ID
    Tap your ID
    Tap View Apple ID
    Enter your password
    Go to country/region in the popup window to change the store

  • How to Find the Hostname / IP Address of Reports Server From Forms

    Hi
    We have following query to find out on which machine form server is running,
    but how to find hostname/ip address of reports server (if there are more than one reports server running and on different machines).
    SELECT SYS_CONTEXT('USERENV','HOST'), SYS_CONTEXT, SYS_CONTEXT('USERENV','IP_ADDRESS')
    from dual.
    can anybody answer?
    rocky rocks.

    Our oas name is the same as the box name, and the report server naming convention is rep_(oas name) so that makes it easy to find out.
    I have a pll attached to my form that contains the following function, which works for PC or UNIX based app server:
    -- get_oas_name - Returns OAS name. 
    -- caveat:  Can't be run from pre-form, when-new-form-instance or when-new-block-instance of first
    --          block on the form due to webutil limitation.
    FUNCTION get_oas_name RETURN varchar2 IS
      fp text_io.file_type;
      oas_name varchar2(30);
      op_sys varchar2(30) := get_application_property(OPERATING_SYSTEM);
    BEGIN
      if op_sys = 'WIN32COMMON' then                    
        oas_name := webutil_clientinfo.get_host_name;
      elsif op_sys = 'SunOS' or op_sys = 'UNIX' then
        host('/bin/uname -n > /tmp/oas_name');
        fp := text_io.fopen('/tmp/oas_name','r');
        text_io.get_line(fp, oas_name);
        text_io.fclose(fp);
      end if;
      return oas_name;
    END;Then in when_timer_expired (first place you can use webutil functionality) call it accordingly. I also use it to set platform dependant variables so the form will run
    when I'm working on my PC or deployed on UNIX:
    declare
      :control.op_sys  := get_application_property(OPERATING_SYSTEM);
    begin
          :control.oas_name := get_oas_name;
          :control.report_server := 'rep_'|| :control.oas_name;
          if :control.op_sys = 'WIN32COMMON' then        -- For running locally during development.                     
            :control.close_page := 'http://127.0.0.1:8889/forms90/common/window_close.htm';
            :control.rpt_temp := 'c:\temp\';
          elsif :control.op_sys = 'SunOS' or :control.op_sys = 'UNIX' then
            :control.close_page := 'http://'||:control.oas_name||'.yournamehere.com:7779/forms90/common/window_close.htm';
            :control.rpt_temp := '/appl/oas/yournamehere/reports/cache/';
          end if;
    end;Good luck,
    Gary

  • How to setup the 'Client Licensing Mode' for Windows server?

    Hello,
    We will install the SBO server:
    OS: Windows Server 2003 Standard Edition
    SBO Clients: 150
    How should we setup the 'Client Licesing Mode' for the windows server?
    If we select the mode "Per server,Number of concurrent connections", how to set the connection number?
    Thanks in advance.
    Don

    Hi..
    you can set License to Particular user using License under Administration and Client will automatically fetch License using License Manager on License Server
    Regards,
    Bhavank

  • How to download the files, that are located in server, from the client?

    Hello folks,
    My program is like that, the files are located in the server and stored in file system.
    I can only know the server name and the directory listing, so that I can show the file names from that directory on the browser.
    The user might downloads those files from the browser and he might deletes those files through the browser.
    That user has valid right to do so and the files can be any type of extension.
    So how can I write this kind of program? Currently the whole system is in struts, so how can I make compatible with struts technology?
    Do u have any ideas?
    Regards,
    Phyo

    Thank you, grigpm. But actually I want the user to select the file that he wants to download rather than setting it in the configuration file. If it is possible, let me see the sample code of FileManager servlet. I've tried with some ways but I can only download from the same server with the application server. I want to download from different server. I hope someone can help me with sample code....
    Best regards,
    Phyo

  • The area on my toolbar where you can change the white balance mode is now gone from my toolbar.  How can I get it back?

    The area on my toolbar where you can change the white balance mode is now gone form my toolbar.  How can I get it back?

    Your basic panel must have been accidentally deselected.
    Simply right-click on one of the other panels e.g. Tone Curve and choose basic again - see image below.
    You can also select solo mode, if you prefer to work in one panel at a time with the others collapsing automatically when you click on another tab.

  • HT202279 Choose your server from the list that appears

    I administer four Yosemites servers using OS X Server.
    Everytime I launch OS X Server I have to option to Continue, which I do not choose. But I never get a list of other Macs to Adminsiter. I always have to choose "Other Mac" and enter the URL, etc. This happens on two Macs running Yosemite and being used for administrating.
    Where is the list of other Macs? No matter how often I connect to them, they never show up and I can find nothing in the menus to add them.
    According to How to administer OS X Server remotely using Server App - Apple Support it should be there:
    The first time you open the Server app on your admin computer, do not click the Continue button in the "Welcome to Server" window. Instead, choose Connect to Server from the Manage menu.
    Choose your server from the list that appears, or click "Other Mac" and then click Continue.

    I should've noted that these are web servers in various locations. They would not show on Bonjour.
    I'd still expect Server to remember and list them, and certainly the documentation doesn't indicate it's a LAN only feature.

  • Unable to browse OPC Server from the selected machine / Error -2147221163 occurred at GetOPCServerList.vi

    Hallo,
    I just installed LabVIEW 8.2 DSC-Module and tried to configure a OPC Client Instance. I get the Error "Unable to browse OPC Server from the selected machine / Error -2147221163 occurred at GetOPCServerList.vi". I have no OPC-Server installed, but is there no Demo-Server?
    Thank you
    Thomas

    This issue might be related to opcenum not being registered correctly. Please follow the steps explained in this document to fix this problem.
    As OPCdemo follows the OPC 1.0 standard it is not supported by the OPC client in LV DSC 8.x which supports OPC 2.0 and 3.0 servers. You can download an OPC 3.0 compliant demoserver from Matrikon.
    I hope that helps,
    Jochen Klier
    National Instruments Germany

  • Using the .asp response for a trigger in flash

    Ok, so I got this flash guest book that sends the
    name/message to the .asp script.
    The .asp script puts the name/message nicely into a .txt
    file.
    How do I use the response from the .asp to trigger something
    in my actionscript?

    I'm not entirely sure I understood the question - but:
    Assuming you're using LoadVariables in order to POST your
    data to the ASP script, you can use the OnData event to detect that
    the ASP script has completed and is returning it's response to your
    flash app.
    Hth
    /Culme

  • Table toolbar disappeared in the screen reader mode in Oracle ADF

    I have a validation message box(pop up) opening from a button action from page fragment(jsff) page and in screen reader mode the message box shows up as default on the same page instead of pop up message box and
    and below the message box there is this message information "Press escape to exit this popup." and when I click ESC key it then shows up the main default page with the table toolbar disappeared. In the screen reader mode the ADF framework is taking total control over the showing message box as default on the same page instead of pop up message box and showing below message " Press escape to exit this popup.". My question is how to edit this page and is there any way to get rid of below message information. I also want to know does ADF provide any API in screen reader mode to control the table toolbar disappearing. I really appreciate any help or advice or any work around to solve this issue.
    Eagerly waiting for the response.
    Thanks in advance

    I'm using JDeveloper 11g (11.1.1.4.0) which has come with accessibility feature(screen reader mode). I have no idea of which version of screen reader that Jdeveloper IDE has.
    I use IE 7 browser and it is mandatory I have to use IE7 browser for this project. All I need help is how to get control of web page( jspff) when we use in accessibility mode. we configure like this
    in trinidad-config.xml file.
    <?xml version="1.0" encoding="windows-1252"?>
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
    <skin-family>myskin</skin-family>
    <accessibility-mode>#{accessibility.accessibilityMode}</accessibility-mode>
    </trinidad-config>
    for example like in this jspff file :
    <af:panelStretchLayout
    id="panelStretchLayout1" topHeight="#{accessibility.accessibilityMode == 'screenReader' ? '137px' : 'auto'}"
    startWidth="auto">
    <af:panelCollection binding="#{backingBeanScope.backing_pageFragements_.panelCollection2}"
    id="panelCollection2">
    <f:facet name="menus"/>
    <f:facet name="toolbar">
    <af:toolbar binding="#{backingBeanScope.backing_pageFragements_.toolbar1}"
    id="toolbar1"
    shortDesc="Toolbar">
    I'm using like this, let me know I'm doing correct or is there any other way we can do to avoid toolbar to disappear.
    I appreciate your help.

  • Satellite Pro 6100, WXP installing SP2, after stand-by mode the USB is unknown

    Hi,
    after installing the update SP2 for Win XP on my notebook Toshiba Sat. Pro 6100, the following happens:
    when the notebook awakes from the stand-by mode, the USB connector is unknown and the communication is lost.
    Who knows the answer for this problem?

    Hello Erjee,
    you just need to install the bios version 1.90 or later.
    For other machines with the same problem after installing SP2...
    TE2100 v1.60 or later
    SATELLITE PRO 6000 v1.60 or later
    PORTEGE 4000 v2.10 or later
    TECRA 9000 v1.40 or later

  • Return the user to the original point in the template after making selectio

    Hi,
    Can u suggest one solution for this problem
    Return the user to the original point in the template after making selections/returning back from the select views . While using the select list in middle of the page or some other point of the page, the page will be getting refreshed and it will be returned to the start of the page. My requirement is make it return to the same position after the refreshed page.
    Thanks,
    Ramky

    Hi Vikas,
    I have done the same setup as your sample application. I am using
    <br>
    Branch URL : <br>
    f?p=&APP_ID.:&APP_PAGE_ID.:&APP_SESSION.::::::#&P1_ANCHOR.
    <br>
    Computation for P1_ANCHOR:<br>
    case :REQUEST
    WHEN 'P1_A_SCN' THEN 'P1_A_SCN'
    ELSE NULL
    end
    <br>
    Anchor Code in region header for item P1_A_SCN:<br>
    < a name="P1_A_SCN">< /a >
    <br>
    When I use the select list it wont come back to the region where the select list P1_A_SCN is located. I checked for the value in P1_ANCHOR in the session state and it correctly shows as 'P1_A_SCN'. But the page URL after the submit does <b>not</b> show the anchor like<br>
    ......f?p=206:1:14418154115565883485::::::#P1_A_SCN it shows <br>
    ......f?p=206:1:14418154115565883485::::::
    <br>
    When I but the branch URL as <br>
    f?p=&APP_ID.:&APP_PAGE_ID.:&APP_SESSION.::::::&P1_ANCHOR. without the '#' it shows the page URL as<br>
    ......f?p=206:1:14418154115565883485::::P1_A_SCN
    <br>
    Do you what is causing the anchor to not show up in the page URL and thereby the intra page branch to not work.
    Thanks,
    Swaroop

  • Report 2 returning data from previously ran report 1 - Plus/Viewer

    Hello,
    We have an issue running through discoverer viewer and plus.
    If you run the first report with a parameter for the year with this returns the correct data. However if you run report after the first with year 09-10, the 08-09 data is returned again from the previous report
    It doesn't matter which order you run them i.e. if you run the 09-10 first and then the 08-09 the 09-10 data is returned.
    The reports work fine when run in Discoverer Desktop.
    When 2nd report is run after first it returns the data that appears in the first. This Does not happen on Disco Desktop. The SQL from the reports also runs correctly in TOAD.
    Metalink notes suggest turning of the Webcache but this is not turned on in either apps tiers
    I have also recreated both reports and this has not made a difference either.
    Regards
    Rachael

    Hi,
    Even with webcache turned off Discoverer holds the results of the last run from plus/viewer in the application server and will return these results unless an explicit refresh is entered. Normally, if different parameters are entered this is recognised and the report is re-run. I don't know how you are running your report but for some reason it is not recognising the new parameters and returning the last result set. A refresh should return the correct results.
    Rod West

  • How to change mode of SDM server in CE7.1 ?

    Hi All,
               I want to change the mode of SDM server from 'standalone' to 'integrated'.
    So i looked for  "/usr/sap/<SID>/<INSTANCE_NAME>/SDM/" directory according
    to :
    http://help.sap.com/saphelp_nw04s/helpdata/en/4e/67118041b142f8a6b4d5bf8ca56422/frameset.htm
    But surprisingly there is no 'SDM'  folder available at the given location.Can anybody tell me how to change SDM mode in CE7.1 ?
    Thanks and Regards
    Ashis

    Hi Ashish,
    the SDM tool has been discontinued as of SAP NetWeaver CE 7.1. The new tool for deployment is integrated is called Deploy View and it's completely integrated in the SAP NetWeaver Developer Studio.
    Check <a href="http://help.sap.com/saphelp_nwce10/helpdata/en/3c/52413e7bcd561ee10000000a114084/frameset.htm">this</a> piece of documentation for more information. There, you'll also see alternative options for deployment - to integrate third-party, JSR 88-compliant deployment tools, or using scripts.
    Hope that helps!

Maybe you are looking for

  • Auto Response emails: How to get rid of Adobe Forms Central Banner

    Please if someone could help, that would be greatly appreciated. So my company uses these forms ( a total of 10) for different purposes when getting new resellers for our manufacturers. With a few of these forms our manufacturers want a copy of the n

  • Attach documents to a customer parked invoice (FBV2)

    Hi, I need to attach documents to a customer parked invoice, in short I need to replicate 'Adding Attachments'  functionality in Transaction FBV2. Can any1 please guide me how, I am unable to find any solution to this problem. Cheers Abhishek

  • Why is icamera hdr app no longer available?

    I really wanted this app to start doing photo editing cuz there are none that compare to it, so i added a phone line and got a phone and now i cant get this app? Is there anyway to still get this app?

  • Group Policy - deploy IE plugins (RSClientPrint)

    Hi Folks, I have a need to be able to deploy the RSClientPrint Internet Explorer plugin (to enable in-browser report printing) across a range of machines.  We use different versions of the reporting services/visual studio applications and have quite

  • System restore does not work!

    I am running Windows 7 upgraded from Vista and I am having issues in the little flag that pops up in the task bar on the right side. It says that disk errors are detected, when i try to fix it nothing happens. I tried to restore my computer and I kee