cancel
Showing results for 
Search instead for 
Did you mean: 

Error: "Can not start Application"

Former Member
0 Kudos

Hi Guys,

I am new to MI.Just started with 1st example in NWDS help.These are the steps i have done.

1). Imported the MDK_configExampleJSP.war file into NWDS.

2). In Webconsole --> Upload a mobile component with MDK_configExampleJSP.war file.

3). In Administration tab added an entry.

4).After that the status i see is 'Deployment with Next Synchronization '.

5). Logged into Mobile client and done synchronization.

6).Now the status in WebConsole is 'Deployment Successfully Completed '.

7).I restarted the Mobile Client and logged when i try to execute the application it is displaying the following error.

"Error: Cannot start application

Application 'MDK_configExampleJSP' is not registered; upload application to SAP Web Console".

regards,

Gowtham K.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi guys,

It got solved.I have given the same name to my mobile component as the value of variable MIx_APPLICATION_NAME.

But i could not able to delete the privious Mobilecomponent entries.How to delete the mobile component? When i click on trash button and ok.Its not giving any error message, but the component not getting deleted.

regards,

Gowtham K.

Former Member
0 Kudos

Hello Gowtham,

are the older versions assigned to a user?

You have to deinstall it from the devices(via webconsole) first.Then you can delete the application.

Regards

Frank

Former Member
0 Kudos

hello gowtham,

take note that the following equation must be satisfied

when deploying your application.

<b>MCD name == getApplicationName() == WAR file name</b>

and that the MCD name should NOT have a space char in it.

e.g. an MCD name "<b>MAM 25</b>" will cause problem.

use underscore if you need to separate words.

regards

jo

Former Member
0 Kudos

Thanks guys , Now its working....

regards,

Gowtham K.