If we provide wrong apps passwd is it possibel to start the services

Hi Team,
1)If i provide the wrong apps password is it possible to start the application tier.
2)I have forgot my apps password in R12.how to find out apps password in r12.But in 11i we used to have a file called CGICMD.Dat and wdbsvr.app we find the apps password from there.But in R12 How to find out apps password.
Request the team to reply for my questions.
Thanks,
Prakash

1)If i provide the wrong apps password is it possible to start the application tier.No.
2)I have forgot my apps password in R12.how to find out apps password in r12.But in 11i we used to have a file called CGICMD.Dat and wdbsvr.app we find the apps password from there.But in R12 How to find out apps password.It is no longer hardcoded -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Apps+AND+Password+AND+hardcoded&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Please log a SR and see if Oracle support can help.
Thanks,
Hussein

Similar Messages

  • The remote server returned an error :(401) unauthorized in Provider hosted app deployment

    Hi,
    We are trying to deploy the provider hosted app in server environment . we are getting the "The remote server returned an error :(401) unauthorized" error after deploy the app in server.
    stack Trace:
    [webException:Te remote server returned an error:(401) UnAuthorized.]
    System.Net.HeepWebRequest.GetResponse().
    Followed the same MSDN steps , but sill same error. We have attached the certificate and using the same issuer ID in the app web.config.
    Verified the IIS setting and still getting the same error when we call the "Clientcontext.ExecuteQuery()" method.
    Same code is working fine in my Local dev environment.
    If anyone have idea about this issue, please let me know.
    Thank you,
    Mylsamy

    Hi ,Thank you for your response. We have tried all the options and everything is same (Client ID,Issuer ID...etc) and finally figured out the issue.The below link saved my day.http://msdn.microsoft.com/en-us/library/office/dn762439(v=office.15).aspxIn "TokenHelper.cs" GetRealmFromTargetUrl method always return null andWhen we analyze the issue we found some variable name assigned for "Realm" Instead of GUID in SP server.Power shell command to get the Realm in SP server:  Get-SPAuthenticationRealmWe have followed below article to generate the new GUID for realm.http://technet.microsoft.com/en-us/library/jj219756(v=office.15).aspx$c =Get-SPServiceContext -Site "http://<websiteurl>"Set-SPAuthenticationRealm -ServiceContext $c -Realm "a686d436-9f16-42db-09b7-cb578e110ccd".
    Thankyou,Mylsamy

  • SharePoint Provider Hosted App

    Hi all,
    I'm new in SP online development, and I want to know how can I open
    a SharePoint Provider Hosted App in visual studio?
    what are the steps?
    can I use it if I'm not using Azure?
    thank's!!

    Hi,
    Please try to modify your code as below:
    using (var clientContext = spContext.CreateUserClientContextForSPHost())
    SP.Web web = clientContext.Web;
    SP.List list = web.Lists.GetByTitle("General Tasks");
    SP.CamlQuery caml = new SP.CamlQuery();
    Microsoft.SharePoint.Client.ListItemCollection items = list.GetItems(caml);
    clientContext.Load(items);
    clientContext.ExecuteQuery();
    If the code still not works, I suggest you debug the code or following the blog below to create a Provider-Hosted App for SharePoint and read list items from SharePoint list.
    http://blogs.msdn.com/b/steve_fox/archive/2013/02/22/building-your-first-provider-hosted-app-for-sharepoint-part-2.aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How to debug sharepoint 2013 provider hosted app?

    We developed SharePoint 2013 provider hosted app using MVC 5 Entity Framework of Database first and publish in Windows Azure site as well as deployed that project to our SharePoint app Catalog. We need to change Windows azure site so we
    changed to publish in  another Windows Azure site and deployed again to our SharePoint app Catalog. No problem the app is working after we changed Windows Azure site. I am new of this technology I faced so hard of changed
    existing Windows Azure site to New Windows Azure site. Please tell me how to debug the SharePoint Provider hosted app? Please tell me step by step process.
     Thanks in Advance.

    Hi,
    According to your description, you might want to know how to debug provider hosted app.
    To get a quick start, I would suggest you take a look at the link below about
    Debugging SharePoint Apps That Are Hosted In Windows Azure Web Sites:
    http://blogs.technet.com/b/speschka/archive/2013/11/25/debugging-sharepoint-apps-that-are-hosted-in-windows-azure-web-sites.aspx
    Another two similar articles for your reference:
    http://sharepointfieldnotes.blogspot.jp/2013/03/making-it-easy-to-develop-and-debug.html
    http://blogs.msdn.com/b/officeapps/archive/2013/01/03/debugging-remote-event-receivers-with-visual-studio.aspx
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How To get SharePoint logedin user email in provider hosted app

    Hi
    I am using Amazon cloud to host my provider hosted app. App is developed using chrome control and app is registered in SharePoint Online.
    can any one explain how to get email Id of logged in user in SharePoint online from provider hosted App.
    Regards
    Kaps

    Hi,
    Please refer to the following article it has complete information how to get user details.
    How to: Get user identity and properties in SharePoint 2013
    Using PeopleManager, we can get the emailID.
    PeopleManager peopleManager = new PeopleManager(clientContext);
    PersonProperties personDetails = peopleManager.GetMyProperties();
    clientContext.Load(personDetails, personsD => personsD.AccountName, personsD => personsD.Email, personsD => personsD.DisplayName);
    clientContext.ExecuteQuery();
    Please mark it answered, if your problem resolved.

  • Word Web App (2013) can't open this document ... Because the service is busy

    I have just set up Office Web Apps Server in a SharePoint 2013 test environment as per document here:
    http://technet.microsoft.com/en-us/library/ff431687.aspx
    Although I had some issues with Excel Web App at first, I've solved this and excel seems to work ok, However, the Word Web App just sits there spinning and ultimately give the error dialog:
    "Sorry, Word Web App can't open this document because the service is busy. Please try again later"   The Same link as above has a simple solution :
     Did you install Office Web Apps Server on a domain controller? Office Web Apps Server cannot run on a domain controller. Office Web Apps Server must be installed on a separate server that is part of a domain. For more information, see
    Software, hardware, and configuration requirements for Office Web Apps Server.
    I certainly did not install on a DC - its a standalone server.
    ULS Logs are growing by 2K per second even when I am not doing anything on the server.
    VERY FRUSTRATED!

    So after further research we have found the following:
    Un-bind and unindstall Web Application Server
    Clean Server
    Reinstall (by Mistake to the C: Drive)
    Bind and Provision
    WOW it works!
    Un-bind, deprovision, Uninstall, Web Application Server
    clean Server
    Re-install to the D: Drive
    Provision and Bind
    wow - it DOES NOT work
    Again - repeat the first scenario
    and once again IT WORKS
    SO Why doesn't it work on the D Drive - We've checked IIS Setting and Permission - there don't seem to be any differences.
    SO - Why isn't this working when changing the default installation location, is it just me?   Has anyone gotten this working installing to another drive?
    Thanks
    James Moore

  • Provider-hosted app deployment error

    Hi,
    I am developing a provider-hosted app which programmatically adds the app part on Home page of the site. I wrote the code for adding the app part in App Installed event. It works fine when i debug it on my development site. Then i made a catalog site and
    deployed it there following the instructions in this blog. 
    http://blogs.msdn.com/b/russmax/archive/2014/06/26/part-2-intro-to-provider-hosted-apps-develop-package-and-deploy.aspx
    After deploying the app on app catalog, when i try to add the app, i get the following error.
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Foundation
    Date:          3/18/2015 5:44:17 PM
    Event ID:      8311
    Task Category: Topology
    Level:         Error
    Keywords:      
    User:          SP\Administrator
    Computer:      SP2013.SP2013.LOCAL
    Description:
    An operation failed because the following certificate has validation errors:
    Subject Name: CN=SP2013.SP2013.LOCAL
    Issuer Name: CN=SP2013.SP2013.LOCAL
    Thumbprint: 9D3D48F8D7ED5AE4CB187BEB3319C3E65A36340C
    Errors:
     SSL policy errors have been encountered.  Error code '0x2'..
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" />
        <EventID>8311</EventID>
        <Version>15</Version>
        <Level>2</Level>
        <Task>13</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2015-03-18T12:44:17.912561500Z" />
        <EventRecordID>24215803</EventRecordID>
        <Correlation ActivityID="{3A58A90C-2A9C-4128-A4CF-D07A9FEB48E8}" />
        <Execution ProcessID="980" ThreadID="688" />
        <Channel>Application</Channel>
        <Computer>SP2013.SP2013.LOCAL</Computer>
        <Security UserID="S-1-5-21-2707663415-3900761612-1761970234-500" />
      </System>
      <EventData>
        <Data Name="string0">CN=SP2013.SP2013.LOCAL</Data>
        <Data Name="string1">CN=SP2013.SP2013.LOCAL</Data>
        <Data Name="string2">9D3D48F8D7ED5AE4CB187BEB3319C3E65A36340C</Data>
        <Data Name="string3">SSL policy errors have been encountered.  Error code '0x2'.</Data>
      </EventData>
    </Event>
    I am deploying the app with non-system user. Is there any any limitation of using app installed event in
    app catalog or am i doing something wrong?

    Hi,
    The following blog for you to check:
    SharePoint 2013 Domain Certificate for Provider-Host App Development Environment
    http://rwcchen.blogspot.com/2013/12/sharepoint-2013-domain-certificate-for.html
    Or try to add the following line within <system.net> tag
    in your SharePoint site web.config:
    <settings>
    <servicePointManager
    checkCertificateName="false"
    checkCertificateRevocationList="false"/>
    </settings>
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]
    Thanks for the reply but I already tried the solution. My app works fine when i deploy it without app install event receiver but when i add the event receiver i face the error. Is there any limitation of using app install event receivers?

  • SharePoint 2013 Provider hosted App installation error

    Hi All,
    I am trying to install a provider hosted app in SharePoint 2013. Installation goes for about 15mins and get "Sorry, something went wrong
    with adding the app. Click to retry."
    Please find belw ULS details for Correlation ID:
    Error when try to get access token when deploy AppInstanceId 7bcf1d9d-897a-48a1-b4f4-cd3120fd98a5 with AppPrincipalId i:0i.t|ms.sp.ext|[email protected]01b993b6. Exception=System.InvalidOperationException:
    An unexpected error was returned from the delegation service.  Error Code: 'invalid_client' Error Description: 'ACS65003: The clientId 'd12de581-316c-4224-b58b-e91ac2042150/www.SERVERNAME.DOMAIN.com@0d85160c-5899-44ca-acc8-db1501b993b6' is not a valid
    service identity.  Trace ID: 4a0c4974-94f4-4077-9a22-2ba5f0abb444  Correlation ID: 674d9839-686b-45f3-be46-31db4dc2a9d0  Timestamp: 2014-07-23 09:34:49Z'    
     at Microsoft.SharePoint.Administration.SPAzureAccessControlDelegationServiceClient.HandleUnexpectedError(SPAzureAccessControlDelegationServiceResponse delegationServiceResponse)    
     at Microsoft.SharePoint.ApplicationServices.SPApplicationContextAccessToken.GetResponseOrThrow[T](SPAzureAccessControlDelegationServiceClient delegationServiceClient, SPAzureAccessControlDelegationServiceResponse delegationServiceResponse)    
     at Microsoft.SharePoint.ApplicationServices.SPApplicationContextAccessToken.IssueApplicationContextAccessToken(SPServiceContext serviceContext, SPApplicationContextAccessTokenCreationParameters creationParameters)    
     at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForApplicationContext(SPIdentityContext userIdentityContext, String applicationId, Uri applicationRealm, SPApplicationContextAccessTokenType applicationTokenType, SPApplicationDelegationConsentType
    consentValue)    
     at Microsoft.SharePoint.SPServerToAppServerAccessTokenManager.GetAccessTokenForDeploymentTask(Guid siteId, SPUserToken userToken, String appPrincipalId)    
     at Microsoft.SharePoint.Lifecycle.SPAppPrincipalAccessTokenTask.<>c__DisplayClass1.<Deploy>b__0()
    sudesh withanage

    Hi  sudesh,
    According to your description, my understanding is that you encountered the error “An unexpected error was returned from the delegation service" when you try to add a SharePoint 2013 Provider hosted App.
    As the error message says, the clientId 'd12de581-316c-4224-b58b-e91ac2042150/www.SERVERNAME.DOMAIN.com@0d85160c-5899-44ca-acc8-db1501b993b6' is not a valid service identity when your SharePoint  try
    to get access token via ACS. Is there any plans to develop a low trust mechanism for non-connected scenarios? i.e. low trust provider hosted apps with no external connection, like say for a Bank who lock down external access.  Please  follow the
    steps as the blog  to set development environment for  SharePoint Low-Trust Apps:
    http://blogs.msdn.com/b/besidethepoint/archive/2012/12/10/sharepoint-low-trust-apps-for-on-premises-deployments.aspx?PageIndex=1#comments
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Provider hosted app in windows Azure cloud Virtual Machine

    Hi
    thanks in advance,
    1. I am having requirement to setup a sitecollections specific to clients with same app installed for each client site collection( as app will act specific to client configuration).
    Thoughts :
    1. Create a provider hosted app or SharePoint hosted app and SharePoint site collections in the same virtual machine in Cloud.
     I am able to achieve high Trust provider hosted app on premise, it is working.
    Can any body suggest my thoughts on the approach is right or wrong. If wrong please suggest me how to achieve this.

    Hi,
    I have a sharepoint online site and Azure Virtual Machine.
    I have developed 4 SharePoint provider hosted apps and I want to deploy the same in office 0365 and App web should in Azure VM.
    So I seek help in terms with understanding the deployment.
    Because Azure comes with its own certificate cloudapp.net and what I find is this is a private certificate so I cannot use it outside.
    Please let me know if I am wrong, I need to buy a third party SSL certificate but doing so can I map it with cloudapp.net domain(which is provided by microsoft). Also Virtual machine is not in the domain. If so then do I also need a wild card certificate
    because I need to deploy 4 apps.
    just to conclude,
    I have SharePoint online site.
    Azure Virtual Machine (can I use the cloudapp.net certificate)
    SharePoint provider hosted apps(4 apps).
    Thanks and Regards Anup Kadam

  • Provider Hosted App - Exception Handling and Logging

    Hello,
    I would like to use file system to log the exceptions (The IIS server in which the APP is configured) for Provider Hosted App - Could anyone share some blogs/links related to that?
    Thanks in advance,

    Well the first time, I asked the question, I think I
    was not so clear. Please let me explain this in
    detail. I am not architect, so correct me if I am
    wrong.
    I want to use log4J but definitely want to avoid using
    them directly in our package, idea is to create
    wrappers around all the external API, jar we are
    using. At logging side I feel little comfortable.
    But having little difficulty in thinking and designing
    about Exception handling framework.
    1. My aim is to create a general framework in 3 broad
    categories (For Presentation tier, For Business tier,
    for Data Access tier)
    2. For each tier if you import those already created
    framework classes, all developers should be just able
    to use the methods of exception framework and use them
    in catch block and throw them.
    Example:- I would like to create a class called
    MyProjectExceptionDecider, which will decide the type
    of exception in Business Tier and then use my
    MyProjectExceptionErrorParser, which reads the XML
    document and gets a related message number and error
    message.
    This MyProjectExceptionErrorParser then passes the
    right exception to MyProjectExceptionDisplayer which
    will display the exception with right message and
    message number.
    And something more like this. I am not yet getting
    complete picture.
    3. So, if you have done something similar and if you
    have the class diagram and sequence diagram for such
    exception handling, I would be grateful if you are
    willing to share with me.
    Please let me know, if you have different ideas. I
    request you all to participate and throw your ideas
    and suggestions.
    Srikanthgenerally, wheather or not you are using log4j or anything else, when designing exception handling mechnism, you need to decide on where or by whom an exception will be handled, and if the exception needs to be displyed, and how it is displayed.

  • I bought the wrong app, I should exchange Photoshop app with AI app

    I should cancel Photoshop and should buy AI app.

    Thank you a lot...^^
    2015. 3. 19. 오후 10:23에 "Sheena Kaul" <[email protected]>님이 작성:
        today i bought wrong app, i should exchange Photoshop app with AI app
    created by Sheena Kaul <https://forums.adobe.com/people/Sheena+Kaul> in *Creative
    Cloud Download & Install* - View the full discussion
    <https://forums.adobe.com/message/7315839#7315839>

  • I bought the wrong app and would like a refund.

    I just bought the wrong app and would like a refund on it.

    All sales are considered as final.   You could write and ask for consideration.
    Refunds from the App Store or iTunes - Apple Club

  • I bought the wrong app. can i un-download it?

    I bought the wrong app for my MacBook Pro and I figured it out after the fact I bought it. Is there anyway to un-download the app that i bought on accident?

    iTunes Customer Service Contact - http://www.apple.com/support/itunes/contact.html > Get iTunes support via Express Lane > iTunes > iTunes Store - Apple states all sales are final, but you can always ask nicely.
    post by stevejobsfan0123 - https://discussions.apple.com/message/18879347 - "In the iTunes receipt which will be (or maybe already has been) emailed to you, click on the Report a Problem link. After following the steps, one of the options is 'I inadvertently purchased this item.' Select that."

  • Bought my 1st iPhone today (4S)  Just started using for less than 5 minutes and it has a voice command that talks on Everything and the pages wont scroll up and down and cant change screens from the page it boots on.  Wrong apps open when I open an app...

    So I bought my wife our 1st iPhone 4S today w/ Verizon.  I booted it up and it started having a voice repeat every command, and function (no, its not Siri).
    BTW...  Siri doesn't work, I can't scroll in the settings, when I open an app it actually opens the wrong app, and I can't find a way do fix any of it.  I tried a hard boot by holding down the power button and the button on the lower midddle of the phone.  When it rebooted, it got worse.  Now what?
    Not too excited about switching phones if this has already begun...  Any advice would be appreciated.

    iPhone User Guide
    Voice Over Fix
    Settings > General > Accessibility > Voice Over > Off
    Or
    Press the Home Button 3 Times
    iPhone: Configuring accessibility features (including VoiceOver and Zoom)

  • Hello, I´ve bought a wrong app. It´s for an I-pad and I have an I-pod. Now I want to give it back and I don´t know how to do this. What do I have to do?

    I´ve bought a wrong app. It´s for an I-pad and I have an I-pod. Now I want to give it back and I don´t know how to do this.

    Sorry Noel, but according to Apple, all sales are final >  iTUNES STORE - TERMS AND CONDITIONS

Maybe you are looking for

  • Hard drive keeps getting corrupted

    I've got a troublesome issue with my MacBook this past month, and I think may hard drive is flaking out. A few weeks ago I experienced some serious crashes in OS X where everything would just freeze. Spinning-beach-ball-of-death freezes. There'd be n

  • Bug in copy and past in nokia n97 fw 21.0.045 prod...

    bug in copy and past in nokia n97 fw 21.0.045 product code: 0575743 the bug iam make phone number in notes then copy the number when go to contact and then past it the number not past ? copy number from notes to contact not work !

  • ADF deployment Cach expiration

    Hi, I have an ADF application and to improve performance I am testing improving the use of local web browser cash. I have deployed the application with following additional settings in the deployment plan: <expiration-setting expires="never" url-patt

  • Can't import photos from Iphone to PC

    I was using Icloud until yesterday...suddenly the pics from the Iphone (photo streamer album) stopped to import to the PC (my picture)

  • Preview Application won't open any documents.

    My Preview application on my mac book pro (Lion OS X) won't open any pdf or jpeg documents. It just says ' the application Preview can't be opened. -1712' How can I fix this?