My Machines IP Address? (not my routers)

I have an application listening to port 8080 on my machine. This machine has ip address 192.168.1.5 (say) on my LAN. This LAN is then connected to the Internet via a modem and router. This modem and router has ip address 12.34.567.890 (say) on the internet.
How do I connect to my application, i.e. what is the address of my machine on the Internet?
Or does my machine have to be the one directly connected to the Internet?
Any Help with this would be great.
Tom

import java.io.*;
import java.net.*;
public class Server {
     // removed 'int portNo' because it is not needed as the port number can be passed and accessed with the serverSocket object.
     ServerSocket serverSocket;
     Socket clientSocket;
     PrintWriter out;
     BufferedReader in;
     public static void main(String args[]) {
          try {
               new Server();
          } catch(IOException e) {
               e.printStackTrace();
     public Server() throws IOException {
          serverSocket = new ServerSocket(8080);
          clientSocket = serverSocket.accept();
          out = new PrintWriter(clientSocket.getOutputStream());
          in = new BufferedReader(new InputStreamReader(clientSocket.getInputStream()));
          String currStr = null;
          if (in.ready()) {
               for(currStr = in.readLine(); !currStr.equals("finish"); currStr = in.readLine()) {
                    out.println(currStr);
                    System.out.println("echo: " + currStr);
          } else {
               System.out.println("Could not read from client. Client input not ready.");
          out.flush(); // added this to ensure that all of the data in the buffer is sent before closing the stream.
          out.close();
          in.close();
          clientSocket.close();
          serverSocket.close();
}

Similar Messages

  • Had to wipe my drive so I could do a clean install of snow leopard Now I look every where on how to move bookmarks, address book and I cal settings.  I have them back up on a external drive with Time machine but can not move, copy or restore my old sett d

    Had to wipe my drive so I could do a clean install of snow leopard.   Now I have look every where on how to move bookmarks, address book and I cal settings.  I have them back up on a external drive with Time machine but can not move, copy or restore my old settings.  The instructions I have found or no help or needs more clarafication on what to do.

    Use migration assistant to move your files.  http://support.apple.com/kb/HT4889

  • DG Observer triggering SIGSEGV Address not mapped to object errors in alert log

    Hi,
    I've got a Data Guard configuration using two 11.2.0.3 single instance databases.  The configuration has been configured for automatic failover and I have an observer running on a separate box.
    This fast-start failover configuration has been in place for about a month and in the last week, numerous SEGSEGV (address not mapped to object) errors are reported in the alert log.  This is happening quite frequently (every 4/5 minutes or so).
    The corresponding trace files show the process triggering the error coming from the observer.
    Has anyone experienced this problem?  I'm at my wits end trying to figure out how to fix the configuration to eliminate this error.
    I must also note that even though this error is occurring a lot, it doesn't seem to be affecting any of the database functionality.
    Help?
    Thanks in advance.
    Beth

    Hi..   The following is the alert log message, the traced file generated, and the current values of the data guard configuration.  In addition, as part of my research, I attempted to apply patch 12615660 which did not take care of the issue.  I also set the inbound_connection_timeout parameter to 0 and that didn't help either.  I'm still researching but any pointer in the right direction is very much appreciated.
    Error in Alert Log
    Thu Apr 09 10:28:59 2015
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x9] [PC:0x85CE503, nstimexp()+71] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/<db_unq_name>/<SID>/trace/<SID>_ora_29902.trc  (incident=69298):
    ORA-07445: exception encountered: core dump [nstimexp()+71] [SIGSEGV] [ADDR:0x9] [PC:0x85CE503] [Address not mapped to object] []
    Use ADRCI or Support Workbench to package the incident.
    See Note 411.1 at My Oracle Support for error and packaging details.
    Thu Apr 09 10:29:02 2015
    Sweep [inc][69298]: completed
    Trace file:
    Trace file /u01/app/oracle/diag/rdbms/<db_unq_name>/<SID>/trace/<SID>_ora_29902.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning and Oracle Label Security options
    ORACLE_HOME = /u01/app/oracle/product/11.2.0.3/dbhome_1
    System name:    Linux
    Node name:      <host name>
    Release:        2.6.32-431.17.1.el6.x86_64
    Version:        #1 SMP Wed May 7 14:14:17 CDT 2014
    Machine:        x86_64
    Instance name: <SID>
    Redo thread mounted by this instance: 1
    Oracle process number: 19
    Unix process pid: 29902, image: oracle@<host name>
    *** 2015-04-09 10:28:59.966
    *** SESSION ID:(416.127) 2015-04-09 10:28:59.966
    *** CLIENT ID:() 2015-04-09 10:28:59.966
    *** SERVICE NAME:(<db_unq_name>) 2015-04-09 10:28:59.966
    *** MODULE NAME:(dgmgrl@<observer host> (TNS V1-V3)) 2015-04-09 10:28:59.966
    *** ACTION NAME:() 2015-04-09 10:28:59.966
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x9] [PC:0x85CE503, nstimexp()+71] [flags: 0x0, count: 1]
    DDE: Problem Key 'ORA 7445 [nstimexp()+71]' was flood controlled (0x6) (incident: 69298)
    ORA-07445: exception encountered: core dump [nstimexp()+71] [SIGSEGV] [ADDR:0x9] [PC:0x85CE503] [Address not mapped to object] []
    ssexhd: crashing the process...
    Shadow_Core_Dump = PARTIAL
    ksdbgcra: writing core file to directory '/u01/app/oracle/diag/rdbms/<db_unq_name>/<SID>/cdump'
    Data Guard Configuration
    DGMGRL> show configuration verbose;
    Configuration - dg_config
      Protection Mode: MaxPerformance
      Databases:
        dbprim - Primary database
        dbstby - (*) Physical standby database
      (*) Fast-Start Failover target
      Properties:
        FastStartFailoverThreshold      = '30'
        OperationTimeout                = '30'
        FastStartFailoverLagLimit       = '180'
        CommunicationTimeout            = '180'
        FastStartFailoverAutoReinstate  = 'TRUE'
        FastStartFailoverPmyShutdown    = 'TRUE'
        BystandersFollowRoleChange      = 'ALL'
    Fast-Start Failover: ENABLED
      Threshold:        30 seconds
      Target:           dbstby
      Observer:         observer_host
      Lag Limit:        180 seconds
      Shutdown Primary: TRUE
      Auto-reinstate:   TRUE
    Configuration Status:
    SUCCESS
    DGMGRL> show database verbose dbprim
    Database - dbprim
      Role:            PRIMARY
      Intended State:  TRANSPORT-ON
      Instance(s):
        DG_CONFIG
      Properties:
        DGConnectIdentifier             = 'dbprim'
        ObserverConnectIdentifier       = ''
        LogXptMode                      = 'ASYNC'
        DelayMins                       = '0'
        Binding                         = 'optional'
        MaxFailure                      = '0'
        MaxConnections                  = '1'
        ReopenSecs                      = '300'
        NetTimeout                      = '30'
        RedoCompression                 = 'DISABLE'
        LogShipping                     = 'ON'
        PreferredApplyInstance          = ''
        ApplyInstanceTimeout            = '0'
        ApplyParallel                   = 'AUTO'
        StandbyFileManagement           = 'MANUAL'
        ArchiveLagTarget                = '0'
        LogArchiveMaxProcesses          = '4'
        LogArchiveMinSucceedDest        = '1'
        DbFileNameConvert               = ''
        LogFileNameConvert              = ''
        FastStartFailoverTarget         = 'dbstby'
        InconsistentProperties          = '(monitor)'
        InconsistentLogXptProps         = '(monitor)'
        SendQEntries                    = '(monitor)'
        LogXptStatus                    = '(monitor)'
        RecvQEntries                    = '(monitor)'
        SidName                         = ‘<sid>’
        StaticConnectIdentifier         = '(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<db host name>)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=<service_name>)(INSTANCE_NAME=<sid>)(SERVER=DEDICATED)))'
        StandbyArchiveLocation          = 'USE_DB_RECOVERY_FILE_DEST'
        AlternateLocation               = ''
        LogArchiveTrace                 = '0'
        LogArchiveFormat                = '%t_%s_%r.dbf'
        TopWaitEvents                   = '(monitor)'
    Database Status:
    SUCCESS
    DGMGRL> show database verbose dbstby
    Database - dbstby
      Role:            PHYSICAL STANDBY
      Intended State:  APPLY-ON
      Transport Lag:   0 seconds
      Apply Lag:       0 seconds
      Real Time Query: ON
      Instance(s):
        DG_CONFIG
      Properties:
        DGConnectIdentifier             = 'dbstby'
        ObserverConnectIdentifier       = ''
        LogXptMode                      = 'ASYNC'
        DelayMins                       = '0'
        Binding                         = 'optional'
        MaxFailure                      = '0'
        MaxConnections                  = '1'
        ReopenSecs                      = '300'
        NetTimeout                      = '30'
        RedoCompression                 = 'DISABLE'
        LogShipping                     = 'ON'
        PreferredApplyInstance          = ''
        ApplyInstanceTimeout            = '0'
        ApplyParallel                   = 'AUTO'
        StandbyFileManagement           = 'AUTO'
        ArchiveLagTarget                = '0'
        LogArchiveMaxProcesses          = '4'
        LogArchiveMinSucceedDest        = '1'
        DbFileNameConvert               = ''
        LogFileNameConvert              = ''
        FastStartFailoverTarget         = 'dbprim'
        InconsistentProperties          = '(monitor)'
        InconsistentLogXptProps         = '(monitor)'
        SendQEntries                    = '(monitor)'
        LogXptStatus                    = '(monitor)'
        RecvQEntries                    = '(monitor)'
        SidName                         = ‘<sid>’
        StaticConnectIdentifier         = '(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<db host name>)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=<service_name>)(INSTANCE_NAME=<sid>)(SERVER=DEDICATED)))'
        StandbyArchiveLocation          = 'USE_DB_RECOVERY_FILE_DEST'
        AlternateLocation               = ''
        LogArchiveTrace                 = '0'
        LogArchiveFormat                = '%t_%s_%r.dbf'
        TopWaitEvents                   = '(monitor)'
    Database Status:
    SUCCESS

  • SIGSEGV, Address not mapped to object] [ADDR:0x38]

    Hi
    I am running Oracle Database 11g Release 11.2.0.1.0 - 64bit on Centos 5.9 64bit. The machine has 128GB RAM and 600GB SAS drives.
    I daily get following in my alert.log and my database stops running queries.
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x38] [PC:0x2503528, pfrln0itinit()+60] [flags: 0x0, count: 2]
    Fri Aug 09 04:57:21 2013
    Sweep [inc][104359]: completed
    Sweep [inc][104358]: completed
    Fri Aug 09 08:35:49 2013
    PMON failed to acquire latch, see PMON dump
    Fri Aug 09 08:36:49 2013
    PMON failed to acquire latch, see PMON dump
    Fri Aug 09 08:38:19 2013
    PMON failed to acquire latch, see PMON dump
    Fri Aug 09 08:39:19 2013
    Some parameters are:
    SQL> show parameter sga
    NAME     TYPE VALUE
    lock_sga     boolean FALSE
    pre_page_sga     boolean FALSE
    sga_max_size     big integer 12G
    sga_target     big integer 12G
    SQL> show parameter memory
    NAME     TYPE VALUE
    hi_shared_memory_address     integer 0
    memory_max_target     big integer 0
    memory_target     big integer 0
    shared_memory_address     integer 0
    cat /proc/sys/kernel/shmmax
    68719476736
    cat /proc/sys/kernel/shmall
    16777216
    I don't have Oracle support contract therefore cannot contact them for help. Can someone please help?
    Habib

