Get count of users connected to my application via browser but not throuhg console

Hello,
My requirement is to find the no. of active, connected and disconnected users and
inactive time of each user to my application on weblogic server 5.1.0 sp-10. when
i used console it gives only count of users connected via console. I need it without
starting console. I tried
http://localhost:7001/AdminMain?refreshSecs=60 but this also works same as console.
Please, reply me asap...
Thank you,
Sandeep

Hello again,
I also tried using weblogic api in jsp file as below but result is 0.
<%@ page import="weblogic.rjvm.*" %>
<%
weblogic.rjvm.RJVMManager rr = weblogic.rjvm.RJVMManager.getRJVMManager();
int Cc = rr.getConnected() ;
int Dc = rr.getDisconnected();
String Name = rr.getName();
int active = rr.getActive();
%>
<html>
     <head>
</head>
     <body>
Active Users =<%=active%>
<br>
Disconnected Users =<%=Dc%>
<br>
     </body>
</html>
"Sandeep" <[email protected]> wrote:
>
Hello,
My requirement is to find the no. of active, connected and disconnected
users and
inactive time of each user to my application on weblogic server 5.1.0 sp-10.
when
i used console it gives only count of users connected via console. I need
it without
starting console. I tried
http://localhost:7001/AdminMain?refreshSecs=60 but this also works same
as console.
Please, reply me asap...
Thank you,
Sandeep

