Git Product home page Git Product logo

Comments (3)

seanmcne avatar seanmcne commented on July 21, 2024

Could you grab a fiddler trace or network trace of the request/response and show me the request & response (please exclude any auth headers).

I would expect to see a request of the following to the URL containing "https://serverurl/api/data/v9.0/organizations({orgid})"

And a payload of:

{"orgdborgsettings": "<OrgSettings><HideTrackAllOption>false</HideTrackAllOption></OrgSettings>"}

If you're seeing an error, you'll likely get some kind of response detail. I have confirmed the most recent versions of D365 online do work with the setting, hopefully the request/response will help shed light on what might be going on.

Two more questions:

  1. Are you able to add other settings? If not, try accessing via the ad auth url
  2. Are you running the latest release of the tool/editor?

from orgdborgsettings.

hath000 avatar hath000 commented on July 21, 2024

from orgdborgsettings.

seanmcne avatar seanmcne commented on July 21, 2024

I'm sorry this has been an issue for you. The only thing I see that's a little fishy here is the version # of the webapi being used, it's falling back to v8.0 which is odd. I would expect it to detect v9 and use that instead, however, if other settings work then this likely isn't related to the version of the webapi. It's unlikely that this is the problem, but you could use fiddler to recompose one of the patch requests and play it back using the v9.0 or v9.1 webapi to see if it goes through.

Regarding the settings, each specific binary version of CDS will have certain coded (in the code itself) orgdborgsettings that are valid for that version - some settings are added and some can be removed based on the build. Most likely, the build of onprem d365 you're using is missing these particular settings listed above, for some reason or another, or the setting value you're passing in for it isn't recognized.

I would expect support to be able to help you with this - they can use the tool they provide or you could use powershell or a simple console app to also push these simple data value updates to reproduce the problem.

from orgdborgsettings.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.