    Habib wrote:
    It is doing the same problem just after we put this into production about 3 weeks ago. The machine is hosted at a datacenter and they don't provide Oracle Linux or Red Hat.
    From where I sit you have only two alternatives.
    1) live it what you have now.
    2) pay for a support license & upgrade to supported OS & patched Oracle version
    Nobody here can provide any remedy for what ails this combination.

  • Changed IP address, not get "bad inetd address, cannot get hostname"

    I'm running OS 10.4.8 Server on a MacPro.
    I've changed the IP address and name of my computer. I ran changeip and updated the IP address and hostname under Preferences > Network and Preferences > Sharing. Everything seemed to be ok, that is, I can surf the web, read email, ssh to and from (most) other computers. There are two problems:
    1. I cannot "Connect to Server..." from my laptop. It claims that the "The server may not exist or is not operational at this time. Check the server name or IP address and try again."
    2. When I try to launch some software (Tecplot, to be precise, from an xterm) which requires contacting a license server, it claims that it "Cannot get host by name or bad inet address".
    Here's some additional information:
    A. If I run "nslookup <servername>" on my computer, I get
    ** server can't find vonkarman.mae.ufl.edu: NXDOMAIN
    However, if I run the exact same command on another local machine, I get the correct IP address (not suprisingly, I can ssh to my machine from that machine).
    B. If I run "hostname" on my computer, I get the right hostname.
    C. If I run "uname -a", I also get what I expect.
    Any help would be greatly appreciated!
    Thanks
    Andreas
    MacPro   Mac OS X (10.4.8)   Server

    more information is needed about your network config.
    Specifically, are you running NAT on the server? If so, how is it configured? Is the server's firewall enabled?
    Jeff

  • How can I access files on an old Dell Windows '95 machine that is not network accessible?

    How can I get access to files on an old Dell Windows '95 machine that is not network accessable? Currently using Mac desktop and MacBook Pro running OSX 10.9.4. The Dell does not have ethernet or ISB

    If you are both connected to the same local network use the sharing section in System Prefernces.
    On your partners Mac set up file sharing on the folder that has the files you require acces to and confirm the permissions are suitable.
    You will be able to navigate to that folder with Finder, use the connect to server in the Go drop down list. You may be able to use your partners machine name or the IP address.
    http://support.apple.com/kb/ht1549
    The only problem is that it is many years since i worked with OS X 10.4 so there may be slight differences.

  • I have reinstalled snow leopard 10.6.8 and want to restore my i photos from time machine. can not find iphoto libary in time machine, can"t not find home-pict. iphoto lib.  in time machine

    i have reinstalled snow leopard 10.6.8,  and want to restore my i photos from time machine. Can not find i-photo libary in time machine, can't not find > home-pict. iphoto lib.  in time machine. Please help.

    On my HD it does not say ,restore, in yourname -pict. Iphoto lib.,
    On the time machine, it , yourname etc, oes not show up at all.
    Only right side of TM, your name etc. does not show.

  • When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page.

    When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page. I don't want to have to check off an additional 5 or 6 attributes each time I print out contact information. Is there a way to change the default setting for printing lists, so it is not just "phone," "photo," and "job title?"

    I have a user who wants to do this same thing. I did not find any way either to default the attributes to anything other than what you see the first time. Seems like such a trivial thing, hard to believe they do not allow it. I did find a program for this called iDress but I can't seem to download it from any links on the Internet. Not sure if it is free or not, but it was recommended by a link on the Mac support site.

  • How do I change just my iCloud email address not my apple ID?

    How do I change just my iCloud email address not my apple ID?

    You CANNOT change your iCloud email address once it is created and associated to you Apple Id (usually it is another email address).  First time you activate iCloud on your device and turn on email setting, you are prompted to create an iCloud email account and after choosing one that is available you are CLEARLY warned that ONCE CREATED YOU iCLOUD EMAIL IT CANNOT BE CHANGED!!!
    Fig.1 Warning if desired iCloud email      Fig. 2. Warning about creating new iCloud
    address is not available                         email which will be associated to you Apple Id
    You have two choices: a) create an alias for that account after you sign in icloud.com using either your apple id or your new created icloud email account (that's what I did) or b) create a new Apple Id (with all the pain it involves)
    I typed an incorrect iCloud email address and was linked to my Apple Id and now I have to live with this forever!?
    The workaround was to create an alias, but I have the feeling that something is wrong with my Apple Id
    All of us might make a petition to apple to allow us to change the 'main' icloud email address.  What if I misspelled it!? How difficult can it be? 
    I hope this be helpful and answer your question.
    P.S. In the same way... once you create your Apple Support Communities USERNAME it cannot be changed too!

  • How can I save a page and all its component parts in a single file, like IE does as an MHT - it's much easier for mailing to people where page address not available?? (as in output from an airline booking site, for example)

    how can I save a page and all its component parts in a single file, like IE does as an MHT?
    It's much easier for mailing to people where page address not available?? (as in output from an airline booking site, for example)
    It is simply too painful to have to zip everything up into a single file to send. MHT format has been available for years now from IE, and with every new FF release it's the first thing I look for. I have been using FF for years, and hate having to come out of it, over into IE |(which I even took out of startup) and key everything in again, in order to send somebody something in a convenient format that they can open with a single click.
    I can't believe this hasn't been asked before, so have you looked at it and rejected it? Have MS kept the file format secret?
    Thanks
    MG

    This is not really an answer just my comments on your question.
    I am sure I recollect efforts being made to get mhtml to work with FF.
    Probably the important thing to remember about .mhtml is that if other browsers do support it they may need addons, and may not necessarily render the content correctly/consistently.
    There are FF addons designed for archiving webpages, you could try them, but that then assumes the recipient has the same software.
    You could simply save the page from FF to your XP pc; then offline open it with and save it using IE, before then emailing using FF, and attaching the .mht or mhtml file that you have now created on your PC.
    As an alternative method, in some cases it could be worth considering taking a screen grab of the required page, then sending that to the recipient as a single email attatchment using either a bitmap or jpeg file format for instance.
    Something such as an airline booking may be designed with a print option, possibly it could be worthwile looking at sending the print file itself as an email attachment.

  • Error in installing 11g2 in silent mode - [SEVERE] - Email Address Not Spec

    I want to install Oracle 11g release 2 in silent mode on Redhat Linux 5.2. I use command /u01/app/ora_sw/11g2/database/runInstaller -silent -responseFile /u01/app/ora_sw/11g2/database/tdev_install.rspwhere tdev_install.rsp has entries oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
    oracle.install.option=UPGRADE_DB
    ORACLE_HOSTNAME=cchdb.thinkstream.com
    UNIX_GROUP_NAME=oinstall
    INVENTORY_LOCATION=/u01/app/oraInventory
    SELECTED_LANGUAGES=en
    ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    ORACLE_BASE=/u01/app/oracle
    oracle.install.db.InstallEdition=EE
    oracle.install.db.isCustomInstall=true
    oracle.install.db.customComponents=oracle.server:11.2.0.1.0,oracle.sysman.ccr:10.2.7.0.0,oracle.xdk:11.2.0.1.0,oracle.rdbms.oci:11.2.0.1.0,oracle.network:11.2.0.1.0,oracle.network.listener:11.2.0.1.0,oracle.rdbms:11.2.0.1.0,oracle.options:11.2.0.1.0,oracle.rdbms.partitioning:11.2.0.1.0,oracle.oraolap:11.2.0.1.0,oracle.rdbms.dm:11.2.0.1.0,oracle.rdbms.dv:11.2.0.1.0,oracle.rdbms.lbac:11.2.0.1.0,oracle.rdbms.rat:11.2.0.1.0
    oracle.install.db.DBA_GROUP=dba
    oracle.install.db.CLUSTER_NODES=
    oracle.install.db.config.starterdb.type=TRANSACTION_PROCESSING
    oracle.install.db.config.starterdb.globalDBName=tdev112.localdomain
    oracle.install.db.config.starterdb.SID=tdev112
    oracle.install.db.config.starterdb.characterSet=AL32UTF8
    oracle.install.db.config.starterdb.memoryOption=true
    oracle.install.db.config.starterdb.memoryLimit=3200
    oracle.install.db.config.starterdb.installExampleSchemas=false
    oracle.install.db.config.starterdb.enableSecuritySettings=true
    oracle.install.db.config.starterdb.password.ALL=
    oracle.install.db.config.starterdb.control=DB_CONTROL
    oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE
    oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=/app/oracle/oradata
    DECLINE_SECURITY_UPDATES=true
    oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification=true
    oracle.install.db.config.starterdb.dbcontrol.emailAddress=glu@thinkstream.com
    oracle.install.db.config.starterdb.dbcontrol.SMTPServer=earth.thinkstream.comI got error in a couple of seconds Checking Temp space: must be greater than 120 MB.   Actual 2451 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 1890 MB    Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-01-08_05-20-03PM.
    Please wait ...[oracle@cchdb database]$ [SEVERE] - Email Address Not Specified
    I removed the last 3 entries involving notification email, but got the same error.
    What email address I need to provide and where I should specify it ?

    Finally figured this one out.
    It happens when oracle.install.db.config.starterdb.type is set to TRANSACTION_PROCESSING.
    Apparently "TRANSACTION_PROCESSING" and "GENERAL_PURPOSE/TRANSACTION_PROCESSING" are not valid types, even though the response template file and the response file generated via OUI list the following:
    Response template file included in the database package:
    +#------------------------------------------------------------------------------+
    +# Specify the type of database to create.+
    +# It can be one of the following:+
    +# - GENERAL_PURPOSE/TRANSACTION_PROCESSING+
    +# - DATA_WAREHOUSE+
    +#------------------------------------------------------------------------------+
    Response file generated by OUI during an interactive install:
    +#-------------------------------------------------------------------------------+
    +# One of the following+
    +# - GENERAL_PURPOSE+
    +# - TRANSACTION_PROCESSING+
    +# - DATAWAREHOUSE+
    +#-------------------------------------------------------------------------------+
    In order to install in silent mode I used the following settings:
    oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
    oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification=false
    oracle.install.db.config.starterdb.dbcontrol.emailAddress=
    oracle.install.db.config.starterdb.dbcontrol.SMTPServer=
    MYORACLESUPPORT_USERNAME=
    MYORACLESUPPORT_PASSWORD=
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    DECLINE_SECURITY_UPDATES=true

  • Logon Error Message - Enterprise Services Builder address not maintained

    Hi Experts,
    I'm about to start the configuration on PI PROD (PI 7.1) server, but I keep encountering an error, saying "Service cannot be reached"
    Service cannot be reached
    What has happened?
    URL http://hostname:port/nwa call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system PIP with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If it is a valid URL, check whether service /nwa is active in transaction SICF.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:XXXXX_PIP_00-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    What's more weird is that I can't launch sxmb_ifr because 'Enterprise Services Builder address not maintained'.
    I already made some RFC Destination such as AI_DIRECTORY_JCOSERVER, AI_RUNTIME_JCOSERVER, LCRSAPRFC, and SAPSLDAPI and when I test the connection, here's the error message said 'Error when opening an RFC connection (CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=67'
    Thanks for the reply.

    Hello,
    Check if you have more than one system. If so, check whether host, port and URL of startpage are maintained on the correct one.
    Also, please follow the MANUAL steps of the SAP Help link below:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a0/40084136b5f423e10000000a155106/content.htm
    Ensure you have created the RFC Destinations in the ABAP and Java Environment
    You need to create the following RFC destinations in transaction SM59
    (ABAP) and the Visual Administrator (Java):
    AI_RUNTIME_JCOSERVER
    AI_DIRECTORY_JCOSERVER
    LCRSAPRFC
    SAPSLDAPI
    Last, please check whether, In tcode SM59, the destination INTEGRATION_DIRECTORY_HMI.
    The user maintained in the Logon tab should be PIISUSER
    and ensure he password is correct,and check if the destination will test successfully.
    All of those will solve this issue
    Regards,
    Caio Cagnani

  • Trying to reconnect airport express to time machine but express not showing up in base station.  unfortunately clicked forgot in airport utility and express no longer shows up.  how to reconnect?

    trying to reconnect airport express to time machine but express not showing up in base station.  unfortunately clicked forgot in airport utility and express no longer shows up.  how to reconnect?

    I would recommend setting the wireless encryption on the AirPort Express BEFORE configuring it for the AirPort Extreme in this case. This issue also comes up often when configuring AirPorts into a WDS.
    If setting up security in my recommend order does not work, temporarily connect the Express by Ethernet to the Extreme; make the security changes, and then, move the Express back to the desired location.

  • When I send a text message it shows up as coming from my email address not my phone, can i change this

    when I send a text message it shows up as coming from my email address not my phone, can i change this

    another way to change it is :
    go to settings -> phone -> my number (iput your phone number)
    and then do what razmee209 said,
    after you change it, your phone number will authenticate with the operator that you use,
    I hope this could help you,

  • Firefox suddenly can't connect to the Internet (Address Not Found)

    OK, so I recently bought a netbook (Asus eeePC) and put Arch on it to dual-boot. I took it with me on a business trip last week, and I was so impressed with Arch I decided to put it on my desktop today (I had used Arch before, but not for a long time). So, as I was chugging along, I pulled up Firefox on my netbook (it's handy to have a secondary computer while installing Linux), and it gave me an "Address Not Found" error when pulling up Google. Firefox had been working just fine (wired or wireless Internet) for all of last week, and I haven't changed anything.
    What's extremely strange is that everything else works. I could pull up Google in Lynx, and I was listening to an Internet radio station (Groove Salad) using cmus, and it worked just fine. Figuring it was just a fluke, I kept going and discovered that I had the same problem on the Desktop once I got around to gettting Xorg and Fluxbox working and after I installed Firefox. It's very strange - the computers are quite different (the netbook is running i686, and the desktop is running x86_64). I have a home file/web server running Gentoo, and I'm able to run Firefox on it using ssh/X-Forwarding, and it works just fine. I can also pull up my server on Firefox on both the Laptop and the Desktop (just on the LAN, not the Internet). I also tried installing SeaMonkey on the netbook just to see, and I got the same results - it can't access Google or anything. Both computers are dual-booting Windows XP and Arch, and Firefox works on Windows for both computers.
    This might be the strangest error I've ever run into on Linux - I'm not sure what to do next to diagnose the issue. I'll gladly post any information anyone thinks is relevant. Any ideas?

    It's definitely a DNS issue. I tried as Statix suggested above and it worked after a little tweaking. I went back and checked my modem, and it listed two DNS servers. I put those in resolv.conf manually and they worked too. My router or modem (192.168.0.1 and 192.168.1.254 respectively) should each be able to handle DNS on their own, but for some reason they aren't. I know it works; Windows XP and Gentoo both set their nameservers to 192.168.0.1 and 192.168.1.254 using DHCP and have no issues. When I tried DHCP on Arch, these were the relevant sections of rc.conf:
    eth0="dhcp"
    INTERFACES=(eth0)
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    I tried using ROUTES=(gateway) as well (no effect). When I did that, DHCP automatically set my resolv.conf to:
    # Generated by dhcpcd
    # /etc/resolv.conf.head can replace this line
    nameserver 192.168.1.254
    nameserver 192.168.0.1
    # /etc/resolv.conf.tail can replace this line
    So changing the eth0 line in rc.conf to:
    eth0="eth0 192.168.0.100 netmask 255.255.255.0 broadcast 192.168.0.255"
    And putting the nameservers in resolv.conf from the values my modem listed works, but it shouldn't be necessary. I'd rather have it send DNS requests to the router or modem like my other systems work, but at least I have a workaround for the time being. My time is a bit limited, but I'll keep looking into it when I have the chance and post whatever I find. If anyone has any other ideas, I'd appreciate it though. Thanks!

  • A have new problem that has appeared in my Mac Mail.  When I type a frequently used email into the 'To: line' it populates the correct name but with 8 different email addresses not associated with that name.

    A have new problem that has appeared in my Mac Mail.  When I type a frequently used email into the 'To: line' it populates the correct name but with 8 different email addresses not associated with that name.  I have gone to the window pop-down to 'previous recipients' and deleted that addressee as well as all the email addresses it is assigning to that name.  I have also deleted the account entirely from my address book.  I have have run repair permissions and also full defrag in iDefrag.  Still the problem persists.  Any suggestions?

    Hello CarolineLongEaton,
    I noticed you posted this problem quite a while ago and wondered if you managed to have it fixed in an alternative way then posting here. It is too bad no one has posted a solution here. I have a similar problem and if you have had yours solved since this occurance how you accomplished it may help me with mine. I am interested to know what you have done about yours.
    If you are interested in comparing the problems to see if your solution (if you have found one) might help me also then here is the link to the discussion.
    https://discussions.apple.com/thread/6116927
    If your problem has not been solved then I will comment here again if/when my issue is resolved as it may help you too. My hope here is that we may help each other. To quote you "all ideas gratefuly recieved". I hope your problem was resolved, ernestly for your sake and selfishly for mine also. I wish you and yours a great day!
    dofromon

Maybe you are looking for

  • Extending Controller for a std OAF page

    Hi, I have a requirment to extend the CO of a std OAF page. The requirement is,On click of a submit button (Apply) invoke a custom method before the std code gets executed To achieve the same I will use personalization and extend the standard CO and

  • Can't Customize, Change Settings, or Move Files -- Permissions Issue?

    Hey all: Just got a new MBP w/ 10.5.2. Successfully migrated most of my user settings and applications from the old Tiger HDD (old laptop died a horrible death). The problem is that aside from everything appearing to be the same, I'm finding that I d

  • I can't find the "Complete My Album" button in iTunes.

    Hi I'm new to itunes and hope someone can help me. I was in the process of buying an album and a window poped up telling me I already have 2 of the songs on this album and this was making me eligible to buy the album at a reduced price. In order to c

  • I want to send e-mail to apple company.

    I bought iphone 4s 2 months ago. I don't receve iphone. I want to cancel but I can't cancel. Do you know apple support email?

  • Solaris 10 with Trusted Extensions - Security Audit Events [short] Descript

    {color:#000000}I know that the security audit events and classes in Solaris 10 have changed when viewing these files: audit_class, audit_event, and audit_control with that of the same files for TSOL8. In order to perform an accurate and acceptable re