#Learning Portal

14 Followers · 330 Posts

InterSystems Online Learning is a web portal with interactive online courses, learning paths, experience labs and videos related to InterSystems Data Platform.

Explore.

Question Scott Beeson · Apr 21, 2016

I tried logging into https://beta.learning.intersystems.com to view a video.  My browser auto filled the login form.  The username, the same one I use here and on many other ISC sites, is "sbeeson_MHCX".  Now I have a message that says "Only lowercase letters allowed" and any time I visit the login form it just shows the same message.  I cannot get back to the form.

I could obviously use an incognito window or clear my cache, but this needs to be fixed.

9
0 719
Question Vikram Annadurai · Aug 10, 2019

Hey Guys,

I got stuck with this for 2 days, please help me

Actually my logic is when I enter the input on the text field in browser, the entered input to be print on the next page but I am getting "Undefined". How to i do it.

Below is my code:

 

 

Class Patient.Testing Extends %ZEN.Component.page
{
/// Class name of application this page belongs to.
Parameter APPLICATION;
/// Displayed name of this page.
Parameter PAGENAME = "userLogin";
/// Domain used for localization.
Parameter DOMAIN;
/// This Style block contains page-specific CSS style definitions.

4
0 544
Question Dmitrii Kuznetsov · Sep 1, 2019

OAuth server to be deployed on the IRIS learning cloud platform. Clients - one on the other instance of the learning IRIS server, the other client locally on my computer in the container docker.

Both clients get a seemingly correct link (through ##class(%SYS.OAuth2.Authorization).GetAuthorizationCodeEndpoint()) to the login request form:  

https://52773b-62955584.labs.learning.intersystems.com/oauth2/authorize?response_type=code&client_id=nHCv5A-u_5T1YAwk_tJ7xpi1ky-s2AnRQMaL6YHsUgU&redirect_uri=https%3A//52773b-99792125.labs.learning.intersystems.com/csp/sys/oauth2/OAuth2.Response.

3
1 1072
Question Iryna Mykhailova · Jan 12, 2023

Hello,

Created my Learning Lab yesterday evening and for the first hour or so everything was fine, but after that it just stopped working and I get Server unavailable for Management Portal:

And nothing would load in VSCode

Is there anything to be done? Because I wanted to upload my student's test on it. And the system wouldn't allow me to create another server, because I already have one.

2
0 336
Edit
Question sarah john · Jan 11, 2018

Hello All,

I've been trading forex and programming (I'm in college), but want to get into automated trading and analyzing data real-time to make decisions (and learning more about stats and math as a hobby). I only have a laptop with a small SSD, so I'm planning to build a computer for this.

For storing data, would something like this 4tb hdd work? I'm not sure if the seek time will matter (vs getting a SSD) because most of the data reading will be sequential anyways, right? Will a regular HDD work or will it bottleneck the performance?

0
0 0