Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
2

Enterprise environment (highly restricted internet) Adobe CC sometimes shows No internet connection

Community Beginner ,
Aug 29, 2024 Aug 29, 2024

Please read all the details. This problem has plagued our company for a long time and the last time I came looking for help the response was "Make sure you have internet.". We have all the prescribed firewall rules in place for our production systems. So the question is perhaps what are we missing?

 

 

One minute, a user can access their apps:

jonathan_7856_1-1724968051853.png

 

 

And sometimes, not all the time, the user will suddenly see this after some short or long period of time:

jonathan_7856_3-1724968081797.png

 

 

Sometimes users will have no problem logging in (if they are not currently logged in) and sometimes it will show some sort of No internet connection message WHILE they are in the process of logging in even after username/password authentication has succeeded and before they get to see their apps.

 

Here's an interesting profile on this issue:

If I kill all processes with:

$processes = "Adobe CEF Helper", "Adobe Desktop Service", "Adobe Spaces Helper", "CoreSync", "CCXProcess", "Creative Cloud UI Helper", "Creative Cloud", "Creative Cloud Helper", "CCLibrary", "AdobeUpdateService", "AdobeIPCBroker"

foreach ($p in $processes){
$running = Get-Process -Name $p -ErrorAction SilentlyContinue

if ($running) {
Write-Host "Process(es) running: $p"

foreach ($process in $running) {
Stop-Process -Id $process.Id -Force
Write-Host "Process is terminated: $process.Id"
}

} else {
Write-Host "Process is not running: $p"
}
}

 

Then the user can always open Adobe CC back up, access the Apps and run their desired Adobe product. But then sometimes for some users it will show this again:

jonathan_7856_3-1724968081797.png

 

 

From our location in Canada, which endpoints do you think we're missing from our firewall rule to cause this behaviour?

 

786
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Sep 06, 2024 Sep 06, 2024

Hi there, 

 

I'm so sorry for the delay in responding. I recommend contacting the support team for further troubleshooting. To start a chat with the support team, please navigate to the 'Support' tab in the Adobe Admin Console.

 

Let us know if this helps. 


^BS

Translate
Community Beginner ,
Aug 29, 2024 Aug 29, 2024

For whatever reason the site admins don't allow me to edit the question.

 

I should make sure to note because someone will ask if the systems are somehow in the wrong network or something. Nope. All the systems that may face this problem are on the same subnet, using the exact same firewall rules as the rest.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 29, 2024 Aug 29, 2024

Also followed this and succeeded in runing the steps:

How to resolve connection errors with Creative Suite applications (adobe.com)

 

 

jonathan_7856_0-1724969091194.png

 

jonathan_7856_4-1724969516144.png

 

 

jonathan_7856_2-1724969407828.png

 

 

 

jonathan_7856_3-1724969431316.png

 

 

Upon re-opening Adobe CC Desktop, be assured, I am able to launch an Adobe app and then the CC Desktop goes No internet again.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 29, 2024 Aug 29, 2024

Hi @jonathan_7856 , can you capture and upload a log file on a machine that has this issue and share the uploaded file name in this thread? Instructions on how to collect and upload the log file are present here: https://helpx.adobe.com/creative-cloud/kb/cc-log-collector.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 30, 2024 Aug 30, 2024

Uploaded, name is

AdobeLogs_20240830_060942_150-win-GS.zxp

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 30, 2024 Aug 30, 2024

Hi there, 

 

Please also try the steps shared in the following help document with steps specifically meant for Admins: https://adobe.ly/3Mrsz7i.

 

Let us know if this helps. 


^BS

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 30, 2024 Aug 30, 2024

Re Solution 1: The trouble with the no interent problem is that Sign out is grey so a normal user can't do anything at all with ACC at that point.

jonathan_7856_0-1725045674050.png

 

Re Solution 4: The hosts file doesnt get populated with anything so theres no error there.

 

Re Solution 5: I restarted Credential Manager all though there is no credential issue here.

 

Re Solution 6: There are no Personal certificates in certmgr.

 

Re solution 7: Killed all. Relaunched. Logged in. Same thing. I can get an app to open if I'm fast enough but then if not quick enough you have to start over killing the processes i mention above.

jonathan_7856_1-1725046728522.png

 

 

 

 

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 06, 2024 Sep 06, 2024

Hi there, 

 

I'm so sorry for the delay in responding. I recommend contacting the support team for further troubleshooting. To start a chat with the support team, please navigate to the 'Support' tab in the Adobe Admin Console.

 

Let us know if this helps. 


^BS

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 20, 2024 Nov 20, 2024
LATEST

Hi @jonathan_7856 , Is the issue still happening on your machine? We investigated the logs and found some proxy related errors. Could you please run the following command in command prompt (requires admin privileges):

netsh winhttp reset proxy

 

Let us know if by running the above command works.

 

Regards,

Ruchika Wadhawan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 29, 2024 Aug 29, 2024

in the future, to find the best place to post your message, use the list here, https://community.adobe.com/

p.s. i don't think the adobe website, and forums in particular, are easy to navigate, so don't spend a lot of time searching that forum list. do your best and we'll move the post (like this one has already been moved) if it helps you get responses.



<"moved from cc desktop bugs">
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines