EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB5644: How to Programmatically Idle and Resume a Project using the MicroStrategy Intelligence Server SDK 9.x with C++


Community Admin

• Strategy


In MicroStrategy Desktop 9.x, in order to idle or resume a project, an administrator must go to the Project Monitor, Right Mouse Click (RMC) on a project and select 'Idle/Resume'.

In Strategy Desktop 9.x, in order to idle or resume a project, an administrator must go to the Project Monitor, Right Mouse Click (RMC) on a project and select 'Idle/Resume'.
 
The Idle/Resume interface appears as follows:

ka04W000001MKxgQAG_0EM440000002H1Q.gif

 
From this interface, a project can be put into one of four idle/active states:

  1. Request Idle
  2. Execution Idle
  3. Full Idle (Request Idle and Execution Idle)
  4. Loaded (Not Idle)

 
NOTE: Please see Strategy Knowledge Base document KB5300-007-0046 for an explanation of the Request Idle and Execution Idle states.
 
The Strategy SDK 9.x API call 'IDSSProjectInstance::Idle' is the method to use for idling and resuming a project in 3-tier mode.
 
The following is a code example showing how to set the status of a project called 'Vmall' to 'Execution Idle' mode.
 


 


IDSSServerAdmin* pServerAdmin;
IDSSProjectInstances* pProjInsts;
IDSSProjectInstance* pProjInst;
HRESULT hr;

//Get the ServerAdmin object
hr = m_pDataSource->get_ServerAdmin(&pServerAdmin);

//Get a collection of project instances
hr = pServerAdmin->get_ProjectInstances(DssServerRefreshAsynch, &pProjInsts);

//Get the project instance for the "VMall" project
hr = pProjInsts->get_ItemByName((CComBSTR)"VMall", &pProjInst);

//Put the project into Execution Idle mode
hr = pProjInst->Idle(DssProjectStatusExecIdle);

 
 
Note that the bolded 'DssProjectStatusExecIdle' above is an enumeration of the status to which the project should be changed. For other possible enumerations, please refer to the table below. 

Yes 
ProductStrategy Support CaseStrategy Internal IDDescriptionToolsNo Technical Support CaseDE30641Unable to connect to Master Health Agent due to the missing of log folderTools819116DE30651HTML code instead of text shows up in Project Communication in 10.2 after being updated via Command Manager scriptTools822384DE30653Add Mstr_require_jar MAEMUtilities to mstrcmdmgrw.10.0.2500.0134 on AIX and SolarisToolsNo Technical Support CaseDE30719Error occurs when upgrading EM WH DB of Oracle from 941 to 103ToolsNo Technical Support CaseDE30881Data Load failed in MySQL when the EMWH is upgraded from 9sTools823850DE31011Data load fails in Production and no errors are displayed in the DSSError log only in the EM logTools823703DE31046When executed, Command Manager ADD ACE FOR FOLDER and REMOVE ACE FROM FOLDER commands do not update on all nodes. Any security changes made are also reset to default values after an I-Server restart.ToolsNo Technical Support CaseDE31038Error in typing Korean in Query editor on datasource import in MSTR 10 EA2/RCToolsNo Technical Support CaseDE11801Data import from some table will get "Warehouse table  is missing in database" if use myhive  JDBC driverToolsNo Technical Support CaseDE26348Cannot connect to Apache Hive from Mac version mstr Desktop.Tools789484DE24058Tooltip values display wrong categories in Express modeTools814008DE27118Incorrect selections in Visual Insight Image Layout visualization in Strategy Web Universal 10.2 ASP.NETToolsNo Technical Support CaseDE30799I-Server Crashed and Core Files Got createdTools813984DE30878Visual Insight Image Layout visualization doesn't recognized the Brazilian states Maranhao and Sao Paulo in Strategy Web Universal 10.2 ASP.NETTools829944DE31135Defined threshold is not applied to Image Layout in RSD.Tools813040DE31401ESRI - ESRI bubble map does not re-center when making a selector selection.ServerNo Technical Support CaseDE29417After change 1:M relationship to M:M relationship and IR, it is changed as M:M table although the data is 1:MServerNo Technical Support CaseDE29525Relationship table has different order of attribute (Only CSI )Server819974DE29777I-Server crashes after upgrading to 10.2 and running document Team Leader DashboardServer818354DE30277Intelligence Server CrashServerNo Technical Support CaseDE30044Selector in panel stack can't target panel stack.ServerNo Technical Support CaseDE30410Incorrect default dark-theme font and container formatting in new sheetTools799723DE30328"Unable to download ESRI map. No internet connection" error occurs when running ESRI in MAD. ServerNo Technical Support CaseDE30023The badge is unlocked unexpectedly after login failureServerNo Technical Support CaseDE30744Server API does not return phone numbersServerNo Technical Support CaseDE31757Update IDM version in 10.3 HF1ServerNo Technical Support CaseDE29793Data mismatch in 10.2 and 10.3ServerNo Technical Support CaseDE30792Get Analytical Engine calculation error: calculation event evaluation failed when execute normal report with consolidation and movingsum metricServer802730DE30793I have a report that has Derived Elements that I can't change. When I try, they blank out, and I have to just close the report and go back in.ServerNo Technical Support CaseDE31097ID =0 is treated as null by IR for cube with partitionPlatformsNo Technical Support CaseDE31931Cannot remote desktop to windows machine with mstr user for new windows AMI "ami-530e0239"Platforms726181DE4681Unable to install 9.4.1 Hotfix 6 on server with only Strategy MDX Provider installedPlatformsNo Technical Support CaseDE15206HotFix routines should automatically stop and start services as requiredPlatformsNo Technical Support CaseDE15749Use of HF installer name is not consistentPlatformsNo Technical Support CaseDE26453HF Silent options.txt have no option for new Usher MySQL locationPlatformsNo Technical Support CaseDE26776Failed to install hotfix1PlatformsNo Technical Support CaseDE28363APNS switch was reset to OFF after hotfix installPlatforms820424DE30756Installation of 10.2 HF1 fails on AIXPlatformsNo Technical Support CaseDE30759Worpdress plugin cannot be downloaded on-prem environmentPlatformsNo Technical Support CaseDE31551Self-Registration Error for 10.3HF1 installation in WindowsPlatformsNo Technical Support CaseDE31552License Agreement can't be found during installationPlatformsNo Technical Support CaseDE31557The version for IServer is not updated.PlatformsNo Technical Support CaseDE31584During upgrade, we should not update/change the server_aes.key filePlatformsNo Technical Support CaseDE31657Files under asp folder of Operation Manager are not updatedPlatformsNo Technical Support CaseDE31889Missing files for Usher after applied 10.3.0100.0003 upon 10.3PlatformsNo Technical Support CaseDE32029Strategy.war is missing once upgrading 10.3GA to build 10.3.0100.0004.PlatformsNo Technical Support CaseDE32074HF installation aborted with Java IllegalArgumentExceptionPlatformsNo Technical Support CaseDE32120Usher Server version is wrong, 10.3GA (=2.4.160)PlatformsNo Technical Support CaseDE32490JSP Web/Mobile/OM/WS files changed in 10.3 HF1 are not populated in HF DataNew foldersServer776152DE30630Unable to restart the Intelligence server.Server799104DE30873Project loading time too high - issue with statisticsClientsNo Technical Support CaseDE31375Memory keeps increasing and finally crashes the app after launching app with clear on close as on.ToolsNo Technical Support CaseDE30047An end user's additional device is enrolled we cannot get push notificationServer811322DE30877When we try to migrate some reports to Production environment using Object Manager, we get the following error: Excepcion de HRESULT:0x80041FBFServer825500DE31472Project merge between MDs | Merge failedNoneNo Technical Support CaseDE3121910.3.0 HF1 Usher Environment Set upServerNo Technical Support CaseDE30902IServer crash at  MBase::ContractManagerAllocator related to DFCCSICubeTableCollectionBase::GetMaxLevelServer813768DE2978510.2 ASP webserver using JRE 1.7 always uses TLS 1.0 instead of TLS 1.2 for webserver <> iserver traffic encryptionTools814449DE23832'HTML Tag' attribute form shows as static text in the filter section of Visual InsightToolsNo Technical Support CaseDE30419Metrics added from Schema (all objects) won't inherit existing formatting on grid. Still keep as default format.ToolsNo Technical Support CaseDE32411Fail to drag attribute header to move it from rows to column. The moving tag will stick on screenTools822594DE30647A Korean text is broken in Visual Insight 10.3 RCClientsNo Technical Support CaseDE31441Images are always empty and cannot be retrieved from WHClientsNo Technical Support CaseDE31010Need to fix usher pro dashboard defects (especially when location tracking is enabled for the Usher Security badge)ToolsNo Technical Support CaseDE30241The login page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverTools768102DE30493Browser process crashes when clicking on a cell grid and draggingToolsNo Technical Support CaseDE31706The loging page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverClientsNo Technical Support CaseDE30667A blank page is shown when running a document based on an unpublished cube.  [Regression from 10.2]Clients793110DE30393Stored XSS ExistsServerNo Technical Support CaseUS45909Change the behavior of the feature flag of F3320ClientsNo Technical Support CaseUS4489Cube size got increased lot (almost 2 times) on 10.2 comparing with 941Clients114973DE36120App crashes when selector value manipulated after applying 10.3 HF1 patch 7 to the MSTR appClients819868DE36121When user under APPUSER Group is executing dashboard in SIT project, dashboard is crashing on iPad.Clients118811DE36865Optimize the default zoom factor of ESRI Map on Mobile (Gaode) for Chinese users when there is only one data point.Clients829821DE35985 In android device, using URL API to open a document A with prompt. The answer cannot be passed to Document B through link .Clients120496DE36779The selected color for linkbar selector Cannot take effect for 10.3 android app only    InstancesThis is the root element for the XML File. If multiple instances exist, they will exist within this element.InstanceThis defines each individual instance. An instance will represent a single installation. An instance will contain many elements of an installation. There can be multiple 'instance' elements if multiple installations exist on the machine.hostThis is the host machine name of the machine which Strategy is installed.homeThis defines the home directory of Strategy. The default location is "/var/opt/Strategy".versionThis defines the GA version of which is installed. Example: "9.3.0".buildThis should be the exact build of the GA version installed. Example of 9.3.0: "9.3.000.055".hfbuildIf a hotfix has been installed, this field will contain the build version with the hotfix. If no hotfix is installed, this should be the same version as the GA. Example of 9.3.0 Hotfix 4: "9.3.080.055".lastopThis defines the last operation done on the installation. This can be Repair, Fresh Install, etc.modtimeThe last time this installation has been modified or altered by a Strategy Installer.medialocThis defines the location where the downloaded installation was extracted to and installed from. If this location no longer exists or is invalid, operations such as a repair install may fail.hfmedialocThis defines the location where the downloaded Hotfix installation was extracted to and installed from. If this location no longer exists, operations such as a repair install for a Hotfix may fail. If no Hotfix has been applied in this environment, the entry is: "undefined".uninstdirThis defines the location where the uninstaller for Strategy is located. The default location is "/opt/Strategy/_uninstall".dirtyIf a previous installation was not successful, this flag will be set to "true". If this flag is set to "true", any Strategy Installer will prompt for this installation to have a repair install performed on it. When this flag is set to "false", it is assumed that the integrity of the installation is correct.Idle ModeEnumDSSProjectStatusExecution IdleDssProjectStatusExecIdleRequest IdleDssProjectStatusRequestIdleFull IdleDssProjectStatusFullIdleActive (Loaded)DssProjectStatusActive

