I am trying to change company address in GL10.1 and it hangs with an hourglass. it's happening both in LID and portal. Any suggestions? it happening to everyone.
No, we don't use the journal book, so I have no idea why it's hanging with that script. I just double checked the JBKSEQNBR table and we have absolute no entry in the table also. I can get in GL10 fine and make inquires. But I can't change any data in my companies without an endless hourglass. Any suggestion would be appreciated. Thanks.
How big can GLMASTER table be? What's the limit of Lawson? I think my GLMASTER is so big from implementing the new chart of accounts because of state requirements...
My old GLMASTER is roughly 58,000 rows big...
My new GLMASTER is roughly 275 millions rows big...
Apparently GL10.1 timed out from that huge GLMASTER table. After I shrunk it down to 1 company (for testing), the GL10 works again.
So what's the limitation for Lawson for GLMASTER table?
Thanks.
Yes, I have a LIS case going with Lawson for this problem. No solution so far.
I got curious and started to unload all the company and load them back in one by one and do timer on the runtime.
With around 100k rows in GLMASTER, processing time is instant in GL10.
With around 7 millions rows in GLMASTER, processing time is roughly 1-2 minutes in GL10.
I am adding another 50 millions rows in GLMASTER now, and if what I expect is true, the runtime is gonna be pathetic.
Is there anyway to bypass the excessive runtime just in case this turned out to be true?
I am still having problem with GL10. The followings are my findings so far:
GLMASTER rowcount/runtime
100krows/instant
8millionsrows/1-3minutes
62millionsrows/40-60minutes
114millionsrows/3hours-3hours30minutes
(I have 275millions rows total for GLMASTER)
=========================================
I have set up animator to see what GL10 is doing.
And it's sitting at FINDBLTDB processing the data. The SQL 2005 activity monitor shows the physical IO are constantly increasing, thus, it's not hanging.
Any advise?
I think I have found the the cause of problem.
With the same database backup image.
SQL 2000 - runs fine
SQL 2005 - really slow (eventually it runs through) with GL10, PR295 so far, all the other runs much faster with improved hardware.
Our conversion process use the typical backup/restore function. Rebuild index and update statistic etc.
On the lawson app server, we installed native client and management studio and configured alias to access the SQL 2005 server.
Under our LAWDIR/productline/MICROSOFT we made the changes to DBSERVER and DBNAMES according to lawson support document.
I have rebuilt the database index and updated statistic.
Somewhere is not ok it seems... what am i missing? 8.0.3.7.286 is the built of the environment which should support SQL 2005...