Can not creat ui5 project in hana studio

hello everyone:
     i installed UI5 toolkit in hana studio, but when i creat UI5 project, the error like picture shows below come out, is there anyone who knows how to fix this problem? thanks a lot.
here is my hana studio installation details

Hi yang,
               have you update with this link?
SAP Development Tools for Eclipse - Kepler Software Repository

Similar Messages

  • Can not create in Project Express CI

    I've created a new CI directly out of the Project_Express component, using all default values. Seems like this interface can not be used to create a record. If this is the case, what component can I use as a CI to create a project costing record? If not, how can I change my CI to make it create a record? Thanks in advanced.

    Hello,
    what is the error you got?
    try to delete .dtc folder from your installation drive complately and import configuration from dtr and create project again. If you still face error , it might be permission issue.
    Post the error such that we can analyze the issue.
    Regards,
    Koti Reddy

  • Imoive : can not open new projects and kept pop up "you have permission to write projects" . plz help~!

    New mac mini OS X Lion
    I have problem with Imoive. When I try to open new projects for imovie....
    Imovie can not create new projects and message pops up "Please check there is enough space or you have permission to write new projects".
    I have no clue and Disk has more than 300GB now.
    Can anyone help me....?

    I found a similar problem and the instructions said to check a permission box in the "Get Info" tab.
    This applies only when the Library is on an external drive. You cannot ignore permissions on the system drive.
    I was deleting files trying to make space on my hard drive
    What were you deleting?
    and noticed as I was deleting files more data was being added to the iPhoto Library.
    Hard to see how deleting files can add data to the iPhoto Library. Can you explain why you thought this?
    I would really like to keep these pictures.
    Make a back up now.
    Most Simple Back Up:
    Drag the iPhoto Library from your Pictures Folder to another Disk. This will make a copy on that disk.
    Slightly more complex: Use an app that will do incremental back ups. This is a very good way to work. The first time you run the back up the app will make a complete copy of the Library. Thereafter it will update the back up with the changes you have made. That makes subsequent back ups much faster. Many of these apps also have scheduling capabilities: So set it up and it will do the back up automatically.
    Example of such apps: Chronosync - but there are many others. Search on MacUpdate or the App Store

  • I have iPhoto 11 installed on my iMac. Has been working for last several months ok. I am trying to create photo books but it gets hung up after I select create book. Does not create the project.  Used to work but won't create any projects

    ILife 11 (iphoto 11) installed over a year ago with no issues. Have been creating Apple Books with no issues till now.  iPhoto now will not create books, calenders or anything else. After I select "create" it does nothing. Used to work Ok. Program seems to stall and do nothing. I can still look at events and other picture files but it will now not create a "project" / "book"  Anyone with a similar issue????

    ILife 11 (iphoto 11) installed over a year ago with no issues. Have been creating Apple Books with no issues till now.  iPhoto now will not create books, calenders or anything else. After I select "create" it does nothing. Used to work Ok. Program seems to stall and do nothing. I can still look at events and other picture files but it will now not create a "project" / "book"  Anyone with a similar issue????

  • Project is not created from Project PO

    Hi,
    I can able to create Project PO successfully. But Project is not created from Project PO. Giving message like
    Object Project Definition TN1.LEVBW.09004 could not be created
    Project TN1.LEVBW.09004 is currently being processed by WF-BATCH.
    As I investigated, the defect is caused due to a Lock of the PO in SAP while executing the workflow.
    I suspect this lock is getting caught in the function module 'ZPS_STUDIO_PROJECT_CREATE' in the include 'LZPS02F01', after calling the function module 'BAPI_PO_CHANGE'. (Since the PO is being processed by both transaction & workflow here).
    I've tried to change the 'COMMIT WORK' statement adding WAIT. But I'm still unable to resolve the issue.
    Please provide me the solution.
    Thanks,
    suresh

    It is due to same workflow is triggering with two business object.

  • Can't create new projects in RoboHelp HTML 7

    When I try to create a new projects in RoboHelp HTML 7, the
    Projects Type field is blank on the New tab of hte New Project
    dialog box. I just bought this product after using the trial
    version for 30 days. I can open the projects I created before but
    can't create new projects. Help! I need it now!

    OK, this problem is solved -- the problem was RoboSource
    Control 3.1. I realized that I had installed RoboSource Control 3.1
    during my Trial install (the option to install it is checked by
    default). By re-running the Trial download (thank God I saved it) I
    was able to uninstall RoboSource Control 3.1. (I could not
    uninstall it using the Tech Comm Suite installer or the Add/Remove
    function in the Windows Control Panel)
    Then I ran the Tech Comm Suite install and reinstalled
    RoboHelp 7 (without installing RoboSource Control 3.1).
    Now RoboHelp 7 HTML works again. Note that only the HTML
    version was screwed up -- the Word version ran OK, I just don't
    need it.
    Finally, I just want to say, Adobe Tech Support *SUCKS*.
    After spending a half hour on my initial call on Sept. 26th, "Ken"
    directed me to the Adobe Support web page and told me to enter my
    problem myself -- thanks for nothing, Ken. He promised a 24 hour
    turn around, which did not happen.
    When I called back on Sept. 29th, I wasted another hour with
    Natasha and Sam, who had me run CSClean, which wiped out my
    registry entries for Acrobat and Photoshop, forcing a reinstall of
    those products. Of course, that did not help me at all.
    Adobe, please stop outsourcing your Tech Support to India --
    those guys know nothing!
    The replies to this issue on the "Customer Support Portal"
    have been slow, indifferent and unhelpful. Shame on them!
    I'm posting this fix to this problem on this Forum, so the
    next poor slob may be able to fix their problem themselves as I
    did, 'cause Tech Support sure won't help!

  • Active X can not create running Scriptlistener VB code in Creative Cloud Photoshop

    Currently, I am recieving an Active X can not create error when running this code. I use Visual Studio 2012 run as administrator in x86 mode, Creative Cloud 32bit run as administrator. OS is windows .
    I am able to access the com library for CC in VS. When I run into troubleshooting this  Script listener code, this type of code appears in several different functions throughout the application. I am getting an Active X error when the CreateObject("Photoshop.ActionDescriptor") is hit.
    I am also logged in as an administrator of the box. I have created the process from a scriptlister log with the CS6 Scriptlistener in CC.  
    Any direction or feedback is appreciated. I need to know if I am missing something obvious.
    Thank you,
      Sub psAddGuide(ByVal pixelLocation As Integer, ByVal orientation As Integer) '0 = vertical, 1 = horizontal
            If orientation = 1 Or orientation = 0 Then
                Dim orientationID As String = ""
                If orientation = 0 Then
                    orientationID = "Vrtc"
                Else
                    orientationID = "Hrzn"
                End If
                'Script Listener code - don't blame me.
                Dim objApp = CreateObject("Photoshop.Application")
                REM Use dialog mode 3 for show no dialogs
                Dim dialogMode As Integer = 3
                Dim id6
                id6 = objApp.CharIDToTypeID("Mk  ")
                Dim desc3
                desc3 = CreateObject("Photoshop.ActionDescriptor")
                Dim id7
                id7 = objApp.CharIDToTypeID("Nw  ")
                Dim desc4
                desc4 = CreateObject("Photoshop.ActionDescriptor")
                Dim id8
                id8 = objApp.CharIDToTypeID("Pstn")
                Dim id9
                id9 = objApp.CharIDToTypeID("#Pxl")
                Call desc4.PutUnitDouble(id8, id9, pixelLocation)
                Dim id10
                id10 = objApp.CharIDToTypeID("Ornt")
                Dim id11
                id11 = objApp.CharIDToTypeID("Ornt")
                Dim id12
                id12 = objApp.CharIDToTypeID(orientationID)
                Call desc4.PutEnumerated(id10, id11, id12)
                Dim id13
                id13 = objApp.CharIDToTypeID("Gd  ")
                Call desc3.PutObject(id7, id13, desc4)
                Call objApp.ExecuteAction(id6, desc3, dialogMode)
            End If
        End Sub

    Hi Richard,
    Welcome to the Community!
    The following might explain and help solve the problem...
    U44M1P7 - Updates :
    http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-upda tes-ccm.html
    U44M1P7, U44M2P7 - Creative Cloud Help / Can't apply Extension Manager update 6.0.2 | Mac OS :
    http://helpx.adobe.com/creative-suite/kb/unable-apply-extension-manage r-update.html
    Thanks!
    Ankit

  • In garageband I can't create new projects

    In garageband I can't create new projects it says file couldn't be opened. Checking on web searches some indicate to check under Library... I do not have a Library directory on my system. Garageband came with the Mac. Any clues how to get it to work?

    kenevans3 wrote:
    I do not have a Library directory on my system.
    in Finder hold down the OptionKey and click the Go menu, select the Library menuItem to open it

  • Visual Adminstrator: can not create new users

    Hi,
    I've got a problem with my "Sneak Preview SAP NetWeaver 04 - Full Java Edition with Web AS Java 6.40, MaxDB, and Developer Studio" (NW04 SP15) installation. Whenever I start the visual administrator I can not create a new user. All buttons excepting the Refresh Button are disabled.
    If I use the web (http://..../useradmin) I can create new users.
    Now I want to change Security Policies in the Visual Administrator. But the problem is the same.
    Does anyone know any solution?
    Best Regards,
    tobi

    Hi Tobias,
    In VA => Security Provider there is a change button ("pencil") in the top of the right frame. You should enable other buttons by clicking this one.
    Regards,
    Mike

  • I can not create EPS

    Hello,
    I have a problem in P6 EPPM V8.1. I can not create EPS nodes, when I try it an error message pop up telling me that Activity codes longer than 20 characters are not allowed but I revise all the projects already loaded and there aren´t codes longer than 20 characters. Can anybody tell me why is this happening? Is this a software bug?
    Regards
    Andres

    Hi,
    First of all check with your administrator whether you have the right privileges to create an EPS in EPPM. In release 8.1 the web version is called EPPM and the client is called Optional Client. All administrative works are done in EPPM. So for creating an EPS also you need to log in to EPPM.
    If you have the privileges for creating an EPS then log in to P6 EPPM and go to EPS page under Projects tab. There you will find the button of creating Sibling EPS. You can also create a sibling or child EPS from Action menu > Add > Add Sibling EPS/Add Child EPS
    Thanks,
    Dip

  • Can not create the connection in the enrironment!!

    hello,every one:
    please see the following code:
              Environment *env = Environment::createEnvironment(Environment::OBJECT);
              Connection *conn = env->createConnection(userName,password,connectString);
    try
    //use the conn
              catch (SQLException &ex)
                   env->terminateConnection(conn);
                   Environment::terminateEnvironment(env);
                   throw;//re-throw
              env->terminateConnection(conn);
              Environment::terminateEnvironment(env);
              Environment *ev = Environment::createEnvironment(Environment::OBJECT);
    //the program stopped here,display i can not create the new connection
              Connection *cn = ev->createConnection(userName,password,connectString);
              ev->terminateConnection(cn);
              Environment::terminateEnvironment(ev);
    I have terminated the connection and the environment,then why I can not create the
    connection in the new environment?
    I have tried several times,if you connect the same database as the former,then it
    does not work,but if you connect a new database ,it can create the new connection!
    plus:I don't want to use conection pool .
    Can I have some method to solve the problem?
    Please help me!
    Thanks a lot in advance!
    tony from China

    Hi Tony,
    This similar sample works perfectly fine for me. Can you
    retry with this?
    #include <iostream>
    #include <occi.h>
    using namespace std;
    using namespace oracle::occi;
    int main()
            Environment *env = Environment::createEnvironment(Environment::OBJECT);
            Connection *conn = env->createConnection("scott","tiger","inst1");
            try
            //use the conn
            catch (SQLException &ex)
                    env->terminateConnection(conn);
                    Environment::terminateEnvironment(env);
                    cout<<ex.getMessage();
            env->terminateConnection(conn);
            Environment::terminateEnvironment(env);
            Connection *cn;
            Environment *ev;
            try{
            ev = Environment::createEnvironment(Environment::OBJECT);
            cn = ev->createConnection("scott","tiger","inst1");
            catch (SQLException &ex)
                    ev->terminateConnection(cn);
                    Environment::terminateEnvironment(ev);
                    cout<<ex.getMessage();
            ev->terminateConnection(cn);
            Environment::terminateEnvironment(ev);
    }Rgds
    Amogh

  • Crystal Server 2013: How to troubleshoot "Can not create temp file---- Error code:-2147215357"

    We have a Java7 web app, which generate PDF report by calling Crystal Server 2013 SP4.
    The app is being deployed on many different servers. We sometimes got the error below when generating report:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.controllerExportInternal(PrintOutputController.java:280)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:152)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:130)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:113)
    Problem is, this seems to be  a pretty generic exception. It could be caused by many different reasons.
    e.g. network connection problem, wrong DB login, wrong folder path, lack of folder access right, etc.
    Each time we could only guess what's wrong.
    We are running into it again, and this time everything seems correctly configured so far.
    We wonder if there are more info we can get to troubleshoot? For example, any log file of Crystal Server we should look into? Or does Crystal Server has debug mode which prints more details to tell us what goes wrong?

    Prithviraj Shekhawat wrote:
    Hi Henry,
    I believe you are using RAS SDKs to export the reports to PDF.
    Apply trace on RAS server and check what you find in RAS logs.
    Check whether you can see timeout error is RAS logs. Usually if connection is lost and the RAS server no more have the session to write to the temp directory, we do see these errors.
    Also, does the account that runs RAS have permissions to create a file in RAS's default temp directory? Are you getting any out of memory or out of disk space exceptions on App server or RAS, tracing RAS server is the way to move forward.
    Thanks,
    Prithvi
    >>I believe you are using RAS SDKs to export the reports to PDF.
    Yes
    >>Apply trace on RAS server and check what you find in RAS logs.
    >>Check whether you can see timeout error is RAS logs.
    How to configure tracing, and where are RAS logs? Is it configured in CMC --> Servers --> Crystal Report Services?
    >>Also, does the account that runs RAS have permissions to create
    >>a file in RAS's default temp directory?
    Pretty sure yes.
    >> Are you getting any out of memory or out of disk space exceptions
    >>on App server or RAS, tracing RAS server is the way to move forward.
    Not on App server.
    For RAS, that's the problem, I am not sure where to look.......

  • JMStudio Error  "Can not create session manager"

    Hi,
    I'm trying to transmit an mpg file through a simple pc to pc network, using the transmission wizard in the JMStudio, and everytime it causes a "can not create session manager" error, even when I try to transmit .mp3 file
    I'm using an ip like 100.100.0.1 for the sender machine, and 100.100.0.2 for the receiver machine, and I don't know where is the problem
    thanks in advance

    Um,maybe the port that you use for transmission is already occupied.
    Make sure that you are not using JMStudio to transmit streams while trying to receive streams from the same port.

  • Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal

    Hello,
    While exporting Export reporting from BI4 getting exception
    Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal
    In Trace Log I am getting
    com.crystaldecisions.xml.serialization.XMLWriter||Failed to create an object instance for CrystalReports.TextObjectFormat
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key CrystalReports.TextObjectFormat
      at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
      at java.util.ResourceBundle.getString(ResourceBundle.java:334)
    I tried following solution according to the all forums but still issue exist.
    Done changes mention in KB article In <Installation-dir-of-BO>\Common\4.0\java\CRConfig.XML we have to increase the JAVA heap MIN and Max size
              <JVMMaxHeap>64000000</JVMMaxHeap>          <JVMMinHeap>32000000</JVMMinHeap>
    Increase the value in the ReportApplicationServer Services in the CMC for "Number of database records to read when previewing or refreshing a report". The value -1 is for unlimited records but not recommended for performance.
    Check for temporary read write permission on server
    Using SDK library from C:\Program Files (x86)\SAP Business Objects\SAP BusinessObjects Enterprise XI 4.0\java\lib
    Can you please let me know is there anything missing.

    Hi,
    We face the same problem with some BI4 reports.
    The same report works well with the "Crystal Reports Viewers API", as used in Infoview, but not with the "Report Application Server (RAS) API".
    This error appears after some time working on a report. If we reproduce the same report, but from zero, no problem.
    Hope it can help.
    Ludovic.

  • Can not create recovery discs on satellite C875D-S7330

    Can not create recovery discs on satellite C875D-S7330. Drive runs and appears to be doing it thing, then aborts saying it has error to check disc for scratch or dust on media. Error code: OEO1B5-26-2AO3OC 00 . Tried 3 new discs all same results. Tried a 4th disc trying to continue on with disc 2 of recovery discs, got another error on this one. Error code: 020150-20-00000000.
      Anyone have a fix for this? Had this machine less than 24hrs.
    Thanks
    Don B.

    Personally, I would get a 16gig USB thumb drive and put your recovery on it.  It eliminates having to swap disks during recovery and it's easy to store.  I've used mine several times and it's worked perfectly every time.
    L875D-S7232 (Win 8.1)

Maybe you are looking for

  • Can I use an IF Statement in a Region Source

    Hello, Im using Apex 3.x. I have a standard report page whose Region Source is a simple select statement..... SELECT xyz FROM...WHERE I need to add an IF statement to this Region Source, but when I do I get an error - Query cannot be parsed within th

  • SCCM 2012 SP1 - Evil Folders in Reporting Services - What Are They and How to Remove Them

    Hello All, There are a lot of sub-folders in the http://CentralSiteSCCM/ReportServer. They are like: <dir> Config_Mgr_CEN <dir> Config_Mgr_CEN.OLD.0 <dir> Config_Mgr_CEN.OLD.1 <dir> Config_Mgr_CEN.OLD.10 <dir> Config_Mgr_CEN.OLD.100 <dir> Config_Mgr_

  • REPLICAT ERROR(The procedure entry point long jmp could not be located )

    Hi, I am getting the following error The procedure entry point long jmp could not be located in the dynamic link library orauts.dll Does anyone know anything about this? please help. Thanks V

  • Using Bex query in XCelsius 2008

    Hi, We have XCelsius 2008 SP3 and out BI ABAP and JAVA systems are on EHP1 with SP05. I have already done the configurations as per SAP note 937697 and all traffic lights became green now. But, still we're unable to connect to BEx using XCelsius. Any

  • Get a paramete in another jsp

    Hallo ihave created two jsp files wth NWDS. They are at the folder dist / PORTAL-INF / jsp test1.jsp and test2.jsp. test1.jsp: <html> <body> <form action="test2.jsp" method="post">                          <input type="text" name="PARAMETER" >