Yes 
ProductStrategy Support CaseStrategy Internal IDDescriptionToolsNo Technical Support CaseDE30641Unable to connect to Master Health Agent due to the missing of log folderTools819116DE30651HTML code instead of text shows up in Project Communication in 10.2 after being updated via Command Manager scriptTools822384DE30653Add Mstr_require_jar MAEMUtilities to mstrcmdmgrw.10.0.2500.0134 on AIX and SolarisToolsNo Technical Support CaseDE30719Error occurs when upgrading EM WH DB of Oracle from 941 to 103ToolsNo Technical Support CaseDE30881Data Load failed in MySQL when the EMWH is upgraded from 9sTools823850DE31011Data load fails in Production and no errors are displayed in the DSSError log only in the EM logTools823703DE31046When executed, Command Manager ADD ACE FOR FOLDER and REMOVE ACE FROM FOLDER commands do not update on all nodes. Any security changes made are also reset to default values after an I-Server restart.ToolsNo Technical Support CaseDE31038Error in typing Korean in Query editor on datasource import in MSTR 10 EA2/RCToolsNo Technical Support CaseDE11801Data import from some table will get "Warehouse table  is missing in database" if use myhive  JDBC driverToolsNo Technical Support CaseDE26348Cannot connect to Apache Hive from Mac version mstr Desktop.Tools789484DE24058Tooltip values display wrong categories in Express modeTools814008DE27118Incorrect selections in Visual Insight Image Layout visualization in Strategy Web Universal 10.2 ASP.NETToolsNo Technical Support CaseDE30799I-Server Crashed and Core Files Got createdTools813984DE30878Visual Insight Image Layout visualization doesn't recognized the Brazilian states Maranhao and Sao Paulo in Strategy Web Universal 10.2 ASP.NETTools829944DE31135Defined threshold is not applied to Image Layout in RSD.Tools813040DE31401ESRI - ESRI bubble map does not re-center when making a selector selection.ServerNo Technical Support CaseDE29417After change 1:M relationship to M:M relationship and IR, it is changed as M:M table although the data is 1:MServerNo Technical Support CaseDE29525Relationship table has different order of attribute (Only CSI )Server819974DE29777I-Server crashes after upgrading to 10.2 and running document Team Leader DashboardServer818354DE30277Intelligence Server CrashServerNo Technical Support CaseDE30044Selector in panel stack can't target panel stack.ServerNo Technical Support CaseDE30410Incorrect default dark-theme font and container formatting in new sheetTools799723DE30328"Unable to download ESRI map. No internet connection" error occurs when running ESRI in MAD. ServerNo Technical Support CaseDE30023The badge is unlocked unexpectedly after login failureServerNo Technical Support CaseDE30744Server API does not return phone numbersServerNo Technical Support CaseDE31757Update IDM version in 10.3 HF1ServerNo Technical Support CaseDE29793Data mismatch in 10.2 and 10.3ServerNo Technical Support CaseDE30792Get Analytical Engine calculation error: calculation event evaluation failed when execute normal report with consolidation and movingsum metricServer802730DE30793I have a report that has Derived Elements that I can't change. When I try, they blank out, and I have to just close the report and go back in.ServerNo Technical Support CaseDE31097ID =0 is treated as null by IR for cube with partitionPlatformsNo Technical Support CaseDE31931Cannot remote desktop to windows machine with mstr user for new windows AMI "ami-530e0239"Platforms726181DE4681Unable to install 9.4.1 Hotfix 6 on server with only Strategy MDX Provider installedPlatformsNo Technical Support CaseDE15206HotFix routines should automatically stop and start services as requiredPlatformsNo Technical Support CaseDE15749Use of HF installer name is not consistentPlatformsNo Technical Support CaseDE26453HF Silent options.txt have no option for new Usher MySQL locationPlatformsNo Technical Support CaseDE26776Failed to install hotfix1PlatformsNo Technical Support CaseDE28363APNS switch was reset to OFF after hotfix installPlatforms820424DE30756Installation of 10.2 HF1 fails on AIXPlatformsNo Technical Support CaseDE30759Worpdress plugin cannot be downloaded on-prem environmentPlatformsNo Technical Support CaseDE31551Self-Registration Error for 10.3HF1 installation in WindowsPlatformsNo Technical Support CaseDE31552License Agreement can't be found during installationPlatformsNo Technical Support CaseDE31557The version for IServer is not updated.PlatformsNo Technical Support CaseDE31584During upgrade, we should not update/change the server_aes.key filePlatformsNo Technical Support CaseDE31657Files under asp folder of Operation Manager are not updatedPlatformsNo Technical Support CaseDE31889Missing files for Usher after applied 10.3.0100.0003 upon 10.3PlatformsNo Technical Support CaseDE32029Strategy.war is missing once upgrading 10.3GA to build 10.3.0100.0004.PlatformsNo Technical Support CaseDE32074HF installation aborted with Java IllegalArgumentExceptionPlatformsNo Technical Support CaseDE32120Usher Server version is wrong, 10.3GA (=2.4.160)PlatformsNo Technical Support CaseDE32490JSP Web/Mobile/OM/WS files changed in 10.3 HF1 are not populated in HF DataNew foldersServer776152DE30630Unable to restart the Intelligence server.Server799104DE30873Project loading time too high - issue with statisticsClientsNo Technical Support CaseDE31375Memory keeps increasing and finally crashes the app after launching app with clear on close as on.ToolsNo Technical Support CaseDE30047An end user's additional device is enrolled we cannot get push notificationServer811322DE30877When we try to migrate some reports to Production environment using Object Manager, we get the following error: Excepcion de HRESULT:0x80041FBFServer825500DE31472Project merge between MDs | Merge failedNoneNo Technical Support CaseDE3121910.3.0 HF1 Usher Environment Set upServerNo Technical Support CaseDE30902IServer crash at  MBase::ContractManagerAllocator related to DFCCSICubeTableCollectionBase::GetMaxLevelServer813768DE2978510.2 ASP webserver using JRE 1.7 always uses TLS 1.0 instead of TLS 1.2 for webserver <> iserver traffic encryptionTools814449DE23832'HTML Tag' attribute form shows as static text in the filter section of Visual InsightToolsNo Technical Support CaseDE30419Metrics added from Schema (all objects) won't inherit existing formatting on grid. Still keep as default format.ToolsNo Technical Support CaseDE32411Fail to drag attribute header to move it from rows to column. The moving tag will stick on screenTools822594DE30647A Korean text is broken in Visual Insight 10.3 RCClientsNo Technical Support CaseDE31441Images are always empty and cannot be retrieved from WHClientsNo Technical Support CaseDE31010Need to fix usher pro dashboard defects (especially when location tracking is enabled for the Usher Security badge)ToolsNo Technical Support CaseDE30241The login page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverTools768102DE30493Browser process crashes when clicking on a cell grid and draggingToolsNo Technical Support CaseDE31706The loging page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverClientsNo Technical Support CaseDE30667A blank page is shown when running a document based on an unpublished cube.  [Regression from 10.2]Clients793110DE30393Stored XSS ExistsServerNo Technical Support CaseUS45909Change the behavior of the feature flag of F3320ClientsNo Technical Support CaseUS4489Cube size got increased lot (almost 2 times) on 10.2 comparing with 941Clients114973DE36120App crashes when selector value manipulated after applying 10.3 HF1 patch 7 to the MSTR appClients819868DE36121When user under APPUSER Group is executing dashboard in SIT project, dashboard is crashing on iPad.Clients118811DE36865Optimize the default zoom factor of ESRI Map on Mobile (Gaode) for Chinese users when there is only one data point.Clients829821DE35985 In android device, using URL API to open a document A with prompt. The answer cannot be passed to Document B through link .Clients120496DE36779The selected color for linkbar selector Cannot take effect for 10.3 android app only    InstancesThis is the root element for the XML File. If multiple instances exist, they will exist within this element.InstanceThis defines each individual instance. An instance will represent a single installation. An instance will contain many elements of an installation. There can be multiple 'instance' elements if multiple installations exist on the machine.hostThis is the host machine name of the machine which Strategy is installed.homeThis defines the home directory of Strategy. The default location is "/var/opt/Strategy".versionThis defines the GA version of which is installed. Example: "9.3.0".buildThis should be the exact build of the GA version installed. Example of 9.3.0: "9.3.000.055".hfbuildIf a hotfix has been installed, this field will contain the build version with the hotfix. If no hotfix is installed, this should be the same version as the GA. Example of 9.3.0 Hotfix 4: "9.3.080.055".lastopThis defines the last operation done on the installation. This can be Repair, Fresh Install, etc.modtimeThe last time this installation has been modified or altered by a Strategy Installer.medialocThis defines the location where the downloaded installation was extracted to and installed from. If this location no longer exists or is invalid, operations such as a repair install may fail.hfmedialocThis defines the location where the downloaded Hotfix installation was extracted to and installed from. If this location no longer exists, operations such as a repair install for a Hotfix may fail. If no Hotfix has been applied in this environment, the entry is: "undefined".uninstdirThis defines the location where the uninstaller for Strategy is located. The default location is "/opt/Strategy/_uninstall".dirtyIf a previous installation was not successful, this flag will be set to "true". If this flag is set to "true", any Strategy Installer will prompt for this installation to have a repair install performed on it. When this flag is set to "false", it is assumed that the integrity of the installation is correct.Idle ModeEnumDSSProjectStatusExecution IdleDssProjectStatusExecIdleRequest IdleDssProjectStatusRequestIdleFull IdleDssProjectStatusFullIdleActive (Loaded)DssProjectStatusActive

