Navision error (10500):

abhi24sainiabhi24saini Member Posts: 9
Hi all,

I am getting error while creating a new line Navision error (10500): The expression Integer cannot be type-converted to a Code value.

and when i lookup i am geeting error: System Error (999): Request Type RESOURCELIST did not exist. While i already create Resource List

Thanks
ABhishek

Comments

  • arcullarcull Member Posts: 191
    First, try to turn on debugger and see if it shows the code causing the problem. The error it self if in module 19, refers to #Err_DB_SegmentTimeMisMatch DB_Err(1050), which doesn't tell much, my gues is, it has to do something with some incompatibility between variables.
  • SogSog Member Posts: 1,023
    It might be that your automatic numbering has exceeded the max length of your Code field.
    for example: Primary Key field is Code[10], in No. Series it was made something like PK-1, start 1, end 999999999, increment 1. last line has pk PK-9999999 (this is 10 characters long)
    new line will have PK-10000000 (this is 11 characters long). This will cause an error because the PK value can't go in the PK field because it's to long.
    You might want to check if that is the reason which is causing this error.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
Sign In or Register to comment.