Search found 231 matches

by ArielRauch
Thu Jan 03, 2019 9:12 am
Forum: LEGACY scripting
Topic: query preferences for webhook port
Replies: 0
Views: 5502

query preferences for webhook port

Hi,
I wonder whether there is a way to retrieve the port defined in Switch preferences for the Webhook port.

Any ideas?


Thanks

Ariel
by ArielRauch
Thu Dec 31, 2015 6:20 pm
Forum: LEGACY scripting
Topic: Problem when moving files to other hotfolders from Switch
Replies: 10
Views: 27326

Re: Problem when moving files to other hotfolders from Switch

Is the "save move" option to a network folder a "workaround"?

I would guess it is first copying to a temp folder removing the prefix and then copying the file without prefix into network destination folder.

Your thoughts?


Ariel
by ArielRauch
Sun Oct 25, 2015 12:35 pm
Forum: Flows
Topic: XML pickup - duplicate output
Replies: 0
Views: 5337

XML pickup - duplicate output

Hi,
I am using Switch 13 and I am experiencing a duplicated output when using XML pickup with "Metadata alongside Asset". Both pdfs have the metadata assigned.

Any ideas?

Ariel
by ArielRauch
Thu Sep 24, 2015 3:54 pm
Forum: Flows
Topic: Adding Metadata without the Scripting module
Replies: 4
Views: 9462

Re: Adding Metadata without the Scripting module

Thought of that too. It is my fall back solution.
For this specific case it is ok but if I need to combine more than one field it becomes clumsy.
by ArielRauch
Thu Sep 24, 2015 11:18 am
Forum: Flows
Topic: Editing metadata
Replies: 13
Views: 21559

Re: Editing metadata

Thank you, Sanders.

I think I will try to perl me out of the problem
by ArielRauch
Thu Sep 24, 2015 7:52 am
Forum: Flows
Topic: Adding Metadata without the Scripting module
Replies: 4
Views: 9462

Re: Adding Metadata without the Scripting module

Hi Gabriel, I would like to store the email address of an sales agent for example: The name (or id ) of this agent is chosen in a submit/checkpoint. In order to keep things clean I would like to store the sales agent name as is with the Metadata set and in a nextstep querying an XML file with the sa...
by ArielRauch
Thu Sep 24, 2015 7:49 am
Forum: Flows
Topic: Editing metadata
Replies: 13
Views: 21559

Re: Editing metadata

you are all so lucky - on projects with Scripting module this is the way I handle things also.

I have initiated another thread which tries to accomplish same functionality without Scripting Module capabilities.

Any ideas?

Ariel
by ArielRauch
Mon Sep 21, 2015 8:49 am
Forum: Flows
Topic: Switch 13 - any known stability problems?
Replies: 2
Views: 6677

Re: Switch 13 - any known stability problems?

that's what I wanted to hear:)


Thank you, Erik
by ArielRauch
Sun Sep 20, 2015 3:20 pm
Forum: Flows
Topic: Switch 13 - any known stability problems?
Replies: 2
Views: 6677

Switch 13 - any known stability problems?

Hi,
I would like to know if there are any known issues with Switch 13.

Thank you,

Ariel
by ArielRauch
Sun Sep 20, 2015 3:19 pm
Forum: Flows
Topic: Adding Metadata without the Scripting module
Replies: 4
Views: 9462

Adding Metadata without the Scripting module

Hi,
Is there a way to add a metadata field (and value) to a job without using the Scripting module.
Of course I mean without manual intervention (Submit/Checkpoint).

The only thing I can think of ( and I am not sure about this either) is using xslt.

Please advise,

Ariel
by ArielRauch
Tue Sep 08, 2015 10:22 am
Forum: Flows
Topic: File list completeness check
Replies: 9
Views: 19073

Re: File list completeness check

Hi Terkelsen,

just found it out:)

I have now two flows: one sending files and verifying that all files arrived the other side, and the second receiving the files and sending ack back.
All without scripting.

Thank you all for your help!!!

Ariel
by ArielRauch
Sun Sep 06, 2015 4:35 pm
Forum: Flows
Topic: File list completeness check
Replies: 9
Views: 19073

Re: File list completeness check

Thanks, guys. I have made some progress but stuck in one point (so far): 1. I am sending the files to the second flow and in parallel to a not-auto-managed temp directory. 2. The second flow uses the assemble job to find out whether all jobs arrived. 3. After a timeout - in case not all files were r...
by ArielRauch
Thu Sep 03, 2015 8:17 am
Forum: Flows
Topic: File list completeness check
Replies: 9
Views: 19073

Re: File list completeness check

I love your thinking!

I think I might be able to write a small shell script (Python,php,Perl) which checks for the missing files.

Assemble Job is able to wait for a number of files while this number is provided by the first file?
by ArielRauch
Wed Sep 02, 2015 6:20 pm
Forum: Flows
Topic: File list completeness check
Replies: 9
Views: 19073

Re: File list completeness check

Thank you, Gabriel - that is what I thought.
What do you mean by segment?
by ArielRauch
Wed Sep 02, 2015 5:31 pm
Forum: Flows
Topic: File list completeness check
Replies: 9
Views: 19073

File list completeness check

I hope this title was confusing enough to read this post:) I am looking for a solution based on Switch WITHOUT the scripting module: A hot folder receives a number of pdf files. The file names are structured in a way that one can know how many files belong to this series and which number the specifi...