cancel
Showing results for 
Search instead for 
Did you mean: 

DAT049 Error message - what does it mean

Former Member
0 Kudos

The trace files on PAS keep coming up with a DAT049 error which is stopping the load of data.

An extract of the trace file is copied below can anyone tell me what the problem is, because we are unable to put something right if we don't understand what is wrong. Can anyone translate from PAS/SAP speak into English?

> end

LSLink> lss create TIME = substr(PERIOD,1,4) + '/' + substr(PERIOD,5,2) + '/' + substr(PERIOD,7,2)

LSLink> read

DAT049:

VARIABLES;BCCAMELHDEFAULT Has No Selected Members

CHE FRE

CHE UPD

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

without knowing how you created the script, and how it is run. But from the log file, it is clear that there is a command missing, or a missing variable (measure). There should be commands in the procedure/trace file, SELECT DIM_A INPUT (selecting all input members in dimension DIM_A, etc), a SET PERIOD 2015 (for the intended period to read data for, and a SELECT VAR VAR_A (in effect, selecting a measure called VAR_A.

Maybe you have an error earlietr in the trace-file?

Make sure you are connected to the correct cube (that the context has the correct PAS database connected to it.

Make sure that database has valid dimensions, and that the measures/variables exist and are dimensioned by the correct dimensions.

Maybe not enough English, but based on your description, i can't come up with so much more at the moment.

BR,

Hans

Answers (0)