Re: [Dspace-tech] Finding a submission in a person's "My DSpace" queue

2008-10-07 Thread George Kozak
Claudia: EXCELLENT!! The SQL commands are exactly what I needed. Thank you! At 03:43 AM 10/7/2008, Claudia Jürgen wrote: >Hi George, > >there is an old patch for the jspui >http://sourceforge.net/tracker/index.php?func=detail&aid=1615148&group_id=19984&atid=319984 >to assume another user. > >Yo

Re: [Dspace-tech] Finding a submission in a person's "My DSpace" queue

2008-10-07 Thread Claudia Jürgen
Hi George, there is an old patch for the jspui http://sourceforge.net/tracker/index.php?func=detail&aid=1615148&group_id=19984&atid=319984 to assume another user. You might also simply look in the db: select * from item where submitter_id=IDofYourUser, This will give you all items the user submi

Re: [Dspace-tech] Finding a submission in a person's "My DSpace" queue

2008-10-06 Thread George Kozak
Claudia: Thank you...I should have stated that I am using 1.4.2 currently. DO you know of a way in that release? At 05:04 PM 10/6/2008, Claudia Juergen wrote: >Hi George, > >if you're using 1.5.x with xmlui there is a config option: >xmlui.user.assumelogin >If set to true the DSpace admin can l

Re: [Dspace-tech] Finding a submission in a person's "My DSpace" queue

2008-10-06 Thread Claudia Juergen
Hi George, if you're using 1.5.x with xmlui there is a config option: xmlui.user.assumelogin If set to true the DSpace admin can login as another user. Hope that helps Claudia > Hi... > > Is there a way for me (as Sys Admin) to see someone's "My DSpace" > queue to guarantee that they have or h

[Dspace-tech] Finding a submission in a person's "My DSpace" queue

2008-10-06 Thread George Kozak
Hi... Is there a way for me (as Sys Admin) to see someone's "My DSpace" queue to guarantee that they have or have not submitted a request? I have a user who insists that he made a submission, but I do not find it archived nor is it in the workflow. *** George Kozak Coo