Yes 
ProductStrategy Support CaseStrategy Internal IDDescriptionToolsNo Technical Support CaseDE30641Unable to connect to Master Health Agent due to the missing of log folderTools819116DE30651HTML code instead of text shows up in Project Communication in 10.2 after being updated via Command Manager scriptTools822384DE30653Add Mstr_require_jar MAEMUtilities to mstrcmdmgrw.10.0.2500.0134 on AIX and SolarisToolsNo Technical Support CaseDE30719Error occurs when upgrading EM WH DB of Oracle from 941 to 103ToolsNo Technical Support CaseDE30881Data Load failed in MySQL when the EMWH is upgraded from 9sTools823850DE31011Data load fails in Production and no errors are displayed in the DSSError log only in the EM logTools823703DE31046When executed, Command Manager ADD ACE FOR FOLDER and REMOVE ACE FROM FOLDER commands do not update on all nodes. Any security changes made are also reset to default values after an I-Server restart.ToolsNo Technical Support CaseDE31038Error in typing Korean in Query editor on datasource import in MSTR 10 EA2/RCToolsNo Technical Support CaseDE11801Data import from some table will get "Warehouse table  is missing in database" if use myhive  JDBC driverToolsNo Technical Support CaseDE26348Cannot connect to Apache Hive from Mac version mstr Desktop.Tools789484DE24058Tooltip values display wrong categories in Express modeTools814008DE27118Incorrect selections in Visual Insight Image Layout visualization in Strategy Web Universal 10.2 ASP.NETToolsNo Technical Support CaseDE30799I-Server Crashed and Core Files Got createdTools813984DE30878Visual Insight Image Layout visualization doesn't recognized the Brazilian states Maranhao and Sao Paulo in Strategy Web Universal 10.2 ASP.NETTools829944DE31135Defined threshold is not applied to Image Layout in RSD.Tools813040DE31401ESRI - ESRI bubble map does not re-center when making a selector selection.ServerNo Technical Support CaseDE29417After change 1:M relationship to M:M relationship and IR, it is changed as M:M table although the data is 1:MServerNo Technical Support CaseDE29525Relationship table has different order of attribute (Only CSI )Server819974DE29777I-Server crashes after upgrading to 10.2 and running document Team Leader DashboardServer818354DE30277Intelligence Server CrashServerNo Technical Support CaseDE30044Selector in panel stack can't target panel stack.ServerNo Technical Support CaseDE30410Incorrect default dark-theme font and container formatting in new sheetTools799723DE30328"Unable to download ESRI map. No internet connection" error occurs when running ESRI in MAD. ServerNo Technical Support CaseDE30023The badge is unlocked unexpectedly after login failureServerNo Technical Support CaseDE30744Server API does not return phone numbersServerNo Technical Support CaseDE31757Update IDM version in 10.3 HF1ServerNo Technical Support CaseDE29793Data mismatch in 10.2 and 10.3ServerNo Technical Support CaseDE30792Get Analytical Engine calculation error: calculation event evaluation failed when execute normal report with consolidation and movingsum metricServer802730DE30793I have a report that has Derived Elements that I can't change. When I try, they blank out, and I have to just close the report and go back in.ServerNo Technical Support CaseDE31097ID =0 is treated as null by IR for cube with partitionPlatformsNo Technical Support CaseDE31931Cannot remote desktop to windows machine with mstr user for new windows AMI "ami-530e0239"Platforms726181DE4681Unable to install 9.4.1 Hotfix 6 on server with only Strategy MDX Provider installedPlatformsNo Technical Support CaseDE15206HotFix routines should automatically stop and start services as requiredPlatformsNo Technical Support CaseDE15749Use of HF installer name is not consistentPlatformsNo Technical Support CaseDE26453HF Silent options.txt have no option for new Usher MySQL locationPlatformsNo Technical Support CaseDE26776Failed to install hotfix1PlatformsNo Technical Support CaseDE28363APNS switch was reset to OFF after hotfix installPlatforms820424DE30756Installation of 10.2 HF1 fails on AIXPlatformsNo Technical Support CaseDE30759Worpdress plugin cannot be downloaded on-prem environmentPlatformsNo Technical Support CaseDE31551Self-Registration Error for 10.3HF1 installation in WindowsPlatformsNo Technical Support CaseDE31552License Agreement can't be found during installationPlatformsNo Technical Support CaseDE31557The version for IServer is not updated.PlatformsNo Technical Support CaseDE31584During upgrade, we should not update/change the server_aes.key filePlatformsNo Technical Support CaseDE31657Files under asp folder of Operation Manager are not updatedPlatformsNo Technical Support CaseDE31889Missing files for Usher after applied 10.3.0100.0003 upon 10.3PlatformsNo Technical Support CaseDE32029Strategy.war is missing once upgrading 10.3GA to build 10.3.0100.0004.PlatformsNo Technical Support CaseDE32074HF installation aborted with Java IllegalArgumentExceptionPlatformsNo Technical Support CaseDE32120Usher Server version is wrong, 10.3GA (=2.4.160)PlatformsNo Technical Support CaseDE32490JSP Web/Mobile/OM/WS files changed in 10.3 HF1 are not populated in HF DataNew foldersServer776152DE30630Unable to restart the Intelligence server.Server799104DE30873Project loading time too high - issue with statisticsClientsNo Technical Support CaseDE31375Memory keeps increasing and finally crashes the app after launching app with clear on close as on.ToolsNo Technical Support CaseDE30047An end user's additional device is enrolled we cannot get push notificationServer811322DE30877When we try to migrate some reports to Production environment using Object Manager, we get the following error: Excepcion de HRESULT:0x80041FBFServer825500DE31472Project merge between MDs | Merge failedNoneNo Technical Support CaseDE3121910.3.0 HF1 Usher Environment Set upServerNo Technical Support CaseDE30902IServer crash at  MBase::ContractManagerAllocator related to DFCCSICubeTableCollectionBase::GetMaxLevelServer813768DE2978510.2 ASP webserver using JRE 1.7 always uses TLS 1.0 instead of TLS 1.2 for webserver <> iserver traffic encryptionTools814449DE23832'HTML Tag' attribute form shows as static text in the filter section of Visual InsightToolsNo Technical Support CaseDE30419Metrics added from Schema (all objects) won't inherit existing formatting on grid. Still keep as default format.ToolsNo Technical Support CaseDE32411Fail to drag attribute header to move it from rows to column. The moving tag will stick on screenTools822594DE30647A Korean text is broken in Visual Insight 10.3 RCClientsNo Technical Support CaseDE31441Images are always empty and cannot be retrieved from WHClientsNo Technical Support CaseDE31010Need to fix usher pro dashboard defects (especially when location tracking is enabled for the Usher Security badge)ToolsNo Technical Support CaseDE30241The login page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverTools768102DE30493Browser process crashes when clicking on a cell grid and draggingToolsNo Technical Support CaseDE31706The loging page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverClientsNo Technical Support CaseDE30667A blank page is shown when running a document based on an unpublished cube.  [Regression from 10.2]Clients793110DE30393Stored XSS ExistsServerNo Technical Support CaseUS45909Change the behavior of the feature flag of F3320ClientsNo Technical Support CaseUS4489Cube size got increased lot (almost 2 times) on 10.2 comparing with 941Clients114973DE36120App crashes when selector value manipulated after applying 10.3 HF1 patch 7 to the MSTR appClients819868DE36121When user under APPUSER Group is executing dashboard in SIT project, dashboard is crashing on iPad.Clients118811DE36865Optimize the default zoom factor of ESRI Map on Mobile (Gaode) for Chinese users when there is only one data point.Clients829821DE35985 In android device, using URL API to open a document A with prompt. The answer cannot be passed to Document B through link .Clients120496DE36779The selected color for linkbar selector Cannot take effect for 10.3 android app only    InstancesThis is the root element for the XML File. If multiple instances exist, they will exist within this element.InstanceThis defines each individual instance. An instance will represent a single installation. An instance will contain many elements of an installation. There can be multiple 'instance' elements if multiple installations exist on the machine.hostThis is the host machine name of the machine which Strategy is installed.homeThis defines the home directory of Strategy. The default location is "/var/opt/Strategy".versionThis defines the GA version of which is installed. Example: "9.3.0".buildThis should be the exact build of the GA version installed. Example of 9.3.0: "9.3.000.055".hfbuildIf a hotfix has been installed, this field will contain the build version with the hotfix. If no hotfix is installed, this should be the same version as the GA. Example of 9.3.0 Hotfix 4: "9.3.080.055".lastopThis defines the last operation done on the installation. This can be Repair, Fresh Install, etc.modtimeThe last time this installation has been modified or altered by a Strategy Installer.medialocThis defines the location where the downloaded installation was extracted to and installed from. If this location no longer exists or is invalid, operations such as a repair install may fail.hfmedialocThis defines the location where the downloaded Hotfix installation was extracted to and installed from. If this location no longer exists, operations such as a repair install for a Hotfix may fail. If no Hotfix has been applied in this environment, the entry is: "undefined".uninstdirThis defines the location where the uninstaller for Strategy is located. The default location is "/opt/Strategy/_uninstall".dirtyIf a previous installation was not successful, this flag will be set to "true". If this flag is set to "true", any Strategy Installer will prompt for this installation to have a repair install performed on it. When this flag is set to "false", it is assumed that the integrity of the installation is correct.Idle ModeEnumDSSProjectStatusExecution IdleDssProjectStatusExecIdleRequest IdleDssProjectStatusRequestIdleFull IdleDssProjectStatusFullIdleActive (Loaded)DssProjectStatusActive

Yes 
ProductStrategy Support CaseStrategy Internal IDDescriptionToolsNo Technical Support CaseDE30641Unable to connect to Master Health Agent due to the missing of log folderTools819116DE30651HTML code instead of text shows up in Project Communication in 10.2 after being updated via Command Manager scriptTools822384DE30653Add Mstr_require_jar MAEMUtilities to mstrcmdmgrw.10.0.2500.0134 on AIX and SolarisToolsNo Technical Support CaseDE30719Error occurs when upgrading EM WH DB of Oracle from 941 to 103ToolsNo Technical Support CaseDE30881Data Load failed in MySQL when the EMWH is upgraded from 9sTools823850DE31011Data load fails in Production and no errors are displayed in the DSSError log only in the EM logTools823703DE31046When executed, Command Manager ADD ACE FOR FOLDER and REMOVE ACE FROM FOLDER commands do not update on all nodes. Any security changes made are also reset to default values after an I-Server restart.ToolsNo Technical Support CaseDE31038Error in typing Korean in Query editor on datasource import in MSTR 10 EA2/RCToolsNo Technical Support CaseDE11801Data import from some table will get "Warehouse table  is missing in database" if use myhive  JDBC driverToolsNo Technical Support CaseDE26348Cannot connect to Apache Hive from Mac version mstr Desktop.Tools789484DE24058Tooltip values display wrong categories in Express modeTools814008DE27118Incorrect selections in Visual Insight Image Layout visualization in Strategy Web Universal 10.2 ASP.NETToolsNo Technical Support CaseDE30799I-Server Crashed and Core Files Got createdTools813984DE30878Visual Insight Image Layout visualization doesn't recognized the Brazilian states Maranhao and Sao Paulo in Strategy Web Universal 10.2 ASP.NETTools829944DE31135Defined threshold is not applied to Image Layout in RSD.Tools813040DE31401ESRI - ESRI bubble map does not re-center when making a selector selection.ServerNo Technical Support CaseDE29417After change 1:M relationship to M:M relationship and IR, it is changed as M:M table although the data is 1:MServerNo Technical Support CaseDE29525Relationship table has different order of attribute (Only CSI )Server819974DE29777I-Server crashes after upgrading to 10.2 and running document Team Leader DashboardServer818354DE30277Intelligence Server CrashServerNo Technical Support CaseDE30044Selector in panel stack can't target panel stack.ServerNo Technical Support CaseDE30410Incorrect default dark-theme font and container formatting in new sheetTools799723DE30328"Unable to download ESRI map. No internet connection" error occurs when running ESRI in MAD. ServerNo Technical Support CaseDE30023The badge is unlocked unexpectedly after login failureServerNo Technical Support CaseDE30744Server API does not return phone numbersServerNo Technical Support CaseDE31757Update IDM version in 10.3 HF1ServerNo Technical Support CaseDE29793Data mismatch in 10.2 and 10.3ServerNo Technical Support CaseDE30792Get Analytical Engine calculation error: calculation event evaluation failed when execute normal report with consolidation and movingsum metricServer802730DE30793I have a report that has Derived Elements that I can't change. When I try, they blank out, and I have to just close the report and go back in.ServerNo Technical Support CaseDE31097ID =0 is treated as null by IR for cube with partitionPlatformsNo Technical Support CaseDE31931Cannot remote desktop to windows machine with mstr user for new windows AMI "ami-530e0239"Platforms726181DE4681Unable to install 9.4.1 Hotfix 6 on server with only Strategy MDX Provider installedPlatformsNo Technical Support CaseDE15206HotFix routines should automatically stop and start services as requiredPlatformsNo Technical Support CaseDE15749Use of HF installer name is not consistentPlatformsNo Technical Support CaseDE26453HF Silent options.txt have no option for new Usher MySQL locationPlatformsNo Technical Support CaseDE26776Failed to install hotfix1PlatformsNo Technical Support CaseDE28363APNS switch was reset to OFF after hotfix installPlatforms820424DE30756Installation of 10.2 HF1 fails on AIXPlatformsNo Technical Support CaseDE30759Worpdress plugin cannot be downloaded on-prem environmentPlatformsNo Technical Support CaseDE31551Self-Registration Error for 10.3HF1 installation in WindowsPlatformsNo Technical Support CaseDE31552License Agreement can't be found during installationPlatformsNo Technical Support CaseDE31557The version for IServer is not updated.PlatformsNo Technical Support CaseDE31584During upgrade, we should not update/change the server_aes.key filePlatformsNo Technical Support CaseDE31657Files under asp folder of Operation Manager are not updatedPlatformsNo Technical Support CaseDE31889Missing files for Usher after applied 10.3.0100.0003 upon 10.3PlatformsNo Technical Support CaseDE32029Strategy.war is missing once upgrading 10.3GA to build 10.3.0100.0004.PlatformsNo Technical Support CaseDE32074HF installation aborted with Java IllegalArgumentExceptionPlatformsNo Technical Support CaseDE32120Usher Server version is wrong, 10.3GA (=2.4.160)PlatformsNo Technical Support CaseDE32490JSP Web/Mobile/OM/WS files changed in 10.3 HF1 are not populated in HF DataNew foldersServer776152DE30630Unable to restart the Intelligence server.Server799104DE30873Project loading time too high - issue with statisticsClientsNo Technical Support CaseDE31375Memory keeps increasing and finally crashes the app after launching app with clear on close as on.ToolsNo Technical Support CaseDE30047An end user's additional device is enrolled we cannot get push notificationServer811322DE30877When we try to migrate some reports to Production environment using Object Manager, we get the following error: Excepcion de HRESULT:0x80041FBFServer825500DE31472Project merge between MDs | Merge failedNoneNo Technical Support CaseDE3121910.3.0 HF1 Usher Environment Set upServerNo Technical Support CaseDE30902IServer crash at  MBase::ContractManagerAllocator related to DFCCSICubeTableCollectionBase::GetMaxLevelServer813768DE2978510.2 ASP webserver using JRE 1.7 always uses TLS 1.0 instead of TLS 1.2 for webserver <> iserver traffic encryptionTools814449DE23832'HTML Tag' attribute form shows as static text in the filter section of Visual InsightToolsNo Technical Support CaseDE30419Metrics added from Schema (all objects) won't inherit existing formatting on grid. Still keep as default format.ToolsNo Technical Support CaseDE32411Fail to drag attribute header to move it from rows to column. The moving tag will stick on screenTools822594DE30647A Korean text is broken in Visual Insight 10.3 RCClientsNo Technical Support CaseDE31441Images are always empty and cannot be retrieved from WHClientsNo Technical Support CaseDE31010Need to fix usher pro dashboard defects (especially when location tracking is enabled for the Usher Security badge)ToolsNo Technical Support CaseDE30241The login page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverTools768102DE30493Browser process crashes when clicking on a cell grid and draggingToolsNo Technical Support CaseDE31706The loging page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverClientsNo Technical Support CaseDE30667A blank page is shown when running a document based on an unpublished cube.  [Regression from 10.2]Clients793110DE30393Stored XSS ExistsServerNo Technical Support CaseUS45909Change the behavior of the feature flag of F3320ClientsNo Technical Support CaseUS4489Cube size got increased lot (almost 2 times) on 10.2 comparing with 941Clients114973DE36120App crashes when selector value manipulated after applying 10.3 HF1 patch 7 to the MSTR appClients819868DE36121When user under APPUSER Group is executing dashboard in SIT project, dashboard is crashing on iPad.Clients118811DE36865Optimize the default zoom factor of ESRI Map on Mobile (Gaode) for Chinese users when there is only one data point.Clients829821DE35985 In android device, using URL API to open a document A with prompt. The answer cannot be passed to Document B through link .Clients120496DE36779The selected color for linkbar selector Cannot take effect for 10.3 android app only    InstancesThis is the root element for the XML File. If multiple instances exist, they will exist within this element.InstanceThis defines each individual instance. An instance will represent a single installation. An instance will contain many elements of an installation. There can be multiple 'instance' elements if multiple installations exist on the machine.hostThis is the host machine name of the machine which Strategy is installed.homeThis defines the home directory of Strategy. The default location is "/var/opt/Strategy".versionThis defines the GA version of which is installed. Example: "9.3.0".buildThis should be the exact build of the GA version installed. Example of 9.3.0: "9.3.000.055".hfbuildIf a hotfix has been installed, this field will contain the build version with the hotfix. If no hotfix is installed, this should be the same version as the GA. Example of 9.3.0 Hotfix 4: "9.3.080.055".lastopThis defines the last operation done on the installation. This can be Repair, Fresh Install, etc.modtimeThe last time this installation has been modified or altered by a Strategy Installer.medialocThis defines the location where the downloaded installation was extracted to and installed from. If this location no longer exists or is invalid, operations such as a repair install may fail.hfmedialocThis defines the location where the downloaded Hotfix installation was extracted to and installed from. If this location no longer exists, operations such as a repair install for a Hotfix may fail. If no Hotfix has been applied in this environment, the entry is: "undefined".uninstdirThis defines the location where the uninstaller for Strategy is located. The default location is "/opt/Strategy/_uninstall".dirtyIf a previous installation was not successful, this flag will be set to "true". If this flag is set to "true", any Strategy Installer will prompt for this installation to have a repair install performed on it. When this flag is set to "false", it is assumed that the integrity of the installation is correct.Idle ModeEnumDSSProjectStatusExecution IdleDssProjectStatusExecIdleRequest IdleDssProjectStatusRequestIdleFull IdleDssProjectStatusFullIdleActive (Loaded)DssProjectStatusActive

