User bio
404 bio not found
Member since May 17, 2023
Posts:
Replies:
but It gives me same value 10 in almost all cases wether it is DATE or Integer type. How Can I get actual datatype of that value.
I am getting this error while compiling few files.
ERROR #5373: Class 'EnsLib.HL7.Message', used by 'TEST.Fw.CUnitTestBase:GetHL7FromString:ReturnType', does not exist
> ERROR #5030: An error occurred while compiling class 'TEST.Fw.CUnitTestBase'
ERROR #5373: Class 'EnsLib.HL7.Message', used by 'TEST.Fw.CUnitTestBase:GetHL7FromXData:ReturnType', does not exist
> ERROR #5030: An error occurred while compiling class 'TEST.Fw.CUnitTestBase'
Certifications & Credly badges:
Gautam has no Certifications & Credly badges yet.
Global Masters badges:
Gautam has no Global Masters badges yet.
Followers:
Gautam has no followers yet.
Following:
Gautam has not followed anybody yet.
@Dheeraj Gupta As of now JSON is converting to string while compilation and crosses the max length of string. So, that is why this error is occurring.