Announcements
Hi,
I have an active segment that is currently in an error state. My problem is that I'm unable to edit it to fix the problem and/or delete it. This is purely a test segment and therefore not of huge importance. However, I'd like to try and figure out how to fix the issue.
The segment, which is live, went into an error state when I deleted another segment that was part of it.
Error message: QuerySemanticError Line: 6, Position: 394, Column: 0: Semantic error, Segment 'SEGMENT_CRM_ID_ede3e16f87ebeb11bacb000d3ab79c7c' could not be found.
Anyone come across this issue before and knows how to resolve it? Thanks in advance.
Hero! That 100% worked. Thanks so much!
Yes, I managed to sort it out in the end. Had to get in touch with support to fix the issue. I presume the solution I got from them will work for you as well.
You go into the segment and fetch the segment ID. Open up Chrome DevTools (F12) and go to console. Paste the code below in there and add the segment ID.
var data = { "statuscode": 192350000 }
var request = await fetch("/api/data/v9.0/msdyncrm_segments(SEGMENT ID IN HERE)", {"method": "PATCH", "headers": {"content-type": "application/json"}, "body": JSON.stringify(data)});
console.log(request.status);
That did the trick for me.
I have this exact same issue. Has anyone yet found a fix for this?
Hi,
It's totally locked. I can't stop, edit or do much with the segment at all. If I try to check for errors or go live, I just get the same message as previously described:
Hi,
The message you mentioned is a warning message instead of an error message.
And you can edit the segment after stopping it first.
André Arnaud de Cal...
294,081
Super User 2025 Season 1
Martin Dráb
232,860
Most Valuable Professional
nmaenpaa
101,158
Moderator