warnings about invalid lookup value

HI,

I have two solutions, one is Smartclient and that solution has ofcourse lookup values, no problem here.
Now I have a second solution, based on webclient, totally seperate, but based on the same tables.

In Servoy 5.2.2 ALL lookup values of the smart client solution, show up as a warning in that webclient solution!

is that a bug?[attachment=0]Schermafbeelding 2010-10-21 om 16.10.32.png[/attachment]

Harjo:
HI,

I have two solutions, one is Smartclient and that solution has ofcourse lookup values, no problem here.
Now I have a second solution, based on webclient, totally seperate, but based on the same tables.

In Servoy 5.2.2 ALL lookup values of the smart client solution, show up as a warning in that webclient solution!

is that a bug?[attachment=0]Schermafbeelding 2010-10-21 om 16.10.32.png[/attachment]

I guess you have some globals from first solution as lookup values ? Then it’s normal to get a warning, those globals won’t be recognized in second solution (unless they exist there also). So what value is it complaining about ?

it compains about relations, that are not there.

I dont use all relations in the webclient, that I have in the smartclient![attachment=0]Schermafbeelding 2010-10-21 om 17.15.28.png[/attachment]

and are those relations really in the solution?

No, that’s the whole point, those relations, are in the smartclient solution

But the lookup values complains about this relation in a total other solution (webclient) that is based on the same tables.

and that is correct, lookup values are stored in the column data and column data is stored in the resource project.
So if you share the resource project you also have to share the module that supplies those relations
If you dont want to have those lookup values then you need a different resource project for that other solution.

oke, I dont have those relations in a seperate module, but in the main solution of the smartclient solution.
but it is clear to me now, thanks!

Hi,
we had this problem months ago…
I guest that the same appication server will host both solutions, so if you are going to create another resource project for the web client solution think that in the appclication server there is only one resource project for all the solutions (if you override the default values with the 2nd solution probably you break the 1st, else this warnings still remain in the server).

yes if you run solutions on that server that dont have those relations then the develop warns you that the lookup values for this solution are not working for that server (server == resource project)

hmmmmm yes, your are right! we host both solutions on the same server.
I thougth also, that lookupvalues where solution based, just like calculations, etc… but it seems they don’t…