JuanPa
15th August 2010, 23:49
Hi to all.

I've do a migration of Baan 5

Source:
Server 1: Windows 2003 Server SP2+SQL Server 2000 SP4+Baan5

Target:
Server 1: Windows 2003 Server R2 SP2+Baan5
Server 2: Windows 2003 Server R2 SP2+SQL Server 2000 SP4

I installed porting set 16.

The migration seem succefully because users can do all transactions without any problem but when I see event viewer.

It shows 2 errors every 5 minutes.

---1---
Env Bse (c:\windows\baan)
Prog rexecd file \general\lib\nw_1\bl_glob.c # 529
Keyword BaanLogin
Username system type S language 2
Process 0x14c0
ProcessSet SYSTEM@BAANLAIVE:5312
Lasterror 0
Errno 0
bdberrno 0
Message recv() failed, no timeout (0)

---2---
Env Bse (c:\windows\baan)
Prog rexecd file \general\nw\blogind.c # 632
Keyword HandleRequest()
Username system type S language 2
Process 0x14c0
ProcessSet SYSTEM@BAANLAIVE:5312
Lasterror 997 (Overlapped I/O operation is in progress.)
Errno 0
bdberrno 0
Message recv error


I tested antivirus, porting sets, windows task or another thing which may cause this problem!!.

Anything have any idea about the 5 minutes error ??

This error will corrupt database?

Thanks for advance.

dave_23
16th August 2010, 20:23
shouldn't corrupt the DB.

since it's blogin it looks like something's trying to connect.

Maybe you have a job that's supposed to start every 5 minutes? or monitoring software?

Dave

Han Brinkman
16th August 2010, 22:07
Check the technical notes of the portingset, does it support the used OS?

Another question: why do you use that old SQL version and the pretty old portingset release on a new server?

Regards,
Han

JuanPa
17th August 2010, 02:14
This messages are showed by Process Monitor (www.sysinternals.com) every 5 minutes (image attached).
Only messages that have a IP.

Baan is in production now without problems.

Customer says IP belong to a router :confused:

More information:

Windows 2003 Server R2 SP2
SQL Server 2000 SP4
Baan5c Sp14
Porting Set 7.1d.16

Thanks you !!.