BookmarkSubscribeRSS Feed
ParitoshACN
Calcite | Level 5

While execution of importEGprojects utility, I am getting following issue.

2024/06/13 08:13:18.330958 cli.go:54: Executing: C:\sasviya\win-cli\sas-viya.exe transfer --quiet upload --file C:\EGP\test_egp.egp
2024/06/13 08:13:18.841610 main.go:723: The project was uploaded successfully with the ID: 046a6c8f-813b-4a76-82ee-3ff793f09430
2024/06/13 08:13:18.843891 cli.go:54: Executing: C:\sasviya\win-cli\sas-viya.exe transfer --quiet import --id 046a6c8f-813b-4a76-82ee-3ff793f09430 --f :SKIP_VALIDATION:/Public/Users/Test/C_Drive/EGP
2024/06/13 08:13:28.714521 main.go:738: The project failed to import

There is no any other error message in the log.

Any suggestion?

 

2 REPLIES 2
Aziz2
Fluorite | Level 6

Hello @ParitoshACN ,

I have the same problem. Can you tell me how you fixed it please?

Thank you very much !

jaholm
SAS Employee

Revisiting this with a bit more detail to help clarify next steps. As you have discovered, SAS Import Enterprise Guide Projects does not capture detailed error messages in the logs beyond what you have seen. As a result, pinpointing the reason your SAS Enterprise Guide Project failed to import is limited.

 

I suggest one of the two following methods to obtain more detailed information.

 

  1. Migrate your failing SAS Enterprise Guide Project using the Import page in SAS Environment Manager. This approach captures detailed logs, allowing you to see exactly what is happening so you can understand what is causing the failure. This option is the recommended method.  
  2. Alternatively, run the SAS Transfer Service command-line-interface plugin directly. You can remove the --quiet option used in the original attempt. This should allow for more messaging to be presented in terms of what might be wrong.

SAS Technical Support is always available to help if you need additional help.