German
NL COM FRA8

Kontakt

Rufen Sie uns an
+49 2202 2859-0

Stellen Sie Ihre Frage Termin für eine Online-Präsentation
Ihr Name: Ihre Frage:

Firmenname:
E-mail Adresse:
Telefonnummer:

Testimonial

I have used this tool to consolidatate Home and Pofile directories for 100 servers. We have automated our nightly HR extract so new users are created overnight, changes made to specific fields are updated in AD, and if a user has changed schools, there data is moved to the new school server overnight. The tool is easy to build projects to do many types of things, from File level re-organization an...

James Young

Seattle Public Schools Read more...

Release Notes


Version 10.8 Build 1658, Dec 23 2011

Major changes

  1. Office 365 Connector (new): The Office 365 environment is supported with a set of dedicated UMRA actions (1654, 06/December/2011)

Fixes and enhancements

  1. Action: New MoveRequest (Exchange 2010) (enhancement). Added support for the "AcceptLargeDataLoss" parameter.(1656, 12/dec/2011)
  2. Action: Edit Mailbox (Exchange 2010) (enhancement). Added support for the "RoleAssignmentPolicy" parameter.(1656, 12/dec/2011)
  3. Action: List MoveRequests (Exchange 2010) (fix). The 'RequestStyle' property is now returned in the table instead of the obsolete 'MoveType' property.(1656, 12/dec/2011)
  4. Action: Load Ldap modification data (enhancement). The resulting LDAP stucture is no longer unconditionally logged in the Umra log files. This logging is now optional, and is off by default (1654,30/nov/2011).
  5. RPC Communication Layer (Fix): Fixed an issue in the use of the memory manager for the RPC layer, as for example used by the UMRA Com object. This could cause the calling application to crash if a UMRA com method "execute project" was executed concurrently with another RPC using the same memory manager .This has been fixed. It most notably solves an issue for the SSRPM service when executing UMRA projects on password resets. (1656, 12/dec/2011).
  6. Action: Copy directory (fix): When the input for this action is invalid such that the specified destination directory itself is within the source scope, an endless recursion can occur. Basic validity checks to prevent this have been added. (1650,12/october/2011)
  7. Action: Send HTML mail message (fix): Unicode Characters in the mail body text that are not in the standard ascii set, are now encoded as e.g. ´. This ensures that the mail client program can display them properly. (1650,10/october/2011)
  8. Action: Google Get users (advanced) (fix): When retrieving the users, the column names from column 8 are incorrect. The name of column 9 was overwritten with the name of number 10. Number 10 with the name of 11 etc. Therefor only 63 column names where shown. The contents of the table where correct. Now the column names are correct. If a join is used on columnname of one of the columns above number 8 make sure the join is working as intented. (1650,5/oktober/2011)
  9. Action: Manage table (fix): When creating a new table, or adding a new column, now each column will automatically get a default column name. This is because some other operations may depend in specific circumstances on the availability of a column name. (1650,4/october/2011)
  10. Action: Format variable value (enhancement): The function "Remove diacritical marks" wil now also convert unicode caracters 0x1E20 en 0x1E21 to 'G' and 'g' respectively. (1650,28/september/2011)
  11. Service Installation (Enhancement): Increased minimum delay threshold in any query for the servicesatatus. This should prevent initial connection issues after upgrade of UMRA service (1650, 29/september/2011)
  12. RPC Communication Layer (Enhancement): Communication between different UMRA components has been modified to support ip6 networks.(1649,28/september/2011)
  13. Action: Convert to multi value variable (fix): Some of the memory resources used in this action where not correctly released. This could cause a growth of the memory used by the Umra service when this action was used frequently. This has been fixed. (1648,22/september/2011)
  14. TeleTOP (enhancement): Added a option to set the maximum number of worker threads.(1648,22/september/2011)
  15. N@TSchool (fix): Groups can now successfully be retrieved recursively.(1648,22/september/2011)
  16. IT's Learning (enhancement): An update to the IT's Learning Software has enabled us to implement significant performance enhancements.(1648,22/september/2011)
  17. IT's Learning (fix): Solved a memory leak in the connector.(1648,22/september/2011)
  18. Action: SAP Generic function modules (fix): : Fixed the output of single numeric and date fields and added support for single string fields.(1648,22/september/2011)

Version 10.7, Build 1648, June 30, 2011

Major changes

  1. Exchange 2010 (Enhancement). Added several actions in order to support the export of mailboxes to .pst files. (requires Exchange SP1) (1647,23/june/2011)
  2. Exchange 2010 (Enhancement). Extended the "Create user and mailbox" action to support the creation of linked mailboxes. (1647,23/june/2011)
  3. Exchange 2010(Enhancement). Extended the "create user and mailbox" action to support the creation of room an equipment mailboxes. (1647,23/june/2011)

