[dspace-tech] how to add iframe in angular (UI)?

2023-12-18 Thread Alex B
Dear Colleagues, how to add iframe in angular (UI)? I added http://10.220.16.19:3000/d-solo/b58985b0-59e5-4ed6-9d4a-b922ca41808b/new-dashboard?orgId=1=1700209846789=1700213204863=2; width="450" height="200" frameborder="0"> to home-page.component.html (/src/app/home-page) Result: [image:

[dspace-tech] Re: REST port 80

2023-12-18 Thread Andrew K
Hi Steve, Here's the manual I followed to switch to SSL https://repozitar.fhv.uniza.sk/items/5b8d7e58-8e9c-4280-85d3-9d7c4b49b4d7 I also noticed that you have nameSpace: /xmlui in the config files. I think it should be nameSpace: / Best regards, Andrew понеділок, 18 грудня 2023 р. о 23:57:02

[dspace-tech] REST port 80

2023-12-18 Thread Steve Michaels
I've been having difficulty getting my instance of 7.6 to run on SSL. One of the things I've noticed is that the config.json file has the REST interface running SSL on port 80: { "production": true, "debug": true, "ui": { "ssl": false, "host": "localhost", "port": 4000,

[dspace-tech] Re: Error in migrating server using AIP method

2023-12-18 Thread 'Maruan Sahyoun' via DSpace Technical Support
Although not a direct answer to your question youl could dump the existing DB and import the dump into the new DB for metadata etc and copy the assetstore subdirectory to you new install. Worked very smoothly for me and was also very fast compared to importing from AIP. BR Maruan Salony

[dspace-tech] Dspace 6.3 schema validator returned: Could not instantiate id generator

2023-12-18 Thread Jeffrey Chan
Our company required us to use Dspace 6.3 with mysql. Although I know you are not supporting Mysql, can I ask question that I encounter an issue. At first dspace 6.3 runs normally with Oracle, then I tried to change to mysql. I can connect to mysql database(mysql 5.5), mysql-connector-java

Re: [dspace-tech] Exception while executing SCM command.: Error while executing command. Error while executing process. Cannot run program "git" (in directory "/app/dspace-api"): error=2, No such file

2023-12-18 Thread Hrafn Malmquist
Hello Manish It appears you are building 7.2.1. The error message seems to indicate that git is not found in the docker build environment. Have you tried doing a complete docker rebuild with the --no-cache flag. If you can ensure git is installed in the docker image that should solve your

[dspace-tech] DSpace 7.6.1: Crossref search

2023-12-18 Thread Milos Ivanovic
Dear All, I need some help regarding processing metadata imported from CrossRef (and probably other sources). After "Import metadata from external source", the Author fields (which map to dc.contributor.author) are filled properly, however in the form *"First_name, Last_name"*. This is not the

[dspace-tech] Re: Bulk access management doesn't remove access conditions

2023-12-18 Thread 'Maruan Sahyoun' via DSpace Technical Support
Hi Tim, I think I've found the reason. In the source there is if (REPLACE_MODE.equals(acItem.getMode())) { removeReadPolicies(item, TYPE_CUSTOM); removeReadPolicies(item, TYPE_INHERITED); } so READ is only removed for TYPE_CUSTOM or TYPE_INHERITED and