- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I've been creating LISP routines now for 3-4 years and never experienced what I'm about to describe. I'm hoping someone in our community here can help.
Out of the (11) work stations, including my own, there is (1) work station which is failing to perform the (command "-PUBLISH" [filepath]) routine. What happens on this work station is as follows:
- The lines of coding feeding into it complete (at 100%)
- Part of the code leading to the "-PUBLISH" line is the creation of a DSD file that outputs a filepath for the "-PUBLISH"
- When (command "-PUBLISH" [filepath]) executes:
- ACAD "twitches" as it would any other publish routine (manual or automated via LISP)
- The publish progress dialog pops up
- Screen flashes as if it's about to begin the publish process
- The publish dialog disappears and no files were ever opened; PDF never created
- Rest of LISP executes in its entirety with no issue (at 100%)
When I use the same DSD file created prior to the "-PUBLISH" operation manually in the PUBLISH command, it works perfectly fine. Secondly, it was working on his work station some 6-8 weeks ago when he last used the particular routine.
Also, this work station will perform as described above using the (command "-PUBLISH" [filepath]) approach on any DSD file. It's not just the DSD file created by my LISP earlier in the code.
To provide some feedback on the experiences outside of ACAD and to elaborate on why I'm stumped on this one:
This user is also very... To be frank, computer illiterate. He does nothing but figure out ways to break not only my LISP, but other applications on his work station as he is one of the rare users who will go through press every button, change every setting, uninstall/reinstall twice, and much more before he asks for any assistance in the matter.
I state all of this because I feel like it's something outside of LISP. When he uses his work station, he manages to make Windows unable to completely shut down almost every night. However, when I or other users use his station... It shuts down perfectly fine every time.
Unfortunately, I cannot share the code. Am I maybe missing a variable that I've never had to contend with before? Something that would make publish work manually but fail via LISP? I have FILEDIA and the BACKGROUNDPLOT flipping off upon initialization so it publishes without any user interaction.
Please provide any feedback you can on the subject. I'm hoping someone out there has experienced this issue in the past and know show to resolve it.
Solved! Go to Solution.