Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
217 views
in Technique[技术] by (71.8m points)

genexus - Why don't I have objects of type SmartDevices?

I just installed genexus and I want to create an SD object, but in the window to create a new object no object of type SD appears, I added a 'Panel' object but after that it appears:

warning: the SD application cannot be started because there are no SD core objects present in the knowledge base.

And an IIS error.

HTTP Error 500.19 - Internal Server Error Unable to Access Requested Page

I appreciate your help.

question from:https://stackoverflow.com/questions/65647464/why-dont-i-have-objects-of-type-smartdevices

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It seems that you are using NET or NETCore core for the “backed” layer. I mean: Mobile applications have a “frontend” layer (e.g. Java application running on an Android phone) and a “backend” layer. This “backend” layer provides REST services which access Database and return to the “frontend” layer the data. (This document explains more about "Native Mobile applications" architecture: https://wiki.genexus.com/commwiki/servlet/wiki?14981,Online+Mobile+applications+architecture)

These REST services require the “URL Rewrite” IIS module installed. It seems it is not installed properly. You can check a guide for this module installation at https://wiki.genexus.com/commwiki/servlet/wiki?14958,How%20to%20install%20URL%20Rewrite. Perhaps it’s installed but there is a configuration problem, so this troubleshooting guide could be useful tool. I hope this information helps you.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...