Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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 Delivered
Workspace IBM i
Categories IBM i Access Family
Created by Guest
Created on Feb 1, 2021

iACS Java TEmp Folder for command STRPCCMD amendment

Platform: Windows 10 Enterprise x64
Version iACS : 1.1.8.6
Java: JDK 15.0

iACS PC5250 sessions with command STRPCCMD & execute the file transfer request in pre-defined DTFX file extension exception


Use Case:

Case 1:
When user have using the iACS PC5250 session, will use the STRPCCMD to trigger the file copying function from local PCs drives and QDLS folder.

Case 2:
When using iACS to perform STRPCCMD with executing the DFTX file transfer request, the exception prompted no access for Java Home Directory.

Temp solution:
C:\Users\Public\IBM\ClientSolutions\Start_Programs\Windows_x86-64\acslaunch_win-64.exe -Djava.io.tmpdir=C:\Users\Public\IBM\ClientSolutions\Windows_Application

adding the extra parameter "-Djava.io.tmpdir=" after the iACS launch program with specific path.

If this value able to define into the IACS its control file "AcsConfig.properties" to save a lot of efforts.


Idea priority Medium
  • Guest
    Reply
    |
    Apr 16, 2021

    This support is now available in version 1.1.8.7 dated April 2021. Please see our previous update for specific details of what has been provided.

  • Guest
    Reply
    |
    Mar 17, 2021

    In our next update, we will support setting the property com.ibm.iaccess.tmpdir= in the AcsConfig.properties file.

  • Guest
    Reply
    |
    Feb 28, 2021

    Attachment (Use case): Attached the supplementation information including shortcut, simulate the steps to generate the temp files while one the ACS Session Mgr

  • Guest
    Reply
    |
    Feb 26, 2021

    Unfortunately, the previous post was incorrect. Not all properties added to AcsConfig.properties will be updated. Since AcsConfig.properties is processed after the JVM starts, if we added support for allowing java.io.tmpdir to be updated by setting it in AcsConfig.properties, it may not actually help your scenario. Please provide the scenarios you are having issues with and the names of temporary files you see being put in your specified java.io.tmpdir.

  • Guest
    Reply
    |
    Feb 26, 2021

    Any java property that can be specified on the command line using the -D parameter can also be specified in AcsConfig.properties without the -D. Try adding java.io.tmpdir= to AcsConfig.properties. Does this satisfy the request?

  • Guest
    Reply
    |
    Feb 1, 2021

    Attachment (Description): List the every shortcut need to append the java temp directory, else unable to through STRPCCMD to execute DFTX file upload/download request