Yes 
ProductStrategy Support CaseStrategy Internal IDDescriptionToolsNo Technical Support CaseDE30641Unable to connect to Master Health Agent due to the missing of log folderTools819116DE30651HTML code instead of text shows up in Project Communication in 10.2 after being updated via Command Manager scriptTools822384DE30653Add Mstr_require_jar MAEMUtilities to mstrcmdmgrw.10.0.2500.0134 on AIX and SolarisToolsNo Technical Support CaseDE30719Error occurs when upgrading EM WH DB of Oracle from 941 to 103ToolsNo Technical Support CaseDE30881Data Load failed in MySQL when the EMWH is upgraded from 9sTools823850DE31011Data load fails in Production and no errors are displayed in the DSSError log only in the EM logTools823703DE31046When executed, Command Manager ADD ACE FOR FOLDER and REMOVE ACE FROM FOLDER commands do not update on all nodes. Any security changes made are also reset to default values after an I-Server restart.ToolsNo Technical Support CaseDE31038Error in typing Korean in Query editor on datasource import in MSTR 10 EA2/RCToolsNo Technical Support CaseDE11801Data import from some table will get "Warehouse table  is missing in database" if use myhive  JDBC driverToolsNo Technical Support CaseDE26348Cannot connect to Apache Hive from Mac version mstr Desktop.Tools789484DE24058Tooltip values display wrong categories in Express modeTools814008DE27118Incorrect selections in Visual Insight Image Layout visualization in Strategy Web Universal 10.2 ASP.NETToolsNo Technical Support CaseDE30799I-Server Crashed and Core Files Got createdTools813984DE30878Visual Insight Image Layout visualization doesn't recognized the Brazilian states Maranhao and Sao Paulo in Strategy Web Universal 10.2 ASP.NETTools829944DE31135Defined threshold is not applied to Image Layout in RSD.Tools813040DE31401ESRI - ESRI bubble map does not re-center when making a selector selection.ServerNo Technical Support CaseDE29417After change 1:M relationship to M:M relationship and IR, it is changed as M:M table although the data is 1:MServerNo Technical Support CaseDE29525Relationship table has different order of attribute (Only CSI )Server819974DE29777I-Server crashes after upgrading to 10.2 and running document Team Leader DashboardServer818354DE30277Intelligence Server CrashServerNo Technical Support CaseDE30044Selector in panel stack can't target panel stack.ServerNo Technical Support CaseDE30410Incorrect default dark-theme font and container formatting in new sheetTools799723DE30328"Unable to download ESRI map. No internet connection" error occurs when running ESRI in MAD. ServerNo Technical Support CaseDE30023The badge is unlocked unexpectedly after login failureServerNo Technical Support CaseDE30744Server API does not return phone numbersServerNo Technical Support CaseDE31757Update IDM version in 10.3 HF1ServerNo Technical Support CaseDE29793Data mismatch in 10.2 and 10.3ServerNo Technical Support CaseDE30792Get Analytical Engine calculation error: calculation event evaluation failed when execute normal report with consolidation and movingsum metricServer802730DE30793I have a report that has Derived Elements that I can't change. When I try, they blank out, and I have to just close the report and go back in.ServerNo Technical Support CaseDE31097ID =0 is treated as null by IR for cube with partitionPlatformsNo Technical Support CaseDE31931Cannot remote desktop to windows machine with mstr user for new windows AMI "ami-530e0239"Platforms726181DE4681Unable to install 9.4.1 Hotfix 6 on server with only Strategy MDX Provider installedPlatformsNo Technical Support CaseDE15206HotFix routines should automatically stop and start services as requiredPlatformsNo Technical Support CaseDE15749Use of HF installer name is not consistentPlatformsNo Technical Support CaseDE26453HF Silent options.txt have no option for new Usher MySQL locationPlatformsNo Technical Support CaseDE26776Failed to install hotfix1PlatformsNo Technical Support CaseDE28363APNS switch was reset to OFF after hotfix installPlatforms820424DE30756Installation of 10.2 HF1 fails on AIXPlatformsNo Technical Support CaseDE30759Worpdress plugin cannot be downloaded on-prem environmentPlatformsNo Technical Support CaseDE31551Self-Registration Error for 10.3HF1 installation in WindowsPlatformsNo Technical Support CaseDE31552License Agreement can't be found during installationPlatformsNo Technical Support CaseDE31557The version for IServer is not updated.PlatformsNo Technical Support CaseDE31584During upgrade, we should not update/change the server_aes.key filePlatformsNo Technical Support CaseDE31657Files under asp folder of Operation Manager are not updatedPlatformsNo Technical Support CaseDE31889Missing files for Usher after applied 10.3.0100.0003 upon 10.3PlatformsNo Technical Support CaseDE32029Strategy.war is missing once upgrading 10.3GA to build 10.3.0100.0004.PlatformsNo Technical Support CaseDE32074HF installation aborted with Java IllegalArgumentExceptionPlatformsNo Technical Support CaseDE32120Usher Server version is wrong, 10.3GA (=2.4.160)PlatformsNo Technical Support CaseDE32490JSP Web/Mobile/OM/WS files changed in 10.3 HF1 are not populated in HF DataNew foldersServer776152DE30630Unable to restart the Intelligence server.Server799104DE30873Project loading time too high - issue with statisticsClientsNo Technical Support CaseDE31375Memory keeps increasing and finally crashes the app after launching app with clear on close as on.ToolsNo Technical Support CaseDE30047An end user's additional device is enrolled we cannot get push notificationServer811322DE30877When we try to migrate some reports to Production environment using Object Manager, we get the following error: Excepcion de HRESULT:0x80041FBFServer825500DE31472Project merge between MDs | Merge failedNoneNo Technical Support CaseDE3121910.3.0 HF1 Usher Environment Set upServerNo Technical Support CaseDE30902IServer crash at  MBase::ContractManagerAllocator related to DFCCSICubeTableCollectionBase::GetMaxLevelServer813768DE2978510.2 ASP webserver using JRE 1.7 always uses TLS 1.0 instead of TLS 1.2 for webserver <> iserver traffic encryptionTools814449DE23832'HTML Tag' attribute form shows as static text in the filter section of Visual InsightToolsNo Technical Support CaseDE30419Metrics added from Schema (all objects) won't inherit existing formatting on grid. Still keep as default format.ToolsNo Technical Support CaseDE32411Fail to drag attribute header to move it from rows to column. The moving tag will stick on screenTools822594DE30647A Korean text is broken in Visual Insight 10.3 RCClientsNo Technical Support CaseDE31441Images are always empty and cannot be retrieved from WHClientsNo Technical Support CaseDE31010Need to fix usher pro dashboard defects (especially when location tracking is enabled for the Usher Security badge)ToolsNo Technical Support CaseDE30241The login page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverTools768102DE30493Browser process crashes when clicking on a cell grid and draggingToolsNo Technical Support CaseDE31706The loging page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverClientsNo Technical Support CaseDE30667A blank page is shown when running a document based on an unpublished cube.  [Regression from 10.2]Clients793110DE30393Stored XSS ExistsServerNo Technical Support CaseUS45909Change the behavior of the feature flag of F3320ClientsNo Technical Support CaseUS4489Cube size got increased lot (almost 2 times) on 10.2 comparing with 941Clients114973DE36120App crashes when selector value manipulated after applying 10.3 HF1 patch 7 to the MSTR appClients819868DE36121When user under APPUSER Group is executing dashboard in SIT project, dashboard is crashing on iPad.Clients118811DE36865Optimize the default zoom factor of ESRI Map on Mobile (Gaode) for Chinese users when there is only one data point.Clients829821DE35985 In android device, using URL API to open a document A with prompt. The answer cannot be passed to Document B through link .Clients120496DE36779The selected color for linkbar selector Cannot take effect for 10.3 android app only    InstancesThis is the root element for the XML File. If multiple instances exist, they will exist within this element.InstanceThis defines each individual instance. An instance will represent a single installation. An instance will contain many elements of an installation. There can be multiple 'instance' elements if multiple installations exist on the machine.hostThis is the host machine name of the machine which Strategy is installed.homeThis defines the home directory of Strategy. The default location is "/var/opt/Strategy".versionThis defines the GA version of which is installed. Example: "9.3.0".buildThis should be the exact build of the GA version installed. Example of 9.3.0: "9.3.000.055".hfbuildIf a hotfix has been installed, this field will contain the build version with the hotfix. If no hotfix is installed, this should be the same version as the GA. Example of 9.3.0 Hotfix 4: "9.3.080.055".lastopThis defines the last operation done on the installation. This can be Repair, Fresh Install, etc.modtimeThe last time this installation has been modified or altered by a Strategy Installer.medialocThis defines the location where the downloaded installation was extracted to and installed from. If this location no longer exists or is invalid, operations such as a repair install may fail.hfmedialocThis defines the location where the downloaded Hotfix installation was extracted to and installed from. If this location no longer exists, operations such as a repair install for a Hotfix may fail. If no Hotfix has been applied in this environment, the entry is: "undefined".uninstdirThis defines the location where the uninstaller for Strategy is located. The default location is "/opt/Strategy/_uninstall".dirtyIf a previous installation was not successful, this flag will be set to "true". If this flag is set to "true", any Strategy Installer will prompt for this installation to have a repair install performed on it. When this flag is set to "false", it is assumed that the integrity of the installation is correct.Idle ModeEnumDSSProjectStatusExecution IdleDssProjectStatusExecIdleRequest IdleDssProjectStatusRequestIdleFull IdleDssProjectStatusFullIdleActive (Loaded)DssProjectStatusActive

