Skip to Main Content
IBM Sterling


This portal is to open public enhancement requests for IBM Sterling products and services. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Needs more information
Categories Usability
Created by Guest
Created on Oct 9, 2024

Allow process name in a cdp script to be an IFA variable on Windows.

We use Integrated File agent to automate CDP submissions to Connect Direct. And Webservices is used to administer IFA. Since the IFA service is used by multiple business teams we have a CDP process that has a variable for the process name somthing like this.

&PNAME PROCESS SNODE=&SNODE

And this variable PNAME is declared in an IFA rule.

This works very well on UNIX and we are able to tag a unique process for each consumer which helps in quick identification of a process during incidents.

The same does not work on Windows.

As a part of this, we request two things.

  1. Allow a variable for the process name in Windows.

  2. Allow process name variables to pass validation tests in Web Services.

Thank You.

What is your industry? Healthcare
How will this idea be used?

Assigning unique process names to different users of the IFA service helps in quick identification during troubleshooting. Also having a static value for process name for the 100s of processes submitted does not help in segregating the processes and attaching it to the respective users. makes the support part clumsy.

  • Admin
    James Joseph
    Reply
    |
    Nov 29, 2024

    Thank you Sandeep for taking the time to provide your ideas to IBM. After internally exploring the RFE and considering the boarder market needs we would like to consider the below,

    The Connect:Direct process language does not support using a symbolic variable for the process name. The example provided in the RFE is not expected to work: &PNAME PROCESS SNODE=CDNODE1

    The designed way to overwrite the process name at submit time is through specifying the NEWNAME parameter on the SUBMIT PROCESS command. For example: SUBMIT FILE=MyProc1.cdp NEWNAME=MYPROC2;

    Currently, this functionality cannot be configured in Integrated File Agent / Connect:Direct Webservices. To implement the requested functionality, both components would require code updates to let the user configure a process name overwrite at rule level.


    please do not hesitate to reply to this message to continue the conversation. Appreciate your patience.


    1 reply
  • Admin
    James Joseph
    Reply
    |
    Nov 1, 2024

    Thank you for taking the time to share your ideas to IBM. We truly value our relationship with you and appreciate your efforts and willingness to share details about your experience, your recommendations, and ideas. We will soon review the same in the coming weeks and shall get back with a response.

    Thanks,

    James

  • Guest
    Reply
    |
    Oct 31, 2024

    Please implement this update ASAP. The functionality is available on Linux and should also be available on Windows!