Transactional Replication sp_MSupd RUNNABLE and never ends

Hello,
I came across not understandable problem connecting transactional pull replication. Once or twice a month I have a problem that stored procedure on subscription server (sp_MSupd) cannot be finished. It is not blocked by any other session and does not have
any wait type. It simply hangs and remains in task status RUNNABLE. The only one way to recover the replication is initilizing it from backup or snapshot. Do you have any suggestions. Have you faced similiar problem?

Hi, Lydia
Thank you for your reply. What do you mean that this is the "busy update on the publication". Could you please describe it in more details? Does it mean that on the publisher there was a huge update on a huge amount of rows? On the Publisher to
Distributor History I can see that there is no problem. All transactions are delivered without any delays (few seconds). But in Distributor to Subscriber History I have all actions completed in few seconds except the last one that hangs. How can I check if
it is the "busy update on the publication" problem? What should be done if it hangs more than few hours?
I found out that sp_MSget_repl_commands hangs on Publisher for remote Subscriber. It hangs with ASYNC_NETWORK_IO
Hi KirKuz,
I originally mean distribution agent reader &writer latency issue, and you can use SQL profiler or DMVs to examine in detail the Transaction Replication, which is described in this
blog.
Regarding to ASYNC_NETWORK_IO, based on my research, it's simply waiting for something external to SQL. The drive with your distribution database might be a bottleneck of such issue, or maybe the distribution tables are getting too large. Please check your
disk performance, also check your indexes on the replication tables for fragmentation.
Here is a similar thread for your reference.
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/d0117651-f94c-488a-83e8-30038e38d510/transactional-replication-slow-running-spmsgetreplcommands?forum=sqlreplication
Thanks,
Lydia Zhang
Lydia Zhang
TechNet Community Support

