Assuming that the design is targeted to SC/SCM and the top level is VHDL that instantiates a PLL in Verilog.
ovi_sc is the Verilog library and sc is the library for VHDL.
If -L sc is being used, the PLL will try to match a Verilog parameter to a VHDL generic at the top level and they may be incompatible. Hence using -L ovi_sc instead, will help to get rid of the error message.