EML files sitting in queue folder on SharePoint 2010 server

Okay, so the incoming email is actually making it to the SharePoint 2010 server.  I actually sent 4 emails from my outlook to the sharepoint site library email.  the emails are inside of the queue folder on the sharepoint server.  Why would
this be?  and tje emails all satrt off with NTFS_...

Hello,
Same here as well. all mails were going to sitting in queue folder prefixed with NTFS_.
Then I did a telnet {FQDN} 25
helo {server FQDN} 
mail from:{your email address} 
rcpt to:{email address of email enabled library} 
give 250 success code if everything looks great.
In my case it gave me 
501 5.5.4 
then checked the SMTP Server Domain , was different then changed to correct one it worked fine. 
Regards
Yogesh
YOGESHA H P(MCTS)

Similar Messages

  • Move A Site From Moss 2007 To Sharepoint 2010

    i have a site in sharepoint 2007 and i want to move it to a sharepoint 2010 server
    not too sure what is the best method to do this ?
    thanks

    I landed in this thread because I had a similar need to Muthuvel's. I am wanting to bring over just one subsite out of several.  My database in 2007 is around 7GB, and all I really want is just one site out of the many in it. 
    Ahmed's Ammar's steps were just right, and worked well for me in order to get the complete 7GB database over to SharePoint 2010, and later export\import that single site I was looking for.
    For Muthuvel, here are my updated steps, starting with Ahmed's text (sorry for plagiarizing!).  Steps 7 and 9 are for subsites.  See links at the bottom for dealing with site collections.
    1) Find the content Database;  These are listed under Central Admin->Application Management->Site Collection List
    2) Backup the content database. Just doing a backup in SQL Server Management studio.
    3) Restore content database to the new server, I mean the DB server for your SP2010
    Copy the BAK file to new server. Create an empty DB in Management Studio, restore from backup, you may need to change an option in the "options" tab of the restore dialog to get it to work. (Overwrite db).
    4) Create a new Web App on SharePoint 2010
    For Step 4, I created a new Web App, choosing to create it with a suggested port number, such as 4072.  This was a temporary web application that I ended up deleting later.
    5) Remove Content Database from the new web app.
    I didn't find that you neeed to remove the Content Database first.  You can add the content database by Central Admin or by STSADM, or by Powershell. 
    Central Admin would be Application Management > Web Applications > Manage Content DAtabases > Set the web application to your newly created web app > Add Content Database > specify the name of the database you just restored
    STSADM is as Ahmed gave: 
    Now use STSADM to add restored DB to this web app
    c:\program files\common files\microsoft shared\web server extentions\14\bin on new server is where you can find the STSADM.
    run this command from there. Which will upgrade the content db to 2010?
    stsadm -o addcontentdb -url http://yourwebapp:port -databasename yourcontentdb -databaseserver yoursqlserver
    Powershell would be this command below.  Be sure to run the "SharePoint 2010 Management Powershell" console, found under Programs\SharePoint 2010 Products.  If you run just regular powershell this won't work. 
    Mount-SPContentDatabase "MyDatabase" -DatabaseServer "MyServer" -WebApplication
    http://sitename:port
    6) Run ISSRESET from command prompt
    I'm not sure this was necessary, but I did it anyway.
    NOW, the rest of the part about getting that subsite you want. 
    7)  Export the subsite.  I did this with Powershell.
    Export-SPWeb http://sitename:port/sites/subsitename –Path "subsitename.cmp"
    8)  Create a new site for you to import this subsite into, in the Web Application where you want it to go.  This would be done with the regular Site Actions > New Site command.  You can also do it from Powershell, but that requires knowing
    site templates by name, something I'm just learning myself.  The other thing here is that you have to create the subsite using the same template as the site you just exported.  So if that was a Team site, be sure to use a team site when you create
    this new area.
    9)  Import the subsite to where you want it to land permanently. Here I'm saying port 80 because that's the requirement Muthuvel mentioned.
    Import-SPWeb http://sitename:80 –Path "subsitename.cmp" -Overwrite
    10) Even after things say they are done on the server, the site may take an extra minute or two to come up when testing from a client.  Give it a little time. Once it comes up, somehow I found a way to change the visual appearance from the old SharePoint
    2007 to SharePoint 2010, but now that I flipped that switch, I can't find the option again.  So I'm sorry that I am not documenting that here.
    11) Delete that temporary web app you created in step 4.  Again you can do this with Central Admin or Powershell.  Here's the Central Admin way:
    Central Admin would be Application Management > Web Applications > Manage Web Applications, land on the temporary web app, click Delete.  Choose Yes to deleting the content database and the IIS web site. 
    GROAN!! I'm sorry, I just wrote all this out and realized Muthuvel was asking about a site collection, not a subsite.  Then for Steps 7 and 9 you'd want to use
    Backup-SPSite 
    http://technet.microsoft.com/en-us/library/ee748617.aspx
    and
    Restore-SPSite 
    http://technet.microsoft.com/en-us/library/ee748655.aspx
    Good luck, hope someone else finds this as useful as I did!
    Lady_M MCITP SharePoint 2010

  • PDF File not opening in browser for sharepoint 2010

    Recently we have moved our web application from one server to another in Sharepoint 2010. Back up of entire web application was taken and restored in another server. But in the new server , the PDF files in the document library is not getting opened in browser.
    it always open in browser
    I have already made following changes but didn,t work
    Set browser file handling to Permissive from central admin
    Set "open in browser" in setting s of doc library
    Set the doc library file handling property using $docLib = $web.lists["Your Document Library Title"] $docLib.BrowserFileHandling = "Permissive" $docLib.Update()
    Added "AllowedInlineDownloadedMimeType.Add("Application/Pdf") in web app
    Installed Adober eader in client machine
    Even after trying all these, the PDF files are still opening in Client application(Adobe reader) but not in the browser
    It would have been great help if anybody provide a solution for this. I have been banging head on this for two days

    It would be handy if you didn't double post too.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/81ed0362-4033-4a31-b265-c1aba43c3d14/pdf-file-not-opening-in-browser-for-sharepoint-2010?forum=sharepointadminprevious
    To answer your question, you've tried most things that I normally see working, but there may be an extra solution here for you.  The solution 2 Powershell that deals with updating the Inline MimeType may help.
    http://www.pdfshareforms.com/sharepoint-2010-and-pdf-integration-series-part-1/
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • We are using SharePoint 2010 server with service pack 1 want to remove/delete old user profiles & site from server

    Hi Team,
    We are using SharePoint 2010 server with service pack 1, we want to remove/delete old user profiles, access & site from server
    is there any script or feature available using that we can only remove dactivated/deleted/old user profiles, access & site.
    Thanks
    NPratik

    Take a look at Metalogix ControlPoint, which will compare user accounts on SharePoint to Active Directory and remove accounts that no longer exist in AD (or are disabled).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Installed Sharepoint 2010 Server SP2 Update; PSConfig succeeds but CA still shows "Upgrade Available"

    I have installed SharePoint 2010 Server SP2.  Central Administration shows the configuration database is at 14.0.7015.1000.  I had to run PSConfig several times before it completed successfully due to missing features, setup files, etc.  But
    I got those cleaned up and finally got PSConfig to complete.
    However, when I go to Farm Information it still shows "Upgrade Available" for the single WFE server we have. 
    When I run stsadm.exe -o localupgradestatus it shows me the following:
    [2] content database(s) encountered.
    [0] content database(s) still need upgrade or cannot be upgraded.
    [23] site collection(s) are contained in the content databases.
    [0] site collection(s) still need upgrade.
    [53] other objects encountered, [12] of them still need upgrade or cannot be upgraded.
    The 12 objects that cannot be upgraded are ancillary databases like:
    StateService_[GUID]
    Secure_Store_Service_DB_[GUID]
    PerformancePoint Service Application_[GUID]
    They all show "Cannot Upgrade" for the status.
    Am I correct in thinking these are what's keeping the status at Upgrade Available?  And if so how can I resolve?
    If not, what else can be done to change that Upgrade Available status?
    My goal is to get SP2 and the latest CU applied before trying to reinstall the User Profile Service.
    Thank you.

    use psconfig via command line:
    > PSCONFIG.EXE -cmd upgrade -inplace b2b -wait
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • What needs to be done to rebuild a current Sharepoint 2010 Server farm to work as a Sharepoint 2013 Server farm?

    Hello Community
        Currently I have a Sharepoint 2010 Server farm.
        One server contains the database and DNS server
    because it is the the domain controller.
        The other server Contains the Sharepoint 2010 Server software
    and is the the application server where applications such as Metadata,
    UPs, etc, reside (including web applications with sites built with the UI).
        Now I am going to change to Sharepoint 2013 Server because currently
    there is no newer version of Sharepoint available.
        I am ready to rebuild the current Sharepoint 2010 farm configuration into
    a Sharepoint 2013 Server farm from scratch.
        The question  is what do needs to be added and\or changed to make the current
    Sharepoint 2010 Server farm configuration work as a Sharepoint 2013 Server farm?
        Thank you
        Shabeaut

    There is no direct in-place uprade method for SharePoint 2010 to 2013. You need to create a new SharePoint 2013 farm from scratch and attach service and content databases to upgrade them. Check out Upgrade
    to SharePoint 2013 for more information about the process.
    If you have another server, you would install SharePoint 2013 on this. If you don't, you'll need to remove SharePoint 2010 from your existing server and then install SharePoint 2013. Check out Hardware
    and software requirements for SharePoint 2013 before starting to make sure your server meets the minimum requirements for SharePoint 2013:
    Web server or application server in a three-tier farm
    Pilot, user acceptance test, or production deployment of SharePoint Server 2013 or SharePoint Foundation 2013.
    12 GB memory
    64-bit, 4 processor cores
    80 GB for system drive
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • Able to connect the visual studio 2010 to Remote SharePoint 2010 server?

    Able to connect the visual studio 2010 to Remote SharePoint 2010 server?
    l
    I researched the result value is null,
    They asking to try in another method like
    SharePoint Redistributable,
    SharePoint SDK.
     Any possible ways to connect the remote SharePoint2010 server with the local system.

    hi,
    try to see these links :
    http://platinumdogs.me/2014/01/14/remote-sharepoint-site-connections-not-supported-using-visual-studio-2013-and-host-named-site-collections/
    http://blogs.msdn.com/b/kvosters/archive/2013/03/27/sharepoint-2013-cannot-connect-to-the-targeted-site.aspx
    if you try these and they didn't work so you can't :(
    HOPE IT HELPS

  • Issue after applying Cumulative update on SharePoint 2010 Server

    Hi All,
    We got an issue after applying the "SharePoint Server 2010 and Project Server 2010 Cumulative Update Server Hotfix Package (MOSS server-package,
    Project server-package): June 28, 2011" on SharePoint 2010 server.
    Environment details:
    OS: Windows server 2008 R2 with SP1
    TFS: TFS 2010 with SP1
    DB:  SQL Server 2008 R2
    SharePoint: SharePoint 2010 with SP1
    Due to this issue we are not able to proceed further to integrate PS 2010 with TFS 2010. Can someone please suggest solution for this issue.
    Thanks,
    Rajukumar

    Hi Rajukumar,
    At the very first, please refer to the article below for installing CU on Project 2010 server:
    http://technet.microsoft.com/en-us/library/dd239177(v=office.14).aspx#Installation_steps
    I found a blog for this issue:
    http://blogs.msdn.com/b/brismith/archive/2011/07/06/project-server-2010-sp1-and-june-2011-cu-formatexception-when-trying-to-provision-a-pwa-site.aspx
    In addition, I'd recommend you install latest update for your server.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • 2 servers can do "Mirroring" are there 3 servers in Sharepoint 2010 Server mirroring?

    Hello Community
        In providing availability using Sharepoint 2010 Server using "Mirroring"
    you need a "Principal, Mirror and a Witness".
        Logically speaking the principal and mirror I would say are the two servers
    that are involved in Sharepoint 2010 Server availability.
        The question is in a 2 server farm what is the "Witness" in availability,is it a Sharepoint
    2010 Server, is it the Domain Controller or is it a separate server and do you have
    to purchase a copy of Sharepoint 2010 Server to run it on?
        Thank you
        Shabeaut

    For SharePoint web front end servers you use multiple web servers and a load balancing service or device. SharePoint application server will auto load balance.  For database servers you can use database mirroring. The running SQL server is the Primary,
    the backup SQL server is the Mirror and the Witness is any other SQL server.
    Be aware that SQL mirroring is going away in the future:
    http://msdn.microsoft.com/en-us/library/ms190202.aspx
    More on mirroring:
    http://msdn.microsoft.com/en-us/library/ms189852.aspx (click the dropdown on the page for each SQL version.
    Mike Smith TechTrainingNotes.blogspot.com
    Books:
    SharePoint 2007 2010 Customization for the Site Owner,
    SharePoint 2010 Security for the Site Owner

  • Saving a file in a particular folder over the tomcat server

    I have a java class in the background of a JSP which creates an XML file and saves it.
    Furthermore another class picks that file and processes it. While running this program on my local computer it is obviously working fine but in order to run it on a tomcat server or for that matter any server, I want it to save the XML file in a particular folder, for example:
    tomcat_home/webapps/myapplication/ xmlfolder / something. xml
    so that my other class can easily pick up the file and I dont need to change the location each time I change the server.

    You can get the context root(the place from wher the aplication is running) of your application and then save the file somwhere, but i >>woulden't recomend that. But this is what you are looking for.How ?
    You can also just save the file, it will be saved in a temp directory. (use this only if the file is a temp file not for storing purposes)Just saving the file somehow doesnt work for me as the folder where a class is saving a file by default is somehow different from the folder where another class is trying to pick a file by default. Even if I give no path
    Other option is just to configure a tomcat system variable that specifys an folder. You can get that property from your application and >>then save the files there.Im not able to consider this one because the application will be put on different servers by different people later so they would all then need to configure their systems just to read a file. I was sure there were better ways. :(

  • Change Master page of a site using ECMA Script in sharepoint 2010

    Hi All,
    I'm working on SharePoint 2010.
    I have a requirement where in I need to create a site and apply a particular master page to the newly created site using
    ECMA Script.
    The site gets created but while applying the master page it gives me an error stating the method 'set_masterUrl' is not defined.
    Here is my code:
    $(document).ready(function () {
    ExecuteOrDelayUntilScriptLoaded(createSite, "sp.js"); //This is used to ensure until sp.js is loaded, createSite will not be executed.
    function createSite() {
    var context = SP.ClientContext.get_current();
    var collWeb = context.get_web().get_webs();
    var webCreationInfo = new SP.WebCreationInformation();
    webCreationInfo.set_title('TestSite');
    webCreationInfo.set_description('Description of new Web site...');
    webCreationInfo.set_language(1033);
    webCreationInfo.set_webTemplate('STS#0');
    webCreationInfo.set_url('TestSite');
    webCreationInfo.set_useSamePermissionsAsParentSite(false);
    var oNewWebsite = collWeb.add(webCreationInfo);
    context.load(oNewWebsite);
    context.executeQueryAsync(Onsuccess, onfail);
    function Onsuccess() {
    dummy(context, oNewWebsite);
    function onfail(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    function dummy(context,oNewWebsite)
    var strMasterPageUrl = '/_catalogs/masterpage/Test.master';
    oNewWebsite.set_masterUrl(strMasterPageUrl);
    oNewWebsite.set_customMasterUrl(strMasterPageUrl);
    oNewWebsite.update();
    context.executeQueryAsync(Onsuccess1, onfail1);
    function Onsuccess1() {
    alert("Done");
    function onfail1(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    Please help.
    Thanks,
    Sachin

    The issue is coming because the scope of context and oNewWebsite is not available in your success method. Try to modify the code as below and see if that helps.
    $(document).ready(function () {
    ExecuteOrDelayUntilScriptLoaded(createSite, "sp.js"); //This is used to ensure until sp.js is loaded, createSite will not be executed.
    var context = null;
    var oNewWebsite = null;
    function createSite() {
    context = SP.ClientContext.get_current();
    var collWeb = context.get_web().get_webs();
    var webCreationInfo = new SP.WebCreationInformation();
    webCreationInfo.set_title('TestSite');
    webCreationInfo.set_description('Description of new Web site...');
    webCreationInfo.set_language(1033);
    webCreationInfo.set_webTemplate('STS#0');
    webCreationInfo.set_url('TestSite');
    webCreationInfo.set_useSamePermissionsAsParentSite(false);
    oNewWebsite = collWeb.add(webCreationInfo);
    context.load(oNewWebsite);
    context.executeQueryAsync(Onsuccess, onfail);
    function Onsuccess() {
    dummy(context, oNewWebsite);
    function onfail(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    function dummy(context,oNewWebsite)
    var strMasterPageUrl = '/_catalogs/masterpage/Test.master';
    oNewWebsite.set_masterUrl(strMasterPageUrl);
    oNewWebsite.set_customMasterUrl(strMasterPageUrl);
    oNewWebsite.update();
    context.executeQueryAsync(Onsuccess1, onfail1);
    function Onsuccess1() {
    alert("Done");
    function onfail1(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    The other way is to use this.context and this.oNewWebsite. To see how you can modify your code have a look at the following link.
    http://msdn.microsoft.com/en-us/library/office/jj163201%28v=office.15%29.aspx
    Geetanjali Arora | My blogs |

  • Constant refreshing of IE is only way to get site to display after a SharePoint 2010 Content Database Migration to 2013..why?

    Hi,
    I am having an issue of having to refresh my IE to be able to view a migrated SharePoint 2010 site in 2010 mode in SP2013. Is this Token Service Problem, Request Management problem.....
    Any ideas out there - driving me nuts!
    Thanks.
    John.
    P.S> Still think this could be related to over-provisioned host as all SP Machines are virtual. Won't know for sure until Tuesday.
    Thanks.
    JOhn.

    What are you using Request Management for?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • File search in a folder stored on a server

    hi guys.
    I need to write a program which seaches a file in a folder stored on a server for upload. The next time the program searches again it must not pick files that have already been uploaded. I am wondering if there is a way to that?
    Thank you in advance.
    willard

    Hi and welcome willard,
    1) use fm EPS_GET_DIRECTORY_LISTING for searching
    2) mark your processed files:
    a) rename your file with mv ->
    Re: FM to rename   files in ABAP
       e.g.: mv data_2006_001 data_2006_001.FIN
    or b) save your processed files in customer-table and validate aginst that table
    hope taht helps
    Andreas
    P.S.
    please reward useful answers
    Thank you !

  • Migrating Exchange 2007 Public folder to SharePoint 2010

    Hello,
    I have an exchange 2007 SP3 Rollup 11 that hosts public folders, I need to migrate these folders to maintain the hierarchy and folders permissions to MS Sharepoint 2010.
    Is there is any tool that could assist me in this migrations, or any article that leads me through this migration.
    please advise.
    BR
    Ahmed Salah
    BR Ahmed Aboutabl

    Hi
    Maybe this helps:
    http://www.tzunami.com/products/td-exchange-migration/
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Reg:: Create a New SharePoint 2010 server as the existing SharePoint 2010 Server with Named Instance

    Hi Techys,
    Please give me the better option for the below scenario.
    Scenario::
    I would like to Build a new sharepoint server with recently created MS-Sqlserver2008r2 named instance. and also I want the same data(Features and solutions) which i used in previous SharePoint farm.
    Desc:: We have a SharePoint 2010 farm with SP2. MSSQLSERVER is the default instance.
    now i want create a same SharePoint 2010 farm with MSSQLSERVER2(Named Instance)
    If you need any Information, plz let me know.
    Many Thanks,
    Madhu

    reproducing environments is difficult... lots of settings... the AVAILABILITY of OUT OF THE BOX features can be configured just by running the install and using a key to match editions (std/ent)... but which features are enabled, how they're configured,
    what customizations might be in place... not a simple checklist.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

Maybe you are looking for