프로파일 이름이 Windows의 경로 길이 한계를 초과

오류 메시지: "Update Failed: The URI length is greater than the Windows limit of 259 characters."

이유

프로파일 이름이 긴 경우 파일 이름의 길이가 Windows®에서 허용되는 최대 경로 길이인 259자를 초과할 수 있습니다.

Business Process Choreographer 구성에서 가장 긴 이름은 다음과 같습니다.
${user.install.root}\config\cells\${cellName}\applications\
  BPEContainer_${nodeName}_${serverName}.ear\
  deployments\BPEContainer_${nodeName}_${severName}\
  compensate_ejb.jar\META-INF\ibm-ejb-jar-ext-pme51.xmi
이 이름에는 user.install.root, cellName, nodeName(2회), serverName(2회) 등의 변수가 들어 있습니다. 이러한 변수에 긴 이름을 사용하게 되면 한계를 초과하기가 쉽습니다.

해결 방법

한계를 초과하지 않도록 user.install.root, cellName, nodeNameserverName 값을 고려하여 새 프로파일을 작성하십시오.

관련 태스크

ⓒ Copyright IBM Corporation 2005, 2006.
이 Information Center는 Eclipse 기술을 기반으로 합니다. (http://www.eclipse.org)