ArtinSoft's Blogs

Software Migration Experts
Welcome to ArtinSoft's Blogs Sign in | Join | Help
in Search

Mauricio Rojas Blog

April 2007 - Posts

  • Extracting images from a word document

    I recently had a situacion where I needed to extract images from a word document. This can be cumbersome, tedious and you can loose the fidelity of your images I found two good aproaches: first see Approach One. This approach indicates to save the document as a web page. In my case I needed images with a sequence I could follow. Like Figure1 Figure2 etc and I needed them with the best quality possible. So I used another link recommended Approach Two which has a macro that you can use to export your image as bmp. Those two links were of great help to me. I recommended them.
  • Get IP Address for Db2 clients




    Source IP for connected applications in DB2

    Usually when there are performance problems you need to track who is connected to the database. Especially in development environments because production environments are more restricted with who has access to the DB.

    You can easily list the applications connected to your DB2 database using the control center application or from the command line.

    From the control center:

    1. First check that the Objects Detail Pane is active

    1. In the Objects Details Pane, click the application list link

    1. This will open a window like this:

    From the command window just do something like:

    DB2 LIST APPLICATIONS

    Now to get the real juicy and useful information execute from the command line:

    DB2 GET SNAPSHOT FOR APPLICATION AGENTID ###

    And use the number that is under the Appl. Handle column, this will show the ip address and other info.

    Posted Apr 26 2007, 02:14 PM by Mrojas with no comments
    Filed under: ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems