Design Studio SDK: Eclipse fail to open Design Studio with error message

Hi,
Environment:
BO 4.1 SP2
Eclipse 4.3.2
I am learning Design Studio SDK using the Developer Guide Tutorial available in help.sap.com. I am trying to deploy the sample SDK component.
While I try to open Design Studio application from Eclipse, it throws below errors. Run As -> Eclipse Application.
Please help!
Thanks in Advance!
-Jeni

Hi Jenifer
It looks to me as if the JAVA Home Variable is not set?
To get to this in Windows 7 you need to right click on Computer and select properties
Then click Advanced System Settings,  Then Click Environment Variables button,
Have you got a JAVA_HOME Variable as per the attached screenshot? Please not this need to point to the Java folder on your PC

Similar Messages

  • My Adobe Reader XI 11.0.09 fails to open pdf's. Error message - "because the associated helper application does not exist." Can anyone help me?

    My Adobe Reader XI 11.0.09 fails to open pdf's. Error message - "because the associated helper application does not exist." Can anyone help me?

    Okay. I will try this again. I did remove and reinstall earlier, but will
    do it now.
    regards, Mike
    On Wed, Oct 15, 2014 at 12:55 PM, Sabian Zildjian <[email protected]>

  • ITUNES WONT OPEN COMES UP WITH ERROR MESSAGE

    ITUNES WONT OPEN COMES UP WITH ERROR MESSAGE (send error report one)

    some preliminary questions aimed at narrowing in on possible culprits.
    try launching your QuickTime. does it:
    (a) launch perfectly fine?
    (b) fail to launch with an error message? (if so, what does it say?)
    (c) exhibit other peculiar behavior? (if so, could you describe it for us?)

  • How to keep the field open for input with error message in report program

    Hi,
      Need a help in solving the below issue.
    "How to keep the field open for input with error message in report program"
    Regards,
    C.Shasiraj.

    Hi...
    you have to use the event:
    <b>AT SELECTION-SCREEN ON <FIELD> EVENT.</b>
    u have to give an error message in this event.
    Consider the following <b>Example:</b>
    <b>PARAMETERS : NUMBER TYPE I.
    AT SELECTION-SCREEN ON NUMBER.
      IF NUMBER = 10.
        MESSAGE 'Number vakue is 10' TYPE 'E'.
      ENDIF.
    START-OF-SELECTION.
      WRITE NUMBER.
    </b>
    in this if u give the value of number = 10, it will not proceed further, if u give some other value other than 10 you will proceed further...
    Execute this program once u will understand....
    also Consider the following links :
    <b>Regarding events:</b>
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/34a237d9b511d1950e0000e8353423/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/34a23ad9b511d1950e0000e8353423/frameset.htm
    <b>Regarding messages:</b>
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/aa575426ad11d2954d0000e8353423/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/aa575426ad11d2954d0000e8353423/frameset.htm
    This is very useful.......
    Reward points if useful....
    Suresh....

  • Failed to Open FR report With Error code 500 - 'unable to process request'

    I am running a load test against PBCS service. The service is load-balanced with 2 managed servers : EPMServer0 and EPMServer1
    When I put the loads with 60 VUs -- all visiting FR reports, the service runs without error. But when the VU# increased to 90, it began to respond with Error code 500  - 'unable to process request'.
    I tried to correlate the FRLogging logs to the errors, and found during the time those error happens, there are logs like this:
    >>>>>>>>>>>>>>>>>>>>>>>>>>
    [2013-09-27T05:21:29.325+00:00] [EPMServer0] [WARNING] [00365] [oracle.EPMFR.core] [tid: [ACTIVE].ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: sysname50134114.PerfUser0439] [ecid: 004tpQ^VFHT7m3RLIYDCif0007a30002bD,0:2:1:1] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_CLASS: com.hyperion.reporting.connection.UserConnection] [SRC_METHOD: openConnection] User authentication information is invalid. Unable to connect to datasource.[[
    com.hyperion.reporting.util.HyperionReportException: Error connecting to database connection Vision:Plan1: Failed to sync with user provisioning.com.hyperion.planning.HspRuntimeException
            at com.hyperion.reporting.connection.UserConnection.openConnection(Unknown Source)
            at com.hyperion.reporting.connection.UserConnection.openConnection(Unknown Source)
            at com.hyperion.reporting.connection.UserConnection.<init>(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getConnection(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getCube(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getCube(Unknown Source)
            at com.hyperion.reporting.webviewer.WebDynamicReport.validateDatasources(Unknown Source)
        at jsp_servlet._modules._com._hyperion._reporting._web._reportviewer.__hrhtmlreport._jspService(__hrhtmlreport.java:1999)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at com.hyperion.reporting.webviewer.HRSecurePagesFilter.needAuthentication(Unknown Source)
            at com.hyperion.reporting.webviewer.HRSecurePagesFilter.doFilter(Unknown Source)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at com.hyperion.reporting.webviewer.FRClusterHelper.doFilter(Unknown Source)
    >>>>>>>>>>>>>>>>>>>>>>>>>
    It looks like the servlet failed to open the datasource connection while handling the FR requests. But there are several data sources. My questions are:
    1) Which datasource is corresponding to the issue? Is it EPMSystemRegistry?
    2) What is the recommended configuration for the connection pool max capacity setting? -- current setting for EPMSystemRegistry is 30
    3) Whether it could be a connection leak problem as only 90 concurrent end user is visiting and it failed to connect?
    Thanks,
    Ellick Lu
    Type
    JNDI Name
    Targets
    aif_datasource
    Generic
    jdbc/aif_datasource
    EPMServer
    calc_datasource
    Generic
    jdbc/calc_datasource
    EPMServer
    EPMSystemRegistry
    Generic
    jdbc/EPMSystemRegistry
    EPMServer
    odiMasterRepository
    Generic
    jdbc/odiMasterRepository
    EPMServer
    planning_datasource
    Generic
    jdbc/planning_datasource
    EPMServer
    raframework_datasource
    Generic
    jdbc/raframework_datasource
    EPMServer

    It is checking for Database connection in Workspace. Check Editing Database Connections
    Can those users login to Planning? Do they have correct security setup (I guess not)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Illustrator CC PDF opens in Reader with error message

    When I save an Illustrator file as a PDF, Adobe Reader users get an error message when opening the file – "An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem." Why is this happening?

    My apologies. We should have been more specific with our question.
    We should have asked this:
    Has anyone else seen this message in Acrobat Reader when opening PDFs
    created in Illustrator CC since the most current update (v.17.1.0)?  If so,
    would you be so kind as to reply with any general or specific information,
    or even thoughts, as to what might be causing it in this newest version of
    Illustrator?
    The error message reads:
    "An error exists on this page. Acrobat may not display the page correctly.
    Please contact the person who created the PDF document to correct the
    problem."  (Oddly, the message says "Acrobat," even though the application
    it appears in is Reader.)
    The message appears to Adobe Reader users (current version v.11.0.06,
    running in Mavericks); and started appearing after we updated Illustrator.
    The file content (except for one minor type revision), the PDF settings, the
    Adobe Reader users (clients), etc., haven't changed since before then. There
    were no issues with PDFs created in the past from the same file, but when we
    created new PDFs, our clients received the error message upon opening them.
    The files do open, and seem to be fine otherwise; but the recurring message
    does annoy our clients, and erodes our credibility as digital designers.
    We have tried several strategies to resolve this problem saving the PDFs
    with different settings; altering the file format of the linked image files;
    embedding the images files; outlining the type; using alternative typefaces;
    expanding appearances of objects; etc. anything we could think of to
    simplify the file or remove an offending file component all to no avail.
    We even opened the PDFs in Acrobat XI Pro CC (v. 11.0.06) and resaved with
    new file names, and were still met with the same difficulty.
    Other details: sRGB color profile in AI file and images; 3 - 11 x 8.5" art
    boards; PNG-24 images; PDF settings used: Illustrator Default, PDF/X-4:2008,
    Smallest File Size, High-Quality Print, plus a few custom settings from
    printers and developers
    So . . . We were hoping that if anyone had encountered this same message,
    they might have a clue as to what it relates. Any insight would allow us to
    troubleshoot further with that information in mind.
    Many thanks in advance.

  • Problem: Failed to open the connection. Error Code 0x800002F4 (-2147482892)

    Problem: Failed to open the connection. Error Code 0x800002F4 (-2147482892)
    This is on two (2) separate machines. These are NEW INSTALLATION development work stations (laptops). One is Vista (Visual Studio 2008 / Crystal Reports 2008), and the other is Windows XP Pro (Visual Studio 2003 / Crystal Reports XI R1).
    I am using EXISTING CODE (established over several years), and EXISTING REPORTS (established over several years). Old development station was XP Pro, as above, and still exists, and still works fine.
    I can open the report in Crystal, and see the results just fine. Data for the report is obtained via ODBC.
    Can someone identity the actual error by the Error Code above, and advise. Thanks You in Advance.

    Ok, so let's start at step 1:
    SP 1 just released and I'd recommend applying that. The SO is available from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100010503722008E/cr2008_sp1.exe
    For future reference, msm matching the above SP is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100011715292008E/cr121_mm.zip
    and msi is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100011722132008E/cr121_redist_install.zip
    Step 2: a few questions:
    a) I am not sure what CR SDK you are using; RDC, .NET? I suspect that you are using the CR assemblies for .NET, but do confirm.
    b) what is the database you are connecting to?
    c) is this a web or a win app?
    Step 3:  As the error can mean any number of things (to me it's just means something went wrong during the attempt to connect to the database...), the solution may vary, however the troubleshooting steps remain quite consistent:
    1) Do make sure the report is indeed working in the CR 2008 designer (e.g.; make sure "saved data" is not enabled.
    2) Try a simple new windows app with one of your reports. See if you have a report with no subreports and use it
    3) If that works, use a report with subreports
    4) If the above does not work in (1) above, create a new report to the same ODBC connection, do not code any database connection - let the report prompt for the logon parameter (PWD)
    5) Run the new report in your new app, enter the PWD when prompted
    6) If this works, add your database logon code
    7) If that works, add your original report (again, preferably with no subreports)
    8) If that fails, ensure that the subreport and main report use the same database connection type (ODBC)
    9) If it works, see if you can determine the difference between your old app and the new app.
    Ludek

  • 'failed to open the PDF file' error - Indesign CS3 on Mac

    Hi,
    Whenever I place PDFs that were created by any other app besides indesign or Illustrator I get a 'failed to open the PDF file' error, previously these PDFs were fine to place but all of a sudden they're not... Help?
    I'm not too keen on opening in Illustrator and resaving for the rest of the foreseeable future either...
    Jared

    Thanks for the reminder, Scott.
    http://indesignsecrets.com/failed-to-open-pdf-error-show-options-to-fix-it.php
    Bob

  • I was today invited to upgrade my iTunes when I logged on.  Update failed. Every time I now try to open iTunes I get error messages.  Second message reads "iTunes was not installed correctly. Please re-install iTunes. Error 7. Windows error 126"

    I was today invited to upgrade my iTunes when I logged on.  Update failed. Every time I now try to open iTunes I get error messages.  Second message reads "iTunes was not installed correctly. Please re-install iTunes. Error 7. Windows error 126". I now can't sync my iPhoneand I am worried that if I re-install I will lose all my contacts,calendar, notes, etc.

    I too had this problems (Windows 8.1).  A few weeks ago after the previous update before this version of itunes, I'd had a problem with the itunes store crashing and at that time I followed instructions to copy QTMovieWin.dll to the itunes folder, which fixed the store crashing.
    Today I fixed the problem by:
    Delete QTMovieWin.dll from C:\Program Files (x86)\iTunes.
    Uninstall ALL Apple Software using Control Panel / Programs and Features.  I uninstalled:
    iTunes
    QuickTime
    Apple Mobile Device Support
    Apple Application Support
    Apple Software Update
    Bonjour
    Delete the folders:
    C:\Program Files (x86)\iTunes
    C:\Program Files (x86)\Common Files\Apple
    Restart the computer
    Reinstall QuickTime
    Reinstall iTunes
    Everything works GREAT now, including the iTunes store.  You will not lose your media files, I got everything back, all my settings, playlists, etc.

  • REP-56071: Security check failed with error message: Error code30009 - Gene

    REP-56071: Security check failed with error message: Error code30009 - Generic access check failed..
    Hello,
    I am also receiving the above error - these reports are deployed on our Portal - to which all registered SSO users should have access to.
    one more thing...
    We obtain the error only when execute under some "load", example: 15 reports running simultaneously.
    Tx,
    Diego.

    I am also facing this problem - I've deployed the reports on the Portal and authenticated users can access the reports.
    The problem is that when any authenticated user tries to access the report, on his very first access this error is shown.
    REP-56071: Security check failed with error message: Error code30009 - Generic access check failed..
    But after the user click on the Personalize link of the portlet and specify the parameters values(which are empty initially) then report runs fine.
    Plz let me know the solution as no user will like to see this error message for the first time he opens the report.
    Regards.

  • REP-56071:Security check failed with error message:No privilege to do oper

    Hi
    I get the following error when I try to see the job status (..../rwservlet/showjobs?)
    REP-56071: Security check failed with error message: No privilege to do the operation
    I also get the following error on running any report on this server:
    REP-110: Unable to open file 'Test.rdf'.
    REP-1070: Error while opening or saving a document.
    REP-0110: Unable to open file 'Test.rdf'.
    Anyone seen the same issue before?

    Fugured it out - had issues with reportserver.conf file.
    _*                                                                                                                                                                                                   

  • When i click on an excel or word file in 2007 the program begins to open but then an error message says There was a problem sending the command to the program

    when i click on an excel or word file in 2007 the program begins to open but then an error message says There was a problem sending the command to the program.
    i am using office2007  with windows7 premium home edition.  i have checked file associations., all DDE settings. i have even tried this in safe mode. the same thing happens. please note once i see the error. i can then go back to the file click on
    it a second time and it WILL open. AND i can open any file if i open excel and and find the file from there. i uninstalled and re-installed office 2007 from scratch. And i checked the compatibility mode (all un-checked) still the problem persisits. this is
    a real PITA.   anyone have any solution for this? Thanks 
    ken yanow

    Hi,
    Have you try to un-select the Ignore other applications that use Dynamic Data Exchange (DDE) setting?
    Click the Microsoft Office Button, and then click Excel Options.
    Click Advanced, and then click to clear the Ignore other applications that use Dynamic Data Exchange (DDE)
    check box in the General area.
    Click OK.
    If the problem cannot resolve, the Run as administrator may selected.
    Go to Office default install location: C:\Program Files\Microsoft Office\Office12.
    Right-click EXCEL.EXE > Properties >
    Compatibility tab.
    Under Privilege Level, uncheck Run this program as an administrator
    check box.
    Best regards.
    William Zhou
    TechNet Community Support

  • I am working in text edit and cannot open my file. Error message says it is in the wrong format, truncated or corrupted. what to do?

    I am working in text edit and cannot open my file. Error message says it is in the wrong format, truncated or corrupted. what to do?

    Try opening Disk Utility in your Applications-Utilities folder and repair permissions.

  • I downloaded Firefox 4 onto my PowerPC G4 1.67GHz running Mac OSX 10.5.6. When I try to open it I get error message You cannot open the application "Firefox" because it is not supported on this architecture. I can't find my Firefox 3.6.16 I'm on Safari.

    I just want to download Firefox 3.6 again
    I downloaded Firefox 4 onto my PowerPC G4, 1.67GHz running Mac OSX 10.5.6. When I try to open it I get error message You cannot open the application “Firefox” because it is not supported on this architecture.

    Use Tony's suggestion. I am running it right now and it is awesome. I love Mozilla but they basically screwed all of those older Macs over. Come on Mozilla. These Macs still work, and there are plenty of people with them out there.

  • I have photoshop C6 on my MAC Pro and want to install it on my new MAC desktop.  I sent the files with AirDrop but photoshop wont open I get an error message that it cant find the Library.  Any thoughts?

    I have photoshop C6 on my MAC Pro and want to install it on my new MAC desktop.  I sent the files with AirDrop but photoshop wont open I get an error message that it cant find the Library.  Any thoughts?

    download the installation files and install using your serial number or adobe id,
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5.4 (win), 5.4 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

Maybe you are looking for

  • Total of the number of stock lines held in storage at any given time

    Hi Experts,   Is there a transaction we could use that will quickly give us a total of the number of stock lines held in storage at any given time? can anyone please advise   Many Thanks

  • Cost of replacing a broken or stolen iPhone?

    I'm planning to buy the iPhone when it comes out on O2 in the UK, but I'm a little unclear about whether the cost of the iPhone itself is subsidised or just a standard purchase. In the UK it's common to get a phone free or cheap when taking out a con

  • WLST and WebLogic Integration

    Hi all, I have installed WebLogic Integration 8.5 bundle. Meaning i have also installed weblogic server 8.1. on Windows XP I am now trying to use Weblogic Scripting Tool WLST. But there is no tools on the menu(tools->weblogic scripting tool) this was

  • Garageband removed from app store?

    I went to download Garageband for my Iphone 5 since I can get it free and it's no where to be found... Anyone know what this is about?

  • Funds Management Step by Step Config docs   - urgent

    Hi Peers I want the Step by Step Funds Management Config Docs. Plz send mr if anyone has the docs to my mail id. My email id is [email protected] Expecting your reply ASAP. Its a bit urgent Regards Rajaram MODERATOR:  All points have been unassigned.