Questions tagged [connect-direct]

Connect:Direct is an IBM product for file transfer between mainframes and PCs.

21 questions
2
votes
0 answers

Connect direct with splunk

I've have an issue, I have to use data from connect direct, directly to Splunk Enterprise or Syslog-ng, It's possible? Regards.
pablo zack
  • 31
  • 4
1
vote
0 answers

Custom prefix for Connect Direct pnum

Is there a way to specify a custom numerical prefix to the pnum that gets generated by the CD process? For example, if I set a custom prefix of 123 then the first process's pnum would be 1231. This is for CD 6.1 running on RHEL7. I couldn't find any…
1
vote
1 answer

Transferring a inputStream using Connect Direct in java

I am running a java batch job daily which will collect the data of certain details and it builds an inputStream. This stream is to be stored as a gdg in remote mainframe while the host server is UNIX. Previously we used FTP, but as it involves…
gopal sahu
  • 11
  • 2
1
vote
1 answer

Writing Chinese and English characters to Mainframe in single file using Java

We have a requirement where in we need to send data from an IBM i (AS400) system to a Mainframe system. The data is a combination of Chinese and English characters. We are connecting to AS400 using JDBC driver and writing the data using Spring…
1
vote
1 answer

Windows Dos Command File Not Found (connect:direct Process)

I am using Connect:Direct process to run a DOS command to get the list of files available for collection. If the files are available in the collection folder then the file details gets redirected to the output file (dirfile.lst). Then…
0
votes
0 answers

Connect Direct script to "copy" file from source directory to destination directory

I am trying to write a script that takes a file from a specified location and copies it to the destination folder. I currently have have the following with moves the file, but i need it to copy instead: NT_JOB CCD1222 RUN THURSDAY DELAYSUB…
Learn2Code
  • 1,974
  • 5
  • 24
  • 46
0
votes
0 answers

NDM (connect direct) set up clarification

In our organization, we are replacing the FTP with NDM. As a first step, we have installed NDM on 2 of our test windows servers. Can some one please share the steps involved to transfer files from one server to other server using NDM. what is the…
0
votes
0 answers

Read file from .csv and pass the details to another script

could you please help here, i have script which reading file from .csv like file pattern, sources path and destination path, then passing all details to CD script to do the file…
D.D
  • 11
  • 1
0
votes
0 answers

Ansible task error: {"msg": "Destination directory /opt/connectdirect/ndm/cfg/CD.STK does not exist"}

I'm working on modifying ansible task to install IBM connect direct in EC2 instance. However, It's failing at following stage # Add config files - block: - name: Add netmap.cfg template: src: "cfg/netmap.cfg" dest: "{{ install_dir…
0
votes
0 answers

Send multiple files in connect direct ndm parallely

I want to send huge files from Unix to zos node parallely can you help how to open multiple sessions and submit the ndm script any example code will be helpful to me Is parallel transfer possible from Unix(node A) to mainframes (node B)
Hari
  • 1
0
votes
1 answer

Is there a way to check existence of file in MVS before attempting copy to Unix server

A file to be copied from MVS Mainframe to Unix server using Connect Direct. Below is the sample script which works fine. Now before copying the file is there a way to verify the file existence in MVS ? submit FILE_COPY process SNODE=${SENDING_NODE}…
Ganeshja
  • 2,675
  • 12
  • 36
  • 57
0
votes
0 answers

Connect:Direct(NDM) Support in Apache Camel

I have a requirement in my application to send data via FTP, SFTP, Email, MQ and Connect:Direct. I found Apache Camel was a good choice since it supports many protocols out of the box. However, I have checked the apache camel documentation and could…
j.i.t.h.e.s.h
  • 4,128
  • 2
  • 15
  • 7
0
votes
0 answers

connect-direct iseries to mainframe (NDM) setup

I'm setting up Connect:Direct, to exchange files with a mainframe (NDM). When we send a test file (COPYCF) from the mainframe, I can see data coming from the mainframe side in the TCPIP packets (we captured the conversation and looked at the…
JShields
  • 1
  • 1
0
votes
0 answers

Does Solaris 8 Support Connect:Direct Version 3.3.03

A Solaris 5.6 System is being upgraded to Solaris 8. We have Connect:Direct Version 3.3.03 installed. In the link What versions of Connect:Direct are supported on Solaris 9 we found that "Connect:Direct UNIX, Release 3.6.00 is supported on Solaris 8…
Abhilash D K
  • 1,223
  • 1
  • 23
  • 39
0
votes
3 answers

How to send a binary (ebcdic format) file with variable blocks (each record has variable length), from a unix system to a unix mainframe through NDM?

This is my NDM script: #!/bin/bash -x #/cdunix/ndm/bin/ndmcli -x -e 4 << _EOF_ #sub maxdelay=unlimited statemnt process snode=$DEST_NODE export NDMAPICFG=/home/drone/ndmscripts/ndmapi.cfg NDM_FILE=$1 DEST_FILE=`basename…
1
2