Skip to main content
5-Regular Member
May 9, 2026
Question

Organization creation issue in windchill 11.1

  • May 9, 2026
  • 3 replies
  • 49 views
I am using Windchill PDMLink Release 11.1 and Datecode with CPS F000-CPS01 Facing an issue during creating the organization in windchill 11.1 Here are the errors that I faced \accessrules\orgContainerRules.xml (The system cannot find the path specified)

3 replies

17-Peridot
May 11, 2026

Hi ​@RK_14581645,

The post headline mentions an organization creation issue. however, the path specified appears to be related to Access Rules.
What exactly are you trying to load?
The error clearly indicates that the path being passed in the command does not exist.

13-Aquamarine
May 11, 2026

Hi, the system is complaining from a missing file, check that the mentioned files exists under $WT_HOME/loadXMLFiles/accessrules

5-Regular Member
May 11, 2026

These are the file are exist 

17-Peridot
May 11, 2026

Hi ​@RK_14581645,

What is the command you are executing?

17-Peridot
May 13, 2026

Could you please share the MS logs?

5-Regular Member
May 13, 2026

Caused by: (wt.ixb.publicforhandlers.ixbResource/8) wt.ixb.publicforhandlers.LogHelper$IxbException: Problem in export/import process.
Nested exception is: java.io.FileNotFoundException: \accessrules\orgContainerRules.xml (The system cannot find the path specified)

at java.io.FileInputStream.open0 (Native Method)
at java.io.FileInputStream.open (FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:93)
at sun.net.www.protocol.file.FileURLConnection.connect (FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity (Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.startEntity (Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.startEntity (Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityReference (Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch (Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument (Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse (Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse (Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse (Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse (Unknown Source)
at wt.ixb.impl.doc.IxbDomDocument.initialize (IxbDomDocument.java:162)
at wt.ixb.publicforapps.IxbDomDocumentDelegate.newIxbDocument (IxbDomDocumentDelegate.java:39)
at wt.ixb.publicforapps.IxbHelper.newIxbDocument (IxbHelper.java:380)
at wt.ixb.publicforapps.Importer.doImport (Importer.java:505)
at wt.inf.template.StandardContainerTemplateService.importBusinessXML (StandardContainerTemplateService.java:344)
... 75 more

Caused by: java.io.FileNotFoundException: \accessrules\orgContainerRules.xml (The system cannot find the path specified)
... 96 more