Upload of Design Studio SDK extension to BI platform failed

Hi Design Studio (SDK) friends,
I created my own extension via Design Studio 1.3 SDK. It works fine in local mode. Than I uploaded it to our BI platform by using the menu entry "platform extensions" in Design Studio. Nice, it works, even on iPad.
Because of some changes we undeployed / removed this extension from the BI platform (vie Design Studio 1.3).
Now, after correcting the extension we would like to upload it again, but it is not possible. Following error message is shown:
"One or more extensions failed to install
Failed to access plugin JAR file of extension "myOwnExtension" (id: de.mycompany.myOwnExtension)"
Other extensions can still uploaded. System is going to undeploy them and reinstall them without any error.
The extension, which could not be uploaded, works fine in local mode. The correction changes were small, like changes in css-file and in the component.js-file.
Do you have any idea, why the system could not access to the plugin JAR file?
Many thanks for your helping and support.
Kind regards
Patrick
Following the complete Error-Log:
com.sap.ip.bi.zen.connectivity.ConnectivityException: Failed to access plugin JAR file of extension "myOwnExtension" (id: de.mycompany.myOwnExtension)
    at com.sap.ip.bi.zen.backends.bip.BiPlatformSystem.deployExtensions(BiPlatformSystem.java:1999)
    at com.sap.ip.bi.zen.ui.internal.dialogs.sdk.PlatformExtensionsDialog.installExtensions(PlatformExtensionsDialog.java:278)
    at com.sap.ip.bi.zen.ui.internal.dialogs.sdk.PlatformExtensionsDialog$5.run(PlatformExtensionsDialog.java:196)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at com.sap.ip.bi.zen.ui.internal.dialogs.sdk.PlatformExtensionsDialog.runInstallExtensionsAndShowWarning(PlatformExtensionsDialog.java:192)
    at com.sap.ip.bi.zen.ui.internal.dialogs.sdk.PlatformExtensionsDialog.installButtonClicked(PlatformExtensionsDialog.java:151)
    at com.sap.ip.bi.zen.ui.internal.dialogs.sdk.PlatformExtensionsDialog$2.installClicked(PlatformExtensionsDialog.java:98)
    at com.sap.ip.bi.zen.ui.internal.dialogs.sdk.SDKExtensionsTable$2.widgetSelected(SDKExtensionsTable.java:126)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
    at org.eclipse.jface.window.Window.open(Window.java:802)
    at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:112)
    at com.sap.ip.bi.zen.ui.internal.util.SdkHelper.showDeployExtensionsDialog(SdkHelper.java:75)
    at com.sap.ip.bi.zen.ui.backendspecific.BackendSpecificUiHandlerAdapter$2.widgetSelected(BackendSpecificUiHandlerAdapter.java:122)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at com.sap.ip.bi.zen.ui.internal.application.ZenApplication.start(ZenApplication.java:36)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1450)

Hello together,
I could solve this issue by myself.
I found following discussion:
Issue with Design Studio SDK 1.2 Component development
Because design studio uninstalled my own extension not correctly the *.jar file was missing in the folder:
C:\Users\<myUser>\Analysis-config\plugins
and could not found, while uploading the extension to BIP.
Steps for solving:
1. uninstalling the extension
2. deleting all files in the folder (see above)
3. reinstalling the extension
4. uploading the extension to BIP (it work again)
Kind regards and thanks to all, who thought about my problem.
Patrick

