DSP Local Out

5 minute read Last updated on September 21, 2023

The DSP Local Out node is designed for use with applications/features that have been developed by members of the Dispatcher Phoenix Developer Support Program (DSP). For more information about the DSP, please contact your Konica Minolta representative.

Using the DSP Local Out Node

To open the DSP Local Out node window, add a distribution node for DSP Local Out node and double-click on it.

There are several buttons and fields that appear, including:

  • Enabled - To enable this node in the current workflow, check the box at this field. If you leave the box blank, the workflow ignores the node and documents pass through as if the node was not present. Note that a disabled node does not check for logic or error conditions.

  • Node Name - The node name defaults into this field. This name appears in the workflow under the node icon. Use this field to specify a meaningful name for the node that indicates its use in the workflow.

  • Description - Enter an optional description for this node. A description can help you remember the purpose of the node in the workflow or distinguish nodes from each other. If the description is long, you can hover the mouse over the field to read its entire contents.

  • Metadata - To access the Metadata Browser window, click this button.

  • Help - To access Dispatcher Phoenix Online Help, click this button.

  • Save - To preserve your node definition and exit the window, click this button.

  • Cancel - To exit the window without saving any changes, click this button.

Application Setup

To use this with a DSP-developed local executable, you must configure the node to point to the executable’s location (e.g., an accessible folder). After the desired application is saved in the accessible folder, you can direct the DSP Local Out node to use it. To configure the node, do the following:

  1. Double-click the DSP Local Out node to open it.

  2. Enter the file path to the application. You can also use the Browse button to open a folder browser to find the application.

    • The Authorization button allows you to enter or edit network credentials, if they are necessary to access the folder the application resides in.
  3. Select the Connect button. This will establish a connection between the DSP Local Out node and the application. This will also confirm that the application is properly registered with a valid DSP license key.

    Important! If you have not successfully connected, the workflow cannot be properly validated.

    Note: Any changes made to the Program/Script Path or Network Credentials will require you to select the Connect button to reestablish the connection.

  4. Select whether you would like to Include Metadata when the document is distributed to the local executable. When this checkbox is selected, the node includes all metadata gathered from previous nodes in the workflow. If the box is checked, enter the necessary Argument Prefix in the field provided. These are added to the metadata to help the application distinguish metadata from other data.

  5. Enter any Additional Command-Line Arguments in the field provided. Command-Line Arguments are additional coding commands outside the application, which can alter how the application performs. Any necessary command-line prompts will likely be provided along with the application; otherwise, this field can be left blank. This field is metadata compatible, meaning that you can use the Metadata button to drag and drop metadata gathered earlier in the workflow into this field.

    Notes:

    • When entering a singular argument that includes multiple words, you will need to enter the phrase within quotation marks. For example, if a connected program expects a folder path name and the name includes spaces, the argument would look like: "C:\Program Files\Konica Minolta".

    • The DPS Local Out node can process two types of double-quoted arguments:

      • Double quote (each with a backslash) in a double-quoted argument (i.e. "A \"quote\" within a quote.")
      • Single quote in a double-quoted argument (i.e. "A 'quote' within a quote.")
    • When entering an argument that includes a single quotation mark ( " ), a single quote/apostrophe ( ’ ), or a backslash ( \ ), you will need to enter a backslash ( \ ) before each symbol in order to properly process the argument. For example, if the application were trying to send the name O'Brien, you would need to enter the argument as O\'Brien to include the single quotation mark.

  6. If needed, edit the file path where you would like to keep temporary files using the Temporary Storage Path field. This is a temporary location used to store documents for processing by the designated application. You can change the default location as long as it is a shared folder or common folder path that can be accessed by all users. You can also use the Browse button to open a folder browser to select an appropriate location to store temporary files.

  7. Save and close the node.

Note: The DSP Local Out node will distribute documents whenever possible, according to the specifications of the connected application. In the event that the node or application generates an error during processing, you will need to consult the application logs for specific details about the error.