PushNotificationService::createChannel return a status 10110

I'm trying to implement the push services in an app of Cascades. We have the production credentials.

After the call to the PushNotificationService::createChannel the createChannelCompleted is marked with a status of 10110.

According to the docs, it means "SubscriptionContentNotAvailable" and the app must try again after receiving a signal of pushTransportReady. This signal never happens. The phone has working Wifi and 3G.

Thus, you joined a production account then?  You already had an eval account that you tested with?

Avoid a "/" at the end of your URL.

And http should be used to create the channel not https.

If you registered for an account eval, you need this URL:

http://CP *. pushapi.Eval.BlackBerry.com

If you use the production:

http://CP *. pushapi.na.BlackBerry.com

You want probably to remove the app, reboot the device and reinstall.  This will allow you to reconfigure again.

Matt

Tags: BlackBerry Developers

Similar Questions

  • Bad HTTP response returned with status code: 404 at low level sample push inititator

    Hello, I have installed low level sample push inititator in my localhost, everything is OK but when I try send a single message push, the server return

    "Bad HTTP response with the status code returned: 404."

    Can someone help me, please

    What is the URL used (Please replace your CPID with ' x)?

  • Return 200 status Code error handler

    Greetings,

    I have a section of my site assigned to be a "Error Handler", but when a user is brought to this page, the status code is a 200. As you can imagine, this has the potential to cause a lot of problems for processes that are based on work status codes.

    I found the following solution on another site, indicating to put that code Idoc Script at the top of the Page Template:

    <!-$setValue ("#local", "ssChangeHTTPHeader", "true") - >

    Unfortunately, doing the above does not work. Am I missing something?

    Any help is appreciated. Thank you!

    Josh

    I'm sure there's an easy solution here, but I can't find it on my box.

    Using Apache as a front end? They you could use mod_rewrite to redirect to a 404 page if a specific header exists in the answer. If you could put this on your error page:

    And then you have this in your Apache config file:

    RewriteCond% {HTTP:HTTP_FOUR_OH_FOURED}

    RewriteRule. * /not/ - found.htm [R = 404, L]

    More available here:

    mod_rewrite - Apache HTTP Version 2.4 Server

  • hz_location_v2pub.update_location returns with status: U

    Here are the API I want to use to update the records.

    Initially I was running only for a records to verify the API, so I'll use the slider to no. documents.

    But it does not update. Here is the query and the output of DBMS.

    Query: -.

    ___________________________________________________________

    / * Formatted on 2015/03/23 13:08:30 (PS5 v5.215.12089.38647) * /.

    DECLARE

    p_location_rec HZ_LOCATION_V2PUB. LOCATION_REC_TYPE;

    p_object_version_number NUMBER;

    p_init_msg_list VARCHAR2 (5000);

    x_return_status VARCHAR2 (2000);

    x_msg_count NUMBER;

    x_msg_data VARCHAR2 (5000);

    BEGIN

    -Defining the context-

    ('AR') mo_global.init;

    / * fnd_global.apps_initialize (user_id = > 1318

    resp_id = > 50559

    resp_appl_id = > 222);

    mo_global.set_policy_context('S',204);

    fnd_global.set_nls_context ('AMERICAN'); * /

    -Initialization of parameters of the required API

    p_object_version_number: = 2;

    p_location_rec.location_id: = 3505;             -HZ_LOCATIONS. LOCATION_ID

    p_init_msg_list: = FND_API. G_MISS_CHAR;

    p_location_rec. Address1: = "Conrad 37 road Florida Glen";

    p_location_rec.address2: = ' Florida Glen 1708';

    p_location_rec.Address3: = ' P O Box 1101';

    p_location_rec. City: = 'Florida Glen. "

    p_location_rec.Postal_Code: = '1708';

    p_location_rec. Country: = 'GAUTENG ';

    DBMS_OUTPUT. Put_line ("Calling the hz_location_v2pub.update_location API");

    () hz_location_v2pub.update_location

    p_init_msg_list = > FND_API. G_TRUE,

    p_location_rec = > p_location_rec,

    p_object_version_number = > p_object_version_number,

    x_return_status = > x_return_status,

    x_msg_count = > x_msg_count,

    x_msg_data = > x_msg_data);

    IF x_return_status = fnd_api.g_ret_sts_success

    THEN

    COMMIT;

    DBMS_OUTPUT. Put_line ('create location is successful");

    DBMS_OUTPUT. Put_line ('output... information ») ;

    DBMS_OUTPUT. Put_line (' new Address1: ' | p_location_rec.address1);

    ON THE OTHER

    Dbms_output.put_line (' the location creation failed:' | x_msg_data);

    Dbms_output.put_line ('Status:' | x_return_status);

    ROLLBACK;

    BECAUSE me in 1... x_msg_count

    LOOP

    x_msg_data: = oe_msg_pub.get (p_msg_index = >, p_encoded = > 'F');

    Dbms_output.put_line (I |) ') ' || x_msg_data);

    END LOOP;

    END IF;

    DBMS_OUTPUT. Put_line ('end of the API');

    END;

    _________________________________________________________________________________________Query End_________________________

    ------------------------------------------DBMS_OUTPUT in TOAD-----------------------------------

    The hz_location_v2pub.update_location API call

    Creating location failed: The following SQL error occurred:

    ORA-06502: PL/SQL: digital or value error: character string buffer too small.

    Status: U

    1)

    Completion of the API

    ------------------------------------------------------------------------------------------------------------------------------

    I think you have to use l_location_recCOUNTY & not l_location_recCOUNTRIES...

    You can try the code below or the use of the l_location_recCOUNTY in your code?

    DECLARE

    l_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
    p_object_version_number NUMBER;
    x_return_status VARCHAR2(2000);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(2000);


    BEGIN


    l_location_rec.location_id := 3505;


      - - get the object version number of the current record
      select object_version_number
      into p_object_version_number
      from hz_locations
      where location_id = 3505;

    l_location_rec. Address1: = "Conrad 37 road Florida Glen";

    l_location_rec.address2: = ' Florida Glen 1708';

    l_location_rec.Address3: = ' P O Box 1101';

    l_location_rec. City: = 'Florida Glen. "

    l_location_rec.Postal_Code: = '1708';

    l_location_rec. County: = 'GAUTENG ';


    hz_location_v2pub.update_location(
    'T',
    l_location_rec,
    p_object_version_number,
    x_return_status,
    x_msg_count,
    x_msg_data);

    dbms_output.put_line(SubStr('x_return_status = '||x_return_status,1,255));
    dbms_output.put_line('x_msg_count = '||TO_CHAR(x_msg_count));
    dbms_output.put_line(SubStr('x_msg_data = '||x_msg_data,1,255));

    IF x_msg_count >1 THEN
    FOR I IN 1..x_msg_count
    LOOP
    dbms_output.put_line(I||'. '||SubStr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255));
    END LOOP;
    END IF;
    END;

    Thanks,

    Arun

  • How can I return the status online after being offline (Ubuntu)?

    The use of Linux Ubuntu with firefox

    Firefox Menu > file > uncheck [] work offline

  • At various places firefox (but not IE) returns the status Http 416 code: "asked the unsatisfactory range." What is the solution?

    Yes, we are short of firefox 5.0, and probably all the stuff you have detected (I don't know how to say, but they sound like things we have)

    • 1.9.0009.1
    • ActiveTouch general Plugin Container Version 105
    • Adobe PDF plugin for Firefox and Netscape 10.0.1
    • Deploy Script NPRuntime plugin Library for Java (TM)
    • 12.0.1.647
    • RealPlayer LiveConnect-Enabled plug-in
    • Netscape Plugin RealJukebox
    • Shockwave Flash 10.2 r152
    • Plugin Picasa
    • Next-generation Java plug-in 1.6.0_25 for Mozilla browsers
    • 4.0.50524.0
    • RealPlayer Plug-in HTML5VideoShim
    • RealNetworks (tm) Chrome RealPlayer background plugin Extension

    Troubleshooting extensions and themes

    Check and tell if its working.

  • How do you return the status of the printer by default online - 2 positions are in prtqueue

    After a printer error (i.e. the low ink level) and I fixed the problem, windows still shows the printer offline. Even if there is prt work queued. The old days MVS one could vary a device online or offlne. How do you like in the world of microphones. It is frustrating.

    Hi, Brokeddog,

    Save your documents

    Click Start > type services.msc

    Scroll down and click on print spooler

    Select stop

    Wait for Windows to stop the spooler

    Services nearby

    Start > Control Panel

    Click the Printers folder

    Right-click on the printer icon

    Select open

    Click on file

    Select Cancel all Documents

    Start > right click on computer

    Select manage

    Click on continue in the UAC window

    Click on Device Manager

    Click on the > next to Ieeee... full printer

    Right-click on the driver and select uninstall

    Click on the > next to imaging devices

    Right-click on the driver and select uninstall

    Click on the > next to printers

    Right-click on the driver and select uninstall

    Click on the > next to Bus Unversal controllers

    Right-click on the printer and select uninstall

    Close the Device Manager

    Restart the computer

    Windows will reinstall the drivers

    Access the site of the manufacturer of the printer and look for updates

    When Windows reloads, go to services.msc and start the print spooler

    Try printing again

  • HP Battery Check status: unknown (90)

    HP dv4-2165dx running Windows 7 64 bit with Support Assistant 5.2.9.2 and battery check 4.0.16.0

    Battery status says 'unknown', with the 100% battery charge.  Battery seems to work very well, but not checking the battery does not seem to be able to connect to it.

    When you run the battery check, it returns

    Status: Unknown (90)

    The long description is:

    Main battery

    An error occurred trying to access the battery.  Please re-insert the battery and the power adapter for a new test of the battery.

    The suggestion is to turn it off, replace the battery and AC power, I did several times.  I also followed the procedures outlined in another post about a battery check status unknown (94)... but no change.

    How can I correct this condition such that I can get a battery status check valid, like 'OK', 'Calibrate', 'Replace', etc.

    Is there a * easy * way to clean the battery contacts?

    Note: Diagnostics of HP you can run before Windows (tube exhaust when starting) indicate that the battery is "defective", perhaps because the diagnosis can also access chip smart battery.

    There is no other assignments by mentioning the battery... check (90) advanced status code just to code (94) elsewhere.

    Thanks for your help.

    db808

    Found the solution!

    There is a new version of firmware, version F.0F (appears as 'F' to the poster information) which is available in the download section software.  Version F.0F is documented as the resolution of a problem with checking Service Advisor 5.x and battery.

    I downloaded the firmware update, installed and then re-directed to battery check.  Now I have a proper status, with detailed battery status is displayed.  In my case, the battery is about 2 years old and needs to be calibrated.  But I now have a status legitimate and can go through the calibration process.

    Note: I use Advisior of Service 5.2.9.2 and says there is no update additional software that apply... .but Advisior Service missing update of Firmware and will not download and install it.

    According to the notice of Release Firmware, this firmware version applies to several laptop models.

    After I calibrate my battery, I'll try running battery check and start diagnostics.  Diagnostics boot time also scored as battery being defective in the past... with the older firmware.

    I'll post my results once completed.

    Hope this helps someone.

    db808

  • Process FDMEE Email status code

    Hi all

    What is the right way to get the status code of process in an event script for notification by e-mail to the successful export? Here, I'm looking to get the status code of the process instead of the value of expstatus (1) which is true for a successful export. In accordance with the tlogprocess 21 is the status code of process returned for a successful export



    Help appreciated!

    If fdmContext [EXPSTATUS] == "21":

    OR

    = stat fdmAPI.getProcessStates (fdmContext ["LOADID"])

    expStatus = str (stat ["EXPSTATUS"])

    If expStatus == "21":

    Hi Francisco Amores,

    I modified my code with the status of process parameter. Can you let me know if this is the right way to return the status of process for successful export value?

    = stat fdmAPI.getProcessStates (fdmContext ["LOADID"])

    expStatus = str (stat ["PROCESSSTATUS"])

    If expStatus == "21".

  • Get status Documents

    Hello - I build the API using the Soap API of Echosign integration and would like to be able to check if the document is SIGNED status. There is a getDocumentInfo that returns the status, but if I have 100 documents, it's an API call for each of them.

    Is it possible to get all the information document for a specified state documents?

    Hello Nbennett25,

    The only solution would be to use the getMyDocument function and it will return all the documents and their status too.

    -Usman

  • All accounts payable reports with ERROR status

    Dear members,

    I use Oracle R12.1.3 Vision Instance.

    When I run some reports in Payables they perform with the error. The details of these reports are the following:-

    1 / Bill on Hold report
    Report 2 / period Exceptions closely (XML)

    Error message for the Bill to hold report is:-

    APP-FND-00362: Routine afpbep cannot run the APPLICATION asks for program & PROGRAM, because the BASEPATH & environment variable is not defined for the application to which belongs the competing executable & EXECUTABLE program.

    Stop concurrent managers. Set the basepath for the application environment variable. Restart concurrent managers. (VARIABLE =)
    Systematic AFPEOT cannot build the name of an executable file for your concurrent request 5849462.

    Check that the file name components are correct and valid on your system. Check that the environment for the person who started the concurrent Manager

    Error message about the exception report close period

    OPE data engine Version No.: 5.6.3
    Resp: 50554
    Org ID: 204
    Request ID: 5849465
    All parameters: G_LEDGER_ID = 1:G_START_DATE =: G_END_DATE =: = G_PERIOD_NAME: G_ACTION = PERIOD_CLOSE_EXCP_REPORT:G_DEBUG = Y
    Data model code: APXPCER_XMLP
    Data model Application Short Name: SQLAP
    Indicator of debug: N
    {G_START_DATE =, G_END_DATE =, G_PERIOD_NAME =, G_ACTION = PERIOD_CLOSE_EXCP_REPORT, G_LEDGER_ID = 1, G_DEBUG = Y}
    Calls the engine data OPE...
    oracle.apps.xdo.XDOException:! Error: trigger "beforeReportTrigger" returns the status as 'false '.
    at oracle.apps.xdo.dataengine.XMLPGEN.executeTriggers(XMLPGEN.java:654)
    at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:263)
    at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
    at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
    at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
    at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
    at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:334)
    at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:294)
    at oracle.apps.fnd.cp.request.Run.main(Run.java:157)

    ---------------------------------------------------------------------------
    Beginning of the FND_FILE log messages
    ---------------------------------------------------------------------------
    Start process_period: class timestamp:30 - JAN-13 11.23.54.085159000 AM AUSTRALI
    A/WEST
    Start process_period. Current timestamp is = 30 January 13 11.23.54.087489000 AM at THE
    STRALIA/WEST
    Parameters: p_ledger_id = 1; p_org_id =; p_period_name =; p_period_start_date =; dll_remove
    eriod_end_date =; p_sweep_to_period =; p_action = PERIOD_CLOSE_EXCP_REPORT
    Global variables initialized
    cursor c_ledger_attribs: g_ledger_name = Vision operations (USA); g_cash_basis_fla
    g = N
    validate_parameters: flag = EE; message = AP_PERIOD_OR_DATE_REQ
    End process_period: class timestamp:30 - JAN-13 11.23.54.089161000 AM AUSTRALIA.
    WEST
    before_report_apxpcer: flag = EE; message = AP_PERIOD_OR_DATE_REQ

    Can someone help me please to solve these problems?

    Thanks in advance.

    Concerning

    See the documentation below, they are ideal match for the problem at hand...

    When you run the "Bill on Hold report" (shortname APXINROH), an APP-FND-00362-error [1127863.1 ID]
    R12: APXPCER_XMLP - Exceptions near period report (XML) display error ' trigger 'beforeReportTrigger' returns "false" status [1100964.1 ID] "

    Kind regards
    Ivruksha

  • Why "lsnrctl status" works on a single node?

    Hello

    I have a cluster 2 node RAC 11.1.0.7 running on Oracle Enterprise Linux 5. My listener.ora files are as follows:

    RAC1 node:
    LISTENER_RAC1 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = rac1-vip)(PORT = 1521)(IP = FIRST))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)(IP = FIRST))
        )
      )
    RAC2 node:
    LISTENER_RAC2 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = rac2-vip)(PORT = 1521)(IP = FIRST))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.65.1.118)(PORT = 1521)(IP = FIRST))
        )
      )
    The listener was created through netca on rac1 node and the name of "LISTENER" default has been used. Both headphones are in place on both nodes:

    RAC1 node:
    [oracle@rac1 admin]$ ps -ef | grep tns | grep -v grep
    oracle   21460     1  0 01:01 ?        00:00:00 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr LISTENER_RAC1 -inherit
    RAC2 node:
    [oracle@rac2 admin]$ ps -ef | grep tns | grep -v grep
    oracle   21153     1  0 05:16 ?        00:00:00 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr LISTENER_RAC2 -inherit
    What bothers me is why the command "lsnrctl status" on rac1 node returns the status of the listener, but isn't the same command on the node rac2?


    RAC1 node:
    [oracle@rac1 admin]$ lsnrctl status
    
    LSNRCTL for Linux: Version 11.1.0.7.0 - Production on 04-JAN-2011 01:05:33
    
    Copyright (c) 1991, 2008, Oracle.  All rights reserved.
    
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER_RAC1
    Version                   TNSLSNR for Linux: Version 11.1.0.7.0 - Production
    Start Date                04-JAN-2011 01:01:42
    Uptime                    0 days 0 hr. 3 min. 50 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/diag/tnslsnr/rac1/listener_rac1/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.65.2.162)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
      Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
      Instance "+ASM1", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@rac1 admin]$
    RAC2 node:
    [oracle@rac2 admin]$ lsnrctl status
    
    LSNRCTL for Linux: Version 11.1.0.7.0 - Production on 04-JAN-2011 05:20:23
    
    Copyright (c) 1991, 2008, Oracle.  All rights reserved.
    
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
     TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       Linux Error: 111: Connection refused
    [oracle@rac2 admin]$
    However, if I add the name of the listener, I get its status:
    [oracle@rac2 admin]$ lsnrctl status LISTENER_RAC2
    
    LSNRCTL for Linux: Version 11.1.0.7.0 - Production on 04-JAN-2011 05:20:47
    
    Copyright (c) 1991, 2008, Oracle.  All rights reserved.
    
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac2-vip)(PORT=1521)(IP=FIRST)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER_RAC2
    Version                   TNSLSNR for Linux: Version 11.1.0.7.0 - Production
    Start Date                04-JAN-2011 05:16:32
    Uptime                    0 days 0 hr. 4 min. 15 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/diag/tnslsnr/rac2/listener_rac2/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.65.2.163)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.65.1.118)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    [oracle@rac2 admin]$
    In fact, I'm new to administration of the RAC, but on single instance systems, if the listener has a default name, it is mandatory to include in the status (e.g. 'lsnrctl status LISTENER_TEST') command in the contrary case a "TNS-12541: listener TNS:no" error is returned. So on this system BECAUSE I do not really understand why "lsnrctl status" on the rac1 even work? It seems to me that the behavior on rac2 is correct...


    The reason why I ask this question is because I think that it has some other implications. For example, my newly created ASM instance on the node rac2 recorded automatically with the listener, although the rac1 node does. I checked the parameter local_listener and remote_listener init and they are disabled on the asm instances:

    RAC1 and RAC2 node:
    SQL> show parameter listener
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    local_listener                       string
    remote_listener                      string
    Perhaps that if I configured on rac2 local_listener initialization parameter to solve the listener address it would work, but I would like to understand why this happens.


    So if anyone has an explanation or a pointer in the documentation, I'll be very grateful.

    Thanks in advance and best regards,
    Swear

    Hello

    127.0.0.1 localhost.localdomain localhost rac1 rac1.localdomain
    127.0.0.1 localhost.localdomain localhost rac2 rac2.localdomain

    10.65.1.117 rac1.localdomain rac1
    10.65.1.118 rac2.localdomain rac2

    Your entries in the file hosts is incorrect. The hosts file does not have the same host name in two different IP. Only the first entry is resolved.

    Please delete rac1.localdomain rac1 and rac2 rac2.localdomain of the line that begins with hosts file 127.0.0.1 in the two nodes.

    Try again lnsrctl status on node 2

    Correct the configuration of the node1, because once the changes in the host file, you may have problems logging on node 1:

    RAC1 node:

    LISTENER_RAC1 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = rac1-vip)(PORT = 1521)(IP = FIRST))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)(IP = FIRST))  # remove this
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.65.1.117)(PORT = 1521)(IP = FIRST))  # put this
        )
      )
    

    Stop and start the receiver on node 1.

    If works post here...

    Kind regards
    Levi Pereira

    Published by: Levi Pereira on January 5, 2011 11:18

  • Pic message transfer failure

    Over the past two days, the Messages Application on my iMac and MacBook Pro is faced with a problem.

    Specifically, when a jpeg file is sent from an iPhone, it is not received by my iMac or MacBook Pro.  I can send JPEGs of my computers through Message, but after a submission, the ability of the Messages app to receive subsequent texts or iMessages is reduced (it looks like something is "clogging the pipeline...) »).  Simple text messages seem to be received without any problem, I noticed...

    When I check on computers, Messages file transfers (window > file transfers), I can see that JPEG files recently sent from an iPhone, are in a hung process of downloading, or if they've been sitting long enough, there is a message that the "provider request failed. A few other files jpeg transfer failure messages read, "the server returned HTTP status code: 401."

    I signed out and signed in iCloud on both computers, but it has not solved the problem.   I if it was an interesting coincidence that both computers have experienced the same problem at the same time and wonder if there is some type of problem with the external network...

    Thanks for any thoughts...

    Bob

    I also see a new message to the title of file transfers, "Session URL error: operation could not be compleded.» (NSURLErrorDomain error - 1003). ((null))

    I received the message above after resetting my router...

    Bob

  • New e-mail notifications does not.

    In recent weeks I get no alerts, tray icon or the same sounds so I haven't changed any settings. I have been using Thunderbird for years and this machine for over a year, and yet I've had no problems until recently. I looked through the boards and there has been no solution that does not involve making sure that everything is checked, what I've done.

    Anyone happen to have another solution?

    Thank you!!

    Assuming that in Thunderbird

       Preferences > General > When new messages arrive > Play a sound
    

    has not been disabled by mistake and that you indeed have an IMAP setting, try to go to the "Config Editor" in the same way as before and search for "mail.imap.use_status_for_biff", then put 'false. '

    This setting is said to take a little longer (maybe more so on older computers or slower internet connections).

    What it does [1]:

    "It causes Thunderbird select explicitly each folder to be updated summaries of message, rather than using the STATUS command." It has more load, but some IMAP servers return the STATUS correctly. »

    [1] references: http://kb.mozillazine.org/Offline_folders and others.

  • Problems with LAN RJ45 Ethernet on Tecra A8 PTA83E link

    I experienced some problems with the onboard Intel PRO/1000 PL Ethernet adapter. The adapter in most cases works very well: it connects normally in 100 or 1000Mbps - full duplex - speed, depends on wich internetworking devices connected and the link has any problems.

    But, in some cases, with multiple Eth, the adapter devices involved the link at all, the Green LED on the right (link?) continually flashes with a delay of 2 seconds (0.5 "-1.5" wide) and the yellow on the left (traffic?) is always idle. On the other side of the Cat5e cable, the unit (now a Linksys WAG325N router) sign no link. There is NO cable problem.

    Windows (XP Pro, SP2) sometimes reports in the small icon of the LAN adapter on the traybar a driver connection established at different speeds (often 100 Mbit/s, but sometimes 1000Mbps!), but soon he returned to status "cable disconnected".

    I tried to upgrade the drivers directly from the pages of Support Intel because the support of Toshiba does not recognize my laptop (!), and because originally I did a downgrade to XP (I'm sorry, but I don't want to use the original MS Vista!), but nothing changes.

    The only way to establish a connection that I found is to manually reduce the speed (10 Mbps - full duplex) of XP driver advanced settings link. In this case, everything works, but a low speed.

    Can someone help me? Someone already noticed this problem?
    Thank you!
    Paolo

    Hello

    I m not very good if it isn't a cable delivers.
    Have you tried to connect the two devices using a crossover cable (cross cable)

    There are three different types of crosscable:
    -100BASE-TX-Ethernet 10BASE-T-und
    -100BASE-T4-Ethernet
    -Ethernet 1000BASE-T

    The difference is the use of pairs of crossed wires.

    However, the use of crossed cables is not necessary if you connect a router or switch device.
    But in case you want to connect two laptops, the crossover cable is required.

Maybe you are looking for

  • Can not enter text with the keyboard

    We can type in any other application on the computer, but not Firefox. If Firefox is active, keyboard shortcuts do not work. He does not type them into the awesome bar, and we tried 4 different sites with Forms. None of them register typing. We even

  • Why hotmail has become easy Pcanet

    After receiving emails from 'master' of pacnet easy to click on the link to confirm access, I check to see why my mail is sent through pacnet easy web. Attachments with emails I have not opened but immediately deleted. Should I close my account becau

  • T61 broken frame/hinge

    Hi all I searched the forum for the info, but had no luck.  My apologies if this has already been answered. I was wondering if I have the latest post (08/08)? MoBo in my T61, don't know how to find out by using the serial number. starts, LCD is alway

  • HP OfficeJet J4580

    I'm trying to order the software on CD for the 64-bit driver for Windows 7 for my HP OfficeJet J4580 on the HP site: http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?OS=4063&LC=en&cc=us&DLC=en&sw_lang=&product=3645... The wouldl process command do

  • IPS 6,0000 S220

    Updated since version 4.1 (5). Using the CLI, how can I get the file of configuration (sensor settings and signatures) copied to a configuration file. In version 4.1 (5), it was possible, but in version 5.0 (6), it copies is no longer the sensor sett