Trouble connecting to local ODBC

I inherited a CF site based on an Access db. I downloaded the
files and database that I need to my local machine. Also created an
ODBC connection to the db. Seems like I have to specify an RDS
login to see the db tables. I do not have an RDS login. How do I
set the site up to use the ODBC connection to view the db
tables?

See this previus iPad discussion
https://discussions.apple.com/thread/2523772?start=0&tstart=0

Similar Messages

  • Trouble connecting to local host on ipod touch

    When I try to connect to the local host in Safari on my ipod touch 2G, I get this message: "Safari cannot open the page because it could not connect to the server." Any ideas?

    See this previus iPad discussion
    https://discussions.apple.com/thread/2523772?start=0&tstart=0

  • Trouble connecting debugger to local process

    I'm using JDeveloper 10.1.3.1.0 on WinXP SP2 with Java 1.5, running a JSF/EJB 3.0 application on the embedded OC4J server. About 90% of the time, I try to start the debugger on a JSF/JSP file, and JDeveloper is unable to connect the debugger. I tried selecting a Debugger Port Range of 4000 - 4999, but this doesn't seem to make any difference.
    Here's the output when the debugger fails to connect:
    [EJB 3.0]: Assigning default-data-source=jdbc/SmashExpressDS, specified in projects EJB 3.0 properties
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\install.dsk\jdevstudiobase10131\jdev\system\oracle.j2ee.10.1.3.39.14\embedded-oc4j\config>
    "C:\Program Files\Java\jdk1.5.0_06\bin\javaw.exe" -client -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=4000 -classpath C:\install.dsk\jdevstudiobase10131\j2ee\home\oc4j.jar;C:\install.dsk\jdevstudiobase10131\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\install.dsk\jdevstudiobase10131\jdev\system\oracle.j2ee.10.1.3.39.14\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    Listening for transport dt_socket at address: 4000
    ERROR: transport error 202: recv failed during handshake: Connection reset by peer ["transport.c",L41]
    JDWP exit error JVMTI_ERROR_NONE(0): could not connect, timeout or fatal errorProcess exited with exit code 0.
    Debugger unable to connect to local process.
    Thanks in advance for any help.
    Rick

    Me too. Running on fresh Fedora Core 6 Linux and jdev 10131 and jdk1.5.0_09. Until recently I ran on SuSE 10.1 with 1013 and had no problems. I've added "AddVMOption -Djava.net.preferIPv4Stack=true" to jdev.conf to avoid ipv6 problems and disabled firewall and selinux. Watta f is dis? Problem is narrowed down to plain "hello world"... Error looks like:
    /home/local/java/jdk1.5.0_09/bin/java -hotspot -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=4004 -classpath /home/jms/Documents/Projects/FileShare/Client/classes no.jmsconsult.fileshare.client.file.DirectoryClimber
    Listening for transport dt_socket at address: 4004
    Debugger unable to connect to local process.
    Message was edited by:
    jonmarti

  • Having trouble connecting SQL Developer to database on LINUX machine

    Having trouble connecting SQL Developer to database on LINUX machine
    Hello,
    I am trying to connect my windows 7 home premium machine to an oracle database 11g on a RedHat 5 machine using SQL Developer. i got this error message on SQL Developer
    Status : Failure - Test failed :The Network Adapter could not establish the connection
    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> and TNSPING
    tnsping 172.x.x.x
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$Tnsnames.ora On Linux ,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )Listner on Linux ,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )/ect/hosts Linux ,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBillingand there is no problem of ping linux from windows
    Edited by: user11309581 on Apr 11, 2013 3:16 PM

    yes really i'm already enaple the port 1521 and SELINUX=disabled
    [root@ltebilling ~]# /etc/init.d/iptables status
    Table: filter
    Chain INPUT (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain FORWARD (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain OUTPUT (policy ACCEPT)
    num  target     prot opt source               destination
    Chain RH-Firewall-1-INPUT (2 references)
    num  target     prot opt source               destination
    1    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
    2    ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255
    3    ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0
    4    ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0
    5    ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353
    6    ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631
    7    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:631
    8    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    9    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:1521
    10   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
    11   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibitedbut from windows system when i'm try tnsping i got this error
    C:\Windows\system32>tnsping orc11g
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-APR-2
    013 14:44:09
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\app\ubai\product\11.2.0\dbhome_2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x
    .x)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orc11g))
    TNS-12535: TNS:operation timed out
    C:\Windows\system32>

  • "Can't connect to local MySQL server through socket '/tmp/mysql.sock'"

    Data Services=3.1
    Repository=12.2.2.0000
    Red Hat Enterprise 5
    Designer,Job Server,Job Engine=12.2.2.3
    After an unscheduled server reboot with DS up and running when trying to start a job in either Data Services Management Console or DS Designer getting the following:
    "Can't connect to local MySQL server through socket '/tmp/mysql.sock'"
    The mysql.sock have never been in /tmp and on the production server it does not exist there and the production server is up and running correctly. If a link is created to mysql.sock(/home/user/boedge31/bobje/mysql) the job will start but return this message: 
    "Cannot retrieve <Version> from the repository. Additional database information: <SQL submitted to ODBC data source <localrepo> resulted in error <MySQL ODBC 3.51 Driver mysqld-5.0.46-enterprise No database selected>. The SQL submitted is <select VERSION, SECURITYKEY, GUID from AL_VERSION where NAME = 'Repository Version'"
    I checked and AL_VERSION and the Version field exist. 
    Before the shut down DS was working correctly and had no issues.  My best guess is a part of the repository was corrupted during the unscheduled shut down.  It seems like DS has "forgotten" some of the settings.  
    Any suggestions on a possible solution?

    The issue has been solved. 
    There was a bad path in $LD_LIBRARY_PATH.
    Removed the path and DS started working again.

  • I am having trouble connecting my iPad mini with my lap top that run Xperia

    I am having trouble connecting my iPad mini with my lap top that run Xp

    Hi..I've had a variant of this problem; my internet was accessible but my devices on wifi could not see the PC on Lan. That meant no iTunes syncing, Airplay from iTunes etc.
    Dlink has a strange default setting that isolates Wifi & Wired connections into different subnets.I'm assuming you have DHCP setup on your router and you're PC or MAC has internet access via the same router. Try the following steps to see if this solves the problem for you-
    1. Go to Setup -> Local Network  and Uncheck the box that says 'Configure the second IP Address and Subnet Mask for LAN' - Hit Apply
    2. Go to Wireless -> Wireless Basic and Uncheck 'Enable MultiAP Isolation' - Hit Apply
    3. Restart your Router
    Let me know if this solves your problem. I've been frustrated by my problem for months & had nearly given up.
    J

  • Trouble connecting to AFP over VPN

    Hi All,
    I regularly connect to my office server via VPN and use an AFP connection to mount share points (or VNC to share the screen).
    Via the same VPN tunnel I also connect to my desktop machine at work using AFP or VNC. Recently, after upgrading my office desktop computer to Yosemite I began having trouble connecting from my home laptop (MBPR running Yosemite as well). I try to connect and get the message "There was a problem connecting to the server xx.x.x.xx" HOWEVER, using that very same VPN connection I am always able to connect to the server at work; just not to my desktop now.
    Both the office server and my office desktop have fixed IP addresses and are on the same subnet etc. At one point I was able to solve the problem and the AFP connection to my office desktop machine worked again for awhile, but then once again stopped working. I've checked that our VPN is assigning valid IP addresses to my client at home, but it still is problematic.
    I'm pretty familiar with our whole system since I'm our low-rent IT guy, and it has functioned smoothly for my team for years -- but I am not terribly knowledgeable of the deeper issues of networking. Because the issue arose after I upgraded my office desktop to Yosemite I feel it must be related to the new OS and how it manages file sharing or something (although I will reiterate that I did have it successfully working at a couple different times, it just seems to stop working for no apparent reason). Oh -- one more thing, I AM able to connect to my office desktop via AFP from other local machines within the office so I know it's File Sharing services are working correctly.
    Any guidance or ideas welcome
    - Keith

    What's the actual exception message? Your URL looks fine to me, though maybe something is not right with the host portion, hard to tell. It could also be a database set-up issue (e.g., your Oracle instance right now is only accepting connections from localhost).
    - Saish

  • Fix for Mac not connecting to local network

    Hi,
    I'm a uni student and I've had trouble connecting my Macbook Pro to the local Uni network so I can access computers connected to the network from my computer in my dorm. It worked perfectly fine the first day and then it stopped working. I contacted Apple today to fix the problem and was told to the following procedure:
    OS X Mavericks: Reset your computer’s PRAM
    It solved the issue perfectly and I also found the reason for why my Mac was not connecting. Well since I've got a few more devices at home I've setup 'Internet Sharing' on the Mac so my ethernet connection is shared wireless through the computer's built in router. Turning this function on for some reason blocks you out from accessing your network. So yea, I thought this might help anyone else who've had the same problem, since I couldn't seem to find it anywhere on the internet!

    Not on this forum.  Classic Mac OS 9 is not the same as Mac OS X 10.9 Mavericks.

  • IPad trouble connecting to wi-fi network

    Have 2nd generation iPad1 w/ latest iOS.  Can not recognize or connect to a local wi-fi network which my iMac (located in the same room) has no trouble connecting with.  Any ideas? 

    Usually it's because you are not making internet connection via wifi.
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

  • Trouble connection to certain wifi APs

    So I've been having trouble connecting to some wifi access points over the last half last year or so. The weird thing is that my notebook stopped connecting to one AP which works for other devices, used to work with the notebook and now it connects to some networks (like eduroam) but refuses to connect to others, like my access point at home. Other distributions and operating systems, like Kali Linux and Windows 8 connect fine to the same access points on the same notebook.
    My hardware is a Thinkpad Edge E325 with this network controller
    01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter [10ec:8176] (rev 01)
    The kernel is the latest stable 3.16.4 and wpa_supplicant is 2.2-2, but I think it's been happening since somewhere around linux 3.13.x.
    The logs I could gather are useless to me. Here is NetworkManagers  journal output:
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Activation (wlan0) starting connection 'STERNCHEN_Netzwerk'
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Activation (wlan0/wireless): connection 'STERNCHEN_Netzwerk' has security, and secrets exist. No new secrets needed.
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Config: added 'ssid' value 'STERNCHEN_Netzwerk'
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Config: added 'scan_ssid' value '1'
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Config: added 'psk' value '<omitted>'
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
    Okt 08 12:03:03 thinkpad-ajs124 NetworkManager[1008]: <info> Config: set interface ap_scan to 1
    Okt 08 12:03:03 thinkpad-ajs124 kernel: wlan0: authenticate with 7e:4f:b5:c2:6b:10
    Okt 08 12:03:04 thinkpad-ajs124 kernel: wlan0: send auth to 7e:4f:b5:c2:6b:10 (try 1/3)
    Okt 08 12:03:04 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: inactive -> authenticating
    Okt 08 12:03:04 thinkpad-ajs124 kernel: wlan0: authenticated
    Okt 08 12:03:04 thinkpad-ajs124 kernel: wlan0: associate with 7e:4f:b5:c2:6b:10 (try 1/3)
    Okt 08 12:03:04 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: authenticating -> associating
    Okt 08 12:03:04 thinkpad-ajs124 kernel: wlan0: RX AssocResp from 7e:4f:b5:c2:6b:10 (capab=0x411 status=0 aid=2)
    Okt 08 12:03:04 thinkpad-ajs124 kernel: wlan0: associated
    Okt 08 12:03:04 thinkpad-ajs124 kernel: cfg80211: Calling CRDA to update world regulatory domain
    Okt 08 12:03:04 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: associating -> 4-way handshake
    Okt 08 12:03:04 thinkpad-ajs124 kernel: wlan0: deauthenticating from 7e:4f:b5:c2:6b:10 by local choice (Reason: 1=UNSPECIFIED)
    Okt 08 12:03:04 thinkpad-ajs124 kernel: cfg80211: Calling CRDA to update world regulatory domain
    Okt 08 12:03:04 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: 4-way handshake -> group handshake
    Okt 08 12:03:04 thinkpad-ajs124 NetworkManager[1008]: <warn> Connection disconnected (reason -1)
    Okt 08 12:03:04 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: group handshake -> disconnected
    Okt 08 12:03:04 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: disconnected -> scanning
    Okt 08 12:03:18 thinkpad-ajs124 kernel: wlan0: authenticate with 7e:4f:b5:c2:6b:10
    Okt 08 12:03:18 thinkpad-ajs124 kernel: wlan0: send auth to 7e:4f:b5:c2:6b:10 (try 1/3)
    Okt 08 12:03:18 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: scanning -> authenticating
    Okt 08 12:03:18 thinkpad-ajs124 kernel: wlan0: authenticated
    Okt 08 12:03:18 thinkpad-ajs124 kernel: wlan0: associate with 7e:4f:b5:c2:6b:10 (try 1/3)
    Okt 08 12:03:18 thinkpad-ajs124 kernel: wlan0: RX AssocResp from 7e:4f:b5:c2:6b:10 (capab=0x411 status=0 aid=2)
    Okt 08 12:03:18 thinkpad-ajs124 kernel: wlan0: associated
    Okt 08 12:03:18 thinkpad-ajs124 kernel: cfg80211: Calling CRDA to update world regulatory domain
    Okt 08 12:03:18 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: authenticating -> associating
    Okt 08 12:03:18 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: associating -> 4-way handshake
    Okt 08 12:03:18 thinkpad-ajs124 kernel: wlan0: deauthenticating from 7e:4f:b5:c2:6b:10 by local choice (Reason: 1=UNSPECIFIED)
    Okt 08 12:03:18 thinkpad-ajs124 kernel: cfg80211: Calling CRDA for country: DE
    Okt 08 12:03:18 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: 4-way handshake -> group handshake
    Okt 08 12:03:18 thinkpad-ajs124 NetworkManager[1008]: <warn> Connection disconnected (reason -1)
    Okt 08 12:03:18 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: group handshake -> disconnected
    Okt 08 12:03:18 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: disconnected -> scanning
    Okt 08 12:03:29 thinkpad-ajs124 NetworkManager[1008]: <warn> Activation (wlan0/wireless): association took too long.
    Okt 08 12:03:29 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
    Okt 08 12:03:29 thinkpad-ajs124 NetworkManager[1008]: <warn> Activation (wlan0/wireless): asking for new secrets
    Okt 08 12:03:29 thinkpad-ajs124 NetworkManager[1008]: <warn> Couldn't disconnect supplicant interface: This interface is not connected.
    Okt 08 12:03:29 thinkpad-ajs124 NetworkManager[1008]: <warn> Couldn't disconnect supplicant interface: This interface is not connected.
    Okt 08 12:03:29 thinkpad-ajs124 NetworkManager[1008]: <warn> No agents were available for this request.
    Okt 08 12:03:29 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): device state change: need-auth -> failed (reason 'no-secrets') [60 120 7]
    Okt 08 12:03:29 thinkpad-ajs124 NetworkManager[1008]: <warn> Activation (wlan0) failed for connection 'STERNCHEN_Netzwerk'
    Okt 08 12:03:29 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): device state change: failed -> disconnected (reason 'none') [120 30 0]
    Okt 08 12:03:29 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): deactivating device (reason 'none') [0]
    Okt 08 12:03:29 thinkpad-ajs124 NetworkManager[1008]: <warn> Couldn't disconnect supplicant interface: This interface is not connected.
    Okt 08 12:03:30 thinkpad-ajs124 NetworkManager[1008]: <info> (wlan0): supplicant interface state: scanning -> inactive
    wpa_supplicant debug logs generated with "wpa_supplicant -dd -Dnl80211 -iwlan0 -c/etc/wpa_supplicant/STERNCHEN_Netzwerk.conf" where STERNCHEN_Netzwerk.conf is
    network={
    ssid="STERNCHEN_Netzwerk"
    key_mgmt=WPA-PSK
    psk="supersecretpassword"
    This problem might actually solve itself, since I'll probably give this notebook away in a few weeks, but I'd still like to find the reason for this.

    Well, that's quite a drastic solution so I've saved it for last (Recovery Mode).
    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • Im having trouble connecting my macbookpro to the tv. im using a mini display port to hdmi adapter, when i switch tv/video to hdmi on the tv nothing pops up, and i dont have the arrangement tap on the display settings, please help!

    im having trouble connecting my macbookpro to the tv. im using a mini display port to hdmi adapter, when i switch tv/video to hdmi on the tv nothing pops up, and i dont have the arrangement tap on the display settings, please help!

    I've found that the order of operations, so-to-speak, can be important when hooking up mini display port to HDMI.  I have the most success with the following operations in this order:
    1)  Plug HDMI cable into mini displayport adapter (the cable should not be plugged into either the TV or the computer at this point)
    2)  Plug the mini displayport end of your new super-cable to the computer.
    3)  Plug the HDMI end into your TV.
    4)  Switch inputs on your TV to the proper input.
    5)  If still nothing on the TV, try a different HDMI port on your TV.
    Hopefully this helps!  Good luck.

  • Trouble connecting macbook to N600

    We just connected a E2500-NP using a macbook.  All of our other devices (iphone, itouches, nexus, PC) connect and run at regular speed.  My macbook (the one used to install the router) connects but loads web pages incredibly slowly.  We reinstalled the old router to see if there was a problem with the macbook.  It loads webpages at normal speed with old router.  The nexus and itouches have trouble connecting with old router.  The macbook is connected to this website with no problem but if I try to do a search on something else it loads incredibly slowly.
    Please help!!

    How did you connect the macbook computer? Is it through hardwired or wireless connection? You can adjust the router’s mtu – by using this link: http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=fbf8e8564632422eaa8ea80bf9dcba64_386.xml&pid=80&re... – if the concern is regarding the router’s hardwired connection. You can also use this link: http://www.metageek.net/products/inssider/ to help determine the best channel to be set on the router and to improve the router’s wireless performance.

  • Trouble Connecting MacBook to Netgear WGT624

    Hello, I just got a MacBook and am having trouble connecting to my netgear WGT624 wireless router. We've had the router for some time with a PC connected via ethernet. This is the first time trying to connect wirelessly.
    I click on System Preferences.
    Then Network.
    Then Connect.
    Under the Network drop down menu, I have two Network choices available...our router's name, and another name, probably a nearby wireless router.
    When I choose our router, I get the pinwheel thingy spinning around, and then a message: "There was an error joining the AirPort network "router name here."
    When I click on the other nearby network name, I get connected, and the signal strength is 4 out of 15.
    What do I need to do to connect to my home's wireless router?

    No need to re-install software. There should be a reset button or hole somewhere on the router. Either press the button or use a paper clip inside the hole for about 10 seconds. This should reset your router to all the default settings.
    From there, once you log onto your router's setup screen, you will need to put in your regular settings (username, password, security settings, etc.). If you use security, your neighbor should not be able to access to your wireless connection.
    Good Luck.
    G4 400   Mac OS X (10.4.7)   MacBook

  • I am having trouble connecting to my network all of a sudden. It is not an issue with the service/router. I keep getting kicked off and getting a ! in my airport... anyone know what's up with this?

    I am having trouble connecting to my network all of a sudden. I am able to connect to other networks but not my own. It is not an issue with the service/router because other devices connect fine. I keep getting kicked off and getting a ! in my airport. Last time it happended I called apple and the suggested I wipe my HD and reinstall everything. I did and it did not work. One day I turned my laptop on and it connected no problem. Now it has kicked me off again. I tried resetting my IP address but that does not work either! Has anyone had this problem?

    Try this:
    Apple menu / System Preferences / Network.
    Click Location: and select Edit Locations..
    Click + (plus sign), and enter a name for the new location - anything will do.
    Apply this.

  • My new iphone is running extremley slow, internet takes ages to load, apps take ages to install and has trouble connecting to app store. and the apps dont work properly like ebay wont open or refresh items, plz help

    my new iphone is running extremley slow, internet takes ages to load, apps take ages to install and has trouble connecting to app store. and the apps dont work properly like ebay wont open or refresh items, plz help
    my iphone4 is 10 times faster
    i have backed up on itunes and restored but still no luck
    even siri is lagging

    my new iphone is running extremley slow, internet takes ages to load, apps take ages to install and has trouble connecting to app store. and the apps dont work properly like ebay wont open or refresh items, plz help
    my iphone4 is 10 times faster
    i have backed up on itunes and restored but still no luck
    even siri is lagging

