You can subscribe to this list here.
2012 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(5) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Carr, S. <sim...@hp...> - 2015-03-24 10:28:55
|
I found the answer. There was a space in the .xls file name. Remove the space and the file imported just fine. Simon From: Carr, Simon Sent: 20 March 2015 11:21 To: 'alm...@li...' Subject: ALM List manager with ALM 12 All, I am trying to use the ALM List Manager with ALM 12. I have installed the Connectivity Add-In but when I try and import a list I get the error 'Failed to Set Project Customization data'. Is the List Manager compatible with ALM 12? Thanks Simon Simon Carr Application Support, ATRON Email: sim...@hp...<mailto:sim...@hp...> |
From: Carr, S. <sim...@hp...> - 2015-03-20 11:22:21
|
All, I am trying to use the ALM List Manager with ALM 12. I have installed the Connectivity Add-In but when I try and import a list I get the error 'Failed to Set Project Customization data'. Is the List Manager compatible with ALM 12? Thanks Simon Simon Carr Application Support, ATRON Email: sim...@hp...<mailto:sim...@hp...> |
From: Olivier J. <oja...@gm...> - 2015-03-16 09:27:03
|
Hello Stephan, As this is QC 10, make sure you login to QC at least one. Or, in the "addins" link from QC login, find and install the "Connectivity Addin". That should take care of this. Olivier. Olivier Jacques 2015-02-19 9:34 GMT+01:00 Stephan Dreher <Ste...@di... >: > Hi, > > i tried to use the ALM List Admin Tool, but it refused to connect to ALM > (see down error). > For me it seems like an not compatible interface. We are using already QC > V10. > What are the (minimum) system requirements for using ALM List Admin (>V11)? > > Thanx in advance > > regards > Stephan Dreher > > +++++++++++++++++++++++++++++++++++ > > in English is about: COM-Object Type "System.__ComObject" could not change > to "TDAPIOLELib.TDConnection" Interface is not supported. > > 2015-02-19 08:16:35 INFO Logging in to ALM... > 2015-02-19 08:16:35 ERROR ALM login FAILED. > 2015-02-19 08:16:35 ERROR Error while login in. For more info check > the user guide. Error: Das COM-Objekt des Typs "System.__ComObject" kann > nicht in den Schnittstellentyp "TDAPIOLELib.TDConnection" umgewandelt > werden. Dieser Vorgang konnte nicht durchgeführt werden, da der > QueryInterface-Aufruf an die COM-Komponente für die Schnittstelle mit der > IID "{5C346795-9EC4-49D2-ADCC-960E4210BBF0}" aufgrund des folgenden Fehlers > nicht durchgeführt werden konnte: Schnittstelle nicht unterstützt (Ausnahme > von HRESULT: 0x80004002 (E_NOINTERFACE)). > > *Stephan Dreher* > Senior Consultant > > > Díaz & Hilterscheid Unternehmensberatung GmbH > Kurfürstendamm 179 > 10707 Berlin > > Telefon: +49 (0)30 74 76 28 - 0 > Telefax: +49 (0)30 74 76 28 - 99 > > José M. Díaz Delgado - Geschäftsführer > Marc Ahlbach - Geschäftsführer > > Ust-IdNr. DE195661616 > Amtsgericht Berlin Charlottenburg HRB 67896 > > Internet: www.diazhilterscheid.de > > Email: Ste...@di... > > > -------------------------------------------------------------------------------- > Diese Nachricht kann vertrauliche Informationen enthalten. > Weitere Information finden Sie unter www.diazhilterscheid.de/privacy.htm > > This message may contain confidential information. > More information at www.diazhilterscheid.de/privacy.htm > > -------------------------------------------------------------------------------- > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Almtools-users mailing list > Alm...@li... > https://lists.sourceforge.net/lists/listinfo/almtools-users > > |
From: Bonotto, E. <eri...@ca...> - 2015-03-11 15:07:15
|
Hello Olivier, Many thanks for your quick answer. For the point, I didn’t manage to reproduce it. I suppose that I did something wrong during my first tests. Concerning the 2nd point, I was thinking that the view number 2 was displaying all the Defects “Not Closed”, when it displays all the Defects with status equal to “Open”. That’s way nothing was displayed. I will see with Airbus if they agree to pay us for developing some enhancements in TurtleALM. I will inform you if they agree to do so. Eric Bonotto De : Olivier Jacques [mailto:oja...@gm...] Envoyé : mercredi 11 mars 2015 15:29 À : Bonotto, Eric Cc : alm...@li... Objet : Re: [ALMTools-users] TurtleALM - Problems when retrieving Defects Hello Eric, It is certainly possible to adapt TurtleALM to your needs. The source code can be checked out and is available here: https://sourceforge.net/p/almtools/code/HEAD/tree/qcbugtraq/trunk/QCIssuePlugin/ For the issues you mentionned: - The query to retrieve a list of items is simple. You can see the code here: https://sourceforge.net/p/almtools/code/HEAD/tree/qcbugtraq/trunk/QCIssuePlugin/QCIssuesForm.cs#l612 As you see, it only handles 2 cases. Would be nice to get the filters, as configured in ALM, and get corresponding items. Any improvement here is welcomed! - The "save credentials" box should not have anything to do with the list of items returned. Looking at the code (https://sourceforge.net/p/almtools/code/HEAD/tree/qcbugtraq/trunk/QCIssuePlugin/QCIssuesForm.cs#l620), maybe you have no defects with status "Open"? I'd love to welcome contributions on TurtleALM. Start by checking out the code with SVN, use MS Visual Studio to compile (should work out of the box, even with free versions of VS) and change the code. Once you have something you would like to share, send the patch here (diff -bruN orig dest > patch.diff), and we'll have a look! Regards, Olivier. Olivier Jacques 2015-03-11 14:15 GMT+01:00 Bonotto, Eric <eri...@ca...<mailto:eri...@ca...>>: Hello, I have downloaded the last version of TurtleALM and installed it on TortoiseSVN 1.7.13. But using it with ALM 11.0 (patch 18), I found 2 small issues: • If the box “Save credentials” is unchecked, the filter “1. Default: Owner and not closed” is displaying some Defects at the 1st click on “Choose QC/ALM items”, but this filter does not display any Defect the 2nd time I click on “Choose QC/ALM items”. If the box “Save credentials” is checked, all is working properly. • In all the cases, the box “Save credentials” being checked or not, the filter “2. All – not closed” never displays any Defect. Is there any solution or fix for these problems please? Is it possible to retrieve also some requirements, and if yes how? Is it possible to modify the TurtleALM code with the fix and enhancements described above, and if yes how please? Thanks in advance for your help. Eric This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Almtools-users mailing list Alm...@li...<mailto:Alm...@li...> https://lists.sourceforge.net/lists/listinfo/almtools-users |
From: Olivier J. <oja...@gm...> - 2015-03-11 14:28:52
|
Hello Eric, It is certainly possible to adapt TurtleALM to your needs. The source code can be checked out and is available here: https://sourceforge.net/p/almtools/code/HEAD/tree/qcbugtraq/trunk/QCIssuePlugin/ For the issues you mentionned: - The query to retrieve a list of items is simple. You can see the code here: https://sourceforge.net/p/almtools/code/HEAD/tree/qcbugtraq/trunk/QCIssuePlugin/QCIssuesForm.cs#l612 As you see, it only handles 2 cases. Would be nice to get the filters, as configured in ALM, and get corresponding items. Any improvement here is welcomed! - The "save credentials" box should not have anything to do with the list of items returned. Looking at the code ( https://sourceforge.net/p/almtools/code/HEAD/tree/qcbugtraq/trunk/QCIssuePlugin/QCIssuesForm.cs#l620), maybe you have no defects with status "Open"? I'd love to welcome contributions on TurtleALM. Start by checking out the code with SVN, use MS Visual Studio to compile (should work out of the box, even with free versions of VS) and change the code. Once you have something you would like to share, send the patch here (diff -bruN orig dest > patch.diff), and we'll have a look! Regards, Olivier. Olivier Jacques 2015-03-11 14:15 GMT+01:00 Bonotto, Eric <eri...@ca...>: > Hello, > > > > I have downloaded the last version of TurtleALM and installed it on > TortoiseSVN 1.7.13. > > But using it with ALM 11.0 (patch 18), I found 2 small issues: > > > > · If the box “Save credentials” is unchecked, the filter “1. > Default: Owner and not closed” is displaying some Defects at the 1st > click on “Choose QC/ALM items”, but this filter does not display any Defect > the 2nd time I click on “Choose QC/ALM items”. If the box “Save > credentials” is checked, all is working properly. > > > > · In all the cases, the box “Save credentials” being checked or > not, the filter “2. All – not closed” never displays any Defect. > > > > Is there any solution or fix for these problems please? > > Is it possible to retrieve also some requirements, and if yes how? > > Is it possible to modify the TurtleALM code with the fix and enhancements > described above, and if yes how please? > > > > Thanks in advance for your help. > > > > Eric > > > This message contains information that may be privileged or confidential > and is the property of the Capgemini Group. It is intended only for the > person to whom it is addressed. If you are not the intended recipient, you > are not authorized to read, print, retain, copy, disseminate, distribute, > or use this message or any part thereof. If you receive this message in > error, please notify the sender immediately and delete all copies of this > message. > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Almtools-users mailing list > Alm...@li... > https://lists.sourceforge.net/lists/listinfo/almtools-users > > |
From: Bonotto, E. <eri...@ca...> - 2015-03-11 13:18:29
|
Hello, I have downloaded the last version of TurtleALM and installed it on TortoiseSVN 1.7.13. But using it with ALM 11.0 (patch 18), I found 2 small issues: * If the box "Save credentials" is unchecked, the filter "1. Default: Owner and not closed" is displaying some Defects at the 1st click on "Choose QC/ALM items", but this filter does not display any Defect the 2nd time I click on "Choose QC/ALM items". If the box "Save credentials" is checked, all is working properly. * In all the cases, the box "Save credentials" being checked or not, the filter "2. All - not closed" never displays any Defect. Is there any solution or fix for these problems please? Is it possible to retrieve also some requirements, and if yes how? Is it possible to modify the TurtleALM code with the fix and enhancements described above, and if yes how please? Thanks in advance for your help. Eric This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. |
From: Stephan D. <Ste...@di...> - 2015-02-19 08:47:33
|
Hi, i tried to use the ALM List Admin Tool, but it refused to connect to ALM (see down error). For me it seems like an not compatible interface. We are using already QC V10. What are the (minimum) system requirements for using ALM List Admin (>V11)? Thanx in advance regards Stephan Dreher +++++++++++++++++++++++++++++++++++ in English is about: COM-Object Type "System.__ComObject" could not change to "TDAPIOLELib.TDConnection" Interface is not supported. 2015-02-19 08:16:35 INFO Logging in to ALM... 2015-02-19 08:16:35 ERROR ALM login FAILED. 2015-02-19 08:16:35 ERROR Error while login in. For more info check the user guide. Error: Das COM-Objekt des Typs "System.__ComObject" kann nicht in den Schnittstellentyp "TDAPIOLELib.TDConnection" umgewandelt werden. Dieser Vorgang konnte nicht durchgeführt werden, da der QueryInterface-Aufruf an die COM-Komponente für die Schnittstelle mit der IID "{5C346795-9EC4-49D2-ADCC-960E4210BBF0}" aufgrund des folgenden Fehlers nicht durchgeführt werden konnte: Schnittstelle nicht unterstützt (Ausnahme von HRESULT: 0x80004002 (E_NOINTERFACE)). Stephan Dreher Senior Consultant Díaz & Hilterscheid Unternehmensberatung GmbH Kurfürstendamm 179 10707 Berlin Telefon: +49 (0)30 74 76 28 - 0 Telefax: +49 (0)30 74 76 28 - 99 José M. Díaz Delgado - Geschäftsführer Marc Ahlbach - Geschäftsführer Ust-IdNr. DE195661616 Amtsgericht Berlin Charlottenburg HRB 67896 Internet: www.diazhilterscheid.de<http://www.diazhilterscheid.de/> Email: Ste...@di...<mailto:Ste...@di...> -------------------------------------------------------------------------------- Diese Nachricht kann vertrauliche Informationen enthalten. Weitere Information finden Sie unter www.diazhilterscheid.de/privacy.htm<http://www.diazhilterscheid.de/privacy.htm> This message may contain confidential information. More information at www.diazhilterscheid.de/privacy.htm<http://www.diazhilterscheid.de/privacy.htm> -------------------------------------------------------------------------------- |
From: Carr, S. <sim...@hp...> - 2014-06-05 10:04:33
|
Hi all, Is there a way to get the ALM list tool to process a number of lists at the same time without having to load each list separately? Many thanks Simon |
From: Yaglici, B. (ext) <bue...@si...> - 2014-05-22 12:38:24
|
Hello, where I can find the user guide for this go2ALM tool ? Thank you. With best regards Bülent Yaglici |
From: Jacques, O. (P. IT) <oli...@hp...> - 2014-05-20 12:56:30
|
Hello Buelent, I am sorry to hear that. Could you give more details about the message that you get if any? Regards, Olivier. From: Yaglici, Buelent (ext) [mailto:bue...@si...] Sent: mardi 20 mai 2014 10:05 To: alm...@li... Subject: [ALMTools-users] Login with go2ALM tool failed Hello everyone, I try to login to ALM 12 and ALM 11.52 but it does not work. Do you have any idea which might be the problem ? Mit freundlichen Grüßen | With best regards Bülent Yaglici |
From: Yaglici, B. (ext) <bue...@si...> - 2014-05-20 08:04:59
|
Hello everyone, I try to login to ALM 12 and ALM 11.52 but it does not work. Do you have any idea which might be the problem ? Mit freundlichen Grüßen | With best regards Bülent Yaglici |
From: Jacques, O. (P. IT) <oli...@hp...> - 2014-04-04 17:04:31
|
Hi Howard, You are on this distribution list, because you are subscribed to the almtools users mailing list (https://sourceforge.net/p/almtools/mailman/almtools-users/) TurtleAlm is at: http://almtools.sourceforge.net/turtlealm/ Hi Setti, Which "Tortoise" are you using: TortoiseSVN? The registry entry should be created the first time you launch the addon through the "Choose QC/ALM items" as on this picture: http://almtools.sourceforge.net/wp-content/uploads/2012/06/TurtleALM-button.jpg Regards, Olivier. From: Heller, Howard [mailto:How...@ca...] Sent: vendredi 4 avril 2014 18:52 To: set...@ac...; alm...@li... Subject: Re: [ALMTools-users] ALM configuration I don't know what TurtlALM is and we are on ALM 11.0 not 11.52 Howard From: set...@ac...<mailto:set...@ac...> [mailto:set...@ac...] Sent: Friday, April 04, 2014 10:37 AM To: alm...@li...<mailto:alm...@li...> Subject: [ALMTools-users] ALM configuration Hi I have installed TurtleALM_Setup_x64 in our environment. But we not able to configure "TurtleALM configuration". We did not find any registry key "HKEY_CURRENT_USER\Software\TurtleALM." In our system. Please help me how to resolve this issue. And also let me how to integrate with HP ALM ALM version 11.52. Thanks & Regards, Srinivas ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy. ______________________________________________________________________________________ www.accenture.com<http://www.accenture.com> |
From: Heller, H. <How...@ca...> - 2014-04-04 16:52:30
|
I don't know what TurtlALM is and we are on ALM 11.0 not 11.52 Howard From: set...@ac... [mailto:set...@ac...] Sent: Friday, April 04, 2014 10:37 AM To: alm...@li... Subject: [ALMTools-users] ALM configuration Hi I have installed TurtleALM_Setup_x64 in our environment. But we not able to configure "TurtleALM configuration". We did not find any registry key "HKEY_CURRENT_USER\Software\TurtleALM." In our system. Please help me how to resolve this issue. And also let me how to integrate with HP ALM ALM version 11.52. Thanks & Regards, Srinivas ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy. ______________________________________________________________________________________ www.accenture.com<http://www.accenture.com> |
From: <set...@ac...> - 2014-04-04 14:37:40
|
Hi I have installed TurtleALM_Setup_x64 in our environment. But we not able to configure "TurtleALM configuration". We did not find any registry key "HKEY_CURRENT_USER\Software\TurtleALM." In our system. Please help me how to resolve this issue. And also let me how to integrate with HP ALM ALM version 11.52. Thanks & Regards, Srinivas ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy. ______________________________________________________________________________________ www.accenture.com |
From: Carr, S. <sim...@hp...> - 2013-08-07 07:48:48
|
Hi, When I run the ALM List Manager and try to import a list using Excel, the application returns the error ERROR: Exception from HRESULT: 0x80040438 I can't find any information on the web regarding this error. Can anyone help? This is a great application by the way - very useful Thanks Simon Carr Application Support, ATLAS SASL Tel: +44 1256 742922 Email: sim...@hp...<mailto:sim...@hp...> ATLAS Consortium: Hook D,7 Bartley Wood Business Park,Bartley Way,Hook,Hampshire.RG27 9XA ATLAS is a business name of HP Enterprise Services and the other members of the ATLAS Consortium HP Enterprise Services, Defence & Security UK Ltd | Registered Office: Cain Road, Bracknell, Berkshire, RG12 1HN | Registered No: 936751 England The contents of this message and any attachments to it are private to HP and may be legally privileged. If you have received this message in error, you should delete it from your system immediately and advise the sender. To any recipient of this message within HP, unless otherwise stated you should consider this message and attachments as "HP proprietary information". |
From: Jacques, O. (P. IT) <oli...@hp...> - 2012-07-05 17:02:09
|
Greetings TurtleALM users, Anyone here? :-) I have uploaded a new version of TurtleALM - http://almtools.sourceforge.net/turtlealm Change log: New - Settings moved to registry (see web site for more info) New - New filter: all opened defect New - Warn if authentication is not over https as authentication is HTTP Basic New - Warn if ALM URL looks incorrect Fix - Default must work out of the box, and have ALI format Fix - Remove duplicates when changing the filter for the same project, or refreshing several times on the same project Fix - version update check could fail Regards, Olivier. |
From: Jacques, O. (P. IT) <oli...@hp...> - 2012-06-25 14:14:48
|
Greetings TurtleALM users, I have uploaded a new version of TurtleALM - http://almtools.sourceforge.net/turtlealm Change log: New: TurtleALM 32 bits installer New: Target Release field now presented Enh: New default output name for TurtleALM installer Fix: TurtleALM 64 bits installer may point to incorrect system path Fix: tab order in the form was incorrect How do you like it so far? Regards, Olivier. |
From: Jacques, O. (P. IT) <oli...@hp...> - 2012-06-18 17:20:18
|
Greetings TurtleALM users, I have uploaded a new version of TurtleALM - http://almtools.sourceforge.net/turtlealm Change log: New: auto check for update every 7 days - can be turned off in settings (CheckForUpdate boolean) New: customized ALM client type "REST client: TurtleALM" to make TurtleALM connections visible in ALM Site Admin New: added TODO.txt Enh: replaced "QC" by "ALM" in dialog Fix: avoid exception if TurtleALM form was opened for a long time, and the ALM session expired in the meantime (usually 1h) Fix: Exception for first time users because of a registry key which did not exist Fix: installer now requires .Net 4.0 Client profile instead of full Looking forward for feedback on TurtleALM, as well as first contributions :-) Regards, Olivier. |
From: Jacques, O. (P. IT) <oli...@hp...> - 2012-06-13 09:30:04
|
Greetings, I am thinking how to best add ALM requirements to TurtleALM (http://almtools.sourceforge.net/turtlealm/). I was initially thinking to list requirements that you (the authenticated user) "own". But I think this is too restrictive. Developers most often will not own the requirements - as many developers may work on the same requirement. Then, I was thinking TurtleALM could list requirements which belong to a given ALM Release. I know though that some users use the release information, some others don't. So, what do *you* think? Regards, Olivier. |
From: Jacques, O. (P. IT) <oli...@hp...> - 2012-06-10 10:18:04
|
Greetings ALMTools users, With HP ALM ALI (Application Lifecycle Intelligence) plugin, more and more developers are using ALM as a defect tracker. TurtleALM is a plugin for TortoiseSVN to help you construct commit messages from ALM defects. It takes a couple of click to select the defect and voilà - a nicely formatted code commit message. Get it there (installer and source code): http://almtools.sourceforge.net/turtlealm As everything on ALMTools site, it is free and Open Source. We are looking forward for your feedback and additions / contributions on the ALMTools mailing list - https://lists.sourceforge.net/lists/listinfo/almtools-users. Regards, Olivier. |
From: <Chr...@cf...> - 2012-06-09 15:37:28
|
I am out of the office until 11/06/2012. I'm out of the office until Monday 11th June, please contact Rob Palmer x3433 in my absence. Thanks Chris Note: This is an automated response to your message "Almtools-users Digest, Vol 1, Issue 1" sent on 09/06/2012 13:02:28. This is the only notification you will receive while this person is away. ********************************************************************** This e-mail is intended solely for the addressee and is strictly confidential. If you are not the intended addressee, please do not read, print, retransmit, store or act in reliance on it or any attachments. Instead please notify us immediately, e-mail it back to the sender and delete the message from your computer. E-mail transmission cannot be guaranteed to be secure or error free and we accept no liability for changes made to this e-mail (and any attachments) after it was sent or for viruses arising as a result of this e-mail transmission. Any unauthorised disclosure, reproduction, dissemination, copying, modification, distribution and/or publication of this e-mail message is strictly prohibited. We reserve the right to intercept any e-mails or other communication for permitted purposes in accordance with the current legislation which you send to, or receive from, any of the employees or agents of ours via its telecommunication systems. By so corresponding you also give your consent to us monitoring and recording of any correspondence using these systems. Unless stated otherwise by an authorised individual, nothing contained in this e-mail is intended to create binding legal obligations between us and opinions expressed are those of the individual author. This e-mail is sent on behalf of The Co-operative Banking Group and/or one or more of its subsidiaries detailed below, as the context may require. The Co-operative Banking Group registered number IP29379R and CFS Management Services Limited registered number 5564787 are registered in England and Wales and have their registered office at New Century House, Manchester, M60 4ES. The Co-operative Banking Group includes the following members which are authorised and regulated by the Financial Services Authority: Co-operative Insurance Society Limited registered number 3615R CIS General Insurance Limited registered number 29999R CIS Unit Managers Limited registered number 2369965 CIS Policyholder Services Limited registered number 3390839 The Co-operative Asset Management Limited registered number 03858994. The Co-operative Bank p.l.c. registered number 990937 Each member of The Co-operative Banking Group listed above is registered in England and Wales and has its registered office at Miller Street, Manchester M60 0AL other than The Co-operative Bank p.l.c. whose registered office is at PO Box 101, 1, Balloon Street, Manchester, M60 4EP. ********************************************************************** |
From: Jacques, O. (P. IT) <oli...@hp...> - 2012-03-07 16:25:05
|
Dear ALM Tools users and contributors, welcome! ALMTools (http://almtools.sourceforge.net/) is now opened. We are very excited to see where it goes and get both users and contributors, whether you are QC/ALM users or administrators! This mailing list (alm...@li...<mailto:alm...@li...>) is meant to be the place where users and contributors discuss about ALM Tools (the tools hosted on http://almtools.sourceforge.net/, not the actual QC/ALM product). Let's talk! Best regards, Olivier Jacques - ol...@hp...<mailto:ol...@hp...> |