On Wednesday 18 December 2013 15:44:58 Mark Rotteveel wrote:
>
> I don't think they should. Most of the isc_info_ items without svc in
> their name are part of the information request or response block (eg using
> isc_database_info()).
>

Mark, 

these all work...

  fbsvcmgr service_mgr user sysdba password masterkey info_get_env
  fbsvcmgr service_mgr user sysdba password masterkey info_get_env_lock
  fbsvcmgr service_mgr user sysdba password masterkey info_get_env_msg
  fbsvcmgr service_mgr user sysdba password masterkey info_version
  fbsvcmgr service_mgr user sysdba password masterkey info_server_version
  fbsvcmgr service_mgr user sysdba password masterkey info_implementation
  fbsvcmgr service_mgr user sysdba password masterkey info_user_dbpath
  fbsvcmgr service_mgr user sysdba password masterkey info_svr_db_info

These ought to work in exactly the same way...

  fbsvcmgr service_mgr user sysdba password masterkey info_get_config
  fbsvcmgr service_mgr user sysdba password masterkey info_limbo_trans
  fbsvcmgr service_mgr user sysdba password masterkey info_timeout
  fbsvcmgr service_mgr user sysdba password masterkey info_running
  fbsvcmgr service_mgr user sysdba password masterkey info_capabilities
  fbsvcmgr service_mgr user sysdba password masterkey info_get_users
  fbsvcmgr service_mgr user sysdba password masterkey info_timeout

This should return something even if it is not very useful:

  fbsvcmgr service_mgr user sysdba password masterkey info_get_license

This I accept should NOT work on its own:

  fbsvcmgr service_mgr user sysdba password masterkey info_line

This I'm not sure about:

  fbsvcmgr service_mgr user sysdba password masterkey info_stdin


But in all cases the ones that don't work throw an unknown switch error which 
is less than helpful. If the switch is a valid switch (which according to the 
documentation these are valid) then the error should indicate what is 
wrong - 'switch invalid in the current context', or 'parameter missing'.

Again this doesn't work either:

  fbsvcmgr service_mgr user sysdba password masterkey action_get_fb_log

but it ought to. 


Paul
-- 
Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to