Maybe you are looking for

  • How do create a table of contents page from a series of bookmarks?

    I am compiling bundles of documents for printing, starting from single PDFs. I combine them using Acrobat Pro X for Mac which gives me a single PDF, with a series of bookmarks for each document. I then insert page numbers. What I need is a way of cre

  • Flash Player issues when I run project

    I am running Flex on Windows and get the error: Flex Builder cannot locate the required version of Flash Player. You might need to install Flash Player 9 or reinstall Flex Builder. I have tried the following: Downloading the 12/03/2007 update Windows

  • Bought a Flash Photo Gallery

    Hi there. I recently purchased this photo gallery: http://www.entheosweb.com/Flash/Photo_Gallery3/index.asp ( After which I saw people here advertising for MUCH nicer ones ) Anyhow: I have been able to get it to work on my desktop, but do not know ho

  • I need triggering point pa0105 instead of pa0709

    Hi Experts,   In my requirement the idoc should be generated after the infotype 0709 in pa40 . i.e 0709 is triggering point , where as now the triggering point i need 0105 as part of 0709 , please give me some help . Thanks Venkat.

  • Pismo G4 550 - no startup chime after 10.4.6

    Since installing 10.4.6 I've had trouble with my start-up chime not working. I have isolated the problem down to the IOAudioFamily.kext file. When I take it out of extension and boot into Classic then back into Tiger I get a chime and it stays on eve