Similar Messages

  • Get count of users connected to my application via browser but not through console

    Hello,
    My requirement is to find the no. of active, connected and disconnected users and
    inactive time of each user to
    my application on weblogic server 5.1.0 sp-10. when i used console it gives only
    count of users connected via
    console. I need it without starting console. I tried
    http://localhost:7001/AdminMain?refreshSecs=60 but this also works same as console.
    I also tried using weblogic api in jsp like below but output is 0;
    <%@ page import="weblogic.rjvm.*" %>
    <%
    weblogic.rjvm.RJVMManager rr = weblogic.rjvm.RJVMManager.getRJVMManager();
    int Cc = rr.getConnected() ;
    int Dc = rr.getDisconnected();
    String Name = rr.getName();
    int active = rr.getActive();
    %>
    <html>
         <head>
    </head>
         <body>
    Active Users =<%=active%>
    <br>
    Disconnected Users =<%=Dc%>
    <br>
         </body>
    </html>
    Please, reply me asap...
    Thank you,
    Sandeep

    Hi Sandeep,
    You might try posting your request to the weblogic.developer.interest.jsp newsgroup.
    HTH,
    Bruce
    Sandeep wrote:
    Hello,
    My requirement is to find the no. of active, connected and disconnected users and
    inactive time of each user to
    my application on weblogic server 5.1.0 sp-10. when i used console it gives only
    count of users connected via
    console. I need it without starting console. I tried
    http://localhost:7001/AdminMain?refreshSecs=60 but this also works same as console.
    I also tried using weblogic api in jsp like below but output is 0;
    <%@ page import="weblogic.rjvm.*" %>
    <%
    weblogic.rjvm.RJVMManager rr = weblogic.rjvm.RJVMManager.getRJVMManager();
    int Cc = rr.getConnected() ;
    int Dc = rr.getDisconnected();
    String Name = rr.getName();
    int active = rr.getActive();
    %>
    <html>
    <head>
    </head>
    <body>
    Active Users =<%=active%>
    <br>
    Disconnected Users =<%=Dc%>
    <br>
    </body>
    </html>
    Please, reply me asap...
    Thank you,
    Sandeep

  • Can connect to local DB via SQLPlus but not via SQLDeveloper, all info incl

    Have a database running on a new local Windows 7 Professional Machine with data, users, etc from an db import. Able to access database via sqlplus, run queries, etc. Cannot run from Oracle SQL Developer. Trying to use Connection Type Basic, Hostname localhost, port *1521*.
    Using SID = xe I get:
    Status: Failure -Test failed: Listener refused the connection with the following error: ORA-12518, TNS:listener could not hand off client connection The Connection descriptor used by the client was localhost:1521:xe
    When I add a service in my listener.ora file for sid_name=xe and program_name=xe (which I include below), I get
    ORA-12518, TNS:listener could not hand off client connection. The connection descriptor used by the client was localhost:1521:xe
    Using Service name = xe I get:
    Status: Failure -Test failed: Io exception: the Network Adapter could not establish the connection.
    Here's every single piece of information I think you may possibly need to help me with the issue. [I've been trying to find the solution on these forums so I hope I haven't messed my settings up even more than they had been before.]
    TNSNAMES.ORA (XE is the name of my local database):
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (service_name = XE)
    (SERVER = DEDICATED)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    LISTENER.ORA
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = XE)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = XE)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    C:\Windows\system32>sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 25 19:36:15 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> select sysdate from dual;
    SYSDATE
    25-APR-10
    SQL> exit
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Produ
    ction
    C:\Windows\system32>tnsping xe
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2
    010 19:43:02
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhos
    t)(PORT = 1521)) (CONNECT_DATA = (service_name = XE) (SERVER = DEDICATED)))
    OK (20 msec)
    C:\Windows\system32>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2010 19:46
    :20
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "XE" has 1 instance(s).
    Instance "XE", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:10
    LOCAL SERVER
    The command completed successfully
    Edited by: user1966631 on Apr 25, 2010 4:59 PM

    Got it. No, no virtualization. Just Win7 64-bit computer running XE.
    C:\Users\Gil>sqlplus ccxreg/ccxreg@XE
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 25 21:23:20 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    listener.log
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2010 19:54:10
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=760
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    25-APR-2010 19:55:46 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51031)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:11 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51040)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:18 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51043)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:31 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51048)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:34 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))(SERVICE_NAME=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51050)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:37 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51052)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 20:42:45 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52547)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 20:43:08 * (CONNECT_DATA=(SID=@xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52558)) * establish * @xe * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    25-APR-2010 20:43:13 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))(SERVICE_NAME=@xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52562)) * establish * @xe * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    25-APR-2010 21:03:00 * ping * 0
    25-APR-2010 21:03:17 * ping * 0
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2010 21:06:07
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=6836
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    25-APR-2010 21:06:11 * service_register * CLRExtProc * 0
    25-APR-2010 21:06:11 * service_register * CLRExtProc * 0
    25-APR-2010 21:06:11 * service_update * CLRExtProc * 0
    25-APR-2010 21:07:04 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=53945)) * establish * xe * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    25-APR-2010 21:07:55 * service_update * CLRExtProc * 0
    25-APR-2010 21:09:35 * service_update * CLRExtProc * 0
    25-APR-2010 21:11:15 * service_update * CLRExtProc * 0
    25-APR-2010 21:12:55 * service_update * CLRExtProc * 0
    25-APR-2010 21:14:35 * service_update * CLRExtProc * 0
    25-APR-2010 21:16:16 * service_update * CLRExtProc * 0
    25-APR-2010 21:17:56 * service_update * CLRExtProc * 0
    25-APR-2010 21:19:38 * service_update * CLRExtProc * 0
    25-APR-2010 21:21:21 * service_update * CLRExtProc * 0
    25-APR-2010 21:23:02 * service_update * CLRExtProc * 0
    25-APR-2010 21:23:20 * (CONNECT_DATA=(service_name=XE)(SID=XE)(SERVER=DEDICATED)(CID=(PROGRAM=C:\oraclexe\app\oracle\product\10.2.0\server\bin\sqlplus.exe)(HOST=WIN7X64)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=54388)) * establish * XE * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    25-APR-2010 21:24:43 * service_update * CLRExtProc * 0

  • How do I get my iphone to connect with my PC via WiFi

    How do I get my iphone to connect with my PC via WiFi?

    I Believe you are trying to use personal hotspot so you can use your 3G/LTE on your pc.
    If that's the question, you'll need to turn on "Personal Hotspot" in settings (it's right below bluetooth), then go to your Mac/PC and connect to your iphone as you would with a normal wi-fi connection. You can change the random default password in the same menu where you have turned on "Personal Hotspot"

  • I have a ipad2 and can only connect to the internet on safari but not any WiFi related apps such as YouTube or Facebook. plz help.

    i have a ipad2 and can only connect to the internet on safari but not any WiFi related apps such as YouTube or Facebook. plz help.

    Try changing the channel in use in case you're getting interference. 
    If you have WEP enabled on the Internet Sharing it'ss worth disabling it whilst troubleshooting the connectivity issues.
    mrtotes

  • I keep getting kicked off of my wifi with my MacBook Pro but not with my IPAD?

    I keep getting kicked off of my wifi with my MacBook Pro but not with my IPAD, what do I do?

    Hi, mmayers.
    Sometimes a simple power cycle of the router can correct the issue that you are experiencing.  However, the issue could be a little more complex.  Wi-Fi routers need adjustments to settings periodically for optimized performance with the constant progression of wireless device technology.  Below, I have included two articles.  The first article will cover basic Wi-Fi troubleshooting.  The second article covers the recommended settings for current Wi-Fi access points.
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT4628
    iOS and OS X: Recommended settings for Wi-Fi routers and access points
    http://support.apple.com/kb/ht4199
    Cheers,
    Jason H.

  • I changed my User ID it changed on my phone but not on iCloud and it wont let me change my apple ID to my new ID how do I fix this?

    I changed my User ID it changed on my phone but not on iCloud and it wont let me change my apple ID to my new ID how do I fix this?

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use.  When you delete the existing account you will get an option to keep the iCloud data on your device.
    Before deleting the account, save any photo stream photos that you want to keep to your camera roll.

  • Connected to the internet via ethernet, BUT...

    I turned off my computer, modem, everything and uplugged it all because of a severe lightning storm Saturday. Since I turned it back on the next day I haven't been able to access the web or my mail. However, the problem must be with my G4, because I have an iBook on Airport and I'm able to connect to the web and email with it. So the cable modem and Airport are evidently working properly. My G4 network settings all appear normal. I've got a green light saying I am connected to the internet via ethernet, but I'm really not. My email won't go online and no browser works, although I don't get a "can't connect" message on the browser screen, it just stays white. I had this problem before but I can't remember what I did to correct it. I just remember unplugging the modem and Airport over and over, in different order, and resetting preferences. But I don't remember what I did, if anything, to actually make it work again. Does anyone have an idea on what I can try to REALLY connect?
    Thanks in advance for your help.
    Frustrated in Florida,
    EG

    Tough to troubleshoot lightning in person, moreso at a distance!
    Things to try...
    Type 17.112.152.32 into your browser... thinking it may be off looking for a DNS server that doesn't exist.
    Launch Network Utility and see if you can Ping like that addy, or your other computer.
    Results may help us get further.

  • I cannot get GPS Only to work on my ipad3 (4g version, but not on an active cell plan, and wifi off).  Is there some new requirement in 7.1 or 7.1.1 to have cell and/or wifi enabled for GPS to work? I am testing with MotionX

    It seems like I cannot get GPS only to work on my ipad3 (4g version, but not on an active cell plan, and wifi off).  Is there some new requirement in 7.1 or 7.1.1 to have cell and/or wifi enabled for GPS to work? I am testing with MotionX, garmin blueChart mobile, and a GPS monitoring tool. All show no signal. If I turn on cell and wifi,  it says I get gps signal, but can't tell if that is from the GPS chip, or just from cell and wifi only (maybe with some gps mixed in)?  Any ideas on how to get iPad working with GPS only??

    Roger that.  Thanks for your time.
    System:
    Windows 7 64bit
    Processor: AMD phenom IIX4 965
    RAM:  Gskill Ripsaw F3-12800CL7D-4GBRM (2-2GB sticks)
    GPU:EVGA Classified Nvidia GeForce GTX 560 Ti 448 core
    PSU: Kingwin 1000W laser gold (LZG-1000)
    Yes. tried the one ram stick, no go.  I have been trying to boot off/install the windows 7 disk but am unable to get to the point where windows starts installing after its gathering information portion of the install.  I can get to the disk selection screen of the install with the WD HD on SATA port 2 but then get the "cant install messages" when I try to select the Vertex 3.  Yes I can see the Vertex 3 Drive as well as the WD drive at this point.  some times I have to hit "scan" a couple of times.

  • HT5622 When trying to log on to I-Cloud with my Apple Id, I keep getting the message that this is a valid Apple Id but not an I-cloud account???How do I link my I-Tunes Apple Id with I-Cloud?

    When trying to log on to I-Cloud with my Apple Id, I keep getting the message that this is a valid Apple Id but not an I-cloud account???How do I link my I-Tunes Apple Id with I-Cloud?

    You are logging in iCloud for the first time. In this case, first you need to log in iCloud on an iPhone, iPad, iPod touch or Mac. See > http://www.apple.com/icloud/setup
    If you have not got a device to set iCloud up, you cannot use it. You can only use iCloud on your PC if you have got an Apple device

  • My MacBook Pro won't connect to the Internet via wifi but it worked fine on ethernet cord...I tried running diagnostic but it didn't work:((((  it happen every time if I restart the modem and/or router

    My MacBook Pro won't connect to the Internet via wifi but it worked fine on ethernet cord...I tried running diagnostic but it didn't work:((((  it happen every time if I restart the modem and/or router.. Any idea how to fix this?

    Hello Rattisate,
    Sorry to hear you are not able to connect to Wi-Fi on your MacBook Pro.  I would be concerned about this too.  You can find information on how to troubleshoot this in the following article:
    Troubleshooting Wi-Fi issues in OS X Lion and Mac OS X v10.6
    http://support.apple.com/kb/HT4628
    Follow the steps in the section labeled, "Symptom: My Mac does not connect to the Internet."
    Thank you for posting in the Apple Support Communities.
    Best,
    Sheila M.

  • HT201272 Hi guys...I have just got a new computer and want to get my library back up and running on it. However I seem to be missing some of my iTunes music purchases. Any ideas on how to get them back? They show up on my ipad but not my actual itunes acc

    Hi guys...I have just got a new computer and want to get my library back up and running on it. However I seem to be missing some of my iTunes music purchases. Any ideas on how to get them back? They show up on my ipad but not my actual itunes account.

    Hello there, Capricious13.
    There are great pointers in the following Knowledge Base article. Depending on where you see the content and where you want to get it to, this should guide you to putting it in the right place:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • I was using webrtc connection for a video connect. Firefox works in Mac but not work in windows

    I was using our company API tokbox SDK to do the servers test between two machines. I blocked one machine ipfw to test the server connection. However, our server connection works well when we are using two mac firefox browser, but not succeed when we were using one windows and one mac machine.

    Oh, I replied in your second question here: https://support.mozilla.org/questions/1001511

  • A printer that I have connected to my iMac via usb in not showing up in printer options on my iPhone or iPad and it use to before I upgraded to 8.1

    A printer that I have connected to my iMac via usb in not showing up in printer options on my iPhone or iPad and it use to before I upgraded to 8.1. How can I fix this?

    Is it an Airprint-compatible printer, and is its WiFi enabled if it is? (see: About AirPrint)
    If it isn't an Airprint supported printer, then you need a 3rd party driver on your iMac to print from an iPhone. Such as Printopia. As it worked in the past you probably have such a printer driver installed; check and see if it's running.
    Beyond that try restarting the printer, restarting the phone, restarting your router, and restarting your computer.

  • When I use my apple id to open I cloud I get a message that says id for apple is correct but not icloud id? Keeps me from reloading previously  purchased itunes, Is there anyway to correct this?

    when I use my apple id to open I cloud I get a message that says id  is correct apple id but not aa icloud id. This keeps me from dowloading previous purchases that I have lost when new ones sync on my ipod. anyway to correct this?

    If you updated your existing account then try logging out of it on the iPad by tapping on the id in Settings > iTunes & App Stores and then log back in and see if that 'refreshes' the account on the iPad.

Maybe you are looking for

  • NULL Value in OO Context

    Hi , I want to set NULL Value in OO Context. I cannot use clear with NuLL, SInce it is not allowed in OO Context. Do anybody know Class xyz => NULL_Constant ? Eg  cl_abap_char_utilities=>NEWLINE Regards Prasath

  • Unicode Enabling Issues for HR ABAP.

    Heay Guys, I am working on a Unicode Enabling Project. For those who has worked on a Unicode Enabling Project, could you please tell me if there would be any issues specific to HR ABAP Programs? This is an urgent requirement for me. Please reply me a

  • Import mp4 h.264 from camcorder results in wrong frame rate

    I have recently bought a PAL Samsung VP HMX20C camcorder that records 1080 50i or 1080 25p but when I import the video files into Final Cut Pro 6 the frame rate of the clips are 59.29 and 29.29 respectively. If these files are played with Quicktime o

  • Syslog errors

    I see the following errors in the syslog all the time. Leopard 10.5.3 Mac MIni PPC - all patches current. Airport Extreme Base station 7.3.1 NAT box not checked in AEBS NAT screen Connect to the internet via Verizon DSL, PPPoE, DCHP from Verizon. Thu

  • WDS??????

    what is WDS? i get an error on my WLSE server saying ""AP is not registered with any WDS"" Do i need a WDS? If so could anyone send me to a good link about setting up a WDS........Thanks! James