Message Boards

No SCORM package uploaded

thumbnail
Serdar Ayalp, modified 12 Years ago.

No SCORM package uploaded

Junior Member Posts: 45 Join Date: 9/2/11 Recent Posts
I have installed the SCORM Player as a portlet in Liferay, and PostgreSQL als database server. As described in the documentation, a database was created (SCORM) with:

Username : postgres
Password : postgres

1 - The SCORM Player Portet was added to a page
2 - Then Portlet Edit-Mode and Admin Interface, I made the following settings

Server name : 127.0.0.1
Database name: SCORM
User login: postgres
User Password: postgress

3 - Then I upload a SCORM zip package (Add a new scorm package), but the list is still EMPTY. Tables in DB are EMPTY too. In the Console I see no error message

Have I forgotten something?

Greetings
thumbnail
Janne Hietala, modified 12 Years ago.

RE: No SCORM package uploaded

Junior Member Posts: 97 Join Date: 6/16/09 Recent Posts
Hi!

If the database is empty, you could try to do "Reinitialize DB" from the UI. This creates the DB structure.

If this does not help, maybe it is possible that the SCORM package has some issues with the player. If you can, could you upload the package to see if we can reproduce the issue?

Best regards,
Janne Hietala
thumbnail
Serdar Ayalp, modified 12 Years ago.

RE: No SCORM package uploaded

Junior Member Posts: 45 Join Date: 9/2/11 Recent Posts
Hi Janne,

Thxs for your Reply. The problem is that Liferay uses a MySQL database. But because your player works with PostgreSQL, I have installed PostgreSQL too.

I can type a server name in EDIT mode of Player, but no port number. PostgreSQL runs on the port number 5432. Is it necessary that you enter a port number or is it done automatically?

Greetings
Vitaly Lyapin, modified 12 Years ago.

RE: No SCORM package uploaded

New Member Posts: 4 Join Date: 2/24/12 Recent Posts
Hi, Serdar!

It's not necessary to enter portname if your PostgreSQL use default 5432. But surely you can specify port in "Server name" field as "127.0.0.1:5432".

Best regards,
Vitaly Lyapin.