Similar Messages

  • When I open iTunes , iTunes Match started to process step 1. Always same process and never ending

    When I open iTunes , iTunes Match started to process step 1. Always same process and never ending...
    I tried some suggestions but I cant fix my problem. Do you have any knowladge about this problem?

    For the past few months, and several iTunes upgrades, iTunes Match spends some time in Step 1 "Gathering" and sending information to Apple. Then Step 2 runs through the first 2092 of 2094 pretty quickly. Jumps to 2094. And then immediatly back to Step 1 again.
    Repeat every 5 minutes or so until Match is manually turned off.

  • Hello, all of a sudden without apparent reason I can't get "MAIL" to function. It starts up but I get the color wheel turning like crazy and never ends. I've tried restarting and I still can't get it to work. PLEASE HEEELP!?

    hello, all of a sudden without apparent reason I can't get "MAIL" to function. It starts up but I get the color wheel turning like crazy and never ends. I've tried restarting and I still can't get it to work. PLEASE HEEELP!?

    In the Desktop Manager > Sync > Configuration, make sure the calendar options are set to override Outlook.
    Set it also to notify you of the changes, so you will have to approve any changes.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Warp Stabilizer analysis process stopping and never ends (AE CC 2014)

    I'm running the latest 2014 AE CC and I've been getting this issue running Warp Stabilizer on my clips.  Intermittently, warp stabilizer analysis process would stop at certain frame and never ends.  I have to quit / kill AE.
    I'm running AE on 15" retina macbook pro 2013 with dedicated nvidia 750M video card, 16GB of RAM and plenty of disk space (over half a terabyte left), running Yosemite 10.10.2.
    Has anyone experienced this?  How do I solve this issue?

    "During the analysis and solving stages, the Warp Stabilizer effect and 3D Camera Tracker effect use memory outside of the pool shared by After Effects and Premiere Pro. Therefore, you can allocate more memory to the analysis and solving phases for these effects by increasing the RAM Reserved For Other Applications value in the Memory & Multiprocessing preferences."
    Thank you for that link.  I'm going to check the "RAM Reserved For Other Applications" and increase the value if it's too low.

  • Query running, and never ends, need guidance

    I am trying to track down 64 Id's that are not in one table and cannot seem to get the query right. I am in need of some guidance if anyone can help
    I have joined two tables in one query:
    SELECT line_item.ID
      FROM sforce_opportunitylineitem line_item, sforce_opportunity opp
    WHERE line_item.opportunityid = opp.ID
       AND line_item.part_outcome__c = 'Won'
       AND opp.TYPE <> 'Production'and that gives me 61957 ID's
    Now that ID is a field on another table called oli_id__c
    SELECT oli_id__c
    FROM sforce_design_winwhich gives me 61893
    A difference of 64 records and the Id that I am trying to find for reporting
    I tried to combine the two using NOT IN and the query just runs and runs and runs and never finishes.
    Any help would be appreciated
    here is the full query:
    SELECT line_item.ID
      FROM sforce_opportunitylineitem line_item, sforce_opportunity opp
    WHERE line_item.ID NOT IN (SELECT oli_id__c
                                  FROM sforce_design_win)
       AND line_item.opportunityid = opp.ID
       AND line_item.part_outcome__c = 'Won'
       AND opp.TYPE <> 'Production'can someone help me out
    TIA,
    Mike

    There is a fancy word for this something like a large result set for your second predicate or something, but I would try a not exists or a minus since the result sets from both the queries are larger:
    SELECT line_item.ID
      FROM sforce_opportunitylineitem line_item, sforce_opportunity opp
    WHERE NOT EXISTS (SELECT 1
                                  FROM sforce_design_win b
                                  where b.oli_id__c = line_item.line_item.ID )
       AND line_item.opportunityid = opp.ID
       AND line_item.part_outcome__c = 'Won'
       AND opp.TYPE <> 'Production';or
    SELECT line_item.ID
      FROM sforce_opportunitylineitem line_item, sforce_opportunity opp
    WHERE line_item.opportunityid = opp.ID
       AND line_item.part_outcome__c = 'Won'
       AND opp.TYPE <> 'Production'
    minus
    SELECT oli_id__c
    FROM sforce_design_winHere's a conversation from Tom Kyte talking about the use of exists vs. in:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:506495961445515::::P11_QUESTION_ID:953229842074
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:442029737684
    Message was edited by:
    JoeC

  • Export just hangs and never ends

    I am having an Oracle 9.2.0.6 STD edition in WIN2003r2
    The export job was runnig fine but suddenly it starts to hang when it reaches
    Exporting cluster definitions.........
    It never ends
    I have an invlaid XML object....
    Any suggestions...
    Message was edited by:
    Maran Viswarayar

    can u please post what are the paramaters u have given while exporting.
    Regds
    Nirmal

  • CMS Replication between Edge and Front End

    Hello Support
    We have a global Lync Deployment with CMS Store located in UK
    We have installed new AU Lync-FE and Edge server but the CMS replication between Front End Server and Lync Edge is not working
    I have test 4443 and certainly open. Lync Edge server or the FE server does not logs anything in event viewer.
    I have used OCSlogger but I could not find any issue
    I have checked certificates and they are all valid.
    Can I please get some guidance.
    Thanks
    Naimesh Mistry
    +61401446946
    Naimesh Mistry

    HI NImesh,
    First if you are looking at Lync control panel you might see the Cross because Edge server is non domain machine.
    you can check the command Get-CsManagementStoreReplicationStatus
    Also there are Cert problem which could lead this issue
    The root CA certificate should be located in Trusted Root Certification Authorities ONLY,
    and must be removed from any other container.
    The intermediate CA certificate should be located in Intermediate Certification AuthoritiesAND Trusted
    People ONLY, and must be removed from any other container
    Also create the below registry values.
    created2 registry values in:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL as follows (to prevent schnnell.dll from
    interfering with validating the certificates by Edge server):
    Value
    1:
    Name: SendTrustedIssuerList
    Type: DWord
    Value: 0
    Value
    2:
    Name: ClientAuthTrustMode
    Type: DWord
    Value: 2
    then try to reboot the server and run this command Invoke-CsManagementStoreReplication
    Hope this works.
    Regards
    Zahoor

  • Systematic and Never Ending Problems With Elements 7

    Alright I'll start from the top:
    I bought this software via the website a year ago.  Since the very beginning I've had issues that have NEVER been resolved despite numerous sessions with the support personnel.
    I download the software (after paying the over $100 for it) and discovered that I was given an incomplete version.  Naturally I was heated.  I've tried on at least 3 different occasions to have this rectified by the Adobe personnel who have tried, but always failed to solve the issue.  That's the biggest problem.  On to the others.
    Now, when I go to make a movie, the sound i've recorded from the clip (i use Fraps version 3.2.2, yes the PAID for version) never is allowed to transition over.  The clip is without audio when I add it into the software.  The only work around I have for this, is that I export the clip via Windows Movie Maker and then add it into Adobe Premeire.  Naturally this DESTROYS the video quality.
    Third problem, the final quality of the videos I create is very poor. We're talking just NASTY.  I can view the clips just fine and their quality is top notch before I export them out of the program.  The moment they hit my desktop, well, they look like shark chum bait fed through a paper shredder.
    Here's an excellent example:
    http://www.youtube.com/watch?v=kHJsf1ucajQ
    Now, I know the quality on that video is trash because I had to export it through Windows Movie Maker to keep the game sound effects on the clip and then export it via Adobe.  But, even on clips that purely adobe, that i've sacrificed the sound for, they look like trash.
    Honestly, if i'm going to spend money on software I want my moneys worth.
    I've been asked by scores of people (everyone knows I make and edit movies as a hobby) if I would recommend software for them to use; I've stopped recommending adobe.  My entire experience with this software and company has been decidedly lackluster.  I'm posting now after a year because I'm simply fed up.
    I wanted to check and make sure it's not something I'm doing wrong.  Considering that I paid for a complete version that Adobe miraculously never provided to me despite numeroues attempts, I thought that might have something to do with it.
    So, online community, if you have words of wisdom, please share them.  If not, I'd recommend moving to different software.
    v/r
    Fed Up Customer

    Welcome to the forum.
    Unfortunately, you found it rather late in the game. Let's look at a few points:
    I download the software (after paying the over $100 for it) and discovered that I was given an incomplete version.
    Because of the size of the program, and also the Functional Content (the extra Menus, Themes, etc.), the download is a two file process. The names of these files are similar, and many get confused, and think they are the same, only downloading and installing one, but not the other. This ARTICLE will give you the location and name of the two files. It was originally done done for PrE 7, but PrE 8 is tabbed on that page. First, the program needs to be installed, and then the Functional Content. Personally, I think that Adobe could make it more obvious, that one needs two files, and also rename the second archived file, so that it stands out as the one containing that Functional Content.
    Now, when I go to make a movie, the sound i've recorded from the clip (i use Fraps version 3.2.2, yes the PAID for version) never is allowed to transition over.
    FRAPS, and several other video-capture programs present problems, due to the specs. of the files that they create, especially the FPS and the CODEC used. To get some background on CODEC's, this ARTICLE will be helpful. PrE, just like its big-brother, PrPro, is designed around a miniDV tape workflow. There are other base workflows, like HDV and AVCHD, plus 100% DVD-compliant VOB, and a few others. However, when working with non-standard workflows, conversion outside of PrE is usually the best course of action.
    For FRAPS, see this THREAD, this THREAD, this THREAD, this THREAD, this THREAD, this THREAD, and this THREAD. Note: that is but a start. Also, many of the replies in those have links to other threads. Plenty of reading.
    Third problem, the final quality of the videos I create is very poor. We're talking just NASTY.  I can view the clips just fine and their quality is top notch before I export them out of the program.  The moment they hit my desktop, well, they look like shark chum bait fed through a paper shredder.
    Without having the exact workflow, step-by-step, and then the Export/Share settings used, it is impossible to determine where the quality hit has come in, and how to address it.
    Good luck, and sorry for your dissatisfaction,
    Hunt

  • Mail and never ending spinning pinwheel of death! Help!

    I'm running 10.5.6 on my 24'' aluminum/glass iMac, and when I open mail, I instantly get a spinning pinwheel of death that doesn't go away. I then have to force quit Mail, and if I open it again, the same thing happens.
    This definitely *****, how would I go about re-installing mail? Is that the solution?

    You don't need to reinstall mail, however, I do thing you need to reset it.
    This is how you do it:
    Quit mail (force quit it if necessary)
    Delete the following files:
    ~\library\Preferences\com.apple.mail.plist
    ~\library\Preferences\com.apple.mail.RSS.plist
    Move the folder Mail from ~\Library to your Desktop
    Launch mail. It will ask you to configure a new account, if it doesn't click on the Mail menu\Preferences\Accounts\(+) to add a new account and follow the on screen instructions to add an account. if you don't know how to add an account follow this tutorial:
    http://grumpynet.ath.cx/tutorials/configuremailforleopard/configuremail.php
    If you need help finding the settings for your ISP check out this link or call your ISP:
    http://grumpynet.ath.cx/Articles/Mailservers/mailservers1.php
    After doing this you should have your mail working normally again.
    NOTE: if you have folders created in your computer you can recover them by copying the Mail folder you moved to the desktop earlier into ~\Library and replace what's there. The folder ~\Library\Mail contains all your email messages and attachments, you can browse it and take a look at its structure if you want, is actually pretty cool and can help you understand how you can recover messages in the future or from another computer
    NOTE 2: the term ~\ means your Home Folder (the folder with the icon of a house and your user name under Places in Finder)
    I hope this help you fix your problem. Please post back to let us know if this fixed your problem or if you need more help

  • After upgrading wikis to OSX, some wikis page have "updating page" keep going and never end

    This is the screw I have that keep going on and not allow me to edit or access the page. I have upgraded from OS Snow Leopard server to OS X server and migrate the Wikis over.

    Anyone can help?

  • Please help me .. !!!!! 4 months ago I got my iphone 6 and can not access the iCloud Drive out charging me and never ending, I keep the chat whatsapp but I have come to give you the ok

    4 month ago, i shop mi iPhone 6 bit i cant enter in to the icloud drive WHY..!!!!! solo sale charging. please help me

    You might want to post in your native language as your question does not make sense.

  • Dropping existing subscriber from a pualisher who has multiple subscriber in Transactional Replication

    Hi Everyone,
    We have a transactional replication(one publisher and multiple subscribers). If I drop one of subscribers, will this cause any locking or performance problem for publisher or other subscribers? I am going to do  that using SSMS.
    Thanks
    Aspet
    A.G

    Hi Mourmansk,
    Agree with others,In addition, before you deleting Subscriber, we need to verify that Publisher define a source database where replication starts, Subscriber is the destination database where replication ends. If you want to drop a Subscriber, it means that
    you should delete the related pull subscription or push subscription in transaction replication. Usually, for example, to delete a push subscription, you use
    sp_dropsubscription on the publication database, and execute sp_subscription_cleanup to remove replication metadata in the subscription database. There is a similar issue about delete subscriber from replication, you can review it.
    http://social.technet.microsoft.com/Forums/en-US/1354e29f-4904-46dd-8e64-d1150263ba7c/unable-to-drop-subscriber-from-replication?forum=sqlreplication
    For more information, see:http://msdn.microsoft.com/en-us/library/ms151212.aspx
    http://msdn.microsoft.com/en-us/library/ms151861.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Ipod boot never end...

    Hi all,
    I have a big prob with my ipod photo 40GB : I tried to use it in disk mode to backup my hard disk, and during the copy the ipod gave a unknow error. Since this the ipod start the boot (white apple on black background) and never end, the boot restart every 5-10 secondes... no ipod on dekstop so no way to reinstall it with ipod updater. I tried the 5R but it still the same... Please help !!!
    Thanks in advance
    Phil

    I am experiencing the identical problem. I am hoping that if I drain the battery until it is completely dead it may force a "hard" reset which when charged again, it may start working properly.
    Let me know if you find anything out.

  • Transactional Replication To 2014

    Hi All,
    In our environment we are planning to move the subscriber and distributor to 2014 with publisher on 2008. So am doing some work around on this,
    Since
    Publisher can be assigned to only a single Distributor instance, can i perform the new setting only through downtime as already a replication is running?
    Can I perform this replication without disturbing the current setup.?
    Do I need to look into any scenario/conditions except load balancing before setting up this replication? 
    Thanks
    Moug
    Best Regards Moug

    Thanks for the link. Yes the current setup is in 2008, am planning to move only distributor and subscriber. I read the article which you suggested, as per the I need to upgrade the Sql to 2014 in the current server whereas my requirement is to different
    new server. So do i need to stop all the jobs in old server and setup a replication to new server or i can perform while replication is online.? 
    Thanks.
    Best Regards Moug
    Hi Moug,
    According to your description, you had configured transactional replication on Servers, and now you want to upgrade distributor and subscribers.
     As other post, before upgrading distributor and subscribers, usually, we need to make sure that all committed transactions have been completely processed by the Log reader agent, in addition, generate scripts for the entire replication topology
    and store them in a safe place. These scripts will help to recreate replication if needed or the upgrade breaks replication.
    After performing the SQL Server 2014 upgrade on the Server, although you can restore the a backup of a replicated database from an earlier version to a server and make sure that database have the same names as the original server and preserved
    replication setting, it is rarely used as an upgrade process.  Personally, after you upgrading distributor and subscribers on the servers,
     I recommend you recreating the database and replication configuration from the above scripts, then restart SQL Server Agent and the Log Reader Agent.
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Mail synching never ends

    Hi,
    When I connect my iPhone 3G, the synching process in iTunes 8.02 gets stuck on Synching Mail Accounts - and never ends. I even let the synching run all night, but the process was still going in the morning.
    Does anyone have any ideas on how to fix this? Thanks.

    Perhaps the difference is that the account you currently use is not an IMAP account but a POP account, and it is not configured to save messages on the server after retrieval. MobileMe and AOL mail are IMAP mail accounts.
    If your present email provider supports IMAP, then change your mail account to use IMAP instead of POP. This will make it easy to keep both computers consistent with email.

Maybe you are looking for

  • How do i change an existing icloud email address?

    How do you change your icloud email account?

  • Can no longer shuffle through Podcasts after loading iTunes 7

    I listen to a lot of podcasts throughout the day. Some are just a few minutes long and some are over an hour. Instead of individually selecting a podcast after each one played I would select Music -> Genres -> Podcasts and then just hit play. My iPod

  • Unexplained white edge on eps when placing into Illustrator (CS6)

    I'm manually stepping CS3 or CS6 generated eps files inside a master Illustrator file.  The EPS looks perfect when I make it, i.e. no white edge. Also when I close and reopen the EPS then view it- no white edge. As soon as I drag or file/place the ep

  • Get mail activity "circle"

    Just got a new Macbook and noticed a slight difference in using mail. I am used to seeing the "circle icon" going round and round when I click "get mail". Now I just hear the sound after searching for mail. Does anyone know if it is possible to see t

  • ECP redirects to OWA in Exchange 2013

    When logging into ECP 2013, the Exchange Admin Center login does not come up. A Windows Security login window comes up instead and it takes me into Outlook Web App. What am I missing? July 2, 2014 Update. This has been resolved via reinstall. Thank y