GeraintJones
9th June 2008, 08:13
Hi all

i am testing the upgrade to FP3, and all was going well until i hit this error :

2008-06-09[17:08:50(UTC-12:00)]:E:geraintj: ******* S T A R T of Error message *******
2008-06-09[17:08:50(UTC-12:00)]:E:geraintj: Log message called from /BAAN/view/port.8.4b/vobs/tt/bdb_tools/bdb_reconfig.c: #1824 keyword: Create Dump
2008-06-09[17:08:50(UTC-12:00)]:E:geraintj: Pid 22052 Uid 539 Euid 539 Gid 500 Egid 500 Pset geraintj@ssa-erp:22052
2008-06-09[17:08:50(UTC-12:00)]:E:geraintj: user_type S language 2 user_name geraintj tty ote locale ISO88591/NULL
2008-06-09[17:08:50(UTC-12:00)]:E:geraintj: Errno 13 (Permission denied) bdb_errno 0
2008-06-09[17:08:50(UTC-12:00)]:E:geraintj: Log_mesg: Cannot create dump file './R.ttaad500000' (error 0)
2008-06-09[17:08:50(UTC-12:00)]:E:geraintj: ******* E N D of Error message *******


Now its an error 13 - permission denied - this in itself should be easy to fix

the problem i am having is that i cant find where it is trying to create the file as ./ isnt really helpful

Anyone have any ideas ??

jclju1
9th June 2008, 09:44
Normally application creates such files (R.*) on directory $BSE/tmp. Check your variables $BSE and $BSE_TMP.

Kozure Ohashi
9th June 2008, 11:21
Looks like, LN tries to create this file in your homedirectory.


/home/geraintj/

Please check permissions.

Regards,

Kozure

GeraintJones
10th June 2008, 10:59
thank you very much

i didnt think about ~/ as usually i ave found baan does all its work in $BSE/

Learn somthing new everyday ;-)