Hi all,
We have an application in Solaris which we are currently migrating to Linux.
We are using ASE 15.0.2 in Solaris and now in Linux we installed ASE-16.0.
When I am trying to make a DB call using srv_bind i am getting the below error.
"CS-Library error 2/1/1/6 - cs_will_convert: cslib user api layer: external error: An illegal value of 63 was given for parameter desttype."
The call is,
srv_bind(srvproc, CS_GET, SRV_RPCDATA,<<VAL>>, <<DATA>>, <<PARAMETER VALUE>>, <<PARAMTER LENGTH>>, <<VAL>>)
Can some one help me resolve this issue..