CRM and CX Blogs by SAP
Stay up-to-date on the latest developments and product news about intelligent customer experience and CRM technologies through blog posts from SAP experts.
cancel
Showing results for 
Search instead for 
Did you mean: 
sharad_dixit3
Product and Topic Expert
Product and Topic Expert
713

Problem Description:

During iflow deployment in HCI tenant from eclipse if you are receiving following error :

[6/5/15 5:49 PM] ERROR: 'Bundle Name' name must begin with a letter and use characters (aA-zZ, 0-9, $ _ ) without any space

[6/5/15 5:49 PM] Result contains errors or warnings in the project

Solution :

Please refer following steps to resolve above issue :

  1. Go to corresponding iflow in eclipse and expand META-INF folder
  2. Open MANIFEST.MF file
  3. Copy value of ID field in Name field
  4. Save and deploy

Reason of above error :

If you import already deployed iflow content from "Runtime Archive" option into eclipse workspace. By default "Name" field has value equal to WebUI description of iflow which is usually includes white spaces. However, a name field only accept input characters (aA-zZ, 0-9, $ _ ) without any space. Hence you get above error if you try to deploy content without modifying it.

PS: You get above error only when you import any deployed iflow in eclipse which is earlier deployed via webUI.

Regards

sharad