SP2013 BI Services that support SSAS drillthrough action

Is there a comprehensive list of applications / services in SP2013 that support SSAS drillthrough actions (SQL 2012)? I am working with a client that currently utilizes Excel Web App, which doesn't appear to support drillthrough action (I know that
there are some work arounds, but I want out of the box SSAS defined functionality).
Which BI services on SP2013 are supported? My best guesses:
Excel Web App - No?
Excel Services - Yes?
SSRS             - Yes?
Power View     - No?
PerformancePoint - Yes?

Thanks for the reply. I was hoping for something more granular, and was referring to drillthrough actions that are explicitly defined in SSAS.
If the questions is too broad (which is a shame, as these should really be considered a highly related stack), then I am specifically targeting whether or not
drillthrough is available in Excel Services 2013.
I have found older TechNet articles that layout unsupported features for 2007 / 2010, but have not found a similar listing for 2013 except for this:
http://technet.microsoft.com/en-us/library/jj219751.aspx which conspicuously leaves drillthrough out of the list of compared features. Also, drill down is not what I need, I am referring
to the "Show Details" functionality available in the full version of Excel 2013.
Anyone?

Similar Messages

  • Trying to create an abstract service that supports both DataService(LCDS) and RemoteObject

    I am trying to create a generic service processor in ActionScript that would be able to use a DataService(from LCDS) or a RemoteObject, depending on a property setting. The intent is to be able to change a setting during installation to control whether DataServices would be used, or RemoteObjects. I understand that the server side logic would need to be written differently for each of the implementations.
    The challenge is that accessing a DataService is synchronous, but a RemoteObject access is asynchronous.
    For the synchronous access, I can just call a service and return the result directly to an object which can be passed back to the client.
    For the asynchronous support, extra code must be written on the client side to listen for the return of a requested result (for example, the results of a database quesy). This code must be placed outside of the service itself, thus making the generic service non-generic.
    Are there any examples available that accomplish what I am trying to do?

    Hi. As far as I know both DataService and RemoteObject are asynchronous APIs. If you call a DataService method such as fill() or call a method on your RemoteObject, code in your Flex application will continue to execute and the result from the RemoteObject or DataService request will be received asynchrounously. I don't believe there is any way currently to make synchronous or blocking calls in Flex because of the Flash Player's execution model.
    How are you planning on using the DataService and RemoteObject in your application? Is it to do something like populate a DataGrid? Do you plan on updating the data retrieved from the DataService or RemoteObject such as adding, updating or deleting records?
    The DataService API is much more powerful than the RemoteObject API, in that if you bind an ArrayCollection that is populated from a DataService to your DataGrid, when you update data in the DataGrid, the data on the server is updated and all other clients that have the same view of the data will also get the updates. You don't currently get this functionality with RemoteObjects.
    My point here is that if you wanted to write an abstract service that supports both DataService and RemoteObject and you need to be able to add, update or delete records you are going to need to write a lot of custom code to listen for collection change events when data on the client is modified and translate these change events into RemoteObject requests. Even if you did do that, other clients would not get these updates.
    If all you want to do is something simple like populate a DataGrid with data from the DataService or RemoteObject, then sure, writing an abstraction layer on the client that supports both of these wouldn't be hard.  
    -Alex

  • Service Desk: Support team determination - Action Logs error

    Hello experts,
    I have customized the service desk functionality in Solman 7.0 EHP1 according to SAP help and the various (very helpful blogs from sdn). When I create a message from satelite system the "Support Team" field is already filled with the correct  business partner, but when I look into the ACTIONS tab I see the following error message (red light) "Find support team responsible, when message is created". In the processing log I have the following entries:
    "Processing CRM_DNO_PARTNER_1 Is Started"
    "Action could not be successfully executed".
    Additional no Email is sent to the BP SUpport team even I have customized it accourding to the blog from Tammy Powlas "Service Desk Support Team E-mail Notification".
    When I open the created message in change mode and save the message (without any changes), then the email is sent correctly.
    Can anyone give me a hint, what I did wrong.
    Thanks in advance,
    Thomas

    Hi Thomas,
    When the PDF is generated during the creation of the message, some information is not yet available to the smartform program, so most of the fields are not filled. In order to have the complete PDF, you have to send the e-mail after the document is completely created, which means using the processing time "Processing when saved" (and then you have to open the message and save), or via Job using the Processing time "Processing using selection report", and scheduling the job as mentioned by Cristiano. In this case no e-mail will be created immediately as you wish (I did not use "sent immediately" , but "created immediately", because it also depends on your SCOT job which will send the e-mail). In my case I did not need to send in the e-mail details such as System ID, SAP Component and System details to the Support team, only the message number, priority and description.
    If you decide to schedule the job, create a variant as explained by Cristiano. Enter the Application CRMD_ORDER, Action profile, Action definition if you want to specify which action or actions you want to execute (if you only want to schedule the job for your email to support team action, put this action definition here), Promotion status "0", keep empty field Processing type (do not put INT for e-mail), and select Processing Time "Processing using selection report". Keep dates in blank. Set  "Processing without dialog" on. It's very important that you configure your action to be executed via report, as I said in the beginning, otherwise the job will not work and you will have the "0 actions have been selected" message. Also schedule your job periodically with a very short interval if you have many messages created each hour. It also depends on your SCOT configuration. The CRM action job will only send the e-mails to the queue.
    The business partner assigned to the user that holds the position below the org unit should be entered in the message processor field, but this should not cause any error in the action that determines the Support Team business partner, as this field is correctly determined. Did you configure any other action or BADI to fulfill the message processor automatically? The standard SLFN0001_ADVANCED_FIND_PARTNER action as far as I know will not do it.  I have Solution Manager 7.0 with SP25 and I don't have any error message in the FIND_PARTNER action, it is all green.
    If you did not create yet any action or BADI implementation for the message processor, and if you have only one business partner (person) assigned to your support team, as you described (one Org Unit, with one position and one member), you can do the following:
    - Go to the Access Sequences definition and copy access sequence 0009 (organizational data: employee for an org. unit). In the Individual Accesses change the Source from Department to Support Team.
    - Go to the partner determination procedure and for the SLFN0004 select the access sequence just created.
    This access sequence uses Rule AC10000258 to determine the business partner Employee of an Org Unit.
    Try to create a new message and check if it works. This rule does not work if you have many members below one support team.
    You may also check SAP note [1041455|https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=1041455].
    Regards,
    Raquel
    Edited by: Raquel Cunha on Mar 3, 2011 4:30 PM

  • Using Business Service that supports XML over HTTP in OSB

    Hi,
    I needed to integrate my system with another legacy system that supports communication only through XML over HTTP. I am just trying to understand much about this XML over HTTP. I think in OSB, this is possible only possible through REST interfaces.
    Is there any other way and what about HTTP bindings in WSDLs? can you please let me know if you have any insights.
    I have gone through the urls about REST interfaces given in these forums. But just wanted to confirm the following scenaiors possible in OSB.
    - Client will connect to SOAP based proxy service which will in turn call REST based business service.
    - Client will connect to REST base proxy service which will in turn call SOAP based business service.
    Following point is not clear from the URLs i went through so just wanted to confirm the following too:
    - Client will connect to REST base proxy service which will in turn call SOAP based business service. And is it possible to add anything in soap header before calling soap based business service..
    Thanks & Regards
    Siva

    Hi Siva,
    XML over HTTP is a general use case and OSB supports it very well. REST is a special case and should be used when required. To know more about REST you may refer -
    http://www.infoq.com/articles/rest-introduction
    Now coming to OSB, SOAP and simple XML are two different cases. If you are creating XML type service then it is not binded to a WSDL/XSD but SOAP based service should always be binded with a WSDL. You may add/modify transport headers in OSB.
    Evaluate your requirements and then decide what exactly you need to use. Few links which may be of your use -
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/configuringandusingservices.html#wp1150438
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/configuringandusingservices.html#wp1154255
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/configuringandusingservices.html#wp1141071
    section "Configuring Business Services using the HTTP Transport" here - http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/httppollertransport/transports.html#wp1083292
    http://blogs.oracle.com/jeffdavies/2009/06/restful_services_with_oracle_s_1.html
    http://blogs.oracle.com/jamesbayer/2008/07/using_rest_with_oracle_service.html
    Regards,
    Anuj

  • Looking for help - Company is going to Mobile Asset Management service that does not support BB - especially BB 10.

    Hello,
    I am looking for ideas/help. I currently have a BB Z10 (10.1.0.2039) with Verizon Wireless.  The company has a BB Enterprise Server for older devices (I previously was on that).  I bought a Z10 several months ago and have been connecting to the corporate network through Lotus Traveler. They do not have and will not implement a BB 10 Enterprise Server. Some in IT informed that if the company used the BB software they could manage all devices..... not accepted.
    All my contacts, calendar, and company email is funneled to the BB Hub.....
    So my company is implementing a Mobile Asset Management Service that I have to sign up for (Airwatch?).  They only support Android and IPhone.
    Will future versions of the BB OS support Android Apps.... Soon (I have less than 2 weeks)
    I have read where it is possible to put the device in development mode to run Android Apps.  I don't know if that will work with this and have no idea how stable the phone is in that mode. I travel internationally so I don't know how a development mode would work overseas. Any thoughts?
    I like my Z10 but will need to switch to keep functionality if I can't find a work around 
    Any assistance ????
    Thanks for any help.

    Hi and Welcome to the Community!
    BB10 devices have the ability to run .apk apps via special methods. Development Mode is used only for installing the app...not for normal operation. So you install (side-load) the app in Development Mode, then go back to normal mode for normal operations.
    If a .bar file for the .apk app already exists somewhere, you can side load it to the BB10 device and see if it works or not. If there is not yet any .bar file, there is an app called SideSwype that can convert many .apk apps to .bar and install it to your device.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Dialling plan that supports star services for the UK

    Wendy has sent me a dialling play that supporrts *21, but I need a UK dialling plan that supports all fo the UK star services as below - Can anyone help please?
    SET ANONYMOUS CALL REJECTION *227#
    CHECK ACR *#227#
    CANCEL ACR #227#
    Call Divert on all calls
    SET CALL DIVERSION * 21 * [phone number] #
    CHECK CALL DIVERSION * # 21 #
    CANCEL CALL DIVERSION # 21 #
    Call Divert on no reply
    SET DIVERSION ON NO REPLY * 61 * [phone number] #
    CHECK DIVERSION ON NO REPLY * # 61 #
    CANCEL DIVERSION ON NO REPLY # 61 #
    Divert on no reply: *61*number*wait# == (Extra System Y facility only - does not work on 410567 as of Dec 2011)
    Wait is two digit time in seconds (05 to 60) before redirection takes place.
    Call Divert on busy
    SET DIVERSION ON BUSY * 67 * [phone number] #
    CHECK DIVERSION ON BUSY * # 67 #
    CANCEL DIVERSION ON BUSY # 67 #
    Call Divert on no reply or busy
    SET DIVERSION ON NO REPLY & BUSY * 66 * [phone number] #
    CHECK DIVERSION ON NO REPLY & BUSY * # 66 #
    CANCEL DIVERSION ON NO REPLY & BUSY # 66 #
    Call Minder (Voicemail)
    CALL MINDER SERVICE 1571
    Call Waiting
    SET CALL WAITING * 43 #
    CHECK CALL WAITING * # 43 #
    CANCEL CALL WAITING # 43 #
    Caller Display
    SET CALLER DISPLAY DATA ON *234#
    CHECK CALLER DISPLAY DATA *#234#
    CANCEL CALLER DISPLAY DATA #234#
    Caller ID
    WITHHOLD CALLER ID 141 [phone number]
    RELEASE CALLER ID 1470 [phone number]
    CALLER RETURN 1471
    ERASES LAST NUMBER GIVEN ON CALLER RETURN 1475
    BLOCK LAST CALL ANSWERED WITH CHOOSE TO REFUSE 14258 [PIN] **
    ADD TO LIST OF BLOCKED NUMBERS WITH CHOOSE TO REFUSE 14258 [phone number] #
    Charge Advice
    SET CHARGE ADVICE (BEFORE A CALL) * 40 * [phone number] #
    SET CHARGE ADVICE (FOR ALL CALLS) * 411 #
    CHECK CHARGE ADVICE *# 411 #
    CANCEL CHARGE ADVICE # 411 #
    Choose to Refuse
    BLOCK LAST CALL ANSWERED WITH CHOOSE TO REFUSE 14258 [PIN] **
    ADD TO LIST OF BLOCKED NUMBERS WITH CHOOSE TO REFUSE 14258 [phone number] #
    I
    ncoming Call Barring
    SET INCOMING CALL BARRING * 261 #
    CHECK INCOMING CALL BARRING * # 261 #
    CANCEL INCOMING CALL BARRING # 261 #
    Miscellaneous
    CHECK WHICH SERVICES ARE ACTIVE * # 001 #
    BT LINE TEST & RINGBACK FACILITY 17070
    REDIAL LAST NUMBER DIALLED **0
    Outgoing Call Barring
    SET OUTGOING CALL BARRING * 34 option #
    CHECK OUTGOING CALL BARRING * # 34 #
    CANCEL OUTGOING CALL BARRING # 34 option * [PIN] #
    Reminder Call Service
    SET REMINDER CALL (using 24 hour clock with 4 digits) * 55 * [time] #
    CHECK REMINDER CALL * # 55 #
    CANCEL REMINDER CALL # 55 #
    SET REGULAR REMINDER CALL * 56 * [time] * [day option] #
    CHECK ALL REGULAR REMINDER CALL * # 56 #
    CANCEL A REGULAR REMINDER CALL # 56 * [time] * [day option] #
    CANCEL ALL REGULAR REMINDER CALLS # 56 #
    Day options numbers: Monday - 1, Tuesday - 2, Wednesday - 3, Thursday - 4, Friday - 5, Saturday - 6, Sunday - 7, Monday - Friday: 8 Every Day - 9.
    Remote (Smart) Call Divert on all calls
    SET REMOTE CALL DIVERT ON ALL CALLS * 44 * [PIN] * [your full phone number] * [number to divert to] #
    CHECK REMOTE CALL DIVERT ON ALL CALLS # 44 * [PIN] * [your full phone number] #
    CANCEL REMOTE CALL DIVERT ON ALL CALLS * # 44 * [PIN] * [your full phone number] #
    Remote (Smart) Call Divert on no reply
    SET REMOTE CALL DIVERT ON NO REPLY * 64 * [PIN] * [your full phone number] * [phone number to divert to] #
    CHECK REMOTE CALL DIVERT ON NO REPLY # 64 * [PIN] * [your full phone number] #
    CANCEL REMOTE CALL DIVERT ON NO REPLY * # 64 * [PIN] * [your full phone number] #
    Remote (Smart) Call Divert on busy
    SET REMOTE CALL DIVERT ON BUSY * 65 * [PIN] * [your full phone number] * [phone number to divert to] #
    CHECK REMOTE CALL DIVERT ON BUSY # 65 * [PIN] * [your full phone number] #
    CANCEL REMOTE CALL DIVERT ON BUSY * # 65 * [PIN] * [your full phone number] #
    Ringback
    SET RINGBACK [phone number] 5
    CHECK RINGBACK *#37#
    CANCEL RINGBACK #37#
    SET RING BACK INHIBIT *02*37#
    CHECK RING BACK INHIBIT *#02*37#
    CANCEL RING BACK INHIBIT #02*37#
    CALL ROUTING VIA BT
    (when using another provider) 1280

    Hi Jon,
    After thorough discusiion with engineering team and marketing team, we have decided to support most star services you requested except the following items. I have created a PMF for it. Please send me an email at [email protected]. I will reply you with the PMF.
    Call Minder (Voicemail) 
    CALL MINDER SERVICE 1571                                                                                   
    Call Waiting  
    SET CALL WAITING  * 43 #
    CHECK CALL WAITING  * # 43 #
    CANCEL CALL WAITING  # 43 #
    Caller ID
    WITHHOLD CALLER ID 141    [phone number] 
    RELEASE CALLER ID  1470  [phone number] 
    CALLER RETURN 1471                                                                                    
    ERASES LAST NUMBER GIVEN ON CALLER RETURN 1475    
    BLOCK LAST CALL ANSWERED WITH CHOOSE TO REFUSE 14258 [PIN] **  
    ADD TO LIST OF BLOCKED NUMBERS WITH CHOOSE TO REFUSE 14258 [phone number] #
    Choose to Refuse 
    BLOCK LAST CALL ANSWERED WITH CHOOSE TO REFUSE 14258 [PIN] **  
    ADD TO LIST OF BLOCKED NUMBERS WITH CHOOSE TO REFUSE 14258 [phone number] #
    Incoming Call Barring   
    SET INCOMING CALL BARRING    * 261 #
    CHECK INCOMING CALL BARRING    * # 261 # 
    CANCEL INCOMING CALL BARRING    # 261 #
    REDIAL LAST NUMBER DIALLED **0 
    Outgoing Call Barring 
    SET OUTGOING CALL BARRING  * 34 option #
    CHECK OUTGOING CALL BARRING    * # 34 # 
    CANCEL OUTGOING CALL BARRING    # 34 option * [PIN] #
    Reminder Call Service 
    SET REMINDER CALL (using 24 hour clock with 4 digits)    * 55 * [time] #  
    CHECK REMINDER CALL  * # 55 #
    CANCEL REMINDER CALL  # 55 #  
    SET REGULAR REMINDER CALL    * 56 * [time] * [day option] #
    CHECK ALL REGULAR REMINDER CALL    * # 56 # 
    CANCEL A REGULAR REMINDER CALL    # 56 * [time] * [day option] # 
    CANCEL ALL REGULAR REMINDER CALLS    # 56 #
    Day options numbers: Monday - 1, Tuesday - 2, Wednesday - 3, Thursday - 4, Friday - 5, Saturday - 6, Sunday - 7, Monday - Friday: 8 Every Day - 9.
    Ringback
    SET RINGBACK [phone number] 5
    CHECK RINGBACK   *#37# 
    CANCEL RINGBACK  #37#
    SET RING BACK INHIBIT *02*37#
    CHECK RING BACK INHIBIT *#02*37#
    CANCEL RING BACK INHIBIT #02*37# 
    Best regards,
    Wendy

  • Can any one provide an web service technique that supports http post...?

    hi,
    i'm working with servlets. i need a webservice technique that supports http-post.
    is it possible to work http-post using servlet & axis2 webservice....?

    hi, if you are about to use axis2, consider trying JAXWS since its very fast to startup, it will then take care of everything what is beyond your business objects (so transforming in into XML etc) moreover, you're going to use web services, thus you ll be working with SOAP, which will wrap your business representation...
    here a sample for a time -service. The Date object will automatically be trasinformed into appropriate xsd type by the axis2 engine
    @WebService
    public class Clock {
    public Date getCurrentTime(){
      return new Date();
    }

  • When I check for service and support coverage its show that my phone was replaced  but i just bought it, is that means its used phone and sold as new one again?

    when I check for service ans support coverage its show that my phone was replaced, but I just bought my iphone, is that means its used phone and sold as new one?

    http://discussions.apple.com/message/21753467#21753467

  • The feature: "The edition of Reporting Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database." is not supported in this edition of Reporting Services.

    Hello all,
    I have SQL express 2014 advance edition installed ..
    and i am connecting SQl server 2008 r2 instance which is in network 
    while creating datasource in Reportserver which has Express installed ..
    got this error ..
    please help me how to connect to remote server
    Dilip Patil..

    Error message says it all.
    With SQL Express, Data source should be local SQL DB.
    With SQL Enterprise, Standard, BI edition, you can create Data soruce which are hosted on other servers.
    Please refer similar thread:
    https://social.msdn.microsoft.com/Forums/en-US/c0468e3f-bad7-47a7-a695-75c13762280a/the-feature-the-edition-of-reporting-services-that-you-are-using-requires-that-you-use-local-sql?forum=sqlreportingservices
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • SSAS DRILLTHROUGH - Specified query is too complex error.

    Hi Guys,
    I'm working on an SSAS 2012 OLAP cube with around 100 dimensions and a single measures group. When I try to run a simple DRILLTHROUGH query such as:
    DRILLTHROUGH
    MAXROWS 1000 SELECT
    FROM [Cube] WHERE ([Measures].[Fact_Count])
    I get an error as below.
    The specified query is too complex to be evaluated as a single statement.
    Does anyone have any experience of this error and how to work around it? If I remove the majority of the dimensions from the cube I can run this query successfully. Looking at the limits set for analysis services I should be well within these.
    Thanks in advance 
    Sean

    Hi Scaneyw,
    Based on my research, this is a SQL Server Analysis Services (SSAS) design limitation. In SSAS, Drillthrough” generates internal CrossJoin query that contains all attribute hierarchies in measure group. So the error appear when MDX parser receives statement
    with> 1000 nodes.
    Here are some tips for you to avoid this error.
    Reduce number of dimension attribute hierarchies in measure group below 1000.
    Delete unneeded attributes and disable Hierarchy for attributes that are only used as properties.
    Consider creating smaller Measures Groups with less dimensions + attribute hierarchies.
    If you have any concerns about this feature, you can submit a feedback at
    http://connect.microsoft.com/SQLServer/Feedback and hope the complete “drillthrough” feature is will be improved in future SQL Server Versions.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Verizon is charging my account for a service that was not provided.

    Verizon is charging my account for a service that was not provided.
    I am a LONG term Verizon customer and no one is helping.....
    I work in IT, with the Network and Mobility groups, so I know what I am talking about, network access, O/S, bandwidth, etc….
    I changed to a droid Bionic, from my LG (broken).   I started experiencing issues with inability to connect to a solid 4G network. The phone was not updated to Ice Cream Sandwich O/S and tried repeatedly to get update, but no go. Verizon did swap out with another bionic, but still experienced issues with inability to consistently get network access.  I work in a big city, no one else was having issues at my work.
    Husband left for Europe due to a family emergency mid Sept.   FIL was in hospital.  I work and there is a 7 hour time difference.   We both had SKYPE on our phones.  At work, I tried to contact him, using SKYPE.   SKYPE would not connect, due to the phone issue connecting to the network.   I had to call husband directly (international calls) to get updates on the condition of my ill, 96 yo FIL.  
    1.   This was not an issue of an app that did not function and that Verizon does not support.   I did not have access to the network, thus could not use SKYPE to make calls.  This was not a choice to call international.  
    Verizon admitted that it was a phone issue.  Since I am a long term Verizon customer and have insurance on the phone, they tried to give me yet another Bionic 9that would not work).  After much discussion, they sent me a RAZR that was on the updated O/S.
    Up to the 29th of Sept, I was on the Bionic and could not access SKYPE.  Once I transferred over, I could use SKYPE and was not forced by Verizon to make international calls due the lack of network service that I pay for EACH MONTH.
    When I received my bill for Sept, there were hundreds of dollars of additional charges.  
    This was due to the international calling that I was forced to use to check on status of terminally ill 96 yo FIL.
    This was due to the overage of minutes that I had and was never notified of by Verizon, due to the interational calls.
    I have tried to deal with Verizon on eliminating the charges. This is after having to deal with the death and funeral arrangements, service, etc of FIL.  Verizon claims that I made the calls, thus I must pay.   They admitted to it being a Verizon network issue when they traded for the Razr and updated O/S, but still want me to pay hundreds of dollars in extra fees that THEY CAUSED.

    szilasi wrote:
    Just as a FYI..  Husband was at the hospital, not at a PC. It would be so sanitary and easy if all was scheduled properly, but guess what?  Usually when someone is ill enough and has been rushed to the hospital and extended stay, you do not only contact at 6 AM in the morning.   You check on statuses, talk to doctors, etc. during the day. 
    I thought you said YOUR phone was the one having the problem, not his. You could have Skyped/emailed from a computer TO his phone, but you chose to call instead.
    Yes, you are correct, everyone does not always think clearly when in a stressful situation such as that. Does not mean someone else should pay for YOUR actions.
    Another thing I notice about your prior post is you say "Verizon claims that I made the calls, thus I must pay." but you also claim to have made the calls yourself, so it isn't necessarily that Verizon "claims" you made the calls, you DID make the calls.
    Finally, I have found myself in a similar situation in the past and most likely in the near future. I also didn't(and don't) expect Verizon to pay for my phone usage during those times.

  • Error. your computer must be running a supported version of Microsoft Visio and a browser that supports opening files directly from Visio Web Access.

    I have the following inside my SharePoint server 2013 :-
    EnterPrise Wiki site collection.
    i have both "Excel services Application "& "Visio Graphics Service" running correctly.
    The problem i am facing is as follow:-
    when a user click on an Excel sheet or Visio document , it will be shown inside the browser without any problem.
    but if the user click on "Open in Visio" OR "Open in Excel" links inside the browser, they will get the following errors:-
    Sorry, but to open this workbook, your computer must be running a supported version of Microsoft Excel and a browser that supports opening files directly from Office Web Apps.
    To open this document, your computer must be running a supported version of Microsoft Visio and a browser that supports opening files directly from Visio Web Access.
    I have the following settings inside my PC:-
    Office 2010 for Excel, word, power point,etc.
    Visio 2013.
    i have disabled SharePoint foundation support for office 2013
    Can anyone advice on this please?

    Hi,
    Please try to reset the Internet Explorer settings or open Internet Explorer in In-Private browsing and then check if this issue occurs.
    If the issue persists, please try to access SharePoint in another computer with Office 2013 and then check if this issue occurs. Or repair Office and restart your server.
    Here is a blog about the same issue for you to take a look at:
    http://sharepointexit.blogspot.com/2013/12/sorry-but-to-open-this-workbook.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • WHile playing a game why am i getting this.....To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier. [Resend][Cancel]......and what can i do to get it to quit?

    I am playing a facebook game called Kingdom of Camelot. This come up when I refresh the game. To my knowledge no information is sent. I need it to stop interfering with my page when i refresh . I have deleted/uninstalled my extensions and plug ins and i am still getting the message.

    Perhaps someone should report this to MarketWatch. There are ways for web developers to work around this issue (GET after POST, for example).
    This is a longstanding issue. Examples:
    [https://support.mozilla.com/en-US/questions/668932 how do i stop this-To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier.?]
    [https://support.mozilla.com/en-US/questions/780884 To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier]
    In past discussions about this message, I have never seen an easy solution. Arguably it should be made a user preference: those who prefer to be warned about the risk that they will double-submit a transaction or instruction on a poorly designed site can have their warning, and those who prefer to take their chances can take their chances. Not sure whether that is on anyone's "to do" list.
    Separate issue: I wasn't aware of any difference between 3.6.12 and 3.6.13, but both are riddled with security vulnerabilities so it's hard to recommend using either of them at this point.

  • Looking for a client/server that supports multiple protocol and delivery

    Hi all, I don't know if this the right place to ask my question,here it goes.
    I am looking to develop a client-server that supports multiple protocols such as HTTP, HTTPS etc. I am looking for a framework( i don't know if that is correct or I need some kind of web-service (soap etc)) that would manage connection, security etc. I would like to like to devote most of my time in developing business objects with multiple delivery mechanism such as sending serilized java objects, xml message or soap message, or in some case JMS message as well. So I need a client server that can come in via TCP/IP or HTTP or anyother industry standard protocol and I should be able to service him with pub/sub model and also request/response model as well.
    I don't know if I had explained what I need, I would like to know what technologies I should be evaluating and which direction I should be heading... Also the server I'm developing should be free of Java constraints if needed...
    Also this service is not webbased service as now but if need arises I should have a flexibilty to make them web enabled in future. Also I would like to work with open source webservers or appservers if I need

    Inxsible wrote:I installed i3 - along with the i3status - which I still have to figure out. I am liking what I see as of now. It reminds me of wmii -- when I used it way back when. However I do not like the title bar. I would much rather prefer a 1 px border around the focused window.
    "i3 was created because wmii, our favorite window manager at the time, didn't provide some features we wanted (multi-monitor done right, for example), had some bugs, didn't progress since quite some time and wasn't easy to hack at all (source code comments/documentation completely lacking). Still, we think the wmii developers and contributors did a great job. Thank you for inspiring us to create i3. "
    To change the border of the current client, you can use bn to use the normal border (including window title), bp to use a 1-pixel border (no window title) and bb to make the client borderless. There is also bt  which will toggle the different border styles.
    Examples:
    bindsym Mod1+t bn
    bindsym Mod1+y bp
    bindsym Mod1+u bb
    or put in your config file
    new_window bb
    from: http://i3.zekjur.net/docs/userguide.html (you probably already found that by now )

  • I am looking for a text to speech app that supports the Books App?

    I am looking for a text to speech app that supports the Books App?

    If Settings -> General -> Accessibility -> VoiceOver does not work, then it is unlikely iBooks will do text to speach on its own in the current version.
    <http://www.apple.com/feedback>
    I know that some competing services, Kindle, Nook, etc... are restricted in doing text to speach by the book publishers.
    If this is text in a PDF (not an ebook), then maybe there is another app that can to text to speach on PDFs.
    If it is published books that are of interest, there is Audible.com <http://www.audible.com/>
    In theory it should be possible to use the Mac OS X Text to Speach facilities to convert a document into an audio file, and they sync that to the iPod Touch.  I assume there is similar text to speach utilities for Windows systems.
    I'm also guessing that there are web sites dedicated to assisting sight impaired individuals that might provide ideas for getting text to speach options for the iPod Touch.

Maybe you are looking for

  • TIP: What to do if the Recovered Photos File will not import into iPhoto...

    Like many others in this forum, I just upgraded to iWork/iLife '06. When I installed iPhoto '06 it trashed my existing iPhoto Folder and placed all of my other existing photos (those not already imported previously into iPhoto) into a recovered photo

  • Time Machine Buddy not working

    Greetings ! Out of the blue, Time Machine Buddy is not working anymore. It doesn't display anything even when backups are running. Additionally, it has a negative effect on my other Dashboard Widgets. Any ideas ?

  • Greeting card software for Mac?

    So, I switched my parents over to a Mac Mini a month ago. They really like it, but they miss having their "Greetings Workshop" greeting card software from their old Windows computer. So, I'm trying to find something they can use instead. I've found a

  • No progress to download email attachment - iOS 4.2/4.3, EAS

    Dear, I use iPhone / iPad 4.2 & 4.3 and I couldn't download email attachment. It shows me the graphic which indicates the start of download but it's still 0 byte. It works sometimes when I tried to kill email client and restart it but it can't guaran

  • Compiling Java Codes in IDE

    Hello... i have an ide applicaton for writing / developing java programs. but i have a little question to ask.. i want when i click on a button "compile" in my application it should compile the partricular java file in the jdk dir rrorn my hard drive