Trying to connect to Hotmail using Wellphone XT as modem

Hi
I've just got a WellPhone XT 3.7.671.33 with Yoigo to use in Spain. Yesterday, on the first day, it worked briefly with hotmail but has now stopped working entirely - I can't use it online with hotmail.com or via Outlook Express.
I have a Netbook, the NC10 from Samsung, and am using Outlook Express but also various browsers - IE 7, Chrome, Mozilla.
I have also tried on my other laptop, a Vista Business one, and it won't work there either. On Outlook Express it says unable to poll for messages, and on hotmail it simply tries to reload page over and over again. Yet it works fine in internet cafes today on wireless broadband. The main point of getting the modem was to check email - can you please advise what to try as it's driving me crazy, spent over 100 euros and not doing what I want it to do at all?
Error messages:Unable to poll for new messages on your HTTP server. Account: 'Hotmail', Server: 'http://services.msn.com/svcs/hotmail/httpmail.asp', Protocol: HTTPMail, Server Response: 'Bad Request', Port: 0, Secure(SSL): No, Error Number: 0x800CCC31 Header download for the 'Inbox' folder did not complete. Account: 'Hotmail', Server: 'http://services.msn.com/svcs/hotmail/httpmail.asp', Protocol: HTTPMail, Server Response: 'Bad Request', Port: 0, Secure(SSL): No, Error Number: 0x800CCC31

HI
To be honest I dont know why you posted this question here in the Toshiba notebook forum.
Here you can meet people, who shares knowledge and try to solve notebook problems.
Anyway, I goggled a little bit and found this page:
http://www.wellphone.com/webportal/portals/wellphone/master.aspx?c=/switcher/shop&u=/prod/WPXT&view=1779640885
Maybe it could be helpful

