Accessing LOV available via methods throws No Such Property error

I am using select <af:selectOneChoice> compoent (Same issue with other components too) with LOV from Model Driven data available in the following structure
Model(created as Data Control) -> findPD1(String s1, String s2) -> PD1(object of class PD1) -> findPD2(String s3) -> PD2(object of class PD2) -> List<String> itemValue
Where itemValue has get and set method.
While running I get the following error
JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-29000. Error message parameters are {0=groovy.lang.MissingPropertyException, 1=No such property: element for class: java.lang.String}
Where as, the same works if we move the itemValue under Model like
Model(created as Data Control) -> List<String> itemValue
I am using JDeveloper version 11.1.2.3 the same works fine with 11.1.1.2 is this a regression?
find some code from source below
From Page def
+<list IterBinding="testValueIterator" ListOperMode="navigation" ListIter="testValueIterator" id="testValue"+
DTSupportsMRU="true" SelectItemValueMode="ListObject">
+<AttrNames>+
+<Item Value="element"/>+
+</AttrNames>+
+</list>+
+<accessorIterator MasterBinding="findComponentIterator" Binds="testValue" RangeSize="25" DataControl="StorageModel"+
BeanClass="java.lang.String" id="testValueIterator"/>
From JSFF page
+<af:selectOneChoice value="#{bindings.testValue.inputValue}" label="#{bindings.testValue.label}"+
+required="#{bindings.testValue.hints.mandatory}"+
+shortDesc="#{bindings.testValue.hints.tooltip}" id="soc2">+
+<f:selectItems value="#{bindings.testValue.items}" id="si2"/>+
+</af:selectOneChoice>+
Please help me to fix this issue
Thanks,
Sabareesh

