Ahout the F:TRFC_SET_QIN_PROPERTIES and TRFC_SET_QUEUE_NAMEu3000

hi forks,
  when we do qRFC  sometimes we use the FF:TRFC_SET_QIN_PROPERTIES
and sometimes we use the F: TRFC_SET_QUEUE_NAME 
so can anybody tell the difference between them
as detail as wish
thanks in advance
bestregards

qRFC API for the Inbound Queue
API for Queue Management
1)   TRFC_SET_QIN_PROPERTIES:
You use this function module to transfer an outbound queue name, an inbound queue name, and optionally a queue counter, to the qRFC Manager.  These parameters are only valid for the next “Call Function in Background Task”. The outbound queue and the inbound queue can have the same queue name.
See also the program RSTRFCT5.
2)   TRFC_GET_QIN_INFO and TRFC_GET_QIN_INFO_DETAILS
You use these function modules to read the current content of one or all of the inbound queues.
See also the program RSTRFCIR.
3)   TRFC_QIN_GET_CURRENT_PARAM
You use this function module to obtain information about the inbound queues, such as queue name, queue counter, and queue counter assignment for the current LUW. You need this information if you use the “re-use” function in qRFC with inbound queue.
4)   TRFC_QIN_STOP
·        You use this function if you specify a queue name to stop processing of one or more queues (single or generic, for example BASIS_TEST_*)
·        If the importing parameter FORCE is changed to SPACE, the qRFC Manager only processes LUWs that exist in the queue at STOP time. Otherwise, the qRFC Manager stops the processing immediately.
·        A STOP counter counts the number of STOP calls.
·        You can also stop an empty (non-existent) queue. In this situation, all the LUWs assigned to this queue are saved in the qRFC tables.
See also the program RSTRFCI1.
5)   TRFC_QIN_ACTIVATE
·        You use this function module if you want to specify a queue name (single or generic, for example BASIS_TEST_*) to stop the processing of one or more queues. You should only use this function if the queue is blocked due to a communication error, or if a system or application exception has occurred and the problem has been solved.  You can also use it if the LUWs have been saved in the inbound queue and need to be reactivated.
·        A queue that has been blocked by calling the function TRFC_QIN_STOP cannot be processed using this function.
·        If you set the import parameter MAXLUW to a value not equal to 0, the qRFC Manager activates all LUWs in the inbound queue.
·        If you set the import parameter MAXTIME to a value not equal to 0 (0= unrestricted; the call is returned once the queue is empty), the qRFC Manager only activates the queue within the specified time. If the time runs out while the last LUW is being processed, this call is returned after the last LUW.
·        If you change the import parameter MODE to 'B', the qRFC Manager activates the queue (executes the qRFC LUWs) in a BATCH task. The import parameters for starting this batch job are optional (default setting: immediate start).
·        If you change the import parameter MODE to ‘L’, the qRFC Manager processes all qRFC LUWs in a queue in the context of the caller. If an exception occurs in a function module in this queue, this results in a short dump because the qRFC Manager cannot detect the exception in this session.
·        If you set the import parameter USERDEST to a "local" RFC destination (for example, a logical destination with NONE or SPACE as a reference destination) in SM59, the qRFC Manager processes all qRFC LUWs in a queue under the user who is currently logged on. If no destination is entered, or the user has not been defined, the current user is used.
See also the program RSTRFCI0.
6)   TRFC_QIN_RESTART
·        You use this function module if you want to specify a queue name (single or generic, for example BASIS_TEST_*) to continue processing one or more queues, regardless of whether or not these queues have previously been stopped.
·        If you change the import parameter FORCE to SPACE, the qRFC Manager reduces the STOP counter and, if the counter is on 0, activates the queue. Otherwise, the qRFC Manager will always activate the queue, whatever the status of the STOP counter.
·        If you set the import parameter MAXLUW to a value not equal to 0, the qRFC Manager activates all LUWs in the inbound queue.
·        If a queue has been stopped, use this call and not TRFC_QIN_ACTIVATE.
·        If you change the importing parameter NO_ACTIVATE to ‘X’, the qRFC Manager “unlocks” the queue, but does not activate it.
·        If you set the import parameter MAXTIME to a value not equal to 0 (0= unrestricted; the call is returned once the queue is empty), the qRFC Manager only activates the queue within the specified time. If the time runs out while the last LUW is being processed, this call is returned after the last LUW is processed.
·        If you set the import parameter MODE to 'B', the qRFC Manager activates the queue (processes the qRFC LUWs) in a BATCH task. The import parameters for starting this batch job are optional. The default setting is immediate start.
·        If you change the import parameter MODE to ‘L’, the qRFC Manager processes all qRFC LUWs in a queue in the context of the caller. If a function module in this queue resolves an exception, this results in a short dump because the qRFC Manager cannot detect the exception in this session.
·        If you set the import parameter USERDEST to a "local" RFC destination (for example, a logical destination with NONE or SPACE as a reference destination) in SM59, the qRFC Manager processes all qRFC LUWs in a queue under the user who is currently logged on. If no destination has been entered, or the user has not been defined, the current user is used.
See also RSTRFCI3.
7)   TRFC_QIN_RESTART_COND
·        You use this function module if you specify a queue name, or a “high priority” queue name (single or generic, for example BASIS_TEST_*) for restarting one or more queues.
·        If you change the import parameter TILL_STOP to SPACE, the qRFC Manager restarts the queue once the "high priority" queue is empty. Otherwise the queue is restarted when the “high priority” queue has been stopped or is empty.
·        If no other STOP call has been scheduled, calling this function using TILL_STOP = SPACE automatically ends the queue at the time of the call.
See also RSTRFCI4.
8)   TRFC_QIN_STATE
·        You use this function module when you enter the queue name, destination, and optionally the SAP client, to display the status of the queue.
·        A queue has the following possible statuses: READY, CPICERR, SYSFAIL, STOP, WAITSTOP, and WAITING.
·        The status SYSFAIL results from a serious system error, and is caused by a system exception or application exception while the current LUW is being processed in the target system. In this situation, the queue is blocked, and automatic restart is not possible. You can use the program RSTRFCI0 to reactivate the LUW, or use the program RSTRFCID to delete the qRFC LUW.
·        In status CPICERR, there is also no automatic retry. This error can only occur if the SAP Gateway on the local application server is out of order. Use RSTRFCI0 to restart the queue after the Gateway problem has been resolved.
·        If the queue has the status WAITSTOP or WAITING, the exporting parameter WQNAME displays which queue the current queue is waiting for before it is processed.
See also RSTRFCI2.
9)   TRFC_QIN_OVERVIEW
You use this function module for an overview of all the inbound queues that currently exist. These can have various optional import parameters, for example, queue name or SAP client.
10)  TRFC_QIN_DELETE_LUW
You use this function module to delete the LUW from an inbound queue that is defined by the import parameter TID.
11)  TRFC_QIN_DELETE_QUEUE
You use this function module to delete all the inbound queues defined by the import parameter QNAME.
12)  TRFC_QIN_SAVE_CURRENT_LUW
You use this function module during the execution of a function module from a LUW, to inform the qRFC Manager to save the current LUW after successful processing (for re-use).
13)  TRFC_QINS_RESTORE
You use this function module if you want the qRFC Manager to restore one or all of the saved LUWs defined by the import parameters QNAME and FROM_COUNT.
14)  TRFC_QINS_ERASE
You use this function module if you want the qRFC Manager to delete one or all of the saved LUWs defined by the import parameters QNAME and FROM_COUNT.
15)  TRFC_QINS_OVERVIEW
You use this function module for an overview of all the saved inbound queues that currently exist (for various optional import parameters, such as queue name, SAP client).
16)  TRFC_QINS_DELETE_LUW
You use this function module to delete the LUW defined by the parameter TID from a saved inbound queue.
17)  TRFC_QINS_DELETE_QUEUE
You use this function module to delete all the inbound queues defined by the import parameter QNAME.
18)  TRFC_RECEIVER_INFO
You use this function module to obtain information from the sender of a tRFC or qRFC LUW (for example TID, client, user, host name of the application server, program name, or transaction code). You can also use this function module to determine whether a function module has been sent by tRFC or qRFC with inbound queue.
19)  TRFC_QIN_GET_HANGING_QUEUES
·        This function displays all blocked queues, including the queues that the application has intentionally written in the queue for later processing and have the status WAITING.
·        This function also displays all queues that have the status WAITING. To display only the queues with errors, use the function module TRFC_QIN_GET_ERROR_QUEUES described in 22).
20)  TRFC_QIN_GET_FIRST_LUW
This function displays information (such as the TID) for the first LUW in a queue.
21)  TRFC_QIN_GET_CURRENT_QUEUES
This function displays all the queues that currently exist.
22)  TRFC_QIN_GET_ERROR_QUEUES
·        This function module displays all queues that are blocked due to one of the following errors: SYSFAIL, CPICERR, RETRY, ARETRY, ANORETRY.
·        Queues that have the status WAITING are not displayed.

