0 Checkin Service Time Not Functioning Correctly 6 Matthew Meekins posted 9 Years Ago When I setup a service schedule for checkin, if the length of the service isn't the whole day, check in won't work. For instance, if I have a service time starting at 9:00am, then the service length has to be 15 hours. If the service were to start at 7pm, then the service length has to be 5 hours, etc. Basically, if the service ends the same day it starts, checkin doesn't work. I get the message, "Checkin not active: There are no current or future schedules for this kiosk". Has anyone experienced this issue, or have any ideas why it may be happening?
Frank Grand 9 years ago Hey Matthew, any updates on this? I've tried a couple of different ways and my schedules are working correctly?
Matthew Meekins 9 years ago Frank, this was a bug from 2.0 that got fixed in the update. The effective end date wasn't being updated when saving a recurring schedule.
Frank Grand 9 years ago Hi Matthew, are you still having problems with your check-in setups? If so can you post some screen shots of what you have so we can try to help?
Frank Grand 9 years ago Matthew, one issue that may be happening is the Check-in Ends time. This looks like your check-in would be active from 7am to 9:30am. Have you seen that kind of behavior?
Robbie Funderburk 9 years ago Frank, Matthew and I are working on the same project. I didn't realize that Matthew and I both posted to the forum about the same problem. Since he posted the screenshots I will post to this one and maybe there is a way to link both questions together or just delete mine. The service end time works fine, and that is partially why this has not been a big deal to work around. The problem is that the "service time" must extend into the next day in order for the kiosk to become active. If you look at the screen shot above we have the service lasting for 23 hours. (we are not that spiritual!)
Matthew Meekins 9 years ago Robbie meant to say that Checkin Ends time works fine. We can make that whatever we want.
Rock RMS 9 years ago Robbie, have you confirmed that your timezone setting is correct ( System Settings > System Configuration )?
Matthew Meekins 9 years ago It's correct there and I've also made sure that the time and timezone is correct on our server.
Kent Shilts 9 years ago I have had experiences where I have created a new schedule with the exact same settings as I previously had on an older schedule and the changes worked. No idea why this worked, but creating a new schedule with the exact same settings seems to have changed something for me in the past.Hope you get this figured out!
Robbie Funderburk 9 years ago Kent I have experienced that as well. Maybe doing an edit on the original is where the problem is?
Frank Grand 9 years ago I also have seen a lag from when you create a new schedule to when it shows up. Typically it's 5-10min.
Rock RMS 9 years ago Can you query the Schedules table ( through SQL ) and see if this schedule has an EffectiveEndDate value?
Matthew Meekins 9 years ago Sorry, I'm not well versed in SQL. Can you tell me what that query would be?
Rock RMS 9 years ago SELECT * FROM [Schedule]You can run that query either from SQL Query Analyzer, or from inside of Rock using the 'Admin Tools > Power Tools > SQL Command' page.