[dspace-tech] Re: We can not apply Access Conditions in Dspace 7

2023-03-23 Thread Mohammad S. AlMutairi
Hi Zeynep, If all you needed is to disable Administrator in all the submitting forms you have you can do it by commenting out the Administrator line in [dspace]/config/spring/api/access-conditions.xml on line 73. Read more about it or how to customize it to fit your requirments here

[dspace-tech] Re: Dspace 7.4 SSL front-end problems

2023-03-23 Thread Mohammad S. AlMutairi
Hi Jorge, You need to change your setup in dspace.cfg to read what you see below and then install apache or nginx and set it up as a reverse proxy. See the attached file in the link below for hints. in dspace.cfg I have defined the urls: dspace.server.url = https://rd.udb.edu.sv/server

[dspace-tech] Dspace 7.4 SSL front-end problems

2023-03-23 Thread Jorge Alberto Bonilla Castaneda
hello everyone I had already configured my dspace on a server in the cloud and with its corresponding DNS, however, when I received the security certificate and proceeded to configure it, only the back end worked for me: https://rd.udb.edu. sv/ however the front-end from that moment throws me

[dspace-tech] Formulas in the "Abstract" field

2023-03-23 Thread Benedito Gomes Vieira
Dear all, I have a question: When registering a dissertation, in Dspace 6.2, is it possible to insert a chemistry/mathematics formula, like the ones below, in the summary field? [image: Sem título.png] Thanks. Att. Benedito -- All messages to this mailing list should adhere to the Code

[dspace-tech] Cant' get AJP to work on dspace 7 server

2023-03-23 Thread cpgr...@gmail.com
We are not having much success adding SSL to our dspace 7 server despite modelling out apache and tomcat configuration on our functioning dspace 5 production server. Our tomcat server.xml is configured with: and nmap confirms that port 8009 is open and listening. Our apache configuration

Re: [dspace-tech] error index-discovery

2023-03-23 Thread Mark H. Wood
On Wed, Mar 22, 2023 at 11:18:04AM -0700, 'Matías Javier Saavedra Gajardo' via DSpace Technical Support wrote: > I was in the process of migrating from dspace 4 to dspace 7, but when it > came to indexing the database it gave me the following error. > > org.apache.commons.cli.ParseException:

Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-23 Thread Mark H. Wood
On Thu, Mar 23, 2023 at 01:24:16AM -0700, Agustina Martinez wrote: > Thanks a lot for chipping in. All that you have described is exactly what > is happening. To give some more details: > >- There is the single big transaction being built up, and it does not >save until all the items in

Re: [dspace-tech] Re: OCID Authentication and groups

2023-03-23 Thread Mark H. Wood
On Wed, Mar 22, 2023 at 06:57:18PM -0700, Gabriela wrote: > I tried to to assign a fixed set of groups to *all* OIDC-authenticated > sessions. A few minutes of work, became hours, and I am going around in > circles. Any guidance would be very much appreciated. I don't have any way to test

[dspace-tech] Add a new workflow step in 7.5

2023-03-23 Thread Hans Smith
Hello, I need to add a new workflow step to a collection. In workflow.xml I added

[dspace-tech] We can not apply Access Conditions in Dspace 7

2023-03-23 Thread Zeynep Şolta
Please help on this subject! We upgraded to Dspace 7. After, we made editing on submission form. We excluded the adinistrator option from default access conditions section. Now we can not apply any access conditions type to sources. We see access conditions section on the submission form, but

[dspace-tech] DSpace 7 Impersonation and Special Groups

2023-03-23 Thread David P. Steelman
In our DSpace 7.4 testing, it appears that the "Impersonate EPerson" functionality ignores any "special groups" that are normally assigned to the impersonated user as part of the authentication process. For example, we use the "org.dspace.authenticate.IPAuthentication" class to assign a "special

[dspace-tech] Re: Enhancing Search for Google scholar on DSpace 7.4

2023-03-23 Thread Andrew K
Hey Lewatle, 1. Did you have this problem with Google Scholar indexing on a previous DSpace versions? 2. What exactly have you done? *google-metadata.enable* = *true *is default in DSpace 7. Thanks Andrew четвер, 23 березня 2023 р. о 10:44:09 UTC+2 Lewatle Johannes Phaladi пише: > Dear

[dspace-tech] DSpace 7 and page visible only for administators

2023-03-23 Thread Karol
Hi, Where do I add the html page to make it visible only after Administrator login? Thanks, Karol -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to

[dspace-tech] Re: Enhancing Search for Google scholar on DSpace 7.4

2023-03-23 Thread Lewatle Johannes Phaladi
Dear DSpace Tech Colleagues, This is confirmation that items from our DSpace site are now found on Google Scholar. Regards, Lewatle On Tuesday, 14 March 2023 at 13:10:15 UTC+2 Lewatle Johannes Phaladi wrote: > Dear DSpace Colleagues, > > On DSpace 7.4 when searching items by titles I am able

Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-23 Thread Agustina Martinez
Hi Mark, Thanks a lot for chipping in. All that you have described is exactly what is happening. To give some more details: - There is the single big transaction being built up, and it does not save until all the items in the collection have been processed. - My task implementation is