Uml-Designer Plugin-Installation doesn't work on eclipse - uml-designer

The uml designer plugin installation doesnt work.
Eclipse "cannot perform operation", after i choose the uml designer items to install. The installtion results in a error, cannot find the requestet items from the link. the link is the update site link from the homepage.
Its like the download link would be broken...any suggestions?
Details of the error:
Cannot complete the install because one or more required items could not be found.
Software being installed: UML Designer with Product Specific Branding 8.0.0.201709181143 (org.obeonetwork.dsl.uml2.runtime.product.feature.feature.group 8.0.0.201709181143)
Missing requirement: UML Designer with Product Specific Branding 8.0.0.201709181143 (org.obeonetwork.dsl.uml2.runtime.product.feature.feature.group 8.0.0.201709181143) requires 'org.eclipse.sirius.runtime.acceleo.feature.group 0.0.0' but it could not be found

Install Sirius from Eclipse marketplace. As the UML desginer is based on the Sirius. This resolved issue.
UmlDesigner plugins depends on another eclipse plugin called "Sirius".

Related

How to enable Adaptive search in back-office - hybris

How to enable adaptive search in back-office.
Which all extensions need to be added.
Please explain the steps.
Hybris version used is 2011.
Please follow below link to know how to enable adaptive search via recipe or via adding required extensions.
https://help.sap.com/viewer/9d346683b0084da2938be8a285c0c27a/2005/en-US/cadb26143c6340f6a79a9bbec60f0e3b.html
You can either install it through Recipes, or manual
Recipes
Adaptive search is part of the following recipes
b2b_acc
b2b_acc_plus
b2c_acc
b2c_acc_plus
b2c_b2b_acc
If you are on a more recent version of SAP Commerce, you need to use the cx recipe
Manual
Alternatively, you can manually add the adaptive search extensions in your localextensions.xml
For adaptive search, the following can be added to your localextensions.xml
adaptivesearch
adaptivesearchbackoffice
adaptivesearchfacades
adaptivesearchsamplesaddon
adaptivesearchsolr
adaptivesearchwebservices
It depends on your needs if you require all of them.
(If you haven't already included the solr search addons, don't forget those as well)
more info on de SAP website https://help.sap.com/viewer/9d346683b0084da2938be8a285c0c27a/2105/en-US/cadb26143c6340f6a79a9bbec60f0e3b.html

Validation error when publishing customization containing Smartsheet SDK reference

I have an Acumatica customization that uses a third-party (Smartsheet) API reference. This works fine in a development environment - even re-publishing the customization project - but when it's packaged up and deployed on another instance, I get the following error:
Not sure if anyone would have any suggestions on what might possibly cause this error, but I just thought I'd check...
Thanks
The answer is that you have to include all dependent dlls for the third party API in the Acumatica Customization project's 'Files' section, even though they're compiled as references in the Acumatica customization project's Visual Studio project.
Thanks to Brian Stevens (above) for his answer and making me realize this...

Unable to find 'Maintenance Manager' in action library in Datacap Studio

I would like to use Datacap Maintenance Manager to delete batches after successful completion of batches. To determine if Datacap Maintenance Manager is a good fit for the application that my team is building, I started following IBM Datacap guide to build Maintenance Manager application. One of the steps in the Maintenance Manager application guide is to expand 'Maintenance Manager' in Action library and add few Actions to functions defined in Rulesets.However, I am unable to find 'Maintenance Manger' in Action library. A quick search on the internet opened up a list of Action Libraries that comes with Datacap studio and 'Maintenance Manager' Action Library is one of them. Tried with different versions of Datacap and could not find 'Maintenance Manager' in Action Library. Am I missing something here? Any help is appreciated. Thank you!
Please follow the below link:
https://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcane100.htm
You can find it under the
NENU actions lib in latest versions.
Since 9.0.1 i guess.

WIX Burn custom install page

I'd like to insert a "page" between the Burn's main page, and the installation process.
Is it possible to do without modifying the WixStandardBootstrapperApplication.cpp?
If not, how should I link the WixStandardBootstrapperApplication.cpp to my burn project in VS2012?
Thanks!
As per my understanding it is not possible to insert additional page without modifying WixStandardBootstrapperApplication (available in WiX sources). You need to add reference to the customized WixStandardBootstrapperApplication dll in your Visual Studio project and add the namespace reference xmlns:bal="http://schemas.microsoft.com/wix/BalExtension" in WiX Burn project.
you may refer http://neilsleightholm.blogspot.co.uk/ for example.
Or you may write custom .net UI as per your requirement or if only a theme change is required, you can customize the Theme.

Sharepoint 2010 - feature not appearing in UI

Does anyone here know what could cause a new feature to not show up in the SharePoint UI?
The solution it is part of has been correctly deployed to the GAC and shows up in the central administration list of deployed farm solutions, the feature appears in the FEATURES folder of the 14 hive, yet the feature itself does not appear in the features list for the site collection, either in the UI or in PowerShell using Get-SPFeature.
Yes, the feature is correctly scoped, and no, it is not hidden. :)
Any thoughts or pointers would be very welcome!
Answer supplied on sharepoint.stackexchange.com, with thanks to Simon Doy. https://sharepoint.stackexchange.com/questions/73871/sharepoint-2010-feature-not-appearing-in-ui
Somehow, something had gone wrong with the installation of the feature, and neither the UI nor commands like Get-SPFeature revealed its existence, although the Install-SPFeature -ScanForFeatures command emboldened below displayed the missing feature.
"Check that the feature has been installed. For example, if you are
performing Update-SPSolution and a new feature has been added between
solution deployments then the feature is not installed by default.
To check do the following:-
Run SharePoint 2010 Management Shell from one of the SharePoint
servers Type Install-SPFeature -ScanForFeatures This will show you any
features that are available in the SharePoint Root but have not been
installed. You can install any missing features using the command :-
Install-SPFeature -AllExistingFeatures
See the following TechNet
Article for more information.
http://technet.microsoft.com/en-us/library/ff607825(v=office.14).aspx"
Look in central admin to see what site collection the feature is deployed to. Make sure in that site collection the feature is turned on.
Also, check the deploy job status to see if it actually finished.
Is there a on install event receiver? If it errors out, the feature will not finish installing even after the DLL is copied.

Resources