-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.1.3 Rdlogedit: "log contains one or more carts that are invalid for the selected service" #947
Comments
Yes, nearly every time I open a log in rdlogedit it gives this message and I ignore it. I have not seen the replication of services that I recall. . |
I have now run across an example where some tracks from a specific group were marked invalid (pink shading, not red) and they would not play. Yet these carts were from the one and only production group. After experimenting with new groups and moving carts from group to group, I got it to work again. However I cannot replicate the exact process to get the carts marked as production group once again (in the GUI). The database always had the group marked as Production. There are no other services. |
I found an extra entry in table RDLOGEDIT and deleted it. That resolved the pink shading on carts belonging to a new group. The "log contains carts... invalid for the selected service" message still appears, but now all carts can be edited ok. select * from RDLOGEDIT; |
The basic feature going on here is the ability to associate a Group with one or more Services. If a Group is not associated with a given Service, then it will not included in searches from the 'Add Cart' dialog in the on-air tools (RDAirPlay, RDPanel, etc). The warning and purple highlighs in RDLogEdit are merely an indicator that the given log contains carts that belong to a Group that is not listed as being one of the active services for that group. Those settings can be managed by editing the Group in question in RDAdmin and changing the 'Active Services' list.
I agree. There should be only one record per host ("STATION") in that table. |
The original issue remains: When opening a day's log in rdlogedit, it displays in a separate window: Invalid carts There is only one service: "production". There never has been another. All Groups have Production as an active service. None of the carts are marked/colored as invalid. Only the duplicate entry in RDLOGEDIT table was resolved. |
Fair enough. Any chance of getting a copy of your DB? |
I will try to create a trimmed down version that still triggers the behavior. |
4.1.3 running for weeks, when this suddenly started:
When opening a day's log in rdlogedit, it displays in a separate window:
There is only one service: "production". There never has been another.
Another symptom appeared on one of the workstations: in rdlogedit Service pulldown box, there were several services: all "production". a reboot cleared that (back to one service). Rebooting the main system did not clear the "invalid carts" error.
I captured the queries during the opening process, then did some manual queries, but did not find any clues yet. Any pointers on what to look for in the database would be appreciated.
Has anyone else seen this error for a single-service system?
The text was updated successfully, but these errors were encountered: