cancel
Showing results for 
Search instead for 
Did you mean: 

Strange error generating content

asheara
Champ in-the-making
Champ in-the-making
Hi All,

I have a web project Enterprise, in that project I create a folder named "start". I try to create a content named index to generate xml and html files from a xsl based web form, I fill all the web form but when I click finish I got this error:
Failed to create content due to error: 05030030 A space of file with that name already exists. but the file doesn't exists in the folder!!!!

I have skip this problems first times by submitting all pending changes and deploying them (a little trick that has been working) and start all the process again and it let us create correctly the new content, but we are in a production enviroment and we can't submit and deploy pending changes whenever we would like.

Is there anyway to solve this problem without doing that trick? Why it happens?

Thanks in advance.
3 REPLIES 3

jpotts
World-Class Innovator
World-Class Innovator
Can you provide your output path pattern for the web form?

Jeff

asheara
Champ in-the-making
Champ in-the-making
Hi,

For the xsd file the output pattern is ${name}.xml and for the xsl files the output pattern are ${name}.${extension} and ${name}_transactional.${extension}

Thanks!

jpotts
World-Class Innovator
World-Class Innovator
Your output path doesn't specify a folder, so that means the files will be generated in the folder the user is sitting in when they submit the form. If that is what you want, that is okay, it is just something to be aware of.

What is strange is that the problem goes away when you commit changes to staging. Are you deleting one or more files in your local sandbox and then submitting them (or maybe someone else is deleting files in their sandbox)?

Does the problem happen regardless of what you name your file? For example, if you name it "jeffpottsdebug", which, presumably has never existed in your repository as a piece of content, do you see the problem?

Also, what version are you running?

Jeff