Log Host IP Address

Hi,
Is it possible to log the IP address of the client (not the application server) in a database table along with other session values like last accessed time, last login time and log off time?
Once this is logged I need to show this information on the default dashboard page (which is the simple bit). :)
I have OBI 10.1.3.4 running on a Windows 2000 server with OC4J as the web server.
Many Thanks in Advance!

Web Applications do not care where users are coming from, the whole idea of a Web Application is that it can be accessed from anywhere in your IP network. From a security standpoint I don't think it matters where the user are coming from either. If you really care about this you should to implement an SSO solution using NTLM which is "virtually unspoofable". We use NTLM in our SSO solution and there is absolutely no way a user can login to OBIEE unless it is authenticated on the Windows domain first so there is no chance of a user login in with another user's details.

Similar Messages

  • I would like to ask how to retrieve Sever/Host IP address.

    Hello,
    I would like to ask how to retrieve Sever/Host IP address.
    sys_context('USERENV', 'IP_ADDRESS') returns client's IP address only, but what I want to acquire is Host/Server IP address
    Thank you

    This is why it is generally useful to mention the version of Oracle you are using, particularly if you are using a version 4 releases old...
    That said, you can probably still use the UTL_INADDR package
    SQL> select utl_inaddr.get_host_name( null ) from dual;
    UTL_INADDR.GET_HOST_NAME(NULL)
    DDBCJC01
    SQL> select utl_inaddr.get_host_address( null ) from dual;
    UTL_INADDR.GET_HOST_ADDRESS(NULL)
    192.168.1.107Justin
    Edited by: Justin Cave on Sep 29, 2008 10:54 PM

  • Aironet Bridge 1310 strange message? % Unrecognized host or address, or pro

    Hi,
    When I configure an ip address on the interface 0 and I then try to ping an ip address I get the follwing message:
    ap#ping 10.70.20.1
    % Unrecognized host or address, or protocol not running.
    What is wrong?
    Thx,
    Marc

    Hi Marc,
    this question is a bit flavoured like this:
    "My car is broken down! What can i do?"
    - Maybe you have no gateway configured.
    - Maybe the wrong interface configured
    - Maybe ....
    What interface 0 have you configured? FastEthernet, Dot11 ????
    Please give us some more details. Post your configuration (show run).
    Do you use VLANs?
    Best Regards,
    Frank

  • MTS problem nttbnd2addr: using host IP address: 0.0.0.0

    Hi All. I am trying to put Oracle to multi-threaded server (MTS) mode. The Oracle is “Oracle8 Enterprise Edition Release 8.0.6.2.0” running on Sun Solaris 2.6 (SunOS 5.8 Generic_108528-08 sun4u sparc SUNW,Ultra-4). Connection by IPC protocol works, but when I try to connect by TCP I get “ORA-12221: TNS:illegal ADDRESS parameters”. If put parameter (SERVER= DEDICATED) into connection option in tnsnames.ora file connection is OK.
    ------------- This is sqlnet trace ---------------------
    nricall: Making call with following address information: (DESCRIPTION=(CONNECT_DATA=(SID=XELOS)(CID=(PROGRAM=)(HOST=db1)(USER=oracle)))(
    ADDRESS=(PROTOCOL=TCP)(HOST=172.18.83.50)(PORT=1521))).
    nricdt: Calling with outgoing connect data: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=172.18.83.50)(PORT=1521))(CONNECT_DATA=(SID=XELOS)
    (CID=(PROGRAM=)(HOST=db1)(USER=oracle)))).
    nscall: connecting...
    nttbnd2addr: port resolved to 1521
    nttbnd2addr: using host IP address: 172.18.83.50
    nsopen: opening transport...
    nttcnp: Validnode Table IN use; err 0x0
    nttcni: trying to connect to socket 10.
    nsopen: transport is open
    nsnainit: inf->nsinfflg[0]: 0x1 inf->nsinfflg[1]: 0x1
    nsopen: global context check-in (to slot 0) complete
    nscon: doing connect handshake...
    nscon: sending NSPTCN packet
    nscon: got NSPTRD packet
    nscall: redirected
    nstimarmed: no timer allocated
    nsclose: closing transport
    nsclose: global context check-out (from slot 0) complete
    nscall: connecting...
    nttbnd2addr: port resolved to 15975
    nttbnd2addr: using host IP address: 0.0.0.0
    I suppose problem with IP address 0.0.0.0
    ------------------ listener.ora -------------------------
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS= (PROTOCOL= IPC) (KEY= oracle.world))
    (ADDRESS= (PROTOCOL= IPC) (KEY= XELOS))
    (ADDRESS= (PROTOCOL= IPC) (KEY= EXTPROC0))
    (ADDRESS= (PROTOCOL= TCP) (Host= 172.18.83.50) (Port= 1521))
    (ADDRESS= (PROTOCOL= TCP) (Host= 172.18.83.50) (Port= 1526))
    (ADDRESS= (PROTOCOL= TCP) (Host= 127.0.0.1) (Port= 1521))
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    #TRACE_LEVEL_LISTENER = 0
    TRACE_LEVEL_LISTENER = 16
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = 172.18.83.50)
    (SID_NAME = XELOS)
    (SID_DESC =
    (SID_NAME = extproc)
    (PROGRAM=extproc)
    ----------------------- tnsnames.ora --------------------
    TEST.XELECTOR =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST =172.18.83.50)(PORT = 1521))
    (CONNECT_DATA = (SID = XELOS))
    ------------------------- init.ora ----------------------
    #MTS_DISPATCHERS = "(ADDRESS=(PROTOCOL = TCP)(HOST =172.18.83.50)(PORT = 1521))(ADDRESS=(PROTOCOL = IPC))"
    #MTS_DISPATCHERS="(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))(DIS=3)(SES=254)(CON=254)(TIC=15)(POO=NO)(MUL=NO)"
    #MTS_DISPATCHERS="(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP)(HOST =172.18.83.50))(DIS=3)(SES=254)(CON=254)(TIC=15)(POO=NO)(MUL=NO)"
    #MTS_DISPATCHERS="(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP)(HOST =dbl))(DIS=3)(SES=254)(CON=254)(TIC=15)(POO=NO)(MUL=NO)"
    MTS_DISPATCHERS="(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP)(HOST =localhost))(DIS=3)(SES=254)(CON=254)(TIC=15)(POO=NO)(MUL=NO)"
    mts_max_dispatchers=10
    mts_servers=2
    mts_max_servers=10
    mts_service=XELOS

    </quote>
    Looks like a bug to me. Culprit seems to be:
    May be Oracle support can help. BTW, why still on Oracle8? Hasn't Oracle stopped supporting it? Have you tried Metalink?
    </quote>
    Actually, I also think that it’s bug. Everything works fine with Oracle 8.0.5 and 9i only this old Oracle has problem. Still 8.0.6 because nobody care this Oracle for several years, I just come and not reinstalled it yet.
    I have not found such problem in metalink

  • What impact is there on ODSEE (11.1.1.3) if host IP address changes?

    We are upgrading hardware and DS software.
    First we install ODSEE on a new host. Then we migrate the Directory schema and data from iPlanet 5.1 to ODSEE 11.1.1.3 on the new host.
    What we would like to do next is to change the ODSEE host's IP number back to the original iPlanet's host's IP address.
    What problems are there in ODSEE if/when host IP address changes?

    As long as the directory server is able to use a constant host name and FQDN, it should not matter that the IP address for that host changes. You are well advised to test before doing it in production but I do not consider this to be a problem.

  • Gatekeeper Accounting: Logging the IP addresses

    Hi,
    I am using a Cisco 7200 as a gatekeeper and I have setup a RADIUS server to log the calls. The problem is that the gatekeeper is not logging the IP ADDRESSes of the gateways (even for gateways registered to its local zone). It just logs the H323-ID of the gateways belonging to the local zone. Although you can see the IP address of the gateways in the "show gatekeeper calls" command ouput.
    Is there anyway I could configure the gatekeeper to log the IP address of the gateways. Is this done through the GK API? If yes, could anyone explain or give me an example?
    Thanks,
    Hamid

    Since there has been no response to your post, it appears to be either too complex or too rare an issue for other forum members to assist you. If you don't get a suitable response to your post, you may wish to review our resources at the online Technical Assistance Center (http://www.cisco.com/tac) or speak with a TAC engineer. You can open a TAC case online at http://www.cisco.com/tac/caseopen
    If anyone else in the forum has some advice, please reply to this thread.
    Thank you for posting.

  • Is it possible to change the host IP address of an installed WebLogic svr?

    Hi all,
    I'm not finding anything on this so far. Does anyone know if I can change the IP address of the host on which WebLogic 10.3.6 is installed?
    We are running Oracle Forms/Reports services 11.1.2.0.0 with WebLogic 10.3.6.
    In 10g, it was not easy to change the host IP address as it was embedded all over the place in the installation. Does anyone know if changing the IP on 11.1.2.0.0/10.3.6 is a problem?

    hey nevermind, I found the Changing Network Config chapter in the Admin Guide

  • Is it possible to log calls with address book?

    Does anyone know how to log calls with address book - I usually dial right out of addessbook (via blue tooth) and always get the incoming calls as pop-ups on my screen. I was wondering if address book is logging them anywhere that I could access. I would appreciate anybody's help! Thanks, Paul

    Thanks for the response. Sometimes I just think my macs can do anything!
    I often use the incoming phone info through caller to create/ update contacts. Perhaps there is something third- party out there that will fill the bill.
    Anyway, have a great day! Paul

  • ASA 5505 Logging Issue - Warning: Configured logging host interface conflicts with route table entry

    I am getting this warning on my ASA 5505 when I try to set up logging from my off site FW to the central FW, which is a 5510. What I am trying to do is send the FW logs through the VPN Tunnel into the central 5510 to our logging server at 192.168.22.99, but allow all other traffic out the outside interface so customers can hit our web servers down there. Here is an example of my config with fake IP's. I get this error when trying to do "logging inside host 192.168.22.99". If I try to put in "logging Tunnel host 192.168.22.99" I get the "Warning:Security Level is 1" message
    5505
    ethe0/0
    desc To LA ISP (217.34.122.1)
    switchport access vlan2
    ethe0/1
    desc To Redwood City HQ via VPN Tunnel
    switchport access vlan1
    ethe0/2
    desc To Internal Web Server
    switchport access vlan3
    VLAN1
    desc Tunnel to HQ
    ifinterface Tunnel
    security level 1
    217.34.122.3 255.255.255.248
    VLAN3
    desc Internal Web Server
    ifinterface inside
    security level 100
    192.168.0.1 255.255.255.0
    access-list LosAngeles extended permit ip 192.168.0.0 255.255.255.0 192.168.22.0 255.255.255.0
    (No access-group is performed, as I match from the crypto map instead since I have multiple sites going out of HQ - see HQ configs)
    route Tunnel 192.168.22.0 255.255.255.0 65.29.211.198
    crypto map TO-HQ 10 match address LosAngeles
    crypto map TO-HQ set peer ip 65.29.211.198
    5510 at HQ
    access-list LA extended permit ip 192.168.22.0 255.255.255.0 192.168.0.0 255.255.255.0
    (again no access-group, since I have a couple other off sites)
    crypto map TO-LA 20 match address LA
    crypto map TO-LA 20 set peer ip 217.34.122.3

    Hi Jouni,
    I have the following configs in place with fake IPs
    5505
    1 outside interface with security level 0 (vlan1 direct connect to isp 217.33.122.2/30) - goes to ISP
    1 Tunnel interface with security level 1 (vlan 2 direct connect to isp 217.33.122.6/30) - goes to Tunnel to our 5510
    1 inside interface with security level 100 (servers connected to hub, with vlan3 ip of 192.168.0.1)
    access-list LosAngeles extended permit ip 192.168.0.0 255.255.255.0 192.168.22.0 255.255.255.0 - acl to 5510 inside network
    route outside 0.0.0.0 0.0.0.0 217.33.122.1 - route for all traffic (except for 192.168.22.0/24) to take the outside connection
    route Tunnel 192.168.22.0 255.255.255.0 65.29.211.198 - route for 192.168.22.0 destined traffic to take the Tunnel connection
    crypto map  TO-HQ 10 match address LosAngeles
    crypto map TO-HQ 10 set peer ip 65.29.211.198
    tunnel-group 65.29.211.198 type ipsec-l2l
    5510
    1 outside interface with security level 0 (vlan1 direct connect to isp 65.29.211.198) - goes to isp
    1 inside interface with security level 100 (vlan2 connection to corporate servers and SIP 192.168.22.0/24)
    access-list LA extended permit ip 192.168.22.0 255.255.255.0 192.168.0.0 255.255.255.0
    access-list OUTBOUND extended permit icmp host 217.33.122.6 host 192.168.22.99 (allows Nagios monitor to ping the DE interface
    access-group OUTBOUND in interface outside
    nat (inside,outside) static 192.168.22.99 interface destination static 217.33.122.6
    route outside 192.168.0.0 255.255.255.0 217.33.122.6
    crypto map TO-LA 20 match address LA
    crypto map TO-LA 20 set peer ip 217.33.122.6
    tunnel-group 217.33.122.6 type ipsec-l2l
    I am mistaken on the 5510 interfaces. They do not have vlans, and the IP address is directly applied to the interfaces for outside and inside.

  • Can I host an address book & calendar ?

    I have been using Now-Up-To Data/Contact for over 10 years. I have been hosting a contact & events server on the same box as XServe
    I am ready to throw in the towel on NUD/C. They are simply going backwards.
    I have about 10 people who share contacts and events. I am hoping that Apples Address Book, and iCal will work for me. Any Opinions ?
    Is the only option for everyone to use iMac Accounts, or can I host a private server ?
    I read that I can host a private iChat server, that is why i ask.
    thanks

    To add some of my experience to Ray's post.....
    - iCal
    You can publish your iCal and others can subscribe. This works pretty well, but falls short of the integration you may be used to with NOW Up To Date.
    You can expand features by using an open source product (PHP iCalendar)which parses the published calendars into HTML. This gives you a read-only web accessible version of one or more calendars.
    - LDAP
    You can setup shared access to an Address Book. It's no a simple undertaking and involves, of course, third party software. There are a few options here, searching versiontracker will find some.
    I'm very familiar with NOW and with these other options and I understand your pain. A transition to these other solutions will likely involve even more pain and fewer features (although a couple new features too).
    Tread carefully.... You may not feel like you have the best product or great support- but if you switch to using open source software you will bear more of the burden and won't have a phone # to call for support.
    Jeff

  • How to use the .aliases file to resolve a host's address?

    I am trying to setup a communication between a
    RT PXI system and a windows computer using network shared variables
    (shortened to "shared variables" in the further text). Both of the
    computers shall run compiled executables. The documentation concerning
    this topic has been spread over several places and this is what I ended
    up with.
    There are three different possible setups.
    1.
    I am using shared variable nodes both on the RT PXI and on the windows
    computer. The shared variables on the RT PXI are defined as "target
    absolute" and are residing in a library on the RT PXI. The shared
    variables on the windows computer will be set to "target relative" and
    are residing in a library on the windows computer. The variables used
    on the windows computer will be bound to the corresponding variables on
    the RT PXI. If I run the applications on computers different from the
    ones I used during development, I have only to change the .aliases file
    for the windows computer and set there the correct IP for the RT PXI.
    Additionally,
    I have to deploy the library both on the RT PXI and on the windows
    computer. This can be done from the windows computer, as the RT PXI
    target does not support the invoke node that has to be used for this
    purpose. Running the invoke node twice, once for localhost with the
    client library and once for the IP of the RT PXI system and the host
    library, I can deploy the libraries containing the shared variables
    programmatically. At this point, the magic of the .aliases file will
    fail and I have to find the IP of the RT PXI either by user input or
    maybe by running the RT ping controllers.vi. The "Target IPAddress"
    property of the "Deploy Library" invoke node makes sense in this
    combination as we can deploy libraries also to other computers or
    platforms.
    See attached Shared Setup 1.png.
    2. I am
    using shared variable nodes both on the RT PXI and on the
    windows computer. The shared variables on the RT PXI are defined as
    "target absolute" and are residing in a library on the RT PXI. The
    shared variables on the windows computer will also be set to "target
    absolute" and will be taken from the library that resides on the RT
    PXI. If I run the applications on
    computers different from the ones I used during development, I have
    only to change the .aliases file for the windows computer and set there
    the correct IP for the RT PXI.
    Additionally, I have to deploy
    the library only on the RT PXI. Again, this can done by a helper
    application on windows when the IP of the RT PXI is known or found by
    using RT ping controllers.vi.
    See attached Shared Setup 2.png.
    3. I am using
    shared variable nodes only on the RT PXI. The shared variables on the
    RT PXI are defined as
    "target absolute" and are residing in a library on the RT PXI. On the
    windows side, I use direct access to the PSP by using DataSocket
    functions. I can address a variable by using a DataSocket Open function
    and inputting psp://IP_or_Hostname_of_RT_PXI/LibraryName/VariableName.
    The magic of the .aliases files will fail already at this step. So I
    have to find the correct IP or hostname by user input, setting a DNS
    server to point to the correct IP or using the RT ping controllers.vi.
    As
    always, I have to deploy the library containing the shared variables to
    the RT PXI. Again, this can done by a helper application on windows
    when the IP of
    the RT PXI is known or found by using RT ping controllers.vi.
    As
    I can use this approach to setup an array of valid variable names and
    process the array by one single DataSocket read function inside of a
    for loop more conveniently than using a case selector inside of a
    for-loop and reading from different shared variable nodes, I prefer
    this approach over the others.
    See attached Shared Setup 3.png.
    For approaches 2 and 3, at least the deploy process can be run by an
    installer application independently of the main application as the
    library will remain on the PXI until I manually undeploy it, even if I
    reboot the PXI controller.
    My questions are:
    1. Did I describe the possible setups regarding the use of the shared variables correctly?
    2.
    Is there any means to get the IP address mapping from the .aliases
    file, needed for deploying and for approach 3, other than opening and
    reading the file itself?
    Attachments:
    Shared Setup 3.png ‏52 KB
    Shared Setup 1.png ‏42 KB
    Shared Setup 2.png ‏51 KB

    Thank you for the reply... I am using a hardcoded filename for the
    connection manager. How do I take the variable and change the filename in the connection manager?
    Also there will be multiple filename and I would like to take the latest file and not just check if the same file has been updated.
    UPDATE: I added the dynamic filename to the expression of the connection
    manager and it worked.
    You can use Foreach loop with file enumerator for that. It will iterate through files in folder and you can retrieve filenames using a variable created. Then pass variable as a parameter to script task.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Change log of document address for Ship to party in sales order

    hi experts,
    There is a case where Ship to party address is diffferent at sales order level and custome rmaster level.Can anyone help to find the  log of data inserted /updated in the customer address at sales document level. We tried CDHDR and CDPOS tables with object Adresse.But this is not giving correct information.

    Hi,
    In your case,I hope the Customer number is same at both levels.i.e. at Sales Order level and Customer master level but the address is different.
    Goto the T.Code "SE16".Enter the table Name as "KNA1".Enter the Custoemr Number and get the value from the field "Adress".
    Now Enter the table name as "VBPA".
    Enter the Address numebr you have noted from table "KNA1" and enter the select option as "Not Equla to".Pass the Ship-To-Party number under the field "Customer" and select the partner function as "WE/SH".
    Execute.
    You will receive all the list of sales orders where teh address is differed from master data.
    Regards,
    Krishna.

  • NAC AGENT - DISCOVERY HOST IP ADDRESS with AD

    Hi,
    We have deployed a Cisco NAC Agent in our network with GPO update... The deployment model is L3 OOB / Real IP Gateway.
    The issue is that, we need to put the IP address in each host manually to start communicating with Cisco NAC Manager.
    Is there any way to make it automatic?
    Regards,
    Mubasher

    Hi Mubashir,
    I faced the same problem with cisco ISE and Tiago's response actually helped see below.
    " You can also distribute the NACAgentCFG.xml file with that value set.
    Please find here detailed info regarding this file:
    http://www.cisco.com/en/US/docs/security/nac/appliance/configuration_guide/48/cam/m_agntd.html#wp1348376. "
    In that link, read the section: Agent Customization Settings
    From a NAC agent that has successfully been deployed with the IP configured , go to the NAC agent installation folder 
    C:\Program Files (x86)\Cisco\Cisco NAC Agent , and copy the NACAgentCFG.xml , open with wordpad and edit the line
    IP of PDP node or ISE standalone server
    Then place the edited NACAgent.xml file in the same folder as the one where your GPO will pick the agent from. When the Agent is installed , it automatically picks the configs from the .xml file.
    Regards,
    Henry

  • 10.7 SMTP Mail Logs send email address- Assign Postmaster?

    How do you assign the SMTP mail log email address? I received an email this morning from another System Administrator (who previously administered this server), that he received the following message (I should be receiving these notifications, not him. To add: I was already the "Alert Email Address." Is there another location, where the SA's email address is set?):
    From: Mail Delivery System
    Subject: Postfix SMTP server: errors from server2.domain.com
    Date: September 23, 2013 6:05:43 AM EDT
    To: Postmaster
    Transcript of session follows.
    Out: 220 server.domain.com ESMTP Postfix
    In:  HELO XXX.XXX.XXX.XXX
    Out: 250 server.domain
    In:  STARTTLS
    Out: 454 4.7.0 TLS not available due to local problem
    In:  QUIT
    Out: 221 2.0.0 Bye
    For other details, see the local mail logfile

    I am having the same problem. I also can't send anything with attachments at all. Mail Just hangs there endlessly. This is a HUGE problem for me right now, and I don't feel like using entourage mail because it is not really reliable either. Does anyone know how to get a direct hold of Mac Telephone Support or engineering? I need to fix this problem like right now. We need to go back one level of code. Mr. Logic... This is my third day since I downloaded this code revision too, so please let me know what you find out, and I will do the same for you. I should have known better than to install this code without reading up on the issues and fixes.
    [email protected]
    Since downloading the 10.4.7 update I've experienced
    the mail problem wherein emails can't be sent to the
    smtp server. I've read all the discussions on all
    the various fora, and tried all the fixes (e.g.
    downloading the combo update instead, trashing mail
    preferences, repairing permissions, setting up mail
    again from scratch, looking for the SOCKS proxy,
    resetting the PRAM, etc. etc. etc.) but all to no
    avail.
    Note that in my case the SOCKS proxy checkbox was
    NEVER ticked/checked and so I couldn't uncheck it
    (which was the fix that seems to have worked for most
    people).
    Anyway... last night I thought would try setting the
    SOCKS proxy checkbox myself, so that I could then
    uncheck it. (you never know!)
    However, when doing this I noticed that any changes I
    made to the proxy checkboxes in the Network system
    preference panel ARE NOT SAVED.
    i.e. If I tick one or more of them and Apply the
    changes, then exit the Network Preferences panel, the
    relaunch the Network Preferences panel, they are all
    UNCHECKED again.
    Is this related to my Mail problem? Any clues?
    This is my 3rd day without the ability to send email
    from the Mail client in 10.4.7. Not good.
    Any help/suggestions appreciated.
    Mr Logic.
    Powerbook G4   Mac OS X (10.4.7)  

  • SGD: logging client source address

    With the admin console, it's easy to see who is logged into global desktop and also which application servers they are running sessions on. I have need to know where they're connecting from. Is there a log filter or any other mechanism that will show me the hostname or ip address of the client where the user is logged in from?
    TIA for the help.
    -Dan

    you should be able to see the client IP via
    $ tarantella webtopsession list
    User: .../_ens/o=organization/ou=People/ou=SGD/cn=Tom
    Client: 192.168.1.77
    Connection type: Secure
    Logged in at: 2008-06-17 11:24:36.725
    Logged in to: yourserver.yourcompany.com
    Print state: Ready
    Profile: .../_ens/o=organization/ou=People/ou=SGD/cn=Tom
    if you are using Firewall forwarding, then the emulatorsession list will show the loopback
    $ tarantella emulatorsession list
    User: .../_ens/o=organization/ou=People/ou=SGD/cn=Tom
    Application: .../_ens/o=applications/ou=Apps/cn=xterm
    Application Server: .../_ens/o=appservers/cn=Tarantella server sgd
    Application Server User: tom123
    Client: 127.0.0.1
    Protocol Engine ID: 16614
    Resumable For: Always
    Session ID: sgd.solaris.org:1212766049959:-7733236712545113475:Li4uL19lbnMvbz1vcmdhbml6YXRpb24vb3U9UGVvcGxlL291PVJTRC9jbj1SaWNoYXJk
    Start Time: 2008-06-06 08:27:29.966
    Status: Suspended
    If you are on a Sunray, then you might not see the IP of the DTU. The next version of SGD should report the DTU IP.

Maybe you are looking for

  • Adobe bridge and CS3 I have down loaded trial version...

    two problems--when i down load my pics- jpeg&raw- from EOS5D camera into adobe CS3 bridge i only get jpeg images not raw--my zoom browser does it! also when i double ck on thumbnails in BR i get raw processing--when i then go to photo shop by cking -

  • Can LabVIEW global variables be shared between UUT sequence steps in the parallel sequence model?

    Sorry for this simple question,  I'm having a hard time finding this answer. If I launch a sequence to run on two UUTs in the parallel sequence module,   can I get both UUTs to run LabVIEW vis that use global variables such that : 1) UUT 0  executes

  • JBO-35007 Row currency... another solution

    Hi all, I found another solution for handling of JBO-35007. If you implement extension of FacesPageLifecycle like in SRDemoSampleADFBC, in your class (eg. MyFacesPageLifecycle), right after line "JboException jboex = (JboException) ex;" in method "pr

  • Return delivery of materials uploaded intially with mvt 561

    Some of our materials which are uploaded with movement type 561. (Currently in Block stock) These materials are to be returned to vendor . What is the procedure for such materials in terms of finance/mm transaction.

  • NW04 vs NW04s

    Dear all, What is the difference between NW04 and NW04s? There appears to be some confusion here as to what is required for CRM4.0 and CRM5.0 in terms of which version of the Portal to run? We are currently implementing EP6 SP13 (part of NW04) and ar