Access a database that has limited no of connections.

Hi,
We are having a (client) database from where the data has be fetched and displayed on a dashboard.
To minimize the impact on this client database, the user account will have a limited number(say, 5) of connections allowed. But the no of user who access the
dashboard will be more than 5.
We want to make sure that we have put in place proper connection handling so things do not go "amuck".
Can anyone please suggest what is the best way to achieve this?
As of now we are thinking to have a TEMP tablespace and populate the client database.
Database : Oracle 9i
Dashboard is implemented in Java.
Thanks,
Hanu

user11365763 wrote:
Hi,
Thank you for the help
The data in the database will be changed on monthly basis. The total number of records in the table as of now is 6980 and it can grow maximum 10K.
Is it a better idea to cache all the records... storing in memory or flat file on the machine(where the program runs).
Please suggest.
thanks
HanuMax of 10k records? Good grief, I've got a bigger database than that running on my laptop! What empirical evidence do you have that more than 5 connections has a negative impact? In the Oracle world, a database that small, with that few connections isn't even a pimple on a flea's butt in the Oracle world.
I once had a vendor trying to sell my company a reporting application and they said pretty much the same as you. They said we could host the live data on Oracle, but for performance reasons they recommended copying it to a SQLServer for reporting "because Oracle has trouble with more than 5 concurrent connections". Needless to say we showed them the door. Why would we want to buy software from a vendor with such abysmal ignorance?
If you do have a performance problem, then I dare say your fundamental database and application design is in serious need of re-work.

