TT12080: No subscriber found to swap with

Hi,
I have a strange issue on a replicated DB.
We have a script to handle recovery duplicating datastores from a surviving one. The script does:
Drop the Datastore
Start the DB with ttbit istart
Duplicate DS with:
$X10_BIN/ttRepAdmin -dsn tt41data -duplicate -from tt41data -host T1SCPC01-ttrep -setMasterRepStart -localhost T1SCPC02-ttrep
The duplication fails with:
TT12080: No subscriber found to swap with
TT12080: Subscriber DSN: TT41DATA; Host: T1SCPC02. File: repSelf.c, line: 850
The issue could be related to routing since we have many different interfaces, but I would like some confirmation from you guys. We're able to reach the other machine via telnet, but I would like to know if there's a command to contac the far node replication daemon.
Thanks a lot !
Mike

Hi !
we've been able to figure it out a few minutes ago, perfect timing indeed.
We were missing some entries in our /etc/hosts file. Somehow the replication was choosing the wrong interface to get out and reach the other machine.
To answer your question, yes the issue was simmetric.
Thanks a lot !
Cheers,
Mike

Similar Messages

  • Error TT12080: No subscriber found to swap with

    Hi all,
    I set up active/standby replication and face with problems when duplicating data to the standby db.
    - I have DSN tt_twin1 on host 192.168.208.189 (active), and DSN tt_twin2 on host 192.168.208.86 (standby).
    - At active server:
    create active standby pair tt_twin1 on "192.168.208.189", tt_twin2 on "192.168.208.86";
    repschemes:
    Replication Scheme Active Standby:
    Master Store: TT_TWIN1 on 192.168.208.189
    Master Store: TT_TWIN2 on 192.168.208.86
    Excluded Tables:
    None
    Excluded Cache Groups:
    None
    Excluded sequences:
    None
    Store: TT_TWIN1 on 192.168.208.189
    Port: (auto)
    Log Fail Threshold: (none)
    Retry Timeout: 120 seconds
    Compress Traffic: Disabled
    Store: TT_TWIN2 on 192.168.208.86
    Port: (auto)
    Log Fail Threshold: (none)
    Retry Timeout: 120 seconds
    Compress Traffic: Disabled
    Store: _ORACLE from 192.168.208.189
    Port: (auto)
    Log Fail Threshold: (none)
    Retry Timeout: 120 seconds
    Compress Traffic: Disabled
    Store: _ORACLE from 192.168.208.86
    Port: (auto)
    Log Fail Threshold: (none)
    Retry Timeout: 120 seconds
    Compress Traffic: Disabled
    1 replication scheme found.
    call ttrepstateget;
    < ACTIVE, NO GRID >
    1 row found.
    - At standby server, I duplicate data from active db:
    ./ttrepadmin -duplicate -from tt_twin1 -host "192.168.208.189" -uid <usr> -pwd <pass> -keepcg -cacheuid <usr> -cachepwd <pass> -remoteDaemonPort 53398 -verbosity 2 "dsn=tt_twin2;uid=;pwd="
    11:54:23 Contacting remote main daemon at 192.168.208.189 port 53398
    11:54:23 Contacting the replication agent for TT_TWIN1 ON 192.168.208.189 (192.168.208.189) port 60720
    11:54:23 Beginning transfer from TT_TWIN1 ON 192.168.208.189 to TT_TWIN2 ON LOCALHOST.LOCALDOMAIN
    11:55:35 Checkpoint transfer 10 percent complete
    11:55:35 Checkpoint transfer 100 percent complete
    11:55:35 Checkpoint transfer phase complete
    11:55:40 Log transfer 100 percent complete
    11:55:40 Log transfer phase complete
    11:55:40 Transfer complete
    11:55:42 Duplicate Operation Ends
    TT12080: No subscriber found to swap with
    TT12080: Subscriber DSN: TT_TWIN2; Host: LOCALHOST.LOCALDOMAIN. File: repSelf.c, line: 923
    - I tried to connect to standby db, and received message:
    connect "dsn=tt_239_86_twin2;uid=<usr>;pwd=<pass>;oraclepwd=<pass>";
    16231: The duplicate operation on this store was not successfully completed
    The command failed.
    What should I do to solve this issue??
    Thanks in advance !
    Edited by: user10754747 on Aug 3, 2011 9:49 PM

    Using -localhost may make this work but htere are some fundamental problems here that really need to be addressed:
    1. Trying to 'alias' localhost and localhost.localdomain to have an IP address other than 127.0.0.1 is an extremely bad idea and may cause problems in other (non-TimesTen) areas.
    2. Having the machines official hgostname set to 'localhost.localdomain' is also an incredibly bad idea and should not be done.
    3. While you can use I{ addresses to define replication that practice is strongly discouraged. You should use hostnames.
    To achieve a correct setup at O/S and TimesTen levels yoiu should do the following:
    1. Assign some sensible/meaningful hostnames for both machines. In the example below I will use 'myhost1' and 'myhost2' but of coure you could use any names that mnke sense.
    2. Configure the O/S on each machine with the correct hostname. Note that a machines official hostname should not include any domain information (i.e. myhost1 is okay as an official hostname but myshot1.somedomain.com is not). Verify the hostname settings using hte 'hostname' command.
    3. Correct the /etc/hosts file on both systems as follows:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.168.208.189 myhost1
    192.168.208.86 myhost2
    4. Verify that you can ping the other machine by hostname from each host.
    5. Ensure that you have created a TimesTen user and granted it ADMIN permission. For example:
    CREATE USER ttadmin IDENTIFIED BY 'times10';
    GRANT ADMIN TO ttadmin;
    5. Modify the replication creation statement to use hostnames:
    create active standby pair tt_twin1 on myhost1, tt_twin2 on myhost2;
    6. Execute the create statement at the master datastore, start the repagent and set the store to ACTIVE (call ttRepStateSet('ACTIVE');
    7. Assuming that active store is on 'myhost1' then the duplicate command would look like this:
    ttrepadmin -duplicate -from tt_twin1 -host myhost2 -uid ttadmin -pwd times10 -keepcg -cacheuid <usr> -cachepwd <pass> -setMasterRepStart -verbosity 2 tt_twin2
    Also note that for actve/standby replication to function the system clocks on the machines must be synchronised to an accuracy of < 250 ms. Hence you will almost certainly need NTP properly setup and active on both machines.
    Chris

  • Found a swap file by the name ".bash_profile.swp"

    I am new to Mac and trying to figure out why my .bash_profile is not working. As I read suggestions, I try them. Here is my latest issue:
    E325: ATTENTION
    Found a swap file by the name ".bash_profile.swp"
    owned by: Brian dated: Fri Apr 10 22:09:01 2009
    file name: ~Brian/.bash_profile
    modified: YES
    user name: Brian host name: brian-principes-macbook.local
    process ID: 655
    While opening file ".bash_profile"
    (1) Another program may be editing the same file.
    If this is the case, be careful not to end up with two
    different instances of the same file when making changes.
    Quit, or continue with caution.
    (2) An edit session for this file crashed.
    If this is the case, use ":recover" or "vim -r .bash_profile"
    to recover the changes (see ":help recovery").
    If you did this already, delete the swap file ".bash_profile.swp"
    to avoid this message.
    Swap file ".bash_profile.swp" already exists!
    [O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:
    Any suggestions?

    I am new to Mac and trying to figure out why my .bash_profile is not working. As I read suggestions, I try them. Here is my latest issue:
    E325: ATTENTION
    Found a swap file by the name ".bash_profile.swp"
    owned by: Brian dated: Fri Apr 10 22:09:01 2009
    file name: ~Brian/.bash_profile
    That is NOT a Mac thing, it is an Open Source Vim (which is often the default vi editor) thing. You will get this kind of behavior on any system when using Vim.
    You can get this for 2 reasons. First if you are actually editing this file from another terminal session. Second, if the previous Vim editing session terminated from unnatural causes.
    If you think it was from unnatural causes, then you select Recover. Save your changes :w and exit from the Vim :q
    The next time you launch Vim for that file the .swp file will still exist, but this time you can choose Delete, as you have saved your recovered work the previous session.
    If you are uncomfortable using vi/Vim editors, then may I suggest you try the nano editor. It will get the job done, but unlike Vim, nano is not as overloaded with features that take a long time to learn and master.

  • Document Creation error - "We're sorry. We can't open document name because we found a problem with its contents"

    Morning Friends,
    I have created a SharePoint 2010 "Site Workflow" that is designed to take information from a form and create a Word doc with the gathered information and store this Word doc in a document library.
    I am using Sharepoint 2013 with Office 2013 
    I understand there are a lot of steps (19) outlined below and I can provide more information as needed but the bottom line is this, workflow successfully takes info from an initiation form, uses the info to create a Word doc. Places this Word doc in a library.
    When attempting to open / edit doc, receive error
    "We're sorry. We can't open <document name> because we found a problem with its contents"
    Details - No error detail available.
    Any info or advice would be greatly appreciated. 
    Very high level view of what I have done:
    1 - Created content type called "Letters"
    2 - Added site columns " First Name" and "Last Name"
    3 -  Created and saved to my desktop a very basic Word document (Letter.docx) that says "Hello, my name is XXXX XXXX"
    4 - In the advanced settings of the "Letters" content type I uploaded this "Letter.docx" file as the new document template.
    5 - Created a new document library called "Letters"
    6 - In Library Settings - Advanced Settings, clicked "Yes" to enable the management of content types.
    7 - Then I clicked "Add from existing content types" and added the "Letters" content type
    8 - Back in the advanced settings of the "Letters" content type I selected "Edit Template" and replaced the first XXXX with the Quick Part "First Name" and the second XXXX with the Quick part "Last Name"
    9 - Created a new 2010 Site workflow called "Create a Letter"
    10 - To the workflow I added the action "Create List Item"
    11 - Configured the action to create Content Type ID "Letters" in the document library "Letter" 
    12 - For the "Path and Name" I gave it a basic name of "Letter to"
    13 - The next step was to create the Initiation Form Parameters and added to form entries "First Name" and "Last Name"
    14 - I then linked the initiation form fields to the data source "Workflow Variables and Parameters" to their respective Field from Source parameters
    15 - Went back to the "Path and Name" and modified the basic name of "Letter to" to include the first and last name parameters.
    16 - Saved - published and ran the work flow.
    17 - As expected, Initiation Form prompts for First and Last Name. ("John Doe") Then click "start
    18 - Go to document library "Letters" and see a new Word document created titles "Letter to John Doe" 
    19 - Go to open / edit the Word document and receive the following error
    thoughts? Any info or advice would be greatly appreciated. 

    See this MS support article for SP2010 workflows and generating Word docs:
    https://support.microsoft.com/kb/2889634/en-us?wa=wsignin1.0
    "This behavior is by design. The Create
    List Item action in the SharePoint
    2010 Workflow platform can't convert Word content type file templates to the correct .docx format."
    I've had success in using SP 2013, Word 2013 (saving a .docx as the template instead of .dotx for the document library content type), and an SP 2010 workflow using SP Designer 2013.

  • I have found an issue with MS13-098 which causes systems to be renamed to MINWINPC

    I have found an issue with MS13-098 which causes systems to be renamed to  MINWINPC.  The issue has been reported in Japanese by Microsoft. The translation is:
    Phenomenon
      In Windows Server 2008 or Windows Vista, you might not be able to log an error appears to apply the new update the following programs, if you try to log on after the restart. •  MS12-024 (KB2653956)
    •  MS13-098 (KB2893294)
     Error message displayed is as follows.
     Incorrect password or user name
      Back to the top | feedback
    Collapse image  Cause
      This behavior occurs when you apply the update KB2653956 in the state of some data is damaged following registry key, or does not exist.
     HKEY_LOCAL_MACHINE \ SCHEMA \ wcm :/ / Microsoft-Windows-CoreOS? ...
     Any string will contain the part of the ... Note:.  Also, make sure to load the SystemRoot% \ system32 \ SMI \ Store \ Machine \ SCHEMA.DAT file% if the HKEY_LOCAL_MACHINE \ SCHEMA does not exist.
     When you apply the update of KB2653956 in the state where the registry key is not present, the value of the following registry is changed to MINWINPC, logon will not be able to.
    •  HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ ComputerName \ ActiveComputerName
    •  HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ ComputerName \ ComputerName
      Back to the top | feedback
    Collapse image  Solution
      If this occurs, change to the correct computer name the value of the ComputerName registry and ActiveComputerName start in safe mode, has been mentioned above, and then restart.
      Back to the top | feedback
    Collapse image  Workaround
      To prevent this phenomenon occurs, you download and run the System Update Readiness Tool from the following KB.
     http://support.microsoft.com/kb/947821
     By performing the system update Preparation tool registry that is described in Section Symptoms are repaired.
     If the repair is made, starting with log Recreated missing key as the following WinDir% \ Logs \ CBS \ CheckSUR.log file% is recorded.
     Recreated missing key:? Wcm :/ / Microsoft-Windows-CoreOS ... \ metadata \ elements \ ComputerName
     In addition, regardless of the presence or absence of entry damaged Microsoft-Windows-CoreOS, you can set the value of the ComputerName key in this tool.  For this reason, the following log is recorded in the CheckSUR.log.
     Recreated value: @ _type.
     Recreated value: @ dataOnly.
     Recreated value: @ default.
     Recreated value: @ description.
     Recreated value: @ displayName.
     Recreated value: @ handler.
     Recreated value: @ legacyName.
     Recreated value: @ legacyType.
     Recreated value: @ migrate.
     Recreated value: @ scope.
     Recreated value: @ xsd: type.
      Back to the top | feedback
     Note: This is a "FAST PUBLISH" article created directly from within the Microsoft support organization.  It contains information in response to emerging issues are listed.  As a result of the speed of information provided may be
    typographical errors are included in the article, you might be revised at any time without prior notice.  For other considerations, and use conditions
     Please refer to.
      Back to the top | feedback
    Collapse image  Property
      December 11, 2013 - Revision: - Last Review: 2901584: 4.0 Document Number
      This document that was written about products for.
    •  Windows Vista Business
    •  Windows Vista Business 64-bit edition
    •  Windows Vista Enterprise
    •  Windows Vista Enterprise 64-bit edition
    •  Windows Vista Home Basic
    •  Windows Vista Home Basic 64-bit edition
    •  Windows Vista Home Premium
    •  Windows Vista Home Premium 64-bit edition
    •  Windows Vista Starter
    •  Windows Vista Ultimate
    •  Windows Vista Ultimate 64-bit edition
    •  Windows Server 2008 Datacenter
    •  Windows Server 2008 Datacenter without Hyper-V
    •  Windows Server 2008 Enterprise
    •  Windows Server 2008 Enterprise without Hyper-V
    •  Windows Server 2008 for Itanium-Based Systems
    •  Windows Server 2008 Foundation
    •  Windows Server 2008 Standard
    •  Windows Server 2008 Standard without Hyper-V
    •  Windows Web Server 2008
    •  Windows HPC Server 2008
    •  Windows Essential Business Server 2008
    We are having the issue on hundreds of systems and I am rolling out the readiness tool mentioned above to prevent other systems from being affected.  In the mean time I have stopped deploying MS13-098 and am hoping Microsoft will go ahead and let all
    of their customers know about the problem instead of just one country.  Hopefully the original bulletin will be updated with this known issue.

    PPoj,
    Apple has offered replacement or pro-rated refunds in the US as a settlement of a class action lawsuit, not because of pride in their design-centric approach to their products. If you seek a similar replacement/refund program in India, then the odds are pretty good that you’d need a similar legal approach with which to convince Apple to offer a similar program there. If you’re unwilling to wait for such an event, then you can purchase a replacement power cable now, and hope for a pro-rated refund at some point in the future.

  • Request for GX 633 fn key swap with left ctrl

    Hi Svet,
    Request for GX 633 fn key swap with left Ctrl please
    Mainboard : Gx630/GX633
    PCB Version : Ver.001
    BIOS Version : E1652NMS VER.10P
    BIOS Date : 12/02/2009
    EC Version : 1652EMS1 Ver1.16  11/27/2009
    thank you

    Quote from: RudiAk on 01-January-10, 03:45:24
    Hi Svet,
    Request for GX 633 fn key swap with left Ctrl please
    Mainboard : Gx630/GX633
    PCB Version : Ver.001
    BIOS Version : E1652NMS VER.10P
    BIOS Date : 12/02/2009
    EC Version : 1652EMS1 Ver1.16  11/27/2009
    thank you
    Quote from: RudiAk on 05-January-10, 19:38:51
    Hi Svet,
    Anything on my request please?
    Thank you
    Done, check your e-mail

  • Is it possible to be invoiced by Adove instead of signing up(subscribing) for Adobe FormsCentral with a credit card?

    Is it possible to be invoiced by Adove instead of signing up(subscribing) for Adobe FormsCentral with a credit card?

    No, currently we only allow for direct credit card billing of paid accounts. We don't offer any invoicing service for this product.
    Andrew

  • Image swaps with fade out and in

    I am new to Dreamweaver, in fact only got into it to do my
    own website. I want to create image swaps with a fade out and then
    fade in with the new image. Nowhere can I find out how to do this
    so far. Can anybody point me in the right direction. Many thanks
    for your help now and in the past.
    Perspectivist

    This is a multi-part message in MIME format.
    --------------000605070301090808040601
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed
    Content-Transfer-Encoding: 7bit
    i see! well, that's good to know. i didn't realize you could
    do
    transitions on image swaps (of course, i've rarely used them
    so far).
    and i just assumed the OP was actually trying to do a
    slideshow, which
    could still be the case i guess. i suppose he's covered
    either way!
    Nancy O wrote:
    > There are several image transition scripts on this page:
    >
    http://www.brothercake.com/site/resources/scripts/transitions/
    >
    >
    >
    > --Nancy O.
    > Alt-Web Design & Publishing
    > www.alt-web.com
    >
    >
    >
    > "Perspectivist" <[email protected]>
    wrote in message
    > news:[email protected]...
    >
    >> I am new to Dreamweaver, in fact only got into it to
    do my own website. I
    >>
    > want
    >
    >> to create image swaps with a fade out and then fade
    in with the new image.
    >> Nowhere can I find out how to do this so far. Can
    anybody point me in the
    >> right direction. Many thanks for your help now and
    in the past.
    >>
    >> Perspectivist
    >>
    >>
    >
    >
    >
    --------------000605070301090808040601
    Content-Type: text/html; charset=ISO-8859-1
    Content-Transfer-Encoding: 7bit
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <meta content="text/html;charset=ISO-8859-1"
    http-equiv="Content-Type">
    </head>
    <body bgcolor="#ffffff" text="#000000">
    i see! well, that's good to know. i didn't realize you could
    do
    transitions on image swaps (of course, i've rarely used them
    so far).
    and i just assumed the OP was actually trying to do a
    slideshow, which
    could still be the case i guess. i suppose he's covered
    either way!<br>
    <br>
    Nancy O wrote:
    <blockquote cite="mid:[email protected]"
    type="cite">
    <pre wrap="">There are several image transition
    scripts on this page:
    <a class="moz-txt-link-freetext" href="
    http://www.brothercake.com/site/resources/scripts/transitions/">http://www.brothercake.com /site/resources/scripts/transitions/</a>
    --Nancy O.
    Alt-Web Design &amp; Publishing
    <a class="moz-txt-link-abbreviated" href="
    http://www.alt-web.com">www.alt-web.com</a>
    "Perspectivist" <a class="moz-txt-link-rfc2396E"
    href="mailto:[email protected]">&lt;[email protected]&gt;</a>
    wrote in message
    <a class="moz-txt-link-freetext"
    href="news:[email protected]">news:[email protected]</a >...
    </pre>
    <blockquote type="cite">
    <pre wrap="">I am new to Dreamweaver, in fact only got
    into it to do my own website. I
    </pre>
    </blockquote>
    <pre wrap=""><!---->want
    </pre>
    <blockquote type="cite">
    <pre wrap="">to create image swaps with a fade out and
    then fade in with the new image.
    Nowhere can I find out how to do this so far. Can anybody
    point me in the
    right direction. Many thanks for your help now and in the
    past.
    Perspectivist
    </pre>
    </blockquote>
    <pre wrap=""><!---->
    </pre>
    </blockquote>
    </body>
    </html>
    --------------000605070301090808040601--

  • No child found in WebDynproContext with name mss~eepro

    Hi ALL,
    We have deployed MSS 1.41 on portal 7.01 system.
    BP_ERP5MSS  1.41 SP8 (1000.1.41.8.0.20100916080053)
    In Manager self Service Role in portal under Team there is Employee Information service which contain General Information page,which contains below mention webdynpro components i.e,
    Salary Development
    Employee Search
    Company Properties
    Photo
    General Data
    Archived Documents
    Related Activities
    Personal Data
    Absence Days
    Message Box
    Data Tracking
    But at portal run-time, the General Information Page is blank, while the dedicated webdynrpo component at iView preview display below mention error:
    com.sapportals.portal.prt.runtime.PortalRuntimeException:
    Failed in WD JNDI lookup. javax.naming.NameNotFoundException:
    No child found in WebDynproContext with name mss~eepro
    And i have checked in System Information, component mss~eepro is not present.
    So, please suggest how to resolve this issue.
    Regards
    hanif

    Hi Hanif,
    First of all you will need Self Service Administrator role to verify that the FPM configuration exists.
    1. Download and Deploy the Self Service Administrator role from
    Support Packages and Patches > SAP Application Components > SAP ERP > SAP ERP 6.0 > Entry by Component > Portal Content > Support Packages and Patches > BP ERP05 SELF-SERV ADMIN 1.0
    2. Follow the steps mentioned in this blog to verify whether the srvconfig folder and the Employee profile folder exists. Also check do you see a corresponding FPM application.
    Incase the folders and the FPM applications are not present, you are advised to redeploy the sca files corresponding to MSS.
    Thanks
    Prashant

  • Downloaded Reader XI and started to recieve error 40000015, found the fourm with the patch to the registery fix, now it tells me unable to connect to the server. To many bugs with the reader, how do reinstall an older version?

    downloaded Reader XI and started to recieve error 40000015, found the fourm with the patch to the registery fix, now it tells me unable to connect to the server. To many bugs with the reader, how do reinstall an older version?
    I click on the launcher and nothing happens, 15 min later it will tell cant connect to the server.
    My computer is a windows 8.1; 64 bit operating system. I am stationed in South Korea, but that should not affect the program. Help please.
    John

    Hi johnd83157268,
    Sorry for the inconvenience that has caused to you.
    Could you please let me know what changes have you made in the registry.
    You might need to uninstall Adobe Reader from Control Panel and try install it again from the following link:
    Adobe Reader Install for all versions
    Please ensure that you are logged in as administrator and anti-virus is disabled as that might interrupt installation.
    Try again and then let me know.
    Regards,
    Anubha

  • Within moments of subscribing I discovered interference with my REckon Elite Tax and Ledger software.  I can no longer produce a PDF within the software and this is inpeding my work flow.

    Within moments of subscribing I discovered interference with my REckon Elite Tax and Ledger software.  I can no longer produce a PDF within the software and this is inpeding my work flow.

    Hi elizabethc8523575,
    Elizabeth Christodoulou wrote:
    Within moments of subscribing I discovered interference with my REckon Elite Tax and Ledger software.  I can no longer produce a PDF within the software and this is inpeding my work flow.
    Please elaborate your issue. What kind of interference have you observed?
    Regards,
    Rahul

  • I found a page with a long list of short videos to wathc on how to use my new mac, now I can't find it anywhere--anybody know where this is?

    I found a page with a long list of short videos on how to use my new imac, now I can't remember how I got there--anyone know where i can find?

    Assuming Safari, CMD+OPT+2 brings up history.

  • Messages for Durable Subscriber are not persisted with Distributed Topic

    Setup:
              - Weblogic 8.1 SP 6 cluster with two nodes on single Sun Solaris 5.8 host
              - Distributed topic destination, separate JMS server with separate filestore for each node
              - Standalone durable JMS client connecting to distributed topic destination using specific JNDI name.
              - Messages are persistent (msg.setJMSDeliveryMode(DeliveryMode.PERSISTENT). Delivery mode override for topic destinations is set to "Persistent"
              Test:
              1) Both nodes up, starting durable topic subscriber -> durable subscriber is visible in Weblogic console -> sending X messages -> X messages are received :-)
              2) Both nodes up, killing durable topic subscriber -> durable subscriber is still visible in Weblogic console -> sending X messages -> Messages Current Count for durable subscribers is set to X -> starting JMS client again
              2a) subscribing to same node as before -> console says durable subscriber is active again -> X messages are received :-)
              2b) subscribing to other node -> durable subscriber is automatically migrated by Weblogic to this node, console says that subscriber is active, but Messages Current Count is 0 (zero) -> 0 (zero) messages are received :_|
              Where are my X messages gone?
              Should I open a call or did I misunderstand the basics?
              Thanks, Peter

    According to Bea Customer Support this is the normal behavior. If you kill a durable topic subscriber and reconnect it with the same id to another node, the old subscription is deleted and all messages still waiting to be delivered are gone.
              Lesson learned: If you need failover for the server AND client use JMS queues.
              Peter

  • Keynote conversion:  Powerpoint found a problem with content....

    Hi all,
    MS office is killing me and I'd appreciate any pointers and comments
    Here's the situation:
    1. Keynote file (multi-revised over the years) exported to powerpoint file XYZ in New-MBP
    2. New-MBP opens XYZ and gets "found a problem with content in..."
    3. Click on "repair", open up XYZ, and get bunch of blank pages
    4. Same XYZ file copied to Old-MBP(freshly installed, now my home media server, not many apps installed).
    5. Same version of Office 2011 installed in Old-MBP, opened the file just fine!
    (so the problem is not NewMBP Keynote)
    6. Created a test account in New-MBP
    7. Attempted to open XYZ with Powerpoint
    8. Same "found a problem with content in..."
    9. Click on "repair", open up XYZ, and get bunch of blank pages
    (so the problem is not user/privileges, but the NewMBP system-wide issue?)
    10. In New MBP, created a brand new Keynote file, did some light work
    11. Exported new keynote file to powerpoint file RRR
    12. In New-MBP, RRR opened under Powerpoint 2011 just fine!
    (so the problem might be the original multi-modified Keynote file?)
    (But its powerpoint file XYZ opened in Old-MBP just fine!)
    I've uninstalled and reinstalled Office 2011, with SP1, still cannot open XYZ properly.
    I've copied all Office 2011 files from Old-MBP to New MBP, still cannot open XYZ properly.
    I"ve googled the problem and tried anything I could find, still cannot open XYZ properly. (deleting presenter notes... etc)
    My current conclusion: some kind of software system conflicts in the New-MBP.
    Anyone with any ideas?
    Thanks a lot in advance.
    Will

    Hi Will,
    Met the same issues and spent hours to find the problem. And guess what ? I found it :-)
    For some reason, groups are not supported by Powerpoint converted files.
    This is why every slide that contains group is not converted.
    The workaround is to ungroup all the groups in your keynote file (alt+cmd+shift+G) and you'll see your slides being converted again.
    I'm not sure where the issue is coming from. I would tend to think it should be resolve by the Apple Keynote team.
    Not sure whether it has been escalated so far.
    There might be some other small issues. One or two slides were not properly converted although they were not containing group, but this should fix most of them.
    Have fun degrouping your slides

  • I think I found a problem with the calculator application.

    I'm a south korean highschool student and I think I found a problem with calculator application. I use iPod touch 4th generation with iOS 5.0.1. I was playing with calculator app and I found out that 0.1!(factorial) is 0.951350769866873. This can't be right bacause factorial calculation can only be definrd whan n is natural number or 0(in n!). I want apple to correct this error.
    And if you are someone working with apple, please let me know the algorithm of factorial calculation(if possible). I would be grateful if I can have a chance to study the algorithm and find out what made 0.1! possible.
    so question.
    do anybody know how to send an email to apple? I tried but I couldn't find the address.

    Apple doesn't dialogue with users via email the way you want, but you can report such problems to them via
    http://www.apple.com/feedback/
    But in this particular case you should be aware that factorial can in fact be done for non-integers:
    http://en.wikipedia.org/wiki/Factorial#Extension_of_factorial_to_non-integer_val ues_of_argument

