Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sigrid1
Contributor II
Contributor II

Monitoring Apps (Fehler beim Reload von Operations,Session,License,Reload App)

Hallo,

ich bekomme folgende Fehlermeldung bei Laden der Monitor Apps. Wenn ich die Verbindung der REST API teste, scheint dies zu funktionieren. Wie kann ich diesen Fehler beheben?

Danke

Sigrid

User << RestConnectorMasterTable
---
Der folgende Fehler ist aufgetreten:
Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
Der Fehler ist hier aufgetreten:
User:
Load
userDirectory & '\' & userId AS UserId,
[name] AS [User Name],
userDirectory as [User Directory]

 

LIB CONNECT TO 'monitor_apps_REST_user_condensed';

connect to monitor_apps_REST_license_user

User:
Load
userDirectory & '\' & userId AS UserId,
[name] AS [User Name],
userDirectory as [User Directory]
;
SQL SELECT
"userId",
"userDirectory",
"name"
FROM JSON (wrap on) "root";

 
Labels (2)
1 Solution

Accepted Solutions
TcnCunha_M
Creator II
Creator II

Hello I suggest you put your question in English will be easy to find more people who understand 
From what I could translate from the error, it seems like there is something on the top of your script because he complained about line 0 and position zero, but with any change you change nothing in the first line.

As you think, so shall you become.

View solution in original post

3 Replies
Rohan
Specialist
Specialist

Hey Sigrid,

Kindly attach a Screeenshot of the error rather than describing it in words, that will be quicker to reach a solution. You can also refer the following link for the common troubleshooting that can be done, while configuring monitoring apps in qlik sense.

https://community.qlik.com/t5/Official-Support-Articles/Operations-Monitor-or-License-Monitor-Tasks-...

 

Regards,

Rohan.

 

Regards,

Rohan.

TcnCunha_M
Creator II
Creator II

Hello I suggest you put your question in English will be easy to find more people who understand 
From what I could translate from the error, it seems like there is something on the top of your script because he complained about line 0 and position zero, but with any change you change nothing in the first line.

As you think, so shall you become.
steeefan
Luminary
Luminary

Mit dem von Dir geposteten Code bekomme ich keine Fehlermeldung. Bist Du mittlerweile weitergekommen? Wie @Rohan schon geschrieben hat, ist es immer alles zusätzlich mit Screenshots zu beschreiben.