Office 365 Developer site for Share point is not working.

hi,
i created office 365 developer site for share point, it is not working for share point, i am getting error when click on Share point  from ADMIN.We will getting am Error:

Hi,
I understand that you stay in the Office 365 admin Center, when you click the SharePoint option, you get the error page.
I recommend to enter the URL as below in the Brower to check whether the account can access SharePoint admin Center.
 https://sitename /_layouts/15/online/SiteCollections.aspx
        Here is a similar thread for
your reference:
http://community.office365.com/en-us/f/148/t/192116.aspx
Regarding SharePoint Online, for quick and accurate answers to your questions, it is recommended that you initial a new thread in Office 365 forum.
Office 365 forum
http://community.office365.com/en-us/forums/default.aspx
Best Regards,
Linda Li
Linda Li
TechNet Community Support

Similar Messages

  • Office 365 Developer Subscription from my MSDN subscription not activating

    Hi,
    I have a "Visual Studio Ultimate with MSDN" subscription. As part of the subscription is the bundled "Office 365 Developer Subscription". I tried to activate the subscription 3 months ago but it failed with some temporary error. Now if I
    try to reactivate the subscription, it says 
    "It’s no longer offered by Microsoft.
    You’ve already tried this service. You can sign up for a trial only once.
    The beta or trial you’re requesting has expired.
    The promotion code has already been used."
    How do I avail the benefit of the subscription?
    Thanks & Regards,
    Abhay S
    http://www.bushel.in

    Hi Cindy,
    I have already called the support helpline there 3 times and it was of no use. (My company is based in India and our experience for MSDN support here hasn't been that good compared to US support).
    I got to this forum here via link on "MSDN TroubleShooting and Support" page (http://msdn.microsoft.com/en-in/hh361695.aspx)
    Anyway, I see that this is not the right place, I will look elsewhere.
    Thanks
    Abhay S
    http://www.bushel.in

  • Virtual share points - SMB - not working

    My colleague made some adjustments on our sharing over the weekend. To trouble shoot some performance issues he disabled automount on one of our xserves. Since then virtual share points in SMB no longer work. Users can access their folders with the path \\server\user shares\username
    I have enabled the automount on the user share but it hasn't made any difference. I have tried to change settings under advanced in SMB but they revert automatically when I click save.
    Can anyone help?
    Thanks
    Paul

    Same problem here. I can't switch off virtual sharepoints. They came back on when pressing "Save".

  • How can i upload two different logos for 2 sub sites [which falls under one super site ] in share point 2013 ?

    hello,
    How can i upload two different logos for 2 sub sites [which falls under one super site ] in share point 2013 ?
    thanks,
    Jay

    Hi,
    I understand that it applied first logo to all other sub sites.
    Please make sure that you change the logos in the subsites.
    If we change the logo in the root site, the logos in the subsites will be changed at the same time.
    However, we can change the logo in the subsites separately.
    We can go to a subsite, click the Site Sitting-> Look and Feel-> Title, description, and logo->Insert Logo->select a picture, then it will has a different logo than the root site.
    Then go to the other subsite, click the Site Sitting-> Look and Feel-> Title, description, and logo->Insert Logo-> select another picture, then it will has a different logo that the first subsite.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to Enable Ratings on SharePoint List using Client Object Model for Office 365 SharePoint Site.

    How to Enable Ratings on SharePoint List using Client Object Model code for Office 365 SharePoint Site.
    Thanks in Advance
    Rajendra K

    Hi Rajendra,
    here you are the code and the blog, let me know if this helps
    using (ClientContext ctx = new ClientContext(https://yourSiteUrl))
    Web w = ctx.Web;
    List l = w.Lists.GetByTitle("yourListName");
    ctx.Load(l, info => info.Id);
    ctx.ExecuteQuery();
    string ListID = l.Id.ToString();
    Microsoft.Office.Server.ReputationModel.Reputation.SetRating(ctx, ListID, 1, 5);
    ctx.ExecuteQuery();
    http://blogs.technet.com/b/speschka/archive/2013/07/08/how-to-use-csom-with-ratings-in-sharepoint-2013.aspx
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • SP 2013 Client Object Model: What credentials to use for Office 365 and sites behind ADFS 3.0?

    I'm using the SharePoint 2013 Client Object Model to access a site that is either in Office 365 or behind an ADFS 3.0 login screen, is it sufficient to use the new SharePointOnlineCredentials credentials
    or do I need other types of credentials for the sites behind ADFS 3.0 ? Is so, what type of credentials would I use for the sites behind ADFS 3.0?
    using (ClientContext ctx = new ClientContext(siteUrl))
    ctx.Credentials = new SharePointOnlineCredentials("some user", "a secure string password");
    while (ctx.HasPendingRequest)
    ctx.ExecuteQuery();
    // etc.

    Hi,
    According to your post, my understanding is that you want to know the ways to get credential either in Office 365 or sites behind ADFS 3.0.
    For Office 365, you can use SharePointOnlineCredentials Object to get credential. For SharePoint sites behind ADFS 3.0, you can use NetworkCredential Object:
    ctx.Credentials = new NetworkCredential(UserName, Password, Domain); 
    The link below will provide more information about using the ADFS FedAuth Token programmatically through the SharePoint Client Object Model:
    http://samirvaidya.blogspot.com/2013/05/using-adfs-fedauth-token.html
    Best regards
    Patrick Liang
    TechNet Community Support

  • What's the difference between SharePoint 2013 and Office 365 Team Sites?

    Hi there,
    What are the differences between SharePoint 2013 and Office 365 Team Sites?
    If I would like to develop a professional corporate website with SharePoint technology (because the company allready uses Office 365), do you recommend using SharePoint 2013 (in the cloud) or Office 365 Team Sites? And why?
    Thank you very much!

    You cannot make SPO Team Sites anonymous-enabled, therefor they're a moot point for a public website.
    While slightly out of date, take a look at this:
    http://nikpatel.net/2013/01/17/new-sharepoint-2013-wcm-features-are-not-available-in-sharepoint-online-2013/
    http://technet.microsoft.com/en-us/library/sharepoint-online-content-service-description.aspx
    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.

  • Help Needed with getting Started With Office 365 Development C# Rest API

    We have a O365 Tenant Setup with a Federated Active Directory Setip we want to be able to right code that will connect to our tenant and perform basic CRUD operations against it (ex. Creating mail boxes)
    The problem is we want this to be contained in a CLR trigger In SQL so say if a new user is added to our user table then we would create a new AD account for that user and also create a mailbox.
    But I cannot find and example on how to connect to Office 365 using the REST API (Not the SDK because you can not add the connected service to a class library) and before the required actions that we need to do. All the example I have found are with the
    SDK API and/or require window 8 and that is also not an option.
    Please help I do not know where to start, and I would love to see some examples done in c# and not using the SDK.
    Thanks,
    Andrew Day

    Hi,
    >> Instead of SharePoint URLs I would use the O365 API URL?
    Yes, in my sample code, I was accessing the File resource by using the O365 File API. In your case, you need to acquire the token to access the Mail resource and use O365 Mail API.
    By the way, I think the article
    Understand Office 365 app authentication concepts will help you to understand the authentication process in Office 365 Development.
    >> Why can I not use the SDK API with a class Library?
    Actually, you are able to reference the Office 365 .NET SDK in the class Library. But the class library project type was not supported by Visual Studio Office 365 Development Tool. As a workaround,
    you can reference the SDK manually in your project.
    Since your original question is about “getting started with Office 365 Development C# Rest API”, if you have more questions about the Office 365 SDK, I will suggest you posting a new thread
    to discuss the Office 365 SDK. It will involve more other community members to share their ideas and experience on a specific a question and for others who had a similar question could also find the valuable information quickly.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can't install Appfabric as a prerequisite for Share Point

    Hello,
    I'm working on a server with Microsoft Server 2012 R2, trying to install Appfabric because it is a prerequisite for Share Point.  In the results of the Appfabric installation wizard, all of the selected components, Hosting Services, Cache Client, and
    Hosting Administration all failed to install.  
    The detailed installation report says:
    2015-04-22 11:48:00, Information           Setup  ===== Logging started: 2015-04-22 11:48:00-07:00 =====
    2015-04-22 11:48:00, Information           Setup  File:             d:\c105a713e88bea48cfc5\setup.exe
    2015-04-22 11:48:00, Information           Setup  InternalName:     Setup.exe
    2015-04-22 11:48:00, Information           Setup  OriginalFilename: Setup.exe
    2015-04-22 11:48:00, Information           Setup  FileVersion:      1.1.2106.32
    2015-04-22 11:48:00, Information           Setup  FileDescription:  Setup.exe
    2015-04-22 11:48:00, Information           Setup  Product:          Microsoft(R) Windows(R) Server AppFabric
    2015-04-22 11:48:00, Information           Setup  ProductVersion:   1.1.2106.32
    2015-04-22 11:48:00, Information           Setup  Debug:            False
    2015-04-22 11:48:00, Information           Setup  Patched:          False
    2015-04-22 11:48:00, Information           Setup  PreRelease:       False
    2015-04-22 11:48:00, Information           Setup  PrivateBuild:     False
    2015-04-22 11:48:00, Information           Setup  SpecialBuild:     False
    2015-04-22 11:48:00, Information           Setup  Language:         Language Neutral
    2015-04-22 11:48:00, Information           Setup  
    2015-04-22 11:48:00, Information           Setup  OS Name:                   Windows Server 2012 R2 Standard
    2015-04-22 11:48:00, Information           Setup  OS Edition:                ServerStandard
    2015-04-22 11:48:00, Information           Setup  OSVersion:                 Microsoft Windows NT 6.2.9200.0
    2015-04-22 11:48:00, Information           Setup  CurrentCulture:            en-US
    2015-04-22 11:48:00, Information           Setup  Processor Architecture:    AMD64
    2015-04-22 11:48:00, Information           Setup  Event Registration Source :    AppFabric_Setup
    2015-04-22 11:48:00, Information           Setup  
    2015-04-22 11:48:00, Information           Setup  Microsoft.ApplicationServer.Setup.Upgrade.V1UpgradeSetupModule : Initiating V1.0 Upgrade module.
    2015-04-22 11:48:00, Information           Setup  Microsoft.ApplicationServer.Setup.Upgrade.V1UpgradeSetupModule : V1.0 is not installed.
    2015-04-22 11:48:08, Information           Setup  Microsoft.ApplicationServer.Setup.Upgrade.V1UpgradeSetupModule : Initiating V1 Upgrade pre-install.
    2015-04-22 11:48:08, Information           Setup  Microsoft.ApplicationServer.Setup.Upgrade.V1UpgradeSetupModule : V1.0 is not installed, not taking backup.
    2015-04-22 11:48:08, Information           Setup  Executing C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe with commandline -iru.
    2015-04-22 11:48:08, Information           Setup  Return code from aspnet_regiis.exe is 0
    2015-04-22 11:48:08, Information           Setup  Windows features successfully enabled.
    2015-04-22 11:48:08, Information           Setup  Process.Start: C:\Windows\system32\msiexec.exe /quiet /norestart /i "d:\c105a713e88bea48cfc5\Packages\AppFabric-1.1-for-Windows-Server-64.msi" ADDDEFAULT=Worker,WorkerAdmin,CacheClient,Setup
    /l*vx "C:\Users\Administrator\AppData\Local\Temp\AppServerSetup1_1(2015-04-22 11-48-08).log" LOGFILE="C:\Users\Administrator\AppData\Local\Temp\AppServerSetup1_1_CustomActions(2015-04-22 11-48-08).log" INSTALLDIR="C:\Program Files\AppFabric
    1.1 for Windows Server" LANGID=en-US
    2015-04-22 11:48:41, Information           Setup  Process.ExitCode: 0x00000643
    2015-04-22 11:48:41, Error                 Setup  AppFabric installation failed because installer MSI returned with error code : 1603
    2015-04-22 11:48:41, Error                 Setup  
    2015-04-22 11:48:41, Error                 Setup  AppFabric installation failed because installer MSI returned with error code : 1603
    2015-04-22 11:48:41, Error                 Setup  
    2015-04-22 11:48:41, Information           Setup  Microsoft.ApplicationServer.Setup.Core.SetupException: AppFabric installation failed because installer MSI returned with error code : 1603
    2015-04-22 11:48:41, Information           Setup     at Microsoft.ApplicationServer.Setup.Installer.WindowsInstallerProxy.GenerateAndThrowSetupException(Int32 exitCode, LogEventSource logEventSource)
    2015-04-22 11:48:41, Information           Setup     at Microsoft.ApplicationServer.Setup.Installer.WindowsInstallerProxy.Invoke(LogEventSource logEventSource, InstallMode installMode, String packageIdentity, List`1 updateList,
    List`1 customArguments)
    2015-04-22 11:48:41, Information           Setup     at Microsoft.ApplicationServer.Setup.Installer.MsiInstaller.InstallSelectedFeatures()
    2015-04-22 11:48:41, Information           Setup     at Microsoft.ApplicationServer.Setup.Installer.MsiInstaller.Install()
    2015-04-22 11:48:41, Information           Setup     at Microsoft.ApplicationServer.Setup.Client.ProgressPage.StartAction()
    2015-04-22 11:48:41, Information           Setup  
    2015-04-22 11:48:41, Information           Setup  === Summary of Actions ===
    2015-04-22 11:48:41, Information           Setup  Required Windows components
    :  Completed Successfully
    2015-04-22 11:48:41, Information           Setup  IIS Management Console
    :  Completed Successfully
    2015-04-22 11:48:41, Information           Setup  AppFabric 1.1 for Windows Server
    :  Failed
    2015-04-22 11:48:41, Information           Setup  Hosting Services
    :  Failed
    2015-04-22 11:48:41, Information           Setup  Cache Client
    :  Failed
    2015-04-22 11:48:41, Information           Setup  Hosting Administration
    :  Failed
    2015-04-22 11:48:41, Information           Setup  Microsoft Update
    :  Skipped
    2015-04-22 11:48:41, Information           Setup  Microsoft Update
    :  Skipped
    2015-04-22 11:48:41, Information           Setup  
    2015-04-22 11:48:41, Information           Setup  ===== Logging stopped: 2015-04-22 11:48:41-07:00 =====
    Does someone have an idea as to why the installation is failing?  
    Many thanks.

    Hi,
    For installing SharePoint 2013 SP1 Prerequisite on Windows 2012 R2, you can run the PowerShell Script of Ed (DareDevil57):
    https://gallery.technet.microsoft.com/office/Sharepoint-2013-SP1-Server-2ed6dd27
    For more information,you can have a look at the blog:
    http://blogs.technet.com/b/cjrawson/archive/2014/04/06/offline_2d00_sharepoint2013sp1_2d00_prerequisites_2d00_server2012r2.aspx
    http://social.technet.microsoft.com/wiki/contents/articles/14582.sharepoint-2013-install-prerequisites-offline-or-manually-on-windows-server-2012-a-comprehensive-guide.aspx
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Can we made office 365 team site as anonymous site (Public site)? If yes, please provide me the steps or some links.

    can we made office 365 team site as anonymous site (Public site)?
    If yes, please provide me the steps or some links.

    Hello Jahir,
    I'd suggest asking Office 365 specific questions on the
    SharePoint 2013 - Development and Programming  forum instead.

  • Activate Office 365 Developer Subscription with msdn Subscriptions id

    Hi 
    I have Office 365 Developer Subscription Id i got it by bizspark account i want to Activate  it but how can i 

    Hi Budaraju,
    Thanks for posting in MSDN forum.
    As Eugene metioned that this forum is for developers discussing developing issues about apps for Office.
    To resolve the issue as soon as possilbe, I suggest that you contact the support team via link below:
    https://msdn.microsoft.com/en-US/subscriptions/aa948875.aspx
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SharePoint Office 365 development

    We want to do some POC on SharePoint Office 365 development so that with same expertise later we can develop for our customer. Here I have few question on this:
    Can we use SharePoint Office 365 development for Farm level deployment ?
    Or SharePoint Office 365 is used exclusively for development of Apps ?
    Is Napa tool necessary for Farm level solution? (I know it is required for Apps development)
    Basically we want to develop farm solution not any apps, can we use SharePoint Office 365 for this?
    Can we develop office 365 application in a virtual machine without any internet connection i.e. without connecting to the web or Microsoft online? 
    Thanks in advance for your reply.

    Answers for your questions
    1. Can we use SharePoint Office 365 development for Farm level deployment ?
    Answer : No. Only Sandbox
    2. SharePoint Office 365 is used exclusively
    for development of Apps?
    Answer : No. It also supports for .Wsp with some restrictions on code
    3. Napa
    tool necessary for Farm level solution? 
    Answer: Office 365 doesn't support Farm Solution.
    Apps only run in different context or web.

  • Brand/ Remove Office 365 Login Page for SharePoint Online

    Hi  there,
    HAPPY NEW YEAR!
    Thank you very much for setting up this great forum. I have learned a lot of good tips from here.
    We have a challenge which we would like to find a solution to.
    We are using Project Online with SharePoint Online with Office 365.
    We are trying to find a solution to brand/ (if branding is not possible) get rid of the Office 365 log in page.
    What we are trying to achieve is:
    1. Users click on a link, say:
    https://abc.sharepoint.com/project1/
    2. Instead of seeing Office 365 login page, we would like them to be able to see the login page with our own brand or a login box to enter username and password.
    Thank you very much in advance for the time you set aside to share your knowledge with us.
    Sincerely, we really appreciate your kind help.
    Charlotte Tang
    Charlotte Tang

    Hi Charlotte,
    According to your post, my understanding is that you want to customize the Office 365 login page for SharePoint Online.
    We can implement ADFS for the Office 365 subscription, then customize the ADFS forms based on login page.
    Per my knowledge, If no ADFS you will need to use the Microsoft login page.
    Here are two similar threads for you to take a look at:
    http://community.office365.com/en-us/forums/148/t/194202.aspx
    http://community.spiceworks.com/topic/380634-o365-custom-login-page
    Best Regards
    Dennis Guo
    TechNet Community Support

  • VS2012 Connection to Office 365 Sharepoint Site

    Hi,
    I m trying to create auto hosted app for my office 365 shp site. while creating project in vs2012, when i click on validate online shp site, it goes inside the site. As a result I m not able to deploy app. It should give me Connection successful message.
    Plz help.. if u too came across and solved. Your help is appreciated.
    Sandy

    Autohosted Apps have been discontinued (or will be shortly).  You need to create it as a Provider Hosted App if you want to use server side code.  To do that you need to provision the remote web side of the app manually.  VS 2012 projects
    are defaulted to an on-premises environment where the remote web can also be hosted on your local IIS instance.  That isn't possible in Office 365.  Take a look at the following blog for more info.
    http://www.andrewconnell.com/blog/sharepoint-autohosted-apps-are-no-more-deprecated-discontinued-dead
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Do I need to purchase Office 365 A3 plan for faculty to get free Office 365 ProPlus for students in Office 365?

    Hi there
    Our school has A2 plan for both students and faculty. We recently contacted our reseller and placed an order for free  Office 365 ProPlus A for our students. We received an acknowledgement from Microsoft regarding this order saying that it was successfull
    and I can see the license added when I log into the VLSC website. Problem is, I can't see this licence listed when I log into Office 365 admin. It is not listed under subscriptions or licenses. Apologize for my ignorance, but I don't know how can I get this
    license added in Office 365 so that our students can start using editable versions of office apps on their IPADs. Do we need to purchase Office 365 A3 plan for our staff to get this student's license enabled in Office 365? Can somebody please help?

    I have similar questions concerning getting started with the Student Advantage program offering.
    I've read the blog posts and made as many as 5 calls to Office 365 and still do not understand how to get this going.
    We have a subscription to Education A2 for both faculty and students that we started in January 2014.  We receive this at no charge.  So I'm starting with a subscription at no cost.  I do not have an Education Reseller because we started our
    subscription through the website with a trial and had that converted to the no cost A2 plan.
    When I am in the portal and look under 'Purchase Services' I can see the option to add Office ProPlus for Faculty at $2.00/user/month and for Office ProPlus for Students at $1.50/user/month.  My understanding of Student Advantage is that if I license
    all my faculty/staff accounts for Office ProPlus I would then get the Student access at no charge.  So I've licensed the Office ProPlus for Faculty for all of our faculty accounts yet I cannot get a clear answer about how to get the Student accounts added
    at no cost.
    I most recently was told by Office 365 support that I needed to speak to a reseller, which I did today.  He told me that I would need to do one of two things.
    1. Upgrade my no cost A2 faculty accounts to A3.  Which for me and what I see in the portal would take them from $0 to $4.50/user/month.  With that A3 for faculty I would get the Office ProPlus for the Students accounts on A2 at no charge.  
    2. I would need an Open Value license covering all school FTEs for Office at a cost of about $29/user/year.
    Both of these options are higher than licensing all Faculty accounts for Office ProPlus via the portal at $2/user/month which I have already done.
    So I don't understand why that doesn't qualify us for Student Advantage and now have to license all FTE, most of whom don't even touch a computer, for Office.

Maybe you are looking for

  • Windows Phone and Windows 8 Mail App not sending email from Reply/Forward

    I have recently upgraded from Windows 8 to 8.1. After a successful upgrade I configured the Windows 8 Mail app to also sync with Exchange (2010 in house server). On my Windows Phone (Nokia Lumia 800) I have the same account configured. This resulted

  • SLD in SAP XI

    Hi I am planning to isntall XI. Can anybody tell me the special considerations while installing. I do not have separate SLD Configured. Thanks in advance

  • Cold Oracle EBS backup and restore doesn't work

    Hi, I did a backup using tar while the database was open and not in archive mode ( archivelog disabled ) and restored it on another machine. OS = AIX 5.3 Oracle EBS 11.5.9 Database 9i When i started the database I got errors. Is there a metalink docu

  • Putting music on Iweb, also where is the counter on my homepage like Imovie

    two questions for the wizards..... how do you put music into your Iweb page. I DO see the audio tab (similar to Imovie), I picked the music.... no what (short of putting some ugly tab on the picture page. 2nd questions...... where is the counter on m

  • Font Knockout not appearing in Photoshop CS5 on IMac SnowLeop

    Hello all, I am new to posting here and would really appreciate any help or advice anyone could give. Recently our Design department upgraded to IMacs and to the Snow Leopard OS. We also bought an Adobe creative Suite including Photoshop, Illustrator