[dspace-tech] DSpace and Date Range Queries

2024-04-30 Thread 'Maruan Sahyoun' via DSpace Technical Support
Dear All, I have a date range field dc.coverage.temporal which leads to different results when being searched for using the DSpace Serach Field and a direct Solr query dc.identifier:19900816_lh_lu_422 && dc.coverage.temporal:[1991 TO 1992] in the search fields doesn't find the entry where

[dspace-tech] Re: DSpace 7.6.1 How to make search work with AND operator instead of OR

2024-04-12 Thread 'Maruan Sahyoun' via DSpace Technical Support
Did you try putting the string in quotes? BR Maruan Matthias Letsch schrieb am Freitag, 12. April 2024 um 16:18:34 UTC+2: > Just for the sake of completeness: Unfortunately, our search does not work > as documented here: > https://wiki.lyrasis.org/display/DSDOC7x/Search+-+Advanced > > It says

[dspace-tech] Re: Java heap space

2024-04-04 Thread 'Maruan Sahyoun' via DSpace Technical Support
Hi, this is documented here https://wiki.lyrasis.org/display/DSDOC7x/Performance+Tuning+DSpace#PerformanceTuningDSpace-GivetheCommandLineToolsMoreMemory With kind regards Maruan Sahyoun FileAffairs GmbH Alex B schrieb am Donnerstag, 4. April 2024 um 12:24:15 UTC+2: > Dear colleagues, in the

[dspace-tech] Re: High CPU usage in DSpace 7.6 leading to server issues, lots of errors/examples (crossposted from Slack)

2024-03-05 Thread 'Maruan Sahyoun' via DSpace Technical Support
Dear Carolyn, not directly answering your question but we are running (a possibly smaller instance of DSpace for a non insitutonal site) without PM2 but with node.js directly. With the amount of traffic you are having you might want to give it a try to rule out PM2 and it's handling as a souce

[dspace-tech] Re: item with many files not working.

2024-03-01 Thread 'Maruan Sahyoun' via DSpace Technical Support
Not directly answering your question but you could tune your nginx settings e.g. proxy_busy_buffers_size 512k; proxy_buffers 4 512k; proxy_buffer_size 256k; or disable buffering proxy_buffering off; which I wouldn't recommend for performance reasons. BR Maruan Sahyoun FileAffairs GmbH

[dspace-tech] Re: Unable to activate WRITE permission to eperson

2024-02-08 Thread 'Maruan Sahyoun' via DSpace Technical Support
Permissions exist at item level but are inherited when created new from the collection level. So when an item did exist before the the eperson has been added it might not have a WRITE permission. Bulk Access Management (both at UI level and from the console) allow you to change permissons for

[dspace-tech] Re: Subject category control

2024-02-08 Thread 'Maruan Sahyoun' via DSpace Technical Support
Hi, this is documented in https://wiki.lyrasis.org/display/DSDOC7x/Authority+Control+of+Metadata+Values BR Maruan FileAffairs GmbH Lewatle Johannes Phaladi schrieb am Donnerstag, 8. Februar 2024 um 15:16:48 UTC+1: > Dear DSpace Tech, > > Where can one control subject category on DSpace 7.6,

[dspace-tech] Re: Problems with SOLR

2024-01-30 Thread 'Maruan Sahyoun' via DSpace Technical Support
Hi Gladys, can you share your init.d script? BR Maruan Gladys Vanesa Fernandez schrieb am Dienstag, 30. Januar 2024 um 15:40:29 UTC+1: > Hi Maruan, from the directory, Solr is running correctly > > El martes, 30 de enero de 2024 a las 11:31:20 UTC-3, Maruan Sahyoun > escribió: > >> Hello

[dspace-tech] Re: Problems with SOLR