Yes 
ProductStrategy Support CaseStrategy Internal IDDescriptionToolsNo Technical Support CaseDE30641Unable to connect to Master Health Agent due to the missing of log folderTools819116DE30651HTML code instead of text shows up in Project Communication in 10.2 after being updated via Command Manager scriptTools822384DE30653Add Mstr_require_jar MAEMUtilities to mstrcmdmgrw.10.0.2500.0134 on AIX and SolarisToolsNo Technical Support CaseDE30719Error occurs when upgrading EM WH DB of Oracle from 941 to 103ToolsNo Technical Support CaseDE30881Data Load failed in MySQL when the EMWH is upgraded from 9sTools823850DE31011Data load fails in Production and no errors are displayed in the DSSError log only in the EM logTools823703DE31046When executed, Command Manager ADD ACE FOR FOLDER and REMOVE ACE FROM FOLDER commands do not update on all nodes. Any security changes made are also reset to default values after an I-Server restart.ToolsNo Technical Support CaseDE31038Error in typing Korean in Query editor on datasource import in MSTR 10 EA2/RCToolsNo Technical Support CaseDE11801Data import from some table will get "Warehouse table  is missing in database" if use myhive  JDBC driverToolsNo Technical Support CaseDE26348Cannot connect to Apache Hive from Mac version mstr Desktop.Tools789484DE24058Tooltip values display wrong categories in Express modeTools814008DE27118Incorrect selections in Visual Insight Image Layout visualization in Strategy Web Universal 10.2 ASP.NETToolsNo Technical Support CaseDE30799I-Server Crashed and Core Files Got createdTools813984DE30878Visual Insight Image Layout visualization doesn't recognized the Brazilian states Maranhao and Sao Paulo in Strategy Web Universal 10.2 ASP.NETTools829944DE31135Defined threshold is not applied to Image Layout in RSD.Tools813040DE31401ESRI - ESRI bubble map does not re-center when making a selector selection.ServerNo Technical Support CaseDE29417After change 1:M relationship to M:M relationship and IR, it is changed as M:M table although the data is 1:MServerNo Technical Support CaseDE29525Relationship table has different order of attribute (Only CSI )Server819974DE29777I-Server crashes after upgrading to 10.2 and running document Team Leader DashboardServer818354DE30277Intelligence Server CrashServerNo Technical Support CaseDE30044Selector in panel stack can't target panel stack.ServerNo Technical Support CaseDE30410Incorrect default dark-theme font and container formatting in new sheetTools799723DE30328"Unable to download ESRI map. No internet connection" error occurs when running ESRI in MAD. ServerNo Technical Support CaseDE30023The badge is unlocked unexpectedly after login failureServerNo Technical Support CaseDE30744Server API does not return phone numbersServerNo Technical Support CaseDE31757Update IDM version in 10.3 HF1ServerNo Technical Support CaseDE29793Data mismatch in 10.2 and 10.3ServerNo Technical Support CaseDE30792Get Analytical Engine calculation error: calculation event evaluation failed when execute normal report with consolidation and movingsum metricServer802730DE30793I have a report that has Derived Elements that I can't change. When I try, they blank out, and I have to just close the report and go back in.ServerNo Technical Support CaseDE31097ID =0 is treated as null by IR for cube with partitionPlatformsNo Technical Support CaseDE31931Cannot remote desktop to windows machine with mstr user for new windows AMI "ami-530e0239"Platforms726181DE4681Unable to install 9.4.1 Hotfix 6 on server with only Strategy MDX Provider installedPlatformsNo Technical Support CaseDE15206HotFix routines should automatically stop and start services as requiredPlatformsNo Technical Support CaseDE15749Use of HF installer name is not consistentPlatformsNo Technical Support CaseDE26453HF Silent options.txt have no option for new Usher MySQL locationPlatformsNo Technical Support CaseDE26776Failed to install hotfix1PlatformsNo Technical Support CaseDE28363APNS switch was reset to OFF after hotfix installPlatforms820424DE30756Installation of 10.2 HF1 fails on AIXPlatformsNo Technical Support CaseDE30759Worpdress plugin cannot be downloaded on-prem environmentPlatformsNo Technical Support CaseDE31551Self-Registration Error for 10.3HF1 installation in WindowsPlatformsNo Technical Support CaseDE31552License Agreement can't be found during installationPlatformsNo Technical Support CaseDE31557The version for IServer is not updated.PlatformsNo Technical Support CaseDE31584During upgrade, we should not update/change the server_aes.key filePlatformsNo Technical Support CaseDE31657Files under asp folder of Operation Manager are not updatedPlatformsNo Technical Support CaseDE31889Missing files for Usher after applied 10.3.0100.0003 upon 10.3PlatformsNo Technical Support CaseDE32029Strategy.war is missing once upgrading 10.3GA to build 10.3.0100.0004.PlatformsNo Technical Support CaseDE32074HF installation aborted with Java IllegalArgumentExceptionPlatformsNo Technical Support CaseDE32120Usher Server version is wrong, 10.3GA (=2.4.160)PlatformsNo Technical Support CaseDE32490JSP Web/Mobile/OM/WS files changed in 10.3 HF1 are not populated in HF DataNew foldersServer776152DE30630Unable to restart the Intelligence server.Server799104DE30873Project loading time too high - issue with statisticsClientsNo Technical Support CaseDE31375Memory keeps increasing and finally crashes the app after launching app with clear on close as on.ToolsNo Technical Support CaseDE30047An end user's additional device is enrolled we cannot get push notificationServer811322DE30877When we try to migrate some reports to Production environment using Object Manager, we get the following error: Excepcion de HRESULT:0x80041FBFServer825500DE31472Project merge between MDs | Merge failedNoneNo Technical Support CaseDE3121910.3.0 HF1 Usher Environment Set upServerNo Technical Support CaseDE30902IServer crash at  MBase::ContractManagerAllocator related to DFCCSICubeTableCollectionBase::GetMaxLevelServer813768DE2978510.2 ASP webserver using JRE 1.7 always uses TLS 1.0 instead of TLS 1.2 for webserver <> iserver traffic encryptionTools814449DE23832'HTML Tag' attribute form shows as static text in the filter section of Visual InsightToolsNo Technical Support CaseDE30419Metrics added from Schema (all objects) won't inherit existing formatting on grid. Still keep as default format.ToolsNo Technical Support CaseDE32411Fail to drag attribute header to move it from rows to column. The moving tag will stick on screenTools822594DE30647A Korean text is broken in Visual Insight 10.3 RCClientsNo Technical Support CaseDE31441Images are always empty and cannot be retrieved from WHClientsNo Technical Support CaseDE31010Need to fix usher pro dashboard defects (especially when location tracking is enabled for the Usher Security badge)ToolsNo Technical Support CaseDE30241The login page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverTools768102DE30493Browser process crashes when clicking on a cell grid and draggingToolsNo Technical Support CaseDE31706The loging page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverClientsNo Technical Support CaseDE30667A blank page is shown when running a document based on an unpublished cube.  [Regression from 10.2]Clients793110DE30393Stored XSS ExistsServerNo Technical Support CaseUS45909Change the behavior of the feature flag of F3320ClientsNo Technical Support CaseUS4489Cube size got increased lot (almost 2 times) on 10.2 comparing with 941Clients114973DE36120App crashes when selector value manipulated after applying 10.3 HF1 patch 7 to the MSTR appClients819868DE36121When user under APPUSER Group is executing dashboard in SIT project, dashboard is crashing on iPad.Clients118811DE36865Optimize the default zoom factor of ESRI Map on Mobile (Gaode) for Chinese users when there is only one data point.Clients829821DE35985 In android device, using URL API to open a document A with prompt. The answer cannot be passed to Document B through link .Clients120496DE36779The selected color for linkbar selector Cannot take effect for 10.3 android app only    InstancesThis is the root element for the XML File. If multiple instances exist, they will exist within this element.InstanceThis defines each individual instance. An instance will represent a single installation. An instance will contain many elements of an installation. There can be multiple 'instance' elements if multiple installations exist on the machine.hostThis is the host machine name of the machine which Strategy is installed.homeThis defines the home directory of Strategy. The default location is "/var/opt/Strategy".versionThis defines the GA version of which is installed. Example: "9.3.0".buildThis should be the exact build of the GA version installed. Example of 9.3.0: "9.3.000.055".hfbuildIf a hotfix has been installed, this field will contain the build version with the hotfix. If no hotfix is installed, this should be the same version as the GA. Example of 9.3.0 Hotfix 4: "9.3.080.055".lastopThis defines the last operation done on the installation. This can be Repair, Fresh Install, etc.modtimeThe last time this installation has been modified or altered by a Strategy Installer.medialocThis defines the location where the downloaded installation was extracted to and installed from. If this location no longer exists or is invalid, operations such as a repair install may fail.hfmedialocThis defines the location where the downloaded Hotfix installation was extracted to and installed from. If this location no longer exists, operations such as a repair install for a Hotfix may fail. If no Hotfix has been applied in this environment, the entry is: "undefined".uninstdirThis defines the location where the uninstaller for Strategy is located. The default location is "/opt/Strategy/_uninstall".dirtyIf a previous installation was not successful, this flag will be set to "true". If this flag is set to "true", any Strategy Installer will prompt for this installation to have a repair install performed on it. When this flag is set to "false", it is assumed that the integrity of the installation is correct.Idle ModeEnumDSSProjectStatusExecution IdleDssProjectStatusExecIdleRequest IdleDssProjectStatusRequestIdleFull IdleDssProjectStatusFullIdleActive (Loaded)DssProjectStatusActive

Yes 
ProductStrategy Support CaseStrategy Internal IDDescriptionToolsNo Technical Support CaseDE30641Unable to connect to Master Health Agent due to the missing of log folderTools819116DE30651HTML code instead of text shows up in Project Communication in 10.2 after being updated via Command Manager scriptTools822384DE30653Add Mstr_require_jar MAEMUtilities to mstrcmdmgrw.10.0.2500.0134 on AIX and SolarisToolsNo Technical Support CaseDE30719Error occurs when upgrading EM WH DB of Oracle from 941 to 103ToolsNo Technical Support CaseDE30881Data Load failed in MySQL when the EMWH is upgraded from 9sTools823850DE31011Data load fails in Production and no errors are displayed in the DSSError log only in the EM logTools823703DE31046When executed, Command Manager ADD ACE FOR FOLDER and REMOVE ACE FROM FOLDER commands do not update on all nodes. Any security changes made are also reset to default values after an I-Server restart.ToolsNo Technical Support CaseDE31038Error in typing Korean in Query editor on datasource import in MSTR 10 EA2/RCToolsNo Technical Support CaseDE11801Data import from some table will get "Warehouse table  is missing in database" if use myhive  JDBC driverToolsNo Technical Support CaseDE26348Cannot connect to Apache Hive from Mac version mstr Desktop.Tools789484DE24058Tooltip values display wrong categories in Express modeTools814008DE27118Incorrect selections in Visual Insight Image Layout visualization in Strategy Web Universal 10.2 ASP.NETToolsNo Technical Support CaseDE30799I-Server Crashed and Core Files Got createdTools813984DE30878Visual Insight Image Layout visualization doesn't recognized the Brazilian states Maranhao and Sao Paulo in Strategy Web Universal 10.2 ASP.NETTools829944DE31135Defined threshold is not applied to Image Layout in RSD.Tools813040DE31401ESRI - ESRI bubble map does not re-center when making a selector selection.ServerNo Technical Support CaseDE29417After change 1:M relationship to M:M relationship and IR, it is changed as M:M table although the data is 1:MServerNo Technical Support CaseDE29525Relationship table has different order of attribute (Only CSI )Server819974DE29777I-Server crashes after upgrading to 10.2 and running document Team Leader DashboardServer818354DE30277Intelligence Server CrashServerNo Technical Support CaseDE30044Selector in panel stack can't target panel stack.ServerNo Technical Support CaseDE30410Incorrect default dark-theme font and container formatting in new sheetTools799723DE30328"Unable to download ESRI map. No internet connection" error occurs when running ESRI in MAD. ServerNo Technical Support CaseDE30023The badge is unlocked unexpectedly after login failureServerNo Technical Support CaseDE30744Server API does not return phone numbersServerNo Technical Support CaseDE31757Update IDM version in 10.3 HF1ServerNo Technical Support CaseDE29793Data mismatch in 10.2 and 10.3ServerNo Technical Support CaseDE30792Get Analytical Engine calculation error: calculation event evaluation failed when execute normal report with consolidation and movingsum metricServer802730DE30793I have a report that has Derived Elements that I can't change. When I try, they blank out, and I have to just close the report and go back in.ServerNo Technical Support CaseDE31097ID =0 is treated as null by IR for cube with partitionPlatformsNo Technical Support CaseDE31931Cannot remote desktop to windows machine with mstr user for new windows AMI "ami-530e0239"Platforms726181DE4681Unable to install 9.4.1 Hotfix 6 on server with only Strategy MDX Provider installedPlatformsNo Technical Support CaseDE15206HotFix routines should automatically stop and start services as requiredPlatformsNo Technical Support CaseDE15749Use of HF installer name is not consistentPlatformsNo Technical Support CaseDE26453HF Silent options.txt have no option for new Usher MySQL locationPlatformsNo Technical Support CaseDE26776Failed to install hotfix1PlatformsNo Technical Support CaseDE28363APNS switch was reset to OFF after hotfix installPlatforms820424DE30756Installation of 10.2 HF1 fails on AIXPlatformsNo Technical Support CaseDE30759Worpdress plugin cannot be downloaded on-prem environmentPlatformsNo Technical Support CaseDE31551Self-Registration Error for 10.3HF1 installation in WindowsPlatformsNo Technical Support CaseDE31552License Agreement can't be found during installationPlatformsNo Technical Support CaseDE31557The version for IServer is not updated.PlatformsNo Technical Support CaseDE31584During upgrade, we should not update/change the server_aes.key filePlatformsNo Technical Support CaseDE31657Files under asp folder of Operation Manager are not updatedPlatformsNo Technical Support CaseDE31889Missing files for Usher after applied 10.3.0100.0003 upon 10.3PlatformsNo Technical Support CaseDE32029Strategy.war is missing once upgrading 10.3GA to build 10.3.0100.0004.PlatformsNo Technical Support CaseDE32074HF installation aborted with Java IllegalArgumentExceptionPlatformsNo Technical Support CaseDE32120Usher Server version is wrong, 10.3GA (=2.4.160)PlatformsNo Technical Support CaseDE32490JSP Web/Mobile/OM/WS files changed in 10.3 HF1 are not populated in HF DataNew foldersServer776152DE30630Unable to restart the Intelligence server.Server799104DE30873Project loading time too high - issue with statisticsClientsNo Technical Support CaseDE31375Memory keeps increasing and finally crashes the app after launching app with clear on close as on.ToolsNo Technical Support CaseDE30047An end user's additional device is enrolled we cannot get push notificationServer811322DE30877When we try to migrate some reports to Production environment using Object Manager, we get the following error: Excepcion de HRESULT:0x80041FBFServer825500DE31472Project merge between MDs | Merge failedNoneNo Technical Support CaseDE3121910.3.0 HF1 Usher Environment Set upServerNo Technical Support CaseDE30902IServer crash at  MBase::ContractManagerAllocator related to DFCCSICubeTableCollectionBase::GetMaxLevelServer813768DE2978510.2 ASP webserver using JRE 1.7 always uses TLS 1.0 instead of TLS 1.2 for webserver <> iserver traffic encryptionTools814449DE23832'HTML Tag' attribute form shows as static text in the filter section of Visual InsightToolsNo Technical Support CaseDE30419Metrics added from Schema (all objects) won't inherit existing formatting on grid. Still keep as default format.ToolsNo Technical Support CaseDE32411Fail to drag attribute header to move it from rows to column. The moving tag will stick on screenTools822594DE30647A Korean text is broken in Visual Insight 10.3 RCClientsNo Technical Support CaseDE31441Images are always empty and cannot be retrieved from WHClientsNo Technical Support CaseDE31010Need to fix usher pro dashboard defects (especially when location tracking is enabled for the Usher Security badge)ToolsNo Technical Support CaseDE30241The login page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverTools768102DE30493Browser process crashes when clicking on a cell grid and draggingToolsNo Technical Support CaseDE31706The loging page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverClientsNo Technical Support CaseDE30667A blank page is shown when running a document based on an unpublished cube.  [Regression from 10.2]Clients793110DE30393Stored XSS ExistsServerNo Technical Support CaseUS45909Change the behavior of the feature flag of F3320ClientsNo Technical Support CaseUS4489Cube size got increased lot (almost 2 times) on 10.2 comparing with 941Clients114973DE36120App crashes when selector value manipulated after applying 10.3 HF1 patch 7 to the MSTR appClients819868DE36121When user under APPUSER Group is executing dashboard in SIT project, dashboard is crashing on iPad.Clients118811DE36865Optimize the default zoom factor of ESRI Map on Mobile (Gaode) for Chinese users when there is only one data point.Clients829821DE35985 In android device, using URL API to open a document A with prompt. The answer cannot be passed to Document B through link .Clients120496DE36779The selected color for linkbar selector Cannot take effect for 10.3 android app only    InstancesThis is the root element for the XML File. If multiple instances exist, they will exist within this element.InstanceThis defines each individual instance. An instance will represent a single installation. An instance will contain many elements of an installation. There can be multiple 'instance' elements if multiple installations exist on the machine.hostThis is the host machine name of the machine which Strategy is installed.homeThis defines the home directory of Strategy. The default location is "/var/opt/Strategy".versionThis defines the GA version of which is installed. Example: "9.3.0".buildThis should be the exact build of the GA version installed. Example of 9.3.0: "9.3.000.055".hfbuildIf a hotfix has been installed, this field will contain the build version with the hotfix. If no hotfix is installed, this should be the same version as the GA. Example of 9.3.0 Hotfix 4: "9.3.080.055".lastopThis defines the last operation done on the installation. This can be Repair, Fresh Install, etc.modtimeThe last time this installation has been modified or altered by a Strategy Installer.medialocThis defines the location where the downloaded installation was extracted to and installed from. If this location no longer exists or is invalid, operations such as a repair install may fail.hfmedialocThis defines the location where the downloaded Hotfix installation was extracted to and installed from. If this location no longer exists, operations such as a repair install for a Hotfix may fail. If no Hotfix has been applied in this environment, the entry is: "undefined".uninstdirThis defines the location where the uninstaller for Strategy is located. The default location is "/opt/Strategy/_uninstall".dirtyIf a previous installation was not successful, this flag will be set to "true". If this flag is set to "true", any Strategy Installer will prompt for this installation to have a repair install performed on it. When this flag is set to "false", it is assumed that the integrity of the installation is correct.Idle ModeEnumDSSProjectStatusExecution IdleDssProjectStatusExecIdleRequest IdleDssProjectStatusRequestIdleFull IdleDssProjectStatusFullIdleActive (Loaded)DssProjectStatusActive

Yes 
ProductStrategy Support CaseStrategy Internal IDDescriptionToolsNo Technical Support CaseDE30641Unable to connect to Master Health Agent due to the missing of log folderTools819116DE30651HTML code instead of text shows up in Project Communication in 10.2 after being updated via Command Manager scriptTools822384DE30653Add Mstr_require_jar MAEMUtilities to mstrcmdmgrw.10.0.2500.0134 on AIX and SolarisToolsNo Technical Support CaseDE30719Error occurs when upgrading EM WH DB of Oracle from 941 to 103ToolsNo Technical Support CaseDE30881Data Load failed in MySQL when the EMWH is upgraded from 9sTools823850DE31011Data load fails in Production and no errors are displayed in the DSSError log only in the EM logTools823703DE31046When executed, Command Manager ADD ACE FOR FOLDER and REMOVE ACE FROM FOLDER commands do not update on all nodes. Any security changes made are also reset to default values after an I-Server restart.ToolsNo Technical Support CaseDE31038Error in typing Korean in Query editor on datasource import in MSTR 10 EA2/RCToolsNo Technical Support CaseDE11801Data import from some table will get "Warehouse table  is missing in database" if use myhive  JDBC driverToolsNo Technical Support CaseDE26348Cannot connect to Apache Hive from Mac version mstr Desktop.Tools789484DE24058Tooltip values display wrong categories in Express modeTools814008DE27118Incorrect selections in Visual Insight Image Layout visualization in Strategy Web Universal 10.2 ASP.NETToolsNo Technical Support CaseDE30799I-Server Crashed and Core Files Got createdTools813984DE30878Visual Insight Image Layout visualization doesn't recognized the Brazilian states Maranhao and Sao Paulo in Strategy Web Universal 10.2 ASP.NETTools829944DE31135Defined threshold is not applied to Image Layout in RSD.Tools813040DE31401ESRI - ESRI bubble map does not re-center when making a selector selection.ServerNo Technical Support CaseDE29417After change 1:M relationship to M:M relationship and IR, it is changed as M:M table although the data is 1:MServerNo Technical Support CaseDE29525Relationship table has different order of attribute (Only CSI )Server819974DE29777I-Server crashes after upgrading to 10.2 and running document Team Leader DashboardServer818354DE30277Intelligence Server CrashServerNo Technical Support CaseDE30044Selector in panel stack can't target panel stack.ServerNo Technical Support CaseDE30410Incorrect default dark-theme font and container formatting in new sheetTools799723DE30328"Unable to download ESRI map. No internet connection" error occurs when running ESRI in MAD. ServerNo Technical Support CaseDE30023The badge is unlocked unexpectedly after login failureServerNo Technical Support CaseDE30744Server API does not return phone numbersServerNo Technical Support CaseDE31757Update IDM version in 10.3 HF1ServerNo Technical Support CaseDE29793Data mismatch in 10.2 and 10.3ServerNo Technical Support CaseDE30792Get Analytical Engine calculation error: calculation event evaluation failed when execute normal report with consolidation and movingsum metricServer802730DE30793I have a report that has Derived Elements that I can't change. When I try, they blank out, and I have to just close the report and go back in.ServerNo Technical Support CaseDE31097ID =0 is treated as null by IR for cube with partitionPlatformsNo Technical Support CaseDE31931Cannot remote desktop to windows machine with mstr user for new windows AMI "ami-530e0239"Platforms726181DE4681Unable to install 9.4.1 Hotfix 6 on server with only Strategy MDX Provider installedPlatformsNo Technical Support CaseDE15206HotFix routines should automatically stop and start services as requiredPlatformsNo Technical Support CaseDE15749Use of HF installer name is not consistentPlatformsNo Technical Support CaseDE26453HF Silent options.txt have no option for new Usher MySQL locationPlatformsNo Technical Support CaseDE26776Failed to install hotfix1PlatformsNo Technical Support CaseDE28363APNS switch was reset to OFF after hotfix installPlatforms820424DE30756Installation of 10.2 HF1 fails on AIXPlatformsNo Technical Support CaseDE30759Worpdress plugin cannot be downloaded on-prem environmentPlatformsNo Technical Support CaseDE31551Self-Registration Error for 10.3HF1 installation in WindowsPlatformsNo Technical Support CaseDE31552License Agreement can't be found during installationPlatformsNo Technical Support CaseDE31557The version for IServer is not updated.PlatformsNo Technical Support CaseDE31584During upgrade, we should not update/change the server_aes.key filePlatformsNo Technical Support CaseDE31657Files under asp folder of Operation Manager are not updatedPlatformsNo Technical Support CaseDE31889Missing files for Usher after applied 10.3.0100.0003 upon 10.3PlatformsNo Technical Support CaseDE32029Strategy.war is missing once upgrading 10.3GA to build 10.3.0100.0004.PlatformsNo Technical Support CaseDE32074HF installation aborted with Java IllegalArgumentExceptionPlatformsNo Technical Support CaseDE32120Usher Server version is wrong, 10.3GA (=2.4.160)PlatformsNo Technical Support CaseDE32490JSP Web/Mobile/OM/WS files changed in 10.3 HF1 are not populated in HF DataNew foldersServer776152DE30630Unable to restart the Intelligence server.Server799104DE30873Project loading time too high - issue with statisticsClientsNo Technical Support CaseDE31375Memory keeps increasing and finally crashes the app after launching app with clear on close as on.ToolsNo Technical Support CaseDE30047An end user's additional device is enrolled we cannot get push notificationServer811322DE30877When we try to migrate some reports to Production environment using Object Manager, we get the following error: Excepcion de HRESULT:0x80041FBFServer825500DE31472Project merge between MDs | Merge failedNoneNo Technical Support CaseDE3121910.3.0 HF1 Usher Environment Set upServerNo Technical Support CaseDE30902IServer crash at  MBase::ContractManagerAllocator related to DFCCSICubeTableCollectionBase::GetMaxLevelServer813768DE2978510.2 ASP webserver using JRE 1.7 always uses TLS 1.0 instead of TLS 1.2 for webserver <> iserver traffic encryptionTools814449DE23832'HTML Tag' attribute form shows as static text in the filter section of Visual InsightToolsNo Technical Support CaseDE30419Metrics added from Schema (all objects) won't inherit existing formatting on grid. Still keep as default format.ToolsNo Technical Support CaseDE32411Fail to drag attribute header to move it from rows to column. The moving tag will stick on screenTools822594DE30647A Korean text is broken in Visual Insight 10.3 RCClientsNo Technical Support CaseDE31441Images are always empty and cannot be retrieved from WHClientsNo Technical Support CaseDE31010Need to fix usher pro dashboard defects (especially when location tracking is enabled for the Usher Security badge)ToolsNo Technical Support CaseDE30241The login page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverTools768102DE30493Browser process crashes when clicking on a cell grid and draggingToolsNo Technical Support CaseDE31706The loging page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverClientsNo Technical Support CaseDE30667A blank page is shown when running a document based on an unpublished cube.  [Regression from 10.2]Clients793110DE30393Stored XSS ExistsServerNo Technical Support CaseUS45909Change the behavior of the feature flag of F3320ClientsNo Technical Support CaseUS4489Cube size got increased lot (almost 2 times) on 10.2 comparing with 941Clients114973DE36120App crashes when selector value manipulated after applying 10.3 HF1 patch 7 to the MSTR appClients819868DE36121When user under APPUSER Group is executing dashboard in SIT project, dashboard is crashing on iPad.Clients118811DE36865Optimize the default zoom factor of ESRI Map on Mobile (Gaode) for Chinese users when there is only one data point.Clients829821DE35985 In android device, using URL API to open a document A with prompt. The answer cannot be passed to Document B through link .Clients120496DE36779The selected color for linkbar selector Cannot take effect for 10.3 android app only    InstancesThis is the root element for the XML File. If multiple instances exist, they will exist within this element.InstanceThis defines each individual instance. An instance will represent a single installation. An instance will contain many elements of an installation. There can be multiple 'instance' elements if multiple installations exist on the machine.hostThis is the host machine name of the machine which Strategy is installed.homeThis defines the home directory of Strategy. The default location is "/var/opt/Strategy".versionThis defines the GA version of which is installed. Example: "9.3.0".buildThis should be the exact build of the GA version installed. Example of 9.3.0: "9.3.000.055".hfbuildIf a hotfix has been installed, this field will contain the build version with the hotfix. If no hotfix is installed, this should be the same version as the GA. Example of 9.3.0 Hotfix 4: "9.3.080.055".lastopThis defines the last operation done on the installation. This can be Repair, Fresh Install, etc.modtimeThe last time this installation has been modified or altered by a Strategy Installer.medialocThis defines the location where the downloaded installation was extracted to and installed from. If this location no longer exists or is invalid, operations such as a repair install may fail.hfmedialocThis defines the location where the downloaded Hotfix installation was extracted to and installed from. If this location no longer exists, operations such as a repair install for a Hotfix may fail. If no Hotfix has been applied in this environment, the entry is: "undefined".uninstdirThis defines the location where the uninstaller for Strategy is located. The default location is "/opt/Strategy/_uninstall".dirtyIf a previous installation was not successful, this flag will be set to "true". If this flag is set to "true", any Strategy Installer will prompt for this installation to have a repair install performed on it. When this flag is set to "false", it is assumed that the integrity of the installation is correct.Idle ModeEnumDSSProjectStatusExecution IdleDssProjectStatusExecIdleRequest IdleDssProjectStatusRequestIdleFull IdleDssProjectStatusFullIdleActive (Loaded)DssProjectStatusActive

