Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi everybody
When I try lo load a cube from Sap BW with olap connector, I had an error message : script line error, for this part of script
// load actual (F) and archived (E) fact table:
for
for
each vFakt in 'F','E' $(vFakt)$(vCube): select * from /$(vDomain)/$(vFakt)$(vCube.for
Thanks
 
					
				
		
 disqr_rm
		
			disqr_rm
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try this:
$(vFakt)$(vCube):
select * from [/$(vDomain)/$(vFakt)$(vCube)];
 
					
				
		
Thanks, but it doesn't work .
 
					
				
		
 disqr_rm
		
			disqr_rm
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Can you generate error log file (Document properties) and post it here?
