Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languagede

Bei der Rückgabe "ERROR:Text" enthält "Text" die Fehlerbeschreibung.

Abarbeitungsfehler

  • ERROR_TOO_MANY_REQUEST (Es müssen mind. 15 Sekunden zwischen den einzelnen Abfragen liegen, gilt aktuell nur für Abfragefunktionen mit der Endung ".asp", eine Ausweitung auf ".php" ist geplant, aber nicht aktiv)
  • ERROR_$Parameter (Parameter ist nicht korrekt)
  • ERROR_MISSING_$Parameter (Parameter fehlt) 
  • ERROR_MISSING_COMPANY (Key zur Authentifizierung der Firma fehlt)
  • ERROR_MISSING_SESSIONKEY|VEHICLE|GROUP (Es wurde keiner von 3 möglichen Parametern übergeben)
  • ERROR_MISSING_SESSIONKEY (Der Parmater "sessionkey" fehlt)
  • ERROR_MISSING_VEHICLE (Der Parameter "vehicle" fehlt)
  • ERROR_MISSING_GROUP (Der Parameter "group" fehlt)
  • ERROR_MISSING_DISTANCE (Der Parameter "distance" fehlt)
  • ERROR_MISSING_CYCLE (Der Parameter "cycle" fehlt)
  • ERROR_MISSING_RADIUS (Der Parameter "radius" fehlt)
  • ERROR_MISSING_CUSTOMORDERID - Eigene Auftragsnummer fehlt
  • ERROR_MISSING_ORDERTEXT - Auftragstext fehlt
  • NO_CARS_FOUND - Es wurden keine Fahrzeuge gefunden. Das liegt wahrscheinlich daran, dass kein Fahrzeug in der ausgewählten Gruppe bzw. der ganzen Firma einen RTI Schlüssel hat. Nur Fahrzeuge mit RTI Schlüssel werden auch in der Schnittstelle gefunden.

  • ERROR_ORDER_NUMBER_TOO_LONG(MAX_20_CHARS) - Eigene Auftragsnummer zu lang, maximal 20 Zeichen
  • ERROR_STREET_TOO_LONG(MAX_100_CHARS) - Straßenname zu lang, maximal 100 Zeichen
  • ERROR_HOUSENUMBER_TOO_LONG(MAX_100_CHARS) - Hausnummer zu lang, maximal 100 Zeichen
  • ERROR_ZIPCODE_TOO_LONG(MAX_10_CHARS)- Postleitzahl zu lang, maximal 10 Zeichen
  • ERROR_CITY_TOO_LONG(MAX_100_CHARS) - Stadt zu lang, maximal 100 Zeichen
  • ERROR_COUNTRY_TOO_LONG(MAX_3_CHARS) - Land zu lang, maximal 3 Zeichen
  • ERROR_DISPATCHER_TOO_LONG(MAX_100_CHARS) - Absender zu lang, maximal 100 Zeichen
  • ERROR_LATITUDE_MISSING - Latitude Wert wurde nicht angegeben
  • ERROR_LONGITUDE_MISSING - Longitude Wert wurde nicht angegeben
  • ERROR_LATITUDE_NOT_NUMERIC - Latitude Wert muss eine Zahl sein
  • ERROR_LONGITUDE_NOT_NUMERIC - Longitude Wert muss eine Zahl sein
  • ERROR_LATITUDE_NOT_IN_VALID_RANGE(-90_TO_90) - Latitude muss im Bereich von -90 bis +90 liegen
  • ERROR_LONGITUDE_NOT_IN_VALID_RANGE(-90_TO_90) - Longitude muss im Bereich von -90 bis +90 liegen
  • ERROR_TARGET_TIME_IS_INVALID - Angegebens Datum hat nicht die richtige Länge
  • ERROR_TARGET_TIME_IS_NOT_A_DATE - Angegebenes Datum ist kein richtiges Datum
  • ERROR_FORMULAR_NOT_ALLOCATED_BY_VEHICLE - Angegebenes Formular wurde der Hardware nicht zugeordnet
  • ERROR_FORMULAR_NOT_SUPPORTED_BY_HARDWARE - Hardware unterstützt keine Aufträge mit angehängten benutzerdef. Formularen
  • ERROR_ORDER_TEXT_TOO_LONG(MAX_300_CHARS) - Auftragstext ist zu lang, maximal 300 Zeichen (ACHTUNG: Bei Garmin-Geräten wird die erwartete Ankunftszeit und die Adresse an den Anfang der Nachricht gesetzt, dies verringert die maximale Anzahl der Zeichen für den Auftragstext) 
  • ERROR_NETWORK - bei der Firma ist ein oder mehrere IP-Netzwerkprofile für RTI hinterlegt und die RTI-Anfrage wurde über eine nicht autorisierte Netzwerkadresse gesendet
  • ERROR_COMPANY (Authentifizierung der Firma fehlerhaft)
  • ERROR_VEHICLE (Es wurde eine ungültige Fahrzeugkennung übergeben)
  • ERROR_GROUP (Es wurde eine ungültige Fahrzeuggruppe übergeben)
  • ERROR_DISTANCE (Der Parameter "distance" ist fehlerhaft)
  • ERROR_CYCLE (Der Parameter "cycle" ist fehlerhaft)
  • ERROR_RADIUS (Der Parameter "radius" ist fehlerhaft)
  • ERROR_DUPLICATE_CUSTOMORDERID (Auftragsnummer mehrfach vorhanden, Aktion nicht ausführbar)
  • ERROR_ORDER_NOT_FOUND (Der Angeforderte Auftrag konnte nicht gefunden werden)
  • ERROR_TEXT_TOO_LONG (Auftragstext und eigene Auftragsnummer überschreiten zusammen 350 Zeichen. 
  • NO_TIME_CONFIG_FOUND (Keine Zeiterfassungskonfiguration gespeichert/Zeiterfassung nicht aktiviert)
  • ERROR_GROUP_NOMEMBER (Die abgefragte Fahrzeuggruppe enthält keinerlei Fahrzeuge)
  • ERROR_MAINTENANCE (aus Wartungsgründen nicht verfügbar) 
  • REQUEST_NOT_FOUND (interner Fehler) 
  • ERROR_NOT_SUPPORTED_BY_HARDWARE (Die Hardware im Fahrzeug unterstützt diese Aktion nicht)
  • ERROR_VEHICLE_NOT_SUPPORTED_ONE_TIME_DETECTION (Fahrzeug unterstützt keine einmalige Ortungsfunktion)
  • ERROR_SEND_ONE_TIME_DETECTION (Einmalige Ortung konnte nicht an das Fahrzeug gesendet werden)
  • ERROR_PERSONGROUP_FAILED (Personalgruppe/Personen konnte nicht geladen werden)

Serverfehler

  • TIMEDOUT (DB-Timeout (500-100))
  • UNKNOWN (unbekannter Fehler (500-100))
  • NOTFOUND (Kommando nicht gefunden (404))

Zu beachten ist, dass alle RTI-Abfragen niemals einen Serverfehler erzeugen sollten. Im HTTP-Protokoll werden diese Abfragen immer ein 200 OK liefern. Sobald ein anderer Response-Code entsteht, ist dies nicht mit einer Fehlersuche und -behebung in der RTI-Schnittstellen-Logik zu beheben.

Sv translation
languageen

 At return "ERROR: text"  "text" contains a error description.

Process errors

  • ERROR_TOO_MANY_REQUEST (not more than one request every 15 seconds, only for functions ending with ".asp", enabling this limit for  ".php" will be done for the future, but not scheduled yet)
  • ERROR_$Parameter (parameter not correct)
  • ERROR_MISSING_$Parameter (parameter missing) 
  • ERROR_MISSING_COMPANY (key for company authentication is missing)
  • ERROR_MISSING_SESSIONKEY|VEHICLE|GROUP (there is no parameter given of 3 possibilities)
  • ERROR_MISSING_SESSIONKEY (parameter "sessionkey" is missing)
  • ERROR_MISSING_VEHICLE (parameter "vehicle" is missing)
  • ERROR_MISSING_GROUP (parameter "group" is missing)
  • ERROR_MISSING_DISTANCE (parameter "distance" is missing)
  • ERROR_MISSING_CYCLE (parameter "cycle" is missing)
  • ERROR_MISSING_RADIUS (parameter "radius" is missing)
  • ERROR_MISSING_CUSTOMORDERID - own order number is missing
  • ERROR_MISSING_ORDERTEXT - order text is missing
  • NO_CARS_FOUND - No vehicles were found. This is probably due to the fact that no vehicle in the selected group or the whole company has an RTI key. Only vehicles with RTI key are also found in the interface.
  • ERROR_ORDER_NUMBER_TOO_LONG(MAX_20_CHARS) - own order number is too long, maximum 20 chars
  • ERROR_STREET_TOO_LONG(MAX_100_CHARS) - street name too long, maximum 100 chars
  • ERROR_HOUSENUMBER_TOO_LONG(MAX_100_CHARS) - house number too long, maximum 100 chars
  • ERROR_ZIPCODE_TOO_LONG(MAX_10_CHARS)- zip code too long, maximum 10 chars
  • ERROR_CITY_TOO_LONG(MAX_100_CHARS) - city too long, maximum 100 Zeichen
  • ERROR_COUNTRY_TOO_LONG(MAX_3_CHARS) - country too long, maximum 3 chars
  • ERROR_DISPATCHER_TOO_LONG(MAX_100_CHARS) - dispatcher too long, maximum 100 chars
  • ERROR_LATITUDE_MISSING - latitude value is missing
  • ERROR_LONGITUDE_MISSING - longitude value is missing
  • ERROR_LATITUDE_NOT_NUMERIC - latitude value must be a number
  • ERROR_LONGITUDE_NOT_NUMERIC - longitude value must be a number
  • ERROR_LATITUDE_NOT_IN_VALID_RANGE(-90_TO_90) - latitude must be in range of -90 to +90
  • ERROR_LONGITUDE_NOT_IN_VALID_RANGE(-90_TO_90) - longitude must be in range of -90 to +90
  • ERROR_TARGET_TIME_IS_INVALID - length of given date is not correct
  • ERROR_TARGET_TIME_IS_NOT_A_DATE - given date has a wrong format
  • ERROR_FORMULAR_NOT_ALLOCATED_BY_VEHICLE - given formular is not assigned to hardware
  • ERROR_FORMULAR_NOT_SUPPORTED_BY_HARDWARE - hardware dosn't support orders with attached user defined formulars
  • ERROR_ORDER_TEXT_TOO_LONG(MAX_300_CHARS) - order text too long, maximum 300 chars (ATTENTION: Estimated arrival time and adrress are at begin of message at Garmin devices. It reduces maximum number of chars of order text.)
  • ERROR_COMPANY (company authentication not correct)
  • ERROR_VEHICLE (commited car identification not correct)
  • ERROR_GROUP (commited car group not correct)
  • ERROR_DISTANCE (parameter "distance" not correct)
  • ERROR_CYCLE (parameter "cycle" not ocrrect)
  • ERROR_RADIUS (parameter "radius" not correct)
  • ERROR_NETWORK - for this company is one or multiple network profiles for RTI assigned and the network address of the request is not granted


  • ERROR_DUPLICATE_CUSTOMORDERID (order number duplicated, action cannot be performed)
  • ERROR_ORDER_NOT_FOUND (requested order cannot be located)
  • ERROR_TEXT_TOO_LONG (order text and own order number together exceed 350 chars)
  • NO_TIME_CONFIG_FOUND (No timerecording config found/timerecording not activated)


  • ERROR_GROUP_NOMEMBER (the requested car group doesn't contain any car)
  • ERROR_MAINTENANCE (currently not available by maintenance reason )
  • REQUEST_NOT_FOUND (internal error)
  • ERROR_NOT_SUPPORTED_BY_HARDWARE (this action is not supported by hardware of the car)
  • ERROR_VEHICLE_NOT_SUPPORTED_ONE_TIME_DETECTION (vehicle not supported one time detection)
  • ERROR_SEND_ONE_TIME_DETECTION (one time detection could not be sent to vehicle)
  • ERROR_PERSONGROUP_FAILED (Personnel group/persons could not be loaded)

Server errors

  • TIMEDOUT (DB-Timeout (500-100))
  • UNKNOWN (unknown error (500-100))
  • NOTFOUND (command doesn't found (404))

Pay attention, that all RTI requests never should generate a server error. These kind of requests will deliver a 200 OK in HTTP protocol. If another response code is thrown, it cannot be fixed by debugging of RTI interface logic.