Yes that could be one possible workaround. But you have to fill that gaps not at the end of course.
Sebastian 2010/10/22 Ilya Panasenko <[email protected]> > So can I fill missing user ids with fake users and backup should work? > > 2010/10/22 [email protected] <[email protected]> > >> Hallo Ilya, >> >> no sorry under those circumstances the Import/Export will not work. The >> problem is with all the records related to that user, they all have the >> userId as foreign key and often you cannot delete those records, or you >> still need the User-Object as reference even if the User is not present >> anymore (for example if you have a recorded file and want to show who has >> recorded it ... deleting all recordings of a user, when you delete that user >> would be kind of wired). So that is not a good idea. >> >> Sebastian >> >> 2010/10/22 Ilya Panasenko <[email protected]> >> >>> Hi, I am from the same team as Ivan >>> We imported users to OpenMeetings from another database, where user >>> records are deleted instead of just marking it as deleted >>> So we got missing user IDs e.g. 1, 27, 43... >>> Can this cause backup not working? >>> Anyway, I think that System Import should work normally even if some user >>> records are missing. It should enter them with the same IDs as they was >>> before backup >>> >>> 2010/10/22 Sebastian Wagner <[email protected]> >>> >>> Hallo Ivan, >>>> >>>> this should not happen, cause actually if you delete users via >>>> OpenMeetings, the record is still in the database, it is just flaged >>>> as openmeetings. Did you manually delete them also from the DB? >>>> >>>> Sebastian >>>> >>>> On Oct 21, 2:40 pm, Ivan Bondarenko <[email protected]> >>>> wrote: >>>> > "Hi! >>>> > >>>> > We have a database with around 300 users in it. Some users are >>>> > deleted, therefore we have a sequence of ids is like: 1, 27, 34 ... >>>> > When I make backup and then put this backup to the newest version, >>>> > users cannot login. In the database every user have a new id, so our >>>> > previous sequece of ids is like: 1, 2, 3 ... >>>> > This is in the users table. >>>> > >>>> > But in the other we have old ids as well as the newest ones (for >>>> > example table organisation_users). >>>> > >>>> > There aren't any problems with reading XML files, but somehow it this >>>> > method us.setUser_id doesn't work." >>>> > >>>> > http://code.google.com/p/openmeetings/issues/detail?id=1302#c0 >>>> > >>>> > It is very important problem for us, because we are not able to update >>>> > our outdated version... >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "OpenMeetings User" group. >>>> To post to this group, send email to [email protected] >>>> . >>>> To unsubscribe from this group, send email to >>>> [email protected]<openmeetings-user%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/openmeetings-user?hl=en. >>>> >>>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "OpenMeetings User" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<openmeetings-user%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/openmeetings-user?hl=en. >>> >> >> >> >> -- >> Sebastian Wagner >> http://www.webbase-design.de >> http://openmeetings.googlecode.com >> http://www.wagner-sebastian.com >> [email protected] >> >> -- >> You received this message because you are subscribed to the Google Groups >> "OpenMeetings User" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<openmeetings-user%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/openmeetings-user?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<openmeetings-user%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
