Resolved PASOE ABL Service not getting published from Developer Studio

JamesBowen

19+ years progress programming and still learning.
Context migrating to 11.7 OE 12.8

I'm developing a new project and I'm creating a new ABL Service with it's associated web handler.
The problem I'm facing is the the ABL Service is not getting Published to my local PASOE instance from the Developer Studio.

Developer Studio goes through the motions of re-publishing/synchronizing and all that good stuff, but when it get to publishing the new ABL Service is just say "Not Published".

1726467934065.png

I'm I missing something.?

Regards
James.
 
Last edited:
I found a workaround. From the developer studio I had to perform a full export of the ABL Web Services and then manually import the new Web Handlers.

I'm not sure why this can't be pushed from the developer studio. Is this a bug?
 
I found a workaround. From the developer studio I had to perform a full export of the ABL Web Services and then manually import the new Web Handlers.

I'm not sure why this can't be pushed from the developer studio. Is this a bug?

IMO PDSOE is notoriously flaky when publishing stuff. Some people have the correctly-coloured thumb to be able to publish consistently; I don't.

If you're adding a webhandler to an 11.7 PASOE instance, and have access to the server, I would just add the handler line to conf/openedge.properties. As long as the (new) WebHandler is in your PROPATH, you can deploy it like any other piece of applciation code.
 
Back
Top