[Migrated content. Thread originally posted on 08 July 2010]
I build a component in .NET v2 to translate output to PDF format.My ACUCOBOL application produces a printfile, than invokes my .NET to reformat the printfile to PDF. It runs fine on a local workstation.
However, many of my customers use ACUCONNECT. I was expecting that my .NET component would execute on the ACUCONNECT server. However, it seems that ACUCONNECT client attempts to start the .NET component on the client side, not the server side. This fails (as the .NET component is not on the client, nor is the printfile on the client).
Does anybody know how I can tell ACUCONNECT or ACURUNTIME to instantiate the .NET component on the ACUCONNECT server, not the ACUCONNECT client ?
Thanks,
- Peter -



