Keep up with latest product news
This list includes all bugs resolved in version 10.0.29.0 through 10.0.30.0
Bug 270 - Insights/Scheduler - Period In Job Name
Bug 271 - Insights - Control Display After Adding New Pages
Bug 272 - Scheduler - Jobs that have Variable Filter
Bug 274 - Registration - Error Typo
Bug 275 - Query Builder - VoV with Dynamic Query Flipping Connection
Bug 276 - Scheduler - VoV Parameters Lost When Exporting FR Using Scheduler
Bug 277 - Scheduler - Parameter Values Lost
Bug 278 - Settings - Calendar Location Becomes Unmodifiable
Bug 279 - Settings - MDS No Connection Save
Bug 188 - Non-Dynamic Query Parameter Descriptions
Bug 196 - Multiple Page Parameters and Queuing
Bug 280 - Blank Charts on Queue Export
Bug 281 - Variable Filter Name
Bug 282 - Web Reports - Dynamic Content Load Failed
moved utility methods to Utils class (including Setup); allow %Development resource to be used for cubes
Added some improvements to already existing tag FileCopy
Example of module.xml
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="test-binary.ZPM">
<Module>
<Name>test-binary</Name>
<Version>0.0.1</Version>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<FileCopy Name="lib" Target="${libdir}my-lib"/> <!-- Copies content of lib folder to target -->
<FileCopy Name="somefile.jar" Target="${libdir}my-lib"/> <!-- Copies just desired file to target -->
</Module>
</Document>
</Export>
Added aliases Target and Dest to attribute InstallDirectory
Supports files as well as directories, no wildcards, just folder content of which should be copied, or particular file
${libdir}, ${bindir} added, installdir/lib and installdir/bin respectively.
Using bindir in docker environments may cause to security issues during install. ${libdir} works in with docker.
Don't need wrapper tag anymore
Added a few more attributes:
CheckStatus (Default: false), expects that invoked method returns %Status, and use it to check the status of installation.
Phase, (Default: Configure), the phase during which it should be executed
When, (Default: After), values: Before and After. To execute before or after the main execution for the phase
added support for variables, added ${verbose} variable
<Invoke Class="%EnsembleMgr" Method="EnableNamespace" Phase="Compile" When="Before" CheckStatus="true">
<Arg>${namespace}</Arg>
<Arg>${verbose}</Arg>
</Invoke>
Example on how to use IntegratedML features in Analytics cubes
Added default notebooks