Recent content by MissBee

  1. M

    Question How To Find Out Which Line Of Code Is Creating Lock

    Thanks for your help both :)! Ok, so basicly my issue is this that I can see we have share locks in the db and I'd like my report not just to tell the share locks but also report which code and line of code is doing that. I've done some steps in the background to improve the new code going live...
  2. M

    Question How To Find Out Which Line Of Code Is Creating Lock

    Hi all! I'd need some help with OE11.5 (and 11.6 at some instances). We have unfortunately some faulty transaction scopes and share locks created in our application. I'd need to trace which line of code and which program is generating these locks. Any tips for this - I remember we could do it...
  3. M

    Question How Do You Trace Locked Appserver Agents?

    Thank you Rob for your help :-)!
  4. M

    Question How Do You Trace Locked Appserver Agents?

    It's ok to use the stack trace when the lock is ongoing but I guess the idea of our developers is to catch these error issues after the error is gone already. And idea was to gather the appserver logs and analyze them afterwards...
  5. M

    Question How Do You Trace Locked Appserver Agents?

    Of course we usually don't need any quality checking tools, but for some reason I could use one now :( (it never goes same way as in the movies...) So far I've just used the command "kill -USR1 PID" but it looks like we could utilize something more developed now. So what kind of tools you use...
  6. M

    Question How Are You Publishing Your Changes To Live Environment?

    Just out of interest - what kind of tools are you using in new code deployment? Do you have some market tools which are doing the publishing or have you developed some tools yourself? How are you managing version control? Any clues how to deploy in different ways is more than welcome :-) The...
Top