As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I was trying to run the TestDrive Java example application on my home machine. I had populated the app_key and app_secret from my main account page into the HelloWorld.java and I had also added the logging.properties file to the project to get the HTTP debug messages on the Console. It appeared that the ping and login methods worked, but the SaveBlocking() didn't!
Then I realized I needed to use the Master Secret to use SaveBlocking(), NOT App Secret. The Java TestDrive GitHub page wrongly specifies you need App Secret. Please correct this so countless people do not lose hair. The problem may exist in TestDrive app for other platforms as well, not just Java.
1 Comment
C
Caroline
said
over 9 years ago
Hey Richard, Good catch! We'll update the documentation. Thanks!
Richard Karl Schultz
Then I realized I needed to use the Master Secret to use SaveBlocking(), NOT App Secret. The Java TestDrive GitHub page wrongly specifies you need App Secret. Please correct this so countless people do not lose hair. The problem may exist in TestDrive app for other platforms as well, not just Java.