• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Allegro X Capture CIS
  3. Error ORCAP-43003 PDF Export 17.4-2019-S027

Stats

  • State Not Answered
  • Replies 2
  • Subscribers 44
  • Views 9385
  • Members are here 0
More Content

Error ORCAP-43003 PDF Export 17.4-2019-S027

Yannick74
Yannick74 over 3 years ago

The output PDF file can't be written in the specified directory. Either an output directory is not specified or it has red-only permission.

I'm storing data on a samba drive on a linux server and I've have the rights to manually create files and folder into the output PDF directory (through linux group rights).

The only thing is that the directory has been created by a colleague (owner = him, not me) but he is in the same linux group than me.

With Cadence 16.6 using the tcl script, I had the same error and I modified manually the checkWritableOutDir function in the capPdfLaunch.tcl script file to allow this PDF generation :

proc capPdfLaunch::checkWritableOutDir { } {
    if { [file writable $::capPdfUtil::mOutDir] == 0} {
    tk_messageBox -type ok -message [concat "The output directory might be readonly but I'll try to do the job anyway..."] -title "Export PDF Message"
    #return 0
    }   
   return 1
}

With the 17.4, since this is now embedded through the menu File/Export, I've have now no access to modify this bug.

Any advice or can you fix this in a future ?

NB : If I create the directory, (owner = me), then I have no issue, but my colleague of the same group than me won't be able to generate the PDF for the same reason than me when I was trying tod o it on its directory.

  • Sign in to reply
  • Cancel
Parents
  • oldmouldy
    0 oldmouldy over 3 years ago

    This solution on the Cadence Support site may help: https://support.cadence.com/apex/ArticleAttachmentPortal?id=a1O3w00000A6fFYEAZ&pageName=ArticleContent

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • oldmouldy
    0 oldmouldy over 3 years ago

    This solution on the Cadence Support site may help: https://support.cadence.com/apex/ArticleAttachmentPortal?id=a1O3w00000A6fFYEAZ&pageName=ArticleContent

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • Yannick74
    0 Yannick74 over 3 years ago in reply to oldmouldy

    Thanks, that works now.

    Sorry I didn't find this reply before posting mine.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information