Re: [U2] uniobjects/socket idle time?

2009-08-08 Thread Jeff Powell
I don't know what your connecting application is but can you disconnect the connection when you're done? This must be explicitly done with a session.disconnect();. We learned this when we ran out of license seats due to a process that would connect but never disconnected. If somehow you could

[U2] Daniel Jorgenson/GUS/SICK is out of the office.

2009-08-08 Thread Daniel Jorgenson
I will be out of the office starting 08/08/2009 and will not return until 08/18/2009. I will respond to your message when I return. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] xml mapping file question

2009-08-08 Thread David Jordan
Hi Norm Have you found any tools to help generate the excel stylesheets other than manual coding. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] xml mapping file question

2009-08-08 Thread Steve Romanow
I'm sorry if i dont get this in context, have not kept up with the thread. As far as creating excel docs from U2, sth I found that works well is the python xlwt library. -Original Message- From: David Jordan da...@dacono.com.au Sent: Saturday, August 08, 2009 6:43 PM To: U2 Users

Re: [U2] xml mapping file question

2009-08-08 Thread Norman Bauer
Dave, If you have Excel 2007 all you have to do is open an XML file in Excel and it shows up sorted and ready to filter. Cool stuff. I needed the XML stylesheet so that I could display the report in a browser and have it sorted easily and consistently. Steve - Have you been able to get python to

Re: [U2] xml mapping file question

2009-08-08 Thread Norman Bauer
Wow xlwt is schaweet! Thanks for the mention on that. Yet another amazing thing that Python can do. Are you listening IBM? Drop the Java crap in favor of Python. On Sat, Aug 8, 2009 at 8:07 PM, Steve Romanowslestak...@gmail.com wrote: I'm sorry if i dont get this in context, have not kept up

Re: [U2] xml mapping file question

2009-08-08 Thread Steve Romanow
No direct connection, just csv to native xls on my aix server. -Original Message- From: Norman Bauer normanba...@gmail.com Sent: Saturday, August 08, 2009 8:30 PM To: U2 Users List u2-users@listserver.u2ug.org Subject: Re: [U2] xml mapping file question Wow xlwt is schaweet! Thanks for