Amit_Jain
9th April 2009, 09:06
Dear board members

I am getting this strange error(refer attachment) while compiling report, The message says "repgen: Unexpected end of line at line 4 in file e:/baan/lib/defaults/db_resource ...." Can some body let me know the reason for this error and way to resolve it

Thanks

Kozure Ohashi
9th April 2009, 10:32
Please post your db_resource file.

Regards,

Kozure

Amit_Jain
9th April 2009, 11:03
Plz Find DB_resource file as attachment

Kozure Ohashi
9th April 2009, 12:31
Seems to be a missing value

session_timeout:n

n is in minutes.

Either you can set a value e.g. to 0 (no session_timeout) or you just delete this line.

session_timeout:0

In our BaaN IV c4 (Linux) db_resource file we have no entry for session_timeout.

Regards,

Kozure

Amit_Jain
9th April 2009, 12:40
Thanks a lot, I set the value to 0 and the problem was solved