varigence / BimlPit

Public Issue Tracker for all Varigence Biml products
6 stars 0 forks source link

Process SSAS Task issue #65

Closed bweissman closed 6 years ago

bweissman commented 6 years ago

when generating an SSAS processing task with biml, I get an error message when trying to open the task. It executes fine but obviously that is not ideal for debugging etc.

olap

bweissman commented 6 years ago
<Package Name="80_OLAP" ConstraintMode="Linear" ProtectionLevel="EncryptSensitiveWithUserKey"  MaxConcurrentExecutables="8">
            <Tasks>

                        <AnalysisServicesProcessing Name="Process OLAP DB" ConnectionName="OLAP"  ProcessingOrder="Parallel">
                            <ProcessingConfigurations>
                                <DatabaseProcessingConfiguration DatabaseId="BIS_OLAP_AX2009_FOOD" ProcessingOption="ProcessFull"/>

                            </ProcessingConfigurations>
                            <ErrorConfiguration KeyDuplicate="IgnoreError" KeyErrorLimit="-1" KeyNotFound="IgnoreError" NullKeyNotAllowed="IgnoreError" />
                        </AnalysisServicesProcessing>

            </Tasks>
        </Package>
scottcurrie commented 6 years ago

Fixed in 63177.