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

» View demos
» Downloads

Uudised

Viimane: Tue, 17 May 2011 13:21:59
Teema: Nutimap Eesti kaardi asemele
Veel uudiseid »

Vendor Name invalid error

6 replies [Last post]
bestfrieend
User offline. Last seen 1 year 44 weeks 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 11 hours 17 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 1 year 44 weeks ago. Offline
Joined: 03/25/2010

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

Wasif Tanveer

yatibawri
User offline. Last seen 1 year 31 weeks 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 11 hours 17 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 1 year 23 weeks 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 11 hours 17 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