Troubleshooting, Sample bulk load data – HP NonStop G-Series User Manual
Page 38
access
in
out
inout
noaccess
count
Maximum number of occurrences (default is 1). The value for unlimited
occurrences is 0. Used only by the Repository Editor to format test screens.
Troubleshooting
If you encounter any problems using the bulk loader utility, see the following table. For a complete list of bulk
loader utility error messages and solutions, see
If . . .
Then . . .
the data file is not found
check to ensure that the path is correct
the keyword is invalid
check to ensure that the keyword is valid for the package, service, or parameter
the value of the keyword is null type a value for the keyword
the value is invalid
check to ensure that the value of a parameter is within the allocated range
the data type is invalid
check to ensure that the parameter is using a valid data type
Sample Bulk Load Data
shows a sample data file in the correct format. This example loads TRANSFER and PAYROLL
service definitions to the BULKPKG.
Example 4-2. Sample Bulk Load Data
service=TRANSFER
export=true
inbuf=FML
outbuf=FML
param=ACCOUNT_ID
type=integer
access=in
count=2
param=SAMOUNT
type=string
access=in
param=SBALANCE
type=string
access=out
count=2
param=STATLIN
type=string
access=out