Socket bind fails when port in use as rootuser but succeeds as nonroot user

Hi All,
I have a prerequiste to check if a port is busy/already bound on Solaris 11.
java version : java version "1.6.0_24"
os : SunOS 5.11 11.0 i86pc i386 i86pc
The code snippet is as follows.
=====================================================================================
arrayOfInetAddress = InetAddress.getAllByName("example.com");
try
for (int j = 0; j < arrayOfInetAddress.length; j++)
System.out.println(" Trying for host : " + arrayOfInetAddress[j] + " and port : " + i);
localServerSocket = new ServerSocket(i, 0, arrayOfInetAddress[j]);
localServerSocket.close();
System.out.println("Port = " + i + " passed by the user is free");
catch (IOException localIOException)
System.out.println("isPortFree:Port=" + i + " is busy. Exception ioe=" + localIOException.getMessage());
localIOException.printStackTrace();
====================================================================
when i run this application as a root user it correctly complains saying the port is already bound
java CheckFreePort 9876
java.net.BindException: Address already in use
but when i run it as a non root user it says the port is free which is incorrect.
java CheckFreePort 9876
Port = 9876 passed by the user is free
what could be the reason that bind succeeds even though the port is in use as a non root user.
thanks,
Prakash

there is an em agent which is listening on this port.
=========================================
# su root
# netstat -naP tcp|grep 9876
*.9876 *.* 0 0 128000 0 LISTEN
*.9876 *.* 0 0 128000 0 LISTEN
#java CheckFreePort 9876
java.net.BindException: Address already in use
=========================================
===========================================
# su oracle
# netstat -naP tcp|grep 9876
*.9876 *.* 0 0 128000 0 LISTEN
*.9876 *.* 0 0 128000 0 LISTEN
#java CheckFreePort 9876
Port = 9876 passed by the user is free
============================================
Is this something to do with the privileges of the non root user ?

