OpenEdge 12.2 32-bit 4GL development license and client networking license are installed.
The 32-bit AppBuilder was reintroduced in OpenEdge version 12.2.5:
https://www.progress.com/blogs/progress-openedge-appbuilder-simplifies-app-programmingIn OpenEdge
12.2.5 32-bit the AppBuilder menu entries to the Data Administration tool and the Data Dictionary tool were
not greyed out.
In the 32-bit version of OpenEdge
12.2.6 and higher the AppBuilder menu entries to the Data Administration tool and the Data Dictionary tool
are greyed out.
Executing '
prowin32 -p _admin.p' to call the GUI version of the Data Administration tool gives the error:
Data Administration is not supported in the 32-bit Windows GUI clientExecuting '
prowin32 -p _dict.p' to call the GUI version of the Data Dictionary tool gives the similar error:
Data Dictionary is not supported in the 32-bit Windows GUI clientUsing 32-bit OpenEdge 12.2 it is still possible to open the non GUI version of the Data Administration and the Data Dictionary in text mode using the pro or mpro commands like:
pro -p _admin.p
pro -p _dict.p