Hi. Is `ADS` a reserved word? I created a workspac...
# gooddata-cloud
f
Hi. Is
ADS
a reserved word? I created a workspace called
ADS
the name looks empty and inaccessible from the front end, while the API is returning that it exists.
I can even access it by URL, but the workspace selection tool is now gone
f
Hi Filip! I created a workspace named
ADS
on my test environment and it looks normal, so I wouldn’t say that’s the cause here. I see that the Workspace’s ID is
child_1_39
, is it part of a Workspace Hierarchy? Can you tell me a bit more about how you created this Workspace? If you rename it to something else, does it work normally?
f
@Francisco Antunes This is part of our id naming strategy, every workspace follows the format of
child_1_{{internal_client_id}}
I even deleted the workspace and added it again, but it does the same thing. This is our 51st workspace - but we are licensed to have 100.
Copy code
{
            "id": "child_1_104",
            "type": "workspace",
            "attributes": {
                "name": "Shasta DS",
                "description": "Shasta DS's workspace"
            },
            "relationships": {
                "parent": {
                    "data": {
                        "id": "zentist-main",
                        "type": "workspace"
                    }
                }
            },
            "links": {
                "self": "<https://zentist.cloud.gooddata.com/api/v1/entities/workspaces/child_1_104>"
            }
        },
        {
            "id": "child_1_105",
            "type": "workspace",
            "attributes": {
                "name": "Grand Dental",
                "description": "Grand Dental's workspace"
            },
            "relationships": {
                "parent": {
                    "data": {
                        "id": "zentist-main",
                        "type": "workspace"
                    }
                }
            },
            "links": {
                "self": "<https://zentist.cloud.gooddata.com/api/v1/entities/workspaces/child_1_105>"
            }
        },
        {
            "id": "child_1_39",
            "type": "workspace",
            "attributes": {
                "name": "ADS",
                "description": "ADS's workspace"
            },
            "relationships": {
                "parent": {
                    "data": {
                        "id": "zentist-main",
                        "type": "workspace"
                    }
                }
            },
            "links": {
                "self": "<https://zentist.cloud.gooddata.com/api/v1/entities/workspaces/child_1_39>"
            }
        }
So I cleared cookies, logged in again, and see it. But when I got into a workspace and try to relocate to the ADS one it doesn't show it.
f
I’m afraid that I’m unable to reproduce the issue on my environment. As you can see on the screenshots, I created a workspace with the exact same ID, name, and description; it is also set as a child workspace to another one in my domain. It works as expected. This is the only workspace that disappeared in this way, correct? Is there any other factor that might be in play here? As you noted, it might well be an environmental thing, since I couldn’t recreate the issue from my end 🙂
f
Yes it is the only workspace that disappeared. We only did 2 things: 1. create workspaces as children of zentist-main ws 2. add worspace level filter on each one. Only thing that comes to mind is the WS limit, but we're way under it.
f
If the WS Limit had been hit, you would not have been able to create it in the first place (the API would error out), so that is certainly not it 🙂 By workspace level filter, do you mean the User Data Filter, or the Workspace Data Filter? Since you are adding those individually, I would check them out next, making sure the settings are correct. Do any other users also experience this problem? Have you tried accessing the workspace in Anonymous/Incognito as well?
f
Its a workspace data filter, although I cant do what this image in your doc shows. 2nd pic is child, 3rd pic is parent ws
m
Just a random guess here, but can it be some kind of ad-blocker extension in your browser, that would be hiding some elements with "ads"?
1
💡 3
🤔 1
f
@Michal Hauzírek Looks like you're right.
j
Funny, the name of our DWH as a service in the legacy platform is
ADS
😉