Author |
Message
|
Sam Uppu |
Posted: Tue Sep 29, 2009 12:38 pm Post subject: MQ Client libraries |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
Hi Guys,
We have some of our applications using MQ standard clients and others using copied client libraries.
How can we know if the application is using client libraries from installation path or copied client libraries?
Thanks |
|
Back to top |
|
 |
shashivarungupta |
Posted: Tue Sep 29, 2009 1:16 pm Post subject: Re: MQ Client libraries |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
Sam Uppu wrote: |
..How can we know if the application is using client libraries from installation path or copied client libraries?.. |
I dont think you would be able to track, that the used MQ Lib File(s) was/were being copied from the installation path or from the other location(s), until you have a monitoring script running which checks/logs the every step taken by the user once he/she enters in that server/location (MQ library).
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Sep 29, 2009 1:22 pm Post subject: Re: MQ Client libraries |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Sam Uppu wrote: |
How can we know if the application is using client libraries from installation path or copied client libraries?
|
In the same way your site controls how other components (like database clients) are installed and used.
There are many ways this can be achieved. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Tue Sep 29, 2009 1:24 pm Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
...for e.g.: a file ( say a.dll file) which was last modified on 01/08/2007 and was copied from the mq library to some xyz location on the windows server and then given to the application team to use it THEN it would carry the same last modified date with it where ever its been pasted/placed on. By that you won't be able to identify or differentiate. That I have tried on Windows.  _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Tue Sep 29, 2009 1:38 pm Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
Vitor is correct, when you are backtracking.. means copy of the some lib files was done under the change control and minute details such as name of the files, location copied from, location of files placed on etc. is/are mentioned there. You can find it out easily by the unique change control no.
{ If I got him correctly. } _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Sep 29, 2009 1:50 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
shashivarungupta wrote: |
{ If I got him correctly. } |
Pretty much. What I was getting at is there's going to be a site-specific method of providing/installing things like client libraries (or Microsoft Office!) on the machines on the site. From this comes the control mechanism of who has what version of which, and of course who needs what patch/upgrade. There's nothing in WMQ to do this sort of tracking any more than there's anything in DB2 or Microsoft Office.
This is how people make money selling software that controls such things. Trying to reverse engineer the position after the event is notoriously tricky. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|