Setting Apps for another domain machines in SharePoint 2013

Hi,
How can I deploy developed app for another web application / another domain's web application?
My Senarion is,
I have configured Apps in SharePoint 2013. I have followed the link "https://www.nothingbutsharepoint.com/sites/devwiki/articles/pages/configure-an-environment-for-apps-for-sharepoint-2013.aspx". It works fine. I have created Interal Apps using
VS 2012 and it works fine for Deployed web app(http://myapps.mydomain.local). When I copy the app setting file (.app extension) from the bin folder and added it in another web application's
Apps for SharePoint List (http://myapps.mydomain.local:8080), it added fine. But when I try to deploy it (using  Site content --> From Your Organization --> click on the app logo --> ADD IT.). It throws unexpected
error with Correlation ID.
How can I deploy developed app for another web application/ another domain's web application?
Loganathan S

Hi All,
I have installed developed apps in site http://myapps.mydomain.local:8080 using non-system account
user it works fine.
Note: non-system
account user has full control for the site
Loganathan S

Similar Messages

  • CFMAIL and Google Apps for Your Domain

    Hello everyone,
    I'd like to host our email accounts using "Google Apps for
    Your Domain" (basically GMail for business), and then use the
    Coldfusion (MX 7) implementation in GoDaddy.com to send emails out
    from a website hosted there.
    So my question is, has anyone managed to send emails from
    coldfusion using Google Apps as the mail system?

    quote:
    Originally posted by:
    johnab
    I have a dedicated server with GoDaddy - I run an SMTP server
    locally on my server so have CF set to deliver to 127.0.0.1 but
    then in my SMTP config i HAVE to send it via GoDaddy's smarthost -
    there is no other way configure SMTP - they're obviously worried
    (rightly so) about spam being generated on their servers so
    restrict out bound mail routes. This being the case for their
    dedicated servers I'd imagine the same applies for shared hosting.
    Coming back to the original question out of curiousity - why
    do you want send through gmail? Looks like you may not have a
    choice and resort to not specifiy a server attribute in your cfmail
    tag so that it routes via whatever route GoDaddy have configured.
    Wait - are you saying that GoDaddy forces even dedicated
    servers to route mail through their own systems instead of allowing
    you to send directly to the internet? Wow...that's...interesting.

  • Apple Mail & Google Apps for Your Domain

    I'm trying to set up my Apple Mail so my Google Apps for my domain works on my Mac without having to go through Google. I can receive emails to my Google Apps account, but I can't send them through Apple Mail. It says my message "was rejected by the server smtp.gmail.com." I thought I set up the account properly, but I guess not. Any help is much appreciated.

    quote:
    Originally posted by:
    johnab
    I have a dedicated server with GoDaddy - I run an SMTP server
    locally on my server so have CF set to deliver to 127.0.0.1 but
    then in my SMTP config i HAVE to send it via GoDaddy's smarthost -
    there is no other way configure SMTP - they're obviously worried
    (rightly so) about spam being generated on their servers so
    restrict out bound mail routes. This being the case for their
    dedicated servers I'd imagine the same applies for shared hosting.
    Coming back to the original question out of curiousity - why
    do you want send through gmail? Looks like you may not have a
    choice and resort to not specifiy a server attribute in your cfmail
    tag so that it routes via whatever route GoDaddy have configured.
    Wait - are you saying that GoDaddy forces even dedicated
    servers to route mail through their own systems instead of allowing
    you to send directly to the internet? Wow...that's...interesting.

  • Can't setup scan to email with google apps for your domain (HP Officejet Pro 8500 A910 Printer)

    Printer HP Officejet Pro 8500 A910
    Web interface (HPLIP installed on ubuntu 11.10, but problem is linked to web config.) 
    "The device could not send the test e-mail message. (EmailAccounts-timeout)" when going through the full setup, and "The device could not send the test e-mail message." when testing the account after creating it from the "Outgoing Email Profiles" tab. 
    No changes.
    I can't cofigure the printer to send emails out using the email adress we have created exclusively for it with our domain name in Google Apps for your domain. The settings test ok for the email alerts. 
    I'm using these settings: 
    Server: smtp.google.com
    Port: 587 (also tried 465)
    username: [email protected]
    good password, copied and pasted to make sure there are no typo's. 

    Welcome to the forums Joanda!
    I saw your post about the issues you are having with scanning and would like to help!
    Please let me know which model of printer you have:
    HP Officejet Pro 8500A e-All-in-One Printer - A910a
     HP Officejet Pro 8500A Plus e-All-in-One Printer - A910g
     HP Officejet Pro 8500A Premium e-All-in-One Printer - A910n
    Also let me know which operating system you are running on your computer.
    Thank you!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • I need to add a secondary hard drive to my time capsule. Can something that has been set up for a windows machine work without re-formatting?

    I need to add a secondary hard drive to my time capsule. Can something that has been set up for a windows machine work without re-formatting?

    In addition to Niel's comments, if you plan to use Time Machine to backup a Mac to the secondary drive.....that application needs a drive that has been specifically formattted for Mac.  That would be Mac OS Extended (Journaled).
    PCs can also read and write to the Mac formatted drive.

  • How to set custom master page for social/sites.aspx in sharepoint 2013

    How to set custom master page for social/sites.aspx in sharepoint 2013.?
    File path is
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\FEATURES\SocialDataStore\SocialDataStoreList\sites.aspx
    Thanks in advance

    Hi,
    You could open the sites.aspx in Notepad or SharePoint designer, and set the master page to your own master page directly via editing:
    <%@ Page language="C#" MasterPageFile="~masterurl/custom.master"      Inherits="Microsoft.SharePoint.Portal.WebControls.FollowedContentWebPartPage,Microsoft.SharePoint.Portal,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c"
    %>
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Use single realm for multiple web applciation in sharepoint 2013 and adfs 2.0

    Use single realm for multiple web applciation in sharepoint 2013 and adfs 2.0
    Please help!!

    I dont think you can do this, because you have to name/url of the web application in realm. You have to add new realm for each web application.here is script to add another realm.
    Add-PSSnapin "Microsoft.SharePoint.PowerShell"
    $sts = Get-SPTrustedIdentityTokenIssuer | where {$_.Name -eq "ADFS2.0"}
    $uri = new-object System.Uri("http://url/")
    $sts.ProviderRealms.Add($uri, "urn:sharepoint:Name")
    $sts.Update();
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • How to implement tooltip for the list items for the particular column in sharepoint 2013

    Hi,
    I had created a list, How to implement tooltip for the list items for the particular column in SharePoint 2013.
    Any help will be appreciated

    We can use JavaScript or JQuery to show the tooltips. Refer to the following similar thread.
    http://social.technet.microsoft.com/forums/en/sharepointdevelopmentprevious/thread/1dac3ae0-c9ce-419d-b6dd-08dd48284324
    http://stackoverflow.com/questions/3366515/small-description-window-on-mouse-hover-on-hyperlink
    http://spjsblog.com/2012/02/12/list-view-preview-item-on-hover-sharepoint-2010/

  • Is Distributed Transaction Coordinator services of the application role are required by SQL Server 2012 for clustering and support of SharePoint 2013.

    All I want to know is if Distributed Transaction Coordinator services of the application role are required by SQL Server 2012 for clustering and support of SharePoint 2013.
    I have been planning and deploying my companies first Windows Server 2012/SQL Server 2012 Always On cluster and Always On Availability Groups Multi-Subnet cluster and instances for SharePoint 2013, and I will be brutally honest, the documentation on either
    the MSDN and TechNet leave alot to be desired. Continually finding links in the documentation will take me from a Windows 2012 reference to a page talking about Windows Server 2008 or R2, The differences of which there are so many when it comes to configurations,
    settings, roles, services when working with SQL Server 2012. I have been confused, frustrated, screaming mad, with all the misdirection in this documentation.  The documentation takes me windows 2008 R2 which is different than 2012!
    Tired and trying to pick myself up off the floor!
    Greg
    Gman

    In general, DTC is not required for SQL 2012.  But, since you are asking specifically about SharePoint, it would be better to ask in a SharePoint forum.  They would be more likely to know those situations where FTC might be needed by SharePoint. 
    .:|:.:|:. tim

  • How go generate Popularity Trends report for a custom list in SharePoint 2013

    Hi, 
    I want to generate  Popularity Trends report for a custom list in SharePoint 2013, is it possible?
    Thanks
    khadar pasha

    According to
    this link you should be able to access this option from the Items tab. for this to work, the Analytics Processing Component needs to be running.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • How to set  password for BPEL domain

    Hi,
    I am new to SOA.
    I want to setup client-server environment for few developers.
    I installed SOA 10.1.3.3 in the server machine.
    And I created few domains in BPEL, one for each developer.
    It didn't ask me to set the password while creation of the domain.
    Please let me know how to set password for newly created domain so that each developer login to his/her own domain and manage processes.
    Thanks!!!

    Thanks for the prompt response.
    What roles should I give to my developers to allow them to manage their services in ESB control, BPEL control, WSM control.
    And I would like to know how to set the password for a BPEL domain too.
    Message was edited by:
    user644377

  • Setting up records management for a custom list in SharePoint 2013

    In a workflow 2013, I am planing to 'declare a record' on a custom list. I am doing this since I do not want users to be able to change the custom list once the record is submitted to workflow 2013.
    There are options in record declarations settings that I am not certain what to set like what values are appropriate in 'declaration of records can be performed by'.
    Since I am my own administrator on my test SharePoint 2013 website, would you tell me what I can do at the administrator's site level to enable the 'mark a record and/or declare a record feature? Basically I would like to know what options to set for a custom
    list so the records can not be modified once the custom list has been submitted to the workflow.

    Hi Wendy,
    There are 2 ways either in place records or records archive it will depend on your requirments.
    check this article it will guide you about how to configure each way
    https://support.office.com/en-nz/article/Implement-Records-Management-0bfe419e-eb1d-421a-becd-5be9fed1e479?ui=en-US&rs=en-NZ&ad=NZ
    To decide which one you will choose check the comparison in this link
    https://technet.microsoft.com/en-us/library/ee424394.aspx
    Kind Regards,
    John Naguib
    Senior Consultant
    John Naguib Blog
    John Naguib Twitter
    Please remember to mark this as answered if it helped you

  • Alert mail for "Pending" column in List SharePoint 2013.

    I'm using SharePoint 2013 online. I've created one List in which one Column is Choice (Completed, Pending) column named "Status". For all Item If "Status" is Pending, weekly one mail should fire with List of only "Pending"
    Items as a alert to a person/group.
    I think this is possible through SP Designer 2013 but not sure how (:. Please provide steps if you have any idia. Thanks.

    Hi,
    I agreed with the above replies, there is not an OOB way to check the list and send email weekly via SharePoint Designer workflow. You need to create a custom timer job to achieve it.
    In addition, as an alternative workaround, I suggest you create a workflow to check whether the "Status" column of the current item is pending, and send an email. Then use retention feature to start the workflow, and you can set it  recurrence
    per 7 days.
    About retention feature, you can refer to the link:
    http://www.cmswire.com/cms/document-management/sharepoint-2010-using-retention-stages-to-manage-the-lifecycle-of-information-007478.php
    And, as this issue is related to SharePoint Online, you can also create a new thread on Office 365 forum, more experts will assist you with SharePoint Online.
    http://community.office365.com/en-us/f/default.aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Problems when trying to return information for External Content Types in Sharepoint 2013

    This is my first post on the forum, until I tried on this problem but have not found anything.
    When trying to return the information from the external content displays the following error:
    Error retrieving data from mill. Administrators: query the server log for more information.
    I do not know what else to do...

    Hi,
    According to your post, my understanding is that you got an error when tried to return the information from the external content.
    Did the error occur when you created a new external content type or created a external list?
    You can check the steps with the following articles about how to create a external content type.
    http://lightningtools.com/bcs/creating-an-external-content-type-with-sharepoint-designer-2013/
    http://wyldesharepoint.blogspot.in/2012/12/sharepoint-2013-setting-up-external.html
    If the error occurred with the external list, you can check the steps with the following article.
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2013/01/08/how-to-create-external-data-column-in-sharepoint-2013.aspx
    You can also check the event log and ULS log to see if anything unexpected occurred.
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • What will be physical architecture for SSAS Tabular model with Sharepoint 2013?

    I would like to build SharePoint 2013 based reporting portal with Power View as visualization tool.
    I have 300-800 million rows and customer puts priorities in high performance.
    Data source is SQL Server database and Flat Files.
    What will be recommended physical archicture? Is following good?
    -SQL Server database server
    -SSAS Tabular application server
    -SharePoint 2013 Front-End (multiple if needed)
    Kenny_I

    Hi Kenny_I,
    According to your description, you want to if it's OK to SQL Server database server, SSAS tabular application server and SharePoint 2013 Front-End on different server, right?
    As I said in another thread, even though we can install all of them on same physical server, however in the production environment, the recommendation is that install them on different server, it will beneficial to troubleshooting the issue when some
    issue occur on the environment. So in your scenario, it Ok to install all the application on different server. Here are some links about requirement to install the application.
    System requirements for Power View
    Hardware
    Sizing a Tabular Solution (SQL Server Analysis Services)
    If I have anything misunderstood, please point it out.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

Maybe you are looking for

  • What  is difference between user group and reference user group?

    hi guys,         what  is difference between user group and reference user group?  your regards   p.suresh

  • Google Voice APP and Google Voice will use cell phone minutes.

    My Verizon contract has 1400 minutes shared with 3 cell phones. I noticed that my cell number was using minutes from the calling plan. I normally call the other two cell phones, and my home number (which is on my friends of family calling list). My o

  • AuthZ Policy using specific Endpoint Identity Groups

    I am trying to create an AuthZ policy that will identify if a device is in specific Endpoint Identity Group.  See policy below. I used the IdentityGroup:Name attribute Equals the Identity Group MAB_Devices.  Please note that there are NO Identity gro

  • Anna browser - Google search missing

    Prior to Anna I regularly used the Google search window sst the foot of the browser window. With Anna installed I could not find the search window and had to revert to visiting the Google site. Which is a complete pain and a backward step. However I

  • Option in properties panel: render - export a bitmap

    Hi - just come across this. Therefore should we always use render - export as bitmap - it will be kinder on all CPUs of all platforms.??? When would I not use it then? I suppose I can - but can I code this in ie: character.exportAsBitmap at design ti