Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] changing name of change log consumer

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] changing name of change log consumer


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Scott Koranda <>, grouper-users <>
  • Subject: RE: [grouper-users] changing name of change log consumer
  • Date: Mon, 7 Jul 2014 16:04:07 +0000
  • Accept-language: en-US

Looks good to me! :)

Thanks,
Chris

-----Original Message-----
From:


[mailto:]
On Behalf Of Scott Koranda
Sent: Monday, July 07, 2014 11:56 AM
To: grouper-users
Subject: [grouper-users] changing name of change log consumer

Hello,

I need to change the name of a custom change log consumer running via
the loader. I want the loader to "remember" where the consumer was in
processing change log entries and continue where it left off before
the name change--nothing is changing except for the name.

I plan to execute these steps:

- stop the loader
- edit grouper-loader.properties and change the name from old_name to new_name
- execute the SQL

UPDATE grouper_change_log_consumer SET name = 'new_name' WHERE name =
'old_name';

- start the loader

Will these steps be sufficient?

Is there anything else I should do?

Thanks,

Scott



Archive powered by MHonArc 2.6.16.

Top of Page