Replies: 8 comments 13 replies
-
Hi @rsjrny Zowe Explorer upgraded to 2.6.2 on March 8, roughly at the same time as Z Open Editor upgraded to 3.1.0 on March 10. It seems to me that Z Open Editor uses the functions of Zowe Explorer for file transfers. From the error message on the CopyToPds DBB function, I understand that zAppbuild is trying to copy a UTF-8 (IBM-1208) encoded file to a PDS. Have you analyzed the code transferred by ZOE by viewing the file directly from z/OS (3.17) or from an SSH session on USS run the |
Beta Was this translation helpful? Give feedback.
-
downgraded to zowe explorer 2.6.2 and have the same issue |
Beta Was this translation helpful? Give feedback.
-
I suggest to create an issue from this discussion. |
Beta Was this translation helpful? Give feedback.
-
During my own tests with the IBM User Build function, I saw the commands passed by ZOE and in particular the transfer of the file to build:
Do you have the same? Have you checked your ssh profile at zowe.config.json? |
Beta Was this translation helpful? Give feedback.
-
I will turn this into an issue, thanks. One other item I just now saw is log downs are seeing 0 logs but the log directory has quite a few logs 2023-03-11T16:13:22.358Z: Looking for user build logs in "/u/XXXXX/dbbuild/xxxv010/logs". Pathname . : /u/XXXXX/dbbuild/xxxxv010
|
Beta Was this translation helpful? Give feedback.
-
@rsjrny you can specify the target encoding for different file types by file extension or name pattern using a .gitattributes files: https://www.ibm.com/docs/en/cloud-paks/z-modernization-stack/2022.4?topic=code-setting-up-user-build. We chose .gitattributes as we assumes that users with git would have such files already. At the moment we will take the .gitattributes file from the workspace's top-level directory. |
Beta Was this translation helpful? Give feedback.
-
@rsjrny are you saying that you do have that .gitattributes file in your workspace and the files still get uploaded as utf-8? |
Beta Was this translation helpful? Give feedback.
-
We added the ability to utilize the |
Beta Was this translation helpful? Give feedback.
-
since the extension update 3.1.0 on 3/10/23 I have started receiving an encoding issue with CopyToPDS in groovy. If I initiate the same user build directly from USS the CopyToPDS works fine. I assume it has something to do with the transfer from windows to USS.
I am at a loss as to where to start looking for a possible setting change. any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions