cancel
Showing results for 
Search instead for 
Did you mean: 

ADDON VERY SLOW on 64 bits server

bruno_peyron
Active Participant
0 Kudos

Hello All,

I've recently upgraded a DEV instance of a SAP BUSINESS ONE system from SQL 2000 32 bit to SQL 2005 on a x64 bit machine. Since doing this, when i add a new button by SDK, the loading time of my form is multiply by 100 !!!

12 ms on a 32 bits server and now 1,2 s.

Regards,

Accepted Solutions (0)

Answers (4)

Answers (4)

bruno_peyron
Active Participant
0 Kudos

Hi

I'm shoot f-secure antivirus and it's work fine.

bruno_peyron
Active Participant
0 Kudos

My addon's is compiled into the correct version if it could not run

Have you tried to execute a same addon with a 32bits server and a 64 bits server

i make a addon who add only a button on the activity form

on 32 bits server, the form load on 32 ms

on 64 bits server, the form load on 1, 2 s !!!

Why this differrents ?

Trinidad
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Bruno,

In order to solve the performances problem for addons running in 64 bits machines you need to recompile the addon specifying target CPU = x86. Please read the message I pointed you explaining how to do it, they had the same problems you have before recompiling.

There are other threads in this forum also talking about the same problem, just do a search on it.

Regards

Trinidad.

Trinidad
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Bruno,

Have you tried to recompile your addon with the specific option target CPU = x86???

There are several messages in SDN talking about this topic, a search with "64 bits" will give you many threads talking about possible reasons.

The main one is the following at

Hope it helps

Trinidad.

Former Member
0 Kudos

HI,

Compile you application x64/x86 only in Visual Studio 2005. Itwill be so much faster....

Application Properties / Build tab / Platform target: x64 or x86

Regards,

J.