Lead attributes in a chained-attribute expression (a:b:c) must be type HANDLE or a user-defined type and valid (not UNKNOWN). (10068)

Simphiwe

New Member
Using progress 11.7 I am exporting data as json to the client using WebClient and expect a response back statusCode 200
Variable "vcPostUrl" contains my EndPointURL and have confirmed it is correct. Variable cServiceData is a LONGCHAR variable containing my json data and I have confirm the format is correct.

For the first record I get a successful response but for the second record I get : Lead attributes in a chained-attribute expression (a:b:c) must be type HANDLE or a user-defined type and valid (not UNKNOWN). (10068)
vcWebresponse = oWebClient:UploadString(vcPostUrl,cServiceData).

What could be the reason for the error on the second records as all the variables being passed on contains correct data ?
 

Cringer

ProgressTalk.com Moderator
Staff member
Please can you post a more complete code sample as a starting point.
 
Top