BookmarkSubscribeRSS Feed
vasanth1
Calcite | Level 5

Dear Team,

 

We are facing below  issue frequently while uploading the file. Kindly support to solve this issue.

 

 Error Log:

 

NOTE: 1931963 records were read from the infile

      "Y:\SAS\SBIM\Sandeep\Daily_CA\Jul18\31Jul18\IFACE_EOD31072018.txt".

      The minimum record length was 87.

      The maximum record length was 245.

NOTE: The data set WORK.DAILY_BASE_31JUL18 has 1907216 observations and 24 variables.

NOTE: DATA statement used (Total process time):

      real time           45.89 seconds

      cpu time            5.75 seconds

 

 

441

442  Rsubmit;

NOTE: Remote submit to MYSERV commencing.

7     proc upload data=DAILY_BASE_&day.;run;

SYMBOLGEN:  Macro variable DAY resolves to 31Jul18

 

 

NOTE: Upload in progress from data=WORK.DAILY_BASE_31JUL18 to out=WORK.DAILY_BASE_31JUL18

ERROR: Conversation termination; status=1.

ERROR: Upload function terminated.

NOTE: 11545632 bytes were transferred at 118801 bytes/second.

NOTE: The data set WORK.DAILY_BASE_31JUL18 has 1907216 observations and 24 variables.

ERROR: A link must be established by executing the SIGNON command before you can communicate with

       MYSERV.

ERROR: Remote submit to MYSERV canceled.

NOTE: The link to MYSERV has been terminated. You must SIGNON to reestablish the link.

443

 

1 REPLY 1
Kurt_Bremser
Super User

You have a severe network issue between your local and remote SAS server. ~120 KB/s is a speed that translates to a 1Mbit/s bandwidth. That's almost down to the speed of 56K dial-up modems. On top of that, something causes a connection abort after ~100 seconds.

 

Do a google search for "sas ERROR: Conversation termination; status=1" and see if one of the notes in the SAS knowledge base applies to your situation.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 937 views
  • 0 likes
  • 2 in conversation