Copy link to clipboard
Copied
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:
And sometimes, not all the time, the user will suddenly see this after some short or long period of time:
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:
From our location in Canada, which endpoints do you think we're missing from our firewall rule to cause this behaviour?
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Also followed this and succeeded in runing the steps:
How to resolve connection errors with Creative Suite applications (adobe.com)
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.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Uploaded, name is
AdobeLogs_20240830_060942_150-win-GS.zxp
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
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.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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">
Find more inspiration, events, and resources on the new Adobe Community
Explore Now