CN111651197B - Automatic warehouse moving method and device - Google Patents

Automatic warehouse moving method and device Download PDF

Info

Publication number
CN111651197B
CN111651197B CN202010618826.XA CN202010618826A CN111651197B CN 111651197 B CN111651197 B CN 111651197B CN 202010618826 A CN202010618826 A CN 202010618826A CN 111651197 B CN111651197 B CN 111651197B
Authority
CN
China
Prior art keywords
library
host
version
script
file list
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
CN202010618826.XA
Other languages
Chinese (zh)
Other versions
CN111651197A (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010618826.XA priority Critical patent/CN111651197B/en
Publication of CN111651197A publication Critical patent/CN111651197A/en
Application granted granted Critical
Publication of CN111651197B publication Critical patent/CN111651197B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • G06F9/548Object oriented; Remote method invocation [RMI]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides an automatic warehouse moving method and device, wherein the method comprises the following steps: connecting a mail server to obtain a library file list; according to the library file list, remote calling a practical report of the small machine by using a Java program to extract language scripts; according to the practical report of the small machine, extracting language scripts, executing the small machine operation control language on the small machine, and remotely calling the operation control language of the host machine; according to the operation control language of the host, a host library moving script is called up on the host; and running a host computer library carrying script according to the library carrying file list, carrying out library carrying operation on the host computer, obtaining an execution result and feeding back to the front end. According to the invention, the operation is directly initiated from the open platform, the small-sized machine associated host is called through the Java program, and finally, the host library moving script is called, so that the library moving action is completed, the execution result is obtained, the whole library moving process does not need manual intervention, the library moving efficiency and accuracy are greatly improved, and the manual labor force is liberated.

Description

Automatic warehouse moving method and device
Technical Field
The invention relates to the technical field of computer data processing, in particular to an automatic warehouse moving method and device.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
The library moving means that under the host environment, a prefix (ALIAS) of a version is copied to another prefix, namely, the version is copied from one directory to another directory, the scenario of the library moving application is that a developer places a developed version (generally, a disposable temporary version) under a development directory (for example, ESSDV1.ISS. SOURCE. T0001), and submits the version to a version manager, the version manager issues an instruction, and the version is moved from the development directory to a to-be-produced directory (for example, ESSPRD. ISS. SOURCE. T0001), so that the development library and the to-be-produced library are separated, and the ESSDV1 and the ESSPRD are different prefixes (ALIAS) and can be different folders.
After receiving the temporary version of the developer, the version manager informs the library-carrying personnel to carry out library carrying; the operations required by the warehouse removal personnel are as follows: 1. opening a communication terminal (PCOM) of a host, logging in the host through a time sharing Terminal (TSO), 3, copying a temporary version source code to a target library, 4, checking an execution result, 5, copying a temporary version execution code to the target library, 6, checking the execution result, 7, exiting the time sharing Terminal (TSO), and 8, and feeding back the execution result. If there are multiple versions in succession, the above steps need to be repeated multiple times.
When the version manager sends a library carrying notification, the library carrying manager firstly depends on whether the library carrying personnel can operate in time, and when the library carrying personnel operate, the host platform needs to be logged in to copy a plurality of files, and the result needs to be checked manually. Especially when a plurality of versions are continuously moved, the operation is required to be repeated for a plurality of times, the operation is complex, the error is easy to occur, and the real-time performance is not ensured.
Therefore, how to provide a new solution to the above technical problem is a technical problem to be solved in the art.
Disclosure of Invention
The embodiment of the invention provides an automatic warehouse moving method, which realizes automatic warehouse moving, and comprises the following steps:
connecting a mail server to obtain a library file list;
according to the library file list, remote calling a practical report of the small machine by using a Java program to extract language scripts;
according to the practical report of the small machine, extracting language scripts, executing the small machine operation control language on the small machine, and remotely calling the operation control language of the host machine;
according to the operation control language of the host, a host library moving script is called up on the host;
and running a host computer library carrying script according to the library carrying file list, carrying out library carrying operation on the host computer, obtaining an execution result and feeding back to the front end.
The embodiment of the invention also provides an automatic warehouse removing device, which comprises:
the database file list acquisition module is used for connecting the mail server and acquiring a database file list;
the practical report form extraction language script calling module is used for remotely calling the practical report form extraction language script of the small-sized machine by utilizing a Java program according to the library file list;
the operation control language calling module is used for extracting language scripts according to the practical report of the small machine, executing the small machine operation control language on the small machine and remotely calling the operation control language of the host machine;
the host library moving script calling module is used for calling the host library moving script on the host according to the operation control language of the host;
and the library moving operation module is used for running a host library moving script according to the library moving file list, carrying out library moving operation on the host, acquiring an execution result and feeding back to the front end.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the automatic library moving method is realized when the processor executes the computer program.
The embodiment of the invention also provides a computer readable storage medium, which stores a computer program for executing the automatic library moving method.
The automatic library moving method and the automatic library moving device provided by the embodiment of the invention automatically acquire a library moving file list by connecting a mail server, and then remotely call up a practical report form extraction language script of the small machine by using a Java program so as to realize execution of a small machine operation control language on the small machine and remote call up of an operation control language of a host machine; then, according to the operation control language of the host, the host library moving script is called up on the host; and finally, running a host library carrying script according to the library carrying file list, carrying out library carrying operation on the host, obtaining an execution result and feeding back to the front end. According to the embodiment of the invention, the operation is directly initiated from the open platform, the small-sized machine association host is called through the Java program, the host library moving script is finally called, the library moving action is completed, the execution result is obtained, the whole library moving process does not need manual intervention, the library moving efficiency and accuracy are greatly improved, and the manual labor force is liberated.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art. In the drawings:
FIG. 1 is a schematic diagram of an automatic warehouse moving method according to an embodiment of the present invention.
FIG. 2 is a flowchart of a practical report language script for a small-sized machine for automatic library moving method according to an embodiment of the present invention.
FIG. 3 is a flowchart of an automatic warehouse-handling method according to an embodiment of the present invention.
FIG. 4 is a schematic diagram of a computer device for performing an automatic library handling method embodying the present invention.
Fig. 5 is a schematic diagram of an automatic warehouse-moving device according to an embodiment of the invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention will be described in further detail with reference to the accompanying drawings. The exemplary embodiments of the present invention and their descriptions herein are for the purpose of explaining the present invention, but are not to be construed as limiting the invention.
The terms involved in the embodiments of the present invention will now be explained, but are not to be construed as limiting the embodiments of the present invention, and when corresponding changes are made in the art, those skilled in the art should understand that the changes are also included in the protection scope of the embodiments of the present invention at the same time:
AIX: advanced Interactive eXecutive, a small computer operating system developed for IBM (international business machines corporation), a portion of the script of an embodiment of the present invention is run on AIX.
ZOS: z-serial Operating System, a host, is a mainframe operating system developed by IBM (International Business machines corporation), and the warehouse removal operation implemented by the embodiment of the invention runs on the host.
PERL: practical Extraction and Report Language the utility report extraction language script, which is an interpreted scripting language, can run on a small computer (AIX).
BCL: the job control language of the small machine is a job control language running on the small machine (AIX), and the Job Control Language (JCL) on the host can be called up through a practical report extraction language script (PERL).
JCL: job Control Language, the job control language of the host, a control language running on the host ZOS, can interact with each component of the host to realize the setting function; in the embodiment of the invention, the library moving operation is realized by calling REXX.
REXX: REstructured eXtended eXecutor, a host library moving script can finish a plurality of set complex operations on a host; in the embodiment of the invention, the method is used for realizing warehouse carrying operation.
Fig. 1 is a schematic diagram of an automatic warehouse moving method according to an embodiment of the present invention, and as shown in fig. 1, the embodiment of the present invention provides an automatic warehouse moving method, which implements automatic warehouse moving, and the method includes:
step 101: connecting a mail server to obtain a library file list;
step 102: according to the library file list, remote calling a practical report of the small machine by using a Java program to extract language scripts;
step 103: according to the practical report of the small machine, extracting language scripts, executing the small machine operation control language on the small machine, and remotely calling the operation control language of the host machine;
step 104: according to the operation control language of the host, a host library moving script is called up on the host;
step 105: and running a host computer library carrying script according to the library carrying file list, carrying out library carrying operation on the host computer, obtaining an execution result and feeding back to the front end.
An automatic warehouse moving method embodying the embodiment of the invention can comprise the following steps:
connecting a mail server to obtain a library file list;
according to the library file list, remote calling a practical report of the small machine by using a Java program to extract a language script PERL;
according to the practical report of the small machine, extracting a language script PERL, executing a small machine operation control language BCL on the small machine AIX, and remotely calling an operation control language JCL of the host;
according to the job control language JCL of the host, a host library moving script REXX is called up on the host ZOS;
and running a host library removing script REXX according to the library removing file list, carrying out library removing operation on a host ZOS, obtaining an execution result and feeding back to the front end.
When the automatic library moving method provided by the embodiment of the invention is implemented, in one embodiment, the connecting the mail server to obtain a library moving file list includes:
and calling an interface opened by a mail server main node by locally running Java service, accessing the mail server at regular time, screening mails according to a set library file format, and obtaining a library file list.
In the embodiment, the implementation of the process of acquiring the library file list through the mail server depends on the notification mode, such as what library release mode is used, what mail server is used, etc., and the main purpose is to automatically acquire the library file list notification through the JAVA long-hanging application service, so that the problem of untimely operation of library personnel is avoided. For example, mail notification is sent through NOTE, a NOTES mail server main node (DOMAIN) open interface can be called through a local running JAVA service, mail server contents are accessed regularly, mails are screened according to a set mail carrying file format, and if the mail carrying file notification is screened and read, a mail carrying file list is obtained for carrying out the next operation. If other mail servers are used, an access method and a call interface adapted to the mail server may be used, which will not be described herein.
Fig. 2 is a flowchart of a practical report language extracting script of a small-sized machine for calling up an automatic library moving method according to an embodiment of the present invention, and as shown in fig. 2, when the automatic library moving method according to the embodiment of the present invention is implemented, in one embodiment, the foregoing practical report language extracting script of the small-sized machine is remotely called up by using Java programs according to a library moving file list, including:
step 201: activating Java programs according to the library file list;
step 202: and remotely logging in the small computer through a secure shell protocol by utilizing a Java program, and calling up a practical report form extraction language script on the small computer.
In the embodiment, after receiving the library file list, the Java program is activated by using the library file list, the Java program remotely logs in the small computer AIX through the secure shell protocol SSH, and the written practical report extraction language script PERL is called and executed on the small computer AIX, and table 1 exemplarily shows part of codes of the practical report extraction language script PERL adopted in the embodiment.
TABLE 1
Figure BDA0002564503490000051
In an embodiment, the foregoing method for extracting language script from a practical report of a root mini-machine, executing a mini-machine job control language on the mini-machine, and remotely invoking a job control language of a host machine may include: and extracting a language script PERL according to the called practical report of the small computer by means of automatic construction and calling process, executing a small computer operation control language BCL on the small computer AIX by remote calling rccbuild, and remotely calling an operation control language JCL of the host computer. Table 2 exemplarily shows part of the code for executing the mini-job control language BCL.
TABLE 2
Figure BDA0002564503490000061
After the job control language JCL of the host is remotely called, the host library transfer script REXX is called up on the host ZOS by using JCL. Table 3 illustrates part of the code that invokes the host library transfer script REXX.
TABLE 3 Table 3
Figure BDA0002564503490000062
Fig. 3 is a flowchart of a library handling operation of an automatic library handling method according to an embodiment of the present invention, and as shown in fig. 3, when the automatic library handling method according to the embodiment of the present invention is implemented, in an embodiment, the foregoing running a host library handling script according to a library handling file list, performing a library handling operation on a host, obtaining an execution result, and feeding back the execution result to a front end, includes:
step 301: the host computer library moving script checks whether the version file and the target file exist or not by interacting with the host computer interactive system production equipment according to the library moving file list;
step 302: if the version file and the target file are checked to exist, the splice host operation control language executes the version source code copying action, and a version source code copying execution result is obtained through interaction with a system display and query function;
step 303: the splice host operation control language executes version execution code copying action, and a version execution code copying execution result is obtained through interaction with a system display and query function;
step 304: and obtaining the version source code copy execution result and the version execution code copy execution result of the host through remote call, and feeding back the version source code copy execution result and the version execution code copy execution result to the front end.
In the embodiment, the host database moving script checks whether the version file and the target file exist or not by interacting with the host interactive system production equipment ISPF according to the database moving file list; table 4 exemplarily shows part of the code of the process of checking whether the version file and the target file exist.
TABLE 4 Table 4
Figure BDA0002564503490000071
When the checked version file and the target file exist, the splice host operation control language JCL executes the version source code copying action, and a version source code copying execution result is obtained through interaction with a system display and query function SDSF; table 5 illustrates some code for obtaining the execution result of the version source code copy.
TABLE 5
Figure BDA0002564503490000081
Next, splicing the execution of version execution code copy action by the host operation control language, and obtaining the version execution code copy execution result through interaction with the system display and query function; the program code for obtaining the execution result of the version execution code copy is basically the same as the source code copy execution result code of the version shown in table 5, and only part of parameters are modified, which is not described herein.
After the version source code copy execution result and the version execution code copy execution result are obtained, the version source code copy execution result and the version execution code copy execution result of the host are obtained through remote calling rccbuild, and the version source code copy execution result and the version execution code copy execution result are fed back to the front end. The front end sends the version source code copy execution result and the version execution code copy execution result to a version manager through a NOTES API mail notice or other modes through a Java processing program.
Fig. 4 is a schematic diagram of a computer device for executing an automatic library moving method according to the embodiment of the present invention, and as shown in fig. 4, an embodiment of the present invention further provides a computer device, including a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where the processor implements the above-mentioned automatic library moving method when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium which stores a computer program for executing the automatic library moving method.
The embodiment of the invention also provides an automatic warehouse moving device, which is described in the following embodiment. Because the principle of the device for solving the problems is similar to that of an automatic warehouse moving method, the implementation of the device can refer to the implementation of the automatic warehouse moving method, and the repeated parts are not repeated.
Fig. 5 is a schematic diagram of an automatic warehouse removing device according to an embodiment of the present invention, and as shown in fig. 5, an embodiment of the present invention further provides an automatic warehouse removing device, including:
a library file list acquisition module 501 for connecting to a mail server to acquire a library file list;
a practical report extracting language script calling module 502, configured to remotely call up a practical report extracting language script of the small-sized computer by using a Java program according to the library file list;
a job control language calling module 503, configured to extract a language script according to a practical report of the small computer, execute the small computer job control language on the small computer, and remotely call up the job control language of the host;
a host library transfer script call module 504, configured to call up a host library transfer script on the host according to an operation control language of the host;
the library operation module 505 is configured to run a host library script according to the library file list, perform library operation on the host, obtain an execution result, and feed back the execution result to the front end.
When the automatic library moving device provided by the embodiment of the invention is implemented, in one embodiment, the library moving file list obtaining module is specifically configured to:
and calling an interface opened by a mail server main node by locally running Java service, accessing the mail server at regular time, screening mails according to a set library file format, and obtaining a library file list.
When the automatic library moving device provided by the embodiment of the invention is implemented, in one embodiment, the above-mentioned practical report form extracting language script adjusting module is specifically used for:
activating Java programs according to the library file list;
and remotely logging in the small computer through a secure shell protocol by utilizing a Java program, and calling up a practical report form extraction language script on the small computer.
When the automatic warehouse removing device provided by the embodiment of the invention is implemented, in one embodiment, the warehouse removing operation module is specifically used for:
the host computer library moving script checks whether the version file and the target file exist or not by interacting with the host computer interactive system production equipment according to the library moving file list;
if the version file and the target file are checked to exist, the splice host operation control language executes the version source code copying action, and a version source code copying execution result is obtained through interaction with a system display and query function;
the splice host operation control language executes version execution code copying action, and a version execution code copying execution result is obtained through interaction with a system display and query function;
and obtaining the version source code copy execution result and the version execution code copy execution result of the host through remote call, and feeding back the version source code copy execution result and the version execution code copy execution result to the front end.
In summary, the automatic library moving method and device provided by the embodiment of the invention automatically acquire a library moving file list by connecting with a mail server, and remotely call up a practical report form extraction language script of the small machine by using a Java program so as to realize execution of a small machine operation control language on the small machine and remote call up of an operation control language of a host machine; then, according to the operation control language of the host, the host library moving script is called up on the host; and finally, running a host library carrying script according to the library carrying file list, carrying out library carrying operation on the host, obtaining an execution result and feeding back to the front end. According to the embodiment of the invention, the operation is directly initiated from the open platform, the small-sized machine association host is called through the Java program, the host library moving script is finally called, the library moving action is completed, the execution result is obtained, the whole library moving process does not need manual intervention, the library moving efficiency and accuracy are greatly improved, and the manual labor force is liberated. The invention realizes operation automation to each module of the existing process, and then integrates each module uniformly to realize cross-platform full-process automation. The method is most important to the invention, and the integration of cross-platform multi-module flow automation is carried out in order to meet the application scene. Because of the well-established solutions in the prior art for the automated operation of individual modules, how to effectively and efficiently utilize and combine them to achieve the target functions is a key point of the present invention.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The foregoing description of the embodiments has been provided for the purpose of illustrating the general principles of the invention, and is not meant to limit the scope of the invention, but to limit the invention to the particular embodiments, and any modifications, equivalents, improvements, etc. that fall within the spirit and principles of the invention are intended to be included within the scope of the invention.

Claims (10)

1. An automatic warehouse moving method, comprising:
connecting a mail server to obtain a library file list;
according to the library file list, remote calling a practical report of the small machine by using a Java program to extract language scripts;
according to the practical report of the small machine, extracting language scripts, executing the small machine operation control language on the small machine, and remotely calling the operation control language of the host machine;
according to the operation control language of the host, a host library moving script is called up on the host;
and running a host computer library carrying script according to the library carrying file list, carrying out library carrying operation on the host computer, obtaining an execution result and feeding back to the front end.
2. The method of claim 1, wherein connecting to a mail server to obtain a library file list comprises:
and calling an interface opened by a mail server main node by locally running Java service, accessing the mail server at regular time, screening mails according to a set library file format, and obtaining a library file list.
3. The method of claim 1, wherein remotely invoking the utility report extraction language script of the mini-machine using the Java program based on the library file list comprises:
activating Java programs according to the library file list;
and remotely logging in the small computer through a secure shell protocol by utilizing a Java program, and calling up a practical report form extraction language script on the small computer.
4. The method of claim 1, wherein running a host library script according to the library file list, performing a library operation on the host, obtaining an execution result, and feeding back to the front end, comprises:
the host computer library moving script checks whether the version file and the target file exist or not by interacting with the host computer interactive system production equipment according to the library moving file list;
if the version file and the target file are checked to exist, the splice host operation control language executes the version source code copying action, and a version source code copying execution result is obtained through interaction with a system display and query function;
the splice host operation control language executes version execution code copying action, and a version execution code copying execution result is obtained through interaction with a system display and query function;
and obtaining the version source code copy execution result and the version execution code copy execution result of the host through remote call, and feeding back the version source code copy execution result and the version execution code copy execution result to the front end.
5. An automatic warehouse moving device, comprising:
the database file list acquisition module is used for connecting the mail server and acquiring a database file list;
the practical report form extraction language script calling module is used for remotely calling the practical report form extraction language script of the small-sized machine by utilizing a Java program according to the library file list;
the operation control language calling module is used for extracting language scripts according to the practical report of the small machine, executing the small machine operation control language on the small machine and remotely calling the operation control language of the host machine;
the host library moving script calling module is used for calling the host library moving script on the host according to the operation control language of the host;
and the library moving operation module is used for running a host library moving script according to the library moving file list, carrying out library moving operation on the host, acquiring an execution result and feeding back to the front end.
6. The apparatus of claim 5, wherein the library file list acquisition module is specifically configured to:
and calling an interface opened by a mail server main node by locally running Java service, accessing the mail server at regular time, screening mails according to a set library file format, and obtaining a library file list.
7. The apparatus of claim 5, wherein the utility report extraction language script call module is configured to:
activating Java programs according to the library file list;
and remotely logging in the small computer through a secure shell protocol SSH by utilizing a Java program, and uploading a practical report form extraction language script on the small computer.
8. The apparatus of claim 5, wherein the warehouse handling module is configured to:
the host computer library moving script checks whether the version file and the target file exist or not by interacting with the host computer interactive system production equipment according to the library moving file list;
if the version file and the target file are checked to exist, the splice host operation control language executes the version source code copying action, and a version source code copying execution result is obtained through interaction with a system display and query function;
the splice host operation control language executes version execution code copying action, and a version execution code copying execution result is obtained through interaction with a system display and query function;
and obtaining the version source code copy execution result and the version execution code copy execution result of the host through remote call, and feeding back the version source code copy execution result and the version execution code copy execution result to the front end.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 4 when executing the computer program.
10. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program for executing the method of any one of claims 1 to 4.
CN202010618826.XA 2020-07-01 2020-07-01 Automatic warehouse moving method and device Active CN111651197B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010618826.XA CN111651197B (en) 2020-07-01 2020-07-01 Automatic warehouse moving method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010618826.XA CN111651197B (en) 2020-07-01 2020-07-01 Automatic warehouse moving method and device

Publications (2)

Publication Number Publication Date
CN111651197A CN111651197A (en) 2020-09-11
CN111651197B true CN111651197B (en) 2023-04-28

Family

ID=72347801

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010618826.XA Active CN111651197B (en) 2020-07-01 2020-07-01 Automatic warehouse moving method and device

Country Status (1)

Country Link
CN (1) CN111651197B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1955922A (en) * 2005-10-27 2007-05-02 国际商业机器公司 Method and system for dynamic providing local base and relativity thereof
CN101021788A (en) * 2007-03-28 2007-08-22 成都金山互动娱乐科技有限公司 Edition management mode in network game development
US7287218B1 (en) * 2000-10-25 2007-10-23 Bea Systems, Inc. Dynamic publication of information from a database
CN101635640A (en) * 2009-09-04 2010-01-27 江苏天智互联科技有限公司 Method for automatically releasing terminal program version of WEB network station system server
CN102053836A (en) * 2010-12-31 2011-05-11 广东欧珀电子工业有限公司 Implementation method of version management tool for Android application development
CN102662655A (en) * 2012-03-12 2012-09-12 中兴通讯股份有限公司 Building system and method for version
CN104077217A (en) * 2013-03-28 2014-10-01 腾讯科技(深圳)有限公司 Method and system for compiling and issuing code file
CN107967147A (en) * 2017-11-17 2018-04-27 中国银行股份有限公司 Program version label management method, device, storage medium and equipment
CN110515864A (en) * 2019-08-14 2019-11-29 中国建设银行股份有限公司 Submit the method and device of operation automatically to mainframe based on O&M terminal

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7287218B1 (en) * 2000-10-25 2007-10-23 Bea Systems, Inc. Dynamic publication of information from a database
CN1955922A (en) * 2005-10-27 2007-05-02 国际商业机器公司 Method and system for dynamic providing local base and relativity thereof
CN101021788A (en) * 2007-03-28 2007-08-22 成都金山互动娱乐科技有限公司 Edition management mode in network game development
CN101635640A (en) * 2009-09-04 2010-01-27 江苏天智互联科技有限公司 Method for automatically releasing terminal program version of WEB network station system server
CN102053836A (en) * 2010-12-31 2011-05-11 广东欧珀电子工业有限公司 Implementation method of version management tool for Android application development
CN102662655A (en) * 2012-03-12 2012-09-12 中兴通讯股份有限公司 Building system and method for version
CN104077217A (en) * 2013-03-28 2014-10-01 腾讯科技(深圳)有限公司 Method and system for compiling and issuing code file
CN107967147A (en) * 2017-11-17 2018-04-27 中国银行股份有限公司 Program version label management method, device, storage medium and equipment
CN110515864A (en) * 2019-08-14 2019-11-29 中国建设银行股份有限公司 Submit the method and device of operation automatically to mainframe based on O&M terminal

Also Published As

Publication number Publication date
CN111651197A (en) 2020-09-11

Similar Documents

Publication Publication Date Title
US9892122B2 (en) Method and apparatus for determining a range of files to be migrated
US10146630B1 (en) Block changes framework for delta file incremental backup
US20050114854A1 (en) System and method for dynamic cooperative distributed execution of computer tasks without a centralized controller
CN110225078B (en) Application service updating method, system and terminal equipment
CN109298868B (en) Intelligent dynamic deployment and uninstallation method for mapping image data processing software
CN111324610A (en) Data synchronization method and device
US10095699B2 (en) Computer-readable recording medium, execution control method, and information processing apparatus
CN107807815B (en) Method and device for processing tasks in distributed mode
CN110019138B (en) Automatic transfer table space migration method and system based on Zabbix
CN110297771A (en) Distributed test method and device for the warehouse receipt page
CN102193841B (en) Backup method and device of Subversion configuration database
CN112953983A (en) SFTP transmission method and device
US20230259358A1 (en) Documentation enforcement during compilation
CN109977168A (en) The method for synchronizing data of database and equipment preloaded based on data page
US10318385B2 (en) Service recovery using snapshots and interservice messages
CN110494849B (en) System and method for determining success of cross-platform application migration
CN111651197B (en) Automatic warehouse moving method and device
CN111124370A (en) Data processing method and related equipment
CN110795764A (en) Data desensitization method and system
CN116069859A (en) Incremental data synchronization method of database, storage medium and computer equipment
CN107015787B (en) Method and device for designing interactive application framework
CN114936152A (en) Application testing method and device
CN111897794A (en) Database maintenance method and device, electronic equipment and storage medium
CN111970329A (en) Method, system, equipment and medium for deploying cluster service
CN104809033A (en) Backup method and system

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
GR01 Patent grant
GR01 Patent grant