Re: [dspace-tech] Issue with database migration 6.3 to 7.4

2023-01-26 Thread Sean Carte
Hi Jacob I had a similar problem with a database I was trying to import: many /N invalid commands. I gave my user superuser privileges and was able to import the dump without those errors. Sean On Thu, 26 Jan 2023 at 23:06, Cameron, Jacob wrote: > Hi Everyone, > > I exported my DSpace 6.3

Re: [dspace-tech] Re: Problem Disseminating DSpace SITE

2023-01-26 Thread Saad Itani
Hello Tim,I would like to thank you for your support as it worked after I added a value into a Null field under the epersongroup name table.Thank you so much, Problem solved!Regards,SaadSent from my iPhoneOn 26 Jan 2023, at 6:39 PM, Saad Itani wrote:Dear Tim,Thank you for reaching me in the

[dspace-tech] Issue with database migration 6.3 to 7.4

2023-01-26 Thread Cameron, Jacob
Hi Everyone, I exported my DSpace 6.3 database, imported it on the new server running 7.4. There were thousands of invalid command /N that showed up during the import and lots of other ERROR: relation "xxx" does not exist. I did try running dspace database migrate ignored afterwards and was

Re: [dspace-tech] Re: Problem Disseminating DSpace SITE

2023-01-26 Thread Claudia Jürgen
Hi Saad, maybe you got unfinished registrations. We did run into a similar problem when we tried a complete AIP type AIP In/Export (in 5.x) just fort testing it. You can check this with a database query: select * from eperson where password is null; You can choose not to export passwords with

[dspace-tech] Re: DB Schema / Data model for Dspace 7

2023-01-26 Thread 'Tim Donohue' via DSpace Technical Support
Hi, As you correctly noted, the latest schema diagram we have is for DSpace 6: https://wiki.lyrasis.org/display/DSDOC7x/Storage+Layer This diagram is "semi-accurate" for DSpace 7, as v7 uses the same general table structure as v6... with a few new tables added to v7 to specifically support

Re: [dspace-tech] Re: Problem Disseminating DSpace SITE

2023-01-26 Thread Saad Itani
Dear Tim,Thank you for reaching me in the support of the problem, will check and report back if we have a Null eperson group table.Regards,SaadSent from my iPhoneOn 26 Jan 2023, at 6:11 PM, 'Tim Donohue' via DSpace Technical Support wrote:Hi,Based on the initial error "stacktrace" it looks like

[dspace-tech] Re: Problem Disseminating DSpace SITE

2023-01-26 Thread 'Tim Donohue' via DSpace Technical Support
Hi, Based on the initial error "stacktrace" it looks like the error begins here: https://github.com/DSpace/DSpace/blob/dspace-6.4/dspace-api/src/main/java/org/dspace/content/packager/PackageUtils.java#L822 The error results in a NullPointerException which seems to imply that the "groupName" it

[dspace-tech] Re: Problem Disseminating DSpace SITE

2023-01-26 Thread Saad Itani
[UPDATE] Changing the type to METS example /data/bin/dspace packager -d -a -t METS -e dspace@xx -i 10938/0 /data/BACKUP/aip-backup/dspace-aip.zip worked! any idea why AIP is not working? On Wednesday, January 25, 2023 at 4:14:12 PM UTC+2 Saad Itani wrote: > Dears we recently updated DSPACE