Promptex in url reporting

Hi everyone,
This thread is a follow-up after this one : [Hide parameters|http://forums.sdn.sap.com/thread.jspa?threadID=2119452&start=0&tstart=0]
I've set up URL reporting with an URL like this : : http://cms:8080/test/test.jsp?reportID=11931&EXPORT_FMT=P
But my end users would like to be able to use promptex fonction in the url to have an url like this : http://cms:8080/test/test.jsp?reportID=11931&EXPORT_FMT=P&promptex-idbill="1"&promptex-idemployee="2"&.....etc
When using the URL reporting guide, they're is promptex use cases (lsS[name] but i can't manage to get a version working.
My problematics are the following :
-Add promptex capability to my url :
I was thinking adding to my JSP :
String lsS = request.getParameter("lsS");
response.sendRedirect("http://cms:8080/BOE/OpenDocument/opendoc/openDocument.jsp?serSes=" + java.net.URLEncoder.encode(serses) + "&iDocID=" + reportID + "&sOutputFormat=" + exportFormat + "&lsS=" + lsS);
But i have an error on the jsp : "org.apache.jasper.JasperException: unable to compile class for JSP:
Error on line 8 in file: /test.jsp
lsS cannot be resolved"
-Be able to deal with 1 or more differents promptex with differents types of data ( id, dates, ... )
Thanks if anyone can provide me with any help on this.

Hi,
I've mapped all the items used in url reports : i have 20 differents promptex, all single value, but with some dates.
So my JSP is now :
String reportID = request.getParameter("reportID");
String exportFormat = request.getParameter("EXPORT_FMT");
IEnterpriseSession es = CrystalEnterprise.getSessionMgr().logon("logon","password","CMS","secEnterprise");
String serses = es.getSerializedSession();
String lsS = request.getParameter("promptex-idbills");
String lsS = request.getParameter("promptex-idcust");
String lsS = request.getParameter("promptex-IdCust");
String lsS = request.getParameter("promptex-idrequest");
String lsS = request.getParameter("promptex-id_request");
String lsS = request.getParameter("promptex-idlot");
String lsS = request.getParameter("promptex-IDLOT");
String lsS = request.getParameter("promptex-no_request");
String lsS = request.getParameter("promptex-original");
String lsS = request.getParameter("promptex-split");
String lsS = request.getParameter("promptex-details");
String lsS = request.getParameter("promptex-HRi");
String lsS = request.getParameter("promptex-date_HRtrans");
String lsS = request.getParameter("date_trans");
String lsS = request.getParameter("promptex-datebegin");
String lsS = request.getParameter("promptex-dateend");
String lsS = request.getParameter("promptex-DATE_BEGIN");
String lsS = request.getParameter("promptex-DATE_END");
String lsS = request.getParameter("promptex-date_beg_period");
String lsS = request.getParameter("promptex-date_end_period");
response.sendRedirect("http://cms:8080/BOE/OpenDocument/opendoc/openDocument.jsp?serSes=" + java.net.URLEncoder.encode(serses) + "&iDocID=" + reportID + "&sOutputFormat=" + exportFormat + "&lsSidbills=" + lsS + "&lsSidcust=" + lsS + "&lsSidCust=" + lsS + "&lsSidrequest=" + lsS + "&lsSid_request=" + lsS + "&lsSidlot=" + lsS + "&lsSIDLOT=" + lsS + "&lsSno_request=" + lsS + "&lsSoriginal=" + lsS + "&lsSsplit=" + lsS + "&lsSdetails=" + lsS + "&lsSHRi=" + lsS + "&lsSHRtrans=" + lsS + "&lsSdate_trans=" + lsS + "&lsSdatebegin=" + lsS + "&lsSdateend=" + lsS + "&lsSDATE_BEGIN=" + lsS + "&lsSDATE_END=" + lsS + "&lsSdate_beg_period=" + lsS + "&lsSdate_end_period=" + lsS);
I have no display on screen when trying to use http://bosuite:cms/test/test.jsp?reportID=18497&lsSidrequest="121"&lsSdetails="1"&lsSdatebegin=Date(2011,11,24)
Any hints ?
Is it invisible for the user if he doesn't declare any value for the promptex ? cause users won't use all the 20 differents promptex in the same time, most time it's between 3 and 6 in the URL.
Thanks again

Similar Messages

  • URL reporting - suppress grouptree display in Activex viewer

    Hi,
    We are running BOXI R3, using URL reporting to launch reports after a user has logged into Business objects in our app using the Java SDK to select reports, set parameters, etc.
    We have been using the Dhtml viewer as the default, but want to move to using the ActiveX viewer as the default instead.
    How can the default behaviour of the Activex grouptree display be changed, in order to not show the grouptree when a report is opened?
    We were able to modify the Dhtml viewer behavior to suppress the groupTree, but it is not clear how to do this with the Activex viewer, either by URL parameters or the htmlviewerbridge web.xml settings, or .jsp code.

    Post Author: gouldjw
    CA Forum: Publishing
    Still haven't figured this one out, so any help would be greatly appreciated.  Is it not possible to use the ActiveX viewer without CR Server or BOE?  It appears to be a feature of Crystal Reports Developer Ed., but I can't figure out how to actually view a report using the viewer.  All I can do is display in DHTML, but for 10+ MB reports, this doesn't work well because the report reloads at every click.
    Also, what is up with the repository requiring BOE?  Can I no longer share pre-built command objects without the server software?

  • URL Reporting connecting to SAP R/3

    Hello,
    We have Crystal Reports that connect to ABAP Function Modules in our R/3 4.7 system as the data source. To minimize the number of user prompts, we use URL Reporting to pass all the required parameters for the report. The one thing we have not been able to do is specify data connection information in the URL. We currently get around this by setting the data connection information (SAP server, system #, client #, etc.) in the Database Configuration for the report in the CMC. The downside to this is that the report is now limited to running against a single SAP client.
    Is there a way to specify the SAP connection information (server, system #, client #, etc) in the URL Reporting string? I know it can be done for SQL data sources through the USER- and PASSWORD- commands on the URL, but is there a similar way to specify SAP connection information?
    Our reporting environment is BOBJ Enteprise XI 3.1, reports are developed in Crystal Reports 2008.
    Thanks,
    Byron Clairoux

    Hi,
    that is not possible. the connection is part of the report.
    Ingo

  • URL reporting - Hide username and password

    Hi all,
    I am trying to display a report when a  link is clicked by a user,I know this can be achieved by URL reporting.But any one who trys view the source of the file will be able to get the login information(aps-username/aps-password) from the file or they can view this info in the address bar.Is there any way of hiding this information?
    Thanks
    Manoj
    Edited by: Manoj Thomas on Oct 9, 2009 4:23 PM

    Well, you can hide logon credentials by passing the logon token to the APSTOKEN command in the URL.The other way is to use OpenDocument to view a report.
    In both the cases you need to get the logon token programatically and then pass it on to the paramater. This way you can hide the credentials.
    I assume that you have already gone through the following PDF:
    [http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_url_reporting_opendocument_en.pdf]
    I have used it in my project and it works.

  • Username and pssword in URL report parameters

    Hi all,
    I want to call a BI Publisher report via a URL bypassing the BI Publisher authentification page.
    I created a user who has access only on this report (username : bip and password : bip)
    Do you know how to specify the username and password in the URL report?
    or do you know any other way to bypass the authentification ?
    Thanks and regards.
    Samy

    Use the Guest folder
    "Enable the Guest folder via the Security Configuration tab of the Security Center
    page (for more information see Allowing Guest Access, Oracle Business Intelligence
    Publisher Administrator's and Developer's Guide). Any report in this folder is open to
    all users to see and run. Use this option if the report does not contain sensitive data."
    10.1.3.4 UG

  • Hide parameters of URL Reporting using Open Document

    Hi,
    I just want to know if I'have to use SDK to improve URL Reporting on SAP BusinessObjects BI Platform 4.0 ?
    I have to hide the connection parameters as "apsuser, ...etc" in order to show a simple and safe URL to extract reports.
    Just want information about "how to do that and what I need to do thaht ?"
    Regards,
    William

    Stdout.log :
    log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN No appenders could be found for logger (com.sun.faces.config.ConfigureListener).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN No appenders could be found for logger (com.sun.faces.config.ConfigureListener).
    log4j:WARN Please initialize the log4j system properly.
    com.businessobjects.webpath.rebean3ws.Activator
    log4j:WARN No appenders could be found for logger (com.sun.faces.config.ConfigureListener).
    log4j:WARN Please initialize the log4j system properly.
    stderr.log
    6 févr. 2012 18:13:23 com.sun.faces.config.ConfigureListener contextInitialized
    INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/BOE'
    6 févr. 2012 18:13:25 com.sun.faces.spi.InjectionProviderFactory createInstance
    INFO: JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.
    6 févr. 2012 18:13:47 org.apache.cxf.transport.servlet.CXFNonSpringServlet loadBusNoConfig
    INFO: Load the bus without application context
    6 févr. 2012 18:13:51 org.apache.cxf.transport.servlet.AbstractCXFServlet replaceDestinationFactory
    INFO: Replaced the http destination factory with servlet transport factory
    6 févr. 2012 18:13:52 org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
    INFO: Creating Service Gateway from class com.businessobjects.services.coresdk.wsgateway.GatewayPort
    6 févr. 2012 18:13:52 org.apache.cxf.endpoint.ServerImpl initDestination
    INFO: Setting the server's publish address to be /Gateway
    6 févr. 2012 18:14:02 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration BusinessProcessBI.xml
    6 févr. 2012 18:14:05 org.apache.catalina.startup.ContextConfig validateSecurityRoles
    INFO: ATTENTION: Le nom de rôle de sécurité noaccess est utilisé dans un <auth-constraint> sans avoir été défini dans <security-role>
    6 févr. 2012 18:14:07 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration dswsbobje.xml
    6 févr. 2012 18:14:09 org.apache.catalina.startup.ContextConfig validateSecurityRoles
    INFO: ATTENTION: Le nom de rôle de sécurité noaccess est utilisé dans un <auth-constraint> sans avoir été défini dans <security-role>
    6 févr. 2012 18:14:09 org.apache.catalina.startup.ContextConfig validateSecurityRoles
    INFO: ATTENTION: Le nom de rôle de sécurité SAPRole est utilisé dans un <auth-constraint> sans avoir été défini dans <security-role>
    6 févr. 2012 18:14:14 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration explorer.xml
    6 févr. 2012 18:14:15 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration explorer_help.xml
    6 févr. 2012 18:14:15 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration host-manager.xml
    6 févr. 2012 18:14:15 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration manager.xml
    6 févr. 2012 18:14:15 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration MobileOTA14.xml
    6 févr. 2012 18:14:15 org.apache.catalina.startup.HostConfig deployWAR
    INFO: Déploiement de l'archive jsfplatform.war de l'application web
    6 févr. 2012 18:14:16 org.apache.catalina.core.StandardContext addApplicationListener
    INFO: The listener "com.sun.faces.config.ConfigureListener" is already configured for this context. The duplicate definition has been ignored.
    6 févr. 2012 18:14:16 org.apache.catalina.startup.HostConfig deployWAR
    INFO: Déploiement de l'archive MobileBIService.war de l'application web
    6 févr. 2012 18:14:17 org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Déploiement du répertoire CMCDoc de l'application web
    6 févr. 2012 18:14:17 org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Déploiement du répertoire docs de l'application web
    6 févr. 2012 18:14:17 org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Déploiement du répertoire examples de l'application web
    6 févr. 2012 18:14:17 org.apache.catalina.core.ApplicationContext log
    INFO: ContextListener: contextInitialized()
    6 févr. 2012 18:14:17 org.apache.catalina.core.ApplicationContext log
    INFO: SessionListener: contextInitialized()
    6 févr. 2012 18:14:17 org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Déploiement du répertoire InfoViewDoc de l'application web
    6 févr. 2012 18:14:17 org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Déploiement du répertoire ROOT de l'application web
    6 févr. 2012 18:14:17 org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Déploiement du répertoire test de l'application web
    6 févr. 2012 18:14:18 org.apache.coyote.http11.Http11Protocol start
    INFO: Démarrage de Coyote HTTP/1.1 sur http-8080
    6 févr. 2012 18:14:19 org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    6 févr. 2012 18:14:19 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/103  config=null
    6 févr. 2012 18:14:19 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 349629 ms

  • URL Reporting Time parameter value.

    We have installed Business objects XIR2 and one of our application uses URL reporting to call a crystal report. Parameter values are retrieved from the database and used in the url.  Reports that do not have a time parameter works fine.  Even though I pass the time parameter value Im still prompted for the value.  The format of the url I use is http://hostname/businessobjects/viewrpt.cwr?init=dhtml&apstoken=<token>&prompt0=02:02:20&prompt1=LOCCODE
    where prompt0 is of type par_time.  Could someone please help me with the correct format to use for parameter type time?

    Ted, I checked the prompt order and the prompt type and they are correct.  These reports are working fine on Crystal 9.  Also reports that do not have a time parameter works fine in Crystal 11. Its only when reports with time parameter are called Im prompted for a value to be entered in hh:mm:ss format although I tried passing the value in hh:mm:ss format and Time(hh, mm, ss) format in the url.  The report comes up fine after entering the value in hh:mm:ss value in the prompt.  I tried encoding the url but it didnt work.  If I encode the entire url Crystal prompts me to enter values for all parameters.

  • Mask / Hide APSTOKEN server name in URL Reporting

    OEM .Net application that calls RPTs from CR-SERVER 2008 using the URL Reporting method.
    The URL that is being generated includes the APSToken value which references the SPECIFIC server name that generated the Token.
    -EXAMPLE_
    http://<SERVERNAME>:8080/CrystalReports/viewrpt.cwr?cmd=EXPORT&EXPORT_FMT=U2FPDF:0&id=2328&prompt0=210957811&apstoken=<FULLYQUATIFIEDSERVERNAME.DOMAIN>%3a6400%409117JF2IijEkii4fck7K9115JXNgUXMspRPgu8w6
    IT Security won't be happy to see that Plain Text info in the URL of each report.
    Is there a way to HIDE or MASK that <FULLYQUATIFIEDSERVERNAME.DOMAIN> value in URL reporting...?
    My personal preference would be to tell the OEM supplier to use the full BOE SDK to make the report calls to the CR-SERVER 2008. This seems like they took the "easy" way....

    Adam -
    Thanks for the input, that's what I thought...
    I don't think Single Sign-On (SSO) will work as it is a "Public Facing" application using a Generic "Enterprise" account for access.
    Right now they are still using Administrator (No Password) "Enterprise" account - but we will have them fix that before it goes PROD.
    There is no LDAP or WinAD layer that we can leverage for SSO since it faces the "Public".
    My original advice was that they have the OEM application use the full .NET SDK for BOE/CR-Server rather than the URL method - and it looks like that would be the most secure method given the current constraints.
    Thanks,
    Mark

  • Url reporting / logon

    Is there a way to pull the user's ad login info rather than the user being prompted for user name and password when using url reporting?
    Here is the basic url I am using - I know I can hardcode username and password by using apsuser and apspassword but obviuosly do not want to do that
    http://servername/businessobjects/enterprise115/InfoView/scripts/opendocument.aspx?sPath=[Folder]&sDocName=report.rpt
    Thanks

    When using Opendocument, your only option is to pass in a logontoken - which is an encrypted form of the username / Pwd / CMS / AuthType.  A logontoken can only be generated through code, so you will have to have some custom code with obtains the logontoken and passes it in.
    I have attached a .NET sample that demonstrates this.  You can also find info on opendoc parameters here:
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/BOE_SDK/boesdk_dotNet_doc/doc/boesdk_net_doc/html/Report_Linking.html
    Regards,
    Shawn

  • Using URL Reporting to open latest report instance

    I know that there are two methods of opening reports in Business Objects Enterprise 3.1:
    1) URL reporting
    2) opendocument
    I like URL reporting as you can embed the user name and password within the URL.
    I was able to get URL reporting to work to look view a report on demand.
    Request
    I would like to be able to open the latest instance of a report using URL reporting, not using opendocument, as I want the user to be able to open the latest instance without logging in.

    There is nothing written with both TA and opendocument. I just noticed the forum posts wanting to use the old viewreport and thought this was a better solution. If on XIR2 then setting up TA will affect infoview users and generate errors (for not TA users) but on XI 3.x it would only affect opendocument users. If no username were provided in the URL then you may see an error (I don't recall seeing errors on 3.x). This could be easily resolved on XIR2 by having 2 instances of the web/app on different ports (one with TA enabled and one without).
    As there have been multiple inquiries on this topic I just wrote up a new trusted auth note for setting up QUERY_STRING (requires SMP login to look up and view)
    1422248 - Setting up Trusted Authentication in XI 3.x for opendocument infoview using QUERY_STRING
    Regards,
    Tim

  • Passing comma "," to a report parameter using URL reporting

    I have a simple report, which contains a string parameter.  Everything work fine, except when I pass a string with "," in the parameter value.
    I tryed the following url and both of them does not work, I also modify the report to display the pass-in prompt value and the string is cut off after the ","
    Example 1:
    http://.../crystalreportviewers115/viewrpt.aspx?id=42364&prompt0=ABC&apsauthtype=secEnterprise&apspassword=p1&apsuser=u1&viewer=actx
    Output:
    ABC shows up and the report run fine.
    Example 2:
    http://.../crystalreportviewers115/viewrpt.aspx?id=42364&prompt0=AB,C&apsauthtype=secEnterprise&apspassword=p1&apsuser=u1&viewer=actx
    Output:
    Only AB shows up and the report run with AB as the parameter's value.
    Example 3:
    http://.../crystalreportviewers115/viewrpt.aspx?id=42364&prompt0=AB%2CC&apsauthtype=secEnterprise&apspassword=p1&apsuser=u1&viewer=actx
    Output:
    Only AB shows up and the report run with AB as the parameter's value.
    How do I pass the "," in the URL

    Since you are using viewrpt.aspx (instead of opendocument), you would pass a comma using promptex instead of prompt
    so an example url would be:
    http://.../crystalreportviewers115/viewrpt.aspx?id=42364&promptex0="AB,C"&apsauthtype=secEnterprise&apspassword=p1&apsuser=u1&viewer=actx

  • Session management in URL reporting

    Hi,
    I have problems with the session management while calling reports from our own web-app.
    We host our reports (.rpt) on a CrystalReportsServer 2008 running on a Tomcat. This CRS is configured with 20 CAL (ConcurrentAccess Licences).
    On the other side, our Intranet, running on another Tomcat.
    Our Intranet provides UI allowing users to determine the parameters that will be passed to reports. For some reasons we do not want to use InfoView now but keep using our own UI to call reports. The idea was then to call them through OpenDocument (or viewrpt.cwr) passing parameters in the URL.
    In our Web-app, I authenticate the user to the CRS, retrieving an IEnterpriseSession. I then get a token for my calls to OpenDoc. But then, each time I call OpenDoc, a new CAL is picked out. Even if I logoff, only one CAL (the one belonging to my IEnterpriseSession) is given back.
    As our users often open and close lots of reports, we run very quickly out of CAL, although the reports are now closed and the user gone.
    I thought using a token would have allowed us to consume only 1 CAL per user, using the same CAL for the different calls.
    Is my reasoning wrong or is it my code..?

    When creating the token , use  "CreateWCAtoken" function this will not increse the session count in CRS.
    You might be using CreateLogonToken function
    Arguments passed to these two functions are same.

  • Solution manager-url report

    Hi,
    I have uploaded a lot of documents in solution manager. Now i need to get a report that brings to me all documents with their url links. Anybody knows some report or some way to get this information?Thanks!
    Regards,
    Guido

    Hi Guido,
    Did you manage to solve your query ? If so, can you please share your insights on the work-around or the solution ?
    If you had not commenced the exercise, [this|https://forums.sdn.sap.com/click.jspa?searchID=13895872&messageID=5213229] thread explains the way way you can generate URLs for individual documents.
    Regards,
    Srini

  • Firefox auto updated to 3.6.14, I din't notice and crash right after update wile trying to access the (Aljazzera) URL: Reported. Recommended ADOBE flash Player Update right now, done. Should I be concerned? (Mac, OSX 10.6.6 snow_leopard)

    Aljazzera_net
    "Additional plugins are required to display all the media on this page. When I clicked, it then said "No suitable plugins were available"
    tried a different URL
    Crashed

    See:
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=630199 Bug 630199] – Flash crash [@ VP3VideoDecoder_DecodeFrameCompleteCallback ]
    ''(please do not comment in bug reports; you can vote instead)''

  • Crystal Reports URL Reporting Parameter promptOnRefresh in JSP

    I'm trying to run crystal reports from a JSP file that redirects using a URL string, but the promptOnRefresh=0 parameter that I pass doesn't seem to be preventing the report from prompting for parameters when the report viewer refresh button is hit.
    I'm running BO Enterprise 3.1. In Infoview, all of my report URLs forward their report IDs to a JSP page, (z_dw.jsp), which reads the infoview cookie for a logon token, and creates an IEnterpriseSession to get an enterprise token and the user's info. The JSP then redirects to view the desired report using the URL pattern below:
    http://<server>:<port>/CrystalReports/viewrpt.cwr?id=<reportID>&apstoken=<enterpriseToken>&promptex0="<username>"&promptOnRefresh=0
    The actual Java code to construct this URL is below:
    String redirectStr = "http://<server>:<port>/CrystalReports/viewrpt.cwr?id=" + request.getParameter("rpt")
      + "&apstoken=" + enterpriseToken
      + "&promptex0=\"en" + userName + "\""
      + "&promptOnRefresh=0";
    This forwards to the desired report and prompts for needed parameters correctly. Unfortunately, if the report is refreshed using the report viewer refresh button, all of the parameters are promted for including the reportID, which our users wouldn't know. In the xi3-1_url_reporting_opendocument_en(2010).pdf guide, it mentions that the 'promptOnRefresh' parameter can be set to 0 to prevent this from happening, however it didn't seem to work in my case.
    If anyone can advise me on how to fix this problem or how to disable the report viewer refresh button through a URL string, I would be very grateful.

    This turned out to be a valid bug, and the SAP Design Team fixed it in Fix pack 2.6 for BOXI 3.1 in response to this issue. If you encounter something similar, just upgrade to the latest fix pack and this problem should be taken care of.

Maybe you are looking for

  • Calendar does not sync via ActiveSync. Mail and Contacts work fine.

    I recently started using ActiveSync to connect to my corporate Exchange server. Mail and contacts synchronize properly, but calendar items are not downloaded from the server. The iPhone can write to the calendar by adding a new appointment of accepti

  • What is the average lifespan of a macbook pro?

    I'm really curious because I want my macbook to be useful for a couple of years. I just purchased the newest model out. Does anyone know or have experience of their long life macbook pro's? How long has anyone's macbook pro lasted? And I don't mean b

  • Nokia 5310 headset problem

    my 3days old 5310 cant seem to play music in it's headset.. but whenever i put on the jack(HS-45) to it's socket. the 5310 detects it but without a sound coming out in FM or My Saved files(mp3,wma). what should i do?? is there anything to enable the

  • Redirecting audio from the mini box to the TB display

    I just installed the TB display update (12 Dec 2011).  On completion I'm prompted to select a connectivity.  Not understanding the ramifications, I select connection to the mini.  I now get the audio from the mini and not the TB display.  A big comed

  • Can't open Desktop app. "There was an error with this action.  Try again later."  How do I solve this?

    I've been trying to open "Desktop App" for a couple of days now.  I get the above error message.  "Later" obviously isn't going to work.  I've signed out of my account and signed back in, but that hasn't helped.  I can reach the App Mgr from PS, and