jeffersyuan
23rd June 2017, 14:45
Hi, all,


For the current business environment, it seems the performance issue still no improve.

At the hardware side, more and more power hardware used. Still no big improve.

ltittle result I got asfollowing
The baan does not support.batch update. For instance, if you want to update many records, in baan, you can select them and update them one by one. It is a good example like the mapping in finance module.

The other is the code quality is awful. For example, in one ui or dll, there had been used select statement, in the loop, it called other dll, it is very strange that in the dll, it used the select statement again. Even sometimes, they does not use variables to store the value instead to use select statement record by record. A good example is generate the HU during the receipt process.

The above is what I found as so far.
Any one have comments on it?

Thanks
jeffers

mark_h
23rd June 2017, 14:51
Like any coders even infor coders make mistakes. Early one with our 4c4 system baan support would provide us with debug objects - we worked with them on several occasions to improve the code. In one or 2 cases they actually used what we provided them. If you own source you can improve it yourself and see if they are interested. The problem becomes if they do not incorporate the changes then future service packs will over write it. I think in one case we bought the code since they did not fix their code.

jeffersyuan
25th June 2017, 07:08
That is true. One thing is not everybody have the source code, so it is not easy to find tbe problem or bugs. And the other is even found the problem, they are not interested to improve it.
:mad:

Jeffers