Error  purchasng music - no response from support?

I get this error when trying to purchase music.
Unable to check for purchased music – the required disk can’t be found
It downloads a few songs from the albums i am purchasing, but it cant get the whole thing.
I e-mailed support and they repsonded back with a link that was no help.
"However, the nature of your question falls outside the type of support provided via email by the iTunes Music Store team. The Music Store team answers non-technical questions about billing, customer accounts, downloading music, and Music Store content.
We encourage you to consult the following article for more information:
Errors appear when you download songs from the iTunes Music Store
http://docs.info.apple.com/article.html?artnum=93069 "

I'm having the same problem only slight different. The didn't let me download my purchased music and everytime I go into the check for purchases it says "an error has occured" and that it couldn't process my request at that time. I have gotten no response from them either and my music folder is in the right spot.
Power Mac G5   Mac OS X (10.4.3)  

Similar Messages

  • I can't access to my ipad In MacBook Air. Error shows this device no loger connected or error shows that no response from divice and iTunes can't connected or not found divice, what's the problem? I reset my ipad but no response

    I can't access to my ipad In MacBook Air. Error shows this device no loger connected or error shows that no response from divice and iTunes can't connected or not found divice, what's the problem? I reset my ipad but no response

    Hi ..
    Which OS X is installed on your Mac ?
    Click the Apple () menu top left in your screen. From the drop down menu click About This Mac. The version is noted there.
    Make sure your Mac OS X software is up to date.
    Disconnect the iPad from your Mac.
    Open System Preferences > Software Update > Check Now
    If any updates are required, make sure to restart your Mac after the updates are installed then connect your iPad and see if iTunes recognizes it under Devices.

  • Error: Request failed. unexpected response from server. the status code of response is '0' in safari browser

    Hi,
    I am using Javascript serializer to send server side code to javascript.
    This works in IE 9, Mozilla, chrome. But fails with error in Safari as "request failed. unexpected response from server. the status code of response is '0' . status text of the response is ". null
    My code is as below:
    <asp:UpdatePanel ID="panLayout" runat="server">
    <ContentTemplate>
    <div id="divloadingImage" >
    <br />
    <asp:Image ID="imgLoading" runat="server" ImageUrl="/images/rotate.gif" ImageAlign="Middle" />
    <br />
    </div>
    <div id="banner-fade" >
    <ul id="carousel" class="bjqs">
    </ul>
    </div>
    <asp:Timer ID="timerRSS" Interval="1" runat="server" ontick="timerRSS_Tick"></asp:Timer>
    </ContentTemplate>
    </asp:UpdatePanel>
    In CS:
    protected void timerRSS_Tick(object sender, EventArgs e)
    DisplayImages();
    divloadingImage.Visible = false;
    bannerfade.Visible = true;
    timerRSS.Enabled = false;
    private void DisplayImages()
    List<SharePointListItem> allImages = GetallImages();
    JavaScriptSerializer serializer = new JavaScriptSerializer();
    string json = serializer.Serialize(allImages);
    string script = string.Format("<script type=\"text/javascript\">var allSliderImages={0}</script>", json);
    if (!this.Page.ClientScript.IsClientScriptBlockRegistered("clientScripts"))
    ScriptManager.RegisterClientScriptBlock(panLayout, panLayout.GetType(), "clientScripts", script, false);
    string scriptRegister = string.Format("<script type=\"text/javascript\">FetchData();</script>");
    ScriptManager.RegisterClientScriptBlock(panLayout, panLayout.GetType(), "clientScriptData", scriptRegister, false);
    In Javascript:
    function FetchData() {
    if (typeof allSliderImages !== "undefined") {
    for (var i = 0; i < allSliderImages.length; i++) {
    Imagesuccess(allSliderImages[i].fileleafref, allSliderImages[i].filedirref, allSliderImages[i].caption1);
    var rota = $("#bannerfade");
    rota.css("display", "block");
    function Imagesuccess(fileLeaf, fileDir, UserCaption1) {
    var ul = $('#bannerfade > ul');
    var li;
    var filename = fileLeaf;
    var dir = fileDir;
    var caption1 = UserCaption1;
    var sfils = filename;
    filename = dir + '/' + filename;
    var imageCaptionData;
    if (caption1 != null && caption1 != "") {
    imageCaptionData = '<div class="HeadlineDiv">' + caption1 + '</div>';
    li = $('<li>' + imageCaptionData + '<div class="SubHeadline" style="color:white;">' + '<br/></div>' + '<img src="' + filename + '"/>' + '</li>');
    ul.append(li);
    $('#bannerfade').bjqs({
    height: 354,
    width: 970,
    responsive: true
    Below is the data I get:
    <script type="text/javascript">
    var allSliderImages=[{"id":"1","Title":"Scenic","caption1":"scenic","fileleafref":"02.jpg","filedirref":"/s/Test/Library"},
    {"id":"2","Title":"nature","caption1":"scenic2","fileleafref":"C034.jpg","filedirref":"/s/Test/Library"},
    {"id":"3","Title":"Tiff","caption1":"Tiff","fileleafref":"test_tiff.tif","filedirref":"/s/Test/Library"}]</script>
    The data is shown in all browsers except Safari. How to fix this?
    Update: I have checked this link: http://sharepoint.sureshc.com/2013/07/unexpected-response-data-from-server-in.html
    but that did not help.
    Thanks

    Hi,
    From
    this documentation, though SharePoint 2013 supports several commonly used web browsers including Apple Safari (latest released version), it is not guarantee
    that SharePoint 2013 can run perfectly on all these browsers, “certain web browsers could cause some SharePoint 2013 functionality to be downgraded, limited, or available only through alternative steps”.
    According to the code provided, it seems more relate to ASP.NET, therefore, a suggestion is that you can open a thread in ASP.NET forum, communities there will be more familiar
    with this issue:
    http://forums.asp.net/
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • Timed Out Error while waiting for response from DB Procedure

    Hi Gurus,
    We are encountering a problem in our production environment. The system is implemented using AIA foundation pack 2.5 on SOA suite 10.1.3.4.
    We have a BPEL process A which calls an ESB Service which inturn calls BPEL Process B. In process B, we have a DB procedure call which waits for a response from
    a DB procedure. The procedure doesn't reply on time and Process B remains in waiting state to get the response from DB Procedure wherein Process A errors out by showing as "Timed Out Error".
    This issue is intermittent and we have already increased transaction-time outs in transaction-manager.xml to 7200 and ejb-orion-jar.xml to 3600.
    When we encountered this problem, we found out that there are too many connections open and when we bounced the server, everything was restored to nornal but as it is a production env. we can't do it over and over again.
    We have 2 nodes each having max connections as 100 and min. as 0.
    Is there a limit to max no. of connections or can we do something in DB side to ensure that it doesn't happen again ?
    Please suggest.
    Thanks,
    Vikas Manchanda

    Hi Gurus,
    We are encountering a problem in our production environment. The system is implemented using AIA foundation pack 2.5 on SOA suite 10.1.3.4.
    We have a BPEL process A which calls an ESB Service which inturn calls BPEL Process B. In process B, we have a DB procedure call which waits for a response from
    a DB procedure. The procedure doesn't reply on time and Process B remains in waiting state to get the response from DB Procedure wherein Process A errors out by showing as "Timed Out Error".
    This issue is intermittent and we have already increased transaction-time outs in transaction-manager.xml to 7200 and ejb-orion-jar.xml to 3600.
    When we encountered this problem, we found out that there are too many connections open and when we bounced the server, everything was restored to nornal but as it is a production env. we can't do it over and over again.
    We have 2 nodes each having max connections as 100 and min. as 0.
    Is there a limit to max no. of connections or can we do something in DB side to ensure that it doesn't happen again ?
    Please suggest.
    Thanks,
    Vikas Manchanda

  • Time Out Error while waiting for response from DB Procedure

    Hi Gurus,
    We are encountering a problem in our production environment. The system is implemented using AIA foundation pack 2.5 on SOA suite 10.1.3.4.
    We have a BPEL process A which calls an ESB Service which inturn calls BPEL Process B. In process B, we have a DB procedure call which waits for a response from
    a DB procedure. The procedure doesn't reply on time and Process B remains in waiting state to get the response from DB Procedure wherein Process A errors out by showing as "Timed Out Error".
    This issue is intermittent and we have already increased transaction-time outs in transaction-manager.xml to 7200 and ejb-orion-jar.xml to 3600.
    When we encountered this problem, we found out that there are too many connections open and when we bounced the server, everything was restored to nornal but as it is a production env. we can't do it over and over again.
    We have 2 nodes each having max connections as 100 and min. as 0.
    Is there a limit to max no. of connections or can we do something in DB side to ensure that it doesn't happen again ?
    Please suggest.
    Thanks,
    Vikas Manchanda

    Hi Anuj,
    I don't think it is a problem with connection reaching to max numbers because this issue is coming on very intermittent basis.we don't have any other processes using
    the same connection pool and this issue is coming even when there is no load on the server. This is recent trace from the production environment. Also i don't have any thing called "abandoned-connection-pool" in my data-sources.xml.
    <2011-07-07 13:09:16,101> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "delivery": Waiting for response has timed out. The conversation id is null. Please check the process instance for detail.
    com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response has timed out. The conversation id is null. Please check the process instance for detail.
    at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:109)
    at sun.reflect.GeneratedMethodAccessor113.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DeliveryBean_RemoteProxy_4bin6i8.request(Unknown Source)
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processNormalOperation(SOAPRequestProvider.java:451)
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processBPELMessage(SOAPRequestProvider.java:274)
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processMessage(SOAPRequestProvider.java:120)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:956)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:466)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:96)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:194)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response has timed out. The conversation id is null. Please check the process instance for detail.
    at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:576)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:465)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:134)
    at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java)
    Please suggest.
    Thanks,
    Vikas Manchanda

  • Error Message "waiting for response from user"

    When some people invite me to chat on Ichat, they get an error message saying "waiting for response from user."  On my end, I never get the invite.  Other people are able to invite me without any problem.  How do I fix this?  Is the problem on my end? 
    Thank you!

    Hi,
    I can see now where the issue is.
    A Jabber Buddy list can only accept Jabber Buddies.
    A Buddy List that Logs into AIM such as your @Me.com name can only add Valid AIM Names to it as Buddies.
    The main problem is that both Jabber IDs and AIM names can have the @symbol on them and look like email addresses.
    Example Jabber IDs
    Example "AIM " Names
    [email protected]
    ralphjonhsr  (No @)
    [email protected]
    [email protected]  (Apple ID type)
    [email protected]
    [email protected] (Apple ID type)
    any Facebook name
    [email protected] (Email registered with AIM)
    So your Jabber Buddy List will find that there is No (@)me.com Jabber server and say the message cannot be delivered.
    The AIM (@Me.com) Buddy never gets the Request for Authorisation for the same reason and the auto response of adding An ID/Name to Send a Message to starts iChat wanting that person to Accept or Decline being a Buddy- which they cannot do - so you get the name with the "Waiting for..." message.
    Either everyone gets a Jabber ID or everyone gets a Valid AIM Name.
    8:39 PM      Friday; October 28, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Official response from support : We dont care whether it works or n

    Front Panel Header Intel HD Audio Compatible (2x5pin)
    Under specifications for X-Fi XtremeGamer you have the above. In other words the card is compatible with Intel HD Audio Front Panels.
    Now i have here an official response from Creative Support saying that said front panel, listed in the specifications, is for their own internal testing purposes ONLY.
    In other words, whether it works for their customers is irrelevant. Creative does not care whether it works, as their official stance is that it is only for Creative internal testing, and NOT for customer use.
    So whether it works or not for customers is irrelevant.
    Lets pause here for a moment. The advertised specs here on Creative's website...are not what is available for customer use?
    So...
    24-bit Analog-to-Digital conversion of analog inputs: 96kHz sample rate
    96kHz sample rate right? What next?
    "Oh sorry 96kHz sample rate is for our own testing purposes only, we cannot guarantee the customer is able to achieve a sample rate of 96kHz. Even if you get a sample rate of absolutely zero it is not valid for warranty purposes."
    If technical specs are not what is really available to customers...wow...then this is a major scam. How about buying a fi've room apartment to discover that...SURPRISE...its only a two room flat, the fi've room is for testing purposes only LOL.
    Jesus christ why doesnt Creative just ship all X-Fi XtremeGamers with the front panel pin soldered off after they finished testing? After all its not for customer use right?

    <a target="_blank"]http://93.95.7.83/SRVS/CGI-BIN/WEBCGI.EXE/,/?St=96,E=000000000026465748,K=68,Sxi=9,Case=obj(26 56),Kb=ww_english_add,VARSET=ws:http://us.creative.com/[/url]?There are some cables floating around that would work I think. Do a search on the forum I remember seeing a few links pertaining to this. The link above is from Creative Knowledgebase showing connectivity options for the X-fi's. Creative doesn't sell the cables so of course they will be of no assistance and would not support it. They were?no help in my case and I had to figure it out on my own.
    Message Edited by kpo6969 on 09-9-200704:35 AM

  • 5800 Xpress Music: No response from gateway

    Hi there!
    I'm not able to connect to internet with my phone.
    The phone "sees" the network (it asks me for the WEP2 password), then it says that it is connected, but when I try to browse it gives me the "No response from gateway" message.
    This happens in my house and at my work, so I can't use it.
    At my house or work, I'm able to connect with any computer, just by putting the WEP2 password.
    So, what's happening here?
    Thanks

    Turn off power saving in the advanced settings of WLAN.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Error for Photoshop Elements 3 & Horrible Response From Support

    I own Adobe Photoshop Elements 3. It was installed on my Macbookpro and my G5 desktop.
    The G5 died. I tried to install the software on my new iMac. It let me get all the way through installation then gave me this error message:
    Could not complete your request because of missing or invalid personalization information.
    So I got online via chat. After an excruciating hour of communicating with someone who put me through a series of unnecessary steps I was told to contact techncial support and complete a technical case. It took awhile to find the form. Finally I sentit off and got this reply:
    At the outset, please accept our sincere gratitude for the time taken and efforts made by you in sharing your concerns with us.
    I would like to inform you that your product Adobe Photoshop Element 3 is now out of product support lifecycle and hence is not supported by Adobe anymore. Currently Adobe support is available only for Adobe Photoshop Element 8 and 9, which are the most recent versions of the product.
    In the first place I am not looking for product support. I am just trying to load the software. Does Adobe really need another $60 or so from me? I don't need a later version. The software works perfectly.
    And I'd probably be happy to buy new software if I hadn't had to go through all these steps to get this recommendation. Why aren't the guys on the chat post advised to send the Elements 3 people off to buy new software?
    When I googled this error message, I discovered it happens to a LOT of people. Why doesn't Adobe have a standard, easy automated fix instead of involving one-to-one interactions that take up their time and mine?

    Please try downloading the trial of PSE 9 from link https://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=en_us&crosssel l=selected.
    You can first review the features in PSE 9 http://www.adobe.com/products/photoshopel/features/?view=topnew.
    Thanks,
    Garry

  • Getting error code 3036 when trying to download purchases on itunes, no response from support, anyone have this problem and know how to fix it?

    anyone been able to fix download error 3036?
    thanks

    Actually, it's Visual Basic Script (VBScript) on your
    computer that is causing the problems, not iTunes.
    To get this running, you simply have to re-register
    VBScript. Follow the steps in this article:
    http://docs.info.apple.com/article.html?artnum=304405.
    That should get it going properly.
    Thanks for the help - I think we are on the right rack...unfortunately, when i input the string into the command prompt I get a new error - 'the module "vbscript.dll" was loaded but the call to DllRegister failed with error code 0*80004005.
    Any suggestions for this new problem?
    Thanks in advance

  • No response from support?

    I've repeatedly called and emailed for weeks trying to get an s-user login for the new closed off support site, which apparently we can't get help without.  Aside from one email asking for more info on us, which I happily replied with, I've been met with complete silence (hold music notwithstanding).
    If no one will answer an email or pick up the phone, then I'm at a loss where to go from here.
    What does it take to get support from SAP?

    Hi Allyn,
    We sincerly apologize for the delay in getting your account setup with us.
    Below I have provided the numbers and e-mail address where you can reach out to, to get the S-User Id.
    Contact information for Business Objects # new support telephone numbers, all numbers available 24 hours 7 days a week.
    America
    Cust. Interaction Contact information 
    T: 1866 8907686 (toll-free)
    T: +54 11 5129 3717   
    E: support.bosapamerica @ sap.com
    Canada
    T: 1866 6603577 (toll-free) 
    T: +54 11 5129 3717    
    E: support.bosapamerica @ sap.com
    (Please remove the extra spaces in the e-mail address)
    If the telephone number listed above is not available for your Customer Interaction Center, call the following number:
    +49-6227-744969  (available worldwide)
    Please let us know if this helps.
    Regards,
    Abhishek.

  • Network Devices: id 11009 Error in SNMP GET response from IP Address:, Status: noSuchInstance(129).

    Hello,
    I'm having this error since i started monitoring network devices. Currently i have 14 Network devices (Cisco Switch). I have the SCOM 2012 R2.
    The same error appear for a lot of workflows:
    OID: .1.3.6.1.2.1.2.2.1.12.10609 
    Workflow name: System.NetworkManagement.MIB2_ifMIB_dot3Ethernet.Port.InputPacketBroadcastPct 
    Workflow name: System.NetworkManagement.DeltaRule.MIB2.NetworkAdapter.ifInNUcastPktsRate 
    Workflow name: System.NetworkManagement.MIB2_dot3.NetworkAdapter.HighOutputErrorRate 
    Workflow name: System.NetworkManagement.MIB2_Base.NetworkAdapter.InputPacketDiscardPct 
    Workflow name: System.NetworkManagement.MIB2_ifMIB_dot3Ethernet.Port.HighInputBroadcastRate 
    OID: .1.3.6.1.2.1.2.2.1.18.11104 
    Workflow name: System.NetworkManagement.MIB2_dot3.NetworkAdapter.OutputPacketErrorPct
    Workflow name: System.NetworkManagement.MIB2_dot3.NetworkAdapter.HighOutputErrorRate 
    Workflow name: System.NetworkManagement.DeltaRule.MIB2.NetworkAdapter.ifOutNUcastPktsRate 
    System.NetworkManagement.MIB2_Base.NetworkAdapter.HighInputDiscardRate 
    Anyone knows a solution? This is generating a lot of alerts. What can i do to stop this workflow?
    Thanks,
    Rui

    Hi,
    If we can find the corresponding device according to the OID, and then we could override the monitor or rule for this specific device.
    And here is a similar thread about how to monitor Cisco device based on OID, please go through it:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/5e806aa2-c90d-4b39-9ef2-4cfc003e68ff/snmp-monitor-based-on-oids?forum=operationsmanagerauthoring
    In addition, have you tried the possible resolution for event 11009 as below in the link I provided in my first post:
    Possible Resolutions
    Stale Discovery Data – Device has been reconfigured since the last discovery and Operations Manager is attempting to monitor a component that no longer exists on the device.
    If the device doesn’t support the workflow, then a solution is to disable the workflows utilizing the value for the device. This will prevent these workflows loading and failing in the future.
    Possibly a device issue, try updating the Firmware and OS on the device
    Possible a discovery issue where the instance is being discovered incorrectly.  For example Operations Manager is expecting to monitor a performance counter but this is a virtual interface and the counters are not present for the interface.  Try
    running a re-discovery for the device.
    Regards,
    Yan Li
    Regards, Yan Li

  • Desperately need BizSpark help, received no response from support email after several days

    I emailed [email protected] on 02/25 and still have not received a response.  Where can I post questions?  Here is the original email:
    Hello, I recently started working for a new company. My previous company was a BizSpark graduate. I loved the program, so thought I would apply for it again at my new company. I went through the signup process
    using my existing MS account (redacted). At no point did it indicate I was doing anything other than filling out a new application. When I finished, it went to my old bizspark page, but all the company information was changed (except for the logo)! Not only
    is that terrible, because now it appears as though my new company is a BizSpark graduate, but I still want to try to enroll my new company in the program!
    Please advise!
    I have since edited everything except my company name because I cannot find a way to change it.

    Scott, I dont deal directly with the BizSpark program, but I've reached out to a few people internally who I think do.  I'll let you know what I hear back, and maybe we can get your email replied to.
    Thanks,
    Mike
    MSDN and TechNet Subscriptions Support
    Did Microsoft call you out of the blue about your computer?
    No, they didn't.

  • Account disabled due to chargebacks. No response from support

    My account was disabled due to apparent chargebacks on my credit card.   Rather than simply remove my premium status where i could update my credit card info, they decided to simply 'ban' me from spotify so i cant update my account at all. I submitted a claim to tech support but have not heard back in nearly a week. My case number is 03372415.  Can anyone help?

    Hi Taylor,
    I have just sent a reply to your support case.

  • How to get a response from the support group ?

    I`ve been trying to get help to actually download Adobe elements.
    When I put in my details for purchase - the system says "system error". I phoned the support group and was told that the charge on my card had gone through and they were waiting for a response from me.
    I queried "what response"and since then - nothing !
    Not happy.... and this has now been going on two days and multiple entries to customer care....
    I`m open to ideas - either I can download it, or cancel the transaction.

    Many thanks - yes I tried that and I`m getting no response to any of the customer care queries I put in.
    They took 5 hours to respond to the "chat" by which time I`d gone to do something else.
    I`ll keep trying them.
    Thanks for your help.

Maybe you are looking for

  • Edit in Photoshop CS6 from Lightroom 4.3

    I'm in Lightroom 4.3 and right clicking on a image and clicking "Edit in Adobe Photoshop CS6". CS6 opens as if it's going to open up with my photo from Lightroom, but my photo doesn't show up?

  • Error in InitialContext lookingup

    IDE: Netbeans 8.0. Server ejb: "@Stateless public class ejb implements ejbRemote{     public String say(){     return "hello"; }"                                    //Server ejb is located in the host: 192.168.0.2 , project ER/ejb-ejb/beans/ Interfac

  • How to reverse last update - Battery Performance W...

    I stupidly updated my Lumia 800 with the latest version a couple of days ago after receiving multiple messages to do so and from Orange UK as well. Since the update my battery performance is significantly worse!  I used to get about 1.5 days at least

  • Maxprotection

    hello when i try to upgrade to maximum protection mode i got the following errors : ora-16627 or ora-16789 even that standby log files exist, but only the first 2 files swithes when i switch or archive log files on the primary database even that ther

  • New HD &OSX install error

    I rencently installed new hd, g4 processor and osx panther on some tray loading imacs. 3 of them went great and are functioning very well. On the last three I have gotten the same message: There were errors in installing the software, PLease try rein