Similar Messages

  • ERROR: transport error 202: bind failed: Address already in use

    Hey guys,
    I created 2 WL 10.3 Domains. I can start the admin server in domain but when I start the second admin server i get the following error:
    starting weblogic with Java version:
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../.
    ./../src/share/back/debugInit.c:690]
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_E
    RROR_TRANSPORT_INIT(197)
    Starting WLS with line:
    C:\bea\JDK160~1\bin\java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket
    ,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms512m -Xmx512m -XX:Com
    pileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -XX:MaxPermSize=160m
    -Xverify:none -Xverify:none -da:org.apache.xmlbeans... -ea -da:com.bea... -da:
    javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.
    sbconsole... -Dplatform.home=C:\bea\WLSERV~1.3 -Dwls.home=C:\bea\WLSERV~1.3\serv
    er -Dweblogic.home=C:\bea\WLSERV~1.3\server -Dweblogic.management.discover=tru
    e -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true
    -Dweblogic.ext.dirs=C:\bea\patch_wlw1030\profiles\default\sysext_manifest_classp
    ath;C:\bea\patch_wls1030\profiles\default\sysext_manifest_classpath;C:\bea\patch
    cie670\profiles\default\sysextmanifest_classpath;C:\bea\patch_alsb1031\profile
    s\default\sysext_manifest_classpath -Dweblogic.Name=TestAdmin2 -Djava.security.p
    olicy=C:\bea\WLSERV~1.3\server\lib\weblogic.policy weblogic.Server
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../.
    ./../src/share/back/debugInit.c:690]
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_E
    RROR_TRANSPORT_INIT(197)
    Stopping PointBase server...
    I changed the port address of both admins but I dont' think that's the issue. Can someone tell me whats going on.
    Thanks

    Hi
    Iam getting the Same Error , Can you provide me some information on what changes did you made to the setDomainEnv.cmd file to make this work
    thanks in advance

  • OSB Server fails startup port in use

    Hi fellow Oracle members,
    I am trying to install Oracle Service Bus on Weblogic Application Server 11G (10.3.3.0). I first created the weblogic domain then later extended it to also include the OSB functionality. After extending the domain I changed the nodemanager.properties using the setNMProps.sh file then restarted the nodemanager.
    The osb_server1 is created succesfully in the WL domain however I can not start it up due to the following exception in the servers osb_server1.out file:
    <content osb_server1.out>
    starting weblogic with Java version:
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
    /opt/robin/domains/osbTest/bin/startWebLogic.sh: line 166: 10209 Aborted ${JAVA_HOME}/bin/java ${JAVA_VM} -version
    Starting WLS with line:
    /opt/oracle/Middleware/jdk160_18/bin/java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8455,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSiz
    e=128m -XX:MaxPermSize=512m -Dweblogic.Name=osb_server1 -Djava.security.policy=/opt/oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.system.BootIdentityFile=/opt/robin/domains/osbTest/s
    ervers/osb_server1/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -Xverify:none -da:or
    g.apache.xmlbeans... -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=/opt/oracle/Middleware/wlserver_10.3 -Dwls.home=/opt
    /oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/opt/oracle/Middleware/wlserver_10.3/server -Ddomain.home=/opt/robin/domains/osbTest -Dcommon.components.home=/opt/oracle/Middleware/oracle_common -Dj
    rf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=/opt/oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.do
    main.config.dir=/opt/robin/domains/osbTest/config/fmwconfig -Doracle.server.config.dir=/opt/robin/domains/osbTest/config/fmwconfig/servers/osb_server1 -Doracle.security.jps.config=/opt/robin/domains/osbTest/
    config/fmwconfig/jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=/opt/robin/domains/osbTest/config/fmwconfig/carml -Digf.arisidstack.home=/opt/robin/domains/o
    sbTest/config/fmwconfig/arisidprovider -Dweblogic.alternateTypesDirectory=/opt/oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/opt/oracle/Middleware/oracle_common/modules/oracle.oamprovider_11
    .1.1 -Dweblogic.jdbc.remoteEnabled=false -Dweblogic.management.discover=false -Dweblogic.management.server=http://10.1.8.111:14000 -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblog
    ic.ext.dirs=/opt/oracle/Middleware/patch_wls1033/profiles/default/sysext_manifest_classpath:/opt/oracle/Middleware/patch_oepe1033/profiles/default/sysext_manifest_classpath:/opt/oracle/Middleware/patch_ocp35
    3/profiles/default/sysext_manifest_classpath weblogic.Server
    ERROR: transport error 202: bind failed: Address already in use
    <end content osb_server1.out>
    I checked several forum threads for this exception and learned from them that the normal cause is the double usage of the Debug port 8453. I changed this port both in the setDomainEnv.sh file as well as in the nit-info/startscript.xml and the init-info/startscript-unsub.xml. Stopped all the weblogic components (nodemanager and AdminServer) then restarted everything again. This solution unfortunately does not work as the above exception keeps appearing even when different ports are used.
    Has anyone seen the JDWP Transport dt_socket exception when they installed the osb functionality and knows how to solve this?
    Thank you in advance,
    Rene

    What is your point of view about what the cause could be of this exception? I used the supplied JVM that came with the Oracle Fusion Middleware Weblogic Application Server so my expectation is that the JDK version is not the cause of this exception. It looks to me to be something in the configuration?

  • Transport error 202 bind failed address already in use

    how to rectify -- transport error 202 bind failed address already in use-- while running CA server
    i have created new production and pub server, first i runned production server after that while running CA server i got that error. if i run CA server independently its running

    It seems like a port conflict issue. You should check rmi and other ports in the configuration file for the component /atg/dynamo/Configuration in the localconfig of your production and publishing servers directories under <ATG>\home\servers. Also, your app server should be configured to run two separate instances for production and publishing server as per the http ports specified in /atg/dynamo/Configuration.

  • Report Job failed when Bursting is used in BI Publisher 11.1.1.5

    The Report Job failed when Bursting is used.
    error message:
    [INSTANCE_ID=aimedap1s.1347261753557] [OUTPUT_ID=1421][ReportProcessor]Error rendering documentoracle.xdo.servlet.scheduler.ProcessingException: [ReportProcessor]Error rendering document
    at oracle.xdo.enterpriseScheduler.bursting.BurstingReportProcessor.renderReport(BurstingReportProcessor.java:455)
    at oracle.xdo.enterpriseScheduler.bursting.BurstingReportProcessor.onMessage(BurstingReportProcessor.java:127)
    at oracle.xdo.enterpriseScheduler.util.CheckpointEnabl
    the reproduce steps :
    1. Create a Bursting query in the Data Model
    2. Create Report Job with the option
    "Use Bursting Definition to Determine Output & Delivery Destination" enabled
    3.Schedule the report Job
    4. run the report and found the status of it is problem, the error message above can be found.
    *Note:not all the report job failed when bursting is used, in step1 when set OUTPUT_FORMAT as PDF,HTML,RTF,PowerPoint 2007,
    the report will be run successfully,but when set other OUTPUT_FORMAT that list in the following document, the report can not run successfully.
    http://docs.oracle.com/cd/E21764_01/bi.1111/e18862/T527073T555155.htm
    Adding Bursting Definitions>>Defining the Query for the Delivery XML
    >>OUTPUT_FORMAT
    Can anyone give some advice on how to troubleshooting it?
    Looking forward for your reply
    Regards

    Hello vma.
    I happened to find the solution on 11.1.1.3. With xdo-server.jar, you can use DataProcessor class.
    For details and sample source code:
    http://blog-koichiro.blogspot.com/2011/11/bi-publisher-java-apigenerate-pdf-with.html
    * Not sure if it works on 11.1.1.5 though, I hope this gonna help you.

  • I keep getting a " the connection to the server failed" when trying to use hotmail

    I keep getting a "The connectioin to the server failed" when trying to use hotmail

    Go into Settings, Mail, Contacts, Calendars, select the Hotmail account and check the account settings. Did you set it up with the Hotmail preset? Has this account ever worked on the iPhone? What other troubleshooting have you done?

  • TS3991 I organazied my contacts by the address of my tenants. I just joined to Icloud and I am not able to find my tenants in the directory in the computer at all. I could search when I am using my phone but they do not show at first.how can correct this?

    I am a landlord and I organazied my contacts by the address of my tenants. I just joined to Icloud and I am not able to find my tenants in the directory in the computer at all. I could search when I am using my phone but they do not show at first.how can correct this? as an example 37 31 1 and when i type this nothing is showing.

    I am a landlord and I organazied my contacts by the address of my tenants. I just joined to Icloud and I am not able to find my tenants in the directory in the computer at all. I could search when I am using my phone but they do not show at first.how can correct this? as an example 37 31 1 and when i type this nothing is showing.

  • "rastertoescpII failed" when trying to use a shared windows printer

    I have a 2010 MBP running Snow Leopard and I am trying to use my mother's Epson C88 printer that is shared from a Windows computer running Windows XP. Everything is fine (my computer picks up the printer) except with drivers... when I use the "Epson C88 Series" drivers I get an error that says "rastertoescpII failed." If I use the Gutenprint drivers, the printer prints out 10,000 pages of gibberish. I read the archived articles on here about the ways that people solved it but none of those solutions are working for me (probably since I am using a shared printer on my network not a printer connected to my computer). Any ideas on how I can fix this?

    I have an EPSON Stylus CX3900 Multifunctional. With the drivers provided by Apple or Epson, I got the same message. I checked the gutenprint drivers and found out my printer wasn't even listed (Latin American model or something like that). Anyway, I installed the printer (samba) using the CX3810 driver and it's working perfectly now. A bit slow but I can live with it.
    A question: Am I supposed to be able to use the scanner from a multifunctional printer (hooked to a PC network) from my mac? That is, if the Epson or Apple drivers did their jobs correctly??
    TX!!

  • List data validation failed when creating a new list item but does not fail when editing an existing item

    Dear SharePoint Experts,
    Please help.
    Why does my simple formula work in Excel but not-work in SharePoint?
    Why does this formula...
    =IF([Request Type]="Review",(IF(ISBLANK([Request Date]),FALSE,TRUE)),TRUE)
    ...work in Excel but fail when I try to use it in SharePoint?
    The intent of this formula is the following...
    If the field "Request Type" has the value "Review" and the field "Request Data" is blank then show FALSE, otherwise show TRUE.
    SharePoint saves the formula, but when a list item is saved where the formula is implemented, (under List Settings, List Validation), SharePoint does not, say anything other than that the formula failed.
    Note that the "list data validation failed" error only happens when I am creating a new item-- the formula above works just fine when one is trying to Save on the edit form. 
    Can you help?
    Thanks.
    -- Mark Kamoski

    Dear Jason,
    I appreciate your efforts.
    However, it seems to me that this statement of yours is not correct...
    "If it meet the validation formula, then you can new or edit the item, otherwise, it will throw the 'list data validation failed' error, it is by design".
    I believe this is NOT the answer for the following reasons.
    When I create a new item and click Save, the validation error is "list data validation failed".
    When I edit an existing item and click Save, the validation error is "my custom error message" and this is, I believe, the way it needs to work each time.
    I think, at the core, the error my formula does not handle some condition of null or blank or other default value.
    I tried a forumla that casts the date back to a string, and then checked the string for a default value, but that did not work.
    I tried looking up the Correlation ID in the ULS when "list data validation failed" occurs, but that gave no useful information because, even though logging was set to Verbose, the stack trace in the error log was truncated and did not given any
    good details.
    However, it seems to me that SharePoint 2013 is not well-suited for complex validation rules, because...
    SharePoint 2013 list-level validation (NOT column-level validation) allows only 1 input for all the multi-field validation formulas in a given list-- so, if I had more than 1 multi-field validation rule to implement on a given list, it would need to be packed
    into that single-line-of-code forumla style, like Excel does. That is not practice to write, debug, or maintain.
    SharePoint 2013 list-level validation only allows 1 block of text for all such multi-field validation rules. So that will not work because I would have something like "Validation failed for one or more of the following reasons-- withdrawal cannot exceed
    available balance, date-of-birth cannot be after date-of-death,... etc". That will not work for me.
    The real and awesome solution would simply be enhancing SP 2013 so that column-level validation forumlas are able to reference other columns.
    But, for now, my workaround solution is to use JavaScript and jQuery, hook the onclick handler on the Save button, and that works good. The only problem, is that the jQuery validation rules run before any of the column-level rules created  with OOTB
    SP 2013. So, in some cases, there is an extra click for the enduser.
    Thanks,
    Mark Kamoski
    -- Mark Kamoski

  • Fail to connect on Citrix with Limited User but succeeds with Admin user

    On one of our customer's installations which is on a Citrix server, the users cannot connect to the database when they are Limited users. But if the same user is promoted to Administrator it can connect.
    The Application uses ODP.Net to connect. Other tools in the installation that use ODBC works for limited users.
    The OracleConnection.Open method throws an exception without an error message.
    The stack trace is:
    at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure)
    at Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, Object src)
    at Oracle.DataAccess.Client.OracleConnection.Open()
    On the server we have installed Oracle Client 10.2.0.1 where the .Net provider also is installed (otherwise it would not work for the admin user either).
    Anyone who has a clue on why this strange behavior happens?
    / Nils

    That was a known issue in 10201, and should be resolved by patching the client up to 10204. You do that by applying the database patch to the client, and you can get the 10204 database patch on Metalink.
    Cheers,
    Greg

  • Error "Deserialisation failed" when trying to use BAPI via a web service

    I created a web service in BW with the help from the wizard WS_WZD_START. The web service contains
    (among others) the RFC BAPI_ODSO_READ_DATA_UC.
    The web service runs OK & can be used from the SAP Web Services Navigator.
    Now when i try to use the web service from Delphi i get
    an error: "Deserialisation failed" (SimpleTransformationFault) "ODSOBJECT erwartet".
    The ODSOBJECT parameter is there to be sure.
    I saw the same error before in this forum but found no real solution there. I am using BW 6.40 & SP 12.
    XML sent:
    <?xml version="1.0" encoding="UTF-8" ?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <SOAP-ENV:Header>
    <sapsess:Session xmlns:sapsess="http://www.sap.com/webas/630/soap/features/session/">
    <enableSession>true</enableSession></sapsess:Session></SOAP-ENV:Header>
    <SOAP-ENV:Body><ns1:BAPI_ODSO_READ_DATA_UC xmlns:ns1='urn:sap-com:document:sap:rfc:functions'>
    <DATALAYOUT></DATALAYOUT><INFOOBJECTLIST><item>
    <INFOOBJECT>/CIVGM/NUM</INFOOBJECT></item></INFOOBJECTLIST>
    <MAXROWS>2</MAXROWS><ODSOBJECT>/CIVGM/BPLO001</ODSOBJECT><ORDERBY></ORDERBY>
    <RESULTDATA></RESULTDATA><SELECTIONCRITERIA></SELECTIONCRITERIA><UNICODE>N</UNICODE>
    </ns1:BAPI_ODSO_READ_DATA_UC></SOAP-ENV:Body></SOAP-ENV:Envelope>
    Answer:
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
    <soap-env:Body><soap-env:Fault><faultcode>soap-env:Client</faultcode>
    <faultstring xml:lang="en">Deserialisation failed</faultstring>
    <detail><n0:SimpleTransformationFault xmlns:n0="http://www.sap.com/transformation-templates">
    <MainName>/1BCDWB/WSS0050825153239449000</MainName>
    <ProgName>/1BCDWB/WSS0050825153239449000</ProgName>
    <Line>73 </Line>
    <Valid>X</Valid>
    <MatchFault>
    <DescriptionText>Element 'ODSOBJECT' erwartet</DescriptionText>
    <TokenType>S</TokenType>
    <TokenName>CODEPAGE</TokenName>
    <TokenNameSpace>urn:sap-com:document:sap:rfc:functions</TokenNameSpace>
    <TokenValue></TokenValue>
    </MatchFault><Caller>
    <Class>CL_SRG_RFC_PROXY_CONTEXT</Class>
    <Method>IF_SXML_PART~DECODE</Method>
    <Positions>1 </Positions>
    </Caller></n0:SimpleTransformationFault>
    </detail></soap-env:Fault>
    </soap-env:Body></soap-env:Envelope>
    The same error occurs when I take the exact XML that was sent from Web Services Navigator (the XML that worked) and send that from Delphi.
    What could be wrong?

    Hi Simon,
       Other thing you can do is compare the HTTP requests (including header) from both Delphi and XMLSPY. I suspect if the SOAP message is same in both case the difference might be in the header. But one thing is certain, WAS can not respond differently for same request, don't you think so ?
    Cheers,
    Sanjeev

  • Authentication Failed when trying to use Save As in the Firefox

    Hi,
    user tries to save concurrent request output (.txt) and gets 'Authentication Failed.' message in the file created.
    Same thing if he wants to see page source...
    I ran through firefox about:config, and found nothing special.
    browser.cache.disk_cache_ssl is disabled...
    Any ideas?
    Thanks!
    Kind regards,
    Kris

    Hi Carlo,
    thanks, tried all possible combinations of that property, but it did't work as hoped...
    When a page is loaded, it is cached so it doesn't need to be downloaded to be redisplayed. If the page changes after a previous visit, you may want to redownload it anyway to get the updated page. This preference controls how often to check for a newer version of a cached page.
    0-Check for a new version of a page once per session (a session starts when the first application window opens and ends when the last application window closes).
    1-Check for a new version every time a page is loaded.
    2-Never check for a new version - always load the page from cache.
    3-Check for a new version when the page is out of date. (Default)
    Found one workaround, but not totally ok:
    Right mouse click -> Select All
    Right mouse click -> View Selection Source
    File -> Save
    But there are HTML tags in saved file, and users don't want to edit the file...
    Regards,
    Kris
    Edited by: kristjan on Jan 24, 2013 8:49 AM

  • Server Socket Binding

    We use a ServerSocket Listening on port 162 to receive Traps from a Remote agent. If the application is launched on a multi-homed system (system with Multiple IP Addresses), which IP Address does the socket bind to ?
    Is it the case that the Socket binds to a port and not to a IP and hence IP to which it is bound does not matter at all?
    Kindly respond

    We use a ServerSocket Listening on port 162 to receive
    Traps from a Remote agent. If the application is
    launched on a multi-homed system (system with Multiple
    IP Addresses), which IP Address does the socket bind
    to ?It depends of the ServerSocket constructor you use. If you only say:
    ServerSocket ss = new ServerSocket( port );it will bind every IP address your machine has. However, if you use:
    ServerSocket ss = new ServerSocket(port, backlog, bindAddr) ;Your server socket will be bound to the InetAddress object bindAddr (the IP you need to be bounded to).
    HTH

  • SSO failing when sap transactions are accessed in portal thru internet

    Hi,
    We are accessing portal through internet on reverse proxy(Apache) but the SSO is failing when accessing sap transactions in portal but other screens(ESS) are accessible. Please let me know does this require any config settings in portal or apache side.
    thanks i advance.
    Marcus

    Hi Rajender,
    I tried doing the same in the ECC system but the iview is throwing error"resource not available".
    We have given just an Apache Ip address in the format  <ipaddress>:80 as we doesn't have FQDN for the apache in the place of WebAs and ITS Host name.
    Also the WEBAS path is /sap/bc/bsp/sap and ITS path is /sap/bc/gui/sap/its/webgui. Does this require any modifications.
    Please also let me know for any changes need to be done on the httpd.config file on Apache server.
    portal.xxxxx.xxx.xx  - Our External URL
    hostname:port/irj/portal - Our Intranet URL
    Please let me know the exact format of the entries to be made in ITS and Web As settings with the apache details.
    Web AS Host Name :   Hostname:port
    ITS Host Name :   Hostname:port
    ITS Path  : /sap/bc/gui/sap/its/webgui
    thanks in advance
    Marcus

  • After updating my ipad2, i can't hear the the sounds when using YouTube or Skype ..but can able to hear them when I'm using FaceTime.

    I can only hear the sounds of music, videos or skype when I'm using the FaceTime, but when I end the call of FaceTime I can't hear the sounds anymore or play music.

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    The other person could have dust in their Mic hole. Use a vacuum to remove the dust.
     Cheers, Tom

