CN117424887A - Error code uploading method, system, terminal and storage medium - Google Patents

Error code uploading method, system, terminal and storage medium Download PDF

Info

Publication number
CN117424887A
CN117424887A CN202311160845.2A CN202311160845A CN117424887A CN 117424887 A CN117424887 A CN 117424887A CN 202311160845 A CN202311160845 A CN 202311160845A CN 117424887 A CN117424887 A CN 117424887A
Authority
CN
China
Prior art keywords
error code
error
function
call
occurs
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202311160845.2A
Other languages
Chinese (zh)
Inventor
吴宁
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen JWIPC Technology Co Ltd
Original Assignee
Shenzhen JWIPC Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen JWIPC Technology Co Ltd filed Critical Shenzhen JWIPC Technology Co Ltd
Priority to CN202311160845.2A priority Critical patent/CN117424887A/en
Publication of CN117424887A publication Critical patent/CN117424887A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0823Errors, e.g. transmission errors
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Abstract

The invention is applicable to the technical field of computers and provides an error code uploading method, an error code uploading system, an error code uploading terminal and a storage medium, wherein the error code uploading method comprises the following steps: generating an error code file; detecting whether the device is connected with an error code server network; if yes, uploading the error code file to an error code server; if not, searching target equipment connected with the error code server network, transmitting the error code file to the target equipment in a two-layer forwarding mode, and uploading the error code file to the error code server by the target equipment; the error code server analyzes the error code file and sends error information obtained after analysis to the development terminal and the client; according to the invention, the error codes can be collected without connecting each device with a network, and the information analyzed by the error codes can be timely fed back to the user and the developer, so that the problem of error is conveniently solved as soon as possible, further loss to the user is avoided, and the user experience is improved.

Description

Error code uploading method, system, terminal and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to an error code uploading method, system, terminal, and storage medium.
Background
The network equipment is special hardware equipment for connecting various nodes such as servers, PCs, application terminals and the like to form an information communication network, and comprises information network equipment, communication network equipment, network security equipment and the like; common network devices are: switches, routers, firewalls, bridges, hubs, gateways, VPN servers, network Interface Cards (NICs), wireless Access Points (WAPs), modems, 5G base stations, and the like.
The network equipment system consists of network equipment, operating system (Windows, windows Server, linux, unix, etc.) and software. Error codes refer to error information generated when a network device, an operating system or software is in error during operation. When the network equipment system operates incorrectly, the service of the user is affected, and serious service interruption is caused, so that great loss is caused.
The existing error code collection technology requires that all collected devices are connected with the Internet, which requires that the collected devices are required to be configured with an IP capable of accessing the Internet, however, most network devices have no IP in practice, even if the IP is available, the IP can not be accessed, generally, only a gateway in a network can access the Internet, if each device has the capability of accessing the Internet, the IP resources are wasted, the deployment difficulty and the deployment cost are high, and the workload is high.
Disclosure of Invention
The invention aims to provide an error code uploading method, an error code uploading system, an error code uploading terminal and a storage medium, and the error code uploading method, the error code uploading system, the error code uploading terminal and the storage medium can well solve the problems.
The invention provides an error code uploading method, which comprises the following steps:
s01: generating an error code file;
s02: detecting whether the device is connected with an error code server network; if yes, uploading the error code file to the error code server; if not, searching a target device connected with the error code server network, transmitting the error code file to the target device in a two-layer forwarding mode, and uploading the error code file to the error code server by the target device;
s03: and the error code server analyzes the error code file and sends error information obtained after analysis to the development terminal and the client.
The invention discloses an error code uploading method, wherein the error code file generating process comprises the following steps:
each process records its process id, and stores the process id in a global variable tid;
each process provides a sequence number, the sequence number is stored in a global variable sqid, and the sequence number is used by all functions called in the process;
executing a function, and if the called sequence number cid of the function is 0, acquiring the called sequence number cid when the function is called by the macro PCID_GET;
the called sequence number cid=tid > >16+sqid, and the global variable sqid is incremented by one every time a function obtains the called sequence number cid;
the method comprises the steps that functions CALL other functions through macro CALL_FUNC, the name of the current function, the line number and the name of the called function are saved when each CALL is made, and the values of the parameters of the called function are obtained;
when the execution function has ERRORs, the execution macro PROCESS_ERROR records the current file when the ERRORs occur, the names of the functions when the ERRORs occur, the line numbers when the ERRORs occur and the ERRORs occur, the called serial numbers cid are returned, and the return value of the functions is defined as an unsigned long with 32 bits.
The invention relates to an error code uploading method, wherein the mode of transmitting the error code file to the error code server is ssl protocol encryption transmission; the error information obtained after the error code server analyzes comprises: the error occurs, the file name of the error occurs, the line number of the error occurs, the function name of the error occurs, the function parameter entering relation occurs when the error occurs, the function calling relation occurs when the error occurs, the message interaction occurs when the error occurs, the equipment ID of the error occurs, and the time of the error occurs.
The invention relates to an error code uploading method, wherein the error code file is an xml format file; the error information is recorded in a shared memory area ERR_LOG_SHAM, wherein the shared memory area ERR_LOG_SHAM comprises a header and a body; the body comprises a plurality of CALL_INFO_ENTRY, and each CALL_INFO_ENTRY records information of a function CALL; the CALL_INFO_ENTRY of each function CALL index is linked in production order, and the header stores the first of the CALL_INFO_ENTRY to which each function CALL index points.
The invention provides an error code uploading system, which comprises:
the generating unit is used for recording the error codes and generating error code files;
the transfer unit is used for detecting whether the equipment is connected with the error code server network, and if so, the error code file is sent to the error code server; if not, searching a target device connected with the error code server network, transmitting the error code file to the target device, and transmitting the error code file to the error code server by the target device;
the analysis unit comprises the error code server and is used for analyzing the error code file and sending error information obtained by analysis to the development terminal and the client.
The invention discloses an error code uploading system, wherein the process of generating the error code by the generating unit comprises the following steps:
each process records its process id, and stores the process id in a global variable tid;
each process provides a sequence number, the sequence number is stored in a global variable sqid, and the sequence number is used by all functions called in the process;
executing a function, and if the called sequence number cid of the function is 0, acquiring the called sequence number cid when the function is called by the macro PCID_GET;
the called sequence number cid=tid > >16+sqid, and the global variable sqid is incremented by one every time a function obtains the called sequence number cid;
the method comprises the steps that functions CALL other functions through macro CALL_FUNC, the name of the current function, the line number and the name of the called function are saved when each CALL is made, and the values of the parameters of the called function are obtained;
when the execution function has ERRORs, the execution macro PROCESS_ERROR records the current file when the ERRORs occur, the names of the functions when the ERRORs occur, the line numbers when the ERRORs occur and the ERRORs occur, the called serial numbers cid are returned, and the return value of the functions is defined as an unsigned long with 32 bits.
The error code uploading system provided by the invention, wherein the generation unit stores the error code file in an xml format; the error information is recorded in a shared memory area ERR_LOG_SHAM of the generating unit, wherein the shared memory area ERR_LOG_SHAM comprises a header and a body; the body comprises a plurality of CALL_INFO_ENTRY, and each CALL_INFO_ENTRY records information of a function CALL; the CALL_INFO_ENTRY of each function CALL index is linked in production order, and the header stores the first of the CALL_INFO_ENTRY to which each function CALL index points.
The invention relates to an error code uploading system, wherein a transfer unit transfers an error code file in a two-layer transfer mode, and the transfer unit encrypts and sends the error code file to an analysis unit in a ssl protocol; the error information obtained by the analysis unit analyzing the error code comprises: the error occurs, the file name of the error occurs, the line number of the error occurs, the function name of the error occurs, the function parameter entering relation occurs when the error occurs, the function calling relation occurs when the error occurs, the message interaction occurs when the error occurs, the equipment ID of the error occurs, and the time of the error occurs.
The invention provides an error code uploading terminal which comprises a memory, a processor and a computer program stored in the memory and capable of running on the processor, and is characterized in that the steps of the error code uploading method are realized when the processor executes the computer program.
The present invention provides a computer readable storage medium storing a computer program which when executed by a processor implements the steps of the error code uploading method.
The invention has the beneficial effects that: for network equipment with IP and Internet access, error information can be directly collected; for network equipment which is not connected to the Internet, detecting whether other equipment in the same system exists in the network, sending a two-layer message to the equipment, and pushing an error code to an error code server by the equipment; according to the invention, error code information can be collected without connecting each device with a network, and the information is timely fed back to a user and a developer, so that the problem of error is solved as soon as possible, further loss to a client caused by error is avoided, and further user experience is improved.
Drawings
FIG. 1 is a flowchart of an error code uploading method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an error code uploading system according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of an error code uploading terminal according to a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
The following describes in detail the implementation of the present invention in connection with specific embodiments:
embodiment one:
fig. 1 shows a flow of implementation of an error code uploading method according to the first embodiment of the present invention, and for convenience of explanation, only the relevant parts of the embodiment of the present invention are shown, which is described in detail below:
the error code uploading method provided by the embodiment of the invention comprises the following specific steps:
s01: generating an error code file;
s02: detecting whether the device is connected with an error code server network; if yes, uploading the error code file to an error code server; if not, searching target equipment connected with the error code server network, transmitting the error code file to the target equipment in a two-layer forwarding mode, and uploading the error code file to the error code server by the target equipment;
s03: the error code server analyzes the error code file and sends error information obtained after analysis to the development terminal and the client.
Specifically, the error code file generation process includes:
each process records the process id thereof, and the process id is stored in a global variable tid;
each process provides a sequence number which is stored in a global variable sqid and is used by all functions called in the process;
executing the function, and if the called sequence number cid of the function is 0, acquiring the called sequence number cid when the function is called by the macro PCID_GET;
called sequence number cid=tid > >16+sqid, the global variable sqid will be incremented every time the function gets called sequence number cid;
the function CALLs other functions through the macro call_func, and the name, the line number, the name of the called function and the value of the called function parameter are saved when each CALL is performed;
when the execution function has ERRORs, the execution macro PROCESS_ERROR records the current file when the ERRORs occur, the names of the functions with the ERRORs, the line numbers with the ERRORs and the ERRORs occurring, returns the called serial numbers cid, and the return value of the functions is defined as the unsigned long of 32 bits.
Specifically, the mode of transmitting the error code file to the error code server is that the error code file is transmitted by encryption of the ssl protocol; the error information analyzed by the error code server comprises: the error occurs, the file name occurs, the line number occurs, the function name occurs, the function parameter entry relationship occurs when the error occurs, the function call relationship occurs when the error occurs, the message interaction occurs when the error occurs, the device ID occurs when the error occurs, and the time when the error occurs.
Specifically, the error code file is an xml format file; the error information is recorded in a shared memory area ERR_LOG_SHAM, wherein the shared memory area ERR_LOG_SHAM comprises a header and a body; the body comprises a plurality of CALL_INFO_ENTRIGs, each CALL_INFO_ENTRIGs records information of a function CALL; the call_info_entry for each function CALL index is linked together in production order, and the header holds the first call_info_entry pointed to by each function CALL index. The error code is a function call index, and the error code server can find the function call information stored when the error occurs by analyzing the error code.
Embodiment two:
fig. 2 is a schematic structural diagram of an error code uploading system according to a second embodiment of the present invention, and for convenience of explanation, only the portions related to the embodiments of the present invention are shown, which are described in detail below:
the error code uploading system provided by the second embodiment of the invention comprises:
a generating unit 100 for recording the error code and generating an error code file.
The transfer unit 200 is configured to detect whether the device is connected to the error code server network, and if yes, send the error code file to the error code server; if not, searching the target equipment connected with the error code server network, transmitting the error code file to the target equipment, and transmitting the error code file to the error code server by the target equipment.
The parsing unit 300 includes an error code server, and is configured to parse the error code file, and send error information obtained by parsing to the initiator and the client.
If the network connection between the target device and the error code server is abnormal, a fault occurs, and the error code file cannot be uploaded normally, the transfer unit 200 pushes the error code file to other devices in the same system until the error code file is pushed to the gateway device and then uploaded to the error code server.
Specifically, the process of generating the error code by the generating unit 100 includes:
each process records the process id thereof, and the process id is stored in a global variable tid;
each process provides a sequence number which is stored in a global variable sqid and is used by all functions called in the process;
executing the function, and if the called sequence number cid of the function is 0, acquiring the called sequence number cid when the function is called by the macro PCID_GET;
called sequence number cid=tid > >16+sqid, the global variable sqid will be incremented every time the function gets called sequence number cid;
the function CALLs other functions through the macro call_func, and the name, the line number, the name of the called function and the value of the called function parameter are saved when each CALL is performed;
when the execution function has ERRORs, the execution macro PROCESS_ERROR records the current file when the ERRORs occur, the names of the functions with the ERRORs, the line numbers with the ERRORs and the ERRORs occurring, returns the called serial numbers cid, and the return value of the functions is defined as the unsigned long of 32 bits.
Specifically, the generation unit 100 stores the error code file in xml format; the error information is recorded in a shared memory area ERR_LOG_SHAM of the generating unit, wherein the shared memory area ERR_LOG_SHAM comprises a header and a body; the body comprises a plurality of CALL_INFO_ENTRIGs, each CALL_INFO_ENTRIGs records information of a function CALL; the call_info_entry for each function CALL index is linked in production order, and the header holds the first call_info_entry pointed to by each function CALL index.
Specifically, the transferring unit 200 transfers the error code file in a two-layer forwarding manner, and the transferring unit 200 encrypts and sends the error code file to the parsing unit 300 in the ssl protocol; the error information obtained by the parsing unit 300 parsing the error code includes: the error occurs, the file name occurs, the line number occurs, the function name occurs, the function parameter entry relationship occurs when the error occurs, the function call relationship occurs when the error occurs, the message interaction occurs when the error occurs, the device ID occurs when the error occurs, and the time when the error occurs.
In the embodiment of the present invention, each unit of the error code uploading system may be implemented by a corresponding hardware or software unit, and each unit may be an independent software or hardware unit, or may be integrated into one software or hardware unit, which is not used to limit the present invention.
Embodiment III:
fig. 3 shows the structure of the error code uploading terminal provided in the third embodiment of the present invention, and for convenience of explanation, only the portions related to the embodiments of the present invention are shown.
The error code uploading terminal 4 of the embodiment of the present invention comprises a processor 40, a memory 41 and a computer program 42 stored in the memory 41 and executable on the processor 40. The processor 40, when executing the computer program 42, implements the steps of the error code uploading method embodiment described above, such as the flow shown in fig. 1. Alternatively, the processor 40, when executing the computer program 42, performs the functions of the units in the error code uploading system embodiment described above.
The steps implemented when the processor 40 implements the error code uploading method when executing the computer program 42 in the error code uploading terminal 4 according to the embodiment of the present invention may refer to the description of the foregoing error code uploading method embodiment, and will not be repeated here.
Embodiment four:
in an embodiment of the present invention, a computer readable storage medium is provided, which stores a computer program that, when executed by a processor, implements the steps in the above-described error code uploading method embodiment.
The computer readable storage medium of embodiments of the present invention may include any entity or device capable of carrying computer program code, recording medium, such as ROM/RAM, magnetic disk, optical disk, flash memory, and so on.
The invention can directly collect the error information of the network equipment which has IP and can access the Internet; for network equipment which is not connected to the Internet, detecting whether other equipment in the same system exists in the network, sending a two-layer message to the equipment, and pushing an error code to an error code server by the equipment; according to the invention, error code information can be collected without connecting each device with a network, and the information is timely fed back to a user and a developer, so that the problem of error is solved as soon as possible, further loss to a client caused by error is avoided, and further user experience is improved.
The foregoing description of the preferred embodiments of the invention is not intended to be limiting, but rather is intended to cover all modifications, equivalents, and alternatives falling within the spirit and principles of the invention.

Claims (10)

1. An error code uploading method, characterized in that the method comprises the following steps:
s01: generating an error code file;
s02: detecting whether the device is connected with an error code server network; if yes, uploading the error code file to the error code server; if not, searching a target device connected with the error code server network, transmitting the error code file to the target device in a two-layer forwarding mode, and uploading the error code file to the error code server by the target device;
s03: and the error code server analyzes the error code file and sends error information obtained after analysis to the development terminal and the client.
2. The error code uploading method of claim 1, wherein the error code file generation process comprises:
each process records its process id, and stores the process id in a global variable tid;
each process provides a sequence number, the sequence number is stored in a global variable sqid, and the sequence number is used by all functions called in the process;
executing a function, and if the called sequence number cid of the function is 0, acquiring the called sequence number cid when the function is called by the macro PCID_GET;
the called sequence number cid=tid > >16+sqid, and the global variable sqid is incremented by one every time a function obtains the called sequence number cid;
the method comprises the steps that functions CALL other functions through macro CALL_FUNC, the name of the current function, the line number and the name of the called function are saved when each CALL is made, and the values of the parameters of the called function are obtained;
when the execution function has ERRORs, the execution macro PROCESS_ERROR records the current file when the ERRORs occur, the names of the functions when the ERRORs occur, the line numbers when the ERRORs occur and the ERRORs occur, the called serial numbers cid are returned, and the return value of the functions is defined as an unsigned long with 32 bits.
3. The error code uploading method according to claim 2, wherein the error code file is sent to the error code server by ssl protocol encryption; the error information obtained after the error code server analyzes comprises: the error occurs, the file name of the error occurs, the line number of the error occurs, the function name of the error occurs, the function parameter entering relation occurs when the error occurs, the function calling relation occurs when the error occurs, the message interaction occurs when the error occurs, the equipment ID of the error occurs, and the time of the error occurs.
4. The error code uploading method according to claim 1, wherein the error code file is an xml format file; the error information is recorded in a shared memory area ERR_LOG_SHAM, wherein the shared memory area ERR_LOG_SHAM comprises a header and a body; the body comprises a plurality of CALL_INFO_ENTRY, and each CALL_INFO_ENTRY records information of a function CALL; the CALL_INFO_ENTRY of each function CALL index is linked in production order, and the header stores the first of the CALL_INFO_ENTRY to which each function CALL index points.
5. An error code upload system, the system comprising:
the generating unit is used for recording the error codes and generating error code files;
the transfer unit is used for detecting whether the equipment is connected with the error code server network, and if so, the error code file is sent to the error code server; if not, searching a target device connected with the error code server network, transmitting the error code file to the target device, and transmitting the error code file to the error code server by the target device;
the analysis unit comprises the error code server and is used for analyzing the error code file and sending error information obtained by analysis to the development terminal and the client.
6. The error code uploading system of claim 5, wherein the generating unit generates the error code by:
each process records its process id, and stores the process id in a global variable tid;
each process provides a sequence number, the sequence number is stored in a global variable sqid, and the sequence number is used by all functions called in the process;
executing a function, and if the called sequence number cid of the function is 0, acquiring the called sequence number cid when the function is called by the macro PCID_GET;
the called sequence number cid=tid > >16+sqid, and the global variable sqid is incremented by one every time a function obtains the called sequence number cid;
the method comprises the steps that functions CALL other functions through macro CALL_FUNC, the name of the current function, the line number and the name of the called function are saved when each CALL is made, and the values of the parameters of the called function are obtained;
when the execution function has ERRORs, the execution macro PROCESS_ERROR records the current file when the ERRORs occur, the names of the functions when the ERRORs occur, the line numbers when the ERRORs occur and the ERRORs occur, the called serial numbers cid are returned, and the return value of the functions is defined as an unsigned long with 32 bits.
7. The error code uploading system according to claim 5, wherein the generation unit saves the error code file using xml format; the error information is recorded in a shared memory area ERR_LOG_SHAM of the generating unit, wherein the shared memory area ERR_LOG_SHAM comprises a header and a body; the body comprises a plurality of CALL_INFO_ENTRY, and each CALL_INFO_ENTRY records information of a function CALL; the CALL_INFO_ENTRY of each function CALL index is linked in production order, and the header stores the first of the CALL_INFO_ENTRY to which each function CALL index points.
8. The error code uploading system according to claim 5, wherein the transfer unit transfers the error code file in a two-layer forwarding manner, and the transfer unit encrypts and sends the error code file to the parsing unit in a ssl protocol; the error information obtained by the analysis unit analyzing the error code comprises: the error occurs, the file name of the error occurs, the line number of the error occurs, the function name of the error occurs, the function parameter entering relation occurs when the error occurs, the function calling relation occurs when the error occurs, the message interaction occurs when the error occurs, the equipment ID of the error occurs, and the time of the error occurs.
9. An error code uploading terminal comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the steps of the method according to any of claims 1 to 4 when executing the computer program.
10. A computer readable storage medium storing a computer program, characterized in that the computer program when executed by a processor implements the steps of the method according to any one of claims 1 to 4.
CN202311160845.2A 2023-09-06 2023-09-06 Error code uploading method, system, terminal and storage medium Pending CN117424887A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311160845.2A CN117424887A (en) 2023-09-06 2023-09-06 Error code uploading method, system, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311160845.2A CN117424887A (en) 2023-09-06 2023-09-06 Error code uploading method, system, terminal and storage medium

Publications (1)

Publication Number Publication Date
CN117424887A true CN117424887A (en) 2024-01-19

Family

ID=89521749

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311160845.2A Pending CN117424887A (en) 2023-09-06 2023-09-06 Error code uploading method, system, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN117424887A (en)

Similar Documents

Publication Publication Date Title
US11265218B2 (en) Configuration management method and apparatus, and device
US9717011B2 (en) Event management in telecommunications networks
CN113630372A (en) Cloud edge coordination system for edge computing
CN111083161A (en) Data transmission processing method and device and Internet of things equipment
EP1512247A1 (en) Network attached storage snmp single system image
US20080162690A1 (en) Application Management System
US6904276B1 (en) Apparatus and method for managing call billing records
US20040243686A1 (en) Safe output protocol for files to multiple destinations with integrity check
WO2015127603A1 (en) Interface management service entity, functional service entity and network element management method
CN114301988A (en) Distributed calling method and device, storage medium and electronic equipment
CN114389792A (en) WEB log NAT (network Address translation) front-back association method and system
CN117424887A (en) Error code uploading method, system, terminal and storage medium
EP2747341B1 (en) Connecting computer management systems via cellular digital telecommunication networks
CN115567604A (en) Service calling method based on micro-service system and server
CN115617611A (en) Generation method and device of signaling flow chart, electronic equipment and storage medium
KR100546510B1 (en) Apparatus and Method for Monitoring Important System Messages in CDMA System
CN115129708A (en) Data processing method, data processing device, storage medium and electronic equipment
CN117615043B (en) Inter-service communication method and system on edge gateway
CN115361262B (en) Method and system for realizing FTP (File transfer protocol) reporting of transmission equipment performance file
CN117201292B (en) Method capable of accurately positioning request call exception among micro services
CN114363846B (en) Method, system, device and medium for testing and checking 5G-SA charging and dialing of Internet of things
CN117221301A (en) Data forwarding method, controller device, electronic device and storage medium
CN114679487A (en) Link processing method, device, storage medium and processor
CN114745415A (en) Vehicle service communication data processing method, device, equipment and storage medium
CN117176835A (en) Network data acquisition method and device, readable storage medium and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination