CN105260842B - Communication method and system between heterogeneous ERP systems - Google Patents

Communication method and system between heterogeneous ERP systems Download PDF

Info

Publication number
CN105260842B
CN105260842B CN201510672737.2A CN201510672737A CN105260842B CN 105260842 B CN105260842 B CN 105260842B CN 201510672737 A CN201510672737 A CN 201510672737A CN 105260842 B CN105260842 B CN 105260842B
Authority
CN
China
Prior art keywords
erp
service request
adapter
data
server
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.)
Active
Application number
CN201510672737.2A
Other languages
Chinese (zh)
Other versions
CN105260842A (en
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.)
Yonyou Network Technology Co Ltd
Original Assignee
Yonyou Network 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 Yonyou Network Technology Co Ltd filed Critical Yonyou Network Technology Co Ltd
Priority to CN201510672737.2A priority Critical patent/CN105260842B/en
Publication of CN105260842A publication Critical patent/CN105260842A/en
Application granted granted Critical
Publication of CN105260842B publication Critical patent/CN105260842B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a communication method and a communication system between heterogeneous ERP systems, wherein the communication method between the heterogeneous ERP systems comprises the following steps: the client device comprises an adapter component and an ERP product module which can carry out data communication, and the communication method comprises the following steps: acquiring an ERP service request sent by a server; according to the ERP service request, triggering an adapter component to load an adapter corresponding to the ERP service request; controlling the adapter to acquire ERP data corresponding to the EPR service request from the ERP product module; and feeding back the ERP data to a server. By the technical scheme, the ERP data interaction among multiple enterprises is realized, a heavyweight message middleware interface is avoided, and the ERP system is flexible in architecture, so that the ERP system is greatly simplified and lightened, and the system operation cost is reduced.

Description

Communication method and system between heterogeneous ERP systems
Technical Field
The invention relates to the technical field of data communication, in particular to a communication method between heterogeneous ERP systems and a communication system between the heterogeneous ERP systems.
Background
In the related art, with the continuous development of the enterprise internet, direct interaction of ERP (enterprise resource Planning) systems in different companies is more and more frequent, and in an actual project, there are multiple enterprises in the enterprise internet that need to coordinate services, taking 3 enterprise terminals as an example, respectively: the A end represents an A enterprise, the B end represents a B enterprise, the C end represents a C enterprise, a local area network of the A end is provided with a plurality of ERP systems, such as a Yongyou NC, a U8 and the like, similarly, a plurality of ERP systems such as a Jinqiao EAS and the like are arranged in the B end and the C end, the C enterprise has a tidal ERP system, the ERP systems of the A, B and C enterprises are all in the local area networks of the respective enterprises and need to communicate with the ERP system of the B enterprise which is also at the far end of the internal local area network, in the service collaboration process of the Internet enterprises, different clients send collaboration requests to a remote server, the server processes corresponding messages according to the request types and starts corresponding collaboration application programs, and after returning the results to the client to obtain the results, notifies a local corresponding collaboration adapter to start according to the results, sends data to the remote server, the server forwards the messages to a front-end application for display after receiving, i.e. requires direct interoperation of different applications.
In order to implement communication between multiple heterogeneous ERP systems, communication technologies including EDI (Electronic data interchange) communication mode and MQ (Message Queue) are currently adopted.
Among them, the EDI has problems:
(1) the expense is high, a special VAN (Value Added Network, Value Added gateway) needs to be rented, a one-to-one conversion system is customized, and the information processing cost of an enterprise is increased;
(2) the coverage is low, and a closed special value-added network is adopted, so that the system can be connected with limited trading partners only;
(3) the EDI standard has poor structural flexibility and cannot be synchronized with changes in the service environment corresponding to the EDI standard.
The MQ has a problem that if message middleware is adopted, a message server needs to be installed both locally and remotely, or at least a message server is installed at a remote server, the function of each fragmented application subscribes or publishes a corresponding message according to a service scenario, and as a service system develops, the interaction between the systems increases and the processed data increases, the architecture complexity is high, and the following problems exist:
(1) the message middleware is heavier in the service, has higher complexity of encoding and debugging, and has a large amount of parameter specification, encoding and decoding of messages of the message middleware, sequence number and deserialization, message queuing and dequeuing, message fetching and storing, support for things and the like which can cause performance problems;
(2) the message middleware brings higher coupling degree between application programs, the message can not automatically process routing according to service logic, and a large amount of complex message middleware is required to be configured, so that the coupling of the system is directly caused;
(3) with the increase of local services and remote systems, the coordination complexity between the services will increase exponentially, when a subscription node fails, the corresponding message may not be obtained, thereby affecting other systems associated with the subscription node, and meanwhile, the local communication middleware server may cause network delay, which directly affects the correctness of the system in asynchronous programming.
Therefore, how to design a communication scheme between lightweight heterogeneous ERP systems becomes a technical problem to be solved urgently.
Disclosure of Invention
The invention is based on at least one of the above technical problems, and provides a new communication scheme between heterogeneous ERP systems, when an enterprise client is connected to a gateway proxy through a gateway terminal, and according to an ERP service request, an adapter file corresponding to the ERP is downloaded, after the adapter file is downloaded by the gateway terminal, the adapter file is loaded and operated, the adapter acquires corresponding data from the ERP and forwards the data to the gateway terminal, the gateway terminal receives and processes the message, and sends the message to a server according to the message type and the destination, thereby realizing ERP data interaction among multiple enterprises, avoiding a heavy-weight message middleware interface, and having flexible ERP system architecture, thereby greatly simplifying and lightening the ERP system, and reducing the system operation cost.
In view of this, the present invention provides a communication method between heterogeneous ERP systems, including: acquiring an ERP service request sent by a server; according to the ERP service request, triggering an adapter component to load an adapter corresponding to the ERP service request; the control adapter acquires ERP data corresponding to the EPR service request from the ERP product module; and feeding back the ERP data to the server.
In the technical scheme, the ERP data interaction among multiple enterprises is realized by acquiring the ERP service request sent by the server and triggering the adapter component to load the corresponding adapter according to the ERP service request, a heavyweight message middleware interface is avoided, and the ERP system is flexible in architecture, so that the ERP system is greatly simplified and lightened, and the system operation cost is reduced.
In the above technical solution, preferably, according to the ERP service request, triggering the adapter component to load the adapter corresponding to the ERP service request includes the following steps: analyzing the ERP service request to determine an adapter corresponding to the ERP service request; and triggering the adapter component to load the adapter corresponding to the ERP service request.
In the technical scheme, the adapter corresponding to the ERP service request is quickly determined by analyzing the ERP service request, and the communication efficiency between heterogeneous ERP systems is improved.
Specifically, an event transmission bus of the client device receives an initialization command, registers an adapter component through an adapter processor to perform corresponding event processing, runs the adapter component through an adapter loader, communicates with an ERP product module through the adapter component and sends a service function corresponding to the ERP service to a terminal in a message mode, and therefore information interaction between modules of the ERP product and between the ERP and the gateway terminal is achieved.
In any one of the above technical solutions, preferably, after the ERP data is fed back to the server, whether to acquire an acknowledgement signaling of the server for the ERP data is determined; and after the confirmation signaling of the server for the ERP data is judged to be acquired, triggering the adapter component to uninstall the adapter.
In the technical scheme, after the client terminal confirms that the ERP data information is received, the corresponding adapter in the adapter component is controlled to be unloaded, the operation load of the adapter component is reduced, and the efficiency of data interaction among a plurality of heterogeneous ERP systems is improved.
According to an embodiment of the second invention, a communication method between heterogeneous ERP systems is provided, including: acquiring an ERP service request sent by an enterprise terminal; and analyzing the routing information included in the ERP service request so as to send the ERP service request to the corresponding client equipment according to the routing information.
In the technical scheme, the server receives an ERP service request and determines routing information according to the ERP service request, which specifically includes: the gateway agent of the client terminal analyzes the type of the message, and if the message is the message of the command type, the gateway agent analyzes the sending destination and the message sending type; the gateway proxy analyzes the message body, determines a sending mode according to the message type and finally sends the message to a destination, namely a file server; after the asynchronous command sending of the gateway proxy is successful, replying a confirmation message to the gateway terminal; the gateway agent recovers the session with the gateway terminal from the session management according to the message type, namely, the 'reply confirmation' type message, and sends the message; after receiving the confirmation message, the gateway terminal successfully sends the message, and by the technical scheme, the interaction steps among the application programs are simplified, the system complexity is reduced, and the system performance is improved.
In the above technical solution, preferably, the method further includes: after the ERP data sent by the client equipment is obtained, the ERP data are fed back to the enterprise terminal according to ID information corresponding to the ERP service request; an acknowledgement signaling is sent to the client device for the ERP data for an adapter component of the client device to uninstall the respective adapter.
According to the technical scheme, the server obtains the ERP data information obtained through analysis, the information is sent to the enterprise terminal, and the client can unload the corresponding adapter in the adapter component after receiving the information, so that the framework of an interactive system is simplified, garbage data accumulation is avoided, and the efficiency of data interaction among a plurality of heterogeneous ERP systems is improved.
According to a third aspect of the present invention, there is further provided a communication system between heterogeneous ERP systems, comprising: the obtaining unit is used for obtaining an ERP service request sent by the server; the triggering unit is used for triggering the adapter component to load the adapter corresponding to the ERP service request according to the ERP service request; the control unit is used for controlling the adapter to acquire ERP data corresponding to the EPR service request from the ERP product module; and the feedback unit is used for feeding back the ERP data to the server.
In the technical scheme, the ERP data interaction among multiple enterprises is realized by acquiring the ERP service request sent by the server and triggering the adapter component to load the corresponding adapter according to the ERP service request, a heavyweight message middleware interface is avoided, and the ERP system is flexible in architecture, so that the ERP system is greatly simplified and lightened, and the system operation cost is reduced.
In the above technical solution, preferably, the trigger unit further includes: the analysis unit is used for analyzing the ERP service request so as to determine an adapter corresponding to the ERP service request; and the recording unit is used for triggering the adapter component to load the adapter corresponding to the ERP service request.
In the technical scheme, the adapter corresponding to the ERP service request is quickly determined by analyzing the ERP service request, and the communication efficiency between heterogeneous ERP systems is improved.
Specifically, an event transmission bus of the client device receives an initialization command, registers an adapter component through an adapter processor to perform corresponding event processing, runs the adapter component through an adapter loader, communicates with an ERP product module through the adapter component and sends a service function corresponding to the ERP to a terminal in a message mode, and therefore information interaction between modules of the ERP product and between the ERP and a gateway terminal is achieved.
In any one of the above technical solutions, preferably, the method includes: the judging unit is used for judging whether to acquire an acknowledgement signaling of the server for the ERP data after the ERP data are fed back to the server; the trigger unit is further configured to: and after the confirmation signaling of the server for the ERP data is judged to be acquired, triggering the adapter component to uninstall the adapter.
In the technical scheme, after the client terminal confirms that the ERP data information is received, the corresponding adapter in the adapter component is controlled to be unloaded, the operation load of the adapter component is reduced, and the efficiency of data interaction among a plurality of heterogeneous ERP systems is improved.
According to a fourth aspect of the present invention, there is also provided a communication system between heterogeneous ERP systems, including: the system comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for acquiring an ERP service request sent by an enterprise terminal; and the analysis unit is used for analyzing the routing information included in the ERP service request so as to send the ERP service request to the corresponding client equipment according to the routing information.
In the technical scheme, the server receives an ERP service request and determines routing information according to the ERP service request, which specifically includes: the gateway agent of the client terminal analyzes the type of the message, and if the message is the message of the command type, the gateway agent analyzes the sending destination and the message sending type; the gateway proxy analyzes the message body, determines a sending mode according to the message type and finally sends the message to a destination, namely a file server; after the asynchronous command sending of the gateway proxy is successful, replying a confirmation message to the gateway terminal; the gateway agent recovers the session with the gateway terminal from the session management according to the message type, namely, the 'reply confirmation' type message, and sends the message; after receiving the confirmation message, the gateway terminal successfully sends the message, and by the technical scheme, the interaction steps among the application programs are simplified, the system complexity is reduced, and the system performance is improved.
In the above technical solution, preferably, the method includes: the feedback unit is used for feeding back the ERP data to the enterprise terminal according to the ID information corresponding to the ERP service request after the ERP data sent by the client equipment is obtained; and the sending unit is used for sending an acknowledgement signaling aiming at the ERP data to the client device so as to enable an adapter component of the client device to uninstall the corresponding adapter.
According to the technical scheme, the server obtains the ERP data information obtained through analysis, the information is sent to the client terminal, and the client terminal can unload the corresponding adapter in the adapter component after receiving the information, so that the framework of an interactive system is simplified, garbage data accumulation is avoided, and the efficiency of data interaction among a plurality of heterogeneous ERP systems is improved.
According to the technical scheme, when an enterprise client is connected to a gateway agent through a gateway terminal, the adapter file corresponding to the ERP is downloaded according to an ERP service request, after the adapter file is downloaded by the gateway terminal, the adapter file is loaded and operated, the adapter acquires corresponding data from the ERP and forwards the data to the gateway terminal, the gateway terminal receives and processes the message and sends the message to a server according to the message type and the destination, the ERP data interaction among multiple enterprises is realized, a heavyweight message middleware interface is avoided, the ERP system is flexible in architecture, the ERP system is greatly simplified and lightened, and the system operation cost is reduced.
Drawings
FIG. 1 illustrates a schematic flow chart diagram of a method of communication between heterogeneous ERP systems, according to an embodiment of the invention;
FIG. 2 illustrates a schematic flow chart diagram of a method of communication between heterogeneous ERP systems in accordance with another embodiment of the present invention;
FIG. 3 illustrates a schematic block diagram of a communication system between heterogeneous ERP systems in accordance with an embodiment of the present invention;
FIG. 4 illustrates a schematic block diagram of a communication system between heterogeneous ERP systems in accordance with another embodiment of the present invention;
FIG. 5 illustrates a C-S architecture diagram of a communication scheme between heterogeneous ERP systems, according to an embodiment of the invention;
FIG. 6 illustrates a schematic flow chart diagram of a method of communication between heterogeneous ERP systems in accordance with yet another embodiment of the present invention.
Detailed Description
In order that the above objects, features and advantages of the present invention can be more clearly understood, a more particular description of the invention will be rendered by reference to the appended drawings. It should be noted that the embodiments and features of the embodiments of the present application may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, however, the present invention may be practiced in other ways than those specifically described herein, and therefore the scope of the present invention is not limited by the specific embodiments disclosed below.
The following describes a communication scheme between heterogeneous ERP systems according to an embodiment of the present invention with reference to fig. 1 to 6.
As shown in fig. 1, a communication method between heterogeneous ERP systems according to an embodiment of the present invention includes: 102, acquiring an ERP service request sent by a server; 104, triggering an adapter component to load an adapter corresponding to the ERP service request according to the ERP service request; 106, controlling the adapter to acquire ERP data corresponding to the EPR service request from the ERP product module; and feeding back the ERP data to a server.
In the technical scheme, the ERP data interaction among multiple enterprises is realized by acquiring the ERP service request sent by the server and triggering the adapter component to load the corresponding adapter according to the ERP service request, a heavyweight message middleware interface is avoided, and the ERP system is flexible in architecture, so that the ERP system is greatly simplified and lightened, and the system operation cost is reduced.
In the above technical solution, preferably, according to the ERP service request, triggering the adapter component to load the adapter corresponding to the ERP service request includes the following steps: analyzing the ERP service request to determine an adapter corresponding to the ERP service request; and triggering the adapter component to load the adapter corresponding to the ERP service request.
In the technical scheme, the adapter corresponding to the ERP service request is quickly determined by analyzing the ERP service request, and the communication efficiency between heterogeneous ERP systems is improved.
Specifically, an event transmission bus of the client device receives an initialization command, registers an adapter component through an adapter processor to perform corresponding event processing, runs the adapter component through an adapter loader, communicates with an ERP product module through the adapter component and sends a service function corresponding to the ERP service to a terminal in a message mode, and therefore information interaction between modules of the ERP product and between the ERP and the gateway terminal is achieved.
In any one of the above technical solutions, preferably, after the ERP data is fed back to the server, whether to acquire an acknowledgement signaling of the server for the ERP data is determined; and after the confirmation signaling of the server for the ERP data is judged to be acquired, triggering the adapter component to uninstall the adapter.
In the technical scheme, after the client terminal confirms that the ERP data information is received, the corresponding adapter in the adapter component is controlled to be unloaded, the operation load of the adapter component is reduced, and the efficiency of data interaction among a plurality of heterogeneous ERP systems is improved.
As shown in fig. 2, a communication method between heterogeneous ERP systems according to an embodiment of the present invention includes: step 202, acquiring an ERP service request sent by an enterprise terminal; and 204, analyzing the routing information included in the ERP service request, so as to send the ERP service request to corresponding client equipment according to the routing information.
In the technical scheme, the server receives an ERP service request and determines routing information according to the ERP service request, which specifically includes: the gateway agent of the client terminal analyzes the type of the message, and if the message is the message of the command type, the gateway agent analyzes the sending destination and the message sending type; the gateway proxy analyzes the message body, determines a sending mode according to the message type and finally sends the message to a destination, namely a file server; after the asynchronous command sending of the gateway proxy is successful, replying a confirmation message to the gateway terminal; the gateway agent recovers the session with the gateway terminal from the session management according to the message type, namely, the 'reply confirmation' type message, and sends the message; after receiving the confirmation message, the gateway terminal successfully sends the message, and by the technical scheme, the interaction steps among the application programs are simplified, the system complexity is reduced, and the system performance is improved.
In the above technical solution, preferably, the method further includes: after the ERP data sent by the client equipment is obtained, the ERP data are fed back to the enterprise terminal according to ID information corresponding to the ERP service request; an acknowledgement signaling is sent to the client device for the ERP data for an adapter component of the client device to uninstall the respective adapter.
According to the technical scheme, the server obtains the ERP data information obtained through analysis, the information is sent to the client terminal, and the client terminal can unload the corresponding adapter in the adapter component after receiving the information, so that the framework of an interactive system is simplified, garbage data accumulation is avoided, and the efficiency of data interaction among a plurality of heterogeneous ERP systems is improved.
As shown in fig. 3, a communication system 300 between heterogeneous ERP systems according to an embodiment of the invention includes: an obtaining unit 302, configured to obtain an ERP service request sent by a server; the triggering unit 304 is configured to trigger an adapter component to load an adapter corresponding to the ERP service request according to the ERP service request; the control unit 306 is configured to control the adapter to acquire ERP data corresponding to the EPR service request from the ERP product module; and the feedback unit 308 is configured to feed back the ERP data to the server.
In the technical scheme, the ERP data interaction among multiple enterprises is realized by acquiring the ERP service request sent by the server and triggering the adapter component to load the corresponding adapter according to the ERP service request, a heavyweight message middleware interface is avoided, and the ERP system is flexible in architecture, so that the ERP system is greatly simplified and lightened, and the system operation cost is reduced.
In the above technical solution, preferably, the trigger unit further includes: the analyzing unit 310 is configured to analyze the ERP service request to determine an adapter corresponding to the ERP service request; and the recording unit 312 is used for triggering the adapter component to load the adapter corresponding to the ERP service request.
In the technical scheme, the adapter corresponding to the ERP service request is quickly determined by analyzing the ERP service request, and the communication efficiency between heterogeneous ERP systems is improved.
Specifically, an event transmission bus of the client device receives an initialization command, registers an adapter component through an adapter processor to perform corresponding event processing, runs the adapter component through an adapter loader, communicates with an ERP product module through the adapter component and sends a service function corresponding to the ERP to the terminal in a message mode, and therefore information interaction between modules of the ERP product and between the ERP and a gateway terminal is achieved.
In any one of the above technical solutions, preferably, the method includes: a determining unit 314, configured to determine whether to obtain an acknowledgement signaling of the server for the ERP data after feeding the ERP data back to the server; the trigger unit 304 is further configured to: and after the confirmation signaling of the server for the ERP data is judged to be acquired, triggering the adapter component to uninstall the adapter.
In the technical scheme, after the client terminal confirms that the ERP data information is received, the corresponding adapter in the adapter component is controlled to be unloaded, the operation load of the adapter component is reduced, and the efficiency of data interaction among a plurality of heterogeneous ERP systems is improved.
As shown in fig. 4, a communication system 400 between heterogeneous ERP systems according to an embodiment of the invention includes: an obtaining unit 402, configured to obtain an ERP service request sent by an enterprise terminal; an analyzing unit 404, configured to analyze routing information included in the ERP service request, so as to send the ERP service request to a corresponding client device according to the routing information.
In the technical scheme, the step of receiving the command by the server and judging and sending the ERP service request according to the message source comprises the following steps: the gateway proxy analyzes the type of the message, and if the message is the message of the command type, the gateway proxy analyzes the sending destination and the message sending type; the gateway proxy analyzes the message body, determines a sending mode according to the message type and finally sends the message to a destination, namely a file server; after the asynchronous command sending of the gateway proxy is successful, replying a confirmation message to the gateway terminal; the gateway agent recovers the session with the gateway terminal from the session management according to the message type, namely, the 'reply confirmation' type message, and sends the message; after receiving the confirmation message, the gateway terminal sends the message successfully, and through the scheme, the interaction steps among the application programs are simplified, the system complexity is reduced, and the system performance is improved.
In the above technical solution, preferably, the method includes: the feedback unit 406 is configured to, after obtaining the ERP data sent by the client device, feed back the ERP data to the enterprise terminal according to ID information corresponding to the ERP service request; a sending unit 408, configured to send an acknowledgement signaling for the ERP data to the client device, so that the adapter component of the client device unloads the corresponding adapter.
According to the technical scheme, the ERP data information obtained through analysis is obtained and sent to the enterprise terminal, and the corresponding adapter in the adapter component can be unloaded after the client receives the information, so that the framework of the interactive system is simplified, garbage data accumulation is avoided, and the accuracy of the interactive data of the heterogeneous ERP systems is improved.
As shown in fig. 5, a schematic diagram of a communication structure between heterogeneous ERP systems according to another embodiment of the present invention includes: the system comprises a gateway terminal module, a gateway proxy, a gateway terminal module and an adapter component responsible for downloading, loading and unloading, wherein network communication between the adapter component and a remote distributed gateway proxy module is established, network communication among a plurality of gateway proxy modules is established, the adapter component is used for communicating with an ERP product module and sending corresponding data service to the gateway terminal module in a message mode, the gateway terminal module is used for receiving and processing messages, the adapter component and the gateway terminal modules (a grid terminal module 1 to a gateway terminal module N) are usually in the same local area network and belong to client equipment, and the gateway proxy module is positioned on the public internet and communicated with a service module in the public network and is responsible for receiving and processing the messages of the service module and the messages of the gateway terminal module.
The adapter assembly comprises an ERP service adapter 1 to an ERP service adapter N, the ERP product module comprises a user-computer-network-computer (NC), a golden butterfly-Enterprise Service Architecture (ESA) and other ERP products, the gateway terminal module 1 comprises an adapter loader, an event transmission bus, an adapter event processor and the like, and the gateway agent comprises an adapter downloading service, an event transmission bus, a service event processor and a control platform.
As shown in fig. 6, a communication method between heterogeneous ERP systems according to still another embodiment of the present invention includes: step 602, deploying a gateway proxy module on an internet server; step 604, deploying a plurality of gateway terminals to a local area network server in an enterprise or different servers; step 606, the management and control platform configures all gateway terminal IPs, ports and corresponding adapter information through messages; step 608, the management and control platform controls the downloading, starting, stopping and managing the state of the adapter component through the message.
In consideration of the technical problem of how to design a lightweight communication scheme between heterogeneous ERP systems, which is proposed in the related technology, the invention provides a novel communication scheme between heterogeneous ERP systems, when an enterprise client is connected to a gateway proxy through a gateway terminal, an adapter file corresponding to the ERP is downloaded according to an ERP service request, after the adapter file is downloaded by the gateway terminal, the adapter file is loaded and operated, corresponding data is obtained by the adapter from the ERP and then is forwarded to the gateway terminal, the gateway terminal receives and processes the message, and the message is sent to a server according to the message type and the destination, so that ERP data interaction between multiple enterprises is realized, a heavy message middleware interface is avoided, the ERP system has a flexible architecture, the ERP system is greatly simplified and lightened, and the system operation cost is reduced.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (8)

1. A communication method between heterogeneous ERP systems, for a client device, wherein the client device includes an adapter component capable of data communication and an ERP product module, the communication method comprising:
acquiring an ERP service request sent by a server;
according to the ERP service request, triggering an adapter component to load an adapter corresponding to the ERP service request;
controlling the adapter to acquire ERP data corresponding to the ERP service request from the ERP product module;
and feeding back the ERP data to a server.
2. The communication method between heterogeneous ERP systems according to claim 1, wherein according to the ERP service request, triggering an adapter component to load an adapter corresponding to the ERP service request, specifically comprising the steps of:
analyzing the ERP service request to determine an adapter corresponding to the ERP service request;
and triggering an adapter component to load an adapter corresponding to the ERP service request.
3. The method for communication between heterogeneous ERP systems according to claim 1 or 2, further comprising:
after the ERP data are fed back to the server, whether an acknowledgement signaling of the server for the ERP data is obtained or not is judged;
and after the confirmation signaling of the server for the ERP data is judged to be acquired, triggering the adapter component to uninstall the adapter.
4. A communication method between heterogeneous ERP systems is used for a server side, and is characterized by comprising the following steps:
acquiring an ERP service request sent by an enterprise terminal;
analyzing routing information included in the ERP service request so as to send the ERP service request to corresponding client equipment according to the routing information;
after the ERP data sent by the client equipment is obtained, the ERP data are fed back to the enterprise terminal according to the ID information corresponding to the ERP service request;
sending acknowledgement signaling for the ERP data to the client device for an adapter component of the client device to uninstall a corresponding adapter.
5. A communication system between heterogeneous ERP systems for a client device, the client device comprising an adapter component capable of data communication and an ERP product module, the communication system comprising:
the obtaining unit is used for obtaining an ERP service request sent by the server;
the triggering unit is used for triggering an adapter component to load an adapter corresponding to the ERP service request according to the ERP service request;
the control unit is used for controlling the adapter to acquire ERP data corresponding to the ERP service request from the ERP product module;
and the feedback unit is used for feeding back the ERP data to the server.
6. The communication system between heterogeneous ERP systems of claim 5, wherein the trigger unit further comprises:
the analysis unit is used for analyzing the ERP service request to determine an adapter corresponding to the ERP service request;
and the recording unit is used for triggering the adapter component to load the adapter corresponding to the ERP service request.
7. The communication system between heterogeneous ERP systems of claim 5 or 6, further comprising:
the judging unit is used for judging whether to acquire an acknowledgement signaling of the server for the ERP data after the ERP data are fed back to the server;
the trigger unit is further configured to: and after the confirmation signaling of the server for the ERP data is judged to be acquired, triggering the adapter component to uninstall the adapter.
8. A communication system between heterogeneous ERP systems, for a server side, comprising:
the system comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for acquiring an ERP service request sent by an enterprise terminal;
the analysis unit is used for analyzing the routing information included in the ERP service request so as to send the ERP service request to corresponding client equipment according to the routing information;
the feedback unit is used for feeding back the ERP data to the enterprise terminal according to the ID information corresponding to the ERP service request after the ERP data sent by the client equipment is obtained;
a sending unit, configured to send an acknowledgement signaling for the ERP data to the client device, so that an adapter component of the client device unloads a corresponding adapter.
CN201510672737.2A 2015-10-12 2015-10-16 Communication method and system between heterogeneous ERP systems Active CN105260842B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510672737.2A CN105260842B (en) 2015-10-12 2015-10-16 Communication method and system between heterogeneous ERP systems

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CN201510658632 2015-10-12
CN2015106586321 2015-10-12
CN201510672737.2A CN105260842B (en) 2015-10-12 2015-10-16 Communication method and system between heterogeneous ERP systems

