☑ This topic is solved.
Need further help from the community? Please
sign in and ask a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 01-21-2025 04:53 AM
(611 views)
Hi all,
I am working in SAS Viya, and am exporting 8 datasets from python to SAS in proc python. The export works fine with just 7 datasets, however when I go to export the 8th this error is raised:
Socket connection failed during data transfer. Check the LOG for issues.
>>>
Does anyone know the cause of this issue and how I can resolve it?
Thanks in advance.
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Turns out it didn't like the dataset name - it was too long to be output and therefore it timed out.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Does the log provide any additional information?
Check out my Jedi SAS Tricks for SAS Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Turns out it didn't like the dataset name - it was too long to be output and therefore it timed out.