List of changes for portingset: 8.4a.02 MaintChopin: # 37864 (BDNT29868): Prevent mixingup buffered characters in BW Date: Mon, 17 Dec 2007 16:00:27 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) In case the backend delays focus changes (because the performance on the backend is slow), BW buffers keyboard input. However in some occasions the order of the characters in this buffer might get mixed-up. Test Procedure See problem description in SDIS: ERP-00000-30271 Affected Executables bw.exe og70asud.dll Motive source SDIS: ERP-00000-30271 MaintChopin: # 37839 (BDNT29592): MS SQL Server Unicode set.fmax Date: Thu, 13 Dec 2007 15:24:41 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) set.fmax is giving problems on SQL Server in combination with Unicode. Test Procedure Put the next query in a 3gl script. Problem is fixed in case it doesn't return any records. select count(*) cnt from tdisa001 where tdisa001.seak > :seak_max selectdo ret = cnt endselect Affected Executables mssql7_srv.exe Motive source SDIS:TECH-00000-03011 MaintChopin: # 37837 (BDUX29732): wrong on.change.check Date: Thu, 13 Dec 2007 15:15:42 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) We ran sales report using layout ZZ by customer and item and noticed that the sales data for the item is going into the next line in the report. See attachment for layout ZZ customer 2C3000266. Example: the sales data line showing for item ANM22244/20 should be for the item above it- ANM22242/20 (We checked this against the inventory transaction by item and warehouse). Note that we ran a full sales update today and still got the same problem. Also note that we noticed this problem after the change from porting set 8.2 to 8.4. Test Procedure See problem description Affected Executables bshell Motive source SDIS:ERP-00000-28701 SDIS:ERP-00000-30105 MaintChopin: # 37826 (BDNT29856): OfficeIntegration problem with BW Date: Thu, 13 Dec 2007 13:02:22 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) When using Infor BW 8.4a.02.8 witch office integration package the following error is shown: Unable to load file fficeIntegration.exe" (error #2: Input/Output error) Test Procedure See problem description in SDIS request. Affected Executables bw.exe Motive source SDIS:TECH-00000-03292 MaintChopin: # 37803 (BDUX29841): new timezone files Date: Wed, 12 Dec 2007 15:23:43 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) new timezone rules defined in venezuela Workaround download the files manually and compile these with zic Test Procedure check files on different timezone rules for venezuela on 9-12-2007 Affected Executables timezone files Motive source SDIS:erp-00000-30091 MaintChopin: # 37650 (BDUX29707): Force stack dump for SLM on HP-UX Date: Mon, 3 Dec 2007 15:33:12 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) Possibly superfluous log entry in case of a crashed program Workaround Not relevant Test Procedure Send signal 10 to a relevant process such as SLM server Affected Executables SlmServer MaintChopin: # 37645 (BDNT29703): BW Central deployed misses VS2005 DLLs Date: Mon, 3 Dec 2007 14:11:14 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) The Visual Studio 2005 runtime DLL's are missing in the BIN directory of BW. This causes problems when running BW from a central deployment server when the Visual Studio 2005 runtime is not installed on a client. Workaround Install these files manualy or install the VC redist exe on each client pc. Test Procedure See problem description. Affected Executables BW installer. Motive source SDIS:TECH-00000-03200 MaintChopin: # 37423 (BDUX29492): T800-156457: bic crashes if void function is incorrectly used Date: Fri, 16 Nov 2007 15:08:22 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) If a function that returns no value is used in a context that expects a value to be returned, then the bic compiler gives an error such as the following: assignment.test( 15): Error: Function 'f' returns no value. If the same functions is later properly used, then bic crashes. As an example, consider the following (incorrect) program. The first use of function f is incorrect and results in a compile error. The second use of the function f is correct and no error should be reported. However, bic crashes. function void f( long x, string s, long z ) { } function main() { long ret ret = f(3,"x",5) f(3,"x",8) } Test Procedure Compile the following source: function void f( long x, string s, long z ) { } function main() { long ret ret = f(3,"x",5) f(3,"x",8) } You should get the following error, bic should not crash and exit with exit code 1. ( 9): Error: Function 'f' returns no value. Affected Executables bic Motive source TCS:800-156457 MaintChopin: # 37413 (BDUX29441): T800-161834: bshcmd6.2 -p rejected in combomode when catched by _srv.dll Date: Fri, 16 Nov 2007 12:18:00 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) If the bshcmd program is used and a command is sent to the bshell, but the bshell has a combo driver attached then the command may be picked up by the combo driver, and not by the bshell. Test Procedure Start a bshell with combo driver. Use bshcmd without -C and observe that the command is picked up by the bshell and never by the combo driver. Use the -C option and observe that the command is picked up by the combo driver and never by the bshell. Affected Executables bshell database drivers Motive source TCS:800-161834 MaintChopin: # 37327 (BDUX29300): Other trace disables baan_sql_trace Date: Mon, 12 Nov 2007 15:52:02 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) Baan V and higher have a ttstpbshdebug session, which is used to activate tracing in bshell and database driver. Due to a problem in the bshell BAAN_SQL_TRACE gets disabled after choosing another tracing, for instance BDB_DEBUG. Workaround 1) Mark BAAN_SQL_TRACE as last tracing in the session. 2) Add the next to BW configuration: -- -set BAAN_SQL_TRACE=0 Test Procedure Try to use BAAN_SQL_TRACE in combination with other traces. Use the session ttstpbshdebug to activate these tracings. Affected Executables bshell6.2 Motive source SDIS:TECH-00000-02912 MaintChopin: # 37278 (BDNT29270): ntbshell crashes with some session permissions Date: Thu, 8 Nov 2007 14:42:47 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) Assigning an value to a variable but because the NO_PERM role was set the variable did not exist any more. Workaround N/A Test Procedure Tested on nlbawtls3 Affected Executables bshell Motive source SDIS:ERP-00000-27528 MaintChopin: # 37273 (BDUX29304): resources from defaults/all and defaults/ were loaded again after lib/user/u Date: Thu, 8 Nov 2007 14:05:21 +0100 (CET) Created on: MaintBaanIVc Type: bugfix Problem Description (Customer terms) When session_timeout was specified in lib/defaults/all and in lib/user[/u]/u the user-specific configuration did not take precedence. Workaround use -set SESSION_TIMEOUT= from the .bwc file Test Procedure specify session_timeout in lib/defaults/all and in lib/user[/u]/u and verify that the user-specific configuration takes precedence. Affected Executables all Motive source SDIS:TECH-00000-02931 MaintChopin: # 37243 (BDNT29354): Fix deliver list (itext) Date: Wed, 7 Nov 2007 12:08:21 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) Inconsistency in deliver list MaintChopin: # 37227 (BDUX29310): Bdbpost: By default preserve timestamps (rcd_utc column), unless option -T is specified Date: Tue, 6 Nov 2007 15:09:30 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) All timestamp values of the rcd_utc column are updated by the bdbpost program. Test Procedure Create a table dump of a table with the rcd_utc column. Import the table dump without the -T option. Observe that the timestamp values of the rcd_utc column are preserved. Now import the table dump with the -T option. Observe that the timestamp values of the rcd_utc column are updated. To restore the original table, import the table dump once again without the -T option. Affected Executables bdbpost MaintChopin: # 37189 (BDUX29302): T800-155834: Bshell function pathname accepts only 32 characters Date: Fri, 2 Nov 2007 14:44:21 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) The bshell function pathname() truncates the first argument to 31 characters, and reports that it cannot find the file. Affected Executables bshell Motive source TCS:800-155834 MaintChopin: # 37173 (BDNT27437): Vertex 2.0 API change for TAX Api Date: Thu, 1 Nov 2007 17:08:23 +0100 (CET) Created on: MaintCorelli Type: bugfix Problem Description (Customer terms) Florida is a max tax state. They charge tax at one percentage rate for the first $5000. Then a different tax rate is charged for anything over $5000. Baan seems to be calculating tax at the line level and not the sales order level so the tax charged to some of the customers was incorrect. Test Procedure After compiling a new api6.x (Unix only, Windows does not require compiling) enter a tax transaction for a Florida address with multiple quantities and a value over 5000$. The County tax should only be calculated for the first 5000$ of the value. Affected Executables api6.x/api.exe Motive source SDIS:ERP-00000-15380 MaintChopin: # 37139 (BDUX29235): MLE: copy.mem of multi-byte string arrays Date: Tue, 30 Oct 2007 14:32:26 +0100 (CET) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) During the implementation of the MLE (multi language enabling) project, the function copy.mem with multi-byte string array arguments was deprecated. If an attempt to do this is made, the following error message is given: copy.mem does not support copying into an array of multi-byte strings (MLE environment) Workaround Copy the elements of the array one-by-one. Test Procedure Write a small 3GL script. Declare two mb string arrays of which the element length is the same. Use the copy.mem function to copy the data. Verify the target symbol. Affected Executables bshell Motive source SDIS:erp-00000-26997 MaintChopin: # 37095 (BDUX29195): bshell crash in xml_readFromString Date: Fri, 26 Oct 2007 13:54:41 +0200 (CEST) Created on: DevDesprez Type: bugfix Problem Description (Customer terms) bshell crash when xmlReadFromString is called with Unicode characters which can not be converted to local characters. Test Procedure read file with size larger than 16k with copyright symbol on a SHIFTJIS system. MaintChopin: # 37020 (BDUX29122): BLAT: crash if prepare fails Date: Fri, 19 Oct 2007 11:01:31 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) If BLAT is enabled to trace SQL statement texts, and a prepare fails, then the bshell crashes. Test Procedure Enable BLAT logging, for example: BLAT="=sql state 01212 threshold 0.0" and prepare an incorrect statement. Affected Executables bshell other db clients MaintChopin: # 36994 (BDUX29098): resource retry_delay and max_retry Date: Wed, 17 Oct 2007 16:03:29 +0200 (CEST) Created on: MaintChopin Type: porting specific change Problem Description (Customer terms) MAX_RETRY is not a resource but an environment variable Upon database retry, the bshell delays at least 1, upto 4 seconds (random) per delay. As hardware is much faster nowadays than it used to be when these values were chosen, we should decrease the delay time. The database retry also waits on non-locking retriable errors like E_BDB_DUPL. In these cases delay is not needed. Affected Executables bshell MaintChopin: # 36987 (BDNT28962): no indication of the originating session in event log Date: Wed, 17 Oct 2007 11:40:54 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) There is no indication of the originating session because the code that shows this information was not touched for windows Workaround N/A Test Procedure 1 - Open GTM 2 - Open table ttaad320, company 000 3 - In the "Canceled Date" (ttaad320.ccdt) enter date 01 january 1900 This is an "out-of-range" date. 4 - Also specify a cancel user (ttaad320.ccby) 5 - Open session ttaad3520m000 6 - Open the detail session (ttaad3120s000) on the record modified through GTM 7 - Go to tab "Details/Status" This will generate an event error Motive source SDIS:TECH-00000-02884 MaintChopin: # 36937 (BDNT29040): Improved checks for already installed SLM components Date: Fri, 12 Oct 2007 09:18:09 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) Existing SLM installation on Windows not detected after previous manual install Workaround Specify directory used previously during manual SLM installation Test Procedure Uninstall previously installed SLM version, perform manual SLM 7.0 install (or older version) and thereafter use Install Wizard Affected Executables SLM installer MaintChopin: # 36901 (BDNT29007): Revert BW Focus move to Tabbutton Date: Wed, 10 Oct 2007 11:05:11 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) When clicking with the Mouse pointer on a Tab button, the input focus moves to the Tab button and not anymore to the first field on the form. This problem was introduced with BW version 8.4.02.8. Test Procedure See problem description. Affected Executables bw.exe MaintChopin: # 36784 (BDNT28891): Problem starting process viewer Date: Thu, 27 Sep 2007 17:04:01 +0200 (CEST) Created on: DevDesprez Type: bugfix Problem Description (Customer terms) When switching from the 7.1d.xx porting set Baan Windows application version to the 8.3a.xx porting set Baan Windows application version in a Centrally Deployed Code Server architecture environment the process viewer application was no longer able to find the PV application Specification/bdml files whose location is defined in the pv.ini file. The result being the process models could not be displayed through the PV application. Test Procedure See problem description. Affected Executables bw.exe Motive source SDIS:TECH-00000-02909 MaintChopin: # 36757 (BDNT28836): Problem with sensitivitty labeling Date: Tue, 25 Sep 2007 09:50:36 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) Sensitivity labeling does not work in all sessions correct when defined on table fields. Workaround n/a Test Procedure This test is done with Baan 5c 1. Enable Sensitivity Labeling in session ttaad0100m000. Convert to Runtime. 2. Login and define a Sensitivity Label in session ttaad3150m000 3. Run session ttaad3151m000 and insert a record for tccom001.wgrt. Convert to Runtime See that $BSE/lib/sensitivity_tables is updated and has the following entry: tccom001:tccom001.wgrt:*:10 4. Logout and log back in and run session Employees (tccom0501m000), and go to form 2 to see the field tccom001.wgrt (Labor Hourly Rate). Affected Executables bshell6.2 MaintChopin: # 36724 (BDUX28804): MLE: strip\$() caused incorrect string truncation Date: Thu, 20 Sep 2007 13:06:15 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) DIS: ERP-00000-25228: trim$() truncated data. trim$ is implemented as strip$(shiftl$()) SDIS: TECH-00000-02699: strip$() of a concatenation result truncated data. The customer thought that sessions showed 'abbreviations'. Test Procedure run the regression tests Affected Executables bshell MaintChopin: # 36717 (BDNT28817): MMT is loosing focus on tabs Date: Wed, 19 Sep 2007 17:09:46 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) In session "Budgets (tdsta2603m000)". When modifying a field in the Grid and then clicking on another Tab (Absolute Figures), leaving the focus on the original Grid cell, the modified value in the Grid cell is not always saved. Test Procedure See problem description (also in SDIS request). Affected Executables bw.exe Motive source SDIS:ERP-00000-25582 MaintChopin: # 36716 (BDNT28816): TCS800-158401 Currency not updated Date: Wed, 19 Sep 2007 17:05:50 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) In details session "Ceck Master (tfcmg2115s000)" when a record is selected for which all fields are readonly, pressing CNTRL+R repeatedly does only change the currency once. Test Procedure See problem description in TCS remark. Affected Executables bw.exe Motive source TCS:800-158401 MaintChopin: # 36715 (BDNT28815): BW hangup when opening filter menu Date: Wed, 19 Sep 2007 17:05:34 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) A filter is defined for a session which takes a long time to process when executed. As soon as the filter is applied (while the system is busy procesing the new filter) open the View->Filter menu again in BW. Now BW enters into a hangup. Workaround Wait opening the menu until the system is ready with processing the filter change. Test Procedure See problem description in SDIS: TECH-00000-02764 Affected Executables bw.exe Motive source SDIS:TECH-00000-02764 MaintChopin: # 36714 (BDNT28814): TCS800-157075 Multimonitor mode and MMT problems Date: Wed, 19 Sep 2007 17:05:23 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) In a configuration with dual monitors. When running an MMT session on the second monitor, the satellite menus are shown on the first monitor in the top left corner. Test Procedure See problem description Affected Executables bw.exe Motive source TCS:800-157075 MaintChopin: # 36713 (BDNT28812): Popup menu not shown in Grid Date: Wed, 19 Sep 2007 17:02:44 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) When right-clicking on a row in the Grid, no popup-menu is shown in session "Planned Orders (cprrp1100m000) and "User Data (ttaad2500m000)". Test Procedure See problem description Affected Executables bw.exe Motive source TCS:800-157900 MaintChopin: # 36596 (BDNT28720): XML: ISO-8859-1 degree sign causes bshell crash Date: Fri, 7 Sep 2007 12:23:11 +0200 (CEST) Created on: DevDesprez Type: bugfix Problem Description (Customer terms) Parsing of non-ASCII characters in ISO-8859-1 encoded XML causes bshell crash. Affected Executables bshell Motive source SDIS:TECH-00000-02827 MaintChopin: # 36497 (BDUX28619): SQL: ANSI like: Do not escape percent and underscore if the escape clause is missing Date: Tue, 28 Aug 2007 11:03:08 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) If the ANSI LIKE predicate is processed by the database driver, and it is missing an ESCAPE clause, the backslash (\) character is used as a default escape character. This is not conform ANSI SQL. If an ESCAPE clause is missing then no escape character should be used. This problem is introduced with the 8.4a porting set. Test Procedure The following expression should evaluate to FALSE: '%' & 'HAAS ' alike '\%HAAS%'; The following expression should evaluate to TRUE: '\%' & 'HAAS ' alike '\%HAAS%'; Affected Executables bshell all database drivers MaintChopin: # 36493 (BDNT28602): Debug problems on windows multibyte systems Date: Tue, 28 Aug 2007 09:54:33 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) when start debug of any sessions,it halts and break with error server lost to connection. Workaround n/a Test Procedure debug several sessions Affected Executables bshell Motive source SDIS:TECH-00000-02521 MaintChopin: # 36444 (BDUX28569): Audit server problem with rcd_utc columns Date: Mon, 20 Aug 2007 12:23:27 +0200 (CEST) Created on: DevDesprez Type: bugfix Problem Description (Customer terms) Audit server crashs when rcd_utc column used in table. Workaround n/a Affected Executables audit_srv6.2 Motive source SDIS:TECH-00000-02758 MaintChopin: # 36429 (BDUX28556): bdbpost usage text modified Date: Fri, 17 Aug 2007 09:16:09 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) bdbpost6.2 -K option does not work. Workaround n/a Test Procedure n/a Affected Executables bdbpost6.x Motive source SDIS:TECH-00000-02721 MaintChopin: # 36402 (BDUX28537): Password aging problem on Linux and SUN Date: Wed, 15 Aug 2007 15:44:27 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) In case user account never expires blogind and badmin binaries will return wrong results. Workaround set user account expire date to the future. Test Procedure This test was done on a LINUX system. Changeing aging information for your user. Unix cmd : chage Minimum Password Age [0]: Maximum Password Age [99999]: Password Expiration Warning [50]: Password Inactive [0]: Last Password Change (YYYY-MM-DD) [2007-08-15]: Account Expiration Date (YYYY-MM-DD) [1970-01-01]: -1 With above setting you should be able to login with Baan login daemon. If Account Expiration Date is < current date no login should be possible. Affected Executables badmin6.x blogind6.x MaintChopin: # 36391 (BDUX28524): Printer daemon problem Date: Tue, 14 Aug 2007 14:34:05 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) Bugfix BDUX28519 does not remove all wrong casts for COPY() macro. Workaround n/a Affected Executables pdaemon6.2 MaintChopin: # 36383 (BDUX28519): Problem with printer daemon Date: Tue, 14 Aug 2007 13:08:31 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) When printing to logical printers sometimes no print is done. Additional strange printer device names will be available in device queue. Workaround n/a Test Procedure print to a logic printer and check if the correct device is mentioned in device queue afterwards. Affected Executables pdaemon6.x Motive source SDIS:TECH-00000-02644 MaintChopin: # 36381 (BDUX28370): Password expired message Date: Tue, 14 Aug 2007 12:09:30 +0200 (CEST) Created on: MaintCorelli Type: bugfix Problem Description (Customer terms) In new environment, user are getting a message that their passwords have expired. There is no password aging setup on the OS side. Workaround n/a Test Procedure Use Baan login daemon without password aging setup enabled on AIX. Affected Executables blogind6.x badmin6.x MaintChopin: # 36357 (BDUX28494): srdd_init dumps core Date: Mon, 13 Aug 2007 10:52:42 +0200 (CEST) Created on: DevDesprez Type: bugfix Problem Description (Customer terms) srdd_init6.x -p dumps a core in case of BSE_REM points to a Windows system Workaround add SHMSDS=0 to bse_vars Test Procedure Make a setup where the shared memory is loaded using a srdd_tab which is located remote (via BSE_REM), and the objects that are loaded into shared memory are remote too. The remote system is Windows. The client system is unix. Load a few dd objects into the shared memory, and try to show them using srdd_init6.2 -p Affected Executables shm* srdd_init bshell Motive source TCS:800-158515 MaintChopin: # 36343 (BDUX28482): refint: crash caused by eliminating MAX_ROW_SIZE in BDUX27682 Date: Wed, 8 Aug 2007 16:35:46 +0200 (CEST) Created on: DevDesprez Type: bugfix Problem Description (Customer terms) crash in refint6.2 Test Procedure Refint on all tools tables. Affected Executables refint6.2 Motive source TCS:800-159521 MaintChopin: # 36336 (BDUX28476): MLE: Fix bug in concatenation bytecodes, for ttadvformedit/string.set. Date: Wed, 8 Aug 2007 12:08:27 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) SDIS call TECH-00000-02664: ttadvformedit crashes on start-up, in a multi-language environment. Test Procedure See the added regression test. Affected Executables bshell Motive source SDIS:TECH-00000-02664 MaintChopin: # 36304 (BDUX28445): bshell: xmlExecuteSql handling of dd attribute fixed Date: Fri, 3 Aug 2007 14:47:53 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) Problem with nested queries in BOIs. If a parameter for the outer query must be passed to the inner query and this parameter is not related to a table column then the inner query will receive the value 0 for this parameter instead of the actual value. Test Procedure Use Planner to transfer the ProductionOrders. Affected Executables bshell6.2 MaintChopin: # 36275 (BDNT28423): Baanman snapin: sBseName for ShmSvc Date: Tue, 31 Jul 2007 16:43:55 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) BaanMan snapin shared memory property sheet shows shared memory of incorrect BSE or incorrectly does not show shared memory at all. Affected Executables baanman.dll Motive source SDIS:TECH-00000-02653 MaintChopin: # 36271 (BDNT28382): Force BW windows to become foreground windows Date: Tue, 31 Jul 2007 10:46:44 +0200 (CEST) Created on: DevDesprez Type: bugfix Problem Description (Customer terms) When using the Worktop client in a Citrix environment the following behavior is observed. When you open a second session, the first session you opened disappears behind the Worktop. The only way to retrieve the first session is to minimize Worktop, first session is now visible again. The first session should be minimized to the bottom of the screen, or into the tool bar, it should not disappear behind the Worktop Test Procedure See problem description. Affected Executables bw.exe Motive source SDIS:TECH-00000-01872 MaintChopin: # 36265 (BDNT28414): SLM service sometimes not created during SLM upgrade Date: Mon, 30 Jul 2007 16:38:58 +0200 (CEST) Created on: MaintChopin Type: bugfix Problem Description (Customer terms) SLM service sometimes not created Workaround NA Test Procedure Upgrade SLM 2.5 to SLM 7.0 Affected Executables SLM 7.0 installer MaintChopin: # 36246 (BDUX28402): BSE_TRACE_DIR variable again Date: Fri, 27 Jul 2007 17:19:05 +0200 (CEST) Created on: DevDesprez Type: bugfix Problem Description (Customer terms) followup on BDUX28248 with BSE_TRACE_DIR Affected Executables bshell6.2