PowerQuery API connection credentials error.

Hi Folks
I am trying to use  PowerQuery to connect to an API from a website (Chargify.com). I have an API key that  is definitely correct. Documentation  outlines that the URI to connect to the API  should be in the format - https://<subdomain>.chargify.com/<resource
URI>  so I am using something like https://MY_COMPANY_SUBDOMAIN.chargify.com/subscriptions
However  I get a credentials error when I try and connect (see screenshot).   Chargify support think this error is linked to a issue with PowerQuery rather than an actual credentials issue. Hs anyone stuck a similar problem and resolved it? 
Cheers
Steve

When I go to the documentation for chargify.com (https://docs.chargify.com/api-authentication), it says that you should be using Basic authentication -- with the API key as the user name and the
letter "x" as the password.

Similar Messages

  • Call to WPG_SESSION API Failed. Error-Code:6550

    Can someone please help me figure out what I may be doing wrong? Using recent downloaded versions of 8i and 9iAS I cannot access Portal30 using IE5 browser. Please see error below. During portal configuration I specified connect string of oracle:1521:dba1. The connectstring entry of the DAD is dba1. I ran ssodatan. The database is open, listener is listening and SQL*Plus, DBA Studio, Net8 Assistant all connect to dba1 fine. Discussions mention cookies, upgrades, etc., but nothing definitive. Troubleshooting Guide does not reference error 6550. I am at a loss. Any suggestions would be appreciated.
    I downloaded and installed 8.1.7 on NT host oracle then downloaded and installed 9iAS on another NT host. Portal Diagnostics are successful, however I get database login failed when attempting to use IE5 browser to access portal at http://oracle/pls/portal30/PORTAL30.home
    Here's the diags:
    D:\ora9ias\portal30\admin\plsql>set ORACLE_HOME=d:\ora9ias
    D:\ora9ias\portal30\admin\plsql>diag -s portal30 -c dba1
    Begining Portal Diagnostics
    ...portal_schema: portal30
    ...portal_password: *************
    ...portal_connect_string: dba1
    Loading java class for Portal Diagnostics ...
    SQL*Plus: Release 8.1.7.0.0 - Production on Wed Jul 25 08:41:58 2001
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Creating Table 'wwsec_diagnostic$'
    Creating Sequence 'wwsec_diagnostic_seq'
    Diagnostics Report v 1.01: Oracle Portal v 3.0.9.8.0
    As of 25-Jul-2001 08:42:17 Schema Name: PORTAL30 SSO Schema Name: portal30
    _sso
    Proxy Server Settings:
    HTTP Server:
    HTTP Server Port:
    No Proxy Servers for Domains beginning with:
    URL Connection Time-Out (seconds):
    PORTAL30.wwsec_enabler_config_info$
    Login Server URL : http://oracle/pls/portal30_sso/portal30_sso.wwsso_app_admi
    n.ls_login
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30_sso
    Connect string : dba1
    Authentication mode : Single Sign-On
    Partner Application Information
    **** The Login Server (portal30_sso) ****
    Home URL : http://oracle/pls/portal30_sso/portal30_sso.home
    Success URL : http://oracle/pls/portal30_sso/portal30_sso.wwsso_home.pro
    cess_signon
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30_sso
    Connect string : dba1
    Authentication mode : Single Sign-On
    **** Oracle Portal (portal30) ****
    Home URL : http://oracle/pls/portal30/portal30.home
    Success URL : http://oracle/pls/portal30/portal30.wwsec_app_priv.process
    _signon
    DAD : portal30
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30
    Connect string : dba1
    Authentication mode : Single Sign-On
    **** The Login Server (portal30_sso) ****
    Home URL : http://oracle/pls/portal30_sso/portal30_sso.home
    Success URL : http://oracle/pls/portal30_sso/portal30_sso.wwsso_home.pro
    cess_signon
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30_sso
    Connect string : dba1
    Authentication mode : Single Sign-On
    Diagnostics completed successfully!
    Disconnected from Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    D:\ora9ias\portal30\ admin\plsql>
    Call to WPG_SESSION API Failed.
    Error-Code:6550
    Error TimeStamp:Wed, 25 Jul 2001 12:33:52 GMT
    Database Log In Failed
    TNS is unable to connect to destination. Invalid TNS address supplied or destination is not listening. This error can also occur because of underlying network transport problems.
    Verify that the TNS name in the connectstring entry of the DAD for this URL is valid and the database listener is running.
    null

    I met that error several times. Check TNS connection from web server box to database server, if applicable. - use tnsping.
    That's the only cause that produces the error. If the web server box has more than one Oracle Home, find the correct one. Check $iAS_home/Apache/bin/apachectl script which will tell you its oracle home directory. It may not use $TNS_ADMIN/tnsnames.ora, but $ORACLE_HOME/network/admin/tnsnames.ora.

  • Ecatt script fails due "Error in OLE API method Call"  error

    Hi ,
    Ecatt scripts fails due to "Error in OLE API method Call" error, this error message occurs once a while.
    We are calling testpartner scripts from Ecatt using REFEXT command. At times this ECATT script fails due to above issue.
    Please help in solving this issue.
    Thanks,
    Asha

    >
    Asha Nagaraj wrote:
    > Hi ,
    >
    > Ecatt scripts fails due to "Error in OLE API method Call" error, this error message occurs once a while.
    >
    > We are calling testpartner scripts from Ecatt using REFEXT command. At times this ECATT script fails due to above issue.
    >
    > Please help in solving this issue.
    >
    > Thanks,
    > Asha
    Hi Asha,
    Are those components are connected and the necessay settings has been done?
    Regards,
    SSN.

  • Webservice Connection Timeout Error in Sun Java System Application server

    I have a java code to connect to Ebay Shopping Webservice that uses the client stub generated through Axis. The code works fine when I run it from the main method of a stand alone Java application. Which means there is no issue with the Proxy settings or any other network setting that could block the webservice from my system. However when I use the same code inside a JSF based Web Application, a connection timeout error comes up. The Web application is deployed on the Sun Java System Application server. The stacktrace of the exception is
    java.net.ConnectException: Connection timed out: no further information
         at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
         at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:527)
         at com.sun.enterprise.server.ss.provider.ASClientSocketImpl.connect(ASClientSocketImpl.java:206)
         at java.net.Socket.connect(Socket.java:520)
         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:585)
         at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:153)
         at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:125)
         at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
         at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
         at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
         at com.ebay.api.soap.ShoppingBindingStub.findProducts(ShoppingBindingStub.java:1217)
         at com.shopping.ebay.EbayServiceUtility.performEBaySearch(EbayServiceUtility.java:66)
         at searchProduct.SearchProductBean.search(SearchProductBean.java:98)
         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:585)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:151)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:96)
         at javax.faces.component.UICommand.broadcast(UICommand.java:383)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:450)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:759)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:244)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:113)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
         at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    The JDK version on my machine is 1.5.0_14. Can somebody point me as where I should be looking for errors?

    You need to delete all the files under the 'generated' directory to force the server to recompile them after the JDK upgrade. Also check in domain.xml and make sure the JVM parameter is pointing to the JDK that you have installed. It is also worthwhile to check asenv.conf to see which JDK that file is pointing to as well.

  • Call to WPG_SESSION API Failed. Error-Code:20000

    Hi,
    to be short:
    Oracle: 8.1.7.0.0
    When trying to login to the portal application I got this error [bottom of message]
    I downloaded the diag tool and run it against my configuration, everything was reported OK.
    I've also searched all through this forum and have read similar problem, but nobody had error code 20000.
    Would you please guide me?
    Call to WPG_SESSION API Failed.
    Error-Code:20000
    Error TimeStamp:Thu, 29 Mar 2001 16:41:15 GMT
    Database Log In Failed
    TNS is unable to connect to destination. Invalid TNS address supplied or destination is not listening. This error can also occur because of underlying network transport problems.
    null

    Reza,
    Is this a new install?
    If so, on a new install, you often need to create an entry in the tnsnames.ora file within the Oracle9iAS $ORACLE_HOME. You can do this simply by copying the information from your tnsnames.ora in your Oracle 8.1.7 $ORACLE_HOME/network/admin.
    A lot of times, it could also be a difference of Portal trying to connect to the database with:
    ORA817.company.com
    instead of
    ORA817
    or vice versa.
    Check http://myhost.mydomain.com/pls/admin_/gateway.htm
    In each DAD, it will specify the connect string that Portal is trying to use to connect with. Make sure your tnsnames.ora is using the same.
    If this is not a new install, you may have just had a problem with the database. If this is not production, rather than debugging the problem connecting to the database. I have found that restarting the database and webserver usually works, that will at least get you back up and running. Then you can check the alert.log in the database for any problems or issues such as too many sessions, etc.
    Thanks,
    Sue

  • Call to WPG_SESSION API Failed. Error-Code:20001

    Here is the error I am getting while accessing portal. This error comes 2 out of 5 times.:
    Call to WPG_SESSION API Failed.
    Error-Code:20001
    Error TimeStamp:Fri, 23 Mar 2001 17:28:33 GMT
    Database Log In Failed
    TNS is unable to connect to destination. Invalid TNS address supplied or destination is not listening. This error can also occur because of underlying network transport problems.
    Verify that the TNS name in the connectstring entry of the DAD for this URL is valid and the database listener is running.

    The error code implies an invalid cookie. This could be because the encryption key is invalid or the format of the cookie is corrupted. If the encryption key was invalid, the error would happen all of the time rather than 2 times out of 5. The only way I can see that the cookie format would be bad is if it got truncated. There is a 4K limit on the size of the buffer that passes cookies around, so it could be that the browser is sending more than 4k worth of cookies. However, if this were the case, then the error would be consistent from that browser after you exceeded the limit. Can you give a little more detail on exactly what you are doing when the error occurs?

  • Suppress "Connection Failed" Error Messages on Client?

    Hi there,
    I have a Leopard server which is Managing Preferences for users in groups. In my Login Preference for a group, I have it basically "auto mounting" shares, such as smb://leopard-server/accounting and smb://leopard-server/graphics.
    The works great so far. A user logs into their machine, managed prefs determines their group membership, and poof all the appropriate network drives show up on their desktop.
    Problem is - when a user is off the network (for instance, at home with their laptop), after they power up and login they are immediately assailed with error messages, one for each failed connection to a network drive: "Connection failed. The server may not exist or it is not operational at this time".
    Now it is understandable why Leopard is bringing up those error messages - it's trying it's best to connect to the network drive but the user isn't on the network.
    Question is: is there any way to suppress these error messages and let the users who are off-network boot to their desktop "quietly"?
    I know you can hold the Option key at login in order to turn off Managed Prefs altogether, but the problem with that is users tend to forget to turn Managed Prefs back on when they get back into the office.
    Any ideas?

    It's not just you, I am seeing this behaviour too.
    Where 10.4 clients would fail silently, 10.5 is throwing the "Connection Failed" error message as you described.
    I agree it is confusing to end users and would like a way to supress it, the only thing that springs to mind is manually mounting the share via a login hook that first checks network availability rather than using a WGM configured mount. Trouble is, to mount an afp share with the users credentials via a script is a whole new problem in itself.

  • Problem: Failed to open the connection. Error Code 0x800002F4 (-2147482892)

    Problem: Failed to open the connection. Error Code 0x800002F4 (-2147482892)
    This is on two (2) separate machines. These are NEW INSTALLATION development work stations (laptops). One is Vista (Visual Studio 2008 / Crystal Reports 2008), and the other is Windows XP Pro (Visual Studio 2003 / Crystal Reports XI R1).
    I am using EXISTING CODE (established over several years), and EXISTING REPORTS (established over several years). Old development station was XP Pro, as above, and still exists, and still works fine.
    I can open the report in Crystal, and see the results just fine. Data for the report is obtained via ODBC.
    Can someone identity the actual error by the Error Code above, and advise. Thanks You in Advance.

    Ok, so let's start at step 1:
    SP 1 just released and I'd recommend applying that. The SO is available from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100010503722008E/cr2008_sp1.exe
    For future reference, msm matching the above SP is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100011715292008E/cr121_mm.zip
    and msi is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100011722132008E/cr121_redist_install.zip
    Step 2: a few questions:
    a) I am not sure what CR SDK you are using; RDC, .NET? I suspect that you are using the CR assemblies for .NET, but do confirm.
    b) what is the database you are connecting to?
    c) is this a web or a win app?
    Step 3:  As the error can mean any number of things (to me it's just means something went wrong during the attempt to connect to the database...), the solution may vary, however the troubleshooting steps remain quite consistent:
    1) Do make sure the report is indeed working in the CR 2008 designer (e.g.; make sure "saved data" is not enabled.
    2) Try a simple new windows app with one of your reports. See if you have a report with no subreports and use it
    3) If that works, use a report with subreports
    4) If the above does not work in (1) above, create a new report to the same ODBC connection, do not code any database connection - let the report prompt for the logon parameter (PWD)
    5) Run the new report in your new app, enter the PWD when prompted
    6) If this works, add your database logon code
    7) If that works, add your original report (again, preferably with no subreports)
    8) If that fails, ensure that the subreport and main report use the same database connection type (ODBC)
    9) If it works, see if you can determine the difference between your old app and the new app.
    Ludek

  • Configure Synchronization Connections An error has occurred while accessing the SQL Server database

    Hi,
    i am getting following error message
    Central Administration --> Synchronization Connections
    An error has occurred while accessing the SQL Server database or the SharePoint Server Search service.
    If this is the first time you have seen this message, try again later. If this problem persists, contact your administrator.
    Central Administration -->  Manage Profile Service: User Profile Service Application --> Manage User Properties
    Error
    An unexpected error has occurred.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 3bce5a11-f2dc-4788
    Please tell how to fix it.
    iffi

    Event ID 5555 -> i have change the Timer jobs recycling time AM to PM
    for  User profile page not display  number of count in the page first check services , connection , 
    IISRESET /NOFORCE   /  timer services restart 
    Deepesh Yevle MCTS

  • Why do i keep getting the "internet connection timeout" error message?

    i have been upgrading a few standard itunes albums to itunes plus versions through my 3g mobile broadband connection, while not exactly a fast process, it was working fine until i started to get a backlog of 3 or 4 albums which were waiting in a queue to be downloaded, now every time i do the "check for downloads" option i get the "internet connection timed out" error message...this has been going on for 2 days! am i right in suspecting the backlog of albums is too much for my 3g mobile broadband connection? this is really doing my head in, if any of you techies could help me, it'd be much appreciated...?

    yes i have recently updated to itunes 8.2.1, but i am starting to think its apple's servers (i tried to download at my brothers house...different computer and connection...same connection timeout error), because it will still let me download an album, but not necessarily all of the tracks. when i questioned itunes customer services about the seemingly hit and miss state of affairs with downloading, they told me to wait 3 weeks before trying to download the tracks that were giving me the grief (2 tracks from an arctic monkeys album)...which kinda indicates they know there is a problem and are trying to fix it, why else would they say wait 3 wks??? they gave me 5 free music tracks too, which is handy.

  • Connection Failed Error while Importing tables in 11.1.1.6 on Windows 7

    Hi,
    Can you please help me in resolving the connection failed error while importing the tables from the database.
    I am using OBI 11.1.1.6 on Windows 7
    You help is highly appreciated. I have followed all the below blogs but still i was not able to resolve the issue.
    http://123obi.com/2011/03/error-the-connection-has-failed-in-obiee-11g/
    http://obieedeveloper.blogspot.in/2012/03/connection-failed-error-in-obiee-11-g.html
    http://iadviseblog.wordpress.com/2011/05/29/obiee-11g-error-in-importing-metadata/
    http://www.obieefans.com/%E2%80%9Cthe-connection-has-failed%E2%80%9D-error-in-obiee-11g-admin-tool/
    Thanks in Advance
    Siva

    It would be nice if you put your issues instead of asking to look those many urls.
    try using tns entry in connection pool or follow this thread
    Connection failed in OBIEE 11g

  • Can't connect via Airport -- "connection timeout" error, instead

    I've got a MacBook Pro here, which was successfully connected online via Airport, under OS X 10.4.11.
    Then I upgraded to Leopard (10.5), and the machine would no longer connect automatically to the router.
    OK, I tried manually configuring the wireless connection, but no luck. So, I brought in an old iBook G4 running the same OS (10.5), and successfully linked it to the router, wirelessly, via Airport.
    Copying the procedure that worked with the iBook -- to the MBPro -- did not help. Still getting a "connection timeout" error message.
    So I performed a fresh install of 10.5 -- and I even DLed the Software Updates, including two that were supposed to improve Airport functionality -- and tried again. No luck.
    Any suggestions?
    TIA.

    John,
    I had the same problem when I upgraded from Tiger to Leopard in January. My memory is already rusty but try the following:
    1. Go to System Preferences > Network pane. On the left pane, click on AirPort. In the right pane lower right, click Advanced button. Then on the AirPort tab, click on the name of your network and then the minus sign to remove it from the list.
    2. Click Apply and quit System Preferences.
    3. Put the computer to sleep.
    4. Wake the computer.
    5. Go back in to Network preferences, AirPort tab. Click the plus sign to add your network. Fill in the Network Name, choose the type of Security by clicking on the pop-down bar, enter password/code/phrase and click Add. NOTE: Do not connect to the network at this time.
    6. Click Apply and Quit the Network Preferences.
    7. On the Menu row, click the Airport icon and select your network. (IF your network does not show, choose Join Other Network. Fill in the Network Name, choose the type of Security by clicking on the pop-down bar, enter password/code/phrase and click Join.)
    8. Verify connectivity
    9. Put the computer to sleep.
    10. Wake the computer.
    11. Verify connectivity
    HTH

  • How to solve Error in http connection. Error -1

    urlMidlet2===http://localhost:8080/testProj?userId=20&selMPBL=23&svMPBL=IPOD+Touch+Screen+e!1!Tue+Jan+06+00:00:00+UTC+2009!Tue+Jan+06+00:00:00+UTC+2009!Sat+Jan+31+00:00:00+UTC+2009!Mp3+Player!IPOD!Rejected!12
    [j2mepolish] Generic/DefaultColorPhone: !1!2!1222!13333
    [j2mepolish] Generic/DefaultColorPhone: Protocol for this connection is http
    [j2mepolish] Generic/DefaultColorPhone: This object is connected to localhost host
    [j2mepolish] Generic/DefaultColorPhone: HTTP Port in use is 8080
    [j2mepolish] Generic/DefaultColorPhone: respCode=====-1
    [j2mepolish] Generic/DefaultColorPhone: Error in opening HTTP Connection. Error#-1
    Why is this error coming? How to solve it?
    Thanks in advance.
    Edited by: J2me_Beginner on Jun 7, 2009 9:38 PM

    I am making a form using an interface. When Activate the Form, I got this error:
    Invalid HTTP connection: ADS
    Message no. FPRUN000
    But I do not know how to solve or config ADS. Any one know how to slove this error ?
    Thanks a lot.

  • I lost my connection when I was using internet and when I want to reconnect to airport it give me connection timeout error, I changed my password on router but still doesn't work. How can i fix my problem?

    Hi,
    I lost my airport connection when I was using internet and when I wanted to re-reconnect to airport it gave me connection timeout error, I changed my password on router but still doesn't work. How can i fix my problem?

    Hello there hastibahreini,
    It sounds like you were using your Wi-Fi network from your Airport base station and the connection cut out. You have reset the password on the device but the issue persists. I would try the 3 resets outlined in the following article in order to help resolve the issue. If it persists, is the Wi-Fi connection issue happening on more than one device or computer?
    Resetting an AirPort base station FAQ
    http://support.apple.com/kb/ht3728
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • When I try to scan a document on my MF8050cn, I get a "Connect Computer" error.

    When I try to scan a document on my MF8050cn, I get a "Connect Computer" error.  I am running Windows 8.  My device is directly connected to the computer.  I can print from the computer to the printer without issue.  I get this error when using the controls on the device. 
    If I try to use the MF Toolbox - Scan Function controls, I get the following error message: "This action cannot be completed because the other program is busy.  Choose 'Switch To' to activate the busy program and correct the problem."  When I click "Switch To", it brings me to the Windows 8 tiles screen but does not resolve the issue.
    Please help!

    Hi h_rankin.
    I recommend uninstalling and reinstalling the drivers and software.  Please follow the steps below to perform the operation:
    1.  Unplug the USB cable from the printer.
     2.  Press the Windows key and 'x'.
     3.  Select 'Control Panel'.
     4.  Select Devices and Printers.  The Devices and Printers window opens.
     5.  In the Devices and Printers window, right click on the MF8000 Series and select 'Remove' to delete the printer.  Delete all of the icons for the MF8050Cn.
     6.  Close the Devices and Printers window then press the Windows key and 'x'.
     7.  Select 'Control Panel'.
     8.  Select 'Programs and Features'.
     9.  Double click on driver to uninstall.  Follow the on screen prompts.  Repeat to uninstall the MF Tool box.
    10.  Restart you computer.
    Once your computer restarts, please follow these steps to download and install the drivers and the MF Toolbox from Canon's web site:
     1.  Visit our web site at: http://www.usa.canon.com.
     2.  After clicking SUPPORT & DRIVERS in the top right corner, select your model in the following manner:
         a.  From the first menu, select CONSUMER & HOME OFFICE.
         b.  From the second menu, select PRINTERS & MULTIFUNCTION.
         c.  From the third menu, select your series, IMAGECLASS SERIES.
         d.  From the fourth menu, click DRIVERS & SOFTWARE under imageCLASS MF8050Cn.
     3.  Click the drop-down arrow and change the operating system to Windows 8 (x64).
     4.  Click on 'DRIVERS', then click on [Windows 64bit] imageCLASS MF8050Cn MF Drivers file. 
     5.  Click on I Agree - Begin Download on the next page.
     6.  When the Save As box comes up, choose Desktop and click Save. 
     7.  Once the download is complete, click on 'I Decline- Go Back' and you will return to the previous page.
     8.  Click on 'SOFTWARE', then click on the [Windows 32bit & 64bit] Tool Box Ver.4.9.1 file.
     9.  Click on I Agree - Begin Download on the next page.
    10.  When the Save As box comes up, choose Desktop and click Save. 
    11.  Once the download is complete, close all windows.
    12.  Double click the [ToolBox_4911mf16_Win_EN.exe ] file on the Desktop.  Follow the prompts to install the MF Toolbox.
    13.  Double click the [MF8050Cn_MFDrivers_W64_us_EN_2.exe] files to decompress them.  A new folder will be created on the Desktop.  The new folder has the same name as the decompressed file.  Double-click the decompressed Setup.exe file to start installation.
    14.  Once that window goes away, connect the USB cable from the MF8050Cn to the computer.  Installation will complete.
    Wait a few minutes then scan a document using the MF Toolbox.
    If you still experience any errors, or need any further assistance, please contact us at 1-800-OK-CANON (1-800-652-2666). 
    Have a good day.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Maybe you are looking for

  • How can I use a U.S. iTunes gift card with Cdn registration?

    System does not recognize U.S. code on gift card on the Canadian site and I do not know how to cancel my Canadian registration so that I can set up a U.S. registration. I have addresses in both countries so it appears I should be able to register and

  • Macbook Pro 2010 Forced to Restart - is there a major problem with it?

    A couple of days ago my 2010 Macbook Pro told me it had to restart because of some error. I got it August 2010, in December 2010 it had a hard drive failure. Since then its just gotten hot a lot and then about a month or two ago I had to take it into

  • Cannot start Mac mini server after changing permissions

    I have a two-day-old Mac mini (server version) and all was OK until I decided to change the permissions on both hard drives (and all enclosed folders and files) to give read/write access to administrators. I received quite a few error messages about

  • How to make column tree the ALV

    As in normal table we can make column tree by using  'TreeByNestingTableColumn' property, can any one tell me how to do the same in alv. I have used set_hierarchy_column( abap_true ), but i was not able to map all the elements with in a node to other

  • Illustrator dose not save with any text/fonts then locks up program

    I will start off with.  I am using CS4 Design Premium with Windows 7. For the last three weeks I had a problem with a few of the programs Illustrator, Indesign, Fireworks.  Not saving while getting an error can't save this file. Also in Illustrator w