Book a Demo

Author Topic: Ascii file to long  (Read 2717 times)

EA2412

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Ascii file to long
« on: September 17, 2008, 07:14:10 pm »
Hello everybody,

I was trying to check in a XMI file to a Version Control server. While checking in I got an error that the xml file is too long. How do I can set a property containing the size of the xml file?  

Thanks in advance

lubos

  • EA User
  • **
  • Posts: 101
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Ascii file to long
« Reply #1 on: September 19, 2008, 05:20:26 am »
We have met similar problems (with clearCasse but may be it doesn't matter which VC system you use)
The problem was that a TEMP (or TMP?) system variable pointed to directory that was  too deep. Changing it to 'c:\Temp' helped.

It was strange that we had two computers with the same environment and the problem was only on one of them ..

hope it helps ...

EA2412

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: Ascii file to long
« Reply #2 on: September 19, 2008, 07:57:38 pm »
Hi Lubos,

thanks for your help. I solved that problem by exporting the package and import it again. The XMl file was formatted while exporting and so I was allowed to set the file under version control.