Similar Messages

  • Movies i bought from the itunes store and they wont sync to my ipod

    I had bought an ipod for my daughters birthday n i had purchased several movies from the itunes store and they downloaded n they show up in my library n wheni check them to sync to her ipod....it shows a pop up block that says that it cannot be copied to this ipod cause it is not supportrd by this ipod.  my baby is really wanting to use it n I downloaded the itunes 10 & updated her ipod software to 4.3.3 i  think that i did all the necessary updated and downloads now what do i do...i've been on this comp eversince 11:00am this morning and it is still now 1:29am....i dont know....if anyone has any suggestions..they r welcomed

    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copy of the track and try redownloading a fresh one. See the following document for instructions:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the item that is not playing properly. If you can't see "Report a Problem" next to the item, click the "Report a problem" button. Now click the "Report a Problem" link next to the item.

  • I am using the mac QQ and when I login it said login timeout.

    I am using the mac QQ and when I login it said login timeout.

    If you are missing using google maps - try the Nokia map app called "here"

  • I have one of the old macbooks and wish to hook it up to my tv. do i need a mini dvi to hdmi adapter plus a 3 rca phono lead with a jack for the sound. please help as im useless at this stuff. cheers

    i have one of the old macbooks and wish to hook it up to my tv. do i need a mini dvi to hdmi adapter plus a 3 rca phono lead with a jack for the sound. please help as im useless at this stuff. cheers

    First we need to know which one of the 9 different models of MacBook you have. To see which model you have go to the Apple in the upper left corner and select About This Mac, then click on More Info (and then System Report if you’re running 10.7 Lion). When System Profiler comes up check the Model Identifier and post it back here.
    The Late 2008 model 5,1 Aluminum Unibody and the Late 2009 model 6,1 and Mid 2010 model 7,1 White Unibody have a Mini DisplayPort. The Early 2006 model 1,1 through Early 2008 model 4,1s plus the Early and Mid 2009 model 5,2s have Mini-DVI ports. Each would take a different adapter to connect with the TV.

  • My Mozzilla crashed: "We're Sorry....Firefox had a problem..." I download the new version and it is still giving me the crash report.

    My Mozzilla crashed: "We're Sorry....Firefox had a problem..." I download the new version and it is still giving me the crash report.
    I tried to loading in "safe mode" but I still could not open Firefox.
    I never received a crash i.d.

    It is possible that there is a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    Deleting sessionstore.js will cause App Tabs and Tab Groups to get lost, so you will have to create them again (make a note).
    See:
    * http://kb.mozillazine.org/Session_Restore

  • Installed Firefox 3.6.8 for the first time and it keeps crashing

    I just installed Firefox for the first time and when it is finished installing I tell it to start. It tries and as soon as it does I get a crash report. Every time I click Restrt Firefox it comes up with the same crash error, which is the following:
    Add-ons: {C1CA7765-44E4-452e-9D00-A04F3D434281}:1.0,{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.6.8
    BuildID: 20100722155716
    CrashTime: 1283492259
    EMCheckCompatibility: true
    FramePoisonBase: 00000000f0de0000
    FramePoisonSize: 65536
    InstallTime: 1283492203
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 2
    StartupTime: 1283492258
    Theme: classic/1.0
    Throttleable: 1
    URL: http://my.yahoo.com/
    Vendor: Mozilla
    Version: 3.6.8
    This report also contains technical information about the state of the application when it crashed.
    I am running this on a Duo Core processor, Intel, Laptop, Windows 7 with 4-gigs of ram. I have never had a problem with other programs crashing like this before.
    Any ideas? I have never used Firefox and after 20 years have decided to try something new.
    Thanks for any help.

    You mean out of this whole community no one knows how to fix this ... I wanted to give Firefox a try, but honestly, I am starting to see why I have not switched from IE, it is stable and I get answers when I post to the Microsoft boards as well as the answer to everything I have ever had an issue with is out there ... what is worse is that I am not the only one with this problem and no one can still help because I am sure us five are not the only ones that have run into this.

  • How can I reset my IPAD 2 to resolve the fact that Apple will not let me use the APPLE  ID and passwords that I want to use becasue they may have been used in the past year. I am very close to donating this contraption to the Good Will.

    I have been an Apple User for almost two decades and have had no problems with my G4 Powerbook, my Intel MacMini, nor several other Macs as well as Windows 7 machines. However, the IPAD2 poses a problem of unfathomable disgust with the concept and implementation of the Apple ID. There is one for the computer, there is one for support, and there is one for itunes, and possibly another one for apps. There are different passwords for each. I am continually faced with notification that my Apple ID is incorrect or the password is incorrect. I have to keep an Excel spreadsheet with all of this unnecessary NANNY State protection matched only in pervasiveness by the Federal government.
    I am told that an Apple ID can never be destroyed and replaced. Who dreamed that one up? I am told I cannot use a password that has been used in the past year. Why? By whose authority? I am not a walking encyclopedia that remembers every telephone number he ever dialed. Thankfully my cheap LG clamshell telephone keeps numbers and talks to Ford Sync successfully.
    Bottom line is that the IPAD has become almost totally useless since I cannot change the several necessary passwords to anything I can remember because they are not novel enough. I also never seem to be able to keep the Apple IDs straight as they are too numerous to remember and I don't want to remember them anyway. Why? Even if you enventually get the ID right you have the wrong password and have to go through a merry-go-round of emails to change the password to something you have already used in the past year which is not permitted.
    Has anyone out there used a competitive device with less cumberson overhead? Surely this is not the best American technology can produce.
    Thanks for your comments.
    Ray Zachary

    Thanks to all who responded. You are all absolutely correct. However, this Ipad was a gift to my wife who was dying of cancer in the hospital and wanted some entertainment. So I started it out with her Apple ID. After she passed away I moved from Sacramento to Austin and eventually proceeded to get the Apple ID changed from my wife's to mine. Meanwhile when she was in the hospital I opened an Itunes account in my name to buy movies for her. That was the first mistake.
    Then during the move to Austin I lost track of the IPAD and later found it and tried to use support but could not remember the proper ID. Later the folks at the Apple store helped me create a new and novel Apple ID that was unfortunately unlike any other.
    The botom line is that I am stuck with three Apple IDs and three passwords. I am told by Apple there is nothing they can do about this as IDs cannot be changed or destroyed. I can quit using them or start a new account but when I try to do that the system keeps remembering too many things from the past and resists.
    Even if I sold this Ipad and bought a new one, the system memory is still there.
    I think the real problem is that destop and laptop computers are totally owned by an individual and that individual can control logins and passwords to his liking. IPADs and similar Apple products are different in that the corporation has built in their own intrusion detection schemes because of the relation to Itunes.
    One thing I thought about is to open a new Itunes account pretendding to be a new customer with my regular Apple ID. Perhaps I could do the same with Apple Support.
    Thanks for your comments.
    RAZ

  • I tried updating my iPod 5th gen to iOS 8 but it only shows me a picture of the iTunes logo and a charger at the bottom, I'm not sure what this means or what I need to do. Can someone please help me?

    I tried updating my iPod 5th gen to iOS 8 but it only shows me a picture of the iTunes logo and a charger at the bottom, I'm not sure what this means or what I need to do. Can someone please help me?

    After restoring to factory settings/new iPod you will then have to restore from backup
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:                         
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • How do i find out who the carrier is and can i get it unlocked to use in australia?

    Hi there,
    I got a iphone4 from my friend ewho brought it from someone from ebay in the states
    I am unable to use the phone and was told that the phone had been updated to a baseband that can not be unlocked
    and that I need to contact the carrier.
    How do I find out who the carrier is and is there anyway I can get it unlocked to be used in Australia?
    It has a grevey sim in it and well at this point in time its just being used as an ipod.
    Yes I know I should of got one from Australia but i thought it wouldnt be this hard to get it fixed to be able to use here.
    please help........
    thanx
    lana

    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    http://support.apple.com/kb/HT3743

  • My iPod Touch is running on ios 7. In the last two and a half months all the apps of my iPod have been wiped out twice. I had to download all the apps all over again. Why is this happening?

    My iPod Touch is running on ios 7. In the last two and a half all the apps of my iPod have been suddenly wiped out twice. I had to download all the apps all over again. Why has it happened?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar                              

  • A way to have part of the screen presentation and part live web browser?

    I'm trying to put together a presentation that involves demonstrating a
    live web site.
    Neither Keynote or Powerpoint will let me imbed live web pages into a presentation on a MAC. (ibrowser plug-in will do it for powerpoint PC but not MAC).
    I'm wondering if there isn't some way to use two programs to accomplish my goal, which is to have notes about the live web page on screen (sort of prompting and reminding me of what to show next on the web site), while showing the web site and working with it on another portion of the screen.
    I come close by creating a powerpoint presentation creating my "prompting notes"
    on only the far left side of the powerpoint pages, then turning it into a PDF, then opening the PDF but pushing the window all the way to the right side of the computer screen so on the right I see my "notes" and on the left to center of the computer screen I have the live SAFARI web browswer. I can move from page to page on my slides by hitting the "next" page button on the pdf PREVIEW window.
    It kinda works, but isn't anywhere near as slick or clean as I'd like.
    Can anyone think of a cleaner way to do this with any combo of MAC applications?
    Thanks for any input.

    I figured it out myself! I'm making a quicktime movie out of the presentation,
    scale the quicktime window to a corner of the screen, and then have the web
    browser on the rest of the screen.
    Just thought I'd post in case anyone else had this problem and was looking for
    an solution!

  • I have an event in my calendar that was sent by someone who does not work for the company anymore and I am reminded 2 times a week. How can I remove it?

    I have an event in my calendar that was sent by someone that does not work for the company anymore and I am reminded 2 times a week. How do I delete it?

    Tap on the event to open the event. Click the 'Edit' button in the event bubble, then press the 'Delete Event' button at the bottom of the Edit pop-up. It's a little different for events that come through Microsoft Exchange, you tap the event to bring up bubble and click the 'Details' button, and then press 'Decline' to remove the event.

  • I have a four month old Iphone 4, from the Apple store, And seems like every day something stops working on it. Today I can't hear the person thats calling, but they hear me fine. Anyone know how to fix this?

    That is just the most recent problem. Other problems are the screen freezes all the time, and it won't scroll or do anything. Another is my keyboard lags as I type. another problem, is with some of my apps are constantly crashing. And It is not the apps itself per se, because my friends can be using the same app, and they are fine. Another would be emails not pushing. I will have some emails that show up, some will say I have new emails, but open to check and nothing there. Then other times i will have like 17 emails all show up at once, with some being sent days before. Another problem is my Wifi turns itself off all the time. Even when I am sitting less than 10 feet away from the router. And When I add new contacts, they are visible for a few days, then all the sudden they are nowhere to be found. Sometimes it will at least save the number in my contacts, and no name or other info. And other times it doesn't save anything. These are just a few of the many problems.
    Because I got this phone shortly after the new IOS7 update, I thought since I had read about problems others were having after updating, may have been the reason I was having some initial problems. But they have only grown to more problems, and not getting better.
    Has anyone else had these same problems? Do I just have a bad phone? If you have had any of these problems, were you able to get a fix and how? Any help would be greatly appreciated.
    Thanks

    I have taken it back to the Apple store genius bar, but they say they don't see anything wrong. Well unless you use it all day and experience the problems when they happen, you wont see anything wrong. But there are lots wrong with it. But this would be the same store as I purchased the phone. And they backed up my old Iphone 4, but were not able to get anything to load back onto my new phone. So, I lost pretty much everything. But over time, some of my contacts have started showing up, although i am still missing over 800 of them.

  • Error while adding a used relationship between the New DC and the Web DC

    Hi Gurus
    We are getting the Error in NWDS while Adding  a used relationship between the New DC and the Web DC.
    Steps what we are Done
    1. Create the custom project from inactiveDC's
    2.creating the project for the component crm/b2b in SHRAPP_1
    3.After that we changed the application.xml and given the contect path.
    4.Then we tried to add Dependency to the custom create DC we are getting the error saying that illegal deppendency : the compartment sap.com_CUSTCRMPRJ_1 of DC sap.com/home/b2b_xyz(sap.com.CUSTCRMPRJ_1) must explicitly use compartment sap.com_SAP-SHRWEB_1 of DC sap.com/crm/isa/ like that it was throwing the error.
    so, we skip this step and tried to create the build then it is saying that build is failed..
    Please help us in this regard.
    Awaiting for ur quick response...
    Regards
    Satish

    Hi
    Please Ignore my above message.
    Thanks for ur Response.
    After ur valuble inputs we have added the required dependencies and sucessfully created the projects, then building of the  projects was also sucessfully done and  EAR file was created.
    We need to deploy this EAR file in CRM Application Server by using the interface NWDI.
    For Deploying the EAR into NWDI, we need to check-in the activites what i have created for EAR. once i check-in the activites ,the NWDI will deploy the EAR into CRM Application Server.
    In the Activity Log we are able to check the Activities as Suceeded but the Deployment column is not showing any status.
    When i  right click on my activity Id the deployment summery is also disabled.
    So finally my Question is that where can i get the deployment log file, and where can i check the deployment status for my application..
    Any pointers in this regard would be of great help..
    Awaiting for ur valuble Responses..
    Regards
    Satish

  • I have an older 8GB iPod Touch no longer supported by tech. It is locked up in "Restore" mode and fails to respond to 2-button reset. I get the apple logo and then it pos back to the cord and disc icon for restore. Any advice?

    I have an older 8GB black iPod Touch (no bluetooth) no longer supported by tech. It is "locked" in restore mode. When I do a 2 button reset I can get the Apple logo but then it pops back to the synch cord-and-music disc icon indicative of restore. Any advice?

    Hello honeycrisp70,
    For that error, check out the article below for additional troubleshooting to get it sorted out. If it continues then you may need to contact Apple support. 
    Resolve iOS update and restore errors
    http://support.apple.com/en-us/TS3694
    Check for hardware issues
    Related errors: 1, 3, 10, 11, 12, 13, 14, 16, 20, 21, 23, 26, 27, 28, 29, 34, 35, 36, 37, 40, 1000, 1002, 1004, 1011, 1012, 1014, 1667, or 1669.
    These errors mean that your device or computer may have a hardware issue that's preventing the update or restore from completing.
    Check that your security software and settings aren't preventing your device from communicating with the Apple update server.
    Then try to restore your iOS device two more times while connected with a cable, computer, and network you know are good.
    Confirm that your security software and settings are allowing communication between your device and update servers.
    If you still see the error message when you update or restore, contact Apple support.
    Regards,
    -Norm G.  

Maybe you are looking for