Forum Post: Push Error

Status
Not open for further replies.
R

rblanchard

Guest
I have been working with push notifications in PDSOE. As documented I had to add the following to my project propath "C:\Progress\OpenEdge\tty\netlib\OpenEdge.Net.pl" in order to be able to use the ABL PushNotificationService. USING OpenEdge.Mobile.PushNotificationService. USING OpenEdge.Net.URI. USING OpenEdge.Net.UriSchemeEnum. USING OpenEdge.Mobile.NotificationServiceError. This all works fine. I am now attempting to test my code on a test server that is running a Workgroup DB and Appserver. I have added the same propath entry for the appserver agent startup. The appserver appears to start just fine. I also have added the propath entry to my ini startup file. When I start my GUI app I get the error: ** "OpenEdge.Core.Collection.StringStringMap" not found (293). Does anyone have any ideas before I call PTS?

Continue reading...
 
Status
Not open for further replies.
Top