Similar Messages

  • You do not have permissions to access a database that contains data required for this form to function correctly.

    I have dropdown on infopath form , and it receives data from sql server table ,  it works fine when i am running in preview mode , but when i am publishing form to sharepoint server and loading that form
    i am getting this
    You do not have permissions to access a database that contains data required for this form to function correctly.
    Can you please help?
    Thanks,

    try this one, if not yet
    Convert the data connection to UDC (store it in a Data Connection Library within the same site collection as the form library).  See if this works without any other changes, but if not, then...
    Manually edit your UDC file in Notepad (or your preferred editor) so that the authentication line is not commented out and so that it references the name of the SSO target app you created. 
    For Type, use NTLM.
    Ensure the user has rights to access the database
    Also ensure the connection file has been approved - A sharepoint admin can access a non approved Ucdx file. Go to the connection library and approve the file
    Also check this post having the similar issue:
    http://social.technet.microsoft.com/Forums/en-US/3196bafd-4bc3-40ab-ac2b-d149d1c3e0fa/sharepoint-2010-error-you-do-not-have-permissions-to-access-a-database?forum=sharepointdevelopmentprevious
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Restore database that has mirroring enabled

    I apologize, as I'm the default SQL person now and my skill level is pretty much limited to running queries. SQL 2008 R2
    We have a Test database that is mirrored and has severely outdated data. I'd like to copy the data in from a recent back up of our Production environment.
    I understand I need to break mirroring first by going to the database > tasks > mirror > mirroring > hit "remove mirroring" button.
    Then I can do a normal restore, correct? (Databases > Tasks > Restore). On the options page I should select "NORECOVERY".
    Then what? I will need to restore the mirroring. Do I just go to database > tasks > mirror > mirroring and uncheck "remove mirroring"?
    Any pitfalls I should be aware of?

    Hi ,
    According to your description, when you manually stop a database mirroring session via removing database mirroring, To continue mirroring after stopping a session, you must establish a new database mirroring session. For more information, see:http://technet.microsoft.com/en-us/library/ms180801.aspx
    In addition, we need to verify which database you want to do a normal restore. After removing database mirroring, the database in Principal server will become a normal database, you can do a normal restore. The database in Mirroring server will stay in recoverying.
    You  need to restore it with recovery for becoming a normal database.
    Restore database <Mirroring database name> with recovery
    -------------in Mirroring Server.
    Thanks,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Trying to access 10gr2 database from sqlplus utility but it connects to 11g

    Hi All,
    I am facing below issue while access 10gr2 database from sqlplus.
    I am having two oracle homes on one server one belongs to 11gr2 and another belongs to 10gr2.
    I want to access a 10gr2 database through sqlplus utility.but instaed of connecting to 10gr2 it is connecting to 11gr2 after I enter a user name and passowrd.
    I have set all the env variables such as oracle_home ,oracle_sid and path with respect to Oracle 10gr2.
    Can you please let me kno what I need to do to connect to 10gr2 database and not 11gr2 database through sql plus.
    Let me know if I need to give any more details on this.
    Best Regards,
    Dipti S

    Hi Rocky,
    I got the resolution.
    I made a mistake by creating an oracle instance/service(e.g. fsdmo) when Oracle_home was pointing to 11gR2 Directory.so that service was refering to 11gr2 oracle home.
    hence when I was setting oracle_sid(fsdmo) and trying to access database instance from 11g sqlplus utility ,it was directing to 11g and not 10g since oracle service was pointing to 11g.
    So now after chnaging the oracle home directory to 11g,I am creating a service and its working fine.
    thank you so much for responding.
    hope I am clear with my reply.
    Best Regards,
    Dipti S

  • Connect to Database that has lost access to a partition

    Dear all
    Assume we have a partitioned table that locate in some different storage(physically). If the database lost access to one of them, what would happen? Can the database be loaded? If user can't connect to the database, what can we do to overcome the issue(because one of features of partitioning is availability)? If a user try to get some data(by query), will oracle declare that one partition is not available and thus the information may be incomplete?
    Best regards

    Shahrokh wrote:
    Sorry for giving you incomplete info. Ok I got two below errors, first when we tried to connect to database as a normal user and the last is for connecting as sys user.
    Error1:
    ORA-01033: Oracle initialization or shutdown in progress
    01033. 00000 -"Oracle initialization or shutdown in progress"
    *Cause: An attempt was made to log on while oracle is being started up or shutdown.
    *Action: Wait a few minutes. Then retry the operation.
    Vendor code 1033
    Error2:
    ORA-01219: database not open: queries allowed on fixed tables/views only
    01229-0000-"database not open: queries allowed on fixed tables/views only"
    *cause: A query was issued against an object not recognized as a fixed tables or fixed views before the database has been opened.
    *Action: Re-phrase the query to include only fixed objects, or open the database.
    vendor code 1219.do EXACTLY as shown below (line for line)
    sqlplus
    / as sysdba
    shutdown abort
    startup
    COPY the results from above then PASTE all back here

  • Can I use "Back to My Mac" to access a Mac that has not been logged in to?

    I bought a Mac Mini and set it up with "Back to My Mac". I have set it up with Automatic login right now, but I would like to deactivate it.
    When the computer is on, but at the login screen step  of the boot up, is it possible to access it with "Back to my Mac"? I am under the impression that that is not possible.
    Thanks for any insights you guys might have in your current setup.

    Both TC should be in bridge mode. Is that what you have done? You cannot use the TC in router mode as it will cause double NAT problems.
    Can you access one of the TC? Or do both fail to show up?

  • When home accesses a bean that has been Passivated

    Hi,
    Let us consider an entity bean class called Account with methods deposit() and withdraw().
    Suppose a client access the deposit() method and then the entity bean is passivated, what happens when the withdraw() method is called,i.e after the bean is passivated.The home has lost its reference, and also how will the container know which account object to load.
    I am a newbie to ejb, if this question is naive, please excuse me, but i would appreciate an answer to this question, coz i fail to understand , in the above situation what happens.
    Thanks in advance.
    Regards
    Kartik

    Let us consider an entity bean class called Account
    with methods deposit() and withdraw().
    Suppose a client access the deposit() method and then
    the entity bean is passivated, what happens when the
    withdraw() method is called,Container activates the bean instance and calls a it's method.
    i.e after the bean is
    passivated.The home has lost its reference, You dont invoke business methods on home interface, but remote one.
    and also
    how will the container know which account object to
    load.You invoke the method on bean's remote interface which has primary key. Container finds the passivated bean instance by this primary key.
    I am a newbie to ejb, if this question is naive,
    please excuse me, aaaaaaaaaa it's ok, no problem.
    best regards,
    Maris Orbidans
    SCJP SCWCD SCBCD

  • Accessing library vi that has no icon

    Hi, my name is Matthias.
    I am working (as a noob) on LabView 7.1. After I have done some vis myself I am facing some troubles now and hope, someone can help.
    1.) I have installed lvwutil32 library, that offers some system functionality. Part of this library is WINUTIL.LLB. The library offers most of the functions I will need for my project. But something is very strange about this library: Some vis do not appear/ are invisible/ are not usable through the user library menu, although they are part of the library (and listed as vi). There is a Screenshot attached, showing the content of my WINUTIL.LLB. I have marked all vi that have an icon in my user library menue. As You can see, there are some vis (plz ignore the control) that are part of the library, but I can not use them in my own vi as I can't select them. The Icon is missing in my user library sub menue. As You can see, I already marked all vis as top-level vi (this was a hint of a pal). But that didn't fix the problem. The icon of the vi "Set Window Z-Position" is still not available (see also second Screenshot).
    How can this problem be resolved?
    2.) Another Problem is, that I was experimenting/ trying some features and I created a second library Icon that I cannot delete. The option Tools/ Advanced/ Edit palette views.../ Delete SubMenue is not active/ can not be selected. The second screenshot is showing the two (similar) icons and in adition to that You can see, that the vi "Set Window Z-Position" is in fact not accessible from the menue.
    How can I delete SubMenue Icons that have been created by mistake (are existing twice)?
    If there are any more details to mention, let me know.
    Thanks in advance!
    Matthias
    Attachments:
    HE_user_lib_WINUTIL.png ‏22 KB
    HE_screen_double_submenue_icon.png ‏32 KB

    Try this extension:
    *Bookmark Favicon Changer: https://addons.mozilla.org/firefox/addon/bookmark-favicon-changer/

  • Problem creating custom tags for site that has no outside internet connecti

    I've created a set of custom tags that work fine until we install our app at the customer site. The customer site has no outside Internet access, and so the DOCTYPE is failing since it references the web-jsptaglibrary_1_1.dtd located on Sun's site.
    I tried copying the dtd locally and got it to work, but the solution sucks because this web-jsptaglibrary_1_1.dtd file is referenced in both my taglib.tld file AND the web-jsptaglibrary_1_1.dtd itself. Soooo....I can put in a URL that references it on the local machine, e.g.,
    In the taglib.tld file:
    <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.// DTD JSP Tag Library 1.1//EN"
    "http://ClientAAA/web-jsptaglibrary_1_1.dtd">
    In the web-jsptaglibrary_1_1.dtd file:
    <!ATTLIST taglib id ID #IMPLIED
    xmlns CDATA #FIXED
    "http://ClientAAA/AdProduction/web-jsptaglibrary_1_1.dtd"
    >
    but that means for every client that uses this app (and we have several) I have to change that URL inside both these files.
    I tried simply changing it to the relative "web-jsptaglibrary_1_1.dtd", e.g.,
    taglib.tld:
    <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.// DTD JSP Tag Library 1.1//EN"
    "web-jsptaglibrary_1_1.dtd">
    web-jsptaglibrary_1_1.dtd:
    <!ATTLIST taglib id ID #IMPLIED
    xmlns CDATA #FIXED
    "web-jsptaglibrary_1_1.dtd"
    >
    but then it is requiring me to put the dtd in both my web app root directory AND my jakarta/bin directory. I get the following error:
    XML parsing error on file ../vtaglib.tld: java.io.FileNotFoundException: D:\jakarta\jakarta-tomcat-4.1.29\bin\web-jsptaglibrary_1_1.dtd (The system cannot find the file specified)
    It seems like I must be missing something here. This shouldn't be this hard. And it seems funny that to use custom tags, you have to have Internet access in the first place.
    Help!!! :)
    Thanks.

    Yeah, I think it's a bit ridiculous that in order to make all the tag library examples and instructions work, you have to have access to the Internet. I haven't seen a single example on how to make it work if there is no Internet access. That's very limiting. And I've tried all sorts of other ways of doing it, such as
    <!DOCTYPE taglib SYSTEM "web-jsptaglibrary_1_1.dtd">
    but even then it won't work because I get an error message saying:
    XML parsing error on file /assets/../vtaglib.tld: java.io.FileNotFoundException: D:\jakarta\jakarta-tomcat-4.1.29\bin\web-jsptaglibrary_1_1.dtd (The system cannot find the file specified)
    I just don't think I should have to place this file in the bin directory. There has to be another way. Do I need to modify the dtd somehow? Cuz the dtd has the following line...is this messing it up??
    <!ATTLIST taglib id ID #IMPLIED xmlns CDATA #FIXED "web-jsptaglibrary_1_1.dtd">
    I sure could use some help.

  • I currently have an ipad 2 that has weak strength in connecting to wifi. My kindle will connect from my upstairs, but ipad 2 will not. Is the ipad air better with connection strength?

    I currently have an ipad 2 that seems to be very weak in picking up wifi connection. I have a kindle that picks up the signal from my upstairs, but my ipad will not.  Does the air have better capability in doing this?  Would think of upgrading, as my ipad 2 also seems to be losing battery life quicker.  Thanks!

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netwhttp://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are drooping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-wonhttp://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/http://ipadnerds.com/fix-wifi-issue-ios-7/
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bughttp://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading-http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    iPad: Issues connecting to Wi-Fi networks
    http://support.apple.com/kb/ts3304http://support.apple.com/kb/ts3304
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.hhttp://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sighttp://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-Ohttp://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connecthttp://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipadhttp://thehowto.wikidot.com/wifi-connect-ipad
    10 Ways to Boost Your Wireless Signal
    http://www.pcmag.com/article2/0,2817,2372811,00.asphttp://www.pcmag.com/article2/0,2817,2372811,00.asp
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxEhttp://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmzhttp://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Some Wi-Fi losses may stem from a problematic interaction between Wi-Fi and cellular data connections. Numerous users have found that turning off Cellular Data in Settings gets their Wi-Fi working again.
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Why does my iPhone not show up in iTunes on a mac that has a shared internet connection from another mac?

    I have what I would consider a difficult question. I called Apple Care and after she spoke to a senior advisor,the representative ended up saying it wasn't possible.
    Having said that, I'm sure this is not a difficult question for people with networking expertise.
    Setup
    So...I have a MacBook receiving a WiFi signal via AirPort.
    In System Preferences, I have turned on Internet sharing (share airport over Ethernet).
    I connected the Ethernet port on my MacBook to the Ethernet port on my MDD PowerMac G4.
    At this point, I can successfully browse the web, perform software updates, and view other computers and iTunes libraries on my network from my G4.
    Goal
    However, in iTunes on my G4 I would like to use iTunes DJ.
    Tried
    So...I click on iTunes DJ.
    I set the settings (button in bottom right) to allow guest remotes, etc.
    I turned on iTunes Home Sharing (logged into the same account as by iPhone).
    Problem
    However, from the Remote app on my iPhone, I am unable to see the library on my G4.
    Also, if I want to pair my iPhone Remote app with iTunes on my G4, I click add Library in the Remote app, but iTunes on the G4 never displays my iPhone in the left column (although I am able to see all other iTunes libraries being shared on the network).
    Thus, I cannot connect to iTunes as a guest Remote, nor can I connect as paired remote.
    I have successfully done both of these things with computers connected directly to my modem, as well as with computers connected via WiFi.
    The problem is connecting devices to computers that get their internet connection though another computer via internet sharing.
    Question
    So my question is about Internet sharing itself. Is it not a fully featured ad-hoc network? Does it only provide browsing capabilities and the ability to browse networked computers, but NOT devices such as an iPhone? I don't see the difference; my iPhone is on the same network as the computers, so why is there no communication between it and computers that gain their Internet connection through another computer?
    I really hope someone out there who is an expert in networking can help me out with this. Or if it truly is impossible, if someone could explain to me why that is the case, I would also appreciate it.
    ps. I usually have my MacBook sharing its Internet connection through an old router that I am using as a switch because I share the connection with three other computers. And if it isn't obvious, the modem is downstairs, and the MacBook, old router being used as a switch, and other computers are upstairs where there is no Ethernet wired.
    Thank you in advance for any help.

    Phone not recognised in itunes
    iPhone not recognised by iTunes on PC
    iPhone not recognised by iTunes on Mac

  • I have an iPad 2 v6.1.3 that has a problem with connecting to wi-fi.  My other I macs have no problem with connecting.  The pad keeps coming up with unable to join the network. Nothing has changed with passwords--it just refuses to join my secure network.

    My other Imacs and my wife's Ipad 3 have no problem with conneccting.  My Ipad keeps coming up with unable to join the network.  Nothing has changed with passwords--it just refuses to join my secure network.  A couple minutes ago, it connected for 10 seconds, then dropped the connection.  Is there a way to reconfigure the Ipad to fix this major problem, as we dropped our carrier (saved a bunch of money) and just went wifi.
    Thanks so much for any help with resolving my connection problem.
    Gary

    Hello jaxgaryj,
    The following article provides a number of potential resolutions for your WiFi issues.
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS1398
    Cheers,
    Allen

  • Removing admin password form Access 2003 database front end and back end

    We have a legacy database that has been passed down from the original creator, who is no longer with the organization. It was created in Access 2003. It has a front end and a back end. The original admin password can not be located and we are in the process
    of upgrading this application to 2010.  Is there a way to remove that password so we can make changes to the original files?

    Hi,
    What password are you talking about, the one created with the workgroup manager? That will be difficult since 2010 doesn't have the workgroup manager anymore. You can still use the database in the 2010 environment but you can't make any changes to the original
    database without the password.
    Maurice

  • Access another database

    I have Oracle Portal installed on Windows NT. I need to access a database that is on linux. How may I do it?

    Please post this on the iAS+Portal+Applications&number=81&DaysPrune=20&LastLogin=]Oracle 9iAS Applications forum.

  • Limited or no connectivity to wireless on XP using Boot Camp

    Hi all, I need a little help!
    I just installed Windows XP with SP2 on my Intel Mac using Boot Camp. Everything seemed fine until I tried to connect to my wireless network. I've installed and reinstalled all of the drivers, and I can see the driver for wireless networking, but every time I connect it tells me it has "limited or no connectivity." Any idea what to do here? Thanks!!

    Denisimo posted this reply to me, and it worked!
    Quote:
    ***Snip
    I found this on one of the Macrumors forums on the web:
    I had exactly the same situation as iBunny.
    I got it working by changing the settings via Airport Utility from "WPA2 Personal" into "WPA/WPA2 Personal" and it worked. Btw, before this, I changed from channel 11 to 1, 1 to 2, 2 to 7 without success. I've kept it under channel 7 and just made the change mentioned above.
    Also, under winXP, I went to Wireless Network Connection properties and filled up the preferred networks. Am not sure if this has anything to do with the problem at hand but I am now connected automatically.
    The user was using a Macbook. Hope this helps.
    Regards Denis
    Message was edited by: Denisimo
    ***Snip
    I just changed from WEP to WPA/WPA2 Personal, and didn’t bother with the rest. That worked.
    Cheers,
    Klaus

Maybe you are looking for

  • Error message when submitting PS job in Tidal

    Did anyone see this error message? I submitted a PeopleSoft job and got this message org.apache.xerces.dom.ElementNSImpl cannot be cast to org.w3c.dom.html.HTMLAnchorElement All I can find in the log is where it changes the status to 66, Error Occurr

  • Sound gone after security update!

    I just ran the latest security update (2006-2) on my wife's Intel Core Duo Mini and the sound device is no longer available. No start up chime. No sound what so ever. The volume level does not even appear in the menu bar and the volume keys on the ke

  • Photo booth: recovering photos from hard drive

    I have recently decided to try to recover some "very" old photos from photobooth that I had placed in the trash, AND emptied from the bin. I have no clue how to use time machine and I never have. So, how do I recover these photos from beyond the grav

  • Delivered Quantity...?

    Hi All, I have a field description which is belongs to sales: delivered quantity. In which table this field is available. Pls let me know. Akshitha.

  • Can a RAP fallback to a MAP?

    Hello all, If the wired connection of a Root Access Point(Cisco 1522AG) goes down, can a RAP fall to a MAP role, find a parent and still offer client connectivity? Thanks, Rares