SEQ related Error when restoring SQL server database

Hi
After I am restoring my SQL server database from one server to another, getting the following error in the 2nd server.

Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
Internal Exception: com.microsoft.sqlserver.jdbc.SQLServerException: There is already an object named 'SEQ_UN_DKGROUPPR' in the database.
Error Code: 2714
Call: create sequence SEQ_UN_DKGROUPPR as bigint increment by 1 start with 1 minvalue 0
Query: DataModifyQuery(sql="create sequence SEQ_UN_DKGROUPPR as bigint increment by 1 start with 1 minvalue 0")
	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) ~[org.eclipse.persistence.core-2.7.3-7-cuba.jar:na]

Any suggestions?