Yes 
ProductStrategy Support CaseStrategy Internal IDDescriptionToolsNo Technical Support CaseDE30641Unable to connect to Master Health Agent due to the missing of log folderTools819116DE30651HTML code instead of text shows up in Project Communication in 10.2 after being updated via Command Manager scriptTools822384DE30653Add Mstr_require_jar MAEMUtilities to mstrcmdmgrw.10.0.2500.0134 on AIX and SolarisToolsNo Technical Support CaseDE30719Error occurs when upgrading EM WH DB of Oracle from 941 to 103ToolsNo Technical Support CaseDE30881Data Load failed in MySQL when the EMWH is upgraded from 9sTools823850DE31011Data load fails in Production and no errors are displayed in the DSSError log only in the EM logTools823703DE31046When executed, Command Manager ADD ACE FOR FOLDER and REMOVE ACE FROM FOLDER commands do not update on all nodes. Any security changes made are also reset to default values after an I-Server restart.ToolsNo Technical Support CaseDE31038Error in typing Korean in Query editor on datasource import in MSTR 10 EA2/RCToolsNo Technical Support CaseDE11801Data import from some table will get "Warehouse table  is missing in database" if use myhive  JDBC driverToolsNo Technical Support CaseDE26348Cannot connect to Apache Hive from Mac version mstr Desktop.Tools789484DE24058Tooltip values display wrong categories in Express modeTools814008DE27118Incorrect selections in Visual Insight Image Layout visualization in Strategy Web Universal 10.2 ASP.NETToolsNo Technical Support CaseDE30799I-Server Crashed and Core Files Got createdTools813984DE30878Visual Insight Image Layout visualization doesn't recognized the Brazilian states Maranhao and Sao Paulo in Strategy Web Universal 10.2 ASP.NETTools829944DE31135Defined threshold is not applied to Image Layout in RSD.Tools813040DE31401ESRI - ESRI bubble map does not re-center when making a selector selection.ServerNo Technical Support CaseDE29417After change 1:M relationship to M:M relationship and IR, it is changed as M:M table although the data is 1:MServerNo Technical Support CaseDE29525Relationship table has different order of attribute (Only CSI )Server819974DE29777I-Server crashes after upgrading to 10.2 and running document Team Leader DashboardServer818354DE30277Intelligence Server CrashServerNo Technical Support CaseDE30044Selector in panel stack can't target panel stack.ServerNo Technical Support CaseDE30410Incorrect default dark-theme font and container formatting in new sheetTools799723DE30328"Unable to download ESRI map. No internet connection" error occurs when running ESRI in MAD. ServerNo Technical Support CaseDE30023The badge is unlocked unexpectedly after login failureServerNo Technical Support CaseDE30744Server API does not return phone numbersServerNo Technical Support CaseDE31757Update IDM version in 10.3 HF1ServerNo Technical Support CaseDE29793Data mismatch in 10.2 and 10.3ServerNo Technical Support CaseDE30792Get Analytical Engine calculation error: calculation event evaluation failed when execute normal report with consolidation and movingsum metricServer802730DE30793I have a report that has Derived Elements that I can't change. When I try, they blank out, and I have to just close the report and go back in.ServerNo Technical Support CaseDE31097ID =0 is treated as null by IR for cube with partitionPlatformsNo Technical Support CaseDE31931Cannot remote desktop to windows machine with mstr user for new windows AMI "ami-530e0239"Platforms726181DE4681Unable to install 9.4.1 Hotfix 6 on server with only Strategy MDX Provider installedPlatformsNo Technical Support CaseDE15206HotFix routines should automatically stop and start services as requiredPlatformsNo Technical Support CaseDE15749Use of HF installer name is not consistentPlatformsNo Technical Support CaseDE26453HF Silent options.txt have no option for new Usher MySQL locationPlatformsNo Technical Support CaseDE26776Failed to install hotfix1PlatformsNo Technical Support CaseDE28363APNS switch was reset to OFF after hotfix installPlatforms820424DE30756Installation of 10.2 HF1 fails on AIXPlatformsNo Technical Support CaseDE30759Worpdress plugin cannot be downloaded on-prem environmentPlatformsNo Technical Support CaseDE31551Self-Registration Error for 10.3HF1 installation in WindowsPlatformsNo Technical Support CaseDE31552License Agreement can't be found during installationPlatformsNo Technical Support CaseDE31557The version for IServer is not updated.PlatformsNo Technical Support CaseDE31584During upgrade, we should not update/change the server_aes.key filePlatformsNo Technical Support CaseDE31657Files under asp folder of Operation Manager are not updatedPlatformsNo Technical Support CaseDE31889Missing files for Usher after applied 10.3.0100.0003 upon 10.3PlatformsNo Technical Support CaseDE32029Strategy.war is missing once upgrading 10.3GA to build 10.3.0100.0004.PlatformsNo Technical Support CaseDE32074HF installation aborted with Java IllegalArgumentExceptionPlatformsNo Technical Support CaseDE32120Usher Server version is wrong, 10.3GA (=2.4.160)PlatformsNo Technical Support CaseDE32490JSP Web/Mobile/OM/WS files changed in 10.3 HF1 are not populated in HF DataNew foldersServer776152DE30630Unable to restart the Intelligence server.Server799104DE30873Project loading time too high - issue with statisticsClientsNo Technical Support CaseDE31375Memory keeps increasing and finally crashes the app after launching app with clear on close as on.ToolsNo Technical Support CaseDE30047An end user's additional device is enrolled we cannot get push notificationServer811322DE30877When we try to migrate some reports to Production environment using Object Manager, we get the following error: Excepcion de HRESULT:0x80041FBFServer825500DE31472Project merge between MDs | Merge failedNoneNo Technical Support CaseDE3121910.3.0 HF1 Usher Environment Set upServerNo Technical Support CaseDE30902IServer crash at  MBase::ContractManagerAllocator related to DFCCSICubeTableCollectionBase::GetMaxLevelServer813768DE2978510.2 ASP webserver using JRE 1.7 always uses TLS 1.0 instead of TLS 1.2 for webserver <> iserver traffic encryptionTools814449DE23832'HTML Tag' attribute form shows as static text in the filter section of Visual InsightToolsNo Technical Support CaseDE30419Metrics added from Schema (all objects) won't inherit existing formatting on grid. Still keep as default format.ToolsNo Technical Support CaseDE32411Fail to drag attribute header to move it from rows to column. The moving tag will stick on screenTools822594DE30647A Korean text is broken in Visual Insight 10.3 RCClientsNo Technical Support CaseDE31441Images are always empty and cannot be retrieved from WHClientsNo Technical Support CaseDE31010Need to fix usher pro dashboard defects (especially when location tracking is enabled for the Usher Security badge)ToolsNo Technical Support CaseDE30241The login page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverTools768102DE30493Browser process crashes when clicking on a cell grid and draggingToolsNo Technical Support CaseDE31706The loging page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverClientsNo Technical Support CaseDE30667A blank page is shown when running a document based on an unpublished cube.  [Regression from 10.2]Clients793110DE30393Stored XSS ExistsServerNo Technical Support CaseUS45909Change the behavior of the feature flag of F3320ClientsNo Technical Support CaseUS4489Cube size got increased lot (almost 2 times) on 10.2 comparing with 941Clients114973DE36120App crashes when selector value manipulated after applying 10.3 HF1 patch 7 to the MSTR appClients819868DE36121When user under APPUSER Group is executing dashboard in SIT project, dashboard is crashing on iPad.Clients118811DE36865Optimize the default zoom factor of ESRI Map on Mobile (Gaode) for Chinese users when there is only one data point.Clients829821DE35985 In android device, using URL API to open a document A with prompt. The answer cannot be passed to Document B through link .Clients120496DE36779The selected color for linkbar selector Cannot take effect for 10.3 android app only    InstancesThis is the root element for the XML File. If multiple instances exist, they will exist within this element.InstanceThis defines each individual instance. An instance will represent a single installation. An instance will contain many elements of an installation. There can be multiple 'instance' elements if multiple installations exist on the machine.hostThis is the host machine name of the machine which Strategy is installed.homeThis defines the home directory of Strategy. The default location is "/var/opt/Strategy".versionThis defines the GA version of which is installed. Example: "9.3.0".buildThis should be the exact build of the GA version installed. Example of 9.3.0: "9.3.000.055".hfbuildIf a hotfix has been installed, this field will contain the build version with the hotfix. If no hotfix is installed, this should be the same version as the GA. Example of 9.3.0 Hotfix 4: "9.3.080.055".lastopThis defines the last operation done on the installation. This can be Repair, Fresh Install, etc.modtimeThe last time this installation has been modified or altered by a Strategy Installer.medialocThis defines the location where the downloaded installation was extracted to and installed from. If this location no longer exists or is invalid, operations such as a repair install may fail.hfmedialocThis defines the location where the downloaded Hotfix installation was extracted to and installed from. If this location no longer exists, operations such as a repair install for a Hotfix may fail. If no Hotfix has been applied in this environment, the entry is: "undefined".uninstdirThis defines the location where the uninstaller for Strategy is located. The default location is "/opt/Strategy/_uninstall".dirtyIf a previous installation was not successful, this flag will be set to "true". If this flag is set to "true", any Strategy Installer will prompt for this installation to have a repair install performed on it. When this flag is set to "false", it is assumed that the integrity of the installation is correct.Idle ModeEnumDSSProjectStatusExecution IdleDssProjectStatusExecIdleRequest IdleDssProjectStatusRequestIdleFull IdleDssProjectStatusFullIdleActive (Loaded)DssProjectStatusActive

