client testimonials, case studies,  eLearning, LMS, and assessment technology GeMS LMS, SWIFT Courses and Tests, ASP Hosting, Content Development, HSE and Multifamily training demos The Health, Safety, and Environment Resource iLibrary - Occupational health, safety, and environement due diligence training online, regonized certificate programs from BCRSP, CRBOH, and ABIH The Health, Safety, and Environment Resource iLibrary Estore HSE, Oil & Gas, Multifamily, Equine eLearning demos online tests, health, safety, environment, oil and gas, multifamily and utility to learn more about our eLearning, online tests, LMS, and content development services
 

GeMS FAQ

GeMS (Learning Management System) is an advanced Internet, Intranet, and CD-ROM delivery, management, reporting, tracking, and analysis system that requires no client side installation.

For other related FAQs, see GeMS SWIFT FAQ, SWIFT Author FAQ, and SWIFT LE FAQ.

Questions:

  1. I am having a problem starting GeMS Server. I get an error message indicating the server is unable to bind to port 443. I do have IIS installed on the server using port 80. GeMS Server is using port 8080. Is there a possible application conflict between GeMS Server and IIS?
  2. My understanding is that GeMS Server times-out learners' sessions after a period of inactivity, and they have to log back in. How long is that period?
  3. How do I my clear my Browser Cache in Internet Explorer©?
  4. I cannot seem to copy and paste within GeMS Administrator. Why?
  5. I would like to disable the Guest Login Button on the SWIFT Environment Login page. Is this possible?
  6. How many characters long is the course licence key field in GeMS Administrator?
  7. I would like to restrict that length of time some of my learners are able to spend in one of my courses. How do I do this?
  8. Is there any possibility that I will loose data or that users will be dropped from existing course seats by doing the re-organization mentioned in FAQ 11?
  9. Can I move my published courses among groups?
  10. Do users have to be in the same group as the courses they are registered to?
  11. I just logged into GeMS Administrator and can no longer see users or courses! Where did they go?
  12. Do I need the Java plug-in to launch GeMS Administrator?
  13. Is GeMS AICC certified?
  14. I have a learner who is getting an "Allowable user limit exceeded. Please try again later" message when they try to log in. Why?
  15. I clicked on the group 2 accounts node and tried to generate a report for all accounts in this group. The HTML report only has information on 1 of my 4 learners. Why?
  16. Does GeMS SWIFT use cookies?