Fixes and enhancements

  1. PowerShell: Dynamic actions (fix): When the powershell script building from the xml specification generates an exception in the UMRA service, further processing of the action is cancelled to prevent potential critical errors in the Umra service engine. (1640, 20/December/2010)
  2. Action: Get variable length (new): New action added that calculates the number of characters in a text variable. (1640,27/December/2010)
  3. Action: Create user (AD) (fix): When setting the "User cannot change password" flag in this action, there was an error that could lead to a crash when specific inheritable rights where pre-existing on the organizational unit in which the user was to be created. This has been fixed. The fix applies also to all other actions that set this flag. (1640,28/december/2010)
  4. Action: Set variable (enhancement): The option "resolve variable names in value immediately." is now also implemented for text-list variables. (1641,29/December/2010)
  5. Action: Send Mail Message (fix): The Send Mail Message action would truncate the mail message send if there where any genuine UNICODE characters in the text (character codes higher than 255). This is fixed. Note that the resulting text message is encoded with code page 1252. (1641,30/December/2010)
  6. General (fix): General issue with string conversion to and from unicode has been fixed, that could cause truncation of strings with non-standard characters. (1641, 30/january/2011)
  7. UMRA console (fix): When opening multiple projects at once, all projects that are not already open in another workspace, will now open in the originally active workspace. Privously the default target workspace could change if a project was encountered that was already open in another workspace. (1641,30/march/2011)
  8. Action: Format variable (enhancement). The variable to be formatted can be specified indirectly e.g. "%%name%%" where the variable %name% contains the name of the actual variable to be formatted, (1641,31/march/2011)
  9. Action: If then Else (fix): The evaluation of the equations of the types like "older than # days" would cause an exception for the date 1/1/1601 (a.k.a. 'never') when used in countries with negative time zones. This is fixed. (1641, 5/april/2011)
  10. Action: If then Else (enhancement): The evaluation of the type "older than # days" would not differentiate between dates before 1 jan 1970. Now it differentiates between dates from 2.jan 1601 upwards. (1641, 5/april/2011)
  11. Action: Setup LDAP session (fix): The "on error" handler was not always called if an error occurred. This has been fixed. (1641, 5/april/2011)
  12. Action: Google Apps connector (fix): The "change password at next logon" option, that can be specified when creating or editing Google users, was not effective. This has been fixed (1641, 8/april/2011)
  13. Action: Lotus Notes Set item(s) (fix): Setting an item of type "textlist" to an empty list could cause an critical exception. This has been fixed (1641, 13/april/2011)
  14. Action: Lotes Notes Set Item(s) (fix): Items of type "textlist" where not completely stored when exporting the project to an xml file, resulting in an empty list upon import. This has been fixed. (1641, 13/april/2011)
  15. Action: Manage multi-text value variable (fix): The option "sort values in descending order" would clear the values. This has been fixed. (14/april/2011)
  16. Action: List files and/or directories (change): In more circumstances the data collection will continue after an error has been encountered. (18/april2011)
  17. Action: SAP Generic function modules (new): (new): A new action is added to support multiple custom RFC/BAPI function modules to be executed within the same SAP server session. (1641, 18/april/2011)
  18. Action: Manage Table Data (fix): When Using de Table Data Operation "Complete rows", the resulting column count is now updated to reflect the size of the largest row. (1641,22/april/2011)
  19. Action: Edit user (no AD) (fix): The account expiration date can now successfully be specified by means of a variable. (1641,22/april/2011)
  20. Action: Create user (no AD) (fix): The account expiration date can now successfully be specified by means of a variable. (1641,22/april/2011)
  21. UMRA COM (fix): When the IUmra method "ExecuteProjectScript". was called without a prior successful call to the method "Connect", this could cause an exception. This has been fixed. (1642,06/may/2011)
  22. UMRA COM (Enhancement): The UMRA com object has been extended with two methods in order to allow access to individual records of the resulting log of the ExecuteProjectScript method. (1642 10/may/2011)
  23. Action:UMRA COM (Enhancement): The UMRA com object has been extended with a method "GetVariableInfo". to retreive infomation of the type of data contained in a variable. Main purpose is to be able to determine whether or not the variable contains a table. (1643, 19/May/2011)

Version 10.6, Build 1640, Dec 17, 2010

Major changes

  1. AFAS Profit connector (new): The HR-system AFAS is supported with a set of dedicated UMRA actions. (1638, 3/December/2010)

Fixes and enhancements

  1. Google (fix): For all Google script actions, when an action returns result data as a table, and the action succeeds but the result set is empty, a table with 0 rows is generated. Previously no output was generated at all for the table variable when the result set was empty. Now table formating functions will therefore work correctly on the result variable also if the result set is empty.(1635, 03/November/2010)
  2. Google (fix): Extended the log information in case Google returns errors as text/plain instead of html or xml. (1637, 18/November/2010)
  3. Google (fix):The UMRA service will stop all Google related activity when it receives a stop command (1637, 22/November/2010)
  4. Action: Google get group info (fix): Fixed a crash when this action was used on a closed connection. (1637, 18/November/2010)
  5. Google get user info (advanced) (fix): Fixed a rare situation causing a table row mismatch resulting in a empty table. (1637, 18/November/2010)
  6. Google get user info (advanced) (fix): Advanced user information is now returned correctly (especially birthdate and organizations). (1637,18/November/2010)
  7. Action: Google rename user (fix): Fixed some problems when renaming and using the cache. (1635, 05/November/2010)
  8. Action:Google add nickname (fix): Fixed the problem of adding a nickname to a user when the user name was not specified in lower case. (1635,05/November/2010)
  9. PSM: Installation (fix): When the installation of the PSM notification package had been initiated from a UMRA console running on a Windows XP 32 bit OS, the PSM dll would fail to load on 64 bit domain controllers. This has been fixed. (1637, 05/November/2010)
  10. Action: Create User (AD) (fix): If the action failed because of rejection of the password by windows, the error was logged, but the action returned a success code. Now it correctly raises an error.(1736, 23/November/2010)
  11. Action: Create user and mailbox(exchange 2007) (fix): The specified "display name" property is no longer ignored by the action. (1637, 23/November/2010)
  12. License Check (fix): The license check failed for licenses issued to an Organizational Unit that had special characters in its name (like "+students").This is fixed (1637,26 nov 2010)
  13. Action: Update Group Memberships (AD) (fix): If the user to change was located in an Organizational Unit with a forward slash ('/') in the name, the action failed. This is fixed. (1637, 26 November 2010)
  14. Action: Format variable value (enhancement): The restriction on the maximum supported variable size has been relaxed by a factor 1000. It will now only log a warning, except for extreme cases. (1637,30 November 2010)
  15. UMRA Forms table (adjustment): When specifying the column layout of a forms table at design time, the column widths are not anymore automatically resized to a total of 100% of the form width; instead, if the total width exceeds 100%, a horizontal scroll bar is shown in the resulting form. (1637,1 December 2010)
  16. UMRA Forms table (adjustment): When specifying the column layout of a forms table, double clicking on an already configured column does not anymore remove the column from the list. (1638, 1 Dec 2010)
  17. Action: Set attribute (AD) (fix): When de AD object variable to modify was specified, but contained no valid object, an error was logged and the action was not executed, but the "on error" actions where not performed. Now they are. (1638, 2 Dec 2010)
  18. Action: Send HTML mail message (fix): Mail messages with text or .csv attachments did not display properly in some specific email clients. This has been fixed.(1637, 05/November/2010)
  19. Action: Send HTML mail message (fix): Sending an email message could create and leave a temporary file a root directory of the computer. Now it does not.(1637, 05/November/2010)

Version 10.5, Build 1630, August 20, 2010

