failed to build MDA

0
Buildfile: C:\…...Mendix\Mindsphereprj-main\deployment\build_core.xml compile:     [javac] Compiling 32 source files to C:\…...Mendix\Mindsphereprj-main\deployment\run\bin     [javac] C:\Users\Patrick\Documents\Mendix\Mindsphere casestudy 2021-main\javasource\mindspheresinglesignon\actions\MindSphereScheduledAccessTokenConnector.java:35: error: cannot find symbol     [javac]         TokenForScheduledEvents accessToken = Microflows.dS_GetAccessTokenForScheduledEvents(context(), TenantParameter1);     [javac]                                                                                                         ^     [javac]   symbol:   variable TenantParameter1     [javac]   location: class MindSphereScheduledAccessTokenConnector     [javac] 1 error BUILD FAILED C:\…...Mendix\Mindsphereprj-main\deployment\build_core.xml:29: Compile failed; see the compiler error output for details. Total time: 3 seconds   how to solve it?
asked
1 answers
0

Seems to be an error in the java class MindSphereScheduledAccessTokenConnector.java

Open the project in eclipse to see more details on the error in this class. See https://docs.mendix.com/refguide/using-eclipse

answered