2024-01-30 Thread 'Maruan Sahyoun' via DSpace Technical Support
Hello Gladys, did you try starting SOLR manually from it's bin directory? Does that work without any issues? With kind regards Maruan FileAffairs GmbH Gladys Vanesa Fernandez schrieb am Dienstag, 30. Januar 2024 um 13:58:42 UTC+1: > Hello everyone, I'm having an issue with Solr that stopped

[dspace-tech] Re: SLOR error string field too large

2024-01-23 Thread 'Maruan Sahyoun' via DSpace Technical Support
I'm wondering if the content is correct. Looks like you are trying to index content larger than 32766 but that's coming from the field bi_2_dis_prefix. Are you sure that the content in that field is correct. To handle content larger than 32766 you need to change the field type in the Solr

[dspace-tech] Re: Error IP vs Domain Name (DNS)

2024-01-18 Thread 'Maruan Sahyoun' via DSpace Technical Support
is there a proxy in place which forwards http to https when accessing via domain name instead of IP? Kind regards Maruan FileAffairs GmbH Michel Montenegro schrieb am Mittwoch, 17. Januar 2024 um 23:14:51 UTC+1: > When we configure DPSPACE via IP (xxx.xxx.xxx.xxx) the system works >

[dspace-tech] Re: HELP - dspace database migration failed

2024-01-04 Thread 'Maruan Sahyoun' via DSpace Technical Support
Hello Dan, looks like the DB user doesn't have the proper rights on the DB. Could you check that. BR Maruan FileAffairs GmbH Dan Guillang schrieb am Mittwoch, 3. Januar 2024 um 20:21:46 UTC+1: > I just started and needed dspace for thesis purposes and after series of > installation and steps

[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] 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

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

2023-12-15 Thread 'Maruan Sahyoun' via DSpace Technical Support
Hi Tim, thank you for your response. I've tried on the demo site where it works. Will investigate further. BR Maruan DSpace Technical Support schrieb am Donnerstag, 14. Dezember 2023 um 23:18:34 UTC+1: > Hi Maruan, > > Assuming you selected to change the "Item's Metadata" and selected the >

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

2023-12-13 Thread 'Maruan Sahyoun' via DSpace Technical Support
Yes - that's of course something I've checked. It reports that it sets the items access Andrew K schrieb am Mittwoch, 13. Dezember 2023 um 20:01:04 UTC+1: > Has the bulk-access-control process finished successfully? (in the > Processes tab) > > середу, 13 грудня 2023 р. о 18:20:51 UTC+2 Maruan

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

2023-12-13 Thread 'Maruan Sahyoun' via DSpace Technical Support
I've a question regarding bulk access management and maybe a misconception from my side. Currentl I have an item with READ permission for Anonymous. Now using Bulk access management I'd like to change that to Administrator using "Replace Access Conditions" and selecting "administrator" from

[dspace-tech] Re: Batch import SAF zip but remap metadata fields

2023-11-23 Thread 'Maruan Sahyoun' via DSpace Technical Support
AFAIK there are serveral ways of doing this: - go through the exported data and rename the fields. But that needs some programming - if you have the old schema and new schema avail what you could do is to a) import first b) export the metadata only c) rename the columns accordingly d) reimport

[dspace-tech] Re: Out Of Memory Error while trying to use filter-media command

2023-11-21 Thread 'Maruan Sahyoun' via DSpace Technical Support
You can raise the memory by either setting the JAVA_OPTS variable or setting the memory in the dspace.sh script export JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" dspace filter-media BR Maruan Salony Permanand schrieb am Dienstag, 21. November 2023 um 10:41:03 UTC+1: > Hello Everyone, > > I

[dspace-tech] Re: Error when creating collection

2023-11-21 Thread 'Maruan Sahyoun' via DSpace Technical Support
Never worked with DSpace-CRIS but you schould be able to download the missing definitions from the GitHub Repo https://github.com/4Science/DSpace/tree/dspace-cris-2023.01.01/dspace/config/registries I think cris-types is the one missing to overcome that message but you might also need the

[dspace-tech] Re: Error when creating collection

