CN113742424B - Natural resource integrated cross-network dynamic form data synchronization method based on RPA - Google Patents
Natural resource integrated cross-network dynamic form data synchronization method based on RPA Download PDFInfo
- Publication number
- CN113742424B CN113742424B CN202111036127.5A CN202111036127A CN113742424B CN 113742424 B CN113742424 B CN 113742424B CN 202111036127 A CN202111036127 A CN 202111036127A CN 113742424 B CN113742424 B CN 113742424B
- Authority
- CN
- China
- Prior art keywords
- rpa
- form data
- natural resource
- integrated cross
- synchronization method
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 27
- RFCQDOVPMUSZMN-UHFFFAOYSA-N 2-Naphthalenethiol Chemical compound C1=CC=CC2=CC(S)=CC=C21 RFCQDOVPMUSZMN-UHFFFAOYSA-N 0.000 claims description 47
- 101100360207 Caenorhabditis elegans rla-1 gene Proteins 0.000 claims description 44
- 101150025379 RPA1 gene Proteins 0.000 claims description 44
- 230000010354 integration Effects 0.000 claims description 11
- 230000005540 biological transmission Effects 0.000 abstract description 5
- 238000004801 process automation Methods 0.000 abstract 1
- 238000010276 construction Methods 0.000 description 5
- 238000002955 isolation Methods 0.000 description 3
- 241000282414 Homo sapiens Species 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000006978 adaptation Effects 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003252 repetitive effect Effects 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/27—Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2282—Tablespace storage structures; Management thereof
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
The invention discloses a natural resource integrated cross-network dynamic form data synchronization method based on RPA, and relates to the technical field of robot process automation. The method for synchronizing the form data of the natural resource integrated cross-network segment dynamic form data generates two RPA robot applications through configuration information, constructs a virtual local area network and realizes the transmission of form data among different natural resource integrated systems. According to the natural resource integrated cross-network-segment dynamic form data synchronization method, the labor cost is greatly reduced through the RPA, the office efficiency is improved, and the incidence rate that manual input is wrong can be reduced.
Description
Technical Field
The invention relates to the technical field of robot flow automation, in particular to a natural resource integrated cross-network dynamic form data synchronization method based on RPA.
Background
Currently, there are many application systems in natural resources, such as self-built systems, issuing systems, provincial issuing systems, and municipal system building systems. The systems are often deployed in an intranet environment due to network or security reasons, so that the systems cannot be effectively associated and data communicated with each other, service association is difficult, and the same form data states among different systems are not synchronous; meanwhile, the same form data is required to be repeatedly recorded in a plurality of systems, and labor cost is increased.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a natural resource integrated cross-network dynamic form data synchronization method based on RPA. According to the natural resource integrated cross-network-segment dynamic form data synchronization method, the labor cost is greatly reduced through the RPA, the office efficiency is improved, and the incidence rate that human input is wrong can be reduced.
In order to achieve the above purpose, the invention adopts the following technical scheme: the natural resource integrated cross-network dynamic form data synchronization method based on RPA specifically comprises the following steps:
(1) Generating two RPA robot applications, namely RPA-1 and RPA-2, through configuration information;
(2) A virtual local area network is built between RPA-1 and RPA-2,
(3) The RPA-1 acquires and stores form data from the RPA-1 in a system corresponding to natural resource integration to a data packet, and transmits the data packet to the RPA-2 through a constructed virtual local area network;
(4) And the RPA-2 reads the data packet through the virtual local area network, and writes the read form data into a system corresponding to the RPA-2 in the natural resource integration.
Further, the configuration information is in json file format.
Further, the configuration information includes: in the natural resource integration, the login information of the system corresponding to the RPA-1 and the RPA-2, the data range needing to be operated and the flow information needing to be completed are respectively carried out.
Further, the flow information to be completed comprises operation details, operation positions and input parameters.
Further, the specific process of the step (2) is as follows: RPA-1 sends an initialization request to RPA-2, RPA-2 receives the initialization request of RPA-1 and reads information, and returns a request to RPA-1.
Further, sending the initialization request to the RPA-2 includes: the IP, MAC address, timestamp, encryption public key of RPA-1; returning the request to RPA-1 includes: the IP, MAC address, timestamp, encryption public key of RPA-2.
Further, the RPA-1 uses the encryption public key of the RPA-2 to encrypt the form data to be transmitted and then transmits the form data to the RPA-2.
Compared with the prior art, the invention has the following beneficial effects: the invention discloses a natural resource integrated cross-network dynamic form data synchronization method, which is characterized in that a virtual local area network is constructed between RPA-1 and RPA-2, so that network isolation and security of the corresponding systems of RPA-1 and RPA-2 in a natural resource integrated system are ensured, and data transmission of the corresponding systems of RPA-1 and RPA-2 can be realized; meanwhile, the application of the RPA technology in the natural resource integration can automatically solve the problem of asynchronous form data in multiple systems, and the manual operation is reduced, so that the labor cost is greatly reduced, the office efficiency is improved, and the incidence rate of mistakes caused by manual input is greatly reduced.
Drawings
FIG. 1 is a flow chart of a method for synchronizing data of a natural resource integrated cross-network dynamic form based on RPA;
fig. 2 is a flowchart of the application of the natural resource integrated cross-network dynamic form data synchronization method in a construction system.
Detailed Description
The technical scheme of the invention is further explained below with reference to the attached drawings and examples.
The RPA, namely robot flow automation, is software capable of completing tasks according to specific instructions, can replace human beings to execute a large number of complicated operations in daily office work, can replace or assist business personnel to complete repetitive work in digital equipment such as computers and the like, and can simulate manual operations to perform operations such as copying, pasting, clicking, inputting and the like as long as the rules are designed and used in advance, and assist the business personnel to complete a large number of operations such as relatively fixed rules and relatively high repeatability. Fig. 1 is a flowchart of the RPA-based natural resource integrated cross-network dynamic form data synchronization method of the present invention, and the natural resource integrated cross-network dynamic form data synchronization method specifically includes the following steps:
(1) Generating two RPA robot applications, namely RPA-1 and RPA-2, through configuration information; the configuration information format related in the invention is json file format, which is a lightweight data structure, and can be used for structured data transmission with less bandwidth. The configuration information in the present invention includes: in the natural resource integration, login information of a system corresponding to the RPA-1 and the RPA-2, a data range needing to be operated and flow information needing to be completed are respectively included, the flow information needing to be completed comprises operation details, operation positions and input parameters, the RPA robot is generated through configuration information, flexibility and universality of the RPA robot are improved, and the flow of the RPA robot is modified through timely adjusting the configuration information.
(2) In order to establish a data transmission link between the RPA-1 and the RPA-2, a virtual local area network is established between the RPA-1 and the RPA-2, so that network isolation and security of the corresponding systems of the RPA-1 and the RPA-2 in the natural resource integrated system are ensured, and data transmission of the corresponding systems of the RPA-1 and the RPA-2 can be realized. Specifically, RPA-1 sends an initialization request to RPA-2, and RPA-2 receives the initialization request of RPA-1 and reads information, and returns a request to RPA-1. Wherein sending an initialization request to RPA-2 includes: the IP, MAC address, timestamp, encryption public key of RPA-1; returning the request to RPA-1 includes: the IP, MAC address, timestamp, encryption public key of RPA-2.
(3) The RPA-1 acquires and stores form data from the RPA-1 in a system corresponding to the natural resource integration to a data packet, the data packet is transmitted to the RPA-2 through a constructed virtual local area network, and specifically, the RPA-1 encrypts the form data to be transmitted by using an encryption public key of the RPA-2 and then transmits the form data to the RPA-2.
(4) And the RPA-2 reads the data packet through the virtual local area network, and writes the read form data into a system corresponding to the RPA-2 in the natural resource integration.
The method for synchronizing the form data of the natural resource integrated cross-network segment dynamic form data can automatically solve the problem of asynchronous form data in a plurality of systems by applying the RPA technology to the natural resource integration, simultaneously avoid repeated manual information input, reduce labor cost, improve office efficiency and greatly reduce the incidence of errors caused by manual input.
Examples
As shown in fig. 2, the method for synchronizing the data of the natural resource integrated cross-network dynamic form is applied to a construction system, and specifically comprises the following steps:
(1) The method comprises the steps of compiling RPA-1 robot configuration information, and acquiring approval data of a construction system; the configuration information is in json file format and comprises information such as login credentials of a construction system, operation types (form data acquisition and storage and form data storage paths), data ranges (time spans and data types) required to be acquired and the like;
(2) The method comprises the steps of writing configuration information of the RPA-2 robot, wherein the configuration information is used for reading RPA-1 stored data and writing the data into a natural resource integrated system, and comprises information such as a natural resource integrated login certificate, an operation type (reading and writing form data, reading form data paths) and the like;
(3) Establishing a virtual local area network between the RPA-1 and the RPA-2 by using a private WireSecur protocol, so that the RPA-1 and the RPA-2 can communicate across network segments, and simultaneously ensuring the network isolation and the security of a construction system and a natural resource integrated system;
(4) Setting a timing trigger, transmitting form data to RPA-2 by RPA-1, reading form data by RPA-2 through a virtual local area network, writing the read form data into a natural resource integrated system, and automatically completing a service flow.
The above is only a preferred embodiment of the present invention, and the protection scope of the present invention is not limited to the above examples, and all technical solutions belonging to the concept of the present invention belong to the protection scope of the present invention. It should be noted that modifications and adaptations to the invention without departing from the principles thereof are intended to be within the scope of the invention as set forth in the following claims.
Claims (7)
1. The natural resource integrated cross-network dynamic form data synchronization method based on RPA is characterized by comprising the following steps:
(1) Generating two RPA robot applications, namely RPA-1 and RPA-2, through configuration information;
(2) A virtual local area network is built between RPA-1 and RPA-2,
(3) The RPA-1 acquires and stores form data from the RPA-1 in a system corresponding to natural resource integration to a data packet, and transmits the data packet to the RPA-2 through a constructed virtual local area network;
(4) And the RPA-2 reads the data packet through the virtual local area network, and writes the read form data into a system corresponding to the RPA-2 in the natural resource integration.
2. The RPA-based natural resource integrated cross-network dynamic form data synchronization method according to claim 1, wherein the configuration information is in json file format.
3. The RPA-based natural resource integrated cross-network dynamic form data synchronization method of claim 1, wherein the configuration information comprises: in the natural resource integration, the login information of the system corresponding to the RPA-1 and the RPA-2, the data range needing to be operated and the flow information needing to be completed are respectively carried out.
4. The RPA-based natural resource integrated cross-network dynamic form data synchronization method according to claim 3, wherein the flow information to be completed includes operation details, operation positions and input parameters.
5. The RPA-based natural resource integrated cross-network dynamic form data synchronization method of claim 1, wherein the specific process of step (2) is as follows: RPA-1 sends an initialization request to RPA-2, RPA-2 receives the initialization request of RPA-1 and reads information, and returns a request to RPA-1.
6. The RPA-based natural resource integrated cross-network dynamic form data synchronization method of claim 5, wherein sending an initialization request to RPA-2 comprises: the IP, MAC address, timestamp, encryption public key of RPA-1; returning the request to RPA-1 includes: the IP, MAC address, timestamp, encryption public key of RPA-2.
7. The method for synchronizing the form data of the natural resource integrated cross-network dynamic form based on the RPA as claimed in claim 1, wherein the RPA-1 encrypts the form data to be transmitted by using the encryption public key of the RPA-2 and then transmits the encrypted form data to the RPA-2.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111036127.5A CN113742424B (en) | 2021-09-06 | 2021-09-06 | Natural resource integrated cross-network dynamic form data synchronization method based on RPA |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111036127.5A CN113742424B (en) | 2021-09-06 | 2021-09-06 | Natural resource integrated cross-network dynamic form data synchronization method based on RPA |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113742424A CN113742424A (en) | 2021-12-03 |
CN113742424B true CN113742424B (en) | 2023-11-17 |
Family
ID=78735755
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111036127.5A Active CN113742424B (en) | 2021-09-06 | 2021-09-06 | Natural resource integrated cross-network dynamic form data synchronization method based on RPA |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113742424B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114866531A (en) * | 2022-04-02 | 2022-08-05 | 山东体育学院 | Cross-network data transmission method and system |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108768817A (en) * | 2018-05-22 | 2018-11-06 | 腾讯科技(深圳)有限公司 | A kind of virtualization network constructing system, data packet sending method |
CN109740920A (en) * | 2018-12-29 | 2019-05-10 | 江苏电力信息技术有限公司 | It is called by management and monitoring RPA robot realizes the method that operation flow automates |
CN110972092A (en) * | 2018-09-30 | 2020-04-07 | 华为技术有限公司 | Local area network communication method, device and system |
CN111429083A (en) * | 2020-02-21 | 2020-07-17 | 达而观信息科技(上海)有限公司 | Web front end and system for realizing batch management of RPA robots |
CN111679808A (en) * | 2020-06-09 | 2020-09-18 | 中国建设银行股份有限公司 | RPA robot application requirement evaluation method and device |
CN112926954A (en) * | 2021-04-26 | 2021-06-08 | 南京微雀信息技术有限公司 | Cross-network government affair information exchange system and method based on artificial intelligent robot |
CN112997203A (en) * | 2020-07-09 | 2021-06-18 | 尤帕斯公司 | Robot access control and management for robot process automation |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20150372935A1 (en) * | 2014-06-24 | 2015-12-24 | Telefonaktiebolaget L M Ericsson (Publ) | System and method for migration of active resources |
US10705948B2 (en) * | 2017-10-30 | 2020-07-07 | Bank Of America Corporation | Robotic process automation simulation of environment access for application migration |
US10764290B2 (en) * | 2018-08-23 | 2020-09-01 | Accenture Global Solutions Limited | Governed access to RPA bots |
-
2021
- 2021-09-06 CN CN202111036127.5A patent/CN113742424B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108768817A (en) * | 2018-05-22 | 2018-11-06 | 腾讯科技(深圳)有限公司 | A kind of virtualization network constructing system, data packet sending method |
CN110972092A (en) * | 2018-09-30 | 2020-04-07 | 华为技术有限公司 | Local area network communication method, device and system |
CN109740920A (en) * | 2018-12-29 | 2019-05-10 | 江苏电力信息技术有限公司 | It is called by management and monitoring RPA robot realizes the method that operation flow automates |
CN111429083A (en) * | 2020-02-21 | 2020-07-17 | 达而观信息科技(上海)有限公司 | Web front end and system for realizing batch management of RPA robots |
CN111679808A (en) * | 2020-06-09 | 2020-09-18 | 中国建设银行股份有限公司 | RPA robot application requirement evaluation method and device |
CN112997203A (en) * | 2020-07-09 | 2021-06-18 | 尤帕斯公司 | Robot access control and management for robot process automation |
CN112926954A (en) * | 2021-04-26 | 2021-06-08 | 南京微雀信息技术有限公司 | Cross-network government affair information exchange system and method based on artificial intelligent robot |
Non-Patent Citations (3)
Title |
---|
RPA如何驱动企业管理会计转型升级――基于四家企业案例分析的证据;毛清;管理会计研究;第3卷(第Z1期);83-92 * |
System Design and Development for Robotic Process Automation;Ma Yi-Wei 等;2019 IEEE International Conference on Smart Cloud (SmartCloud);187-189 * |
一种基于服务的虚拟局域网模型;王小英 等;东北大学学报(自然科学版)(第07期);645-648 * |
Also Published As
Publication number | Publication date |
---|---|
CN113742424A (en) | 2021-12-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Felser et al. | Coexistence standardization of operation technology and information technology | |
CN106790420B (en) | A kind of more session channel method for building up and system | |
CN101515896B (en) | Safe socket character layer protocol message forwarding method, device, system and exchange | |
CN103856361A (en) | Method and system for realizing remote debugging | |
CN107273228B (en) | Message transmission method based on star topology architecture | |
CN101867505B (en) | Network simulation method and device | |
CN104113879A (en) | WiFi communication system deployed with cloud ACs (access controllers) and communication method adopting WiFi communication system deployed with cloud ACs | |
CN102209064B (en) | Method of using VRRP to provide backup for access equipment and VRRP gateway equipment | |
CN102143218B (en) | Web access cloud architecture and access method | |
CN102131001A (en) | Remote control system and method of mobile communication terminal | |
CN104811498B (en) | A kind of transformer substation remote monitoring system based on EMS system | |
CN102480420A (en) | Message sending method, message receiving method, device and system | |
CN101588366B (en) | System and method for accessing enterprise information system based on SaaS | |
CN105812502A (en) | OpenFlow-based implementation method for address resolution protocol proxy technology | |
CN104135446A (en) | System and method of implementing transition from IPv4 (Internet Protocol Version4) to IPv6 (Internet Protocol Version6) based on SDN (Software Defined Network) | |
CN113742424B (en) | Natural resource integrated cross-network dynamic form data synchronization method based on RPA | |
JP4324197B2 (en) | Remote IPSEC security relevance management | |
CN1487706B (en) | Method, system and control process for enterprise to communicate timely | |
CN111885174A (en) | Method and system for processing nodes of different network segments | |
CN109922089A (en) | A kind of method for converting protocol and system based on SDK packet | |
Zhang et al. | Architecture and Implementation of Industrial Internet of Things (IIoT) Gateway | |
CN103841139A (en) | Data transmission method, device and system | |
Konradi et al. | Towards an industrial converged network with opc ua pubsub and tsn | |
WO2022042545A1 (en) | Tsn industrial application server, client, system, service method, and storage medium | |
CN107911157B (en) | Universal satellite command automation technology data processing system and method |
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 | ||
CB02 | Change of applicant information |
Address after: 215000 No. 101, Suhong Middle Road, Suzhou Industrial Park, Suzhou City, Jiangsu Province Applicant after: Yuance Information Technology Co.,Ltd. Address before: 215000 No. 101, Suhong Middle Road, Suzhou Industrial Park, Suzhou City, Jiangsu Province Applicant before: SUZHOU INDUSTRIAL PARK SURVEYING MAPPING AND GEOINFORMATION Co.,Ltd. |
|
CB02 | Change of applicant information | ||
GR01 | Patent grant | ||
GR01 | Patent grant |