Microsoft docs for Dynamics 365 guide links to a webpage which results in "Runtime Error" - blogs

Checking the guide/docs for Dynamics 365 while signed in from my work email(o365 business premium) at this link https://learn.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-tools/get-evaluation-copy
It opens up this page https://mbs.microsoft.com/customersource/global/AX/news-events/news/Microsoft_Dynamics_AX_Public_Preview which shows the message "The content of this page is locked. To access this information log in to CustomerSource."
Screenshot
And clicking on "CustomerSource" opens up a page which is giving this
primitive server error:
Screenshot
It will be helpful if someone forwards it to somebody from Microsoft or they notice it!

Could have been a temporary issue. Please retry. Clicking on "CustomerSource" opens up a page as below:
https://mbs2.microsoft.com/ecsts/login?signin=03e2489ea2d8025aed8e8b5d7628c6e6
Sign In Page
Also first link open a page with the message, which is not an error just information -
The content of this page is locked.
To access this information log in to CustomerSource.

I submitted an issue on github you can track here:
https://github.com/MicrosoftDocs/dynamics-365-unified-operations-public/issues/1185

Related

Google App Script not working in incognito mode

i've been learning with google app script, and tried to make a web form because of the limitation of google form. I tried making it by following this example, and it works. However when I tried using incognito or other browser without a google account log on to it, it failed, showing this error
"Maaf, terjadi error pada server saat membaca dari penyimpanan. Kode error INTERNAL."
Which is in Indonesian that basically states the server failed to read the file, and there is an internal error. This is the web app script.
Settings for the web app deployment
Also in the spreadsheet linked is set to anyone with link is able to edit. When this is changed to anyone with link is able to view only, causes a log in prompt to appear in incognito mode.
Any help is greatly appreciated. I also found out earlier that this problem occurred previously because of a bug by google, but it has been resolved. So did I do something wrong?
According to the Apps Script Web Apps documentation:
The first is labeled Current web app URL and ends in /exec. This URL is for the published version of your app, based on the last version you saved and deployed.
The second is the link labeled latest code and ends in /dev. This URL can only be accessed by users who have edit access to the script. This instance of the app always runs the most recently saved code — not necessarily a formal version — and is intended for quick testing during development.
Therefore, when sharing the web application, you should be sharing the /exec link.
There is an open bug for this: https://issuetracker.google.com/issues/160665120

HTML where a new website is launched after successful log in

At work we are having issues with the log in credentials. We use SAP BI and for some reason when logging into the main site, everything works, but when logging into the OpenDoc feature of the site, the credentials do not carry over. The guys are working to fix the credential issues; in the meantime I'm trying to come up with an HTML script workaround that can, after logging into the first site, automatically redirect to the other site. I'm really new to HTML so any help would be appreciated.
This is all I have so far (close to nothing):
window.open("https://login_site.php");
here, after the user inputs the username and password, I want to trigger
the initiation of the second web address. I'm interested on having the
second scripts triggering only after pressing enter, or clicking "Log On"
without closing the first webpage, otherwise the credentials will be lost-->
window.open("https://redirected_site");
Thank you in advance.

Custom Button CRM- Online 2015 Error

Have created a custom Run Report Button for a dashboard in crm online 2015, it works as expected in Firefox, But in IE11 a second sign in window appears, but I can't sign in, I'm given 3 attempts and then this is displayed.
HTTP Error 401 - Unauthorized: Access is denied
In Chrome this is the error that is displayed,
ERR_INVALID_AUTH_CREDENTIALS
I have tried using the internet security option and adding the sites, and that has not worked, also using a different user/pw, and its the same thing.
Can someone point me in the right direction?
Edit 1:
Below is one of the commands I added in Ribbon Workbench. What happens is when I click on the dropdown a separate windows appears with the report in Firefox. I have not added any JS.

Error 404 but not if I click on it

If I go to for example www.example.com(requires log in(I log in)) and it has a list of links.
I click on one of them and it redirects me to a fully working page. But if I copy the url (of the link) and paste it into my browser I will get a 404 message. How is this possible and why?
Does it have something to do with cookies? I have no idea.
Thanks for the help.
There are some server variables for credential and/or in-favorite that are created when you login to a site. You can not expect to view the same facility while you are not logged in.

SSRS Report in Web App clearing out Session variables?

We're using a SSRS report with URL links that's being displayed in our web application. When we click on a link in the report, it should take you to a page within the web app. However, when we click on the link (link created using SSRS Action property), it appears to be clearing out the session variables. The web app gives the error that we are "no longer logged in".
Any ideas as to how to go about fixing or debugging? Thanks in advance!
Assuming that they are on different servers:
http://blogs.msdn.com/b/knowledgecast/archive/2007/01/31/the-double-hop-problem.aspx