Hello,
in our Datamodel are fields with NUMC of langth 9 and 10. I have assigned Edm.Int32 and Edm.Int16. In both cases I get an error while generating runtime artefacts. If I generate the artifacts anyway my requests to the service dumps with error message:
der folgende Syntaxfehler aufgetreten: Das Datenbankfeld oder der Ergebnistyp der Aggregatfunktion GUFID und die Komponente "ID" von "ET_ENTITYSET" sind nicht kompatibel. |
Request clarification before answering.
consider NUMC as a string. It is not an Integer type.
Couldn't you change the data type in your structure to Int, then try putting the Edm.Int16 ?
or Give char instead of NUMC (which I used to do for such cases ) - Numc always come with zeros,.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.