Welcome to our Knowledge Base

Enter your search terms below.

Categories
< All topics
Print

Automatic update without function

Description of the problem

We have set up and performed an automatic update via the steadyPRINT Center. Subsequently, the steadyPRINT Agents on the affected Clients switched to the offline mode (the tray went grey), an Agent update, however, did not take place.

Solution

A possible cause of error might exist due to a problem when writing the current version into the database during the update routine. The subsequent review of the installed Agent version fails.
A subsequent correction can be made by running a SQL Statement.

Manual correction of the current steadyPRINT version in the database

UPDATE [PrinterMap].[dbo].[Updates]
SET [Version] = '5.1.1'
WHERE [Version] like '5.1.1%'

Note: In case the name of the steadyPRINT database is not PrinterMap, replace it respectively according to its name in the SQL statement above.

ID: 21680 | Zur deutschen Version

Was this article helpful?
0 out of 5 Stars
5 stars 0%
4 stars 0%
3 stars 0%
2 stars 0%
1 stars 0%
5
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
btnimage