Publications (2)

Publication Number Publication Date
CN105260842A CN105260842A (en) 2016-01-20
CN105260842B true CN105260842B (en) 2020-05-15

Family

ID=55100521

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510672737.2A Active CN105260842B (en) 2015-10-12 2015-10-16 Communication method and system between heterogeneous ERP systems

Country Status (1)

Country Link
CN (1) CN105260842B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108512878B (en) 2017-02-28 2021-01-29 华为技术有限公司 Service management method and device
CN107273222A (en) * 2017-05-19 2017-10-20 黎敏 A kind of different company's ERP system exchange method and middleware
CN108965410B (en) * 2018-07-02 2021-03-09 成都来肯信息技术有限公司 Inter-enterprise seamless service data interaction ERP system and use method thereof
CN110942372B (en) * 2019-11-21 2023-05-12 杭州涂鸦信息技术有限公司 Butt joint method and gateway of business end and ERP system
CN110971688B (en) * 2019-11-29 2023-05-12 金蝶软件(中国)有限公司 Data export method and related equipment
CN116485585A (en) * 2023-04-23 2023-07-25 宁波中海建材有限公司 Digital concrete management system

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7590987B2 (en) * 2002-06-05 2009-09-15 Sap Ag Apparatus and method for integrating variable subsidiary information with main office information in an enterprise system
US8453047B2 (en) * 2008-05-27 2013-05-28 Appfolio, Inc. Systems and methods for automatic submission of forms on a web page
CN102542368B (en) * 2010-12-13 2015-06-10 金蝶软件(中国)有限公司 Cache system access method and device
CN102096853B (en) * 2010-12-13 2016-02-03 东莞市高鑫机电科技服务有限公司 Based on the garment enterprise cooperation flow integrated approach of SOA
US20120317488A1 (en) * 2011-06-13 2012-12-13 Microsoft Corporation Techniques for adapting an interpretive run time application to multiple clients
CN102324074A (en) * 2011-10-28 2012-01-18 山东城通科技有限公司 Informatization application cluster platform of small and medium enterprises
CN103023609A (en) * 2012-11-22 2013-04-03 用友软件股份有限公司 Data transmission device and method for heterogeneous systems
CN203859763U (en) * 2013-12-10 2014-10-01 中国海洋石油总公司 Hardware architecture with integration of ERP system and heterogeneous system

