Forum Discussion

mohamadelmardin's avatar
mohamadelmardin
New Contributor III
9 years ago

Creating project using Metadata SnapLogic Create snap

At GameStop we are leveraging a custom solution/pipeline to handle code migration and deployment from one environment to another. We are using Metadata List snap to list projects, accounts, pipelines, tasks from source project then using Metadata Create snap to recreate them in target environment (by specifying org/projectspace/project information). This solution seems to be working fine for all asset types: Account, Pipeline, Task. However it is failing for asset type PROJECT where I am always getting the same error: Error creating asset /GameStop/projects/TargetProject, Reason: Absolute path required when I try to create a any new project.

Did anyone stumble upon that error before: Absolute path required ?? I know that I am using the right absolute path correctly because it is working fine for other asset type: Account, Task, Pipelines. So why I cannot use it to create target project?

16 Replies

  • dmiller's avatar
    dmiller
    Former Employee

    [quote=“mohamadelmardini, post:1, topic:391”]
    /GameStop/projects/TargetProject
    would mean you are trying to create a project inside a project. If you just used /GameStop/projects, is a project created?

    • dmiller's avatar
      dmiller
      Former Employee

      Have you verified that you have permission to create projects in that org? Also, double check to make sure you have the correct t options set.

      • mohamadelmardin's avatar
        mohamadelmardin
        New Contributor III

        To your first question, I am not creating a project within a project because in that path: /GameStop/projects/TargetProject, projects is a project space and already exist. I am trying to create TargetProject inside the already exiting projects space. I have all rights and permissions to create and delete projects in that dev org.

  • psadasivam's avatar
    psadasivam
    New Contributor III

    Hi Mohamad,

    I am facing same issue when I try to automate project creation. What was the solution provided by SnapLogic team? Do I need to submit a ticket?