Similar Messages

  • 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

  • Unable to find com.businessobjects.mds.olap.protocol.ess_japi while exporting Design Studio SDK

    Hello,
    I am trying to export / package Design Studio SDK, i am able to test / run it successfilly in eclipse but, getting error "Unable to find: Installable Unit [ id=com.businessobjects.mds.olap.protocol.ess_japi version=14.0.0.201504131108 ]" while packaging design studio SDK. when i am exporting the project it is failing at 78% and getting the above error. PFA screen shoot for the same.
    Detailed Error:
    C:\Users\Saurav\workspace\SDK_Packaging\package.SDK_Packaging.group.group.group.xml:88: The following error occurred while executing this line:
    C:\Users\Saurav\workspace\SDK_Packaging\package.SDK_Packaging.group.group.group.xml:2369: Unable to find: Installable Unit [ id=com.businessobjects.mds.olap.protocol.ess_japi version=14.0.0.201504131108 ]
      at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
      at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
      at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
      at org.apache.tools.ant.Task.perform(Task.java:348)
      at org.apache.tools.ant.Target.execute(Target.java:392)
      at org.apache.tools.ant.Target.performTasks(Target.java:413)
      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
      at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
      at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
      at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
      at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:672)
      at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:498)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.eclipse.ant.core.AntRunner.run(AntRunner.java:378)
      at org.eclipse.pde.internal.core.exports.FeatureExportOperation.runScript(FeatureExportOperation.java:422)
      at org.eclipse.pde.internal.core.exports.FeatureExportOperation.doExport(FeatureExportOperation.java:285)
      at org.eclipse.pde.internal.core.exports.FeatureExportOperation.doExport(FeatureExportOperation.java:223)
      at org.eclipse.pde.internal.core.exports.FeatureExportOperation.run(FeatureExportOperation.java:107)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
    Caused by: C:\Users\Saurav\workspace\SDK_Packaging\package.SDK_Packaging.group.group.group.xml:2369: Unable to find: Installable Unit [ id=com.businessobjects.mds.olap.protocol.ess_japi version=14.0.0.201504131108 ]
      at org.eclipse.equinox.p2.internal.repository.tools.tasks.AbstractRepositoryTask.prepareIUs(AbstractRepositoryTask.java:186)
      at org.eclipse.equinox.p2.internal.repository.tools.tasks.MirrorTask.execute(MirrorTask.java:60)
      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
      at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
      at org.apache.tools.ant.Task.perform(Task.java:348)
      at org.apache.tools.ant.Target.execute(Target.java:392)
      at org.apache.tools.ant.Target.performTasks(Target.java:413)
      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
      at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
      at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
      ... 26 more
    Thanks

    Hello All,
    Thanks for giving time for this thread. I have solved this issue. Actually when we create Feature Project by default all Pugins and Fregemets will be added to featured project(i guess in some eclipse version since SAP has not mentained any Note for this), we need to delete unnecessary plugins from the featured project. Just select all and right click and delete. Then again add SAP Sample SDK.
    Even thought it will packaged properly and will create zip file and you will be able import it to the Design Studio  but you cann't select and install it to the Plateform from Design Studio, make sure for this you have Unchecked Ckeckbox: Unpack the plug-in archive after the installation.
    I think this will help.
    Thanks

  • Unable to install design studio add-on onto BI Platform

    I try to install design studio add-on onto bı platform 4.0 sp9 and version of design studio is 1.2. because i can not use design studio client tool without installing add- on for deploy application server.here.By the way, login credentials are correct,  you can find errors details in the attachment.
    anybody help me about this issue?, thanks in advance,

    Hi Tammy,
    First of all, thanks for quick respond
    second image is no matter i will choose third ones.However, the next step, i try to get pass cmc login within the first image but i could not, i can login cmc with these login credentials which i used add-on process side, i do not think that this issue is related to login credentials,
    another way that i can deploy analisys application server within CMC ?

  • SAP Design Studio SDK Editing

    Hi,
    I am an SAP BIBO consultant. One month before I started using Design Studio 1.2.
    Is there any document that will help in BIAL coding???.
    Can anyone please show me from the scratch how I can edit the existing standard components in the Design Studio through SDK. I have tried up the addition of Custom components(Colored Box, Google Maps) in Design Studio. That worked fine. But my issue in modifying or editing existing components. How I can import those standard components to Eclipse and how to start editing???
    Also one more thing, please show me from where I can download the UI Development Kit (SAP UI5) for Design Studio 1.2. and how to install the same.
    I am using,
    Eclipse Helios
    JDK 1.6
    Please help me in this........
    Regards,
    Arun Krishnan.G

    Hi Arun,
    In answer to your questions:
    1.  You can learn about BIAL scripting through the following resources:
    Design Studio Application Designer Guide
    Design Studio Tutorials
    Getting Started with SAP BusinessObjects Design Studio
    Design Studio e-book
    2.  It is not possible to modify the functionality of the standard Design Studio components via the SDK.  You can however modify the appearance of standard components by applying CSS as shown in this tutorial video.
    3.  You do not need to download the UI5 Development Kit to incorporate UI5 controls into SDK components.  To access a UI5 control you need to develop the component using Handler Type "sapui5".  The approach is described in Section 6 SDK Extensions Using SAPUI5 Controls of the Developer Guide.  You can also download the SDK Templates and Samples which include UI5 examples.
    Regards,
    Mustafa.

  • Design Studio - Display a dummy image when searched photo does not exist

    hello,
    I would like to display an employee photo, which should be searched on the server folder with URL.
    Each photo name in my folder is : "employeeId.png".
    But some employees do not have a photo, and in this case I try to display a dummy photo, which I have in the same folder with employee id 00000000.
    My variables are :
    - URLlink variable is global variable type URL, which gives a path to my folder with employees photos
    - empnb variable is filled with employee id through getSelectedMember on cross table
    - filename variable to search a photo on the server
    - filename0 variable for those employees for which photo does not existe
    I tried to test the existence of an employee photo with getHeigh() method or getImage() method, to check if a photo filename set in Image1 is a real
    one. Cause if a photo does not exist, the Design studio put by default a small black cube inside Image.
    Unfortunatelly these tests are not working .
    My script:
    var filename =  URLlink + empnb + ".png";    // existing employee photo
    var filename0 = URLlink + "00000000" + ".png";  // dummy profile photo
    IMAGE_1.setImage(filename); //Try to put a photo found on the server 
    var height = IMAGE_1.getHeight(); 
    if (height == -1)
    { IMAGE_1.setImage(filename0);   }
    else   {IMAGE_1.setImage(filename);}
    Does anyone have other idea how to test if a photo exist or not in my folder.
    Many thanks!
    Bea

    I do not think it is possible today (at least not via checking of the image size). Such function would require
    * code extension in image component -> boolean IMAGE.exists()
    or
    * could be made by custom image implementation via design studio SDK. This custom image would send a request via Ajax and check response status. in case not existing some dummy images would be placed.
    for both options there are no plans as of today.
    the only option I see today is to generate in the folder "dummy" images for all employes who do not have any real image.

  • Gmap plugins in Design studio

    Hello All,
    Would like to know whether it is possible  to use Gmap plugins in Design studio ?
    Have any one used Gmap in design studio?
    regards,
    Shweta

    In help.sap.com you can find documentation and samples for Design Studio SDK:
    http://help.sap.com/businessobject/product_guides/AAD13/en/DS_13_SDK_SAMPLES.zip
    Some components (a sample with GMAPs included)
    http://help.sap.com/businessobject/product_guides/AAD13/en/ds13_dev_guide_en.pdf
    Docs explaining how to setup your development environment, and how to load and modify the extensions.

  • Design Studio 1.3: include image, change textbox background colour, Data labels allingment

    Dear Community,
    I've been trying to rebuild one of my Analayis Office Workbooks within Design Studio.
    Attempting this, I've come across some questions I hope to find answers to, with your help:
    1. How can I include images, in a local application? I've inserted the "image" component, but I can't asign an Image file to this.
    2. How can I change the background colour of a textbox-component?
    3. I have a chart in my Dashboard. The bars I want to be labled. But defining, that data labels should be placed outside the bars, there is a mixed result. Some bars show the labels outside, some others display the lable somewhere within the bar.
    Who can help with those questions? Thanks a lot.
    Kind regards
    Sarah

    1. How can I include images, in a local application? I've inserted the "image" component, but I can't asign an Image file to this.
    When working in Local Mode, go to Application -> Open Repository Folder -> and open the folder that your BI Application is named.  Place your image file there.  Go back to your Design Studio Image component and set the src to the name of that image file.  It should show up.  This gets a little more involved when working on the BI Platform or NetWeaver Platform, as you'll want to publish the Image to a public folder on the CMS somewhere (for BI Platform), or the MIME Repository (for NetWeaver Platform).  But the concept is similar in that you have to know where to place the files once you are at that point.  Also as an approach that should work without any need to publish the image to the platform (as it's a little tedious), please read this document:
    How to embed images inside of a Design Studio App without uploading to server.
    Or, if you do not want to go through the base-64 encoding, consider the addon I blogged about here:
    Design Studio 1.2 SDK - An Image Component free of MIME Repository worries
    The deployable version can be downloaded from this blog:
    Design Studio 1.2/1.3 SDK - Design Studio Utility Pack
    2. How can I change the background colour of a textbox-component?
    You will have to write a CSS rule like this:
    .testbox {
        background : #009966;
    Then assign 'testbox' as the CSS Class to the text input box.
    3. I have a chart in my Dashboard. The bars I want to be labled. But defining, that data labels should be placed outside the bars, there is a mixed result. Some bars show the labels outside, some others display the lable somewhere within the bar.
    Not sure how much control the delivered chart components would give you here.  Maybe one of the third party addons listed in this post could help?
    List of Design Studio SDK Components

  • SDK Extension Incompatibility

    Hello all,
    I have been working lately with Design Studio SDK and have managed to create a couple of customised components.
    (Thanks Michael Howlesfor your great examples)
    With the latest component have developed, I am getting a very weird behaviour.
    The component consists of a Date Picker (Calendar object) that allows you to set "Selectable Dates" so the user can only select valid dates (e.g. dates with relevant data associated to it)
    I based my component on an existing calendar found online (glDatePicker) and I just integrated it to Design Studio.
    Despite the normal minor development hurdles and issues, I managed to develop a component that did what I wanted.
    However, when I implemented it in Design Studio (Version 1.2 SP1), it works fine excepting when I combine it with a Design Studio chart.
    Here are a couple of screenshots of the component working fine:
    In Design Studio:
    This is the component in action
    However, when I try to add a chart to the application, it doesn't work:
    This is the error I get
    The text of the error is:
    Error message: Object doesn't support property or method 'substring' Line Number: 118742 Pos: 13 Function: function addSlash(path) { var tmpArr
    I have searched for this error online and haven't found any valuable help.
    The fact that the issue only appears when I combine a chart and my Date Picker in the same application is what puzzles me the most.
    I have attached to this discussion:
    - The component files as copied from my workspace (com.sample.datepicker.zip), and
    - The deployable feature (DatePicker.zip)
    Any help or pointers will be greatly appreciated.
    Regards
    Carlos

    Thanks Michael for your suggestion.
    It makes a lot of sense, given the behaviour I am getting.
    Unfortunately, I still have a couple of questions, regarding how to solve this issue:
    - How can I make the glDatePicker prototype functions not affect the Chart Libraries? Will renaming them do the trick? is there any other way to make sure the stay within the scope of the glDatePicker element?
    - Should I look for another calendar component online?
    (excuse my ignorance, I am not a very experienced javascript developer)
    I will try modifying the component along the lines above in any case, but I would appreciate some confirmation that I am on the right track.
    Thanks again!

  • Login Issues to SAP HANA from Design Studio

    Hello All ,
    I am pretty newbie here so the question might seem a bit elementary .We are trying to connect to our SAP HANA environment from Design studio .When we are pinging the XSEngine URL it is responding properly .But when we are  trying to connect from Design Studio the following error occurs .
    Here is the landscape we have designed so far :
    HANA Server is installed .
    BOXI 4.1 SP 5 server is installed .
    HANA and BO servers are communicating through SSL .
    Design Studio Add-on is installed on BO server .
    When we tried to explore the path using HANA explorer we found the path mentioned in the error screen does not exist .
    What we need to do to overcome this error ?
    Regards,
    Sourav Roy

    Hi Sourav,
    As mentioned by Karol, you have to deploy the DS-HANA Addon on your HANA System.
    How to Document : Getting Started on SAP Design Studio 1.3 powered by BW on HANA – Part 2
    Overview and Permissions : Design Studio 1.3 on HANA Platform
    Thanks,
    Poovin.

  • SDK on the BO platform - installation, updates, security

    Hi everybody,
    i´ve some pretty important questions regarding SDK Extensions and their installation on a BO platform. I´m really interested in your thoughts and opinions and hope for your answers.
    1) Could SDK components force a BOE server crash?
    Currently, i would say 'no'. From my point of view the sdk component runs completely on the client and only the properties are managed by the server. So as i understand, it´s not possible at all to force a server crash by the component due to the whole sdk-architecture. The only thing a bad designed component could do is to crash the client. Am i right or is there anything i haven´t considered?
    And what do you think of sdk regarding security?
    2) Installing SDK Extensions on the BI platform without restarting the server?
    Is it possible to install a sdk component on the BO platform without doing a server restart? Restarting the server for every deployment might be a real problem in big environments with thousands of users and a guaranteed uptime.
    3) SDK extensions and BOE platform updates
    What do you think about SDKs in reference to regular BO platform updates? Is there any risk in using sdk components? I´ve heard of concerns, that platform updates might lead to non-working components (e.g. due to interface changes etc.) and a high risk of maintenance efforts. How do you see this point/risks?
    I look forward to reading your answers and points of view. Thanks so far!
    King regards,
    Sebastian

    Hi Sebastian,
    my experience is
    1) Can components crash the server?
    with faulty javaScript this will not happen, a however faulty ztl can do this, as it causes Java classes to be generated. Maybe it just crashes the session though, not the whole service. With a faulty xml descriptor I am not sure, maybe the xml validator makes that part safe.
    2) Server restart necessary?
    You only need to restart the APS Service in the CMC for Design Studio, no other parts of the server.
    3) BO platform update
    I expect the SDK to maintain a high degree of forward compatibility. The API design is very well thought out and generic. Therefore this risk is very small in my opinion.
    Best Regards
    Jörg

  • Unable to open sdk extension google map in design studio 1.3

    Hi,
    i registered all sdk components into design studio client tool after i try to use google map and drag into my application however nothing happened just keep loading for a long time, even i used google api key within jsiclude: http://maps.googleapis.com/maps/api/js?key=mygoogleapikey&amp;sensor=false
    but nothing happened, anybody who solve this issue?
    Thanks in advance...

    Hi Emre,
    i've experienced the same problem.
    First make sure that you've included the api key in both jsiclude parts. The first is for the map without data and the second for maps with data. Save the contribution.xml and run the application (google maps sdk) which will open design studio. Then drag the map into your application and save it. Close both Eclipse and DS and reopen your application again. It should now work..... Maybe there is a better way to do, but it worked for me.
    Regards
    Hannes

  • SDK extensions not available anymore after Design Studio re-installation

    Hi all
    I've faced some issues with my local installation and was wondering if it was due to the fact that my local installation was 1.2.1 while the platform was 1.2. So I've decided to uninstall 1.2.1 and install 1.2 again locally.
    Once done, I don't see extensions anymore in the designer (Design Studio Utility Pack for instance) and if I try to install it again it says it's already installed...
    Where can I go to delete these extensions completely and re-install them properly?
    Thanks in advance
    Best Regards

    If all else fails, delete your 'Analysis Config' folder is the short answer.
    You can also clean up old/invalid repo archives in debug mode but that's a longer answer.

  • Install extension to Design studio

    Hi
    I would like to know the install extension to design studio link under the design studio- Tools, when I select its popping up with choose installation source
    Location:HTTP://
    What is this Location? What we have to give here and why?
    Please help me out.
    Regards,
    Ramesh

    Hi Ramesh,
    add the below link to install sdk.
    http://www.mikehowles.com/designstudioutilitypack1.3
    Kind Regards
    MAD

  • Background-image of a Design Studio 1.3 extension is not displayed when the control is  dragged on the canvas

    Hello,
    I have a Design Studio Extension with a background image which behave well in Design Studio 1.2.
    In Design Studio 1.3 when I drag the control into the canvas the image does not show-up. If I execute the application the image appear in the browser even is not in the canvas.Once I save and reopen the application the image is displayed on the canvas as expected.
    I built an extension based on  the 'Timer' sample which comes with the DS_13_SDK_Samples ( it has a background image) and it behaves the same way - when you drag the control on the canvas, the image is not displayed.
    Any help to solve this issue is much appreciated.
    Thank you.

    It does start to work once I save and reopen or even when I run.
    I tried the inline style but the behavior is much stranger. It does work if I have a full address url to an image, but if my image is part of the control's folder structure it fails completely - it cannot map the right address to the image. The only configuration that appears to work better is the one with the original problem.
    Thank you.

Maybe you are looking for

  • How to view a PDF file

    Hey, i was wondering if anyone knew how to view a PDF file in Java? I'm trying to make a button that will open a PDF file. Is there any other way without downloading an extension?

  • HT5517 Multiple AirPlay Speakers From Apple TV

    Is there no way to keep the speakers connected to the Apple TV playing AND send the audio to another set of AirPlay-enabled speakers? When I choose another AirPlay speaker, the audio from the Apple TV stops. If sending audio via AirPlay from Apple TV

  • Image preview extension

    Which dw extension creates the effect commonly seen on sites nowadays as follows: Clicking on an image to enlarge it causes the visibility of a semi transparent layer and in the center of the layer is an enlarged image. sometimes there are several th

  • HTTP Request in post

    Hi all,     I want to implement an interface between SAP and a bank.     The bank provide a HTTP server, when I sent a HTTP request in post method with an XML body to the server, it will answer a response with an XML body to me.     I search lots of

  • Where are the binary files after installing Studio 11?

    I installed Sun Studio 11 but could not find the binary files under SUNWspro/prod/bin. Currently we are using Workshop 6 Update 2 that has the binary files in the directory of SUNWspro/WS6U2/bin Examples of the binary files are CC, cc, dbx, etc.