473,781 Members | 2,280 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

some arbitrary application ids in "db2 list applications"

Hi,

When i do a "db2 list applications", i get the required applications
with their ip addresses.

However, some of the application Ids are ip addresses while some
application Ids are arbitrary(like GA500A2B.K105.0 14AC7050331) and of
the form "GA500%'.

Can somebody explain what are these indifferent application ids?

Also, i want to find out the ip address of the machine is running
these applications(be cause some of the locks are being caused because
of that application id).

Thanks

Rahul

Aug 28 '07 #1
4 2433
On Aug 28, 10:32 am, Rahul B <rahul.babb...@ gmail.comwrote:
Hi,

When i do a "db2 list applications", i get the required applications
with their ip addresses.

However, some of the application Ids are ip addresses while some
application Ids are arbitrary(like GA500A2B.K105.0 14AC7050331) and of
the form "GA500%'.

Can somebody explain what are these indifferent application ids?

Also, i want to find out the ip address of the machine is running
these applications(be cause some of the locks are being caused because
of that application id).

Thanks

Rahul
Hi,

I have found out the cause of it.
It seems we were accessing the application through some alias given to
the machine.
Further,
"db2 get snapshot for application applid <application_id >" was also
helpful in finding the actual ip address.
Rahul

Aug 28 '07 #2
Rahul B wrote:
Hi,

When i do a "db2 list applications", i get the required applications
with their ip addresses.

However, some of the application Ids are ip addresses while some
application Ids are arbitrary(like GA500A2B.K105.0 14AC7050331) and of
the form "GA500%'.

Can somebody explain what are these indifferent application ids?
The DRDA protocol does not allow application IDs to start with a digit
(0-9). Therefore, all digits in the first character are mapped to the
letters G thru P.
Also, i want to find out the ip address of the machine is running
these applications(be cause some of the locks are being caused because
of that application id).
You may want to have a look here:
http://www.ibm.com/developerworks/db...ein/index.html

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Aug 28 '07 #3
On Aug 28, 10:21 pm, Knut Stolze <sto...@de.ibm. comwrote:
Rahul B wrote:
Hi,
When i do a "db2 list applications", i get the required applications
with their ip addresses.
However, some of the application Ids are ip addresses while some
application Ids are arbitrary(like GA500A2B.K105.0 14AC7050331) and of
the form "GA500%'.
Can somebody explain what are these indifferent application ids?

The DRDA protocol does not allow application IDs to start with a digit
(0-9). Therefore, all digits in the first character are mapped to the
letters G thru P.
Also, i want to find out the ip address of the machine is running
these applications(be cause some of the locks are being caused because
of that application id).

You may want to have a look here:http://www.ibm.com/developerworks/db...le/dm-0402gree...

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Knut,

It is the problem only with some application ids, rest all application
ids showed correct ip addresses.

Rahul

Aug 29 '07 #4
Rahul B wrote:
On Aug 28, 10:21 pm, Knut Stolze <sto...@de.ibm. comwrote:
>Rahul B wrote:
Hi,
When i do a "db2 list applications", i get the required applications
with their ip addresses.
However, some of the application Ids are ip addresses while some
application Ids are arbitrary(like GA500A2B.K105.0 14AC7050331) and of
the form "GA500%'.
Can somebody explain what are these indifferent application ids?

The DRDA protocol does not allow application IDs to start with a digit
(0-9). Therefore, all digits in the first character are mapped to the
letters G thru P.
It is the problem only with some application ids, rest all application
ids showed correct ip addresses.
If the first digit (first 4 bits) is 0 thru 9, it is mapped to G thru P. If
the first 4 bits already represent a letter A thru F, then no such mapping
is necessary. Therefore, some IP addresses are already correct while some
have to be mapped back - depending on the first letter.

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Aug 29 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
4400
by: Dmitri | last post by:
Hi there, Does anybody know what is DB2 UDB admin API equivalent to "db2 terminate" command? Some background: I'm developing monitoring application(http://chuzhoi_files.tripod.com). I want to be able to specify a node number during attachment, so I'm using sqlesetc (API for "set client attach_dbpartitionum" command). If user specifies an incorrect node number, DB2 will fail with something like:
1
7358
by: LazyAnt | last post by:
Does DB2 process "ALL" subquery by "nested iteration" strategy, or using its own special algorithm? For example, assume r(A, B, C) and s(D, E, F) are two relations, consider the following query: Q1: select r.* from r where r.A> 5 and r.C > all (select s.D from s
6
7526
by: Patrick A | last post by:
All - I have the following in the Field row of a column in a query that runs fine against a local table: MSA: InStr(!!,!) I'm now trying to run the query against a linked DB2 table. I get a "Connection Failed" error.
3
2060
by: dencdr | last post by:
Hi, I have an application VB.NET (using Form Win32) with no icon in TaskBar. When a FORM of this application is visible I see this application in the list of "Alt+Tab" choice. How do for this application does not appear in this list when a FORM is visible ?
0
1685
by: wxqun | last post by:
I'm try tuning a SELECT statement which is used by a Cognos cube on a DB2 V7.2 +FP13. After I did the tuning, the "dynexpln" shows the "total cost" is down to 8214567 from 37345265, also I try to run the SQL in the cmd line, it now only took several minutes to return about 50M rows instead of +10 hours. The cube is re-built after the tuning, and I could see the same SQL running by "get snapshot for application.." , also the "list...
0
2193
by: wxqun | last post by:
I'm trying tuning a SELECT statement which is used by a Cognos cube on a DB2 V7.2 +FP13. After I did the tuning, the "dynexpln" shows the "total cost" is down to 8214567 from 37345265, also I try to run the SQL in the cmd line, it now only took several minutes to return about 50M rows instead of +10 hours. The cube is re-built after the tuning, and I could see the same SQL running by "get snapshot for application.." , also the "list...
7
4979
by: Rob | last post by:
In a previous thread, I was asking about setting up my global.aspx which inherits System.Web.HttpApplication. This is where there are the event handlers like: Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs) Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs) In this file I've got: Private WithEvents ApplicationTimer As System.Timers.Timer ' used to
2
1739
by: =?Utf-8?B?QWxleCBNYWdoZW4=?= | last post by:
I want to be able to place ASP.NET applications inside each other (nested). The idea would be that I want to be able to have a docroot that contains the normal Web.config and App_Code directory, etc. But then, under that docroot, I'd like to be able to have the following: 1. Some kinf of ability to refer to paths to objects using the "~" notation - or something like it, but being able to decide wheher I want to reference the actual...
1
2338
by: Kozy | last post by:
Hello everyone, I have a problem with federation between Oracle and DB2. Once every few weeks my DB2 federation request "dies". What happens is DB2 thinks it is still geting information from oracle, but on Oracle there is nothing executing. This connection then stays active for undefined amount of time ( 5 days was the last accurance). Killing the process doesnt work, all I can do to remove it is to restart the server. Db2stop force...
0
9474
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10306
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10139
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10075
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9931
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8961
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6727
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.