Yes 
ProductStrategy Support CaseStrategy Internal IDDescriptionToolsNo Technical Support CaseDE30641Unable to connect to Master Health Agent due to the missing of log folderTools819116DE30651HTML code instead of text shows up in Project Communication in 10.2 after being updated via Command Manager scriptTools822384DE30653Add Mstr_require_jar MAEMUtilities to mstrcmdmgrw.10.0.2500.0134 on AIX and SolarisToolsNo Technical Support CaseDE30719Error occurs when upgrading EM WH DB of Oracle from 941 to 103ToolsNo Technical Support CaseDE30881Data Load failed in MySQL when the EMWH is upgraded from 9sTools823850DE31011Data load fails in Production and no errors are displayed in the DSSError log only in the EM logTools823703DE31046When executed, Command Manager ADD ACE FOR FOLDER and REMOVE ACE FROM FOLDER commands do not update on all nodes. Any security changes made are also reset to default values after an I-Server restart.ToolsNo Technical Support CaseDE31038Error in typing Korean in Query editor on datasource import in MSTR 10 EA2/RCToolsNo Technical Support CaseDE11801Data import from some table will get "Warehouse table  is missing in database" if use myhive  JDBC driverToolsNo Technical Support CaseDE26348Cannot connect to Apache Hive from Mac version mstr Desktop.Tools789484DE24058Tooltip values display wrong categories in Express modeTools814008DE27118Incorrect selections in Visual Insight Image Layout visualization in Strategy Web Universal 10.2 ASP.NETToolsNo Technical Support CaseDE30799I-Server Crashed and Core Files Got createdTools813984DE30878Visual Insight Image Layout visualization doesn't recognized the Brazilian states Maranhao and Sao Paulo in Strategy Web Universal 10.2 ASP.NETTools829944DE31135Defined threshold is not applied to Image Layout in RSD.Tools813040DE31401ESRI - ESRI bubble map does not re-center when making a selector selection.ServerNo Technical Support CaseDE29417After change 1:M relationship to M:M relationship and IR, it is changed as M:M table although the data is 1:MServerNo Technical Support CaseDE29525Relationship table has different order of attribute (Only CSI )Server819974DE29777I-Server crashes after upgrading to 10.2 and running document Team Leader DashboardServer818354DE30277Intelligence Server CrashServerNo Technical Support CaseDE30044Selector in panel stack can't target panel stack.ServerNo Technical Support CaseDE30410Incorrect default dark-theme font and container formatting in new sheetTools799723DE30328"Unable to download ESRI map. No internet connection" error occurs when running ESRI in MAD. ServerNo Technical Support CaseDE30023The badge is unlocked unexpectedly after login failureServerNo Technical Support CaseDE30744Server API does not return phone numbersServerNo Technical Support CaseDE31757Update IDM version in 10.3 HF1ServerNo Technical Support CaseDE29793Data mismatch in 10.2 and 10.3ServerNo Technical Support CaseDE30792Get Analytical Engine calculation error: calculation event evaluation failed when execute normal report with consolidation and movingsum metricServer802730DE30793I have a report that has Derived Elements that I can't change. When I try, they blank out, and I have to just close the report and go back in.ServerNo Technical Support CaseDE31097ID =0 is treated as null by IR for cube with partitionPlatformsNo Technical Support CaseDE31931Cannot remote desktop to windows machine with mstr user for new windows AMI "ami-530e0239"Platforms726181DE4681Unable to install 9.4.1 Hotfix 6 on server with only Strategy MDX Provider installedPlatformsNo Technical Support CaseDE15206HotFix routines should automatically stop and start services as requiredPlatformsNo Technical Support CaseDE15749Use of HF installer name is not consistentPlatformsNo Technical Support CaseDE26453HF Silent options.txt have no option for new Usher MySQL locationPlatformsNo Technical Support CaseDE26776Failed to install hotfix1PlatformsNo Technical Support CaseDE28363APNS switch was reset to OFF after hotfix installPlatforms820424DE30756Installation of 10.2 HF1 fails on AIXPlatformsNo Technical Support CaseDE30759Worpdress plugin cannot be downloaded on-prem environmentPlatformsNo Technical Support CaseDE31551Self-Registration Error for 10.3HF1 installation in WindowsPlatformsNo Technical Support CaseDE31552License Agreement can't be found during installationPlatformsNo Technical Support CaseDE31557The version for IServer is not updated.PlatformsNo Technical Support CaseDE31584During upgrade, we should not update/change the server_aes.key filePlatformsNo Technical Support CaseDE31657Files under asp folder of Operation Manager are not updatedPlatformsNo Technical Support CaseDE31889Missing files for Usher after applied 10.3.0100.0003 upon 10.3PlatformsNo Technical Support CaseDE32029Strategy.war is missing once upgrading 10.3GA to build 10.3.0100.0004.PlatformsNo Technical Support CaseDE32074HF installation aborted with Java IllegalArgumentExceptionPlatformsNo Technical Support CaseDE32120Usher Server version is wrong, 10.3GA (=2.4.160)PlatformsNo Technical Support CaseDE32490JSP Web/Mobile/OM/WS files changed in 10.3 HF1 are not populated in HF DataNew foldersServer776152DE30630Unable to restart the Intelligence server.Server799104DE30873Project loading time too high - issue with statisticsClientsNo Technical Support CaseDE31375Memory keeps increasing and finally crashes the app after launching app with clear on close as on.ToolsNo Technical Support CaseDE30047An end user's additional device is enrolled we cannot get push notificationServer811322DE30877When we try to migrate some reports to Production environment using Object Manager, we get the following error: Excepcion de HRESULT:0x80041FBFServer825500DE31472Project merge between MDs | Merge failedNoneNo Technical Support CaseDE3121910.3.0 HF1 Usher Environment Set upServerNo Technical Support CaseDE30902IServer crash at  MBase::ContractManagerAllocator related to DFCCSICubeTableCollectionBase::GetMaxLevelServer813768DE2978510.2 ASP webserver using JRE 1.7 always uses TLS 1.0 instead of TLS 1.2 for webserver <> iserver traffic encryptionTools814449DE23832'HTML Tag' attribute form shows as static text in the filter section of Visual InsightToolsNo Technical Support CaseDE30419Metrics added from Schema (all objects) won't inherit existing formatting on grid. Still keep as default format.ToolsNo Technical Support CaseDE32411Fail to drag attribute header to move it from rows to column. The moving tag will stick on screenTools822594DE30647A Korean text is broken in Visual Insight 10.3 RCClientsNo Technical Support CaseDE31441Images are always empty and cannot be retrieved from WHClientsNo Technical Support CaseDE31010Need to fix usher pro dashboard defects (especially when location tracking is enabled for the Usher Security badge)ToolsNo Technical Support CaseDE30241The login page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverTools768102DE30493Browser process crashes when clicking on a cell grid and draggingToolsNo Technical Support CaseDE31706The loging page is displayed 3 times before displaying the real dashboard when open an DDA cube connected to a serverClientsNo Technical Support CaseDE30667A blank page is shown when running a document based on an unpublished cube.  [Regression from 10.2]Clients793110DE30393Stored XSS ExistsServerNo Technical Support CaseUS45909Change the behavior of the feature flag of F3320ClientsNo Technical Support CaseUS4489Cube size got increased lot (almost 2 times) on 10.2 comparing with 941Clients114973DE36120App crashes when selector value manipulated after applying 10.3 HF1 patch 7 to the MSTR appClients819868DE36121When user under APPUSER Group is executing dashboard in SIT project, dashboard is crashing on iPad.Clients118811DE36865Optimize the default zoom factor of ESRI Map on Mobile (Gaode) for Chinese users when there is only one data point.Clients829821DE35985 In android device, using URL API to open a document A with prompt. The answer cannot be passed to Document B through link .Clients120496DE36779The selected color for linkbar selector Cannot take effect for 10.3 android app only    InstancesThis is the root element for the XML File. If multiple instances exist, they will exist within this element.InstanceThis defines each individual instance. An instance will represent a single installation. An instance will contain many elements of an installation. There can be multiple 'instance' elements if multiple installations exist on the machine.hostThis is the host machine name of the machine which Strategy is installed.homeThis defines the home directory of Strategy. The default location is "/var/opt/Strategy".versionThis defines the GA version of which is installed. Example: "9.3.0".buildThis should be the exact build of the GA version installed. Example of 9.3.0: "9.3.000.055".hfbuildIf a hotfix has been installed, this field will contain the build version with the hotfix. If no hotfix is installed, this should be the same version as the GA. Example of 9.3.0 Hotfix 4: "9.3.080.055".lastopThis defines the last operation done on the installation. This can be Repair, Fresh Install, etc.modtimeThe last time this installation has been modified or altered by a Strategy Installer.medialocThis defines the location where the downloaded installation was extracted to and installed from. If this location no longer exists or is invalid, operations such as a repair install may fail.hfmedialocThis defines the location where the downloaded Hotfix installation was extracted to and installed from. If this location no longer exists, operations such as a repair install for a Hotfix may fail. If no Hotfix has been applied in this environment, the entry is: "undefined".uninstdirThis defines the location where the uninstaller for Strategy is located. The default location is "/opt/Strategy/_uninstall".dirtyIf a previous installation was not successful, this flag will be set to "true". If this flag is set to "true", any Strategy Installer will prompt for this installation to have a repair install performed on it. When this flag is set to "false", it is assumed that the integrity of the installation is correct.Idle ModeEnumDSSProjectStatusExecution IdleDssProjectStatusExecIdleRequest IdleDssProjectStatusRequestIdleFull IdleDssProjectStatusFullIdleActive (Loaded)DssProjectStatusActive

 
Building upon the previous code sample, the following sample code shows how to resume the project (back to Active mode).
 


enum EnumDSSProjectStatus* eCurrStat;

//Get the current status of the project
hr = pProjInst->get_Status(eCurrStat);

//Resume the project
hr = pProjInst->Resume(*eCurrStat);

 
 
The zip file below contains sample code that can be compiled as is. When compiled, the executable can be called from a command line to idle and resume a project. Please see the readme included in the zip file for an explanation on how this executable can be used.

ka04W000001MKxgQAG_0EM440000002H1R.png

KB6100-7X0-0039.zip
  
 
The example provided in this document is provided “as-is” and user has read the following customization warning:
ADDITIONAL INFORMATION:
The Strategy SDK allows you to customize several Strategy products and extend and integrate the Strategy business intelligence functionality into other applications. However, before changing the way Strategy products look or behave, it is helpful to understand how the application is built. For more information regarding the Strategy products or the process of customizing Strategy products, please refer to Strategy Developer Zone (https://developer.microstrategy.com).
To access the Strategy Developer Zone, you must have access to the Strategy Knowledge Base, you must have purchased the Strategy SDK, and you must be current on your Strategy maintenance agreement. If you are a US-based business and believe that you satisfy all three of these conditions but you do not have access to the Strategy Developer Zone, please contact Strategy Technical Support at support@microstrategy.com or at (703) 848-8700. If you are an international business, please contact Strategy Technical Support at the appropriate email address or phone number found at https://www.microstrategy.com/us/services/support/contact.
CUSTOMIZATION WARNING:
This customization is provided as a convenience to Strategy users and is only directly applicable to the version stated. While this code may apply to other releases directly, Strategy Technical Support makes no guarantees that the code provided will apply to any future or previous builds. In the event of a code change in future builds, Strategy Technical Support makes no guarantee that an updated version of this particular customization will be provided. In the event of a code change in future builds, Strategy may not be able to provide additional code on this matter even though this customization is provided at this time for this specific build. For enhancements to this customization or to incorporate similar functionality into other versions, contact your Account Executive to inquire about Strategy Consulting assistance.
 


Comment

0 comments

Details

Knowledge Article

Published:

March 31, 2017

Last Updated:

March 31, 2017