Also Published As

Publication number Publication date
CN105260842A (en) 2016-01-20

Similar Documents

Publication Publication Date Title
CN105260842B (en) Communication method and system between heterogeneous ERP systems
US10795737B2 (en) Generic distributed processing for multi-agent systems
EP1863316B1 (en) Modular monitor service for smart item monitoring
EP2248311B1 (en) Method and system for message delivery in messaging networks
CN111835837B (en) Message pushing method and system with multi-terminal adaptation
EP1862957A1 (en) Device registration in a hierarchical monitor service
EP4033350A2 (en) Method and system for flexible node composition on local or distributed computer systems
CN111371898B (en) Message monitoring method, device, equipment and storage medium
US10834033B2 (en) Method and system for transferring messages between messaging systems
CN104579905A (en) Message passing method and system, MOM (message oriented middleware) server and receiving terminal
CN111526049B (en) Operation and maintenance system, operation and maintenance method, electronic device and storage medium
CN113687956A (en) Message routing distribution method and device, computer equipment and storage medium
CN110855739B (en) Container technology-based remote and heterogeneous resource unified management method and system
CN110138753B (en) Distributed message service system, method, apparatus, and computer-readable storage medium
CN113630310B (en) Distributed high-availability gateway system
CN113556387A (en) Edge gateway control method, system, device, electronic equipment and storage medium
US11582320B2 (en) Message transmitting and receiving method, communication apparatus, and program
CN114697334A (en) Execution method and device for scheduling tasks
CN114968636A (en) Fault processing method and device
CN112799795A (en) Service implementation method, process management method, device, equipment and storage medium
US20230171830A1 (en) Apparatus and method for configuring data communication between robot components in different networks
US20220038333A1 (en) System and method for providing an intelligent ephemeral distributed service model for server group provisioning
CN113542122B (en) Internet of things equipment data forwarding method and system
CN115278561A (en) Multichannel short message service optimization method applied to government affair field
CN113992690A (en) Message transmission method, device, equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant