Re: [dspace-tech] How to create Virtual Sets in OAI?

2021-03-17 Thread euler
Hi Claudia and Michael,

Thank you so much for the response! Now I can create virtual sets with 
specific conditions.

Best regards,
euler
On Wednesday, March 17, 2021 at 9:55:16 PM UTC+8 Claudia Jürgen wrote:

> Hello Euler,
>
> yes this is possible and can be done in 
>
>
> https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace/config/crosswalks/oai/xoai.xml
>
> 1. Define a Set
> 
> 
> YourSpecNameForTheSet
> YourDisplayNameForTheSet
> 
> 
> 
>
> 2. Define the filter and condition or use existing filters and conditions
> Filter:
>
> 
> 
> 
> 
> 
> 
> 
>
> Filters can be more complex and contain Conditions with relations like
>
> https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace/config/crosswalks/oai/xoai.xml#L307
>
> Condition:
>
> 
> 
> org.dspace.xoai.filter.DSpaceAtLeastOneMetadataFilter
> 
> dc.type.publicationtype
> equal
> article
> 
> 
> 
> 
> 3. Use the set in the context(s) you need it in
> 
> 
> 
>
> Hope this helps
>
> Claudia Jürgen
>
>
> Am 17.03.2021 um 03:56 schrieb euler:
>
> Dear All, 
>
> I did not find any documentation on how to create virtual sets in the OAI: 
> https://wiki.lyrasis.org/display/DSDOC6x/OAI. I would like to create 
> virtual sets based on the metadata such as those implemented in Open 
> Knowledge Repository: 
> https://openknowledge.worldbank.org/harvesting-the-okr
>
> Queries for virtual sets in the OKR may be as broad as “Health in Africa” 
> or “Climate Change” or as narrow as “Agribusiness in Tanzania” and 
> “Microfinance in Bangladesh”. The following six sample virtual sets have 
> been created and are now available for other repositories to begin 
> ingesting:
>
>- Health in Africa 
>
> 
>  
>- Research relating to China 
>
> 
>  
>- Energy in India 
>
> 
>  
>- Microfinance in Bangladesh 
>
> 
>  
>- Agribusiness in Tanzania 
>
> 
>  
>- Climate Change 
>
> 
>  
>
> A long time ago, I asked about this in Stackoverflow: 
> https://stackoverflow.com/q/52360308/1919069 but I don't want to create a 
> new "Metadata Format", but instead I want to create Sets based on the 
> metadata (e.g. create a set for items if dc.subject contains a certain 
> word).
>
> In [dspace]/config/crosswalks/oai/xoai.xml, there is a filter there for 
> Thesis type:
> 
> 
> 
> org.dspace.xoai.filter.DSpaceAtLeastOneMetadataFilter
> 
> dc.type
> contains
> Thesis
> 
> 
>
> But that filter will only apply to the metadata format uketd_dc. What I 
> would want is to create a filter that will create Sets available to all 
> Metadata Formats. Is this possible (I assume yes because it is already 
> implemented in OKR, I just don't know how)? Can this be done just by 
> modifying XSLT?
>
> Thanks in advance!
> euler
>
> -- 
> All messages to this mailing list should adhere to the Code of Conduct: 
> https://duraspace.org/about/policies/code-of-conduct/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/27e1d299-3289-4062-90c9-939d418dc2adn%40googlegroups.com
>  
> 
> .
>
> -- 
> Claudia Juergen
>
> Technische Universität Dortmund
> Universitätsbibliothek
> Bibliotheks-IT
> Vogelpothsweg 76
> 44227 Dortmund
>
> Tel.: +49 231-755 40 43 <+49%20231%207554043>
> Fax: +49 231-755 40 32 
> <+49%20231%207554032>claudia...@tu-dortmund.dewww.ub.tu-dortmund.de
>
>
>
>
>
> *Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz 
> per E-Mail, sind unsere Erklärungen ausschließlich final rechtsverbindlich, 
> wenn sie in herkömmlicher 

Re: [dspace-tech] SMTP over TLS Failed

2021-03-17 Thread gonza...@gmail.com
Just adding some info I've found troubleshooting the same error 
(javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
disabled or cipher suites are inappropriate)

Running DSpace on Centos8 could require that command, depending on your 
mail provider, as far as TLS 1.0 and 1.1 are deprecated and a legacy mode 
is needed. 

This solved the issue to me, using SMTPS under TLS on port 465

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/considerations_in_adopting_rhel_8/security_considerations-in-adopting-rhel-8#tls-v10-v11_security


El Wednesday, December 9, 2020 a la(s) 5:39:39 PM UTC-3, hbla...@gmail.com 
escribió:

> Hi for all, 
> Today I finally found a solution, the problem was with the operating 
> system. execute the following command 
>
>  update-crypto-policies --set LEGACY  
>
> and after reboot it has worked.
> Thanks to everyone for your support.
>
> El martes, 8 de diciembre de 2020 a la(s) 16:45:42 UTC-5, jacob.cameron 
> escribió:
>
>> That should have said TLS 1.0 and 1.1 support.
>>
>>  
>>
>>  
>>
>> --
>>
>> Jake Cameron, BCS(UNB)
>>
>> Systems Support Specialist III
>>
>> Information Systems and Technical Services University of Lethbridge 
>> Library
>>
>> Phone:(403)329-2756 <(403)%20329-2756>
>>
>> This e-mail, including any and all attachments, is only for the use of 
>> the intended recipient(s) and may contain information that is confidential 
>> or privileged. If you are not the intended recipient, you are advised that 
>> any dissemination, copying or other use of this e-mail is prohibited. 
>> Please notify the sender of the error in communication by return e-mail and 
>> destroy all copies of this e-mail. Thank you.
>>
>>  
>>
>> *From:* dspac...@googlegroups.com  *On Behalf 
>> Of *Cameron, Jacob
>> *Sent:* Tuesday, December 8, 2020 8:54 AM
>> *To:* Humberto Blanco Castillo ; DSpace Technical 
>> Support 
>> *Subject:* RE: [dspace-tech] SMTP over TLS Failed
>>
>>  
>>
>> Hello Humberto,
>>
>>  
>>
>> Microsoft has ended TLS 1.0 and TLS 1.2 support for all their mail 
>> products.  You need to ensure you are using TLS 1.2 or higher on your 
>> server or the messages will fail.
>>
>>  
>>
>>  
>>
>> --
>>
>> Jake Cameron, BCS(UNB)
>>
>> Systems Support Specialist III
>>
>> Information Systems and Technical Services University of Lethbridge 
>> Library
>>
>> Phone:(403)329-2756 <(403)%20329-2756>
>>
>> This e-mail, including any and all attachments, is only for the use of 
>> the intended recipient(s) and may contain information that is confidential 
>> or privileged. If you are not the intended recipient, you are advised that 
>> any dissemination, copying or other use of this e-mail is prohibited. 
>> Please notify the sender of the error in communication by return e-mail and 
>> destroy all copies of this e-mail. Thank you.
>>
>>  
>>
>> *From:* dspac...@googlegroups.com  *On Behalf 
>> Of *Humberto Blanco Castillo
>> *Sent:* Tuesday, December 8, 2020 8:26 AM
>> *To:* DSpace Technical Support 
>> *Subject:* [dspace-tech] SMTP over TLS Failed
>>
>>  
>>
>> Caution: This email was sent from someone *outside of the University of 
>> Lethbridge*. Do not click on links or open attachments unless you know 
>> they are safe. Suspicious emails should be forwarded to phis...@uleth.ca.
>>
>>  
>>
>> My dspace server was working with the following configuration 
>>
>>  
>>
>> *mail.server = outlook.office365.com *
>>
>> *mail.server.username = **myu...@mydomain.com*
>>
>> *mail.server.password = mypassword*
>>
>> *mail.server.port = 587*
>>
>> *mail.from.address = **myu...@mydomain.com*
>>
>> *mail.feedback.recipient = ${mail.from.address}*
>>
>> *mail.admin = ${mail.from.address}*
>>
>> *mail.alert.recipient = ${mail.from.address}*
>>
>> *mail.registration.notify = ${mail.from.address}*
>>
>>  
>>
>> *mail.extraproperties =  mail.smtp.starttls.enable=true, \*
>>
>> *mail.smtp.socketFactory.port=587, \*
>>
>> *mail.smtp.socketFactory.fallback=false*
>>
>>  
>>
>> But a few days ago it stopped working,:
>>
>>  
>>
>> *About to send test email:*
>>
>> * - To: **myu...@mydomain.com*
>>
>> * - Subject: DSpace test email*
>>
>> * - Server: outlook.office365.com *
>>
>>  
>>
>>  
>>
>> *Error sending email:*
>>
>> * - Error: javax.mail.SendFailedException: Send failure 
>> (javax.mail.MessagingException: Could not convert socket to TLS 
>> (javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
>> disabled or cipher suites are inappropriate)))*
>>
>>  
>>
>>  
>>
>> the only modification its that now we are working with openjdk
>>
>> *openjdk version "1.8.0_272"*
>>
>> *OpenJDK Runtime Environment (build 1.8.0_272-b10)*
>>
>> *OpenJDK 64-Bit Server VM (build 25.272-b10, mixed mode)*
>>
>>  
>>
>>  
>>
>> Any knows why of this error, or giveme any ligtha about this?
>>
>>  
>>
>> really appreciate your help
>>
>>  

Re: [dspace-tech] Dspace maximum file size

2021-03-17 Thread al...@vt.edu
Manuele,

Thank you for the good news about the fix in version 6.1.

Anne

On Wednesday, March 17, 2021 at 12:21:59 PM UTC-4 Manuele Lorusso wrote:

> There is no limit anymore. Since dspace 6.1 it is fixed (
> https://github.com/DSpace/DSpace/pull/1723).
>
> I can confirm that in our DSpace 6.3 installation big movie files up to 
> 6.5 GB was possible. We will prevent this in the future. Similiar to JSPUI.
>
> Regards,
> Manuele
>
>
> Am Mittwoch, den 17.03.2021, 08:39 -0700 schrieb al...@vt.edu:
>
> We have found a limit in XMLUI of ~2 GB. See 
> https://github.com/VTUL/vtechworks/issues/91#issuecomment-156161642.
>
> I have tracked down the problem downloading large files. The web browsers 
> request partial ranges of the files with HTTP headers like this:
> Range: bytes=2238906368 <(223)%20890-6368>-
> The DSpace XMLUI is based on Cocoon. Cocoon's Byte Range handler has code 
> that tries to parse each number in the byte range as an integer.
> In Java, the maximum size of a signed integer is 2,147,483,647, which is 
> less than 2238906368 <(223)%20890-6368>. This throws a 
> NumberFormatException back to DSpace, which returns a 416 HTTP Status code 
> to the browser:
> HTTP/1.1 416 Requested Range Not Satisfiable
>
> The browser doesn't get the file.
>
> I don't know yet what the best workaround is - I'm not sure that Cocoon is 
> an active project, and the DSpace community is looking to move away from 
> Cocoon (I've heard) with its next interface system.
>
> On Wednesday, March 17, 2021 at 4:13:45 AM UTC-4 Manuele Lorusso wrote:
>
> Hi,
>
> this setting is only for JSPUI. As far as I know there is no size limit in 
> XMLUI.
>
> Regards,
> Manuele
>
> Am Dienstag, den 16.03.2021, 19:09 -0700 schrieb Saul Hernandez O.:
>
> That size of 512 Mb applies to the entire dspace or only to jspui?
>
> thank you!
>
>
> El martes, 16 de marzo de 2021 a la(s) 19:21:34 UTC-6, jos...@gmail.com 
> escribió:
>
> Hi,
>
>
> https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace/config/dspace.cfg#L1571
>
> Em ter, 16 de mar de 2021 22:10, Saul Hernandez O.  
> escreveu:
>
> Hello everyone! 
> I am investigating what is the maximum file size
> that dspace accepts  in xmlui
>
> Thank you!
>
> -- 
>
> All messages to this mailing list should adhere to the Code of Conduct: 
> https://duraspace.org/about/policies/code-of-conduct/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech...@googlegroups.com.
>
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/29f434c8-1934-49e4-be81-fe1c597818a6n%40googlegroups.com
>  
> 
> .
>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/d5011706-2e0f-4a28-a2c5-16ba2af32c19n%40googlegroups.com.


Re: [dspace-tech] Dspace maximum file size

2021-03-17 Thread Manuele Lorusso
There is no limit anymore. Since dspace 6.1 it is fixed (
https://github.com/DSpace/DSpace/pull/1723).
I can confirm that in our DSpace 6.3 installation big movie files up to
6.5 GB was possible. We will prevent this in the future. Similiar to
JSPUI.
Regards,Manuele

Am Mittwoch, den 17.03.2021, 08:39 -0700 schrieb al...@vt.edu:
> We have found a limit in XMLUI of ~2 GB. See 
> https://github.com/VTUL/vtechworks/issues/91#issuecomment-156161642.
> I have tracked down the problem downloading large files. The web 
> browsers request partial ranges of the files with HTTP headers like 
> this:
> 
> Range: bytes=2238906368-
> 
> The DSpace XMLUI is based on Cocoon. Cocoon's Byte Range handler has 
> code that tries to parse each number in the byte range as an integer.
> 
> In Java, the maximum size of a signed integer is 2,147,483,647, which
> is
>  less than 2238906368. This throws a NumberFormatException back to 
> DSpace, which returns a 416 HTTP Status code to the browser:
> 
> HTTP/1.1 416 Requested Range Not Satisfiable
> 
> The browser doesn't get the file.
> 
> I don't know yet what the best workaround is - I'm not sure that 
> Cocoon is an active project, and the DSpace community is looking to
> move
>  away from Cocoon (I've heard) with its next interface system.
> On Wednesday, March 17, 2021 at 4:13:45 AM UTC-4 Manuele Lorusso
> wrote:
> > Hi,
> > 
> > this setting is only for JSPUI. As far as I know there is no size
> > limit in XMLUI.
> > 
> > Regards,
> > Manuele
> > 
> > Am Dienstag, den 16.03.2021, 19:09 -0700 schrieb Saul Hernandez O.:
> > > That size of 512 Mb applies to the entire dspace or only to
> > > jspui?
> > > 
> > > 
> > > thank you!
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > El martes, 16 de marzo de 2021 a la(s) 19:21:34 UTC-6, 
> > > jos...@gmail.com escribió:
> > > > Hi,
> > > > https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace/config/dspace.cfg#L1571
> > > > 
> > > > 
> > > > Em ter, 16 de mar de 2021 22:10, Saul Hernandez O. <
> > > > sa...@uaem.mx> escreveu:
> > > > 
> > > > > Hello everyone!
> > > > > 
> > > > > 
> > > > > 
> > > > > I am investigating what is the maximum file size that dspace
> > > > > accepts 
> > > > > in xmlui
> > > > > Thank you!
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> 
> 
> 
> -- 
> 
> All messages to this mailing list should adhere to the Code of
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> 
> --- 
> 
> You received this message because you are subscribed to the Google
> Groups "DSpace Technical Support" group.
> 
> To unsubscribe from this group and stop receiving emails from it,
> send an email to dspace-tech+unsubscr...@googlegroups.com.
> 
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/29f434c8-1934-49e4-be81-fe1c597818a6n%40googlegroups.com
> .
> 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/f9f6989b8a7fc8f84a264e3f6f49ba26f4d466a3.camel%40uni-konstanz.de.


smime.p7s
Description: S/MIME cryptographic signature


Re: [dspace-tech] Dspace maximum file size

2021-03-17 Thread al...@vt.edu
We have found a limit in XMLUI of ~2 GB. See 
https://github.com/VTUL/vtechworks/issues/91#issuecomment-156161642.

I have tracked down the problem downloading large files. The web browsers 
request partial ranges of the files with HTTP headers like this:
Range: bytes=2238906368-
The DSpace XMLUI is based on Cocoon. Cocoon's Byte Range handler has code 
that tries to parse each number in the byte range as an integer.
In Java, the maximum size of a signed integer is 2,147,483,647, which is 
less than 2238906368. This throws a NumberFormatException back to DSpace, 
which returns a 416 HTTP Status code to the browser:
HTTP/1.1 416 Requested Range Not Satisfiable

The browser doesn't get the file.

I don't know yet what the best workaround is - I'm not sure that Cocoon is 
an active project, and the DSpace community is looking to move away from 
Cocoon (I've heard) with its next interface system.

On Wednesday, March 17, 2021 at 4:13:45 AM UTC-4 Manuele Lorusso wrote:

> Hi,
>
> this setting is only for JSPUI. As far as I know there is no size limit in 
> XMLUI.
>
> Regards,
> Manuele
>
> Am Dienstag, den 16.03.2021, 19:09 -0700 schrieb Saul Hernandez O.:
>
> That size of 512 Mb applies to the entire dspace or only to jspui?
>
> thank you!
>
>
> El martes, 16 de marzo de 2021 a la(s) 19:21:34 UTC-6, jos...@gmail.com 
> escribió:
>
> Hi,
>
>
> https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace/config/dspace.cfg#L1571
>
> Em ter, 16 de mar de 2021 22:10, Saul Hernandez O.  
> escreveu:
>
> Hello everyone! 
> I am investigating what is the maximum file size
> that dspace accepts  in xmlui
>
> Thank you!
>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/29f434c8-1934-49e4-be81-fe1c597818a6n%40googlegroups.com.


[dspace-tech] error uploading a file

2021-03-17 Thread Saul Hernandez O.

Hello everyone... I have a dspace 6.1 which with certain PDF files when 
trying to upload them to the repository, it sends me an error, it sends two 
screens of the errors it sends me, this happens only with some files, can 
someone help me solve this? Thanks a lot!


-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/e783e79a-3a11-422c-90d2-56eee9857339n%40googlegroups.com.





Re: [dspace-tech] How to create Virtual Sets in OAI?

2021-03-17 Thread Claudia Jürgen

Hello Euler,

yes this is possible and can be done in

https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace/config/crosswalks/oai/xoai.xml

1. Define a Set

   
   YourSpecNameForTheSet
   YourDisplayNameForTheSet
   
   


2. Define the filter and condition or use existing filters and conditions
Filter:


   
   
   
   
   


Filters can be more complex and contain Conditions with relations like
https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace/config/crosswalks/oai/xoai.xml#L307

Condition:

   
   org.dspace.xoai.filter.DSpaceAtLeastOneMetadataFilter
   
   dc.type.publicationtype
   equal
   article
   
   


3. Use the set in the context(s) you need it in

   


Hope this helps

Claudia Jürgen


Am 17.03.2021 um 03:56 schrieb euler:
Dear All,

I did not find any documentation on how to create virtual sets in the OAI: 
https://wiki.lyrasis.org/display/DSDOC6x/OAI. I would like to create virtual 
sets based on the metadata such as those implemented in Open Knowledge 
Repository: https://openknowledge.worldbank.org/harvesting-the-okr

Queries for virtual sets in the OKR may be as broad as “Health in Africa” or 
“Climate Change” or as narrow as “Agribusiness in Tanzania” and “Microfinance 
in Bangladesh”. The following six sample virtual sets have been created and are 
now available for other repositories to begin ingesting:

 *   Health in 
Africa
 *   Research relating to 
China
 *   Energy in 
India
 *   Microfinance in 
Bangladesh
 *   Agribusiness in 
Tanzania
 *   Climate 
Change

A long time ago, I asked about this in Stackoverflow: 
https://stackoverflow.com/q/52360308/1919069 but I don't want to create a new 
"Metadata Format", but instead I want to create Sets based on the metadata 
(e.g. create a set for items if dc.subject contains a certain word).

In [dspace]/config/crosswalks/oai/xoai.xml, there is a filter there for Thesis 
type:
   
   
   org.dspace.xoai.filter.DSpaceAtLeastOneMetadataFilter
   
   dc.type
   contains
   Thesis
   
   

But that filter will only apply to the metadata format uketd_dc. What I would 
want is to create a filter that will create Sets available to all Metadata 
Formats. Is this possible (I assume yes because it is already implemented in 
OKR, I just don't know how)? Can this be done just by modifying XSLT?

Thanks in advance!
euler

--
All messages to this mailing list should adhere to the Code of Conduct: 
https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 
dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/27e1d299-3289-4062-90c9-939d418dc2adn%40googlegroups.com.

--
Claudia Juergen

Technische Universität Dortmund
Universitätsbibliothek
Bibliotheks-IT
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@tu-dortmund.de
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the intended recipient of 
this e-mail please contact the sender and delete this message. Thank you. 
Without prejudice of e-mail correspondence, our statements are only legally 
binding when they are made in the conventional written form (with personal 
signature) or 

Re: [dspace-tech] How to create Virtual Sets in OAI?

2021-03-17 Thread Michael Plate

Hi,

I struggled with a similar problem some weeks ago and found this

http://dspace.2283337.n4.nabble.com/Create-OAI-Set-td4690783.html

helpful.
At least we now have sets with DDC and dc.type an some more.


Am 17.03.21 um 03:56 schrieb euler:

Dear All,

I did not find any documentation on how to create virtual sets in the 
OAI: https://wiki.lyrasis.org/display/DSDOC6x/OAI. I would like to 
create virtual sets based on the metadata such as those implemented in 
Open Knowledge 

[…]

CU

Michael

--
All messages to this mailing list should adhere to the Code of Conduct: 
https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/38a2dbfd-aa99-7234-ac71-d620dad7b3f5%40bibliothek.uni-kassel.de.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [dspace-tech] Dspace maximum file size

2021-03-17 Thread Manuele Lorusso
Hi,
this setting is only for JSPUI. As far as I know there is no size limit
in XMLUI.
Regards,Manuele
Am Dienstag, den 16.03.2021, 19:09 -0700 schrieb Saul Hernandez O.:
> That size of 512 Mb applies to the entire dspace or only to jspui?
> 
> 
> thank you!
> 
> 
> 
> 
> 
> 
> El martes, 16 de marzo de 2021 a la(s) 19:21:34 UTC-6, 
> jos...@gmail.com escribió:
> > Hi,
> > https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace/config/dspace.cfg#L1571
> > 
> > 
> > Em ter, 16 de mar de 2021 22:10, Saul Hernandez O. 
> > escreveu:
> > 
> > > Hello everyone!
> > > 
> > > 
> > > 
> > > I am investigating what is the maximum file size that dspace
> > > accepts 
> > > in xmlui
> > > Thank you!
> > > 
> > > 
> > > 
> > > 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/12d20ce2acb33c4827bfc12d2b7dea3fc3564d70.camel%40uni-konstanz.de.


smime.p7s
Description: S/MIME cryptographic signature