Error 500
5 TopicsClean instalation 2016 exchange on windows2016 http500 error
Hi everyone I've 2010 exchange server on old domain 2008r2 and I want to update it to newest 2019 To do it 1st I install new vm with 2016 server and install on it 2016 exchange 2016 mailbox with exchange management tools. unfortunately, after the success of the installation on a clean windows2016 my new exchange 2016 server and reboot, I wanted to log in to https: // localhost / emc ... and unfortunately after entering the username and password I got httperror500 ... will anyone help?573Views0likes0CommentsWAC fails to open on brand new Windows 11 machine
Good morning, I recently got a new workstation for my department, and it came with Windows 11 Pro. I tried installing Windows Admin Center 2110 (tried 1910.2 first with the same result) as I use it quite a lot and it fails to open. I simply get the following error: This page isn’t working right now localhost can't currently handle this request. HTTP ERROR 500 Nothing of any real use in troubleshooting. I have uninstalled and re-installed a couple times, the last time changing the port number to 6517 in case there was a conflict or something. I tried with and without Firewall also to no avail. I am hoping someone has come across this before and is able to help me out.1.5KViews1like2CommentsUnable to Open PowerBI reports in Edge Beta
I am unable to open any PowerBI report in Edge Beta. I receive the HTTP Error 500. Before I uninstall Edge Beta, I am looking for insights to assist me in the matter. I assume its a setting issue but unsure what I should be looking for. Thoughts?1.4KViews0likes1CommentSharepoint 2016 - Timed out error - Creating new web application
rom time to time I am unable to create a new web app. It has been an ongoing issue since SP Foundation 2013, we've upgraded to SP 2016 earlier in the year and this problem is still here. As we add more web application sites, the problem seems to come up more often. The site doesn't get fully created on the server. There is a virtual directory without any contents. We're tried adjusting the app pool timers as described in the URL below. It works sometimes, then months later when we try to create another web app it fails. https://www.spguides.com/request-timed-out-sharepoint-web-application/ We've tried various timer settings from 300 - 4000, 1500, 9999 etc. Tried it on the default app pool and central admin pool. Rebooting the application server and database server doesn't seem to help. Any suggestions is greatly appreciated thanks1.7KViews0likes0CommentsWhile creating SharePoint group using Rest api, getting Microsoft.SharePoint.SPException with Error
Actual Error: body : "{"error":{"code":"-2146232060, Microsoft.SharePoint.SPException","message":{"lang":"en-US","value":"Exception from HRESULT: 0x80131904"}}}" statusCode : 500 statusText : "Internal Server Error". Scenario: Actually In SharePoint online, By Rest API, My SharePoint Hosted app will create new list item and following that, create two groups, group 1 created successfully, while creating group 2 getting this above mentioned general error: 500 Internal server error. Sample Code: var metadata = JSON.stringify({ "__metadata": { "type": "SP.Group" }, "Title": "Group2 Members", "Description": "Group2 Members", "OnlyAllowMembersViewMembership": false, "AllowMembersEditMembership": true }); var url = CG_AppWebUrl + "/_api/SP.AppContextSite(@target)" + "/web/SiteGroups?" + "@target='" + CG_HostWebUrl + "'" executor.executeAsync({ url: url, method: "POST", async: false, body: metadata, headers: { "content-type": "application/json; odata=verbose", "accept": "application/json; odata=verbose" }, contentType: 'application/json', success: function (data) { callback("Created"); }, error: function (data) { callback("Error"); } App has Full Control permission in Site collection, Web and List. Executing User has Site collection admin access. Note: This issue is not coming continuously, Randomly it is coming for different users with different roles. Early I thought error occurred due to permission issue for different users, but now site collection admin user also getting this issue. And also I try to reproduce the issue by sending long group name, empty string in group name, same group name which gave for group 1, but the issue is not reproducing. Anyone please give some alternate idea to reproduce the 500 internal serve error in SharePoint Hosted app. Thanks in advance.1.9KViews0likes0Comments