54
Views
3
Comments
[LDAP] System.Byte[] returned as value!
Question
ldap-png
Web icon
Forge asset by IT team OutSystems

I'm using the "Search_SpecificProperties" action. All data is fetched correctly, except for 1 is the value System.Byte[], but it shoud be a string like "45678912". Any idea's? Thx

UserImage.jpg
José Ángel Paredes Sánchez

Lander De Wulf wrote:

I'm using the "Search_SpecificProperties" action. All data is fetched correctly, except for 1 is the value System.Byte[], but it shoud be a string like "45678912". Any idea's? Thx

Did you get any solution?, I have the same problem :(


2019-03-08 13-21-38
Lander De Wulf

José Ángel Paredes Sánchez wrote:

Lander De Wulf wrote:

I'm using the "Search_SpecificProperties" action. All data is fetched correctly, except for 1 is the value System.Byte[], but it shoud be a string like "45678912". Any idea's? Thx

Did you get any solution?, I have the same problem :(


Hi,

Yes, the data I fetched was an 'integer' instead of 'text' type. So the data type didn't match and gave back System.Byte[]. I hope this can help you!


Grtz

UserImage.jpg
José Ángel Paredes Sánchez

Lander De Wulf wrote:

José Ángel Paredes Sánchez wrote:

Lander De Wulf wrote:

I'm using the "Search_SpecificProperties" action. All data is fetched correctly, except for 1 is the value System.Byte[], but it shoud be a string like "45678912". Any idea's? Thx

Did you get any solution?, I have the same problem :(


Hi,

Yes, the data I fetched was an 'integer' instead of 'text' type. So the data type didn't match and gave back System.Byte[]. I hope this can help you!


Grtz Hi,I retrive data from LDAP, and I get data like the image , I expect to retry in correct way



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