Maybe you are looking for

  • Issue with Payment Accounting in a 'Cash with Encumbrance' setting.

    Hi Everybody, We are upgrading from 11i v 11.5.10.2 to Oracle R12 v 12.1.3 . We have setup Cash with Encumbrance as the subledger accounting ledger in our primary ledger. The AAD for payables which is the seeded one is also valid, however to our surp

  • Is there a way to change info on multiple contacts simultaniously?

    Greetings. I have a group that has 50 contacts in it. Each contact has name, company, and email address. Is there a way to add address, city, state in the address fields to all contact all at once, or is this something that has to be done with each i

  • OLAP Variable InfoPackage

    I need to build an InfoPackage which loads data from the last Fiscal Period.  I have found the following SAP Variable: Previous Period of Current Fiscal Year (SAP Exit) – 0P_PRFP1 Has anyone used this, if so will this do what I want or is there a bet

  • Single Employee has got OLIS plan in PRE-OFFER available...we need to block

    Issue:During  Enrollment for the Open offer an Employee who is single does have a OLIS plan ( Optional Life Insurance for Spouse ) in pre-offer available ( SAP provided HRBEN0001) we have a Custom Exit that calculates the age difference of Birthday a

  • Digital voice piece of crap

    What a piece of crap this service is. Dial local area code for all local calls, are you kidding me?  This is 2010 not 1910. Cisco Call Manager and Vonnage have been doing this for years...  Why can't verizon's piece of crap software do it?