Search found 4 matches

by Rookie
Fri Mar 08, 2013 9:35 am
Forum: Flows
Topic: Pack job error. Can not compress internal data
Replies: 1
Views: 3509

Pack job error. Can not compress internal data

Hello, we got an issue when packing a job to send it to another flow. Sometimes (error is not replicable) an job is not packed because the switch throws an error that he is not able to compress the internal metadata folders etc. Is there an alternative for packing the job or an bugfix? Best regards ...
by Rookie
Mon Feb 11, 2013 2:40 pm
Forum: LEGACY scripting
Topic: Strip Namesspaces
Replies: 3
Views: 5564

Strip Namesspaces

Thanks for your reply. Actually i am using this after test all avaible namespaces in the xml, and this works. var dataset = job.getDataset("Xml"); var theXML = new Document( dataset.getPath( ) ); var ns = theXML.createEmptyMap(); ns.put("i" ,"http://url.to/schemas/orderexpor...
by Rookie
Mon Feb 11, 2013 9:09 am
Forum: LEGACY scripting
Topic: Strip Namesspaces
Replies: 3
Views: 5564

Strip Namesspaces

Hello all,



is it possible to strip all namespaces in an xml file when using an switchscript?



Or which namespace must i register when there are namespace definitions like this:







thanks in advance and best regards


by Rookie
Fri Oct 05, 2012 7:36 pm
Forum: LEGACY scripting
Topic: Trigger E-Mail from Logmessages
Replies: 0
Views: 4236

Trigger E-Mail from Logmessages

Hello everybody, is it possible to trigger an mailsend when an certain event in messages occurs? I would like to get notified by mail when the switch server looses one of its network shares. This does result in a warning being written to 'messages' but I'm not sure how to evaluate this. Anybody? Tha...