Error Tibco business studio: "There is no Component in the Application Module" - tibco

After migrating BW project (5.x) on Tibco business studio, when I tried to run the process, I got the error: There is no Component in the Application Module
Then, I checked and found that:
TIBCO-THOR-FRWK-600026: Failed to start BW Application
[demo.application:1.0]. Reason: TIBCO-BW-FRWK-600043: Invalid Module
[demo:1.0.0.qualifier]. There is no Component in the Application
Module. Contact TIBCO Support.
Please see my images:
Project after migrating
Project tibco designer (before migrating)
Do you know how to fix this error ?

Your process must be in the "Processes" folder. Then add the component from Module Descriptors/Components tab.
The process must be a process with a starter not a sub process.

Related

How to correctly install umbraco 7.10 or 8 getting stuck on db configuration

I am trying to install and configure Umbraco 8.
The NuGet installs umbracoCms well then I run the app to configure the database (custom DB).
And it crashes displaying:
Error during installation
See the log for full details (logs can typically be found in the App_Data\Logs folder)
The log doesn't tell e much:
{"#t":"2019-04-24T04:04:00.1230739Z","#mt":"An error occurred in InstallStatus trying to check upgrades","#l":"Error","#x":"System.NullReferenceException: Object reference not set to an instance of an object.\r\n at Umbraco.Web.Install.InstallHelper.GetDbProviderString(ISqlContext sqlContext)\r\n at Umbraco.Web.Install.InstallHelper.InstallStatus(Boolean isCompleted, String errorMsg)","SourceContext":"Umbraco.Web.Install.InstallHelper","ProcessId":1180,"ProcessName":"iisexpress","ThreadId":13,"AppDomainId":3,"AppDomainAppId":"LMW3SVC2ROOT","MachineName":"Machine1","Log4NetLevel":"ERROR","HttpRequestNumber":4,"HttpRequestId":"{requestguid}"}
The DB connestring is correct, the database tables are getting created although from the error message I am not able to figure out it's a problem with DB or the app.
The same things happened with Umbraco 7.10.
I am running the project on .NET 4.7.2, in VS 15.9.11 and MSSQL 2016

Cannot create Virtual Data Model classes using Cloud SDK

I am trying to create VDMs using EDMX from SFSF, using this blog
I create a SCP Business Application template and then from in the srv module I try to add new data model from external source - in this case API Business Hub.
I try to use SuccessFactors Employee Central - Personal Information.
https://api.sap.com/api/ECPersonalInformation/overview
The process starts and fails with the message: "OData models with multiple schemas are not supported" and then "Could not generate Virtual Data Model classes."
The external folder is generated as expected with the XML in the EDMX folder but the csn folder is empty.
As I understand it this should work with any api from the business hub? Am I doing something wrong or am I missing something?
Thanks.
Update:
There seems to be an issue with the conversion from EDMX into CSN used by the Web IDE (which is not part of the SAP Cloud SDK).
The Java VDM generated by the OData Generator from the SAP Cloud SDK (used as a component by the Web IDE) should work without any problem.
This looks like an unexpected behavior. We will investigate this further.
In the meantime, as a workaround, you can use our maven plugin or CLI to create the data model for you. This is described in detail in this blog post.
The tl;dr version (for the CLI) is:
Determine which version of the SAP Cloud SDK you are using (search for sdk-bom in your parent pom.xml). I assume this to be version 2.16.0 for this example.
Download the CLI library from maven central: https://search.maven.org/artifact/com.sap.cloud.s4hana.datamodel/odata-generator-cli/2.16.0/jar
Download the metadata file (edmx) from the API Business Hub (as linked in your question)
Run the CLI with e.g. the following command:
java -jar odata-generator-cli-2.16.0.jar -i <input-directory> -o <output-directory> -b <base-path>
The <base-path> in there is the prefix (service independent) to be used in between your host configuration and the actual service name.
Add the generated code manually to your project.
I will updates this answer with the results of the investigation.

An error occurred during deployment plan generation. Deployment cannot continue

I had been publishing a Lightswitch app to an Azure website and a linked SQL database. Publishing quit working with the following error in Lightsswitch.
Error 1 An exception occurred when deploying the database for the application.
An error occurred during deployment plan generation. Deployment cannot continue. C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\LightSwitch\v4.5\Publish\v2.4\Microsoft.LightSwitch.Publish.targets 1565 10
I recreated the application and setup a new and website and link SQL database on an Azure account and continue to get the same error.
After being able to publish a different app to a different Azure Subscription from the same computer I started from scratch in VS and Azure (again) and was able to publish. I conclude that something was wrong with the project.

Simultaneous db4o file access

How can I simultaneously access my .db4o database from the Visual Studio's Object Manager Enterprise (OME) db4o plugin and from my application?
I'm starting out with db4o, integrating it with an ASP.NET MVC application. I have a two-layer repository access pattern set up using StructureMap for IoC and I keep getting DatabaseFileLockedException erros in VS when debugging while using OME.
When you want to access a db4o database file from multiple applications at the same time, you need the client-server-mode. So, either your application or a special "db-server only" application has to open the file as server, then both your application and the OME should be able to connect to this server.
The documentation has an example for this.
I never used OME, so I have no idea how to configure it there.

MS CRM Custom Workflow to access Project Server web service

I am trying to create a custom workflow in ms crm 4 so that when a task is completed it will take some of the attributes of the task and add an entry in project server on a timesheet. I am able to access the project server web services (PSI) and create a time sheet entry from a c# console app and I can do other custom workflows in crm not related to project server. When using the Project Server web services (PSI) I have to reference and include 3 office project dll's but I am unsure how to get those registered in CRM when i do the custom workflow plugin registration. Any thoughts would be helpful.
Thanks
In my experience, you're either going to have to deploy those DLL's to the Server\bin directory or merge them with your DLL using something like ILMerge and register it all as one big chunk.

Resources