From: " ctacke/>" on 20 Sep 2006 08:25 Post to the Platform Builder newsgroup. Give a list of everything you've tried so you don't have to rehash any of it. -Chris "Bob Hanson" <BobHanson(a)discussions.microsoft.com> wrote in message news:2CE6A337-8B6C-4E57-9A03-9253B4EFB6F5(a)microsoft.com... > Hello CHris, > > I did try the MSMQadm start command and I get unknown error. > > I did post on the emulator forum to find our if there is an issue with > doing > this on the Arm 4VI V2 CTP emulator. > > Thanks for anything else you can think of :) > > -- > Bob Hanson > Senior Solutions Developer > > > > "<ctacke/>" wrote: > >> Error 0x435 == 'The service cannot accept control messages at this time.' >> >> Have you tried runnign the MQ Admin stuff? There's something weird going >> on - like MSMQ is starting, but not fully up yet. I'm running out of >> ideas. >> You've got all QFEs applied? >> >> >> -- >> Chris Tacke >> OpenNETCF Consulting >> Managed Code in the Embedded World >> www.opennetcf.com >> -- >> >> >> >> "Bob Hanson" <BobHanson(a)discussions.microsoft.com> wrote in message >> news:57C0B092-9394-4999-B55A-0004C20F3FA2(a)microsoft.com... >> > Hello Chris, >> > >> > Thanks for your reply. >> > >> > I followed the steps that you had mentioned and everything was there. >> > When >> > I >> > tried the Services List from the command line, the MMQ1: was listed. >> > When >> > I >> > tried to start the Service using Services Start MMQ1: I still get the >> > Operation failed. Error Code 0x00000425. >> > >> > I am running this on the V2 Arm Emulator CTP and when trying the telnet >> > service, I have no problem so I did verify a working network. >> > >> > Thanks again for your help :) >> > -- >> > Bob Hanson >> > Senior Solutions Developer >> > >> > >> > >> > "<ctacke/>" wrote: >> > >> >> Check the release directory. First thing I'd look at it ce.bib to >> >> ensure >> >> that everything is set up properly. I'd probably also look at what >> >> the >> >> UI >> >> says the SYSGEN variable is for MSMQ and make sure it is in the ce.bib >> >> file >> >> and that something lies in between that variable pair. If nothing is >> >> there, >> >> then it wasn't set during the build process. If there are items, then >> >> you >> >> know the binaries did get included in your build. >> >> >> >> If the binaries were included, then go look in reginit.ini and do the >> >> same >> >> thing - see if the sysgen veriable was set and the MSMQ settings got >> >> included. >> >> >> >> If that's all working, I'd do another makeimg and burn the image to >> >> flash, >> >> verifying the write occurred properly and that the image running is >> >> indeed >> >> the one built. >> >> >> >> If that all worked, I'd then check the services from the command line >> >> and >> >> see that MSMQ is available. I'd start it from there too. >> >> >> >> Once that was all done, I'd then run a very simple test app that >> >> creates >> >> a >> >> local queue and does TxRx. >> >> >> >> >> >> -- >> >> Chris Tacke >> >> OpenNETCF Consulting >> >> Managed Code in the Embedded World >> >> www.opennetcf.com >> >> -- >> >> >> >> >> >> >> >> "Bob Hanson" <BobHanson(a)discussions.microsoft.com> wrote in message >> >> news:2A77CB36-5CA6-419A-BEF8-B260C7E323F7(a)microsoft.com... >> >> >I used set sysgen to verify that my build had MSMQ included. I had >> >> >also >> >> >added >> >> > Telnet and I needed to add reg settings for that to start up in PB 5 >> >> > as >> >> > well. >> >> > >> >> > If there is something else I should be using to verify that a >> >> > catalog >> >> > item >> >> > was added to my build, please let me know. >> >> > >> >> > Thanks again for your help :) >> >> > >> >> > -- >> >> > Bob Hanson >> >> > Senior Solutions Developer >> >> > >> >> > >> >> > >> >> > "<ctacke/>" wrote: >> >> > >> >> >> If they are outright missing, I question whether MSMQ is in the >> >> >> build. >> >> >> Adding the component to the build should put them in >> >> >> automatically - >> >> >> though >> >> >> not always with the values you may desire. >> >> >> >> >> >> >> >> >> -- >> >> >> Chris Tacke >> >> >> OpenNETCF Consulting >> >> >> Managed Code in the Embedded World >> >> >> www.opennetcf.com >> >> >> -- >> >> >> >> >> >> >> >> >> "Bob Hanson" <BobHanson(a)discussions.microsoft.com> wrote in message >> >> >> news:3E9329AF-44E0-440A-866D-8470C863BDC0(a)microsoft.com... >> >> >> > Hello Chris, >> >> >> > >> >> >> > This was more due to my lack of understnading in the Win CE 5.0 >> >> >> > world. >> >> >> > >> >> >> > The registry entries were missing to start the MSMQ process. >> >> >> > Thanks >> >> >> > for >> >> >> > your >> >> >> > help and patience :) >> >> >> > >> >> >> > -- >> >> >> > Bob Hanson >> >> >> > Senior Solutions Developer >> >> >> > >> >> >> > >> >> >> > >> >> >> > "<ctacke/>" wrote: >> >> >> > >> >> >> >> I've not checked, but are you sure the CE 5.0 emulator has the >> >> >> >> MSMQ >> >> >> >> server >> >> >> >> in it? Did you create a custom emulator image and integrate >> >> >> >> that? >> >> >> >> Have >> >> >> >> you >> >> >> >> looked at this: >> >> >> >> >> >> >> >> http://msdn.microsoft.com/library/en-us/wcemsmq/html/coconmsmqregistrykeys.asp?frame=true >> >> >> >> >> >> >> >> I think we're missing the big picture of your environment. >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> >> Chris Tacke >> >> >> >> OpenNETCF Consulting >> >> >> >> Managed Code in the Embedded World >> >> >> >> www.opennetcf.com >> >> >> >> -- >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> "Bob Hanson" <BobHanson(a)discussions.microsoft.com> wrote in >> >> >> >> message >> >> >> >> news:A78D583C-BE59-4BA6-B40E-9CAE2B96699E(a)microsoft.com... >> >> >> >> > Hello Chris, >> >> >> >> > >> >> >> >> > I do know that I added the component to the last build in >> >> >> >> > Platform >> >> >> >> > Builder >> >> >> >> > 5.0. >> >> >> >> > >> >> >> >> > I am sorry but I need to claim ignorance on how to start it on >> >> >> >> > the >> >> >> >> > Win >> >> >> >> > CE >> >> >> >> > 5.0 emulator. Your help is greatly appreciated. >> >> >> >> > >> >> >> >> > -- >> >> >> >> > Bob Hanson >> >> >> >> > Senior Solutions Developer >> >> >> >> > >> >> >> >> > >> >> >> >> > >> >> >> >> > "<ctacke/>" wrote: >> >> >> >> > >> >> >> >> >> So MSMQ is in the device. Y
From: Bob Hanson on 20 Sep 2006 11:20 Thanks for your suggestions Chris. I have posted to that forum so I will see what comes back. Thanks again for you replies and patience :) -- Bob Hanson Senior Solutions Developer "<ctacke/>" wrote: > Post to the Platform Builder newsgroup. Give a list of everything you've > tried so you don't have to rehash any of it. > > -Chris > > > "Bob Hanson" <BobHanson(a)discussions.microsoft.com> wrote in message > news:2CE6A337-8B6C-4E57-9A03-9253B4EFB6F5(a)microsoft.com... > > Hello CHris, > > > > I did try the MSMQadm start command and I get unknown error. > > > > I did post on the emulator forum to find our if there is an issue with > > doing > > this on the Arm 4VI V2 CTP emulator. > > > > Thanks for anything else you can think of :) > > > > -- > > Bob Hanson > > Senior Solutions Developer > > > > > > > > "<ctacke/>" wrote: > > > >> Error 0x435 == 'The service cannot accept control messages at this time.' > >> > >> Have you tried runnign the MQ Admin stuff? There's something weird going > >> on - like MSMQ is starting, but not fully up yet. I'm running out of > >> ideas. > >> You've got all QFEs applied? > >> > >> > >> -- > >> Chris Tacke > >> OpenNETCF Consulting > >> Managed Code in the Embedded World > >> www.opennetcf.com > >> -- > >> > >> > >> > >> "Bob Hanson" <BobHanson(a)discussions.microsoft.com> wrote in message > >> news:57C0B092-9394-4999-B55A-0004C20F3FA2(a)microsoft.com... > >> > Hello Chris, > >> > > >> > Thanks for your reply. > >> > > >> > I followed the steps that you had mentioned and everything was there. > >> > When > >> > I > >> > tried the Services List from the command line, the MMQ1: was listed. > >> > When > >> > I > >> > tried to start the Service using Services Start MMQ1: I still get the > >> > Operation failed. Error Code 0x00000425. > >> > > >> > I am running this on the V2 Arm Emulator CTP and when trying the telnet > >> > service, I have no problem so I did verify a working network. > >> > > >> > Thanks again for your help :) > >> > -- > >> > Bob Hanson > >> > Senior Solutions Developer > >> > > >> > > >> > > >> > "<ctacke/>" wrote: > >> > > >> >> Check the release directory. First thing I'd look at it ce.bib to > >> >> ensure > >> >> that everything is set up properly. I'd probably also look at what > >> >> the > >> >> UI > >> >> says the SYSGEN variable is for MSMQ and make sure it is in the ce.bib > >> >> file > >> >> and that something lies in between that variable pair. If nothing is > >> >> there, > >> >> then it wasn't set during the build process. If there are items, then > >> >> you > >> >> know the binaries did get included in your build. > >> >> > >> >> If the binaries were included, then go look in reginit.ini and do the > >> >> same > >> >> thing - see if the sysgen veriable was set and the MSMQ settings got > >> >> included. > >> >> > >> >> If that's all working, I'd do another makeimg and burn the image to > >> >> flash, > >> >> verifying the write occurred properly and that the image running is > >> >> indeed > >> >> the one built. > >> >> > >> >> If that all worked, I'd then check the services from the command line > >> >> and > >> >> see that MSMQ is available. I'd start it from there too. > >> >> > >> >> Once that was all done, I'd then run a very simple test app that > >> >> creates > >> >> a > >> >> local queue and does TxRx. > >> >> > >> >> > >> >> -- > >> >> Chris Tacke > >> >> OpenNETCF Consulting > >> >> Managed Code in the Embedded World > >> >> www.opennetcf.com > >> >> -- > >> >> > >> >> > >> >> > >> >> "Bob Hanson" <BobHanson(a)discussions.microsoft.com> wrote in message > >> >> news:2A77CB36-5CA6-419A-BEF8-B260C7E323F7(a)microsoft.com... > >> >> >I used set sysgen to verify that my build had MSMQ included. I had > >> >> >also > >> >> >added > >> >> > Telnet and I needed to add reg settings for that to start up in PB 5 > >> >> > as > >> >> > well. > >> >> > > >> >> > If there is something else I should be using to verify that a > >> >> > catalog > >> >> > item > >> >> > was added to my build, please let me know. > >> >> > > >> >> > Thanks again for your help :) > >> >> > > >> >> > -- > >> >> > Bob Hanson > >> >> > Senior Solutions Developer > >> >> > > >> >> > > >> >> > > >> >> > "<ctacke/>" wrote: > >> >> > > >> >> >> If they are outright missing, I question whether MSMQ is in the > >> >> >> build. > >> >> >> Adding the component to the build should put them in > >> >> >> automatically - > >> >> >> though > >> >> >> not always with the values you may desire. > >> >> >> > >> >> >> > >> >> >> -- > >> >> >> Chris Tacke > >> >> >> OpenNETCF Consulting > >> >> >> Managed Code in the Embedded World > >> >> >> www.opennetcf.com > >> >> >> -- > >> >> >> > >> >> >> > >> >> >> "Bob Hanson" <BobHanson(a)discussions.microsoft.com> wrote in message > >> >> >> news:3E9329AF-44E0-440A-866D-8470C863BDC0(a)microsoft.com... > >> >> >> > Hello Chris, > >> >> >> > > >> >> >> > This was more due to my lack of understnading in the Win CE 5.0 > >> >> >> > world. > >> >> >> > > >> >> >> > The registry entries were missing to start the MSMQ process. > >> >> >> > Thanks > >> >> >> > for > >> >> >> > your > >> >> >> > help and patience :) > >> >> >> > > >> >> >> > -- > >> >> >> > Bob Hanson > >> >> >> > Senior Solutions Developer > >> >> >> > > >> >> >> > > >> >> >> > > >> >> >> > "<ctacke/>" wrote: > >> >> >> > > >> >> >> >> I've not checked, but are you sure the CE 5.0 emulator has the > >> >> >> >> MSMQ > >> >> >> >> server > >> >> >> >> in it? Did you create a custom emulator image and integrate > >> >> >> >> that? > >> >> >> >> Have > >> >> >> >> you > >> >> >> >> looked at this: > >> >> >> >> > >> >> >> >> http://msdn.microsoft.com/library/en-us/wcemsmq/html/coconmsmqregistrykeys.asp?frame=true > >> >> >> >> > >> >> >> >> I think we're missing the big picture of your environment. > >> >> >> >> > >> >> >> >> > >> >> >> >> -- > >> >> >> >> Chris Tacke > >> >> >> >> OpenNETCF Consulting > >> >> >> >> Managed Code in the Embedded World > >> >> >> >> www.opennetcf.com > >> >> >> >> -- > >> >> >> >> > >> >> >> >> > >> >> >> >> > >> >> >> >> "Bob Hanson" <BobHanson(a)discussions.microsoft.com> wrote in > >> >> >> >> message > >> >> >> >> news:A78D583C-BE59-4BA6-B40E-9CAE2B96699E(a)microsoft.com... > >> >> >> >> >
First
|
Prev
|
Pages: 1 2 3 4 5 Prev: Use of keybd_event for some characters Next: GetDelegateForFunctionPointer |