Troubleshooting
Problem
When a C# .Net Console application calling a Natural subprogram (in mainframe) via a mainframe Natural RPC server. The error "10146974 CALLTEST 9999 NAT6974 Conversion error on Server, reason 3" was returned.
A snippet of the C# Console application program:
*****
static void Main(string[] args)
{
Calltest.Teammbr[] t1 = new Calltest.Teammbr[2];
Broker broker = new Broker("10.20.74.91:20310");
Service service = new Service(broker, "RPC/SRV1/CALLNAT", "MYTLI");
Mytli e = new Mytli(service);
for (int i =0; i < t1.Length; i++)
{
t1[i] = new Calltest.Teammbr();
}
.
.
.
.
.
******
Document Location
Worldwide
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
20 March 2025
UID
ibm17217065