[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference pamsrc::objectbroker

Title:ObjectBroker - BEA Systems' CORBA
Notice:See note 3 for kits; note 5 for training; note 1134 for releases
Moderator:TLE::PARODId
Created:Tue Jul 11 1989
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1413
Total number of notes:6391

1363.0. "NO GUI for automatic Startup with OBB 2.7-11" by IBIS3::TALLURI () Fri Feb 07 1997 16:09

Hi,

Server on Windows NT 4.0
Client Windows NT 4.0 or 95
Object Broker version 2.7-11

Automatic startup is not working If I check
 Allow Service to interact with desktop

Client gets an error 
OBB_COM_UNKERRTXT(e), unknown error: The Parameter is incorrect

If I don't check 
Allow Service to interact with desktop

Application works fine but no GUI

Our server Application has GUI and it works well with OBB 2.6


Any help Appreciated
Thanks
Chandra
T.RTitleUserPersonal
Name
DateLines
1363.1Have you checked the NT applications event log?VAXCPU::michaudJeff Michaud - ObjectBrokerFri Feb 07 1997 21:300
1363.2Nothing logged in Application event LogIBIS3::TALLURISat Feb 08 1997 07:451
    
1363.3Autostart GUI app on WinNT not supportedREQUE::ctxobj.zko.dec.com::PatrickObjectBroker EngineeringMon Feb 10 1997 08:1419
ObjectBroker does not currently support starting a  GUI application
that writes to the desktop.  The reason for this is that it is not clear
whether the account under which the application is to be started 
should be allowed direct access to the desktop.

Image your working on your workstation and suddenly someone else
does an invocation causing some application to take control of YOUR
workstation screen.  While this is what you probably do want if your
the one making the invocation, but may not be if you not the one.

We are investigating how to provide this level of control to the system
administrator since we can easily forsee customers wanting to do
this, but wanting to control what does and does not write to the screen.

Your suggestions would be welcomed



Paul Patrick
1363.4VAXCPU::michaudJeff Michaud - ObjectBrokerTue Feb 11 1997 00:427
> Your suggestions would be welcomed

	And the pointer to the suggestions notesfile is:

		Send::ObjectBroker_Suggestions

	(press SELECT or KP7 now)
1363.5REQUE::BOWERPeter Bower, ObjectBrokerSun May 25 1997 10:1427
    
    In order to interact with the desktop, the server must be in the
    administrator group. From the release notes of the next OBB
    version.
    

     In addition to adding this code to the server program, on Windows NT
     the ObjectBroker agent service must be allowed to interact with the
     desktop.  To enable this interaction:

     1.  In the Control Panel, double-click on Services.

     2.  In the Services window, locate and double-click on ObjectBroker
         for Windows NT.

     3.  In the Service window, click on Allow Service to Interact with
         Desktop; click on OK.

     4.  In the Services window, while ObjectBroker is highlighted, clock
         on Stop and then click on Start, to restart the ObjectBroker agent
         service.

     5.  Verify that the user who is autostarting the server is in the
         Administrators group.