So, now it is done. From Indigo to SQL. Thanks to 'cstevens' and 'sander'.
Picks up a xml from both Indigos. Deletes the old DB. Make single xml-files for all substrates and insert them into two DB tables, one for each Indigo.
Then is the question, how do I get a sorted list in the Switch Client?
Wow, that is really cool. How did you customize the drop down options? Does the database module give you some ability to run queries from the Switch Client? Would like to hear more about how that is done.
gabrielp wrote:Wow, that is really cool. How did you customize the drop down options? Does the database module give you some ability to run queries from the Switch Client? Would like to hear more about how that is done.
Yes, if you have DB module then you get to choose the DB in the Dropdown-list;
cstevens wrote:A more automated method to handle this would be through JMF queries. On the HP Production Pro product page I uploaded a simple flow that sends various JMF queries and captures the response as metadata using the XML Pickup element. You can find it here under the title "Send JMF Query and capture response as Metadata"
When the script runs, and the Indigo is power off, I get a stript-xml without the media. I can understand why that happends, but wondering if it is possible to get the script not send out a new xml if the Indigo is down?
You could filter based on file size. If the response that comes back is less than a certain size you could delete it, if not send it through.
The other (more complicated) method I could think of is to first send a JMF Status query to check on the press. If the status is one of the down states then don't make the query. You'd need to modify the script to handle multiple queries I think.