Page 1 of 1

Server Module Error

Posted: Wed Sep 21, 2016 3:36 pm
by soa
I've just created a server module in V14SP1 and am getting the following error.

VWSTDNT_SttudentsOnlineAppServerModule is not supported on the Web
Component class VWT0001V1 is restricted and cannot be used in in Component VWT0001A

Component VWT0001A is a reusable part of a panel displayed in my web app.

Re: Server Module Error

Posted: Wed Sep 21, 2016 3:51 pm
by Stewart Marshall
Server modules are ONLY supported on the web. Also, that particular message is usually an indication that you're trying to use a Reusable Part that has Target Platform of something other "Web Browser".

Are you sure the Define_Com is using the right names/identifiers?

Re: Server Module Error

Posted: Wed Sep 21, 2016 4:06 pm
by soa
My mistake I'm missed the server routine name off the end of the Define_com.
Sorry.