Fixes and enhancements

  1. Action: Send HTML mail message (new): A new action to send HTML E-mail message that can also contain one or more attachments. See Script Action: Send HTML mail message for more information. (1626,10/August/2010)
  2. Action: SAP Generic function module (new): A new action is added to support any RFC/BAPI function module. See SAP - SAP Generic function module for more information. (1625, 9/August/2010)
  3. Action: Setup Exchange Session (Exchange 2010). (fix) Modified optional prerequisite test to better reflect the current prerequisites. (1625, 27/July/2010)
  4. Action: Edit Distribution Group (Exchange 2010) (fix) The "Room List" switch is now not specified at all (instead as false) when not explicitly set, to prevent errors in outlook live, that does not support this parameter. (1625,27/July/2010)
  5. Action: Add Distribution Group member (Exchange 2010) (new): A new action is added to add an Exchange 2010 distribution group member to an existing distribution list. See Introduction to Exchange 2010 for generic information on using Exchange 2010 UMRA actions. (1625, 27/July/2010)
  6. Action: List Distribution Group members (Exchange 2010) (new): A new action is added to list the members of an Exchange 2010 distribution list. (1625, 27/July/2010)
  7. Action: Remove Distribution Group member (Exchange 2010) (new): A new action is added to remove a member from an Exchange 2010 distribution list .(1625, 27/July/2010)
  8. Action: Sap get users (fix): When the search pattern is was used, it was ignored by the action. This issue is fixed (1623, 16/June/2010)
  9. Action: List mailboxes (Exchange 2010) (enhancement): Added MailboxPlan column to advanced table. so it can be listed if it is supported in the used Exchange 2010 environment, for instance in Outlook Live. (1623,17/June/2010)
  10. Action: Create user and Mailbox (Exchange 2010) (enhancement): Added optional MailboxPlan specification for Outlook Live support (1623,17/june/2010)
  11. Action: Edit Mailbox (Exchange 2010) (enhancement): Added option MailboxPlan specification for Outlook Live support. (1623,17/june/2010)
  12. Action: List mailboxes (Exchange 2010) (enhancement): Added optional RecipientTypeDetails filter parameter. (1623,17/june/2010)
  13. Action: List Users (Exchange 2010) (enhancement) Added optional RecipientTypeDetails filter parameter. (1623,17/june/2010)
  14. Action: List Contacts (Exchange 2010) (enhancement) Added "Error when not found" option flag. (1623,17/june/2010)
  15. Action: Sap Set user detail (fix): When the detail value is table with multiple rows, not only the last row is send to SAP multiple times, but all different rows are send to SAP. (1623,07/July/2010)
  16. Action: Manage mailbox email addresses (Exchange2007) (fix): The Remove address option worked incorrectly (1623, 15/july/2010)
  17. Action: Create Mail User (Exchange2010) (fix): Removed the mandatory tag from some action properties to allow use for Outlook Live. (1627,13/august/2010)
  18. Action: Create Mail Contact (Exchange2010) (fix): Removed the mandatory tag from some action properties to allow use for Outlook Live. (1627,13/august/2010)
  19. Action: Sap Remove user detail (fix): Sometimes the detail was not cleared in rare conditions, this is fixed. (1626,12/August/2010)

Version 10.4, Build 1623, May 28, 2010

Major changes

  1. SAP (enhanced): The support of SAP systems is enhanced. See UMRA SAP module for more information. (1613, 15/April/2010)
  2. Exchange 2010 (new): Official support for Exchange 2010 has been added. Over 50 dedicated actions to support various exchange 2010 features to manage mailboxes, distribution lists, public folders and more (1619, 18/may/2010)
  3. @VO 3 connector (new): The hosted student information system @VO is supported with a set of dedicated UMRA actions (1615, 22/April/2010)
  4. Avetica Moodle connector (new): The hosted student information system Moodle is supported, when hosted by Avetica, with a set of dedicated UMRA actions (1615, 22/April/2010)
  5. Edictis connector (new): The webservices of Edidictis are supported with a set of dedicated UMRA actions (1615, 22/April/2010)
  6. Google Apps connector (new): The action Google Rename user is added to the Google Apps connector (1615, 28/April/2010)

Fixes and enhancements

  1. Action: Set variable (enhancement): The name of the variable to create now may contain names of earlier defined variables. This allows for the names of the variable to be dynamic. For instance %%NewVarName%%. or %Administrator of %CurDomain%%. T4E_ID 680 (1601, November 27, 2009)
  2. Action: Manage Table data (enhancement): Table data operation "Get the number of table rows",now sets the found rowcount to 0 even if the specified table does not exists. Previously the rowcount variable was not generated at all in that situation. This could cause issues if the script did not explicitly check for errors. t4E_ID 777 (1601, November 26, 2009)
  3. Action: Delete Directory (fix): When specifying a date-time value as a condition criteria, the value is updated when the interface dialogs are re-opened. The difference in time corresponds with the difference between local and GMT time zone settings. The issue is fixed (1615, 22/April/2010)
  4. Action: If-Then-Else (fix): When specifying a date-time value as a condition criteria, the value is updated when the interface dialogs are re-opened. The difference in time corresponds with the difference between local and GMT time zone settings. The issue is fixed (1615, 22/April/2010))
  5. Update database (enhancement): An option is added to prevent to contents of database statement being shown in the log files. This is useful if the statements contain sensitive information, for instance a password. See Script Action: Update database - SQL Statements for more information. (1615, 28/April/2010)
  6. Execute command line (enhancement): A property is added to prevent the command line being shown in log file. This is useful is the command line contains sensitive information, for instance a password (1615, 28/April/2010)
  7. Action: Format variable value (fix): An option is added to prevent the input and output text values from being shown in the log files (1615, 28/April/2010)
  8. UMRA Forms (fix): When a UMRA Forms project used an initial project and the initial project accessed the UMRA Powershell Agent service, memory errors could cause the UMRA Service not to respond correctly. This issue is fixed (1613, 19/April/2010)
  9. UMRA Forms (fix): When the UMRA Forms client is started, the File, Exit menu option did not always work when the application was not connected to an UMRA Service. The issue has been resolved (1613, 19/April/2010)
  10. UMRA Forms (fix): When an UMRA Forms table was configured with multiple selection disabled and the index of the selected item was stored in a variable, the index could be incorrect if the end-user resorted the UMRA Forms table. The issue has been resolved (1614, 27/April/2010)
  11. UMRA Forms (fix): When a generic table, generated in a previously executed project, is sorted before it is shown in the UMRA Forms client, the indices of selected items could be incorrect. This issue has been resolved (1615, 28/April/2010)
  12. NTFS file system (fix): When specifying the file and directory security settings an error can occur when specifying a deny permission entry. UMRA will deny the permissions as specified, but also the so called synchronize permission is denied. The issue has been resolved (1614, 20/April/2010)
  13. UMRA Automation (fix): When scheduled projects run for over 24 hours, the UMRA Session could expire in previous versions. This might cause problems when UMRA Session variables are used. The problem has been resolved (1615, 22/April/2010)
  14. UMRA COM (enhancement): The UMRA COM object is extended with method HideVariable to prevent the contents of the variable data from being shown in log files. (1619, 3/May/2010)
  15. Generic table (fix): The octet string data type, used in Active Directory to represent for instance SID and GUID values is now supported in UMRA (1618, 29/April/2010)
  16. TeleTOP connector (enhancement): Added support for the TeleTOP course code enhancements. Also improved connection stability in unstable network environments (1615, 22/April/2010))
  17. Google Apps connector (fix): Fixed the retrieval of user memberships information when the cache is overridden (1615, 22/April/2010)
  18. Google Apps connector (enhancement):Added support for renaming users (1615, 22/April/2010)
  19. It's Learning connector (enhancement): Improved the performance and overall connection stability of the connector (1615, 22/April/2010)

