[dspace-tech] Dspace 7.6 Angular installation

2024-03-21 Thread stb...@gmail.com
Dear all,

after building yarn build:prod I have got the error message:

./node_modules/@ng-dynamic-forms/ui-ng-bootstrap/fesm2020/ui-ng-bootstrap.mjs:736:285-301
 
- Error: export 'MaskDirective' (imported as 'i4') was not found in 
'ngx-mask' (possible exports: INITIAL_CONFIG, NEW_CONFIG, NGX_MASK_CONFIG, 
NgxMaskDirective, NgxMaskModule, NgxMaskPipe, NgxMaskService, 
_configFactory, initialConfig, timeMasks, withoutValidation) 

What should I do now?

Thanking you in advance
Stefanie 

-- 
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 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/7236f8a3-01f8-4687-ae5c-dd881db89b99n%40googlegroups.com.


[dspace-tech] Dspace-CRIS 2023.02.00 does not find potential duplicates.

2024-03-21 Thread Maksim Donchenko
Hello everyone. I have a problem with Dspace-CRIS 2023.02.00 not finding 
duplicate Items. The form with possible duplicates does not appear. Maybe 
someone can help? Thank you in advance.

Sincerely, Maksim

-- 
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 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/a3b121cb-4966-46ca-963c-a610ffe789d9n%40googlegroups.com.


[dspace-tech] Re: Cleanup (7.6) bombs with error message

2024-03-21 Thread Amy Ball Wicklund
You could try substituting requestitem_id for item_id in those same 
queries. It's the Primary Key in the requestitem table, and thus cannot be 
empty, so you should get 2 unique values that you can use to update the 
records. You will just have to run the update query for each value returned.

On Sunday, March 17, 2024 at 8:21:46 AM UTC-7 Andrew K wrote:

> For clarity, the error is
> *Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on 
> table "bitstream" violates foreign key constraint 
> "requestitem_bitstream_id_fkey" on table "requestitem"*
>
> *  Detail: Key (uuid)=(15b3ebc4-ae05-461e-ab9d-3a39bdb1bb50) is still 
> referenced from table "requestitem".*
> неділю, 17 березня 2024 р. о 16:07:38 UTC+2 Andrew K пише:
>
> Hi!
> I have the same error on cleanup. Trying to use this method to fix it.
> But I receive 2 empty rows here instead of some uuids
>
>
> *\set a 15b3ebc4-ae05-461e-ab9d-3a39bdb1bb50 dspace=# SELECT item_id AS b 
> FROM requestitem WHERE bitstream_id = :'a';*b
> - - -
>
>
> (2 rows)
>
> This looks OK though
> *dspace=# SELECT deleted FROM bitstream WHERE uuid = :'a';*
> deleted
> -
> t
> (1 row)
>
> What do I do next?
>
> Thanks,
> Andrew
>
>

-- 
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 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/862642fa-fa39-4d2c-ba64-203e503de31an%40googlegroups.com.