Similar Messages

  • Am trying to connect to database using thin driver am getting an erro

    Hi,
    Am trying to connect to database using thin driver am getting an error.may i know the exact problem. If any one provide the solution in steps wise better.The following is the error.
    Exception in thread "main" java.lang.ClassNotFoundException: oracle.jdbc.oracledriver
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at JdbcEx.main(JdbcEx.java:15)
    Thanks
    sreekanth

    Am trying to connect to database using thin driver am getting an error.may i know the exact problem. If any one provide the solution in steps wise better.The following is the error.
    Exception in thread "main" java.lang.ClassNotFoundException: oracle.jdbc.oracledriverThe JAR file is not in your classpath. Depends on what JAR you are using (ojdbc14.jar, ojdbc5.jar, etc). Bottom line, it can't find the class for the driver due to the JAR not being in the classpath.

  • Trying to connect to Oracle using Web App

    Hi Guys, I'm hoping someone here can help. This question goes out to anyone who has tried to connect to an Oracle database via web application written using Java Server Pages and Servlets. There is a specific file called the context.xml that contains the connection parameters to Oracle. Please note thread of conversation derived from a Java forum I've posted to earlier.
    The bottom line is that "orcl" is the SID value for the Oracle database. The connection pool apparently isn't able to create connection objects based on the SID value given. When I attempt to run the test.jsp page in the browser I get the error message noted below. I still don't know how to fix this and simply must get it working.
    Any advise is welcome.
    Alan
    I'm putting together a test page test.jsp in Tomcat that attempts to access my Oracle database running on the same machine. The point here is just to make sure I have the connection parameters correctly set before proceeding too far into the web application.
    In my context.xml file I have the following:
    <Resource name="jdbc/myoracle" auth="Container"
                  type="javax.sql.DataSource" driverClassName="oracle.jdbc.OracleDriver"
                  url="jdbc:oracle:thin:@127.0.0.1:1521:orcl"
                  username="BASIC_USER" password="tiger" maxActive="6" maxIdle="3"
                  maxWait="10000"/> In my web.xml file I have the following:
    <resource-ref>
          <description>Oracle Datasource example</description>
          <res-ref-name>jdbc/myoracle</res-ref-name>
          <res-type>javax.sql.DataSource</res-type>
          <res-auth>Container</res-auth>
    </resource-ref>My test.jsp page simply attempts to open a connection with the database and to display data from one table.
    When I go into the browser to open the page I get the following SQLExceptioin error:
    SQL Problem: Cannot create PoolableConnectionFactory (Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor )
    SQL State: null
    Vendor Error: 0
    It refers to the SID value in the descriptor. Well...you can see from the descriptor that I've written "orcl". That is the SID. url="jdbc:oracle:thin:@127.0.0.1:1521:orcl"
    At this point I'm spinning my wheels. I don't know what else to do to make this work.
    Please advise.
    Alan
    [Dukes Earned 111] Karanjit
    Posts:459
    Registered: 2/28/08
    Re: Tying test jsp page in Tomcat
    Jul 23, 2009 12:31 AM (reply 1 of 2) (In reply to original post )
    Click to email this message
    Oracle docs say:
    ORA-12505:TNS:listener does not currently know of SID given in connect descriptor
    Cause: The listener received a request to establish a connection to a database or other service. The connect descriptor received by the listener specified a SID for an instance (usually a database instance) that either has not yet dynamically registered with the listener or has not been statically configured for the listener. This may be a temporary condition such as after the listener has started, but before the database instance has registered with the listener.
    Action:
    - Wait a moment and try to connect a second time.
    - Check which instances are currently known by the listener by executing: lsnrctl services <listener name>
    - Check that the SID parameter in the connect descriptor specifies an instance known by the listener.
    - Check for an event in the listener.log file.
    [Dukes Earned 0] ashiers
    Posts:126
    Registered: 12/26/01
    Re: Tying test jsp page in Tomcat
    Jul 23, 2009 7:40 AM (reply 2 of 2) (In reply to #1 )
    Click to email this message Click to edit this message...
    Thanks for the description for the Error message 12505. It doesn't help much. This I did find out by running this command: LSNRCTL SERVICES LISTENER
    C:\>LSNRCTL SERVICES LISTENER
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 23-JUL-2009 11:12
    :00
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    Services Summary...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:545 refused:0 state:ready
    LOCAL SERVER
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:64 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: DOHWS1911, pid: 804>
    (ADDRESS=(PROTOCOL=tcp)(HOST=DOHWS1911)(PORT=1101))
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:545 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    So, according to this orcl is the correct SID parameter. Please advise further.
    Alan

    sb92075 wrote:
    Listener Log File c:\oracle11g\diag\tnslsnr\DOHWS1911\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DOHWS1911)(PORT=1521)))
    Please note HOST=DOHWS1911.
    Does DOHWS1911 map to 127.0.0.1?
    post results from following command
    tnsping orcl
    Please post last 2 - 3 dozen lines from c:\oracle11g\diag\tnslsnr\DOHWS1911\listener\alert\log.xml
    take very soon after the error is reported
    Yes DOHWS1911 is the host name given to my computer and probably is mapped to 127.0.0.1.
    When I ran tnspring orcl I get:
    C:\>tnspring orcl
    'tnspring' is not recognized as an internal or external command,
    operable program or batch file.
    Following is the tail end of the log.xml file after attempting to connect:
    <msg time='2009-07-23T16:41:02.031-03:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='DOHWS1911'
    host_addr='10.1.186.192'>
    <txt>23-JUL-2009 16:41:02 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2009-07-23T16:41:20.031-03:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='DOHWS1911'
    host_addr='10.1.186.192'>
    <txt>23-JUL-2009 16:41:20 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2009-07-23T16:41:53.031-03:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='DOHWS1911'
    host_addr='10.1.186.192'>
    <txt>23-JUL-2009 16:41:53 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2009-07-23T16:42:01.562-03:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='DOHWS1911'
    host_addr='10.1.186.192'>
    <txt>23-JUL-2009 16:42:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=DOHWS1911)(PORT=1521))))(VERSION=185599488)) * services * 0
    </txt>
    </msg>
    <msg time='2009-07-23T16:42:02.546-03:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='DOHWS1911'
    host_addr='10.1.186.192'>
    <txt>23-JUL-2009 16:42:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=DOHWS1911)(PORT=1521)))(VERSION=185599488)) * status * 0
    </txt>
    </msg>
    <msg time='2009-07-23T16:43:30.984-03:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='DOHWS1911'
    host_addr='10.1.186.192'>
    <txt>23-JUL-2009 16:43:30 * (CONNECT_DATA=(SID=mysid)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=SHIERSAJ))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1594)) * establish * mysid * 12505
    </txt>
    </msg>
    <msg time='2009-07-23T16:43:31.000-03:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='DOHWS1911'
    host_addr='10.1.186.192'>
    <txt>TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    </txt>
    </msg>GOD! It doesn't get any more Greek than this!
    What does it all mean? HELP!
    Alan

  • Error while trying to connect to Database using Oracle instantclient

    I have a linux box where i have downloaded"instantclient-basic-linux.x64-11.2.0.3.0.zip". I have unzipped in /opt/instantclient_11_2.
    I am using this as a client in my code for connecting to the oracle 11g database which is in a different server. I have set the below env variables.
    LD_LIBRARY_PATH=/opt/instantclient_11_2
    CLASSPATH=/opt/instantclient_11_2:...
    PATH=/opt/instantclient_11_2:...
    When i run my program i am getting the below error.
    java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
    at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:765)
    at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:414)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:546)
    at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:162)
    I am trying to connect through a thick client as below.
    Class.forName ("oracle.jdbc.OracleDriver");
                   Connection conn = DriverManager.getConnection("jdbc:oracle:oci8:@hostname_orcl", userid, pwd);
    I have seen in some forums that we need to set $ORACLE_HOME and $TNS_ADMIN env variables as well. But, here i am trying to connect to a remote database. what should i set these variables to as i don't have oracle in my machine??
    Thanks

    looks like you didnt complete the install of the instant client. the ORACLE_HOME and TNS_ADMIN points to the location of the tnsnames if you dont have the full tns string in your jdbc connection string
    https://kb.berkeley.edu/jivekb/entry.jspa?externalID=1826

  • Error message WMC604 in VZAM when trying to connect to 4G using Novatel USB551L.

    VZAM recognizes the modem, and attempts to connect to 4G. After about 10 seconds, a message appears,"Error WMC604, Device could not establish a connection". (I have no problem connecting to 3G, just 4G)
    One clue: If I have "Control Panel>Network Connections>Novotel 551L open when I try to connect, I can watch (if I am connecting to 3G) the modem aquire an IP address and connect. If I am connecting to 4G, there is no such activity shown on Control Panel>Network Connections>Novatel 551L modem. It just does nothing until the error message appears in VZAM. It's as if VZAM is not communicating with the modem although during this time VZAM displays a message "connecting".
     I have created a dial-up connection in Windows 7 according to the Verizon knowledge base article ID=29355 just so I could use 4G, and the modem connects and works just fine. I just wish I get it to connect to 4G using VZAM.
     I am using VZAM version v7.6.3.1(2642f) and one of the things that VZ tech support suggested was replace the SIM card, but that didn't make any difference. I am using Dell XPS 8300 desktop running Win 7 Home Premium,SP1 currently, although problem is the same on my Dell 5160 laptop running Win XP, SP3.
    Hoping someone here on this board can help. I have spent hours on the phone with Verizon tech support and they say they have never heard of this error, and have no clue how to make it go away. In checking Google, I see that it is in fact a fairly common error in VZAM, but no one seems to know how to fix it......Verizon reps on the board feel free to come to my rescue?
    HELP!!!!

    AdamE_VZW
    Thank you for your reply. I checked Device Manager for conflicts and see none. I opened VZAM and Device Manager>Novatel Modem side-by-side on the screen and attemped to connect to 4G using VZAM while watching Device Manager for conflicts. There were none indicated when the WMC604 error appeared in VZAM. According to Device Manager, my Novatel modem driver is version 1.1.12.0 ; dated 12/8/10. The "update driver" button is grayed out so I don't know how to check for a newer version. This version is the one that came on the VZAM install CD I belive.
    Some background about this problem: When I first got this modem and installed the software, it worked as it should. It came up in Global mode and connected to a weak 4G signal that was comming from the Portland OR airport. Because the signal was weak and un-reliable, the modem would constantly shift back to 3G, and then every few minutes back to 4G, over and over. I got tired of putting up with the constant hunting, and, using the diagnostic screen, locked it into EVDO mode until 4G went live in Portland OR in the middle of June. During the time it was in EVDO (3G) mode, I had no problem connecting to 3G using VZAM. When Portland went live, I locked it back to LTE mode, and that was when I discovered the error WMC604 message. This was using my previous computer, a Dell Dimension 4500 desktop, Win XP,SP3, and an external Wilson log-periodic tri-band antenna.  Since Portland went live, my current RSSI for 4G runs around -68db, and SINR varies between -9 to -12 db.
    I recently got my present computer, a Dell XPS-8300 desktop, Core i7, Win 7 Home Premium, SP1. I did a fresh install of VZAM on this new computer using the CD that came with the USB551L modem and then checked online (using 3G) for VZAM updates. It says I have the latest version.  The problem is exactly the same on the new computer as it was on my other 2 computers. That tells me that the problem must lie with the modem firmware or hardware, because the problem follows the modem, no matter what computer it is hooked up to. I even took it back to the Verizon store where I got it and they hooked it up to one of their computers and got the same error message when trying to connect to 4G. 3G worked properly
    As I mentioned before, the modem instantly connects to 4G using the Win 7 dial-up connection I created and gives pretty good speeds, about 10MB down and 4-5MB up, according to SpeedCheck.com.
    I can use it the way it is, it is just frustrating that it won't work using VZAM.
    Thank you for your attention and help,
    Inst_Tech

  • Exception thrown while trying to connect to Primavera using Web service.

    Dear all,
         We are trying to connect primavera from a .net application using Web service.It is working fine with P6 V7, but while trying to connect to V.8 there is an exception thrown by SoapHeaderException.
    The Contents in the Exception is like this
    System.Web.Services.Protocols.SoapHeaderException: This class does not support SAAJ 1.1
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Primavera.AuthenticationService.AuthenticationService.Login(Login Login1) in E:\Manesh\Code\PROTOTYPES\PrimaveraAuthentrication\SampleDemo\Web References\AuthenticationService\Reference.cs:line 100
       at Primavera.Form1.TestConnection(String& sErr) in E:\Manesh\Code\PROTOTYPES\PrimaveraAuthentrication\SampleDemo\Form1.cs:line 66
    Here i am specifying the C# code which makes the above exception
    public int TestConnection(ref string sErr)
                try
                    AuthenticationService.AuthenticationService authService = new AuthenticationService.AuthenticationService();               
                    try
                        authService.Url = Url;
                        authService.CookieContainer = new CookieContainer();
                        AuthenticationService.Login lg = new AuthenticationService.Login();
                        lg.UserName = LoginName;
                        lg.Password = Password;
                        lg.DatabaseInstanceId = 1;
                        lg.DatabaseInstanceIdSpecified = true;
                       AuthenticationService.LoginResponse lp = authService.Login(lg);   //This line which makes the exception
                        cookieContainer = authService.CookieContainer;                  
                    finally
                        if (authService != null)
                            authService.Dispose();                  
                    return 1;               
                catch (Exception eX)
                    return -1;
    We are looking forward for a solution
    Thanks in Advance.
    Regards
    Jinosh

    http://otn.oracle.com/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm#_59_
    The thin drivers are classes12.zip/classes111.zip. classes12.zip being the most recent release. You can download it from
    http://otn.oracle.com/software/tech/java/sqlj_jdbc/htdocs/winsoft.html
    (the general download site is http://otn.oracle.com/software/tech/java/sqlj_jdbc/content.html )
    Jamie

  • Newbie trying to connect to Oracle using ojdbc14

    Hey Programming Pals;
    I am trying to connect to a remote oracle data base.
    I have installed oracle client (allowing me to be able to connect with PL/SQL developer).
    Now I need to connect with JDBC.
    I down loaded ojdbc14 and put it in my tomcat bin directory.
    I than made an entry in path and in classpath to this jar file.
    Here is the code I am using to try and connect with:
    try
    {                                                DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    catch (ClassNotFoundException c)
    System.out.println("Could not load the ODBC driver:" + c);
    Here is the error I am getting:
    An error occurred at line: 38 in the jsp file: /jsp/form.jsp
    Generated servlet error:
    [javac] Compiling 1 source file
    D:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\jhtp5\jsp\form_jsp.java:85: package ojdbc14.oracle.jdbc.driver does not exist
                                            DriverManager.registerDriver(new ojdbc14.oracle.jdbc.driver.OracleDriver());
    I browsed through the jar and verified this path exists. Why can't the jvm find it?
    Here are my system variables:
    CLASSPATH:
    .;D:\Program Files\Apache Group\Tomcat 4.1\bin\ojdbc14.jar
    PATH:
    D:\Program Files\Apache Group\Tomcat 4.1\bin\ojdbc14.jar;D:\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
    Any help would be appreciated.
    Luke

    Tomcat doesn't use the System classpath.
    Put the ojdbc14.jar file in the web-inf/lib directory of your web application, restart Tomcat, and try again.
    Cheers,
    evnafets

  • Satellite C660D - Error 651 trying to connect to internet using modem

    Hi,
    I'm pretty dumb with this stuff so please make any responses so a 3 year old will understand.
    The problem - For some years I have used a desktop and connected to the internet using Virgin broadband modem and USB connection. Last week purchased a Satellite C660D installed the Windows 7 os supplied and tried to connect with my modem but have failed miserably.
    I keep getting error 651 message but don't understand why.
    I am using an ethernet connection (because my friend does on their laptop) and tried the cable on their system and it worked just fine so I don't think it is that.
    If somebody is kind enough to explain what I have to do, will I be able to keep this desktop connected to the internet with the usb and connect the laptop with an ethernet at the same time so I can read the instructions while I go or will I have to print off the instructions and disconnect the desktop before trying the laptop again? Yes I am that dumb and I'm not even blonde, lol
    Thanks in advance for anyone with the patience to try to assist me.

    Hi
    Dont think its notebook specific issue since many different users in the internet have reported the same error message with different computers but with preinstalled Win 7.
    There is no universal solution for that
    Check this page:
    http://techietalkz.com/2009/10/29/error-651-in-windows-7-a-killer-for-internet-connectionvpn/
    There are several tips to get this error fixed
    For example: removing the Microsoft Virtual PC 2007 or disabling the IPv6 for your connection.
    You will need to check the single proposals would be interesting to know what would fix this in your case

  • I am trying to connect my server using an Ethernet to router and want to search the internet using another wifi router. How can I accomplish this?

    I have a small storage server and want to connect to it via Ethernet.  I also want to connect the internet using a separate Wifi router from my provider.  How can I do both?

    Set the service order to have wifi first.
    System Preferences > Network > Click on the gear > Set Service order

  • Trying to connect a PDB using  BEQ protocol:

    Hello ,
    In connection with this item on the possible automatic optimization of communication between different PDB using database links. Optimize Database Links between PDBs on the same CDB . closed in this fórum.
    I tried to use the BEQ protocol to eliminate the overhead of SQL * Net and thus optimize the mass transfer of information between PDB using Database Links, as it is a normal requirement of the applications.
    Using this network alias in Windows environment:
    PDB_BE =
         (DESCRIPTION =
            (ADDRESS_LIST =
              (ADDRESS = (PROTOCOL = BEQ)
              (PROGRAM = oracle)
              (Argv0 = oracleCDB1)
              (ARGS = '(DESCRIPTION = (LOCAL = YES) (ADDRESS = (PROTOCOL = BEQ)))')
      (CONNECT_DATA = (SERVICE_NAME = CDB1))
    D:\ARTURO\FORMACION\Oracle12c\multi-tenant\WORK>sqlplus system/oracle@pdb_be
    SQL*Plus: Release 12.1.0.2.0 Production on Wed Dec 17 14:59:45 2014
    Copyright (c) 1982, 2014, Oracle.  All rights reserved.
    Last Successful login time: Wed Dec 17 2014 14:59:32 +01:00
    Connected to:
    Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
    SQL>
    Working properly, ie, a fast connection using the CDB1 service, it is obvious that CDB1 is the CBD.
    But if we connect to the PDB using the associated service:
    PDB_BE2 =
         (DESCRIPTION =
            (ADDRESS_LIST =
              (ADDRESS = (PROTOCOL = BEQ)
              (PROGRAM = oracle)
              (Argv0 = oraclePDB1)
              (ARGS = '(DESCRIPTION = (LOCAL = YES) (ADDRESS = (PROTOCOL = BEQ)))')
      (CONNECT_DATA = (SERVICE_NAME = pdb1))
    Where  pdb1 is the service of a PDB, gives this error:
    D: \ ARTURO \ TRAINING \ Oracle12c \ multi-tenant \ WORK> sqlplus system / oracle @ pdb_be2
    SQL * Plus: Release 12.1.0.2.0 Production on Miu December 17 2014 14:55:52
    Copyright (c) 1982, 2014, Oracle. All rights reserved.
    ERROR:
    ORA-12560: TNS: protocol adapter error
    Enter your username:
    Anyone know if I'm missing something in the configuration to use the BEQ protocol in this multi-tenant environment?
    Thanks!
    Arturo

    Hi Arturo,
    Finally got round to trying this and it doesnt work for me - though it does appear to at first
    Here is my tns entry
    marker =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = BEQ)
        (PROGRAM=oracle)
        (ARGS = '(DESCRIPTION = (ADDRESS = (PROTOCOL = BEQ)))')
        (CONNECT_DATA = (SERVICE_NAME = marker))
    marker is my pdb
    When i do sqlplus user/pass@marker it connects fine but........ its actually connected to the CDB not the PDB and this only works as long as ORACLE_SID is set locally. As soon as ORACLE_SID is unset i just get ORA-12547 TNS lost contact.
    I get the impression BEQ only works when connecting to the CDB - in the same way that you can;t connect directly to a PDB using ORACLE_SID - you have to use TWO_TASK or go through sqlnet.
    There is probably some bit in the docs that confirms this behavious but i've not been able to find it.
    Interestingly enough you can put a SERVICE_NAME of anything you like and it still connects to the CDB as long as ORACLE_SID is set.....
    Cheers,
    Rich

  • Trying to connect my MX459 using a Hotspot instead of WPS?

    I just bought a Canon Pixma MX459 and would like to print wirelessly from my smartphone and tablet. I currently have it hooked up to my laptop via a usb cable and is working fine. It appears to be telling me I have to have a router, but I don't have one. I use a hotspot to connect my laptop and tablet to the internet. Can I still hook this up wirelessly via my tablet or smartphone even though I don't have a router?

    Hi rbeckner,
    In order to use teh PXIMA MX459 wirelessly you do need a router.  Wireless hotspots only allow you to get devices on the internet.  They do not connect devices together to eachother which is what the MX459 needs to be able to communicate wirelessly.  I apologize for any inconvenience this may cause.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Trying to connect to internet using laptop connect card

    I have a MacBook Pro(MBP) and starting using an AT&T GT Ultra Express laptop card for internet connectivity. Operating System is OS X 10.5.4. I have connected in the past while on the road, but came home and connected to the internet via the ethernet port and now my laptop connect card won't work. The card lights up and flashes, but the application that I am using for it (Globetrotter Connect), states no card found. I clicked on the airport wifi icon and went to network preferences. At this point I am lost. Please help
    Buknekkidd

    Poha answered back on this one for me, but the issue seemed to solve itself... But, thx anyway...

  • I am trying to connect to directv using airport extreme

    I am having great difficulty connecting my directv wirelsss connection device to my apple airport extreme.  the directv wireless device will not accept my security code.  I had the directv technician over for 3 hours and we could not solve the problem.  Help!!!

    DirecTV wireless capabilities are quite limited for a modern product
    Make sure that the name of your AirPort Extreme wireless network contains no apostrophes, exclamation marks, asterisks, dollar signs, etc.  Use only regular lettters and numbers.
    For example, if the name of your wireless network is
    kikuum's wireless network
    DirecTV will never be able to connect. Change the name to something with only letters and numbers, no spaces, and no more than 20 characters. So, for example  you could use something like
    kikuumwireless
    You may also need to lower the security setting on your AirPort Extreme router from the default WPA2 Personal to WPA/WPA2 Personal
    Open AirPort Utility, click on the AirPort Extreme icon and click Edit
    Then click on the Wireless tab at the top of the window to access the settings page
    Click Update at the lower right to save your new settings

  • Trying to connect airport extreme to comcast provided ubee modem. Light on airport green, but no internet access.

    Attempting to connect ubee d3.0 comcast modem to airport extreme base station.
    Light on airport will go green, but I cannot connect to the internet.
    I'm sure it has something to do with DHCP/NAT - as the airport extreme is getting an IP address, but then assiging a 10.x.x.x IP to my computer
    but attempts at putting it in bridge mode just causes the light to go yellow and give warning of "No DNS Server" and "No internet connection"
    I am able to connect to the internet when I connected directly to the modem.
    I'm running OS 10.8.5
    previously had DSL modem and connected after a few easy tweaks of the NAT settings before. am unsure what the issue is on this on... have used up my rather limited tech knowledge.
    any thoughts?
    Thank you!

    Attempting to connect ubee d3.0 comcast modem to airport extreme base station.
    Light on airport will go green, but I cannot connect to the internet.
    Ubee provides both cable modems and gateway devices. What is the model number of yours?
    I'm sure it has something to do with DHCP/NAT - as the airport extreme is getting an IP address, but then assiging a 10.x.x.x IP to my computer
    By default, the AirPort Extreme would performing as a router with both NAT & DHCP enabled. Also, it would act as a DHCP server for the local network and provide out Private IP addresses in the range of 10.0.1.2 - 10.1.1.200. The WAN-side IP address of the Extreme should be a Public one and provided to you by your ISP via the Ubee modem. Did you perform a "factory default" reset on the Extreme before attempting to connect it to the modem?

  • Trying to connect playbook to verizon mobile broadband usb modem--can't get it to work

    Does anyone have any suggestions for gettting the mobile broadband usb modem to work with my playbook?  it took me a while to find a connector to connect the mini usb to the type A usb, but now that i've got it, i couldn't get it to work at all.   Has anyone gotten something like this to work? 

    This is the instructions for tethering from a BlackBerry handheld device.
    Article ID: KB26141 How to setup Bluetooth Internet Tethering on the BlackBerry PlayBook tablet
    If you want to tether to another device, I don't know how.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Can't get iChat server 10.4.8 to work with iChat client on Tiger 10.4.8

    Guys/Gals I have this problem as well - I am running 10.4.8 latest updates as of today on the ol' Powerbook G4. I am setting up the iChat Server on the Xserve we have and somehow my client would not connect - they both are on the same LAN and the fir

  • Do you want to submit Form#?

    Not sure if I am doing something wrong but on my form I have a "Save Draft" button that will: Set the column [Filename] if NUL Set column [FinalizeNotice] to true (used to display a section with a message) Submit using data connection to a SharePoint

  • Upgraded to Win 7 Pro lost internet connect

    I had FiOS internet installed, but at the exact same time my desktop computer blew it brains, so I never established internet connection through my computer. I purchased a new HP desktop with Win 7 Home Edition operating system, and yesterday I set i

  • File extensions ?

    Using Pages 5.5 How do I enable (view)  file extensions? Thanks!

  • Csi_item_instance_pub.update_item_instance not updating the serial no

    HI all, csi_item_instance_pub.update_item_instance not updating the serial no. for Sales order transaction. Actyally we have multiple error transaction for hte same serial no. for that i am planning to process the last transaction i.e. Sales order is