- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Connect Direct Help Required
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2010 09:33 AM
02-27-2010 09:33 AM
Connect Direct Help Required
I need to send the data to Windows Machine
Issue.- SNODE Path
Step1 Copy From (PNODE DSN="&DSN") -
TO (SNODE DSN="\\test1\test2\&DIR")
COMPRESS
But, issue here is, after successful completion of Connect Direct I'm getting the output as
Successfully completed but the \ is truncated and getting output SNODE as
DSN=\test1test2file.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2010 12:26 PM
02-27-2010 12:26 PM
Re: Connect Direct Help Required
Which data? From what?
You might get better answers sooner if you
explained what "Connect Direct" means to you,
and what connection, if any, any of this has
with HP-UX. (Or find an appropriate forum.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2010 07:25 PM
02-27-2010 07:25 PM
Re: Connect Direct Help Required
http://www.sterlingcommerce.com/products/managed-file-transfer/connect-direct/
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2010 08:45 PM
02-27-2010 08:45 PM
Re: Connect Direct Help Required
> DSN=\test1test2file.txt
I still know nothing, but it looks as if
pairs of "\" characters everywhere might work
better than single "\" characters. UNIX
shells and other programs do tend to treat
"\" as a special (escape) character.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2010 10:12 PM
02-27-2010 10:12 PM
Re: Connect Direct Help Required
The issue here is truncating the '\' character while Connect Direct 'Submit' Process.
I'm trying to send file from Mainframe to Windows machine. There is no issues with the File or Data.
Before Submit process: TO (SNODE DSN="\\test1\test2\&DIR")
After Submit process: TO (SNODE DSN="\test1test2&DIR")
This is the issue and I'm looking for some solution in this. Hope you clear and if still need more explanation, I'll send you.
Step1 Copy From (PNODE DSN="&DSN") -
TO (SNODE DSN="\\test1\test2\&DIR")
COMPRESS
Thanks and Regards,
Amjith P Pillai
IBM India
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2010 10:47 PM
02-27-2010 10:47 PM
Re: Connect Direct Help Required
I've tried with double '\' in the path but still truncating.
before: TO (SNODE DSN="\\test1\\&DIR")
After : TO (SNODE DSN="\\test1file1")
thanks and regards,
amjith p pillai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2010 06:09 AM
02-28-2010 06:09 AM
Re: Connect Direct Help Required
> Windows machine.
So, you're dealing with z/OS and Windows, and
a third-party file-transfer product, and
you're asking about it in an HP-UX forum?
Why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2010 06:36 AM
02-28-2010 06:36 AM
Re: Connect Direct Help Required
First you state.
Before Submit process: TO (SNODE DSN="\\test1\test2\&DIR")
After Submit process: TO (SNODE DSN="\test1test2&DIR")
Then
before: TO (SNODE DSN="\\test1\\&DIR")
After : TO (SNODE DSN="\\test1file1")
as if the the first set of \\ passed.
It cannot be both please clarify.
I suspect the your problem is around the \\&DIR where u have many special chars to deal with
I would GUESS at
(SNODE DSN="\\test1\\test2\\\&DIR")
escaping each back slash and then the &
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2010 02:53 PM
02-28-2010 02:53 PM
Re: Connect Direct Help Required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 06:41 AM
03-01-2010 06:41 AM
Re: Connect Direct Help Required
Before Submit process: TO (SNODE DSN="\\test1\test2\&DIR")
After Submit process: TO (SNODE DSN="\test1test2&DIR")
=========================
I believe what you need (and noted previously) is:
\\test1\\test2\\&DIR
(in other words, you need two "\" wherever you want one in the output)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 08:15 PM
03-01-2010 08:15 PM
Re: Connect Direct Help Required
I've identified the solution and its working for me.......
Proper Append and playing with slashes working ...
&DSN1=\'\ || C: || \\\\ || TEMP || \\\\ ||
GGGGG || \\\\ || PROVALG.TXT || \'\
thanks and regards,
Amjith Pillai