Hi,
is it possible to get the names and status of all flows?
I want to display the status of the flows in a website. The scripting module is available. The web module not.
I thought the status can be triggered if the flow is enabled or disabled. Has anyone an idea how to get that working?
Search found 17 matches
- Tue May 17, 2016 3:54 pm
- Forum: Scripting
- Topic: Status and name of the flows
- Replies: 2
- Views: 1927
- Tue Feb 16, 2016 6:22 pm
- Forum: Flows
- Topic: Get E-Mail Adress from Metadata or a file
- Replies: 1
- Views: 905
Get E-Mail Adress from Metadata or a file
Hi, i need some help to pick up an email adress. I will send files back with email. But how can i get the file to recognized the mail adress? I have tried the opague pick up but that doesn't work. I have put an email adress in a text file and gave the text file and the image file the same name. But ...
- Mon Oct 05, 2015 5:02 pm
- Forum: Flows
- Topic: statistic dashboard for switch (website)
- Replies: 3
- Views: 2074
Re: statistic dashboard for switch (website)
Hi gabrielp, thanks you for your answer. We didn't have the web module. The first thing we did, was to set up checkpoints before and after some configurators. We put this data into a mysql database and show them on a website in a table. For the table we used: https://www.datatables.net/ (it has a bu...
- Mon Oct 05, 2015 4:07 pm
- Forum: Flows
- Topic: statistic dashboard for switch (website)
- Replies: 3
- Views: 2074
statistic dashboard for switch (website)
Hi,
it is possible to show system info and info's from switch on a website?
I have build a dashboard with some checkpoints for our flows. For the overview it would be great to see if switch is running or how much disk storage is left.
Has anyone done something similar?
thanks
it is possible to show system info and info's from switch on a website?
I have build a dashboard with some checkpoints for our flows. For the overview it would be great to see if switch is running or how much disk storage is left.
Has anyone done something similar?
thanks
- Thu Oct 16, 2014 10:18 am
- Forum: Scripting
- Topic: Ghostscript PDF to TIF
- Replies: 3
- Views: 2137
Ghostscript PDF to TIF
Awesome! it workss now! BIG Thank You!
- Thu Oct 16, 2014 8:14 am
- Forum: Scripting
- Topic: Ghostscript PDF to TIF
- Replies: 3
- Views: 2137
Ghostscript PDF to TIF
Hello, i need some help for a conversion from PDF to TIF. I have Ghostscript installed and it worked with the terminal. I think my problem has something to do with the output path. Arguments: -q -dNOSAFER -dNOPAUSE -dBATCH -r300 -sDEVICE=tiffg4 -sPAPERSIZE=a4 -deletfile "%2" "%1"...
- Thu Aug 28, 2014 9:05 pm
- Forum: Scripting
- Topic: Database entries
- Replies: 12
- Views: 7541
Database entries
OK. But how can i get the entries? It is possible to write a xml file? or something else?
- Thu Aug 28, 2014 7:44 pm
- Forum: Scripting
- Topic: Database entries
- Replies: 12
- Views: 7541
Database entries
The PDF-file is inserted in folder one. Then ist should go through the odbc database and in folder two it should have the database entries in the name. The output PDF should look like this: 712346_A5_printer_28.08.2014.pdf Where printer and the Date and Time are the entries from the database. I hope...
- Thu Aug 28, 2014 6:55 pm
- Forum: Scripting
- Topic: Database entries
- Replies: 12
- Views: 7541
Database entries
The jobname have no quotes. My SQL statement is what i posted before:
SELECT drucker FROM kim_oki_leseansicht
INTO OUTFILE
[Job.Name];
I searched outfile. In most examples there is a path behind the outfile. Like OUTFILE /order/my.xml Did i need that too?
SELECT drucker FROM kim_oki_leseansicht
INTO OUTFILE
[Job.Name];
I searched outfile. In most examples there is a path behind the outfile. Like OUTFILE /order/my.xml Did i need that too?
- Thu Aug 28, 2014 5:32 pm
- Forum: Scripting
- Topic: Database entries
- Replies: 12
- Views: 7541
Database entries
That's the error: v1.21,2A3QV,Leseansicht_Standard_721691_21_08_14__20_35_#_A5.pdf,SQL error: [MySQL][ODBC 5.2(w) Driver][mysqld-5.6.14]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Leseansicht_Standard_721691_2...
- Thu Aug 28, 2014 9:46 am
- Forum: Scripting
- Topic: Database entries
- Replies: 12
- Views: 7541
Database entries
Hi and thanks for your reply. But i must do something wrong. Switch says that there is an error in my syntax. The error has something to do with the filename. Any idea what is wrong?
- Wed Aug 27, 2014 8:30 pm
- Forum: Scripting
- Topic: Database entries
- Replies: 12
- Views: 7541
Database entries
Hi, i need some help with a mysql database. It is posibble to pick up the data and put it in the filename? We have an odbc connector and it finds the tables in the database. I thought it would be possible if i did this: SELECT * FROM table INSERT INTO [Job.Name]; I'm not good at sql. Can someone ple...
- Tue Jul 29, 2014 2:20 pm
- Forum: Flows
- Topic: Switch Variables in fixed file html
- Replies: 2
- Views: 1631
Switch Variables in fixed file html
Tahnks! Did the same. Works now. Must be some kind of code error in my html.
- Mon Jul 28, 2014 5:40 pm
- Forum: Flows
- Topic: Switch Variables in fixed file html
- Replies: 2
- Views: 1631
Switch Variables in fixed file html
Hello, i try to get html e-mail working. In the mail send configurator i choosed fixed file. In my html file i put variables in it. Job size: [Job.ByteCount] Flow name: [Switch.FlowName] The variables doesn't show up in my Email. Is there anyway this could work? Can i overwrite the standard Enfocus ...
- Thu Jul 04, 2013 1:34 pm
- Forum: Flows
- Topic: Imagemagick Flow
- Replies: 3
- Views: 3007
Imagemagick Flow
Ok got it to work! Got help from my co-worker :) This is what we put in the execute command: Command: C:Program Files (x86)ImageMagick-6.8.6-Q16convert.exe Arguments: +profile icm -profile "C:Program Files (x86)ImageMagick-6.8.6-Q16sRGB.icc" -intent Relative -black-point-compensation -prof...