We have an application build in PB2017 and converting to PowerServer Web, If I wanted to use the ldap function (appeonldaplogon) from the appeon workaround pbl's do I need to configure the AEM server security for LDAP?
Additional info... here is the error I get when I try to use it.
I have also tried using Chris P. STD library, works fine in PB client server but I get a connection error in appeon web
ll_rc = lole_ad.ConnectToNewObject ( ls_server ) //"MSScriptControl.ScriptControl"
I get a -3 (not able to connect)..
Thanks for any ones help.
IF anyone has a different solution on how to connect to LDAP/AD from Powerserver Web let me know.
Dave v.
Zhao Kai is correct, the OLE aspects of PB are only supported in the WEB mode of PowerServer. I like to suggest to any PS developers that they do NOT use the "both" option in the PS App Profiles. I would recommend that you create two PS profiles: one for Web Deployment and one for Mobile Deployment. When you set the project type to "both", the PS Toolkit compiler takes the lower featured support route. In your case, the OLE feature is not supported in the Mobile environment - thus, the jScipt code is not generated fully for that feature.
HTH
Regards ... Chris