89
Views
1
Comments
[LDAP Connector] Compilation Error
ldap-connector
Service icon
Forge asset by Tiago Resende
Application Type
Service

Hi,

When trying to publish a simple application that references to SearchEntryList action from LDAP Connector, I get a message:

Internal Error

Compilation Error.
referencesProxy\eSpace_LDAPConnector_proxy.cs(46,1): error CS1502: The best overloaded method match for 'ssLDAPConnector.Actions.ActionSearchEntryList(OutSystems.HubEdition.RuntimePlatform.HeContext, string, string, int, ssLDAPConnector.RLTextRecordList, out ssLDAPConnector.RCReturnRecord, out ssLDAPConnector.RLEntryExtension1RecordList)' has some invalid arguments
ssLDAPConnector.Actions.ActionSearchEntryList ( heContext,inParamSearchBase, inParamFilter, inParamLimit, _proxyinParamAttributesToReturn, out _proxyoutParamReturn, out _proxyoutParamEntries);
referencesProxy\eSpace_LDAPConnector_proxy.cs(46,172): error CS1503: Argument 7: cannot convert from 'out ssLDAPConnector.RLEntryExtensionRecordList' to 'out ssLDAPConnector.RLEntryExtension1RecordList'
ssLDAPConnector.Actions.ActionSearchEntryList ( heContext,inParamSearchBase, inParamFilter, inParamLimit, _proxyinParamAttributesToReturn, out _proxyoutParamReturn, out _proxyoutParamEntries);

State: Build References Proxy

Any hint, what to do with this issue?

Regards

Tomasz

2022-07-25 08-42-14
Tiago Resende

Hi Tomasz!

I've tried now referencing SearchEntryList in one existing module and in a new module and could publish with no errors...

Are you trying to publish in your personal environment or an enterprise one?

Does this happen in one specific module or in any module you try to reference LDAPConnector?

Can you share your module with me?


Regards,

Tiago Resende

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.