ujjval090683
Programmer
I have created code which uses Database query and LAPI(Livelink 9.5) to retrive the Document information. For single LAPI call I am facing performance issue. Initially I had Livelink and Oracle in same machine for testing my code, it was working fine.
Now, I have installed Livelink and Oracle in different machine. But they are at same geographic location network. Trying to run code from another machine in same netwrok. But I am getting major issues in performance
What can be the reason? When I see the logs, For database query it is not taking long time, but for LAPI calls for retriving version information like "listVersions" "FetchVersions" calls, it is taking more than a minue for single call.
I checked the network speed, that is perfectly fine, I checked the CPU usage and memeory, everythign looks fine to me. What can be done in this case? How can I incease performance? Any tuning is required? Database is also indexed.....
Now, I have installed Livelink and Oracle in different machine. But they are at same geographic location network. Trying to run code from another machine in same netwrok. But I am getting major issues in performance
What can be the reason? When I see the logs, For database query it is not taking long time, but for LAPI calls for retriving version information like "listVersions" "FetchVersions" calls, it is taking more than a minue for single call.
I checked the network speed, that is perfectly fine, I checked the CPU usage and memeory, everythign looks fine to me. What can be done in this case? How can I incease performance? Any tuning is required? Database is also indexed.....