2023-11-20 Thread 'Maruan Sahyoun' via DSpace Technical Support
the reason for the error is ... Caused by: java.sql.SQLException: bad_dublin_core schema=cris.submission.definition. Metadata field does not exist! ... It looks like you are running DSpace-CRIS but don't have the CRIS-related metadata schema installed. Nicolas becerra morales schrieb am

[dspace-tech] Re: Error when creating collection

2023-11-20 Thread 'Maruan Sahyoun' via DSpace Technical Support
you wouldn't by any chance be able to get a hold of the server log when this happens? Really difficult to tell from the frontend message only. BR Maruan Nicolas becerra morales schrieb am Freitag, 17. November 2023 um 16:00:56 UTC+1: > When trying to create a collection for a community I get

[dspace-tech] Re: Import of zip file not working on DSpace 7.6

2023-11-20 Thread 'Maruan Sahyoun' via DSpace Technical Support
if I'm not mistaken from the screenshots provided you were using the validate option. According to the docs this doesn't actually import the data: -v --validate test run - do not actually import items BR Maruan Lewatle Johannes Phaladi schrieb am Freitag, 17. November 2023 um 09:23:55

[dspace-tech] Re: Import of zip file not working on DSpace 7.6

2023-11-15 Thread 'Maruan Sahyoun' via DSpace Technical Support
Hi, what was been the export and import command you used? When importing did you choose a parent community? E.g. when using AIP https://wiki.lyrasis.org/display/DSDOC7x/AIP+Backup+and+Restore#AIPBackupandRestore-RestoringEntireSite "... N*otice that unlike* *-s* *option (for

[dspace-tech] Re: Dspace 6.4 jspui interface not showing

2023-11-09 Thread 'Maruan Sahyoun' via DSpace Technical Support
did you follow the instruction in https://wiki.lyrasis.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-Installation especially the section about choosing which UI you'd like to use (xmlui or jspui) and it's deployment (10. *Deploy Web Applications:)* If the xmlui is available and

[dspace-tech] Re: Error

2023-11-09 Thread 'Maruan Sahyoun' via DSpace Technical Support
Just recently I did a fresh install with 7.6 and havn't experienced such issue. I even didn't have to change the memory settings. With that could you provide some additional information - what's the yarn command you executed - which node version are you on - which yarn version are you on - which

[dspace-tech] Re: How to debug frontend

2023-11-07 Thread 'Maruan Sahyoun' via DSpace Technical Support
How did you start the frontend? In package.json you can see different options to run the frontend. I believe what you are looking for is to start it with yarn start:dev BR Maruan geethanjali alaguraj schrieb am Dienstag, 7. November 2023 um 06:05:45 UTC+1: > Hello, > > How to debug the front

[dspace-tech] AIP Avoid creating license bundle

2023-11-03 Thread 'Maruan Sahyoun' via DSpace Technical Support
Hello, I'm exporting content from DSpace 6 to be imported into DSpace 7 using AIP Backup and Restore. The DSpace 6 item does not have a license bundle but after import into DSpace 7 using Restore mode a license bundle is being created. For aip.disseminate.rightsMD only METSRights is specified

[dspace-tech] Re: Installation issue with DSpace 7.6

2023-10-31 Thread 'Maruan Sahyoun' via DSpace Technical Support
The issue has been resolved and was caused by an improper database installation. After fixing that the error is gone Maruan Sahyoun schrieb am Montag, 30. Oktober 2023 um 18:12:44 UTC+1: > Dear DSpace Community, > > upon a fresh install of DSpace 7 on a Linux Server using a Postgres DB I'm >

[dspace-tech] Installation issue with DSpace 7.6

2023-10-30 Thread 'Maruan Sahyoun' via DSpace Technical Support
Dear DSpace Community, upon a fresh install of DSpace 7 on a Linux Server using a Postgres DB I'm getting below stack trace when running ant fresh_install. Would you have any pointers what might be causing this issue and how to overcome that? With kind regards Maruan test_database: