One use case could be code Linting? Can we use ChatGPT for it?
- Log in to post comments
One use case could be code Linting? Can we use ChatGPT for it?
Hi @Anastasia Dyubaylo
how are you hitting the endpoint. I guess we have to use "HTTP" for Service Endpoint Type and then use the endpoint created in Cache to catch the request.
Yes Joyce we resolved the issue last time. I would open a WRC to look into this case. Thanks for the follow up.
It sounds like you are trying to use Atelier with client-side source control hooks against a shared development instance - is this correct? YES
Also we would always have this issue because we use CCR for code deployment. Even is we move all the developers to use client side hook whenever a CCR is done the code would be modified at server side and then the classes would go out of sync.
Thanks all. The presentation really helped. Also opened a ticket with ISC and got suggestion from them to. Trying for few more days on my local and then would plan to roll out to all the developers for my organization.
John Murray Studio is installed on each serve instance and developers go and edit on the specific instance and then use CCR to sysc code to all the environment and all edges.
You are right something is wrong in the setup on the specific HS instance, I am guessing something to do with IIS as it is routing the traffic. As I got your WebTerminal application and even that didn't work on that instance but worked on other instance.
I will try to create a simple REST application with just GET and try to call it and see what is wrong.
On a side note what is Caché Visual Editor and where to get it from.
I am running it on the local host, so I guess it would bypass those.
I have %All role and admin privileges too. Tried adding it to a different HS instance on a different server and it works fine, just not working on a specific server and there is no difference in my privileges or the setup from the other one.
Hi Evgeny Shvarov,
Tried it in a new namespace, still same problem. I guess it not able to make the REST api call. I tried running one of the method from terminal, it works from there.
Hi Nikita Savchenko, I compiled all the classes individually too. And still getting the same error.
Classes
Hi Evgeny Shvarov, I get the following. Requested URL seems to be correct.


Thanks Arun Kumar
Thanks Dmitry Maslennikov & Rich Taylor. It worked.