10.3 Build 1601, November 19, 2009

Major changes

  1. TOPdesk connector (new): The helpdesk information system TOPdesk (TOPdesk, http://www.) is supported with a set of dedicated UMRA actions (1587, 26/August/2009)
  2. Google Apps connector (new): The information system Google Apps is supported with a set of dedicated UMRA actions (1587, 26/August/2009)
  3. TeleTOP connector (new): The student information system TeleTOP is supported with a set of dedicated UMRA actions (1587, 26/August/2009)
  4. N@tSchool connector (new): The student information system N@tSchool is supported with a set of dedicated UMRA actions (1575, 10/June/2009)
  5. It's Learning connector (new): The student information system It's Learning is supported with a set of dedicated UMRA actions (1599, 4/November/2009)
  6. Aura connector (new): The school library system Aura is supported with a set of dedicated UMRA actions (1575, 10/June/2009)
  7. Execute command line at UMRA Forms client (new): When an UMRA form is submitted, as a response, a command line can be executed by the UMRA Forms client computer. See Form action - Execute command line at client workstation for more information (1560, 2/April/2009).
  8. Get Out-Of-Office info (Exchange 2007) (new): The action collects the Out-Of-Office information of a particular account. See Script Action: Get Out-Of-Office info (Exchange 2007) for more information (1572, 2/June/2009)
  9. Set Out-Of-Office info (Exchange 2007) (new): The action sets the Out-Of-Office information of a particular account. See Script Action: Set Out-Of-Office info (Exchange 2007) for more information (1572, 2/June/2009).

Powershell

  1. Powershell Agent service - Session time to live (enhancement): The time-to-live idle time of a Powershell Agent service session can be configured by setting a registry value. See Registry settings for more information. (1570, 12/May/2009).
  2. Script action: Check Powershell Agent service session (new): The action can be used to check if an previously created Powershell Agent service action is still available and removed upon expiration. See Script Action: Check Powershell Agent service session for more information (1570, 13/May/2009).
  3. Keep-alive signalling (enhancement): To prevent expiration of idle Powershell Agent sessions, the UMRA Forms client sends keep-alive signal to the UMRA Service. The UMRA Service forwards these signals to the Powershell Agent service, keeping the sessions initialized through the UMRA Forms client alive. In case the UMRA Forms client is open for a longer period, e.g. a day, the session information is not lost.(1570, 19/May/2009)
  4. Variable list (enhancement): The available variables that can be used in script properties, generated from dynamic actions, is now limited to the properties section of the dynamic actions. In previous version, also variable names from the script section were copied to the variable list. Since these variable are not available in the UMRA variable list, these variables should not be presented to the end-user. (1570, 22/May/2009)
  5. Powershell not installed (fix): When Powershell is not installed on the machine that runs the Powershell Agent service, a correct error message is shown when executing the action Setup Powershell Agent service session. In previous versions, the Powershell Agent service and the call UMRA software could crash (1571, 25/May/2009)
  6. Powershell Agent service import library (fix): When importing the Powershell Agent service library, some incorrect error message were shown. The issue has been resolved (1571, 25/May/2009)
  7. Project execution using UMRA COM (fix): When using UMRA COM to execute projects that access the UMRA Powershell Agent service, a problem could occur causing projects not to terminate completely. The issue has been resolved. (1578, 17/June/2009)
  8. Powershell Agent service manual installation (enhancement): A online help topic is added that described how to setup the Powershell Agent service manually. See Manual installation of the Powershell Agent service for more information. (1579, 30/June/2009)

Lotus Notes

  1. Lotus Notes - action: Execute agent script (new): The action creates, executes and deletes a Lotus script agent in an existing database. The action can be used for instance to automate the approval of administration process requests. See Script Action: Execute agent script and Lotus Notes example projects for more information (1558, 30/March/2009).
  2. Lotus Notes - action: Execute agent script (enhanced): The action is extended with some new properties to better control the action. See Script Action: Execute agent script and Lotus Notes example projects for more information (1593, 28/September/2009).
  3. Lotus Notes - action: Get item size (new): The action retrieves the size of a single specified Lotus Notes document item. See Get item size for more information. (1558, 30/March/2009).
  4. Lotus Notes - action: Set item(s) (enhanced): The action now checks the total size of the item. If the action would exceed the Lotus Notes item size limit, the action is not executed. The action size limit is 32k bytes for summary items and 64k bytes for all other items. (1558, 30/March/2009)
  5. Lotus Notes - action: Set item(s) (enhanced): The action now checks the total size of the item. If the action would exceed the Lotus Notes item size limit, the action is not executed. The action size limit is 32k bytes for summary items and 64k bytes for all other items. (1558, 30/March/2009)
  6. Lotus Notes - action: Update profile document (enhanced): The action now supports different Lotus Notes type values and can also be used to delete fields and/or sign profile documents only. See Script Action: Update profile document for more information (1568, 24/April/2009).
  7. Lotus Notes - action: Update profile document (enhanced): The action is further enhanced to add a profile document field that contains the date and time of the profile document signature. See Script Action: Update profile document for more information (1569, 1/May/2009).
  8. Lotus Notes - action: Register person (advanced)(fix): The action is extended with 2 new properties, 'Roaming - Replica servers' and 'Roaming - Create replica files in background' to support roaming profiles. See Script Action: Register person (advanced) for more information. (1585, 24/July/2009)
  9. Lotus Notes - example project 'Remove Roaming profile' (new): An example project is added to show how to create an administration request to remove the roaming profile of a Lotus Notes user account. See Lotus Notes example projects for more information (1585, 24/July/2009).
  10. Lotus Notes - example project 'Lotus Notes ID Vault - Reset password (new): An example project is added show how to use the Lotus Notes ID Vault to reset password of user accounts in Lotus Notes. See ID Vault and Lotus Notes example projects for more information (1593, 28/September/2009).
  11. Lotus Notes - action: Delete document' (new): New properties are added to support another method to specify the note or document to be deleted. See Script Action: Delete document for more information (1593, 28/September/2009).

Actions

  1. Update numeric variable - Convert number to text (format) (new): The action is extended with the option to convert a number to a text value according to a C-language 'printf' format specification. See Script Action: Update numeric variable for more information (1558, 30/March/2009).
  2. Execute command line (enhanced): A property is added to specify the maximum output buffer size in case the output is to be stored in a variable. See Script Action: Execute Command Line for more information (1579, 26/June/2009).

Fixes and enhancements

  1. Action: Update date-time variable - subtract date-time value (new): A new function is added to subtract a date-time value stored in a variable from another date-time value. See Script Action: Update date-time variable for more information (1566, 17/April/2009).
  2. Action: Set variable (fix): For hidden variables, in log files, the value of the variable was not shown but when the action was executed, it was shown. The issue has been resolved (1577, June 12, 2009).
  3. Set attribute (AD) (fix): The escape sequences, introduced in UMRA build 1558, are changed to [\r], [\n], [\r\n] and [\t] to allow attribute specifications containing for instance \t: \SERVERNAME\Share\tsmith. See Script Action: Set attribute (AD) for more information. (1563, 9/April/2009).
  4. Add action to script - window update (fix): When composing an UMRA script using menu option Add action to script, the script window is now updated correctly. In previous versions, the actions displayed were not always updated immediately. (1562, 7/April/2009)
  5. Script action: Set Terminal Services user settings (fix): In special circumstances, UMRA could crash when the action was executed and failed with the following error message: Cannot determine NETBIOS domain controller name of domain controller... The issue has been resolved (1562, 7/April/2009).
  6. Powershell Agent service (fix): When received a stop signal, the Powershell Agent service is now stopped more gracefully (1562, 8/April/2009).
  7. Generic table - LDAP table column name (fix): The name of a column of a LDAP generic table is set to the name of the attribute. This was changed in build 1558 to the display name but causes problems in existing implementations. (1565, 15/April/2009)
  8. Vista - Windows Server 2008 - UAC (fix): The UMRA Console is started with elevated administrative access on the Vista and Windows Server 2008 platforms. In previous versions, this was not the case. Depending on the system configuration access denied errors could occurs for instance when the UMRA Service was installed. (1566, 17/April/2009)
  9. Action: Update database (fix): When testing the statements of action Update database, the option to Run test on UMRA Service is no longer available. In previous version, the option could be selected but was not functional (1566, 17/April/2009).
  10. 64-bit UMRA COM DLL (fix): In UMRA 10.1, build 1577, the 64-bit UMRA Automation DLL UmraCom64.dll had an incorrect version number (1577, June 12, 2009).
  11. PSM, UMRA session (fix): When accessing an UMRA project through UMRA PSM, the global UMRA session list is now correctly updated. In previous versions, the UMRA Service was not updated correctly. (1588, August 31, 2009).

10.0 Build 1558, March 27nd, 2009

Major changes

  1. Session support of the Powershell Agent service A Powershell Agent service session allows a more interactive usage of the Powershell runtime environment. For instance to store Powershell variables that can be used in subsequent Powershell scripts. For more information, see Powershell Agent service session. (1528, 10/November/2008)
  2. SAP support (new) Over 30 actions are added to support SAP. The UMRA SAP actions can be used to create SAP accounts, reset passwords, add users roles and profiles and so on. See UMRA and SAP for more information. (1480, 5/September/2008)
  3. UMRA Console: Open referenced project (new) When configuration a project with the UMRA Console application, the menu option Open referenced project opens the associated project for For-Each and Execute script actions. (1546, 29/January/2009)

Actions

  1. Get Out-Of-Office info (Exchange 2000/2003) (new) The action collects the Out-Of-Office information of a particular account. See Script Action: Get Out-Of-Office info (Exchange 2000/2003) for more information (1539, 6/January/2009).
  2. Set Out-Of-Office info (Exchange 2000/2003) (new) The action sets the Out-Of-Office information of a particular account. See Script Action: Set Out-Of-Office info (Exchange 2000/2003) for more information (1539, 6/January/2009).
  3. Set variable - hidden variable (enhancement) With action Set variable it is possible to hide the value of the variable. In log files, the value is not shown. (1528, 6/November/2008)
  4. Edit share (enhancement) The property 'Cache parameter' is added to support share caching options (1543, 28/January/2009).
  5. Set attribute (AD) (enhancement) The action supports carriage return, line-feed insertion in the Active Directory attribute. See Script Action: Set attribute (AD) for more information. (1546, 30/January/2009).
  6. Delete multiple variables (new) The action supports deletion of multiple variables from the project variable list with a single action. (1546, 6/February/2009)

Table management

  1. Manage table data - Get the number of table columns (new) The new action is added. See Script Action: Manage table data for more information (1546, 5/February/2009).
  2. Manage table data - Copy row (new) The new action is added. See Script Action: Manage table data for more information (1546, 5/February/2009).
  3. Manage table data - Copy multiple rows (new) The new action is added. See Script Action: Manage table data for more information (1546, 5/February/2009).
  4. Manage table data - Copy table (new) The new action is added. See Script Action: Manage table data for more information (1546, 5/February/2009).
  5. Manage table data - Remove multiple rows (new) The new action is added. See Script Action: Manage table data for more information (1546, 5/February/2009).
  6. Manage table data - Remove a specified column (new) The new action is added. See Script Action: Manage table data for more information (1546, 5/February/2009).
  7. Manage table data - Sort on column name (new) The new action is added. See Script Action: Manage table data for more information (1546, 5/February/2009).
  8. Manage table data - Convert multi-value variable to table (new) The action accepts single value variables. (1546, 11/February/2009).
  9. Manage table data - Replace column name (new) The new action is added. See Script Action: Manage table data for more information (1546, 5/February/2009).
  10. Manage table data - Get column name (new) The new action is added. See Script Action: Manage table data for more information (1546, 5/February/2009).
  11. Manage table data - Search table (new) The action is extended with search features. See Script Action: Manage table data for more information (1546, 5/February/2009).

Powershell - dynamic actions

  1. Time Powershell Agent service (fix) The time as shown in log messages generated by the Powershell Agent service is now correct (1520, 21/October/2008).
  2. Upgrade of dynamic actions (fix) The upgrade procedure of dynamic actions is enhanced (1520, 17/October/2008)
  3. Directory of Powershell Agent service (enhancement) It is now possible to specify the directory where the Powershell Agent service is installed (1542, 13/January/2009).
  4. Powershell Agent service - UMRA Service (fix) When multiple ( > 10) scheduled tasks access the Powershell Agent service simultaneously from within the UMRA Service, the RPC service can become to busy, causing errors and Powershell scripts not being executed. The error is now handled correctly and the RPC call is retried until it succeeds or the expiration period is passed (1506, 7/October/2008).
  5. Powershell Agent service - UMRA Service (fix) In rare circumstances, the UMRA Service could crash when multiple scheduled tasks access the Powershell Agent service simultaneously. This is caused by some XML libraries not being thread-safe. The issue has been resolved (1506, 7/October/2008).

UMRA COM object

  1. New interface methods (new) A number of interface methods are added, mainly dealing with UMRA COM object tables. Methods are added to check license information, store tables in the variable list, manage table contents and column names using the UmraDataTable interface. See UMRA COM object reference for more information (1543, 27/January/2009).

Lotus Notes

  1. Lotus Notes - Update profile document (enhancement) The action is extended: item flags can be specified for the updated profile document and the profile document can be signed when changes are applied (1536, 12/December/2008).
  2. Lotus Notes - Copy document (new) Copy a Lotus Notes document from one database to another Lotus Notes database. See Script Action: Copy document for more information (1536, 23/December/2008).
  3. Lotus Notes - Get quota (new) Retrieve the quota and size of a Lotus Notes database. See Script Action: Get quota for more information.
  4. Lotus Notes - Update profile document, 'Log archiving' (new) Online help is updated to show how the action is used to set log archiving for a Lotus Notes database (1543, 28/January/2009).

Fixes and enhancements

  1. Password Synchronization Manager (fix) Some memory issues are resolved in the Password Synchronization Memory DLL (1480, 10/September/2008)
  2. Password Synchronization Manager (fix) An issue is fixed for domain controllers with a name of 15 characters. In previous versions, error 111 could occur, generated by the Password Synchronization DLL, running on the domain controller. (1506, 7/October/2008)
  3. XML (fix) The handling of special characters (white-space, carriage return, line feed, tab) in XML export and import procedures is now correct (1480, 5/September/2008).
  4. XML (fix) For some UMRA objects, the XML export was not complete, e.g. the result file did not contain all of the UMRA object data. This could lead to incomplete backups. (1480, 5/September/2008)
  5. XML (fix) The indentation of exported projects to XML files is now correct. (1527, 30/October/2009)
  6. XML (fix) When importing a project from an XML-file that contains a generic table with an imported file, the separator character settings are now correct. In previous version, the comma (,) separator was always selected (1546, 5 February/2009).
  7. Recent projects (fix) In rare circumstances, the UMRA Console application lost the list with recent projects. The issue has been resolved (1515, 16/October/2008)
  8. Logging of service projects cache parameters (enhancement) The projects cache parameters are now logged in the UMRA Service log in startup. The log message has the following format: Service projects cache initialized with parameters 'Enabled=1', 'Delay=300' (1522, 22/October/2008)
  9. Manage service projects (fix) When the buttons of the 'Manage service projects' are clicked in a certain order, the UMRA Console application could crash. The issue has been resolved. (1528, 7/November/2009).
  10. Thread mechanism (enhancement) To prevent delays in large networks, specific tasks are performed in separate threads. (1543, 14/January/2009).
  11. Form security - group selection (enhancement) When setting the accounts for form project security, available groups are now by default shown in the dialog to select User and/or Groups (1542, 12/January/2009).
  12. Importing project files with period (.) in file name (fix) It is now possible to import a project file with multiple periods (.) in the file name. Example: form.with.period.ufp (1543, 13/January/2009).
  13. Name generation - output variable (enhancement) The names of output variables can now be renamed when configuration name generation algorithms. (1546, 29/January/2009).

9.2 Build 1486, September 12nd, 2008   

Major changes

  1. SAP support (new): Over 30 actions are added to support SAP. The UMRA SAP actions can be used to create SAP accounts, reset passwords, add users roles and profiles and so on. See UMRA and SAP for more information. (1480, 5/September/2008)
  2. XML (fix): For some UMRA objects, the XML export was not complete, e.g. the result file did not contain all of the UMRA object data. This could lead to incomplete backups. (1480, 5/September/2008)

Enhancements

  1. Password Synchronization Manager (fix): Some memory issues are resolved in the Password Synchronization Memory DLL. (1480, 10/September/2008)

9.1 Build 1478, August 1st, 2008   

Major changes

  1. XML project file format (new): UMRA supports the XML standard to import and export UMRA projects and scripts. See UMRA XML project and script files for more information (1458, 3/June/2008).
  2. Password Synchronization Manager (PSM) (new): The new PSM module will catch every password change in a Windows Active Directory domain and start an UMRA project. The UMRA project will forward the password change to other systems and applications. Refer to the section on PSM for more information (1474, 8/July/2008).

Groups

  1. Update group memberships (AD) (new action):The new action allows the addition, removal and synchronization of group memberships for an account. Lists can be specified for each operation. For example, when synchronizing, the user account (or other type of account) will only be a member of the specified groups when the action is completed. See [Script Action: Update group memberships (AD)] for more information (1437, 2/April/2008).
  2. Create group (AD) (fix): The Common Name of a new group can now start with a #-character (1462, 12/June/2008).

Tables

  1. Manage table data, Set column name (enhancement): The action Manage table data now supports the function to set the name of a column (1433).
  2. Manage table data, Search cells with matching contents(enhancement): In a table, search through all rows and the specified or all columns to find tables cells with matching text contents (1441, 14/April/2008).
  3. Manage table data, Complete rows (enhancement): Search through all rows of a table and add empty text values to each row so that the total number of columns is equal for all rows. If all rows already have an equal number of cells, no changes are made (1441, 14/April/2008).
  4. Get user (AD) (enhancement): The action is extended with property Globally Unique Identifier (GUID). When the user object is successfully retrieved, the GUID of the user account can be stored in a variable (1458, 2/June/2008).
  5. Get users table (locked out/Disabled/Password) (AD) (fix): When the domain Account lockout duration is specified as 0 (account is locked out until administrator unlocks it), the action functions correctly (1462, 12/June/2008).
  6. Store indices of selected rows in table variable (new): The indices of the selected rows of UMRA form tables, can be stored in a table variable (11/June/2008, 1462).

Actions

  1. For Each (enhanced):The dialog window to configure the For-Each action is extended with more options to configure the column variables passed to child project (1435, 21/March/2008).
  2. Execute command line (enhanced):A property is added to allow the removal of carriage-return line-feed characters at the end of the output variable value (1438, 3/April/2008).
  3. Generate random number (enhanced):For the minimum and maximum values, variable names can now be specified. (1441, 14/April/2008).
  4. Delete directory (enhanced): The logic to calculate the correct directory name is improved to support directory names with multiple dots (.) in the full path (1441, 14/April/2008).
  5. Execute script (enhanced): The action description as shown in the script window of an UMRA project now shows the name of the script to execute (1442, 18/April/2008).
  6. Get user (AD) (fix): When an output variable is specified for the display name, and no display name is found for the user account, no UMRA error is generate. (1456, 29/May/2008).
  7. Format variable value (new):The functions of the action 'Format variable value' can now be specified using variables. Also, when formatting functions are used in name generation algorithms, variables are supported (1437, 28/March/2008).
  8. Format variable value (enhanced): The case conversion functions of the action now supports the special characters ä, Ä, ö, Ö, ü and Ü. (1471, 2/July/2008).
  9. Get attribute (AD) (fix): When an attribute is not found, and property 'Convert to text flag' is set to 'No' and no errors must be generated if not found, the action now no longer generates an error (1462, 16/June/2008).
  10. Create local group (fix): When the group cannot be created since it already exists, no error is generated if 'Error if group already exists' is set to 'No'. (1473, 9/July/2008).

Exchange

  1. Manage mailbox e-mail addresses (Exchange 2007) (enhancement): The action now contains an additional property Domain controller to allow specific server binding and avoid replication issues (1462, 16/June/2008).
  2. Enable distribution group (Exchange 2007) (new): A new action to mail-enable distribution groups (1462, 16/June/2008).
  3. Set client access attributes (Exchange 2007) (new): A new action to set client access attributes including Outlook Web Access (OWA), MAP, IMAP and POP (1462, 16/June/2008).

PowerShell

  1. Powershell agent service (enhancement): The service now supports more data types used to return output tables. For example the data of file system ACL's. (1425, 11/Feb/2008).
  2. Powershell agent service (fix): A memory issue with encrypted data has been resolved. When using encrypted script phrases, the agent service could consume little memory resources that were not released properly. Eventually (after months or years without a reboot), this might cause problems for the computer running the Powershell Agent service (1425, 18/Feb/2008).
  3. Powershell return data (new): Simple string and data values can be returned to UMRA with a more simple method. See Single value output data for more information (1467, 26/June/2008).
  4. Powershell encrypted variable input (new): For input text properties, the value can be encrypted. In this case, the actual contents of the property is not shown in log files, UMRA script files and so on. See Encrypted properties for more information (1467, 27/June/2008).
  5. Powershell - Active Directory permissions management (new): New UMRA actions are added to manage Active Directory permissions: Script Action: Get AD permissions, Script Action: Add AD permission, Script Action: Remove AD permission, Script Action: Set AD permissions (advanced), Script Action: Get owner, Script Action: Set owner (1473, 8/July/2008).
  6. Powershell - Group management (new): New UMRA actions are added to manage Active Directory groups: Script Action: Set Managed By, Script Action: Get (nested) group memberships (1473, 8/July/2008).
  7. Powershell - File system (new): A new action is added to get disk space information: Script Action: Get disk space (1473, 8/July/2008).
  8. Powershell - Active Directory utility (new): A new action is added to determine the role of the primary domain controller: Script Action: Get PDC (AD) (1473, 8/July/2008).

Lotus Notes

  1. Lotus Notes - Generate recovery password (new): Support new action to reset the password of an Lotus Notes ID file.See Lotus Notes action: Generate recovery password for more information (1433).
  2. Lotus Notes - Out-Of-Office (new): Support new action to configure Out-Of-Office. See Lotus Notes action: Out-Of-Office for more information (1433).
  3. Lotus Notes - Move person (advanced) (new) The existing action Move person cannot be used to move a person if the person is currently located in an organizational unit. To support this operation, the action Move person (advanced) is added. See [Script Action: Move person (advanced)] for more information (1438, 3/April/2008).
  4. Lotus Notes - Update profile document (new). The action can be used to specify the value of a specific field of a database' profile document. See Script Action: Update profile document for more information (1473, 8/July/2008).
  5. Lotus Notes - Sign/Unsign document (fix). In previous versions, the action could apparently execute with no error, but the resulting document (adminp request) was not accepted. The error occurred when creating administration requests for Domino version 7 servers. (For version 6.X Domino servers, the problem was not found). The issue has been resolved (1440, 9/April/2008).
  6. Lotus Notes - Update ACL (fix). The ACE name that is specified as part of the Access Control Entry specification can now hold variables. In previous versions, variables were not replace at run-time by their actual values. (1142, 21/April/2008).
  7. Lotus Notes - UMRA Service (fix). When using an initial project with UMRA Forms projects, the UMRA Service did not properly release the resources used for Lotus Notes databases that were initialized in the initial project. Eventually, this could prevent the UMRA Service and other applications being able to access Lotus Notes databases (1435, 19/March/2008).
  8. Lotus Notes - Create document (enhancement). The action now exports the document or notes ID of the created document.
  9. Lotus Notes - Register person (advanced) (enhancement). The action now supports the creation of mail file replicas using property Mail – Mail file replicas (1447, 29/April/2008).
  10. Lotus Notes - Set items (fix). The order of text item values of text list items as specified with action Set items is now preserved. (1462, 12/June/2008).
  11. Lotus Notes - Example projects (new). Several UMRA Lotus Notes example projects are added. Almost all of these project show how to setup Lotus Notes administration requests in order to manage Lotus Notes accounts and mailboxes.

Forms

  1. Variable generic table column names (new): The names of columns in a variable generic table can be specified as variables (%NameColumnA%, %NamceColumnB%, etc) (1458, 2/June/2008).
  2. Name of client computer (new): When a form is submitted by clicking a button, a variable, %UmraClientComputerName%, is generated. The variable holds the name of the client computer and can be used by the UMRA Service. See Built-in variables for more information (1462, 11/June/2008)

Database

  1. Database connection lost when database reset (fix): With UMRA Forms, an error could occur when databases were reset or restarted. In these situation, the UMRA Service was not able to reconnect to the database unless the UMRA Service was restarted. The problem was caused by an incorrect update of the database connection cache maintained by the UMRA Service (1433).
  2. UMRA Console log with test query (new): When executing a test query of a table from the UMRA Console application (Setup generic table, Run test, Test...) the query is now written to the UMRA Console log (1458, 2/June/2008).

Automation

  1. UMRA Automation 64-bit support (new): The UMRA Automation software is now available for both 32-bit and 64-bit platforms. As a result, web-pages that are part of IIS web-site can run on 32-bit and 64-bit IIS platforms. See UMRA COM on 64-bit platforms for more information (1445, 23/April/2008).
  2. Name of automation project (fix): When creating a new automation project, the new project must now have an unique name. (27/May/2008, 1455).
  3. Automation log files (fix): The specific automation log file settings, e.g. maximum log files size and maximum number of log files per project are now preserved when the UMRA Service is restarted (1462, 12/June/2008).

General

  1. UMRA on Vista and Windows Server 2008 (fix): All UMRA applications now run on Windows Vista and Windows Server 2008 with no problems (1462, 12/June/2008).
  2. Error 20403(fix): When transferring large amounts of data ( > 1 MB) from either UMRA Forms or the UMRA Console application, an error could occur with error code 20403. This specially happened when variables storing big tables were used. (1433)
  3. Project name variable (new): When a project is executed, the name of the project is now stored in a variable. Two variables are used for this purpose: %UmraProjectName% and %UmraProjectNameStack%. Variable %UmraProjectName% contains the name of the (deepest) project that is currently executed. %UmraProjectNameStack% contains the name of all projects: the deepest child project and all parent projects. See Built-in variables for more information (1435, 20/March/2008).
  4. New Build-in variables (new): When a project is executed, the following new UMRA variables are generated: %CurrentSystemDate%, %TimeStamp%, %UmraFormSubmitDomain%, %UmraFormSubmitUsername%, %UmraPath%, %SystemRoot%. See Built-in variables for more information (1455, 28/May/2008).
  5. Error importing large amount of projects (fix): An error could occur when importing large amounts (> 250) of projects in a single operation. The operation has been changed to support more projects (1433).
  6. Distinguished names with slash (fix): The following actions – properties are updated to support distinguished names containing one or more forward slashes: action Set attribute (AD), property Active Directory object LDAP name, action Create object (AD), property LDAP Container, action Set group memberships (AD), property Active Directory name, action Create user (AD), property LDAP Container, action Remove specific group memberships (AD), properties Group name (LDAP) and Account name, action Move cross domain, properties Source object and Target container, action Create contact (AD), property LDAP Container, action Get user table (…), property LDAP path, action Create group (AD), property LDAP Container, action Move – rename (AD), property OU-Container LDAP name, action Get object (AD), property LDAP name (1438, 8/April/2008).
  7. Script error handling (fix): When the error handling settings of a script action are updated, the project is now marked as dirty (e.g. needs to be saved due to changes in the project) (1458, 2/June/2008).
  8. Log variables - Display of Carriage Return Line Feed (fix): When a variable value contains carriage-return and/or line-feed characters, the action Log variables will show these characters ([cr],[lf],[crlf]).
  9. Log variables - Scheduler tab shown (fix): When an automation project is scheduled to run once, and the run time is passed, the project window now shows the scheduler tab. In previous versions, the scheduler tab was only shown if the project schedule time was in the future (1462, 11/June/2008).
  10. Drop down lists, edit field (fix): In a number of dialogs and tabbed windows, the the edit field of drop down lists now automatically scrolls in a horizontal direction when text is entered. In previous versions, the length of the entered text was limited (1462, 13/June/2008).

<.0 Build 1425, February 1st, 2008   

New Features

  1. Major new area of functionality: Support of PowerShell. The UMRA software is extended with the PowerShell Agent service. The service supports the integration of UMRA and Powershell. New actions that can use any PowerShell cmdlet can be added to UMRA in a dynamic manner to extend the functionality of UMRA. For more information, see the PowerShell Agent Service topics in the online help.
  2. Major new area of functionality: Support of Exchange 2007. Based on the new Powershell Agent service, over 25 new actions are added to UMRA to support the management of Exchange 2007 mailboxes and other resources. For more information, see the Exchange 2007 topics in the online help.

This new functionality is licensed as a separate module. Existing users should contact Tools4ever for an upgrade of their licence keys when required.