StartUp Plug Missing

Hello Experts
  I am getting StartUp Plug Missing Error.
  actually i add two window in one component and after deleting first one i am getting this error.
Please Help Me.

Hi Sunny,
The interface view of the component and its attached window should have a inbound plug of type startup.
The Web Dynpro application uses this plug to launch the window via interface view.
If this error comes it means
1) The application is not pointing to a component without startup plug mentioned.
OR
2) The interface view and window doesn't have a plug of type startup.
For 2) -> Open the controller of interface view and check that there is a plug of type startup. If not create one by name Startup and type startup.
Check the same in window controller. Create a plug of same name "Startup" and type startup.
Go to the application controller and check that in target interface view and plug you have have mentioned this interface view and this "Startup plug".
For 1) Go to the application controller and check that in target interface view and plug you have have mentioned is of type startup (Check Interface to find which plug is of type startup). Check that you have plug of type startup in interface view and window and of same name.
Hope it helps.
Best Regards,
Ashwani Kr Sharma

Similar Messages

  • Error : startup plug missing

    Hi,
    I have a dc where i delete the old application , create a new one at its place.I set the properties of application as : authentication property to true.
    The application builds and deploys fine...Since it is on track, creates an activity.But when i try to check in , i get error in activation view, while i check the CBS log, i find....'startup plug is missing'.
    Any clues on this ??

    Hey Vishal,
    Thanks a lot for your suggestion but I just created a new application, didnt touch any windows.But still getting the following error in CBS Build Log :
    [wdgen] [Error]   com.sap.darpan.appli.Tryappli --> Application Tryappli: Startup plug is missing
    Any clues on this ??

  • Startup plug is missing - Wht this means

    When i was building dc i was getting startup plug missing error.Can i know about this

    Hi Sankar,
    You will get that error when there is no startup plug in the Interface View. To resolve that error
    1. Open your Interface View(which will be under your   component->COmponent Interface->InterfaceViews)
    2. Go to plugs->Inbound Plugs->Click on New->Now give the name as "Default" and select the type as startup->click on Finish.
    3. Save All Metadata of your DC.
    4.Reload you DC.
    this resolves tour problem.
    Thanks n Regards,
    Jhansi Miryala

  • Startup plug is missing

    I developed a Webdynpro App. based on the Adaptive RFC method.  My original application had a single window with several views.  I had to delete my window and re-create it.  I then added my views back to the new window.  When I rebuild the project I get this error: "[APPNAME]:Startup plug is missing."
    I have tried repairing and rebuilding, nothing works.
    Any ideas?

    Hi Kelly.
    In the webdynpro explorer under the following path:
    [your proyect] > [your principal component(*)] > Component Interface > Interface Views
    Check that under Plugs tab of the interface view called [your window name]InterfaceView into Inbound Plugs area be the Default plug with the Startup property checked. If not exists this plug create it with the name Default and the startup property checked.
    I hope that this helps u.
    Best Regards.
    Gregory

  • Startup Plug Error

    Hi All,
        I have 2 sample applications say Exportex1 and Exportex2.
    When I deploy exportex1from one machine and check for output,  it is working fine as expected.  When I deploy exportex2  from another machine,  it is also working fine.
    But Exportex1 is giving startup plug error when I log in into portals after the deployment of exportex2 application. 
    I find that Exportex2 is somehow overrides the Exportex1 application which means i can view only one application at a time in the portal.
    Error:
    RunTime Exception or StartUp Plug not found exception.
    What could be the reason for this?
    The application Name - Exportex1  ,  Exportex2
    Project Name - Exportex1   ,  Exportex2
    component Controller - Exportex ,   Exportex
    Pls suggest.
    Regards,
    subashini.

    Hi Ayyapparaj,
    They are pointing to their corresponding interface views.  But the component controller name is same for all the applications say Exportex1 and Exportex2.  Will it make any problem?
    Ex:
    Application Name:  Exportex1,   Exportex2
    Component controller Name  :  Exportex,  Exportex
    Regards,
    Subashini.

  • Call an Startup-Plug from another WDA

    Hello.
    How can I call a Startup-Plug from another WDApplication with a table-Parameters.
    I get the URL from the Method cl_wd_utilities=>constuct_wd_url.
    thanks for helping
    Edited by: Marcus Ventur on Dec 2, 2008 11:33 AM

    Hi,
    Try to start your secondary application with a URL Parameter,
    then fire any plug you want by checking the parameter,
    hope it helps,
    regards

  • Startup Script missing after uninstalling old Photoshop, Illustrator and InDesign CC - although I kept Photoshop, Illustrator and InDesign CC 2014!! Any help would be highly appreciated! Thank you in advance :)

    Startup Script missing after uninstalling old Photoshop, Illustrator and InDesign CC - although I kept Photoshop, Illustrator and InDesign CC 2014!! Any help would be highly appreciated! Thank you in advance

    I'm in the same boat.
    Anyone who know how we can fix this?

  • Selection of startup plug dynamically

    Dear Gurus
      I am facing a little confusion in understanding the plugs of a window. Please help me in understanding the concepts and correct the following statements
    > Startup plugs are the plugs which the application can access
    > Standard plugs are available accross components if they are made of interface type
      Now my doubt is
    > what is the necessity or why does the framework gives an option of creating more startup plugs if default plug of the window is first executed(assuming default is the plug which is first executed)
    > how can i access other startup plug dynamically from the application instead of selecting the plug name?
    > What is the actually happening when i make the a view as default? has it anything to with windows plug?
    Is there any demo program which will help me understand this in a better way..
    Please tell me if i can dynamically call the startup plug instead of selecting the startup plug and window name from the application properties.
    Regards
    Imran.
    Edited by: Imran Pasha on Nov 30, 2010 10:43 PM

    >
    Imran Pasha wrote:
    >   Now my doubt is
    > > what is the necessity or why does the framework gives an option of creating more startup plugs if default plug of the window is first executed(assuming default is the plug which is first executed)
    Hi,
    <-- Removed by moderator - cut and paste from SAP Help -->
    Your assumption about default plug is not correct. Default plug is there as default, you do not have to define any other start up plug explicitly.  You can define more startup plugs if you want to have different behavior. Wehn you create a application you can specify the component, window and startup plug. Most of the time Default plug is good enough. Some cases you have many application using one window with different start up plugs.
    >
    > > how can i access other startup plug dynamically from the application instead of selecting the plug name?
    <
    see the dynamic programming. There are few examples mentioned here.
    [Dynamic programming|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/4c/60154219fce12ce10000000a1550b0/content.htm]
    >
    What is the actually happening when i make the a view as default
    <
    when you make a view default in the window means  that whenever the window is being called for first time this view will be the first what you see. Normally navigating via a plug into a view would trigger a event and for every inbound plug there is a event handler. When you make a view as Default inside the window then the view is not called using an inbound plug. You can create a view and embed into a window with out even creating any inbound plugs.
    >
    what is the difference between startup and standard plugs with in the scope of single component.
    <
    It is explained here.
    [Window plugs|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/455c6980f81962e10000000a114a6b/content.htm]
    To call or close a Web Dynpro application using an interface plug, the relevant inbound plug must be declared as a startup plug, and the relevant outbound plug as an exit plug. You need interface inbound and outbound plugs of type Standard for component usages - that is, precisely when an outer component is being connected to an inner component
    >
    Is there any demo program which will help me understand this in a better way..
    <
    Search for WDA componets starting with WDR* in your system. I would suggest you to understand the basics of Webdynpro and its architecture before you attempt to Jump into examples and tryout.
    Good luck.
    Edited by: Neil Gardiner on Dec 1, 2010 9:27 AM
    Edited by: Neil Gardiner on Dec 1, 2010 9:28 AM

  • No startup plug while creating appplication

    Hi,
    while trying to create application from existing component at the last step there is no fields in the start up plug drop down. Can any one tell why is this.
    Regards,
    H.V.Swathi

    Hi
    1. In the interface controller check whether you have the default startup plug. This should be an inbound plug. If it is there then in the Startup plug dropdown you will get that plug, otherwise it will not be displayed.Check whether that inbound plug type in the interface view is startup or not
    2. Check whether this start up plug symbol/entry is there in window or not ,if there then it will work .
    3. It seems that the default startup has been deleted from the corresponding interface view sometime earlier.
    Open the concerned interface view (under Web Dynpro Components -> <Component> -> Component Interface -> Interface Views -> <Component>InterfaceView (double click or choose context menu 'Edit') where <Component> is the component which you have chosen while creation of application.
    Now, create an inbound plug named 'Default' of type Startup. Save using the Global Metadata button.
    Thanks
    Susmita

  • Can't do anything from startup plug.

    I have one WebDynPro project with 2 Applications defined.  Both applications call the same interface view, but with a different startup plug.  At this point I don't know what to do.  I need to set a variable that is available to the initial view.  I cannot find anyway to get the context of the view.

    Hi,
    You can set parameters in the application and retrieve it in you view.
    -Ashutosh

  • Photoshop CS6 Startup Script Missing from Bridge CC

    Hi. After downloading a Photoshop CS6 update, Camera Raw unlinked from Bridge CS6. I have a full CC subscription so I downloaded Bridge CC and that solved the problem. Now Photoshop does not appear in the 'tools' menu. It is missing from the Startup Script list in preferences as well. Where can I find or download the photoshop script?
    On a mac, using Mavericks.
    Thank you!

    Bump. Any solutions yet?
    restart Bridge holding down option (Mac) or ctrl (Win) key ad from the menu choose reset references. Try again. BTW, the start up scripts from the needed applications for Bridge Tool menu are in Bridge preferences / Start up scripts, they should show and have a checkmark in front of them.

  • Startup Plug-ins & Scripts

    Is there a way to automatically invoke a plug-in that I wrote with the SDK? There was no Startup Scripts folder under my CS3 installation for Mac OS X, and the script events get wiped out every time I start the program. Is there another way?
    Thanks
    -- Paul

    [email protected] wrote:
    > There was no Startup Scripts folder under my CS3 installation for Mac OS X
    >
    The startup scripts folder on the Mac is "/Library/Application
    Support/Adobe/Startup Scripts CS3". If it's not there, create it and you should
    be set.
    -X

  • OS 10.9.4 Startup animation missing

    Hello,
    in order to spare some HD space in /private/var/folders I did a safe startup. After that procedure the animation right before the login screen during the startup procedure is missing. I know the issue is more cosmetic than serious but the bug gets on my nerves everytime I turn on the machine.
    I did:
    PRAM reset
    SMC reset
    sudo kextcache -system-prelinked-kernel
    sudo kextcache -system-caches
    and restored the old contents of /System/Library/Extensions/IOGraphicsFamily.kext/ from TimeMachine-bkp before I did the safe start
    Apple tech support doesn't know...
    Can anybody help me?
    Tati
    MacBook Air 13'' (2014)
    1,4 GHz Intel Core i5
    4 GB 1600 MHz DDR3
    Intel HD Graphics 5000

    solved it myself.
    the issue is probably due to the deletion of cached items during the safe boot procedure. it was caused by the switch of the default screen resolution to my altered lower screen resolution (because the screen is so small) during startup. obviously safe boot deleted the cached altered resolution setting.
    if you just change back to normal screen resolution (in system prefs), then restart and once again set to your desired lower resolution, the login animation comes back.
    'gards, tati 

  • Illustrator CS4 - Startup Profiles missing?

    Just installed Creative Suite Design Premium CS4 and every time I startup Illustrator I get this error message:
    "Can't locate the Startup Profiles. Please try after installing Illustrator again. Illustrator will now attempt to create a default document."
    It then creates a blank document in Letter format which is a bit annoying because I live in Europe where we are used to work with A4 format. The Tools palette is also missing, even though I'm able to get the Tools via the Window menu, Illustrator forgets to show it every time I start it. There are also no default Workspaces to choose from and I can't save my own either.
    I have tried to reinstall CS4 three times but it doesn't help at all.
    Anyone got any ideas?

    I HAD THE SAME PROBLEM, TRY THIS LINK BELOW
    http://www.claudiamccue.com/2008/12/setting-illustrator-defaults/

  • Startup Animations Missing

    A few weeks ago I noticed that I no longer get the startup animations on my 27" 2009 iMac.
    When I start up I am suppose to get the grey screen with the Apple Logo and spinning wheel, which should transition to a white screen with the Apple logo, then the Apple logo should slide up as the user avatar, password box and linen background fade in for the password screen.
    What I get now is the grey screen with the Apple logo and spinning wheel, which abruptly jumps the the fully materialized linen password screen.  All the pretty animations in between have vanished. 
    I have tried zapping the PRAM and resetting the SMC, turning off/on password screen, reinstalling Lion overtop, installing Lion on a separate partition, disk repair, and nothing gets my startup animations back.  My MBP still gets all the fancy animations. 
    Is anyone else seeing this or have any great ideas?

    Hello Elzlaik,
    Thank you for letting the Apple Community know about this good news. I was anticipating that Apple would resolve the issue with Mountain Lion.  They did work close with me on the issue for several weeks and although some of the engineers were trying to say that the animation was "missing" simply because my MacBook Air 13" was loading the screen too fast for my eyes to see it, I was very insulted, but later I spoke to another support rep who assured me that the missing animation problem at startup would be resolved. I plan to upgrade to Mountain Lion.
    Best regards,
    David

Maybe you are looking for

  • Some emails don't appear in the folder list, I can only find them by using Search Messages

    As of yesterday, new emails from one regular correspondent do not appear in the list of messages when I click on Inbox. The only way I can access them is to use "Edit/Find/Search Messages". They are still in Inbox, they haven't been moved to another

  • Ipod error message not enough access privileges

    Hi, When I try to sync my ipod classic to my itunes library (which I had done before on my previous computer without any issues) an error message comes up saying "attempting to copy to the disk Jayney's IP failed. You do not have enough access privil

  • How can i copy the screen of a website to a file every 15 seconds

    pe this site: http://www.beleggen.nl/aex?gclid=CIPKy_S8nL4CFWvkwgod9VMA4w append this quote and time to file every 15 seconds Thanks Peter maljers

  • Roadrunner + WRT310N

    Hi I've been using my WRT310N for a while now, and it's been great but it's not working with my internet right now. I just got roadrunner cable internet literally 10 min. ago and my router isn't working with it for some reason. I'm directly connected

  • [Solved] netcfg Network Unavailable.

    Hi, When trying to connect to a wireless network with netcfg it always fails with 'Network Unavailable'. Everything used to work with network-manager under Gnome.  Lsmod says the iwl3945 module is loaded and iwconfig says; wlan0 IEEE 802.11g ESSID:"@