PDA

View Full Version : Idebug user message queue issue



Matt.Tyler
05-15-2002, 08:06 AM
I have tried several times to debug a program and each time I get a message that my user profile message queue is allocated to another job (duh, I'm signed on to a 400 terminal session). The debugger will not continue on after the message appears. -- Thanks, Matt Tyler mattt@wincofoods.com

Xuan Chen
05-17-2002, 07:37 AM
Matt, This is a known problem, and we will fix it in next release. For right now, you need to try to start debug again. Usually, you will not get it for the next try :). Matt Tyler wrote: > I have tried several times to debug a program and each time I get a message > that my user profile message queue is allocated to another job (duh, I'm > signed on to a 400 terminal session). The debugger will not continue on > after the message appears. > > -- > Thanks, > Matt Tyler > mattt@wincofoods.com > > > > > >

Matt.Tyler
05-17-2002, 07:56 AM
Unfortunately, I get it many times in a row, even if I close the debugger and re-start. I'll wait for the fix. The old reliable green screen debugger is still working just fine. "Xuan Chen" <xuanchen@ca.ibm.com> wrote in message news:3CE523D3.5040006@ca.ibm.com... > Matt, > > This is a known problem, and we will fix it in next release. > > For right now, you need to try to start debug again. Usually, you will > not get it for the next try :). > > > Matt Tyler wrote: > > > I have tried several times to debug a program and each time I get a message > > that my user profile message queue is allocated to another job (duh, I'm > > signed on to a 400 terminal session). The debugger will not continue on > > after the message appears. > > > > -- > > Thanks, > > Matt Tyler > > mattt@wincofoods.com > > > > > > > > > > > > >

Guest.Visitor
05-17-2002, 08:57 AM
I stuck a fish in my ear and understood "Matt Tyler" <mattt@wincofoods.com> to say: > Unfortunately, I get it many times in a row, even if I close the > debugger and re-start. I'll wait for the fix. The old reliable green > screen debugger is still working just fine. > > "Xuan Chen" <xuanchen@ca.ibm.com> wrote in message > news:3CE523D3.5040006@ca.ibm.com... >> Matt, >> >> This is a known problem, and we will fix it in next release. >> >> For right now, you need to try to start debug again. Usually, you >> will not get it for the next try :). >> >> >> Matt Tyler wrote: >> >> > I have tried several times to debug a program and each time I get a > message >> > that my user profile message queue is allocated to another job >> > (duh, I'm signed on to a 400 terminal session). The debugger will >> > not continue on after the message appears. >> > >> > -- >> > Thanks, >> > Matt Tyler >> > mattt@wincofoods.com >> > Following a post from the archives, here's what I did: ENDDBGSVR ENDPJ SBS(QSYSWRK) PGM(Q5BWHSRV) OPTION(*IMMED) STRDBGSVR That seemed to work for me. Then just follow the instructions found in http://archive.midrange.com/code400-l/200111/msg00129.html Dave (In the middle of debugging right now...)