Create new application

Hi Iam new to workshop. I downloaded 10.3 from
http://www.oracle.com/technology/software/products/ias/bea_main.html
I would like to create new application.
I dont see Application option.
in File->new.
I see Project and etc. But not Application.
Did I miss any thing . Pls advice.
Ravi UK

Hi Ravi,
From 9.x weblogic start using workshop in form of Eclipse plugin so when we use Eclipse then application is treated as Enterprise project so we need to create Enterprise project and then open any other specific project like Dynamic webproject or EJB project simple java project etc.
Or we can also able to create direct web dynamic project or direct simple java project.
For more details please go to Help >> Help contents in your workshop.
you will find document which gives more details about the creation project and different types of project.
Please follow the first Basic tutorial you will understand about the workshop completely.
Regards,
Kalyan Pasupuleti.

Similar Messages

  • How to Create New Application for iPhone

    Hi,
    Can anyone guide me how to create New Applications for the iPhone.
    Regards,
    Mustafa Ali Qizilbash

    If you think Apple's is making a profit off the $99 it collects for the iPhone Developer Program membership, you're badly underestimating how much it costs to run the program.

  • Shortdump when creating new Application set

    Hi All,
    We have a newly installed BPC system (BPC 7.0, SP 02).
    We are facing issues when creating new Application Set. Although on the .Net server it shows that the creation of appset was successful, in SM37 Copy AppSet job is terminated with Shortdump "Raise_Exception, X_Message". 
    I can see the new appset in RSA1, however not all dimensions and applications are copied from Apshell.
    I've seen SAP Note: 1420399, which says that this type of issue happens when the user does not have sufficient access. But we are facing same issue with admin user who has full access.
    Any pointers in resolving this issue would be highly appreciated.
    Thanks in advance.
    Regards,
    Meera

    Please verify you have followed the following steps from the installation guide.
    These steps are required for proper functioning of the Business Planning and Consolidation software:
    1. Set the /CPMB/ namespace to changeable:
    a) Go to transaction SE06 and choose System Change Option.
    b) Make sure that the BPC Addon is set to Restricted Modifiability.
    c) Set the /CPMB/ namespace to Modifiable.
    2. Set the /B28/ namespace to changeable:
    a) Go to transaction SE06 and choose System Change Option.
    b) Make sure that the BPC Addon is set to Restricted Modifiability.
    c) Set the /B28/ namespace to Modifiable.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP BusinessObjects
    Enterprise Performance Management
    Regional Implementation Group

  • [Application Insights] Fail to create new application using REST API

    Hi,
    I'm trying to create new application in Application Insights using the REST API.
    I followed the instructions on
    this page, but keep getting '404 Not Found', with the following error stream:
    "{"error":{"code":"InvalidResourceType","message":"The resource type could not be found in the namespace 'microsoft.insights' for api version '2014-04-01'."}}"
    The http method I'm using is: PUT
    The request URI is:
    "https://management.azure.com/subscriptions/some_real_subscription_id/resourceGroups/yonisha-new-rg/providers/microsoft.insights/component/yonisha-new-app?api-version=2014-04-01".
    Can you please advice what am I doing wrong?
    Few things:
    I tried both with existing/non-existing resource group.
    I set the Content-Length header to '0' (otherwise the server returns an error the the length is required).

    Try the API Version "2014-08-01" and also make sure you are sending a location of "Central US" (its the only location available right now).  An example of a PowerShell call that works is below.  I would also suggest checking
    out the new https://resources.azure.com/ which can help you construct the REST call.
    New-AzureResource -Name TestAppInsights -ResourceGroupName TestRG -ResourceType "Microsoft.Insights/Components" -Location "Central US" -ApiVersion "2014-08-01"

  • Error while creating new application in windows client

    Hai Experts,
    I am experiencing an error while creating a new application in HFM
    Error Reference number: {F6BA937D-6CBC-486C-800C-57DAB415C5EE}
    NUM:0X80040225;TYPE:1;DTIME:6/12/2012 10:52:48 AB;SVR; STATION31; FILE: CHSXSERVERIMP1: CPP; LINE:3537;VER:11.1.1.3.0.2413;
    Please reply me it's urgent.

    Hai,
    After doing snapshot my application was created and even in fdm also i found error while creating application(hint:cache not found) but now everything is fine don't know what exactly the error may be but now i am facing 404 error while doing Assign Access control in shared services console what may be the reason did anyone experienced this error if so please provide me the solution.
    Edited by: 940022 on Jun 15, 2012 3:50 AM
    Edited by: 940022 on Jun 15, 2012 3:51 AM

  • Creating new application problem

    I try to create a new application to switch streams. I call it "studia".
    I place the server-side code in a file named main.asc and create new folder "studia" in the rootinstall/applications folder.
    I copy main.asc file to this folder and start Adobe Flash Media Live Encoder 3 and try to broadcast to this URI (localhost/studia) with stream name "livestream1".
    My application do not start, in fms consol do not appear application name and Live Encoder say me "Falure to connect to primary server".
    I add the string "studia_DIR = C:\Program Files (x86)\Adobe\Flash Media Server 4.5\applications\studia" to the fms.ini file script and restart my computer.
    I repeat my attempt - the same answers and no effect from application "studia".
    I create folder "mixer" in the rootinstall/applications/studia folder, create folder "script" in this folder, replase main.asc file to it and start Adobe Flash Media Live Encoder 3 and "livestreams" application to broadcast to URI localhost/studia/mixer (or even to  localhost/studia) by two streams with stream names "livestream1" and "livestreams2" - broadcasts are suссesful, the application name "studia/mixer" (or even  studia/_definst_) appear in the fms console with client=2.
    But application "studia" do not work.
    Here is my main.asc script:
    application.myRemoteConn = new NetConnection();
    application.myRemoteConn.onStatus = function(info){
        trace("Connect " + info.code + "\n");
        // Reply to all clients
        for (var i = 0; i < application.clients.length; i++){
            application.clients[i].call("onServerStatus", null, info.code, info.description);
    // Use NetConnection object to remote server connect (the remote server works with other application wery good)
    application.myRemoteConn.connect(rtmp://RemoteServer/live/);
    // Server stream estimation
    application.myStream = Stream.get("livestream");
    if (application.myStream){
        // Switching sequence of liveStreams
        application.myStream.play("liveStream1", -1, 15);
        application.myStream.play("liveStream2", -1, 5, false);
        application.myStream.play("liveStream1", -1, 5, false);
        application.myStream.play("liveStream2", -1, 5, false);
        application.myStream.play("liveStream1", -1, 5, false);
        application.myStream.play("liveStream2", -1, 5, false);
        application.myStream.play("liveStream1", -1, 5, false);
    I have few questions:
    1. Why application "studia" do not start when I create folder "studia" in the rootinstall/applications folder, place main.asc in it and broadcast "livestream1" to this folder by Flash Media Live Encoder?
    2. Why application "studia" begin to work only when I create folder "mixer" in the rootinstall/applications/studia folder and place main.asc file to rootinstall/applications/studia/script folder?
    3. Why FMS do not execute main.asc script?
    What i do wrong?

    Is it means that my main.asc code:
    application.myRemoteConn = new NetConnection();
    application.myRemoteConn.onStatus = function(info){
        trace("Connect " + info.code + "\n");
        // Reply to all clients
        for (var i = 0; i < application.clients.length; i++){
            application.clients[i].call("onServerStatus", null, info.code, info.description);
    application.onConnect = function(clientObject){
    clientObject.callFromClient = function(){
    trace("The client just invoked callFromClient);
    // Use NetConnection object to remote server connect (the remote server works with other application wery good)
    application.myRemoteConn.connect("rtmp://RemoteServer/live");
    // Server stream estimation
    application.myStream = Stream.get("livestream");
    if (application.myStream){
        // Switching sequence of liveStreams
        application.myStream.play("liveStream1", -1, 15);
        application.myStream.play("liveStream2", -1, 5, false);
        application.myStream.play("liveStream1", -1, 5, false);
        application.myStream.play("liveStream2", -1, 5, false);
        application.myStream.play("liveStream1", -1, 5, false);
        application.myStream.play("liveStream2", -1, 5, false);
        application.myStream.play("liveStream1", -1, 5, false);
    must to be like this one?
    and where I must to place this fragment:
    // Create a remote method on the Client class prototype
    Client.prototype.callFromClient = function(){
    trace("The client with ID "+this.id+" just invoked callFromClient);
    in client side code?

  • Can't create new application

    Hi guys.
    We're having a problem with an application set this morning.
    A new application set was created last night and so far, 2 new applications have been added to it.
    This morning though, when we try to create another application (of ANY type), we get the following error:
    #2.0 #2011 11 01 08:12:04:152#+0:00#ERROR#AppSetClient##EPM-BPC-MS##278f95d9-89e9-4d5c-8064-3661e33c46e7###AdminApplicationMgr::SetSourceApplicationinformation#domainname
    user01########Plain##[LOG ID:598]System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
    Parameter name: index
       at System.Collections.ArrayList.get_Item(Int32 index)
       at OSoft.Consumers.Admin.AppSetClient50.AdminApplicationMgr.SetSourceApplicationinformation(ArrayList arrActionPane, Int32 nArrayListIndex, Int32 nArrIndex)#
    I have already checked that neither of the existing applications in the AppSet have the journal set to "1".
    We can successfully process the applications (with reassign SQL Index)
    I processed all dimensions, and the only errors related to the YEAR entity not existing, but this is not used in this AppSet so far.
    There are only 2 applications in this set and no data in either of them.
    This does NOT happen on any other application set on the server.
    The only thing that I can think of is that both of the original applications were deleted tis morning (RATE and PLANNING), which left no reporting type applications in there, since when, this error has arisen.
    Is it possible that in removing the last of the reporting type applications, we could have caused an issue with the indexing?
    Anyway, has anyone any ideas on how to resolve this, as it has put a stop to any development work until it is resolved.
    Thanks

    Never mind.
    Turns out that you cannot delete the pre-built applications in ApShell without either copying them or creating an alternate in their place first.
    We copied the ApShell AppSet again and it worked fine until we tested deleting the Reporting type application, after which we hit the same problem.

  • Error create new Application Set based on ApShell (BPC 5.1)

    On BPC 5.1, I'm trying to create a new Application Set based on Apshell, called "UFG".
    At the step where the OLAP database is created, I receive an error message stating the following.
    Error message:The ApShell Role role referenced by the CubePermission permission does not exist in the UFG database.
    Any help would be greatly appreciated.

    Hi Joost,
    yes it's a fresh 5.1 installation. I'm trying the steps you suggested, however I get the following errors:
    If I try to assign the installation user to the AdminTeam I receive the following error:
    Cast from string "SAP" to type 'integer' not valid.
    If I attempt to assign the installation user directly to the SysAdmin Task Profile and to the AdminMbrAccPrf Member Access Profile, the error message is:
    Error converting data type nvarchar to numeric.

  • Create new Application Component in R/3

    Hi All,
    Can I create a New Application Component in R/3 ?(To create a new datasource under my customized app component)
    If Yes...step-by-step Procedure?
    Thanks
    Jagadeesh

    Hi,
    Logically speaking, an application component represents a participant of an integration scenario. This contains the business tasks and concerns that this participant represents within the integration scenario.
    An application component can be installed on multiple business systems at runtime. However, modeling in the integration scenario takes place at type level.
    Note the following when modeling application components:
    If, at runtime, multiple participants are expected to satisfy the following conditions:
    The participants have the same business role
    The participants yield the same spectrum of tasks
    The participants use the same product
    In this case, the participants are represented by one logical participant and therefore just one application component.
    If different participants fulfill different tasks or they use different products or product versions for the same tasks, then they are represented by different application components.
    If different participants fulfill the same tasks and cannot be specified to their products, then an application component (of type Template) can be used in place of this participant.
    Regards,
    Marasa.

  • Create new Application on Designer 6.0 with Oracle 8.1.6

    ORA-01403.....i tried placing all the rights but to no avail. i keep getting the error ORA-01403, no data found. It seems that many are having the same problem so i hope that the headstart team can help us on this.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by BGCruz:
    ORA-01403.....i tried placing all the rights but to no avail. i keep getting the error ORA-01403, no data found. It seems that many are having the same problem so i hope that the headstart team can help us on this.<HR></BLOCKQUOTE>
    I4m not a member of the Headstart team, but I would like to help you.
    I have one suggestion for you.
    What you have to do is look for a script file called CKROROLE.SQL on your desginer home/directory and run it as the SYS user.
    Its purpose is creating a new role called DES2000_OWNER which gives to the repository owner permission to create a new application.
    After that you will be ready to enjoy the benefits and headaches of Designer.
    Good Luck!!!
    Manuel De Paz
    EL SALVADOR C.A.
    null

  • Impossible to upload Script and to create new application on UCCX 5.0.2

    Hi All,
    I'm trying to upload a new script on the UCCX server version 5.0.2 but I can not. When I click on the "Upload" button, I get a blank page where iit is written there is no connection. I can connect on the appadmin page. When I want to update or to create an application I have the following error:
    Error while handling the input request.
    com.cisco.app.ApplicationException: can not acquire ClusterMutex
    com.cisco.config.ConfigException: Get config record - error: catch cisco.config.ConfigException UnmarshalException
    javax.xml.bind.UnmarshalException: Content is not allowed in prolog. - with linked exception: [org.xml.sax.SAXParseException: Content is not allowed in prolog.]
    Can someone help me?
    Thanks in advance.

    Along these lines, you may want to restart the CRS Administration service through System > Control Center.
    There were a few bugs about page loading errors in various releases of 5.0. I took a glance at the bug toolkit and didn't see an exact match as you have described it though.

  • Unable to create New Application

    Hi All,
    I am new to FDQM, I have installed all the component and did the configuration as per admin guide. However when I try and create an application, i get a message saying that "Database User ID and password are required for login!". I have tried the following to see what is wrong
    1. telnet <machine> <port>
    2. log in using SQL
    3. And full admin rights for the user.
    Has anyone come across this problems before. Please do let me know
    Regards
    Clayton

    Hi Clayton,
    1. This error, I had seen . Are you on system 9?
    2. We had raised an SR with oracle and let me copy it directly from there
    cause :
    This error is returned when the information provided on the database configuration page is not correct or has become invalid.
    This error message can also be returned when the end user does not have the Oracle Provider for OLE DB installed on their machine.
    Solution :
    Ensure that the information specified on the database tab of the application is valid and correct. The easiest and quickest way to test the connection is to use a .UDL file. This method simulates a connection into the database via the appropriate provider to the database.
    Appropriate providers include:
    1. Oracle Provider for OLE DB
    2. Microsoft OLE DB Provider for SQL Server
    These providers must exist on the users system in order for FDM to be able to connect to the database successfully via the Workbench Client.
    Hope it works
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Error Creating New Application on Application Express 3.2

    Upgraded from 3.0 to 3.2...had some issues with logging back in but fixed those. Now when trying to create a new application from scratch I am getting the following error: ORA-04023: Object
    APEX_030200.WWV_FLOW_MODEL_API could not be validated or authorized I am on 11g Any assistance or direction would be appreciated. Thanks.
    Edited by: user5147597 on Aug 19, 2009 8:32 PM

    Try connecting as SYS and running
    exec validate_apex
    Scott

  • Trouble creating new application server connection

    Hi. I am trying to create a new application server connection in jdev 10.1.3.1.0. I am taking all of the default settings in the wizard, and I am specifiying user name, password and checking deploy password. When I click test connection on the last screen of the wizard I get:
    Error while getting remote MBeanServer for url: ormi://localhost:23791/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    Does anybody know how to correct this?
    Thank you.

    Hello Anil,
    The error that you are getting indicates that the user that you are using to install the dialog server does not have enough rights to connect to the SAPMNT share of the central instance. 
    Please do the following:
    1.) Make sure that you are using a domain admin ID or a local admin ID that is on both systems with the same password.
    2.) Verify that SAPMNT is shared on the central instance by using the "net share" command from a Windows command prompt.
    3.) Make sure that the domain admin or local admin group is added to the file level permissions and share level permissions of SAPMNT with full rights.
    Also the general install guides will also have instructions on how to install a dialog instance as well.
    Hope this helps you,
    Thomas Wagner

  • Create new application with same ID as a previous application

    10gR2, webtogo client. We are in a situation where due to what looks like some corruption issue/inability to publish correctly, we may need to drop our existing application and re-create. So the application will have a new applications.id. applications.dsn and applications.publication value. This will most certainly force all our offline users to do a re-install which we want to avoid. (correct? - I'm assuming the offline databases like a1121.odb are keyed to the 1121 applications.id)
    Wondering if there is any way to re-create a new application but with the old application ID. One way we think we could do this is that after dropping the application, reset the mobileadmin APPIDS sequence so that it will pick up the ID of the old app when we create the new one. And so have the same applications.id. applications.dsn and applications.publication value.
    However, wondering if we do this, we'd cause some other issue. Anyone have any ideas? (we have ticket open for the publication problem, but not much progress yet on that end.)

    You may create new mode with the same transaction.
    I'm not sure, that you may just "copy-paste" the content from one mode into another.
    To create new mode with the same transaction, you may use the following code:
    data: l_current_tcode like sy-tcode.
    move sy-tcode to l_current_tcode.
        CALL FUNCTION 'TH_CREATE_MODE'
          EXPORTING
            transaktion    = l_current_tcode
            del_on_eot     = 1
    *        PARAMETERS     = l_pars
            process_dark   = 'X'
          IMPORTING
    *        mode           = 
          EXCEPTIONS
            max_sessions   = 1
            internal_error = 2
            no_authority   = 3
            OTHERS         = 4.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    What transaction do you need to display?
    Message was edited by: Cyrill Smirnov

Maybe you are looking for

  • I have read up, and am still having problems with RSS Feed

    Greetings Everyone. I really need some help with my RSS feed before I go insane. I would like to think I know what I am doing, but obviously there is some little (or big!) step I am overlooking. Ok here is my site: www.drewernst.com it is hosted by a

  • ABAP-Mapping with CALL TRANSFORMATION

    Hi everybody, I got an ABAP mapping that uses CALL TRANSFORMATION: TRY.       CALL TRANSFORMATION (strxsltid)         SOURCE XML IDOCXML_DOCUMENT         RESULT XML result.     CATCH cx_xslt_abap_call_error INTO lr_oref.       text = lr_oref->get_tex

  • Nokia Lumia 720 Screen Problem

    Hi,  My 720 Lumia keeps blacking out randomly from hours on end before the screen is back up and runnign again. During this time though the phone is still on and I get texts and calls ook, but the screen is still not on. I tried the restart method to

  • Need Windows 7 Driver for 6920AB1 Monitor

    Hello, My computer was running great until I decided to install windows 7. Same graphics card NVIDIA GeForce 6100, same L192 Wide TFT monitor but now the picture is distorded and I can't find the default resolution setting of 1440x900 on the option b

  • I need to download an older version of firefox for mac

    I am trying to access my FAFSA and the website does not support any firefox except 3.6. I am currently using firefox 5. I found support for how to change it for windows, but not for mac. I don't have a "start button"'''bold text'''