Changing database Profile to EBS Schemas

Hi,
SOX and some other regulations force using strong passwords in EBS .
Currently all owr EBS Schemas are assigned to the DEFAULT database profile.
(select profile from dba_users where profile='DEFAULT')
I would like to know if there are any restrictions regarding changing EBS default database profile to more "secure" profile that include strong password verification , number of allowed
filed login attempts before the user will be locked and etc.
Thank You.

The document explain how to change there password and not mention if there are restriction related to changing there DATABASE PROFILE ,
from DEFAULT to a more secure profile as i explained above. If you can change the password then it should be OK to create a new secure profile for those users. Just make sure not to set the profile options to lock the users in case of incorrect number of passwords entered, otherwise you would have issues.
Thanks,
Hussein

Similar Messages

  • How to change the profile value in the pl/sql code without making change in the database

    How to change the profile value in the pl/sql code without making change in the database.

    I have program ,where if the profiles 'printer and nunber of copies ' are set at the user level, by default when the report completes the O/p will be sent to the printer mentioned in the set-up. but what user wants is
    if these Profiles are set for the user running this program automatic printing should not be done.

  • Changing DMSYS password in EBS 11i

    Hi ,
    Followed 189367.1. page 51-56 in the pdf file and didnt found how change this schema .
    Can i just run alter user dmsys identified by xxxx , or should i change the FNDCPASS utility ?
    Thanks

    Pl post details of OS, database and EBS versions.
    Password for DMSYS schema can be changed using the ALTER USER command. FNDCPASS cannot be used to change the password for this schema as it is not an EBS schema.
    HTH
    Srini

  • How to remove database profile in report

    Hello,
    We have a report right now and upon accessing it, a window asking for a Database Profile comes out. This causes the program to have additional selection parameters for Project Definiton, WBS element etc.
    Before we just ran the report for Period, Year, Cost Center Group. Ever since the Database Profile appeared we now have to put * in the WBS element so that the report will run.
    Anyone know how to remove the Database Profile selection? One of our users reported that this wasn't in the selection parameters and our developer said there were no changes to the report.
    Are there possible reasons why the Database Profile suddenly appeared?
    FYI, the report was created using Report Groups (GR51/2/3)
    Thanks.

    Hi,
    What selection criteria you need?
    Database profile is needed to access objects from Logical PS DB. You have to put at least one selection object viz. Project Definition or WBS, or Network or Activity.
    Create one of your own profile as per requirements and default it in user param.
    Regards,
    Harsh.
    Edited by: Harsh Saxena on Jul 8, 2011 1:13 PM

  • Changing Database connection at runtime in CR2008

    Hi,
    I have a VS2008 application which is using CR2008 to generate pdf reports for the user. Problem is I am not able to change the database connection to any server other than the one that was used to create the report template.
    My environment has CR2008 SP2. I have tried reports with no paramter as well as the ones with parameters both dont seem to work.
    I have already tried a couple of things:
    a) report document refresh after loading it
    b) setting the database connection as
    this._crReport.DataSourceConnections[0].SetConnection(dbServerName, dbName, dbUserId, dbPwd);
    c) setting the database connection as
    tbls = this._crReport.Database.Tables;
                    bool test = false;
                    foreach (Table tbl in tbls)
                        tblLogonInfo = tbl.LogOnInfo;
                        tblLogonInfo.ConnectionInfo = connInfo;
                        tbl.ApplyLogOnInfo(tblLogonInfo);
                        test = tbl.TestConnectivity(); ** note this alwys return a true for the changed database server
    I have read a couple of thread but none has worked for me...Is this a known issue with CR2008?
    Thanks
    Kajal

    Hi Kajal,
    I am assuming that you are not changing the schema of the report at any point of time. I would suggest you to try pointing to the other database through designer to make sure that you can hit the database and the schema is correct. You can also create a udl file to check the database connectivity.
    Then just for testing purpose you can try the following code:
    ReportDocument reportDoc = new ReportDocument();
    reportDoc.Load("path of the report");
    reportDoc.SetDatbaseLocation("uid","pwd","Servername","tablename");
    reportDoc.SetParameterValues("Parameter-Name","values");
    CrystalReportViewer.ReportSoure=reportDoc;
    Does that help?
    Thanks.

  • Changing databases from MS SQL Express to MySQL in a  Report at runtime

    Hi all,
    I have an issue in changing databases from MS SQL Express to MYSQL or vice versa in a Report at runtime.
    Here is what I do:
    I create a very simple report with the Crystal Report Designer 2008 V 12.3.0.601.
    This report uses a stored procedure to retrieve it's data. I connect to the Database with JDBC.
    I have two Databases with similar schema and procedures: MS SQL Express an MySQL.
    When I create the report with MSSQL all parameters have the '@' character, as they are named. ok.
    I deploy this report in a JSP application with the crystaldecisions SDK an show it in html viewer format.
    The connection to the MSSQL DB gets established by my JSP and the CRJavaHelper.
    I pass the parameters through my URL to the JSP and finally to the CRJavaHelper (addDiscreteParameterValue)
    and everything works fine.
    The challenge starts, when I try to change the Datasource of this report to MySQL at runtime (which is a requirement in my project).
    I successfully can establish the DBConnection, but my stored procedure just doesn't get called!
    The report just displays totally empty, no Exceptions etc. are thrown. In the DB logfile I see the effort to find my procedure
    and that's all. The Statements called by the SDK finds the correct Procedure, but there's no call to the procedure.
    Of course I know, that MS SQL names it's procedures slightly different (';1' at the end), but even when I rename the table Alias to the correct name in CRHelperJava, I get no call to the procedure in MySQL. I also renamed the parameter-fields in changeDataSource(..) by casting the table to IProcedure and working on its methods. Still no success.
    What am I missing to do or what do I do wrong?
    Any suggestions or even solutions?
    Best Regards,
    Tom

    after all I have managed to set param Values, now I'm stuck because the parms seem to have dissappeared in the formula fields. E.g. I receive this Exception:
    <br><br>
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Ausnahme in Formel ""{@DurationMin}"" bei ""{dataProc.Duration}"":
    Dieser Feldname ist unbekannt.---- Error code:-2147467259 Error code name:failed
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2285)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:733)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:167)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:529)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:527)
         at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:525)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:424)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:352)
         at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)
         at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)
         at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)
         at com.crystaldecisions.sdk.occa.report.application.RowsetController.getSQLStatement(SourceFile:1485)
         at org.apache.jsp.report_jsp._jspService(report_jsp.java:360)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:386)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.crystaldecisions.reports.dataengine.DataEngineException: Ausnahme in Formel ""{@DurationMin}"" bei ""{dataProc.Duration}"":
    Dieser Feldname ist unbekannt.
         at com.crystaldecisions.reports.dataengine.DataSourceManager.do(SourceFile:692)
         at com.crystaldecisions.reports.dataengine.DataSourceManager.new(SourceFile:607)
         at com.crystaldecisions.reports.dataengine.DataSourceManagerCoordinator.a(SourceFile:505)
         at com.crystaldecisions.reports.dataengine.DataSourceManager.a(SourceFile:1060)
         at com.crystaldecisions.reports.dataengine.DataProcessor2.a(SourceFile:729)
         at com.crystaldecisions.reports.dataengine.DataProcessor2.a(SourceFile:699)
         at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.i(SourceFile:1308)
         at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.k(SourceFile:1297)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1310)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:661)
         ... 32 more
    Caused by: com.crystaldecisions.reports.formulas.FormulaException: Ausnahme in Formel ""{@DurationMin}"" bei ""{dataProc.Duration}"":
    Dieser Feldname ist unbekannt.
         at com.crystaldecisions.reports.formulas.o.a(SourceFile:1041)
         at com.crystaldecisions.reports.formulas.o.do(SourceFile:1013)
         at com.crystaldecisions.reports.formulas.o.new(SourceFile:688)
         at com.crystaldecisions.reports.formulas.o.else(SourceFile:459)
         at com.crystaldecisions.reports.formulas.f.void(SourceFile:65)
         at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:345)
         at com.crystaldecisions.reports.formulas.r.a(SourceFile:89)
         at com.crystaldecisions.reports.formulas.FormulaInfo.a(SourceFile:570)
         at com.crystaldecisions.reports.formulas.FormulaService.compile(SourceFile:347)
         at com.crystaldecisions.reports.reportdefinition.FormulaCompiler.a(SourceFile:139)
         at com.crystaldecisions.reports.reportdefinition.FormulaFieldDefinitionBase.compile(SourceFile:928)
         at com.crystaldecisions.reports.reportdefinition.o.a(SourceFile:1360)
         at com.crystaldecisions.reports.reportdefinition.o.a(SourceFile:1348)
         at com.crystaldecisions.reports.reportdefinition.o.a(SourceFile:4225)
         at com.crystaldecisions.reports.dataengine.DataSourceManager.do(SourceFile:687)
         ... 41 more
    <br><br>
    where dataProc is my stored procedure and @DurationMin is a function field.
    do I have to call verifyDatabase() when I have changed DBs and set the param Values?
    Is there a defined sequence to execute these steps?
    Edited by: tomspengler on Dec 8, 2011 1:55 PM

  • BR0978W Database profile alert - level: WARNING, parameter: LOG_BUFFER, val

    Dear SAP Gurus,
    We are getting the following error in Check Database in DB13
    BR0978W Database profile alert - level: WARNING, parameter: LOG_BUFFER, value: 14254080 (>< 4096,512 KB)
    The current Parameter : 14254080
    We have change the parameter as per SAP Note#830576, still the same error is comming.
    Kinldy Help.
    Thanks in advance.

    Hi Vijay,
    Are you trying to change log_buffer to a smaller size and you can't? If you on Oracle 10g, you won't be able to reduce log_buffer as according to Oracle Metalink 351857.1, "The Log_buffer Default Size Cannot Be Reduced In 10g R2".
    If you are concern about the warning in DB13, go to txn DB17 to change the condition will help to get rid of the warning.
    Regards,
    Annie

  • Mapping Warning as cause of changing database location

    hello group,
    i am new in working with owb 10.2, so please forgive me trivial questions.
    now to the problem:
    i set up a location for my database, created some mappings and deployed them successfully.
    yesterday i got new connection details for accessing the database, then i registered/unregistered the location in the control center manager (was that right?).
    then i created some new mappings which use tables of the database.
    when trying to deploy the new mappings (action:create) i get this error-message.
    None
    INFORMATIONAL
    ORA-04052: error occurred when looking up remote object [email protected]@SRC_domain
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02019: connection description for remote database not found
    MY_FIRST_MAP_mytable
    Create
    Warning
    ORA-06550: line 0, column 0:
    ORA-04052: error occurred when looking up remote object [email protected]@SRC_domain
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02019: connection description for remote database not found
    what does this mean?
    was the way to change the location settings for the database wrong? or can this be achieved?
    can you give me some hints?
    thanks in advance,
    sven

    When you deploy a Connector you are creating a Database Link in the schema you are deploying the connector.
    With the replace option, you drop the database link and create it again, so all the objects referring the database link will be in "invalid" status, and you'll have to deploy them again (normally all the mappings, procedures and functions using the connector-databaselink).
    If you change the location information, sometimes the name of the databaselink created when deploying the connector change, OWB creates the database link using not only the name of the connector, includes some information of the location properties, so the replace option partially fails, because the drop database link sentence fails, the create database link sentence works properly, though, and in the database you have two db-links: the old one and the new one, so if you aren't aware to deploy again the objects using the old db-link to refer to the new DB-Link, they will stay referring to the old one. For example:
    The old information of LOCATION_SOURCE:
    HOST: host1
    PORT: port1
    SID: sid1
    When you deploy the connector MY_CONNECTOR in location LOCATION_TARGET referring the schema SCHEMA_TARGET, you create a DB-Link in SCHEMA_TARGET named SID1@MY_CONNECTOR
    If you change the information of LOCATION_SOURCE:
    HOST: host2
    PORT: port2
    SID: sid2
    And then deploy MY_CONNECTOR again, you create a new DB-Link in SCHEMA_TARGET, named SID2@MY_CONNECTOR, and with the REPLACE option you don't drop the SID1@MY_CONNECTOR DB-Link so all the objects referring to this old DB-Link will be valid, but referring to an incorrect DB-Link.
    Hope I've been able to make myself understand, I've read what I have written and seems a bit confusing. Regards.
    ANA GH

  • Change user profile

    I need to change user profiles in Windows XP and would like to migrate all of my iTunes music, playlists, etc to the new Windows user account.
    I considered copying the user profile with Control Panel | System | Advanced | User Profiles Copy To function, but I'm not sure if this will work and don't want to break anything. Is this the way to do what I want or can someone point me to the correct proceedure to do this?
    Thanks, Roy

    I suggest consolidating everything to a folder that isn't tied to a user profile.
    In XP, everything is stored here by default:
    C:\Documents and Settings\ username \My Documents\My Music\iTunes\ and
    C:\Documents and Settings\username\My Documents\My Music\iTunes\iTunes Music
    See http://support.apple.com/kb/HT1660
    Consolidate it to something simple, like C:\Media using these directions
    Directions are here - http://support.apple.com/kb/HT1364
    This will keep your important ratings, play counts, etc if youa lso copy over that important database file (the ITL file).
    Then any user on the PC can use it by pressing *and holding* the shift key while starting itunes.

  • BR0978W Database profile alert

    Hi,
    DB02-----> Check DB it's showing these warnings.
    Please checks it and suggest me.
    BR0978W Database profile alert - level: WARNING, parameter: DB_WRITER_PROCESSES, value: 4 (<> 1)                
    BR0978W Database profile alert - level: WARNING, parameter: LOG_CHECKPOINT_INTERVAL, value: 0 (< 300000)        
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_FEATURES_ENABLE, value: 9.2.0 (<> 8.1.7)  
    Regards
    S.Prasad

    Hello Prasad,
    Well the parameter recommendation is depends on the database version and SAP release version.
    Using the relevant parameter notes for the affected system (Oracle 9i  and lower: Note 124361 and 180605 (BW); Oracle 10g and higher: 830576),  check whether the settings (<curr_val>) you are using are actually  correct. If so, use transaction DB17 to change the <check_val> test  values for the affected parameters to the correct <curr_val> value, to  avoid future unjustified warnings. Alternatively, you can also deactivate or delete the checks in DB17 (Active = "N").
    If warnings are issued correctly, you must adjust the parameter settings  in init<sid>.ora (and, if necessary, the other configuration files included there using IFILE).
    Best Regards,
    Madhukar

  • BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_INDEX

    Hai Experts
    When I executes DBChek i am getting following error
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_INDEX_COST_ADJ, value: 20 (<= 20)
    already checked the database parameter for OPTIMIZER_INDEX_COST_ADJ is 20,
    Thanks in advance
    KHS

    Hello,
    Please, read slowly the message you are getting:
    K Hari Shankar wrote:
    > BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_INDEX_COST_ADJ, value: 20 (<= 20)
    Lets try to understand it.
    1.- It is telling you that your parameter is currently set to 20 (and that is a correct value as per relevant SAP note that you have checked)
    2.- it is telling you that the current value is lower or equal to a specified valued to be checked against (<=20)
    so, what could be the "problem", your parameter setting is OK, and the check is telling you the true, but you do not want the "warning"
    perhaps the check is not properly configured?
    of course 0.o
    it should be checking if the value is different than 20, not lower or equal to 20
    therefore, you have to change the check
    this is done with DB17, go to that transdaction and change the check (perhaps it is DB16, right now I'm not 100% sure which one is display and which one is for change)

  • What is Minimum database requirement for EBS R12

    What is Minimum database requirement for EBS R12? for example if it works only with enterprise edition or with standard edition also.
    Regards,
    Sandeep V

    Question is very interesting and very important. The link does not answer if "standard edition" can be used. Obviously, Rapid Install installs EE database. But we can move the database to another dedicated database server.
    And the question becomes "Can we move it to a Standard Edition database server"? Huge ramifications on costs. Extremely important. Nowhere I could find positive answer. I wonder if anyone had found an answer?AFAIK, it is not supported.
    My own research shows that VIS database (built at home) has partitioned tables in APPLSYS and APPS schemas. Partitioning is not supported in Standard Edition.Correct.
    I wonder if we can migrate the database and manually move several partitioned tables into non-partitioned Standard Edition. Will EBS R12 break? Will Oracle Support cancel its support?Oracle will not support this -- Please log a SR to confirm this with Oracle Support.
    Thanks,
    Hussein

  • Skype crashes upon call and when i try to change my profile settings

    Recently (Or not, it's been like a month) I've been having issues with Skype 7.0 or any versions more recent than that. Every time I host or join a call and every time I try to change my profile picture my Skype goes "Not responding" and seconds later my PC freezes. But legit FREEZES: I can't go to start menu, I can't open windows taskmanager, I can't alt + tab, nothing. I have to hard restart my pc. I've tried downgrading to 6.14 and that works perfectly. Until I turn off my pc and start it up again because for some weird reason, whenever I start my PC and Skype opens up it's back to 7.0 or 7.3 or 7.4, even with automatic updates turned off. I've updated all my drivers, started my PC with nothing plugged in but the power cord and it's still doing the thing. I've been uninstalling Skype and reinstalling 6.14 every day for weeks now, I'm sick of it.  I need help. (I've included my DxDiag since I see a lot of support staff ask for it)

    Perhaps information on the issue will be available in the System Information tool (msinfo32). Go to Windows Start and in the Run box type msinfo32.exe and press the OK button. This will open the System Information window.  In this window click on File and select Export. Save the msinfo.txt file to your hard drive, Zip this file and attach the zipped file to your post here.

  • User Profile Incremental Sync does not views changes in profiles.

    User Profile Incremental Sync does not views changes in profiles. I make full sync - all ok. then I change the phone number for example, and then start incremental sync and nothing moves to AD. 
    All the stages of FIM sync just state 0 records to process. Looks like it does not see the changes
    1.profile property is set up to sync with AD attribute (with EXPORT).
    2.no errors in Windows logs or FIM UI client, nor in sharepoint UI
    3. sharepoint server 2010 SP1, "CU June 2012"  14.0.6123.5002
    4. I have just reprovisioned sync service, set up AD connections and property-attribute relations. before
    there was this problem http://social.msdn.microsoft.com/Forums/en-US/cb2b8aeb-d1b6-49a6-a788-2491ca45308a/critical-error-6398-userprofileimportjob-problem-profile-sync-malfunction?forum=sharepointadminhttp://social.msdn.microsoft.com/Forums/en-US/cb2b8aeb-d1b6-49a6-a788-2491ca45308a/critical-error-6398-userprofileimportjob-problem-profile-sync-malfunction?forum=sharepointadmin,
    which I resolved by clearing timer service cache.
    Help with advice, urls or solurions please..

    Hi  VlH,
    According to your description, the issue can be caused by the Profile or Profile Values table.
    You can check the event log and ULS log to see detail error message.
    To check event log, click the Start button and type “Event Viewer” in the Search box.
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    For your issue you can refer to the similar thread:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/bc3cd2ff-dc12-4223-a80b-e4cae616e861/user-profile-sync-doesnt-update-the-profiles-from-ad?forum=sharepointadminlegacy
    Also a good blog for user profile synchronization:
    http://www.harbar.net/articles/sp2010ups.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • I'm using iphone 4s and after upgrading to ios 6, my facebook app seems to have lsot the 'share' button altogether, which means i cant share anything on my news feed. I cant change my profile or cover pic on fb which i could before the upgrade. Help Pls

    I'm using an iphone 4S with IOS 6. Before the upgrade I was able to share thigns from my news feed on facebook and change pictures (profile, cover) from my phone. After upgrading I cannot share or change pictures or articles. I've tried resetting my phone, deleting and re-installing fb app, but no success. Would appreciate any help, suggestions...Cheers

    I've never been able to share FaceBook posts nor seen the option using the iOS FaceBook app regardless the FaceBook app and iOS version. I can Like and I can Comment, and if I select a link or video to view under iOS 6, I can use the Share option for the link or video, but not for a post.

Maybe you are looking for

  • With one condition included my discoverer report is taking hours to run

    Hi, I am trying to build a discoverer report based on a view and i have defined couple of conditions as per the business requirement. Here is my view which is executing fine from database and at discoverer level. Now the requirement is to get the det

  • Importing subtitles from speech recognition

    Hi I have been using CS4 and have used the speech translation tool from an mpeg file . Is there any way of importing the speech transcript into subtitles and keeping the timings for the speech. I know i can import the text into encore but i need a ve

  • Notebook/ Windows Vista/ CD Recovery/ Error 05-0172-04​5D

    Hello every one. I was trying to re-install the CD recovery. But, while the CD was running a short time, from the screen has came out an error. The error no. was 05-0172-045D. An error has occured . Please press OK to turn off computer. Thanks very m

  • Transfer an app from iPhone to macbook pro air

    I downloaded an app on my phone and when I tried to download the same app on my macbook air it automatically downloaded the link to find the app in the app store. How do I fix it so that I get the app instead of the link?

  • HT5312 i forgot my security questions answer

    Dear sir i forgot my security questions answer, what should i do? please help me best regard khashayar shafighi