If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > db2 list applications return

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-20-06, 16:42
PKPChuck PKPChuck is offline
Registered User
 
Join Date: Sep 2006
Location: Columbus, OH
Posts: 64
db2 list applications return

DB2UDBEE 7.2 on AIX 5.2

This has become an annoying headache, every so often listing the applications fails to show any results, although I know their are apps connected. Looks like something is not properly refreshing. Is there a reason for this? And can you do anything about it?

db2 list applications
SQL1611W No data was returned by Database System Monitor. SQLSTATE=00000


Thanks,
Charlie
Reply With Quote
  #2 (permalink)  
Old 09-21-06, 02:17
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
list appl

if the command is not executed locally to the instance
first do : attach to nodename (where cataloged the databases) or instance name if on same machine
then : db2 list applications
otherwise the command is executed locally
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #3 (permalink)  
Old 09-21-06, 07:56
PKPChuck PKPChuck is offline
Registered User
 
Join Date: Sep 2006
Location: Columbus, OH
Posts: 64
This is occuring while I am running it on the local server of the instance.
Reply With Quote
  #4 (permalink)  
Old 09-21-06, 08:09
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
I have noticed this a number of times ... You will have to give a momentary gap and retry (build retry logic in your script).. I know it is annoying .. But lately I haven't come across this message as much as I used to do with V7

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #5 (permalink)  
Old 09-21-06, 08:57
jthakrar jthakrar is offline
Registered User
 
Join Date: Mar 2004
Posts: 46
The message just indicates that there are no connections/applications connected to any database in the instance.

It follows the IBM DB2 philosophy - make the messages as difficult as possible - to discourage learning of the DB2 ;-)

If you want to verify, the next time you get this message, connect to the database and then reissue the command, you will see your connection in the output and not this "annoying" message.
Reply With Quote
  #6 (permalink)  
Old 09-21-06, 09:29
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Jayesh,
Unless I have misunderstood the original poster's comment, the issue is that the message is returned even when applications are connected ...

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #7 (permalink)  
Old 09-21-06, 19:15
PKPChuck PKPChuck is offline
Registered User
 
Join Date: Sep 2006
Location: Columbus, OH
Posts: 64
Yes,

The problem is I know applications are connected, but when I run db2 list applications, I get nothing is connected. If I wait a couple minutes and run it again, it will show me all the apps connected. I'm not quite sure where "list applications" is getting its data from, but it looks like it occasionally isnt updated properly. I'm looking for a way to force it to update.

Thanks,
Charles
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On