|
Results |
|
Some listing reports take longer to render and causes unresponsive script error
The data appears to be returned and then the browser runs a javascript to format the results. The formatting process takes so long that the browser may think the script is unresponsive and display an " long running script " error. The error indicates that the issue is not with the database, but with browser rendering.
|
|
|
DM12: The deploy script variable DMBLNID is truncated at 40 characters
A pre or post deploy script that makes use of the template variable DMBLNID to return the baseline ID, may have difficulty if the baseline ID is longer than 40 characters. When the variable is substituted, it will receive only the first 40 characters of the baseline ID.
|
|
|
IsBlank(), IsDbBlank(), IsSelected() should say they return Boolean instead of Long Integer
The following three methods in the SBM Script Guide say that the return value for all of these is a Long Integer but in my testing it looks like these all return a Boolean value. The customer wants to know for sure because in their code they are trying to use the actual value without using an If statement. At the end is the appscript I used to test this and the value displayed in the event viewer was always "True" rather than a 0 or Non Zero.
|
|
|
DIM10: VM2DIM 2009 Migration Utility: Missing item to item relationship for long comments
The relate scripts are correctly created but they never seem to be executed by the migration utility. When running those scripts manually the relationships are created correctly.
|
|
|
Long ts_internalname and/or ts_name doesn't work with AppScript with Oracle db
The workaround is to not use the ts_internalname in the script (can't be modified after deploy), but to shorten the ts_name in Composer and use that in the script (this can be modified after a deploy).
|
|
|
Long redo messages and "Log On as Another User"
Workarounds: Refrain from using the "Log On as Another User" when testing long redo messages Shorten the Shell.RedoMessage in the script or test with fewer unfilled required fields
|
|
|
Error when running the Upgrade Perl scripts (scriptrunner.pl) - cannot find switch.pm
The upgrade Perl Script (perlscriptrunner.pl) no longer works as the Switch.pm has been deprecated in the latest versions of Perl.
|
|
|
DIM12: Deployment Scripts DMBLNID, DMREQUEST not populated
However, the DMBLNID and DMREQUEST fields are not currently supplied, and the one-to-one relationship of item to contributing change document is no longer meaningful. The current round of changes is to implement merging the deployment changeset to area change set and update area into a single call, and to create the missing fields.
|
|
|
Script errors in ALM Landing page after 4.5 upgrade
Script errors in ALM Landing page after 4.5 upgrade
|
|
|
How can the date format setting of a logged in user be utilised in scripts or custom form elements?
How can the date format setting of a logged in user be utilised in scripts or custom form elements?
|
|
|