Disable Cloud services and Behance

Hello everyone,just building an image for work and according to the nature of work we do,we cant allow the users access to the cloud services and exporting the data to Behance. Iam doing a silent installation using MSI switches and Iam looking to suppress the cloud services and Behance integration altogether.Please advice?
Thanks

This forum is more about the "regular" Cloud... so a couple links I have that may help
Packager Links https://forums.adobe.com/thread/1586021
http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

Similar Messages

  • How to enable diagnostics in cloud services and virtual machine

    Hi All,
    I need to enable diagnostics  for cloud services and virtual machine in our
    cloud environment. I referred the below link.
    https://convective.wordpress.com/2014/06/27/using-azure-monitoring-services-api-with-azure-cloud-services/
    Installed azure SDK 2.5 and cloud services instance is not displayed for cloud services in Visual studio 2013. Please provide the steps to enable at run time. 
    1) How to enable this diagnostics at run time.
    2) How to enable event logs for cloud and Virtual machine
    3) How to get the event log data's from REST API.
    Please help to resolve this.
    Thanks.
    Regards,
    Rathidevi

    hi Rathidevi,
    In addition, you could enable diagnostics feature on VM from this blog:
    http://azure.microsoft.com/blog/2014/09/02/windows-azure-virtual-machine-monitoring-with-wad-extension/
    Please refer to it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Slow site, latency between cloud service and SQL Azure?

    We have a web site that works pretty swiftly in a local development environment. But once deployed to Azure it slows down to a crawl (even for a single user). Some pages take 30-60 seconds to load. Even the simplest pages take between 5 and 10 seconds.
    The app is rather data intensive, so the way I see it, there is a slow connection between the cloud service and the SQL node. We currently use S2 instance, the S1 and S0 didn't work at all because of timeouts. When we execute queries directly against the database,
    they all return within milliseconds, so it is not a query performance issue. It seems that there is a big penalty on establishing the connection between the web node and SQL node.
    I am not sure if this is a provisioning issue. At times it actually begins to work a bit faster. Not quite as fast in a local environment, but barely acceptable. But then it goes back to excruciatingly slow. Any advice is appreciated.

    Hi Mimo,
    Is this a 5-20second load time something that occurs every time you load the page or just on the first time you load it (cold start)?  The default website  settings might tear down your site after a period of inactivity and I'm wondering
    if that might be what's causing the performance issues.
    Couple of things you might want to check :
    - Increase the Instance count
    - Check the Monitor Tab in Azure Website to see how much of CPU, DataIN and Data Out time is taken for a request to the site.
    Recommend you to see this thread discussion on  Failed request tracing
    for troubleshooting on Slow requests  and a video  on  
    Troubleshooting Slow Requests with Failed Request Tracing that might help troubleshoot the slowness of website.
    Regards,
    Shirisha Paderu

  • SharePoint Online Cloud Service and Technical Communication Suite Integration

    Are there any success stories of using Microsoft SharePoint Online Cloud service  and the Technicall Communuications Suite? What were some of the compatability issues? How were they resolved? Are there any issues with using it  behind a firewall?What are the limitations?

    Posting the links again -
    NEW Training Video! Getting Started with the Technical
    Communication Suite: Part 1
    http://my.adobe.acrobat.com/p29205929/
    NEW Training Video! Getting Started with the Technical
    Communication Suite: Part 2
    http://my.adobe.acrobat.com/p25426010/
    NEW Training Video! Getting Started with the Technical
    Communication Suite: Part 3
    http://my.adobe.acrobat.com/p13101233/

  • I am currently using the adobe cloud service and would like to give my granddaughter my original lightroom and photoshop programs.  Would do I need to do to remove them from my computer to hers?  The lightroom 5 program has been replaced with the cloud ve

    I am currently using the adobe cloud service and would like to give my granddaughter my original lightroom and photoshop programs.  Would do I need to do to remove them from my computer to hers?  The lightroom 5 program has been replaced with the cloud version on my computer.

    Follow the steps listed at  Transfer an Adobe product license
    Lightroom has no activation check so you don't need to do anything to your computer. Your old copy of Photoshop must be deactivated / uninstalled if you haven't already done so.

  • Restoring Deleted Cloud Service and its Deployments

    Hi Everyone - 
    Is it possible to restore a cloud service together with all its deployments?
    I accidentally deleted one of our environment and I was just wondering if it is possible to restore it.
    Appreciate anyone's help.
    Thanks
    Frankie

    Hi Frankie,
    How did your delete the environment? If it is a VM and you choose the "keep the attached disks", then the disks on the VM would be kept on the storage account and you can use the disk to recreate a new VM. However, the data on the D:(temporary
    driver) would be lost.
    In addition, if you delete the cloud service, which option did you select? If you choose "Delete the cloud service and its deployments", then all the virtual machines will be deleted, along with the attached disks, their associated
    VHD files, DNS name and VIP. In these scenario, it is impossible to restore them.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • We have concerns with Adobe Acrobat DC - document cloud services and how it relates to HIPAA.  Has anyone else worked through these issues?

    We have questions relating to the Document Cloud services offered with Acrobat DC.  We are considering disabling the cloud feature to stay in compliance with HIPAA.  Has anyone else worked through these issues?

    Hi mikem82897618,
    You can refer the following link to know what can be done with Adobe Document Cloud Services when working in Acrobat DC:
    Store Files Online, Share & Access From Anywhere | Adobe Acrobat.com
    Also, visit this link to know more on how Adobe Document Cloud services are compliant with HIPAA security standards:
    E-signatures vs digital signatures | eSign services from Adobe
    Please specify more details on the same as why you would need to disable the Cloud feature.
    What and where exactly are you facing the trouble?
    Let me know.
    Regards,
    Anubha

  • [Forum FAQ] How do I disable all subscriptions without disabling Reporting Services and SQL Server Agent?

    Introduction
    There is the scenario that users configured hundreds of subscriptions for reports. Now they want to disable all the subscriptions, but Reporting Services and SQL Server Agent service should be enable, so the subscriptions will not delivery reports to users
    and users could run the reports and create jobs on the server.
    Solution
    To achieve this requirement, we need to list all subscriptions and their schedules by running query, then use loop statement to disable all the subscription schedules by Job name.
    On the Start menu, point to All Programs, point to Microsoft SQL Server instance, and then click SQL Server Management Studio.
    Type Server name and select Authentication, click Connect.
    Click New Query in menu to open a new Query Editor window.
    List all subscriptions and their schedules by running the following query:
    Use ReportServer
    go
    SELECT   c.[Name] ReportName,           
    s.ScheduleID JobName,           
    ss.[Description] SubscriptionDescription,           
    ss.DeliveryExtension SubscriptionType,           
    c.[Path] ReportFolderPath,           
    row_number() over(order by s.ScheduleID) as rn             
    into
    #Temp  
    FROM     
    ReportSchedule rs           
    INNER JOIN Schedule s ON rs.ScheduleID = s.ScheduleID           
    INNER JOIN Subscriptions ss ON rs.SubscriptionID = ss.SubscriptionID           
    INNER JOIN [Catalog] c ON rs.ReportID = c.ItemID AND ss.Report_OID = c.ItemID   
    select * from #temp
    Use the loop statement to disable all the subscription schedules by Job name:
    DECLARE
    @count INT,
    @maxCount INT  
    SET @COUNT=1  
    SELECT @maxCount=MAX(RN)
    FROM
    #temp         
    DECLARE
    @job_name VARCHAR(MAX)                  
    WHILE @COUNT <=@maxCount        
    BEGIN      
    SELECT @job_name=jobname FROM #temp WHERE RN=@COUNT  
    exec msdb..sp_update_job @job_name = @job_name,@enabled = 0     
    SET @COUNT=@COUNT+1   P
    RINT @job_name   
    END   
    PRINT @COUNT 
    Reference
    SQL Agent – Disable All Jobs
    Applies to
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012
    Reporting Services 2014
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Thanks,
    Is this a supported scenario, or does it use unsupported features?
    For example, can we call exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='b64ce7ec-d598-45cd-bbc2-ea202e0c129d'
    in a supported way?
    Thanks! Josh

  • I disabled Location Services and now I want to enable.

    I disabled Location Services but now I wish to enable it. Both Location Services and Find My Phone app cannot be highlighted. How can I restore Location Services once it has been turned off? Thanks!

    Hello john r.from ma,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS 7: Understanding Location Services
    http://support.apple.com/kb/HT5594
    Turning Location Services on or off
    You can turn Location Services on or off at Settings > Privacy > Location Services. You can turn Location Services on either during the Setup Assistant process or later through the Location Services setting. You can turn it off if you don't want to use this feature or to conserve battery life. You can individually control which apps and system services have access to Location Services data.
    Settings > Privacy > Location Services
    Settings > Privacy > Location Services > System Services
    By enabling Location Services, location-based system services such as these will also be enabled:
    Popular Near Me: Your iPhone will periodically send locations of where you have purchased or used Apps in an anonymous and encrypted form to Apple to improve a crowd-sourced database that may be used to offer geographically-relevant Apps.
    Frequent Locations: Your iPhone will keep track of places you have recently been, as well as how often and when you visited them, in order to learn places that are significant to you. This data is kept solely on your device and won't be sent to Apple without your consent. It will be used to provide you with personalized services, such as predictive traffic routing.
    Location-Based iAds: Your iPhone will send your location to Apple in order to provide you with geographically relevant iAds.
    Best of luck,
    Mario

  • When to call HP Cloud Services and When to Call HP Tech Support.

    There are different reasons to call the different numbers for HP, and you want to make sure you call the right number, so you don't get bounced around inside the system.  It just speeds things up to know you called the right number.
    Call HP Tech Support if:
    You need help setting up your printer.
    You need help connecting your printer to the wireless network.
    You need help setting up scan to computer.
    You need help setting up scan to email.
    You need help setting up the fax feature.
    You have a problem with print quality.
    You have a problem with the printer hardware.
    You have a problem with the printer software.
    You have a problem with an ink cartridge.
    You want to extend your warranty.
    Call HP Cloud Services if:
    You need help with ePrint.
    You need help with AirPrint.
    You need help printing from your mobile device (such as Android and iOS devices).
    You need help connecting to the print apps.
    You need help setting up eFax.
    You need help with Instant Ink.
    You can reach HP Tech Support in the US and Canada by calling 1-800-474-6836, international users click the link below.
    http://www8.hp.com/us/en/contact-hp/ww-contact-us.html
    You can reah HP Cloud Services in the US and Canada by calling 1-855-785-2777.  Web services is only supported in the US and Canada at this time.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------
    This question was solved.
    View Solution.

    Hope this helps.  
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Help! Azure Cloud Services and Virtual Machine Web Servers Load Balancing

    I have a cloud service. I have two virtual machines setup as web servers each with IIS installed. I have configured my domain registrar to point my domain name to the cloud service IP address. I also went into the endpoints of each virtual machine and verified
    that I have http port 80 setup on both in a load balanced set. 
    I am unable to access websites on either server at this point. DNS propogation site shows "error: token mismatch"...this has been setup since yesterday and still error.
    Can anyone assist me in where I went wrong? Am I confused to how the cloud service should work? I am assuming it will allow me to load balance the two virtual machines in the way I have configured above. Please help!!!!

    Hi,
    Thank you for posting in here.
    We are checking on this issue and will get back at earliest.
    Regards,
    Manu Rekhar

  • Azure VM Web Servers, Cloud Service and SSL?

    I am deploying two web servers in a cloud service for load balancing. I have tested and I have that working with no problems. My question is how do I setup for SSL? Do I setup a certificate on the cloud service? Do I setup on each server? Any help would
    be greatly appreciated!!

    Hi,
    You could use the following link to configure SSL for your Cloud Service:
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-configure-ssl-certificate/
    Regards,
    Malar.

  • I forgot to logout from Creative Cloud service and formatted my Mac

    I had recently purchased my Creative Cloud Pro Membership. Post which I formatted my MacBook Pro and reinstalled Yosemite from scratch i.e. with a clean format of my Hard Drive. Now as I tried to install the Adobe CC - Photoshop, Illustrator and other softwares say '30 Days Free Trial'. How can I solve this problem?

    Remove license on a computer http://forums.adobe.com/thread/1442423?tstart=0 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/error-maxium-acitvation-exceeded.html

  • Something going on with Azure Website and Cloud Service?

    Starting this morning, my website (WordPress) could not even load with Shared Plan. When I switch it to Basic plan it is running extremely slow (25s to load a page). This is a very low traffic site (100 page views/day). Even when there is only 1 connection
    it takes 25s to load. Also, just a few minutes ago, my cloud service app is getting "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed
    to respond xx.xxx.xx.xx:80" and my web app is down. We reboot the cloud service and the database VM and it is still showing the same error. All of our services are on the US West region.

    I managed to capture a few stack when it took long time.   It indicated waiting on mysql database.  Do replace {sitename} with your site name.   You might want to check cleardb status - see if anything
    stands out.
    https://{sitename}.scm.azurewebsites.net/vfs/data/DaaS/Reports/{sitename}/15-04-24/150424_0047257203/PHPProcessReportsAnalyzer/PHP-CGI-ProcessReport.htm
    https://{sitename}.scm.azurewebsites.net/vfs/data/DaaS/Reports/{sitename}/15-04-24/150424_0101200780/PHPProcessReportsAnalyzer/PHP-CGI-ProcessReport.htm
    Suwatch

  • How to develop and deploy multiple worker roles in single azure cloud services?

    I am Manikandan, From Myeasydocs.com.
    We have developed our application as web projects.  Now we are going to move to azure cloud services, i have successfully migrated our application in cloud services and it worked fine. I am having difficulties with back ground task. i have nearly 12
    schedule tasks in our applications. I need assist on creating multiple worker role creation and deployment.
    Is there is any site on explaining the worker role process in details?
    Thanks in advance .. !!

    Hi,
    In Worker role, Applications hosted within worker roles can run asynchronous, long-running or perpetual tasks independent of user interaction or input. It is a service component that is useful for generalized development, and may perform background processing
    for a web role. A worker role is frequently used for long-running tasks that are non-interactive, but you can host any type of workload.
    I suggest you to follow the below article which explains about Creating and Deploying of Web Roles and Worker Roles in Azure Cloud Service using Visual Studio.
    https://msdn.microsoft.com/en-us/magazine/jj618299.aspx
    Hope this helps !
    Regards,
    Sowmya

Maybe you are looking for