Consultor Eletrônico



Kbase P99975: Message1466, error 2 (Oracle DSV)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

Oracle DataServer

SYMPTOM(s):

SYSTEM ERROR: Unable to convert foreign database date. Error= (1466)


SYSTEM ERROR: Unable to convert foreign database date. Error=2 (1466)

Following code triggering the error


FIND FIRST <table> EXCLUSIVE-LOCK.
ASSIGN Period = 99999999.
ASSIGN <date_column> = TODAY + Period.

CAUSE:

The resulting date is out of range

FIX:

Reduce the value of "period"