Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
anushree1
Specialist II
Specialist II

Partial Load

Hi

I have a data Model with Link Table having around 5-6 Tables, I had to add few Inline Tables for Adhoc Analysis and thus have been trying to use Partial load with And and Only Keyword so that only the new inline tables are loaded onto the existing Model without having to all load all the other tables again.

But when a hit the partial load option I get a map id error on the rename mapping functionality i have used in the code. The same code runs fine with a Complete load but on partial load i encounter this error.Could anyone please help me on the same

 

 

1 Reply
Somasundaram
Creator III
Creator III

Please try this below link,

Partial load

While using partial load mapping tables will through error.

If you want to add only inline tables. 

Just add very first line in the document

ex

add Load * inline [

];

 

exit script;

existing code

 

as per above code run Partial load. now you can able to get the Inline table in your data model.

while running next time, remove here add these inline table in to your code.

 

Hope it will help.


-Somasundaram

If this resolves your Query please like and accept this as an answer.