Running ABLUnit with startup params is throwing an error

Posted by Johan Vergeer on 13-Oct-2017 04:58

I have a program that I want to test with ABLUnit, and watch the output in ProSOAPView.

In this post i found how to run the application, but when I enter the startup parameters an error is thrown. 

I have tried the startup parameters in the following fashions:

  • prowin32 –proxyhost localhost –proxyport 4444
  • –proxyhost localhost –proxyport 4444
  • proxyhost localhost proxyport 4444

When I run this test, I get the following error. 

I thought this might have something to do with the Propath, but I wouldn't know where to find the class or PL for this. 

I really hope someone can help me out here. 

Posted by Johan Vergeer on 17-Oct-2017 04:53

Hi Stefan,  that was the first part of the answer.

The second part was that the parameters had to be put in "Additional Startup Parameters"  at the bottom of the Startup configurations tab instead of "Session Startup Parameter".

All Replies

Posted by Stefan Drissen on 13-Oct-2017 05:35

Check your hyphens - if I copy / paste your startup parameters and ASC( "-" ) you are using an extended hyphen which resolves to question mark (63) and not a normal '-' (45)

Posted by Johan Vergeer on 17-Oct-2017 04:53

Hi Stefan,  that was the first part of the answer.

The second part was that the parameters had to be put in "Additional Startup Parameters"  at the bottom of the Startup configurations tab instead of "Session Startup Parameter".

This thread is closed