Hi Frank,
Thanks for your help.
Here I am using the LOV using Data Control binding so #{bindings.testValue.items} itself gives the Collection of 'SelectItem'
After some analysis I reduced the problem description.
Created below two classes in model project
public class MyData  {
    private ClassOne co;
    public MyData() {
        super();
        co = new ClassOne();
        List<String> pp = new ArrayList<String>();
        pp.add("Item1");
        pp.add("Item2");
        pp.add("Item3");
        co.setPp(pp);
    public ClassOne findCO() {
        return co;
    public void setCo(ClassOne co) {
        this.co = co;
    public ClassOne getCo() {
        return co;
public class ClassOne {
    private List<String> pp;
    public ClassOne() {
        super();
    public void setPp(List<String> pp) {
        this.pp = pp;
    public List<String> getPp() {         
        return pp;
}Created the Data Control from the Class MyData ( Right click MyData class select Create Data Control -> click OK)
Drag and drop findCO() --> pp in a jsf page (in view project) --> Run --> we are getting below Exception
oracle.jbo.JboException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-29000. Error message parameters are {0=groovy.lang.MissingPropertyException, 1=No such property: element for class: java.lang.String}
but if we remove getCo() and setCo() methods from MyData.java then it works perfectly fine
Also this problem didn't occur on 11.1.1.6 R1 but occurs on 11.1.2.3 R2.
Not able to understand this strange behavior, please help.
Hope this is an regression issue and need to raise the bug. Please confirm.
Is there any other workaround other than removing getCo() and setCo() methods?
Thanks,
Sabareesh.

Similar Messages

  • DNS question and no name available via DNS and no reverse DNS errors

    We are running an OS X server, 10.4.11, OD Master. We are getting some error messages, and we have setup DNS to forward requests for example.com. (our website) to our web developer's external web server where our website is being hosted.
    Oct 15 10:29:05 [server name omitted] servermgrd: servermgr_dns: no name available via DNS for 192.168.0.5
    Oct 15 10:29:05 [server name omitted] servermgrd: servermgr_dns: no reverse DNS entry for server, various services may not function properly
    Oct 15 10:31:48 [server name omitted] /usr/sbin/PasswordService: incorrect digest response
    - and -
    Oct 15 09:54:00 [server name omitted] DirectoryService[103]: GSSAPI Error: Miscellaneous failure (Server not found in Kerberos database)
    Some Background:
    We are running internal DNS services only. We have a domain, example.com. and our OS X Server, server.example.com. We have a website that is being hosted offsite by our web developer. Long ago when they were setting up the SSL certificate for the site, they obtained a certificate for example.com INSTEAD of www.example.com. So, our web developer setup a redirect to redirect web requests to www.example.com to example.com.
    Now, this brings us to our OS X server (server.example.com). We are hosting internal DNS with the same domain, example.com. When employees inside our LAN would put in our web address, example.com, or www.example.com, it would take them to our OS X server. As a workaround, in the DNS settings for the zone in server Admin, I set the Server IP address for the zone to "Other" and specified the external address to the server where the site is hosted by our developer then setup an A record for our server. (We cannot forward requests to www.example.com since our web developer automatically redirects these requests to example.com since that is where the SSL certificate and the search engines are linked to).
    Well obviously this had serious repercussions for server stability. So, I set the server IP address back to the address of our OS X server itself, 192.168.0.5.
    Now, I then went into command line and manually edited the zone files. Here's part of our zone file:
    $TTL 3600
    example.com. IN SOA server.example.com. sysadmin.example.com. (
    2008031015 ; serial
    3h ; refresh
    1h ; retry
    1w ; expiry
    1h ) ; minimum
    example.com. IN NS server.example.com.
    example.com. IN A [external IP address of web server]
    server IN A 192.168.0.5
    We are getting the following error messages regularly:
    Oct 15 10:29:05 [server name omitted] servermgrd: servermgr_dns: no name available via DNS for 192.168.0.5
    Oct 15 10:29:05 [server name omitted] servermgrd: servermgr_dns: no reverse DNS entry for server, various services may not function properly
    Oct 15 10:31:48 [server name omitted] /usr/sbin/PasswordService: incorrect digest response
    - and -
    Oct 15 09:54:00 [server name omitted] DirectoryService[103]: GSSAPI Error: Miscellaneous failure (Server not found in Kerberos database)
    Questions:
    Do I need to go back to our zone file and change the A record for example.com. to match our OS X server's address: 192.168.0.5?
    Secondly, is there anything I can do in DNS or elsewhere on the server to redirect web requests to example.com to our web developer's offsite server since the developer's server redirects www.example.com to example.com?
    Thanks in advance? I am stumped.
    Thanks,
    Tyler

    Problem was resolved.
    All I ended up doing was edition my reverse lookup file, db.192.168.0. It was correct, and I simply re-saved it without making any changes. Strangely enough, that did it. No idea why. Maybe a permissions issue with the file?
    I'm still running the server with address record for the domain (example.com.) mapped to our external web server. no problems.
    Tyler

  • [svn:fx-trunk] 12432: Added Capabilities. hasAccessibility check before calling Accessibility.updateProperties() in setter methods.

    Revision: 12432
    Revision: 12432
    Author:   [email protected]
    Date:     2009-12-03 06:59:10 -0800 (Thu, 03 Dec 2009)
    Log Message:
    Added Capabilities.hasAccessibility check before calling Accessibility.updateProperties() in setter methods.  This prevents an error on systems that do not support accessibility.
    QE notes: none
    Doc notes: none
    Bugs: (24454
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as

  • J2EE Database is not available via  test

    Hello my friends,
    I've got a problem with my SAP NW/DB2 installation. When i want to start sap, i get the following output:
    si4host:si4adm 13> startsap si4host
    Checking DB6 db Database
    ABAP Database is not available via R3trans
    Checking DB6 db Database
    Error: java.io.FileNotFoundException: JdbcCon.log (Permission denied)
    J2EE Database is not available via  test
    See logfile JdbcCon.log
    Starting SAP-Collector Daemon
    This is Saposcol Version COLL 20.86 640 - V1.12 for Linux
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 14643) is already running .....
    saposcol already running
    Running /usr/sap/SI4/SYS/exe/run/startdb
    /usr/sap/SI4/SYS/exe/run/startdb completed successfully
    Checking DB6 db Database
    ABAP Database is running
    Starting SAP Instance SCS01
    Startup-Log is written to /home/si4adm/startsap_SCS01.log
    Instance on host itpc1f41009 started
    Starting SAP Instance DVEBMGS00
    Startup-Log is written to /home/si4adm/startsap_DVEBMGS00.log
    Instance on host itpc1f41009 started
    IGS on host itpc1f41009 started
    The server runs on suse 9.3.
    Anybody know how to solve this?
    Greetings
    Chantal

    Hi
    This is a common problem .Actually ur database pwd is not same mentioned in the configtool----
    secure store.
    Change the database password and update the same in the secure store of configtool.
    Restart the engine.Your problem will be solved.If you have any confusion about how to change the pwd in secure store.Feel free to contact

  • I now have 5 devices that access the "cloud" via Match. I also have 3 computers that need to be authorized. Is there a way to authorize all these computers/devices in such a way to allow everything to access and sync to the cloud?

    I now have 5 devices that access the "cloud" via Match. I also have 3 computers that need to be authorized. Is there a way to authorize all these computers/devices in such a way to allow everything to access and sync to the cloud?

    I had a problem with a 5.0.3 project that would cause 5.0.4 to crash. Apple asked for a copy of the project and later told me it was because there were some empty text layers. Apple is aware of the issue and is working on a fix.
    In my case I still had 5.0.3 on another Mac and could clean up the project. If empty text layers might be the problem, do you know someone with an earlier version who could open it and remove the empty layers? I'd be willing to give it a try if you'd want to send me the project.
    Ross Hunter

  • J2EE database not available via test

    Hi Experts,
    I have installed NW 7.0 portal Ehp2 system on Solaris cluster with logical name  . Now when I try to start SAP with the startsap script . it is not starting the database (Oracle) . It just checks whether DB is running and giving message J2EE database not available via test , and asking to check JdbCon.log .
    This is Bootstrap log
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
            at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:384)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:132)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
            at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:150)
            at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:214)
            at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:46)
            at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:76)
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:474)
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:156)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:946)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:331)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    If I start db manually , then runnig startsap , it runs fine . And also stopsap script , wont stop database .
    I checked listener.ora,tnsnames.ora, user profiles, environment variables, permissions etc , nothing found wrong .
    When I execute startj2eedb as sidadm , it starts db .
    Can you please throw some light on this issue
    Regards,
    Nibu Antony

    Yes, it is all logical hostname .
    For more clarification on the issue
    bash-3.2$ startsap <logical hostname>
    Checking <SID> Database
    J2EE Database is not available via  test
    See logfile /usr/sap/<SID>//JdbcCon.log
    Starting Startup Agent sapstartsrv
    Instance Service on host hostname<SID>p1 started
    Starting SAP Instance SCS00
    Startup-Log is written to /usr/sap/<SID>//startsap_SCS00_hostname<SID>p1.log
    Instance on host hostname<SID>p1 started
    Starting Startup Agent sapstartsrv
    Instance Service on host hostname<SID>p1 started
    Starting SAP Instance JC01
    Startup-Log is written to /usr/sap/<SID>//startsap_JC01_hostname<SID>p1.log
    Instance on host hostname<SID>p1 started
    Starting SAP-Collector Daemon
    12:38:20 13.03.2014     LOG: Using PerfDir (DIR_PERF) = /usr/sap/tmp
    * This is Saposcol Version COLL 21.04 720 - V3.83 64Bit
    * Usage:  saposcol -l: Start OS Collector
    *         saposcol -k: Stop  OS Collector
    *         saposcol -d: OS Collector Dialog Mode
    *         saposcol -s: OS Collector Status
    * Starting collector (create new process)
    saposcol on host hostname<SID>p1 started
    bash-3.2$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Thu Mar 13 12:38:34 2014
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to an idle instance.
    here is the logs
    JdbcCon.log
    Start: Thu Mar 13 12:36:48 AST 2014
    Error: Couldn't connect to DB
    java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory

  • Authentication failed because Outlook doesn't support any of the available authentication methods.

    When attempting to check and send email from my Mac via iCloud, I keep getting the error "Authentication failed because Outlook doesn't support any of the available authentication methods." I have change just about everything I can see available, but continue to get this message.
    I am able to send email via iCloud using my .Me and .Mac adresses, and that tells me that it is not able to store "sent emails" on iCluud and will store them loaclly on my computer. I can handle this, but whem going to iCloud Web page haave nothing withing the "sent" mailbox.
    Using OS 10.7.2, and Outlook 2011 version 14.1.3
    Thanks in advance......

    I got the following from the microsoft Web site. Also, the SMPT port must be overwriten. Use port 587
    This article contains information about the compatibility of Microsoft Outlook for Mac 2011 and Apple iCloud. Outlook for Mac 2011 does not support Apple iCloud calendar (CalDAV) and contact (CardDAV) synchronization.  Outlook for Mac 2011 does support iCloud Mail. For steps on how to configure your iCloud email account in Outlook for Mac 2011, go to the "More Information" section of this article. 
    To configure your Apple iCloud email account in Microsoft Outlook for Mac 2011, follow these steps:
    Start Outlook 2011.
    On the Tools menu, click Accounts.
    Click the plus sign in the lower-left corner, and then select E-mail.
    Enter your E-mail Address and Password, and then click Add Account.
    Note: The new account will appear in the left navigation pane of the Accounts dialog box.
    Enter one of the following in the Incoming server box:
    mail.me.com (for me.com mail addresses)
    mail.mac.com (for mac.com mail addresses)
    Click to select Use SSL to connect (recommended) under the Incoming server box.
    Enter one of the following in the Outgoing server box:
    smtp.me.com (for me.com mail addresses)
    smtp.mac.com (for mac.com mail addresses)
    Click to select Use SSL to connect (recommended) under the Outgoing server box.
    After you have entered the incoming and outgoing server information, Outlook 2011 will start to receive your email messages. 
    Note: You can click Advanced to enter additional settings, such as leaving a copy of each message on the server. 

  • How do I set up an administrator account so my daughter who is under 13 , so she can access itunes herself. Main access will be via itunes vouchers . I don't want to create credit card access.

    how do I set up an administrator account so my daughter who is under 13 ,
    can access itunes herself. Main access will be via itunes vouchers . I don't want to create credit card access.

    There is no such account. The iPod is really a one-user device
    Create a NEW account/ID for her using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before.
      Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    You can then redeem a gift card(s) into the account

  • If i connect an external hard drive to a time capsule, can i access this drive via internet?

    If i connect an external hard drive to a time capsule, can i access this drive via internet?

    If the drive can be accessed in local lan, then it can be accessed from internet assuming you have setup using one of the remote access methods.
    See remote access here.
    https://discussions.apple.com/community/wireless/airport?view=documents

  • Restrict access to a specific method in JSE

    Hello all,
    I'd like to know if there is a way to restrict access to a specific method in JSE. Basically, my intention is to do this:
    Subject.doAs(subject, new ProtectedMethod());
    // only users with a specific role can access this method
    // (permission specified in my policy file?)
    public class ProtectedMethod implements PrivilegedAction<String> {
       public String run() {
    }I believe that is not possible to specify a method name in policy file via java.lang.RuntimePermission "accessDeclaredMembers", so is there another way to do this?
    Thanks in advance,
    Andre

    I am not an expert of this media hub, but what I would like to know is that are you referring to the security you have setup with the original folders? So after you have created a backup, whatever type of access you have setup was removed? Can you please elaborate?
    Check the FAQ's for NMH305 from here: http://support.linksys.com/en-us/support/storage/NMH305

  • Accessing display objects via the stage var

    I'm passing a stage reference to my class, but when I try to
    access a movieclip on the stage I get an error.
    this gives me an error:
    var mc = targetStage.myMovieClip;
    Thanks!

    var myClass = new MyClass (this.stage);
    That would be the same thing, this.stage would refer to the
    Stage instance. Each .swf has one Stage instance. In a Flash
    project, the stage has one child, the MainTimeline instance.
    MainTimeline is basically a big MovieClip, and it contains all your
    objects, scenes and timelines you create in Flash.
    So, if you instantiate from the main timeline itself (either
    on a frame script or Document class) you are already inside
    MainTimeline, which is what you want to pass along a reference to,
    so you would pass in "this" as Colin said, or "root".
    Colin mentioned that MovieClip(root) would work anyway; if I
    understand he is referring to the fact that every DisplayObject
    (such as MovieClips and SimpleButtons created in Flash) already
    have a "root" property that usually refers to the MainTimeline
    instance. However, your class "MyClass" does not extend
    DisplayObject so there is no root property available, which is why
    you need to manually pass in a reference to the root
    timeline.

  • Logic Pro - 19GB of 'optional' content available via in-app purchase.

    This seems weird.  IN the App Store see the System Requirments sections and it says..."19GB of 'optional' content available via in-app purchase."  Logic Pro to buy normally, was gigabites of stuff....thisd App Store purcxhase is only 413Mb.
    Can anybody tell me
    a. What this 'optional' content via in-app purchase is?
    b. How much this 'optional' content via in-app purchase is and
    c. Didn' t Logic Pro 9 used to ship with masses of content...I mean Gigabits of the stuff.  This App Store Download in only 413MB...doesnt that mean that yes its is less money to buy...but for it would seem less stuff.
    Have Apple been very cleaver here...I mean clever?

    Jacjac wrote:
    I kinda of think the tech is there now...for most people...if not,  most people can get higher speed access via other frineds or family.  Its not ideal for everyone agreed but Apple just like to push boundries I guess and I agree with them doing that.
    I think this is a major problem for a lot of people: I don't know where you're based but in rural UK it's an ongoing problem and I speak from experience. Slow connections and constant dropouts are a major headache and accessing via friends & family is hardly convenient and part of Apples vision of convenience.
    It's very convenient and lucritive for Apple to make their content exclusive through the App Store with no packaging etc but it doesn't serve everyones needs and it's not convenient.
    Lets see which is quicker, a 2.4GB download or next day UPS delivery: http://www.bbc.co.uk/news/technology-11325452
    Seriously!

  • 2011 outlook gives the following error: "Authentication failed because Outlook doesn't support any of the available authentication methods."

    Upgraded my computer to 10.9.2 Mavericks and now my 2011 outlook gives the following error: "Authentication failed because Outlook doesn't support any of the available authentication methods."  Anybody know how to fix it?  Thank you.

    I got the following from the microsoft Web site. Also, the SMPT port must be overwriten. Use port 587
    This article contains information about the compatibility of Microsoft Outlook for Mac 2011 and Apple iCloud. Outlook for Mac 2011 does not support Apple iCloud calendar (CalDAV) and contact (CardDAV) synchronization.  Outlook for Mac 2011 does support iCloud Mail. For steps on how to configure your iCloud email account in Outlook for Mac 2011, go to the "More Information" section of this article. 
    To configure your Apple iCloud email account in Microsoft Outlook for Mac 2011, follow these steps:
    Start Outlook 2011.
    On the Tools menu, click Accounts.
    Click the plus sign in the lower-left corner, and then select E-mail.
    Enter your E-mail Address and Password, and then click Add Account.
    Note: The new account will appear in the left navigation pane of the Accounts dialog box.
    Enter one of the following in the Incoming server box:
    mail.me.com (for me.com mail addresses)
    mail.mac.com (for mac.com mail addresses)
    Click to select Use SSL to connect (recommended) under the Incoming server box.
    Enter one of the following in the Outgoing server box:
    smtp.me.com (for me.com mail addresses)
    smtp.mac.com (for mac.com mail addresses)
    Click to select Use SSL to connect (recommended) under the Outgoing server box.
    After you have entered the incoming and outgoing server information, Outlook 2011 will start to receive your email messages. 
    Note: You can click Advanced to enter additional settings, such as leaving a copy of each message on the server. 

  • Problem accessing BBC News via iPad 2, iPhone or web

    Anybody else have these problems - and solutions?
    I have continuous, but erratic problems accessing BBC News either through MacBook Pro, iPhone 3G or iPad 2 (64G Wi-Fi & 3G).  Until a few months ago, I never had problems accessing BBC News via my computer.  Now I often cannot access the site at all, and problems occur whether I use Google Chrome (11.0.696.57)or Safari (5.0.5).  Erratically and less frequently, however, the pages load OK.  I have no problem loading other news websites, e.g. CNN or Al Jazeera.  I live in Spain.  My internet provider is Movistar. I have an ADSL connection of 10Mb (maximum available here) and a wireless router. My MacBook Pro runs OS X 10.6.7. 
    When trying to access BBC through Google Chrome, I get the following message:
    Oops! Google Chrome could not find www.bbc.co.uk
    Try reloading: www.bbc.co.uk/news/
    Additional suggestions:
    Access a cached copy of www.bbc.co.uk/news/
    Trying to access BBC on Safari, I get this message:
    Safari can’t find the server.
    Safari can’t open the page “http://www.bbc.co.uk/news/world/” because Safari can’t find the server “www.bbc.co.uk”.
    Using the BBC app on my iPad 2 and iPhone 3G, sometimes the BBC News loads OK, but more often, again, I  get this message:
    No network connection.
    Sorry, you are currently offline and will not be able to view any updated content.
    N.B.  I am clearly NOT "offline" at this time, since I can open any other web page. 

    I'm trying to access BBC news on iPad 2 through the app.  Have the same problems.
    I wrote to BBC tech support complaining about my access problem through computer, iPhone and iPad.  On May 2, I received the following reply:
    Thank you for your email.
    We are aware that some people in Spain are having problems accessing the
    BBC News site.  We have identified the problem to the Telefonica ISP.
    We have contacted Telefonica and they have advised anyone with problems
    to contact them directly
    Kind regards,
    BBC News website
    Hence, I contacted Movistar (new name of Telefonica) tech support.  I was told they knew nothing about the problem and tried to blame my computer for it.  And then they hang up!!!  Not impressed!!
    I wrote to BBC again on May 19 asking WHO I should contact in Telefonica/Movistar, since their tech support staff claim not to know about the problem  As of today, no reply from BBC, so still very frustrated!

  • Able to connect ipad 2 to iphone 4s personal hotspot via bluetooth or wifi, but no internet access when connected via wifi.

    I am able to connect my ipad 2 to an iphone 4s personal hotspot via bluetooth or wifi.  The problem is that I only have internet access with a bluetooth connection. Both are running ios 6.1.2 and I have tried to reset both to factory settings. Any suggestions would be reatly appreciated. 

    Please don't shout!   Using all uppercase means shouting on the internet.  If your keyboard is stuck please say so, otherwise people will think you are being obnoxious.
    Now the first question is, when you are saying connecting to personal hotspot, have you always been using the iPhone to connect to the internet?   Are you someplace where the only place to connect is available via tethering to the iPhone's celluar network?  Or do you have other options?

Maybe you are looking for

  • How to restore, associate, ??? Time Machine backups prior to HD going bad?

    Greetings.  I hope someone can help me. Soon. Real soon! So on our office iMac we have an external HD for time machine. Last week the HD inside the iMac failed.  I guess it was one that had been identified by Apple as in a bad crop..... so Apple kind

  • Memory Leak in Applet

    Hello Good people, I am facing a troubling memory problem in my applet. Apparently, it suffers from some major memory leaks and every time I reload my applet the memory is consumed with additional 5Mb. I am looking for ways to work around this (or be

  • Error while installing Oracle 11gR2 64 bit on windows764bit

    Hi, I want to install Oracle 11g database on my system. I have downloaded setup files for that. But while doing installation after 60% completed i am getting an error messagebox saying. File Not Found c:\Oracle11g\product\11.2.0\db_home1\bin\orandce1

  • Control a Region with SPRY

    I have a link on a page within a description labeled "Ingredients". When the user clicks on it I would like to have a remote region appear elsewhere on the page. Obviously this region will not be seen when the page is first loaded. Any ideas on how t

  • Standard Display Roles For Queries in BW

    Dear All, Could you Please share the Standard Display Roles For Queries in BW. Thanks Regards, Sai