Error: the publication does not exist

I had a publication that I removed from the Local Publications folder but it still shows up in Replication Monitor (with a red 'X'). No jobs exist related to this publication either.
Everything is working ok, but I can't get rid of this from the Replication monitor.
Any help would be appreciated.
Thanks.

Resurrecting this old thread. In SQL Server 208 R2, I had the same replication Monitor error. So I ran:
EXEC sp_replmonitorhelppublication  'MyPublisher', 'MyFormerlyPublishedDb'
For me the above EXEC returned one row, with a NULL publication_id, but with a snapshot_agentname value that still existed in sysjobs.  A SELECT of distribution..MSSnapshot_agents returned no relevant rows, while a SELECT of distribution..MSSnapshot_history
returned many rows for the snapshot agent's agent_id.
Due to replication's long history of abysmally inadequate documentation, I had to use sp_helptext to discover that it appears I would need to run the undocumented:
EXEC sp_MSdrop_snapshot_agent 'MyPublisher','MyPublicationDatabase','MyPublicationName'
With trepidation I ran this EXEC, and it removed replication monitor's 'Boy who cried "Wolf!"' error.
Caveat emptor.

Similar Messages

  • Error: The user does not exist or is not unique - when setting permission programmatically

    Hi,
    I am custom Sequential workflow in which I am breaking the permission and setting permission to list item.
    I have used the below code for setting Permission:
    SPRoleDefinition oSPRoleDefinition = oSPWeb.RoleDefinitions["RoleName"];
    //Grant permission to Manager
    SPRoleAssignment oSPRoleAssignmentManager = new SPRoleAssignment(strManagerLanID, strManagerEmail, "", "");
    oSPRoleAssignmentManager.RoleDefinitionBindings.Add(oSPRoleDefinition);
    CurrentListItem.RoleAssignments.Add(oSPRoleAssignmentManager);
    I am getting the error as :
    Error: The user does not exist or is not unique.
    How to fix this?
    Thanks

    I think you misunderstood the solution proposed by frederic, what he is suggesting is that the error doesn't come from your code but from the user account
    have you tried with another account ? (maybe the one you are using to log to your environment)
    With this information, it will help us to know if the problem comes from your code or from the user account
    Best regards, Christopher.
    Blog |
    Mail
    Please remember to click "Mark As Answer" if a post solves your problem or
    "Vote As Helpful" if it was useful.
    Why mark as answer?

  • MIGO Goods Receipt error- The customer does not exist in KNA1

    Hello all MM Gurus!!!
    I am a SD consultant trying to wear other caps as well. Basically, I was trying to do a GR, using MIGO with ref to a PO ( of type NB, the standard one).
    After selecting all the line items ( OK ) by confirming the details populated from the PO, I did a Check and when it said everything is OK I tried to Post the GR.
    Then it says " The Customer does not exist in KNA1". It does not say which one.
    Can any one help me out?.
    Thanks in advance.
    JDoe

    Manish,
    Thanks for your reply.
    >
    Manish Kumar Agarwal wrote:
    > Please give the complete details of PO.
    > What is the account assignment category in to po and the PO is for external procurement or internal and what is the item category u r using in PO.
    The account assignment category is M and in the PO, the Item category field is not maintained, which in turn means "Standard".

  • Tutorial - Create a blog reader Store app (C++) - Error:The name does not exist in the namespace!

    I'm trying to create my first store app based on msdn's sample.
    Link to the sample:
    https://msdn.microsoft.com/pl-PL/library/windows/apps/hh465045.aspx
    I have problem doing last step (number 3) of part 3.
    In code below in file App.xaml the compiler get the error "The name 'FeedDataSource' does not exist in the namespace 'using:SimpleBlogReader'"
    <Application
    x:Class="SimpleBlogReader.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:SimpleBlogReader">
    <Application.Resources>
    <local:FeedDataSource x:Key="feedDataSource"/>
    </Application.Resources>
    </Application>
    In the file App.xaml.h I added line #include "FeedData.h", and FeedData.h  looks like:
    //feeddata.h
    #pragma once
    #include "pch.h"
    namespace SimpleBlogReader
    namespace WFC = Windows::Foundation::Collections;
    namespace WF = Windows::Foundation;
    namespace WUIXD = Windows::UI::Xaml::Documents;
    namespace WWS = Windows::Web::Syndication;
    /// <summary>
    /// A FeedDataSource represents a collection of FeedData objects
    /// and provides the methods to retrieve the stores URLs and download
    /// the source data from which FeedData and FeedItem objects are constructed.
    /// This class is instantiated at startup by this declaration in the
    /// ResourceDictionary in app.xaml: <local:FeedDataSource x:Key="feedDataSource" />
    /// </summary>
    [Windows::UI::Xaml::Data::Bindable]
    public ref class FeedDataSource sealed
    private:
    Platform::Collections::Vector<FeedData^>^ m_feeds;
    FeedData^ GetFeedData(Platform::String^ feedUri, WWS::SyndicationFeed^ feed);
    void DeleteBadFeedHandler(Windows::UI::Popups::UICommand^ command);
    public:
    FeedDataSource();
    property Windows::Foundation::Collections::IObservableVector<FeedData^>^ Feeds
    Windows::Foundation::Collections::IObservableVector<FeedData^>^ get()
    return this->m_feeds;
    property Platform::String^ CurrentFeedUri;
    void InitDataSource();
    void RetrieveFeedAndInitData(Platform::String^ url, WWS::SyndicationClient^ client);
    How to solve this problem?

    You're testing this too early. You haven't yet finished writing code that your current code depends on. Feeddata.cpp won't build, so you can't use the data object that hasn't yet been created.
    In particular, feeddata.cpp doesn't build since it has many references to items which get added in later steps.
    For example, TextHelper is added in part 5 and App::RemoveFeed is added in part 10.
    You'll need to either wait until you've implemented those before you test or comment out the calls to the unimplemented features until they're done. TextHelper looks like it adds quite a bit and you're almost there, but you can probably get away with commenting
    out the calls to RemoveFeed and GetTitlesFromUri for now.

  • Upload file via document Manager in taskflow: error the file does not exist

    Hi,
    I have a page that include document manager. I am able to upload file to UCM server via one user signon. Then I created a new user in UCM. With this new user, whenever I try to upload a file, the file name that I entered keeps getting blanked out when I click 'Upload'. The I will get an error that
    'Error: A value is required:
    The file you are trying to upload does not exist or is empty
    Select a non-empty file and retry.
    Enter a file name and location'
    Do you have any idea what I missed for setting up this new user?
    Thanks,
    Charunee

    Found that I need to assigned role in WLS to that new user also.
    After that, this issue is resolved.

  • BAPI_GOODSMVT_CREATE Error - The material does not exist or is not activatd

    Scenario is to make a Goods Receipt on a material which is being imported from external sources.
    There is a purchase order created for this already in SAP.
    From MII we are using standard BAPI - BAPI_GOODSMVT_CREATE and passing the fields below:
    GM_Code - 01 since it is a goods receipt
    Psting_date - current date
    Material - material code given by SAP
    Plant - Plant code on which GR takes place.
    Move_type - 101 because it is a GR
    Entry_Qnt - 1
    PO_number - Purchase order which is created in SAP
    When I pass these details to the standard BAPI I get a return message - " The material 10xxxxxxxx does not exist or is not activated"
    Not sure where I am going wrong.
    Any help is highly appreciated.

    Thanks for your reply Vinod...
    Well.. I am calling this BAPI from Netweaver MII and I just see the request and response tags to which I pass the required values to BAPI request fields.
    I am not sure how to call this FM which you are refering to, can you please elobrate a bit or is there any guide I am refer to?

  • Getting an error "the Application does not exist"  in FR

    user got the message to shows there is a searching error: the application doesn’t exist member
    in HFM while pulling FR report

    Hi Folks,
                  I am still noty able to get to create a customer.Following fields is being sent:
      <?xml version="1.0" encoding="UTF-8" ?>
    <ns0:BAPI_CUSTOMER_CREATEFROMDATA1 xmlns:ns0="urn:sap-com:document:sap:rfc:functions">
    <PI_COPYREFERENCE>
      <SALESORG></SALESORG>
      <DISTR_CHAN></DISTR_CHAN>
      <DIVISION></DIVISION>
      <REF_CUSTMR></REF_CUSTMR>
      </PI_COPYREFERENCE>
    <PI_PERSONALDATA>
      <TITLE_P></TITLE_P>
      <FIRSTNAME></FIRSTNAME>
      <LASTNAME></LASTNAME>
      <MIDDLENAME></MIDDLENAME>
      <SECONDNAME></SECONDNAME>
      <CITY></CITY>
      <DISTRICT></DISTRICT>
      <POSTL_COD1></POSTL_COD1>
      <POSTL_COD2></POSTL_COD2>
      <PO_BOX></PO_BOX>
      <PO_BOX_CIT></PO_BOX_CIT>
      <STREET></STREET>
      <HOUSE_NO></HOUSE_NO>
      <BUILDING></BUILDING>
      <FLOOR></FLOOR>
      <ROOM_NO></ROOM_NO>
      <COUNTRY></COUNTRY>
      <COUNTRYISO></COUNTRYISO>
      <REGION></REGION>
      <TEL1_NUMBR></TEL1_NUMBR>
      <TEL1_EXT></TEL1_EXT>
      <FAX_NUMBER></FAX_NUMBER>
      <FAX_EXTENS></FAX_EXTENS>
      <E_MAIL></E_MAIL>
      <LANGU_P></LANGU_P>
      <CURRENCY></CURRENCY>
      <ONLY_CHANGE_COMADDRESS></ONLY_CHANGE_COMADDRESS>
      </PI_PERSONALDATA>
      </ns0:BAPI_CUSTOMER_CREATEFROMDATA1>
    I have done the following:
    (1) Previously I was using a DIALOG user in the usid/pwd section of the receiver RFC adaptor,now I have created a communication user.
    (2) The data present in the above instance is being successfully inserted when testing thru the test tool in SAP 6 backend
    Do I have to do anything additonal?
    Regards,
    Premjit

  • Error at the time of J1IFQ(Sub Contracting) "The Document does not exist."

    Dear All
    At time of Quantity Reconciliation for Sub-Contracting Challan (J1IFQ) i am getting the error " The Document does not exist."
    But 103 & 105 already made without any error.
    Please help me out.
    Chandrashekhar

    Hi,
    Could you please let us know process which you are following for it ?
    I hope it goes like this.
    - Create PO
    - Transfer posting goods to subcontractor
    - Create sub contracting challan
    - Receipt of goods
    - Quantity re concilliation
    - Closing the challan
    If it is with the above process..it should work..
    Thanks and Regards
    Deepak Gupta

  • Error ACLContainer: 65315 does NOT EXIST in  the Object Cache for parentID:

    Expert,
    I did the following steps to upgrade the OWB repository from 10g to 11g
    • Created a dummy workspace in the 11.2 repository
    • Created users in the destination environment
    • Run Repository Assistant against the 11.1 source database
    • Then selected *“Export entire repository to a file”* and selected the MDL(10g) to import
    After 99% of completing I have got the below error
    Error ACLContainer: 65315 does NOT EXIST in  the Object Cache for parentID: 65314
    Please let me know the solution.
    Thanks,
    Balaa...

    Hi I had the same error and worked on it for almost a week with no success but there is few work around for this try it it might work for you.
    Step 1>Run a health check on OWB 10.2 enviroment(make sure you clone your OWB 10.2 enviroment and then do this healthcheck ,these checks are tricky )
    refer
    Note 559542.1 Health Check of the Oracle Warehouse Builder 10.2 Metadata Repository
    This will give you info about your missing ACL
    Step 2> download these two scripts fixLostACLContainer.sql ,fixAllACLContainers.sql
    please refer :
    Note 559542.1 Health Check of the Oracle Warehouse Builder 10.2 Metadata Repository
    OWB 10.2 - Internal ERROR: Can not find the ACL container for object (Doc ID 460411.1)
    Note 754763.1 Repository Cleanup Script for OWB 10.2 and OWB 11.1
    Note 460411.1 Opening Map Returns Cannot find ACL Containter for Object
    Note 1165068.1 Internal Error: Can Not Find The ACL Containter For for object:CMPPhysical Object
    It might resolve this ACL issue but it did not work for me.
    If none of these work then
    Perform export from design center of OWB 10.2 and import through design center of OWB 11.2.(ONLY OPTION)
    It worked for me.
    Varun

  • Error when opening indd-file: Either the file does not exist, you do not have permission, or the...

    Hi! I'm having trouble opening a indd-file. It was sent to me as a zip-fil along with the used fonts and links. When I try to open the file, I'm getting this error: "Either the file does not exist, you do not have permission, or the file may be in use by another application". I've tried to look up this error both here in these forums and through google, but can't find a similar case. Hope someone can help me with this. Please let me know if you need more information/details, and I'll provide. Thanks!

    function(){return A.apply(null,[this].concat($A(arguments)))}
    I'm suspecting it to come from a mac user, if that could influence the case...
    It does come from a Mac, as is proven by the fonts, which are of no use on my Windows machine, but that doesn't prevent my CS4 to open it without any problem. It seems to me it's a perfectly regular CS2 file.
    Just for cheers I set the file to Read-only, but my InDesign opens it regardless (again as a copy, because it's a "converted" file).
    Could it be something in your environment? No network read/write privileges, insufficient free hard disk space, stuff like that?

  • "the path does not exist" error opening shared adobe files on XP machine

    We recently upgraded a mac mini from Tiger (10.4.11) to Leopard (10.5.X) we updated to the most recent 10.5.
    We have an office with 3 macs and 1 XP.
    All users connect to the Mac Mini via SMB sharing.
    Everyone Authenticates as the same admin user.
    *The XP machine can open and save all file types EXCEPT Adobe Photoshop and Illustrator files.*
    They are using CS3.
    The mac and XP users could open save and share all files prior to the leopard update.
    We used the "Archive and Install" option to upgrade to leopard.
    The shared files had the "unknown Group" error which we solved by adding them to the ADMIN group. This step changed the error message the the XP user was receiving.
    I have tried many networking fixes, including group policy on windows, turning off IPv6 on the Mini, but we cannot open or save files directly from Illustrator.
    When the file
    We can move files to the XP desktop then open and save. Files saved on the XP machine can be moved back to the mini and opened directly by all of the Mac users.
    Any guesses why this might be occurring?

    There are actually two separate error messages received by the windows user when trying to open files off of the Mini.
    "the path does not exist" and "this file cannot be found".
    This happens when we navigate directly to the file with windows explorer.

  • Error message Indesign:Either the file does not exist, you do not have read access to it, or use the file in another application.

    I've got problem with opening a file in InDesign. The file type is an InDesign Markup Document. The error message is: Either the file does not exist, you do not have read access to it, or use the file in another application. What's wrong?

  • I cannot log into facebook. I get the following message: 404 Error - Not Found The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request,

    I am not able to go to the facebook site. www.facebook.com is not working. I get the following error message. 404 Error - Not Found
    The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request, or the file is not accessible in the requested directory. Please verify that:
    * You have used the proper case; requests ARE case-sensitive!
    * You have entered the URL correctly. (i.e. proper directory/filename)
    * You used the FULL URL. (i.e. proper file type: .html, .gif , .jpg, etc.)
    * You use a tilde (~) before user directories. (i.e. www.furcen.org/~jurann/ )
    * The user/file still exists on this server.
    I also get redirected to "Busca Google" when typing www.facebook.com in the address bar.
    == URL of affected sites ==
    http://facebook.com; buscagoogle.com

    I have the same problem and it does not have to do with firefox. Do you have any idea how to fix it through?

  • Error : DB Mapping does not exist for the Host in iSetup

    Hi Experts,
    We configured iSetup for migrating data from source to target, while configuring instance mapping has been completed successfully but while extracting data from source to target is showing below error :
    Error : DB Mapping does not exist for the Host:<host name > with Two Task: TEST
    EBS Version : 12.1.1 with 11.1.0.7 DB
    OS : RHEL 5.3 x86_64
    Any idea much Appreciated .
    Thanks in advance,
    Regards,
    900076.

    900076 wrote:
    Hi Experts,
    We configured iSetup for migrating data from source to target, while configuring instance mapping has been completed successfully but while extracting data from source to target is showing below error :
    Error : DB Mapping does not exist for the Host:<host name > with Two Task: TESTIs this the complete/exact error message?
    EBS Version : 12.1.1 with 11.1.0.7 DB
    OS : RHEL 5.3 x86_64
    Any idea much Appreciated .
    http://docs.oracle.com/cd/E18727_01/doc.121/e12899/toc.htm
    http://docs.oracle.com/cd/E18727_01/doc.121/e15842/toc.htm
    Thanks,
    Hussein

  • Web upload error message:  the resource does not exist

    Hi - I am trying to build a few Flash-based web galleries from within LR using selections of images made as 'Quick collections'.
    I have entered my FTP settings and saved as a selection - including testing that LR can get access to this by selecting the browse button next to the server path.
    When I hit upload, I see the following progress detailed in the progress pane and then an error dialog:
    - checking FTP connection settings
    - exporting image bin
    - building web photo gallery
    'An error occured sending the file : the resource does not exist'
    Any ideas?
    Many thanks,
    Simon

    Hi - I am trying to build a few Flash-based web galleries from within LR using selections of images made as 'Quick collections'.
    I have entered my FTP settings and saved as a selection - including testing that LR can get access to this by selecting the browse button next to the server path.
    When I hit upload, I see the following progress detailed in the progress pane and then an error dialog:
    - checking FTP connection settings
    - exporting image bin
    - building web photo gallery
    'An error occured sending the file : the resource does not exist'
    Any ideas?
    Many thanks,
    Simon

Maybe you are looking for