Sln free load creation

Hello,
I am trying to put a free load on my quad element so that i can put a linear load 0,6KN/m : Unfortunately i am not able to solve the error (see the error below in the Picture)

I am very sure About my coordinates there no strong knick as being said in the error. Can you plz tell me whether i have missed something in my script ?
Below is the script:

ACT Q_8​

LC 12​

line REF SLN TYPE PX P1 0.6 X1 -0.5 Y1 0 Z1 0​

                  P2  0.6  X2  -0.75 Y2  4.34  Z2 0.12​

Below in the error
Fehler Nr. 2045 in Programm SL_IA_GL ; Eingabezeile: 56

Lastlänge bzw. Fläche ist Null oder die Geometrie hat zu starke Knicke bei Punkt

+++++ Fehler Nr. 2021 in Programm SL_IA_GL ; Eingabezeile: 57
Kein Lastwert definiert
+++++ Fehler Nr. 2045 in Programm SL_IA_GL ; Eingabezeile: 57
Lastlänge bzw. Fläche ist Null oder die Geometrie hat zu starke Knicke bei Punkt
+++++ Fehler Nr. 10140 in Programm SOFILOAD
Eingabe mit 3 Fehlern erzeugt - keine Berechnung
RECHENZEIT 0, TOTAL 0
DATUM 2020-02-19, 13:22:45

Without knowing details it is difficult to find the reason for this error message.

Just a guess: If there is no structural line (SLN) where the load can act, it will fail. Try to remove “REF SLN” in your input:

line TYPE PX P1 0.6 X1 -0.5 Y1 0 Z1 0​ P2 0.6 X2 -0.75 Y2 4.34 Z2 0.12​

Regards
gmay