Answers:

  1. I am having a problem starting GeMS Server. I get an error message indicating the server is unable to bind to port 443. I do have IIS installed on the server using port 80. GeMS Server is using port 8080. Is there a possible application conflict between GeMS Server and IIS?
  2. Yes. Like IIS, GeMS Server reserves ports for regular HTTP connections as well as HTTPS (Secure Sockets Layer) connections (defaults to port 443). You have correctly specified a different port for regular HTTP connections but you also need to specify a different port for HTTPS connections. Add the following option to your sserver.conf file: HTTPSPort 80443.

  3. My understanding is that GeMS Server times-out learners' sessions after a period of inactivity, and they have to log back in. How long is that period?
  4. You are correct; learners are automatically logged out after 60 minutes of inactivity. This default amount of time can be changed in GeMS Administrator. If your browser loses connectivity for more then 5 minutes the server will log out your account.

  1. How do I my clear my Browser Cache in Internet Explorer©?
  2. In Internet Explorer© go to the Tools Menu, select Internet Options, and under the General tab select the Delete Files... button. Click in the check box to "Delete All Offline Content."

  1. I cannot seem to copy and paste within GeMS Administrator. Why?
  2. You need to change the Java.policy file to enable the clipboard. Three steps are required to do this:

    1. On the client with the Java plug-in installed, search for the file java.policy.

      Open it in Notepad.

    2. Append to the end of the file a "grant" statement as follows:

      grant codeBase "http://<servername>/htm/admin/gems.jar" {
      	  permission java.awt.AWTPermission "accessClipboard";
      	  };

      Substitute <servername> with the name you use to connect to your server through your browser. Note there is one 'grant' entry per server; if you use GeMS on any other server, you will have to add entries for those hosts as well. If you prefer, you can replace the above grants with one:

      grant { permission java.awt.AWTPermission "accessClipboard"; };

      However, this will allow clipboard access for ANY Java plug-in applet you come across. Specifying an individual grant limits it to the gems.jar applet.

    3. Restart your browser for the changes to take effect.

  3. I would like to disable the Guest Login Button on the SWIFT Environment Login page. Is this possible?

    You can disable the Guest Login button by doing the following:

    1. Launch GeMS.
    2. Click on the + beside Server Management.
    3. Click on Server Properties.
    4. Go to the Logins tab at the top of the right column.
    5. Click in the "Allow Guest Logins" checkbox to remove the checkmark.

    To re-enable the Guest Login button, follow steps 1 through 4. In step 5 click the box "Allow Guest Logins."

  4. How many characters long is the course licence key field in GeMS Administrator?
  5. The fields in GeMS Administrator are unlimited in how many characters you can enter. The licence key itself can vary in length, depending on what parameters are set, i.e., length of the course and/or group names, if an expiry date is set, and if a limited number of seats are set.

  6. I would like to restrict that length of time some of my learners are able to spend in one of my courses. How do I do this?

    Find the learner's name in Accounts. Click on the Seats tab to show a list of courses available for that learner. Click on icon at the far right of the course information: it has an ellipsis (...) on it. This opens a window where you can set a time limit (the timer starts after the learner selects the course from the course list) and where you can also set the length of time the course will be available, e.g., for 120 hours (5 days).

  1. Is there any possibility that I will loose data or that users will be dropped from existing course seats by doing the re-organization mentioned in FAQ 11?
  2. Reorganizing users among groups does not affect their user properties, course/test seatings, statistics, or any of their other related information.

  3. Can I move my published courses among groups?
  4. No. This feature will be in a later release of GeMS.

  5. Do users have to be in the same group as the courses they are registered to?

    No. Learners in child groups can be seated in courses from a parent group as long as you (as the administrator of the group) are a member of the parent group.

  1. I just logged into GeMS Administrator and can no longer see users or courses! Where did they go?
  2. IF you recently upgraded your firewall or proxy server, it might be the problem. If this is the case, then the firewall must be set to let the Java applet through from GeMS Server.

  3. Do I need the Java plug-in to launch GeMS Administrator?
  4. Yes. The Java plug-in requires a one-time download. Its installation takes 3-10 minutes, depending on your network and system configuration. Once you have installed the plug-in, the software loads automatically and transparently so it can render the Java applet.

  5. Is GeMS AICC certified?
  6. GeMS is AICC web-launch compliant. A later version of GeMS will be AICC certified.

  7. I have a learner who is getting an "Allowable user limit exceeded. Please try again later" message when they try to log in. Why?
  8. The maximum number of guests/learners allows was reached. You can change the maximum number of guests and learners in the GeMS Administrator by selecting Server Management, Server Properties, and the Logins tab.

  1. I clicked on the group 2 accounts node and tried to generate a report for all accounts in this group. The HTML report only has information on 1 of my 4 learners. Why?
  2. The other 3 learners have not yet logged on to take their courses. Until they start a course, there is no data recorded, and therefore, nothing to report.

  3. Does GeMS SWIFT use cookies?
  4. Yes, GeMS SWIFT uses temporary cookies. (Cookies are small files used to store information on Internet sites you visit. Cookies can be either temporary or persistent. Temporary cookies are only stored in your browser's memory for the duration of a session. Persistent cookies are written to your hard drive.)

 
Site Map | Support | Press Releases | Careers | Legal | Contact Us | © 2010 Gemini Performance Solutions Inc.