Map API

Nutiteq Maps Lib SDK enables developing advanced mobile mapping applications.
Platforms: Android, RIM BlackBerry, Java ME (J2ME)
Download maps API SDK »
Untitled Document

Products

Latest news

Last at Mon, 6 Sep 2010 12:27:06
Topic: Let your feedback ideas flow
See more news »

Nutiteq on Twitter

12 weeks 2 days ago Nutiteq is proud sponsor of StateOfTheMap 2010 #sotm10

Vendor Name invalid error

6 replies [Last post]
bestfrieend
User offline. Last seen 23 weeks 2 days ago. Offline
Joined: 03/25/2010

when ever i generate application key and try to run the application it gives me an error "Vendor name invalid" how can i resolve this message....

i am creating project in netbeans, which vendor name and application name in the netbeans is to be provided when the app key is generated.

thanks

Wasif Tanveer

jaak
User offline. Last seen 8 hours 3 min ago. Offline
Joined: 06/19/2008

Sometimes users have vendor and app name in wrong order in MapComponent constructor, so server gets wrong values. Please send your vendor and app name to send to support@nutiteq.com, so we could check this out.

/JaakL

bestfrieend
User offline. Last seen 23 weeks 2 days ago. Offline
Joined: 03/25/2010

ok i will send it to you... thanks for replying.

Wasif Tanveer

yatibawri
User offline. Last seen 10 weeks 1 day ago. Offline
Joined: 06/30/2010

i generated my application key and now trying to run the application it gives me an error "Vendor name invalid" What is the problem with it??

jaak
User offline. Last seen 8 hours 3 min ago. Offline
Joined: 06/19/2008

You must make sure that you have same Vendor and Application name values in two places:
- license request form
- Map object (MapComponent) constructor. If you use midlet reference (like "this") there, then the values are read from .jad file properties

/JaakL

alvynasg
User offline. Last seen 2 weeks 4 days ago. Offline
Joined: 11/06/2009

Sir jaak I have the same problem in neatbeans. When ever I run the program I get the message "Vendor name invalid", I also try to switch the key and the vendor name but it gives an "Invalid key. check your key....". Sir in this application when I generate the key I type the vendor name the same to the Application name. How can I resolve this problem?

jaak
User offline. Last seen 8 hours 3 min ago. Offline
Joined: 06/19/2008

From logs it seems that you have given string "Vendor" as vendor name. It is defined either in your code, or in the midlet descriptor (.jad file or project properties).

/JaakL