Tag: Glcid


  • Correct: <script language=”Javascript” type=”text/javascript”> if (top != self) { top.location = window.location; } </script> Incorrect: <script language=”Javascript” type=”text/javascript”> if (top != self) { top.location = “/webct/urw/lc18361011.tp0/logonDisplay.dowebct”; } </script> The problem with incorrect is the address used here is not the address in the location bar.  The one in the location bar has the values required…

  • So, I got this error… Unknown WebCT username or invalid password. Please verify the admin user and password in the IMS Settings. I assumed the username and password were probably right. I had to find my error somewhere else. The error turned out to be one missing character out of the 57 character long glcid.…

  • This is the second time I have worked on making Vista integration work with Banner. The first was 2005 in Vista 3.0.3 at Valdosta State. The production here at GeorgiaVIEW was set up by Harold, Jill, and Amy years ago and integrated into the install scripts or part of the cloned databases. So now I…

  • I should know better than to trust documentation over my own intuition. Or to change based on what others tell me. I followed: Log in to Vista Enterprise as a Server Administrator or Institution Administrator. NOTE: To set glcid, you must log in as a Server Administrator. From the Administration tab, click the Utilities tab.…