Access/Share – XML (Magic xpa 4.x)
For XML data sources, the following Access/Share combinations are allowed:
|
|
Write
|
None
|
Write
|
Read(df)
|
Read
|
Read
|
Read
|
Write
|
When you use a variable in the XML Source Variable property, the share will be irrelevant. The variable will receive a value, saved back to physical storage, regardless of the share specified for the XML source. The access will be verified during runtime against the task’s or link’s mode.
When you use an expression in the Expression property, the access/share will be verified during runtime (on the file name or URL). See Access/Share – XML Runtime.
The temporary table that the task uses to load the view is always opened in an exclusive mode (even if the DBMS where the table is saved allows concurrent use), regardless of whether the source is a variable or expression.
The access/share will be verified based on the expression’s value.
How Do I Allow Different Users Access to the Same XML Document?