Initializing help system before first use

dmpinitdatapipelines

Purpose
Initialize a dmpresource to access the FICO Data Pipelines service.
Synopsis
procedure dmpinitdatapipelines(res:dmpresource)
Argument
res 
The dmpresource value to initialize.
Example
declarations
  res: dmpresource
end-declarations
dmpinitdatapipelines(res)
if res.status<>DMP_OK then
  writeln('ERROR: ',res.lasterror)
end-if
Further information
1. You should check the status attribute of the dmpresource after calling this procedure.
2. Solutions do not contain a Data Pipelines service by default and this procedure will not create one if it does not already exist. Please consult the FICO Data Pipelines documentation for instructions on adding a Data Pipelines service instance to your solution.
3. HTTP requests using this dmpresource will be relative to the root of the Data Pipelines service provider. The ID of the service instance, which typically needs to be invluded in the path of any webservice requests, can be read from the resource's id attribute.
4. It is not possible to use this function to locate the Data Pipelines service from Insight 5.

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.