Search found 4 matches
- Fri Mar 08, 2013 9:35 am
- Forum: Flows
- Topic: Pack job error. Can not compress internal data
- Replies: 1
- Views: 1333
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 ...
- Mon Feb 11, 2013 2:40 pm
- Forum: Scripting
- Topic: Strip Namesspaces
- Replies: 3
- Views: 1963
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...
- Mon Feb 11, 2013 9:09 am
- Forum: Scripting
- Topic: Strip Namesspaces
- Replies: 3
- Views: 1963
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
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
- Fri Oct 05, 2012 7:36 pm
- Forum: Scripting
- Topic: Trigger E-Mail from Logmessages
- Replies: 0
- Views: 2719
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...