Maybe you are looking for

  • How to install optional plug-ins

    I just read in the March issue of Photoshop User magazine about optional plug-ins you can download from http://www.adobe.com/support/downloads/detail.jsp?ftpID=4048. It includes the Contact Sheet II plug-in among others. The article described how to

  • Connection error with AAD PowerShell module 8362.1 from 2015-01-19

    After installing the Azure AD Module for PowerShell version 8362.1 released January 19, 2015, I get the following two errors when connecting to the service: connect-msolservice : The server did not provide a meaningful reply; this might be caused by

  • Problem with the accounts

    Hi, I cannot add new account and modify the name of the other account, why? thanks for your support. Alessandro.

  • PO change rejection by approver

    Hi Gurus, We're currently in SRM 5.0 and I have 2 requirements: 1. When approver rejects the PO changes by buyer, there should be a workitem going back to buyer and buyer should be able to see rejection reason. 2. When buyer changes PO and sends appr

  • Oracle E-Business Suite non-rac to rac

    Hi, I've r12.0.6/10.2.0.3/RHEL5.3/file system NON-RAC and want to go r12.0.6/11gr2V2/RHEL5.4/ASM and RAC enviornment. Planning to move as follows: -Upgrade RHEL 5.4 -Upgrade to 11gr2V2 -COnvert to ASM -Configure to RAC. Please advice if any idea whic