Search found 30 matches
- Fri Apr 14, 2017 5:04 pm
- Forum: Applications
- Topic: La mAJ Acrobat DC incompatible avec PS13 ??
- Replies: 4
- Views: 14234
Re: La mAJ Acrobat DC incompatible avec PS13 ??
Adobe pushed out an update to Acrobat where they changed the major version number. This caused issues with the Acrobat configurator as described here: https://www.enfocus.com/en/support/known-issues-and-solutions#!/SupportPortalSolution?id=50157000000jx9uAAA We are working on a fix for the configura...
- Wed Mar 22, 2017 12:02 pm
- Forum: Flows
- Topic: See message via browser in local
- Replies: 7
- Views: 4920
Re: See message via browser in local
Are you using a proxy in your company? If so, then it might be necessary to set it up to bypass the proxy for local addresses. You can find out how on this page: https://www.enfocus.com/en/support/known-issues-and-solutions#!/SupportPortalSolution?id=501570000014hlZAAQ If it doesn't work out, then y...
- Tue Oct 18, 2016 5:35 pm
- Forum: PitStop Pro
- Topic: Corrupt Sessions break certified log
- Replies: 7
- Views: 3751
Re: Corrupt Sessions break certified log
This has been reported to us and will be investigated to be fixed in a future version. For all the people having this issue, it is possible to avoid it by using "Save" instead of "Sign and Save" in the Acrobat file menu. All the people reporting issues via the official support ch...
- Mon Aug 22, 2016 2:26 pm
- Forum: Flows
- Topic: Warning! Do not restart Switch!
- Replies: 17
- Views: 11192
Re: Warning! Do not restart Switch!
Please note that the software mechanism with the issue is not our intended behavior. Starting from the next version it will gracefully handle the situation where it can't connect to the Appstore. We will fix it in the next version and we apologize for all inconvenience caused by it. I would also lik...
- Wed Aug 17, 2016 2:35 pm
- Forum: Flows
- Topic: Switch Not Processing
- Replies: 7
- Views: 4089
Re: Switch Not Processing
Can you report the issue to Enfocus Support? This way we can check what causes it and make search for a fix in the next version. Depending on what causes it we might even find a workaround in the current version. You can report it via the Support Portal: http://enfocus.com/supportportal Please provi...
- Mon Jul 11, 2016 11:52 am
- Forum: Scripting
- Topic: Filename character limit - Mac OS
- Replies: 2
- Views: 3366
Re: Filename character limit - Mac OS
Hello Printlab and Jugganaut, There is no character limit in Switch on OSX that I am aware of. I also did a quick test by having a rename job add characters until it errors and the error came when the filename (Switch unique prefix + filename + extension) reached 255 characters, which is the OSX lim...
- Fri Jun 03, 2016 5:16 pm
- Forum: Flows
- Topic: Warning! Do not restart Switch!
- Replies: 17
- Views: 11192
Re: Warning! Do not restart Switch!
I would like to clarify some things on the issue with the Enfocus Appstore this morning and correct the communication around it. This morning our hosting provider had an issue with one of our servers which is used for the Enfocus Appstore, which caused issues in Switch: If Switch was already running...
- Wed Dec 10, 2014 11:48 am
- Forum: Scripting
- Topic: insert file's tittle as metada in pdf
- Replies: 12
- Views: 8521
insert file's tittle as metada in pdf
There is also a method to update existing xmp fields in Switch without external applications: you can do so using the XMP Inject tool. If you setup the "Action" property of the tool to "Update XMP", then you can set different rules to update the xmp metadata. Changing the title f...
- Fri Aug 29, 2014 5:23 pm
- Forum: Scripting
- Topic: ssh/execute command
- Replies: 3
- Views: 2732
ssh/execute command
I don't have a mac with a passwordless account, so I can't try myself. However, I think the solution from the following thread might help:
http://www.crossroads-world.com/en/Home ... osts&t=509
http://www.crossroads-world.com/en/Home ... osts&t=509
- Wed Aug 27, 2014 5:29 pm
- Forum: Flows
- Topic: Use of Execute command tool
- Replies: 7
- Views: 4778
Use of Execute command tool
It's the order of appearance.
Switch executes this:
/path/to/script.sh "/path/to/input.xml" "/path/to/output.xml"
So the bash script receives the paths itself and uses them as first and second variable in itself.
Switch executes this:
/path/to/script.sh "/path/to/input.xml" "/path/to/output.xml"
So the bash script receives the paths itself and uses them as first and second variable in itself.
- Wed Aug 27, 2014 1:23 pm
- Forum: Flows
- Topic: Use of Execute command tool
- Replies: 7
- Views: 4778
Use of Execute command tool
I believe that redirection is a feature of the bash shell which is used in Terminal. Switch doesn't use bash, instead it sends the command directly to the operating system which is why features from bash are not available. You can work around this using a bash script which obviously has the features...
- Tue Jun 10, 2014 5:04 pm
- Forum: Flows
- Topic: a lot of unique name prefix
- Replies: 9
- Views: 5337
a lot of unique name prefix
There was an issue in older Switch versions that could cause this when you had crashes of the Switch Service. Would it be possible to tell us which Switch version you use and if you see anything in the messages that shows that Switch is restarting often?
- Tue Mar 04, 2014 2:59 pm
- Forum: Flows
- Topic: FTP Receive - errors with passive FTP
- Replies: 4
- Views: 4085
FTP Receive - errors with passive FTP
Switch 10 had a problem with some specific FTP servers which could give this error message. The problem was that the FTP server provided an incorrect response when Switch requested the contents of an empty folder on the FTP server. The behavior of Switch was changed in Switch 11 to be able to handle...
- Mon Aug 12, 2013 5:13 pm
- Forum: Applications
- Topic: Indesign Script Returned Error: %1
- Replies: 4
- Views: 4664
Indesign Script Returned Error: %1
Is it possible that Switch is running as a Windows Service? Switch can't communicate with desktop applications if it is running as a Windows Service, which may explain the behavior you see. You can find more information and a possible workaround on the following page: http://www.enfocus.com/en/suppo...
- Mon Aug 13, 2012 9:45 am
- Forum: Flows
- Topic: Grab Directories from Folder after they are unchanged for a certain time
- Replies: 10
- Views: 6534
Grab Directories from Folder after they are unchanged for a certain time
Hi Mike, Switch uses the unique prefix to link the job to the internal metadata. It is added just before processing and removed after processing. The creation of the prefix can't be avoided when using Switch tools, however it should not cause problems because it is removed again after processing. So...