How to skip the job during 12.1.1 upgrade automatically

Hi All,
We have completed our upgrade to R12.1.3 from 11.5.10.2 and during the upgrade process we have come across a worker failure for MSDOPDCODE.sql as below
ERROR at line 1:
ORA-33292: Insufficient permissions to access analytic workspace APPS.ODPCODE
using the specified access mode.
ORA-06512: at "SYS.DBMS_AW", line 67
ORA-06512: at "SYS.DBMS_AW", line 131
ORA-06512: at "SYS.DBMS_AW", line 977
ORA-06512: at "SYS.DBMS_AW", line 930
ORA-33262: Analytic workspace APPS.ODPCODE does not exist.
ORA-06512: at "SYS.DBMS_AW", line 901
ORA-06512: at "APPS.MSD_AW_LOADER", line 10
ORA-06512: at line 3
and we had skipped the worker. We are thinking of a way to automate this process for the next round of upgrade by updating the upgrade driver, but we when we checked the driver, we see these lines only
$>grep MSDODPCODE.sql u_merged.drv
copy msd patch/115/sql MSDODPCODE.sql 120.14
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDABOUT.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDABOUTINFO.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACCESSRWLIB.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACCMSDIMS.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACCMSGRP.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVEFOLDER.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYCATAL.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYENTRY.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYERROR.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYFORMU.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYRETCO.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYRETVA.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYTEXT.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDADDASGENTRY.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSD__OBCAT.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSD__OBENTRY.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSD__OBPROP.sql
# file-version-parsed msd patch/115/sql MSDODPCODE.sql 120.14
# noexec msd patch/115/sql MSDODPCODE.sql
$>
So, I didn't see any specific line which is executing the sql. Can you guys suggest a better aproach to automate this process?
Thanks

965417 wrote:
Hi All,
We have completed our upgrade to R12.1.3 from 11.5.10.2 and during the upgrade process we have come across a worker failure for MSDOPDCODE.sql as below
ERROR at line 1:
ORA-33292: Insufficient permissions to access analytic workspace APPS.ODPCODE
using the specified access mode.
ORA-06512: at "SYS.DBMS_AW", line 67
ORA-06512: at "SYS.DBMS_AW", line 131
ORA-06512: at "SYS.DBMS_AW", line 977
ORA-06512: at "SYS.DBMS_AW", line 930
ORA-33262: Analytic workspace APPS.ODPCODE does not exist.
ORA-06512: at "SYS.DBMS_AW", line 901
ORA-06512: at "APPS.MSD_AW_LOADER", line 10
ORA-06512: at line 3
and we had skipped the worker. We are thinking of a way to automate this process for the next round of upgrade by updating the upgrade driver, but we when we checked the driver, we see these lines only
$>grep MSDODPCODE.sql u_merged.drv
copy msd patch/115/sql MSDODPCODE.sql 120.14
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDABOUT.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDABOUTINFO.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACCESSRWLIB.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACCMSDIMS.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACCMSGRP.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVEFOLDER.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYCATAL.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYENTRY.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYERROR.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYFORMU.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYRETCO.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYRETVA.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYTEXT.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDADDASGENTRY.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSD__OBCAT.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSD__OBENTRY.sql
sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSD__OBPROP.sql
# file-version-parsed msd patch/115/sql MSDODPCODE.sql 120.14
# noexec msd patch/115/sql MSDODPCODE.sql
$>
So, I didn't see any specific line which is executing the sql. Can you guys suggest a better aproach to automate this process?
Thanks
Please see (Patch 6678700 Worker Fails On Applying MSDODPCODE.sql With ORA-33292 Insufficient Permissions To Access Analytic Workspace APPS.ODPCODE; ORA-33262: Analytic workspace ODPCODE does not exist. [ID 1054417.1]).
You should not skip the worker unless you are instructed to do so by Oracle Support. Please run "sqlplus -s APPS/***** @<Path to $MSD_TOP>/patch/115/sql/MSDODPCODE.sql" manually after fixing the issue as per the doc and check then.
Thanks,
Hussein

Similar Messages

  • How to skip database JOBS during export &  import ?

    1) Is there a way to skip database jobs while exporting (EXPDP) ?
    2) Is there a way to skip database jobs while importing (IMPDP) ?

    johnpau2013 wrote:
    1) Is there a way to skip database jobs while exporting (EXPDP) ?I forgot where, but I have clipped following from some blog, that helped me with this question in the past. You may want to add more filters for schema as well ...
    #exclude scheduler jobs from expdp
    exclude=procobj:"IN (SELECT NAME FROM sys.OBJ$ WHERE TYPE# IN (47,48,66,67,68,69,71,72,74))"
    >
    2) Is there a way to skip database jobs while importing (IMPDP) ?You can use exclude from above, or if your exclude file already does not contain scheduler/jobs, then you can do skip the exclude. do test before running on prod, it worked for me doesnt mean it will work for you 100%.
    Raj

  • How to skip the update during start up of my new playbook

    Hi... I just purchased my a new playbook and it is very frustrating... and disappointing... cause I need it wifi to get it started... After i managed to go to a cafe and get Wifi it was even more frustrating... since I had to update the software which is nearly 300MB... which I could not download since it was slow and getting disconnected... I wish blackberry gave smaller updates... or an option to skip the update... cause it 7 days since I have got my new playbook and yet not been able to use it... I would not recommend my friends to go for it since its been disappointing is there any other way to get it started or easier way to update the software... since its frustrating having it and not being able to use it.. Please help me with the problem Regards Rahul

    The update process is to ensure you have the latest OS on it.
    I dont know of a way to get around it at this time.
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • How to run the job using DBMS_SCHEDULER

    How to run the job using DBMS_SCHEDULER
    pleas give some sample Iam very new to DBMS_SCHEDULER

    Hi
    DBMS_SCHEDULER
    In Oracle 10g the DBMS_JOB package is replaced by the DBMS_SCHEDULER package. The DBMS_JOB package is now depricated and in Oracle 10g it's only provided for backward compatibility. From Oracle 10g the DBMS_JOB package should not be used any more, because is could not exist in a future version of Oracle.
    With DBMS_SCHEDULER Oracle procedures and functions can be executed. Also binary and shell-scripts can be scheduled.
    Rights
    If you have DBA rights you can do all the scheduling. For administering job scheduling you need the privileges belonging to the SCHEDULER_ADMIN role. To create and run jobs in your own schedule you need the 'CREATE JOB' privilege.
    With DBMS_JOB you needed to set an initialization parameter to start a job coordinator background process. With Oracle 10g DBMS_SCHEDULER this is not needed any more.
    If you want to user resource plans and/or consumer groups you need to set a system parameter:
    ALTER SYSTEM SET RESOURCE_LIMIT = TRUE;
    Baisc Parts: Job
    A job instructs the scheduler to run a specific program at a specific time on a specific date.
    Programs
    A program contains the code (or reference to the code ) that needs to be run to accomplish a task. It also contains parameters that should be passed to the program at runtime. And it?s an independent object that can referenced by many jobs
    Schedules
    A schedule contains a start date, an optional end date, and repeat interval with these elements; an execution schedule can be calculated.
    Windows
    A window identifies a recurring block of time during which a specific resource plan should be enabled to govern resource allocation for the database.
    Job groups
    A job group is a logical method of classifying jobs with similar characteristics.
    Window groups
    A window groups is a logical method of grouping windows. They simplify the management of windows by allowing the members of the group to be manipulated as one object. Unlike job groups, window groups don?t set default characteristics for windows that belong to the group.
    Using Job Scheduler
    SQL> drop table emp;
    SQL> Create table emp (eno int, esal int);
    SQL > begin
    dbms_scheduler.create_job (
    job_name => 'test_abc',
    job_type => 'PLSQL_BLOCK',
    job_action => 'update emp set esal=esal*10 ;',
    start_date => SYSDATE,
    repeat_interval => 'FREQ=DAILY; INTERVAL=10',
    comments => 'Iam tesing scheduler');
    end;
    PL/SQL procedure successfully completed.
    Verification
    To verify that job was created, the DBA | ALL | USER_SCHEDULER_JOBS view can be queried.
    SQL> select job_name,enabled,run_count from user_scheduler_jobs;
    JOB_NAME ENABL RUN_COUNT
    TEST_abc FALSE 0
    Note :
    As you can see from the results, the job was indeed created, but is not enabled because the ENABLE attribute was not explicitly set in the CREATE_JOB procedure.
    Run your job
    SQL> begin
    2 dbms_scheduler.run_job('TEST_abc',TRUE);
    3* end;
    SQL> /
    PL/SQL procedure successfully completed.
    SQL> select job_name,enabled,run_count from user_scheduler_jobs;
    JOB_NAME ENABL RUN_COUNT
    TEST_ABC FALSE 0
    Copying Jobs
    SQL> begin
    2 dbms_scheduler.copy_job('TEST_ABC','NEW_TEST_ABC');
    3 END;
    4 /
    PL/SQL procedure successfully completed. Hope it will help you upto some level..!!
    Regards
    K

  • How to get the job logs from sm35 by using the queue id and session name?

    hi all,
    can any one please let me know how to read the job log from sm35 by using the session name and queue id. i have the job name and job count but is it possible to download the job log by using the queue id and session name.
    FYI..
    i want to read this job log and i want to send it to an email id.
    -> i am using the job_open and submitting the zreport via job name and job count and then i am using the function module  job_close.
    but this is not working in my scenario i have the queue id and session name by using this two i want to get the job log is there any function module available or code please provide me some inputs.
    thanks in advance,
    koushik

    Hi Bharath,
    If you want to download it to the local file then you can follow the instructions in the below link.
    How to download Batch Input Session Log?
    Regards,
    Sachin

  • How to schedule the job to run evry Sunday at 12 P.M IST.

    Hi Experts,
    I want to schedule a job which will run evry Sunday at 12 P.M IST.
    I have written the below script.
    [code]BEGIN
      SYS.DBMS_SCHEDULER.CREATE_JOB
           job_name        => 'SERVICE_SAL_FS.SAL_MESSAGE_BUFFER_PURGE_JOB'
          ,start_date      =>  SYSTIMESTAMP
          ,repeat_interval => 'FREQ=WEEKLY; BYDAY=SUN; BYHOUR=12;BYMINUTE=0; BYSECOND=0;'
          ,end_date        =>  NULL
          ,job_class       => 'DEFAULT_JOB_CLASS'
          ,job_type        => 'STORED_PROCEDURE'
          ,job_action      => 'SERVICE_SAL_FS.SAL_MESSAGE_BUFFER_PURGE_PROC'
          ,comments        => 'Run at 12 P.M.IST every Sunday'
          ,enabled            => TRUE
    END;[/code]
    But the server in US.
    [code]SELECT sysdate from Dual;
    6/11/2013 3:58:58 AM
    --But the time in India is 02:28 PM [/code]
    How to convert the timezone to IST.
    Please help me how to schedule the job to run evry Sunday at 12 P.M IST.
    Thanks.

    Did you read DBMS_SCHEDULER docs:
      The calendaring syntax does not allow you to specify a time zone. Instead the Scheduler retrieves the time zone from the start_date argument. If jobs must follow daylight savings adjustments you must make sure that you specify a region name for the time zone of the start_date. For example specifying the start_date time zone as 'US/Eastern' in New York will make sure that daylight saving adjustments are automatically applied. If instead the time zone of the start_date is set to an absolute offset, such as '-5:00', daylight savings adjustments are not followed and your job execution will be off by an hour half of the year.
      When start_date is NULL, the Scheduler will determine the time zone for the repeat interval as follows: 
    It will check whether the session time zone is a region name. The session time zone can be set by either:
    Issuing an ALTER SESSION statement, for example:
    SQL> ALTER SESSION SET time_zone = 'Asia/Shanghai'; 
      Setting the ORA_SDTZ environment variable.
      If the session time zone is an absolute offset instead of a region name, the Scheduler will use the value of the DEFAULT_TIMEZONE Scheduler attribute. For more information, see the SET_SCHEDULER_ATTRIBUTE Procedure.
      If the DEFAULT_TIMEZONE attribute is NULL, the Scheduler will use the time zone of systimestamp when the job or window is enabled.
    SY.

  • How to restrict the job start conditions (only "Immediate" type) ?

    Hi,
    We allow our users to schedule and execute in background mode transactions (example IP19, IW38). We gave them for that authorizations (object S_BTCH_JOB with LIST, PROT, RELE and SHOW - objetct S_PROGRAM with BTCSUBMIT).
    We would like that users can schedule and execute their jobs only with the u201CImmediateu201D job start condition (in the Start Time screen for the type of start condition : Immediate, Date/Time, After job, After event, or At operation mode).
    Another solution: prohibit the scheduling and the execution background job in a certain time interval ...
    How can restrict the job start conditions ?
    Thank you.
    Patrice.

    Hi Jan,
    Yes, sa38 makes it possible indeed to execute in background into immediate mode a job but
    the user have to know the name of the program to be carried out ...
    The user knows only the name of these transactions trade. For example, IW38.
    In the menu of this transaction, SAP gives the possibility to execute in background :
    Program --> Execute in Background --> display of Start Time screen for the type of start condition :
    Immediate, Date/Time, After job, After event, or At operation mode).
    It is at this time there that we want that the user can only choose the "immediate" mode.
    We must thus prohibit the other choices (Date/Time, After job, After event, or At operation mode) ... and
    and we don't know how to restrict these other options in this screen "Start Time screen for the type of start condition".
    Thank you.
    By.

  • How to edit the job name in SM37

    Hi All,
    I have job in SM37 with the mane ZBI_PROCESSING and the Job in Release status. Now I want to change the Job Name to Z_PROCESSING_SS. Please let me know how to edit the Job Name.
    Regards,
    Ravi

    Hi Ravi,
    In SM37 when you have the list of all jobs, right-clic on the job you want to rename, copy, enter the new name.
    Then you can delete the first job. The copied one will then be executed.
    Regards,
    Fred

  • How to synchronise the job processing from the program.

    How to synbchronize the job processing when we are creating jobs from the program.
    Thanks,
    Ramana.

    hi,
    yes you can do this..
    try this
    create a two screen suppose 9000 and 9001..
    then right click on your program name...
    create a TCODE say TONE..
    in this give the screen number 9000..
    now again right click on the program name
    create a TCODE say Tsecond
    in this give the screen number 9001...
    hope this will help you..
    Regards
    Ritesh J

  • How to find the job and job status from RSPCM

    hi all,
    suppose we got an error and in rspcm the process was failed.i want to know the status of that particular job.and if any i want to stop that job in SM37.
    plz tell me how to find the job and job ststus from RSPCM...and how to stop that job in SM37
    thanks,
    jack

    Hi Jack,
    RSPCM: T.Code
    This transaction is used to monitor the process chains
    First:
    here you need to add the process chains into the sheet
    Second:
    Then you can monitor the process chains in this transaction code
    Like you can see the :  status ,proces chain ,Last run date ,Last run time ,Log ID
    Status : Green when sucessful,Yellow when running & Red when you get errors
    Now when yoy click on any of the process chain in RSPCM you will go to the LOG VIEW as you see in RSPC transaction
    SM37:T.code
    This transaction is used for Job Overview
    you can see many options in SM37
    like Released,active,cancelled,finished,etc
    Just select the ACTIVE  jobs and also pass STAR in JOB ID & USER ID
    here you can only see the active jobs
    Goto Step in toolbar
    select the program displayed
    then chose option GOTO - Variant in main menu bar
    in the variant you can see the job belong to which Process chain
    if you want to cancel this job come back to SM37 Display screen
    Select the Job and select the JOB DETAILS tab in Tool Bar
    Collect the WIP ( Work Permit ID)
    Go to SM50 T.code and find the WIP
    in Main Menu Bar you find the option Cancel with Core choose this it will cancel the Job
    Regards
    Hari

  • HOW TO SEE THE JOB NUMBER IN DISPLAY MODE?

    Hi all,
    I am new to apo and how to see the job number in display mode?
    i can see a couple of trns for create, delete and change and not to display it?
    Can anyone tell me abt it?
    Thanks
    pooja

    Hi Pooja,
    I assume your query is on identifying job ID in display mode
    To find out that, goto sm37, execute it and double click on
    the job, and then click on job details, you will get the
    job id (job number) in display mode
    Regards
    R. Senthil Mareeswaran.

  • How to skip the date in breakdown maint order

    Dear PM Guru's,
    please suggest me how to skip the date inbetween the two working days. please check the below scenario: based on factory calendar (production ) saturday was holiday. one breakdown maintenance order was opened on friday afternoon and its closed on sunday afternoon. now user wants only breakdown hours of production running days/ hours. production was produced upto saturday earlymorning and its renewed sunday morning. where as saturday producion was not planned and its not produced , so user wants to skip that time from the breakdown duration calculation. please suggest me is it right practice? if its right how we have to do in SAP? please let me know it.
    thanks in advance to all the PM guru's
    regards
    Jalu

    Hi,
        check this link Equipment Downtime
    I believe u may have to recalculate the breakdown hrs using some FM in user exit QQMA0014 QM/PM/SM: Checks before saving a notification

  • How to skip the header rows of the file using UTL_FILE?

    Hi,
    I created a procedure to read the file from shared location using UTl_FILE package. But, I stucked why because I don't know how to skip the header rows as those rows are headings for one of the report.Since, please help me.
    Regards,
    Vissu.....

    vissu wrote:
    Hi,
    I created a procedure to read the file from shared location using UTl_FILE package. But, I stucked why because I don't know how to skip the header rows as those rows are headings for one of the report.Since, please help me.
    Regards,
    Vissu.....UTL_FILE just reads data from the file. It has no concept of what could be a "header" or "body" or "records" or "footer" or any other data based concept. If you want to skip lines of a file, you will just need to read them using UTL_FILE and ignore them.

  • How to do the job scheduling in BDC Call transaction

    Hi Experts,
    I've a Query like how to do the job scheduling in BDC Call transaction
      If anybody knows the answer please send me the reply.
      Thanks.
       Regards,
        Rekha

    Hi ,
    any progarm can be scheduled, wether it may be BDC or report thru SM36 Tcode.
    But do rememeber that if ur BDC is using GUI_UPLOAD function module, then it wont work , coz the function Gui_upload or GUI_DOWNLOAd wont work in back ground.
    If u r going to use OPEN_DATASET , READ dataset ....then it can be scheduled. i.e BDC can work if ur program retrievesz the data from Application server.
    Rvert back if any issues,
    Reward with poinst if helpful.
    Regards,
    Naveen

  • How to Get the Job, Cost center, Position description using select query

    Hi all,
    How to get the  Job, Cost center, Position description through select query without using the Function module?
    thanks,
    Prasad

    use adhoq query and take the report chose both text and value

Maybe you are looking for

  • Problems with the Creative Cloud Desktop

    Hi i changed my Email adress cause i couldnt verify it, because this email got spammed by facebook and all that stuff so my mailbox was always full and i didnt get adobe email. So the problem is, that i changed the email to a new one cause i need to

  • Transfer of data from ODS to ODS

    Hi, I have update rules set up from ODS 1 to ODS 2. I would like to take all ODS data into the ODS 2. In BI 7.0 we use transformations for this. How do we do this in the older version? Thanks

  • IViews throwing exception from Non Admin Login?

    Hi, I have created some iViews using .Net PDK for SAP. I have added these iViews to a page. Then the page is added to workset. I have created a new role and assigned this workset to the new Role. Then I have created a new User and associated this use

  • Safari doesn't work on my new iPad

    I have a new iPad and Safari won't work.  I have WiFi connectivity (in my house) but no SIM card.  Regardless, my old iPad Safari worked fine but this new one doesn't.  Email, You Tube, etc. all work fine; just not Safari.  Please help me.  Thank you

  • ITunes wish list button problem

    Using my iPad mini to browse the iTunes Store: some albums and individual songs have Wish List button showing up on the Up-Arrow-Box button.  But more do not, and I cannot find any other way to put items on the Wish List.  Any suggestions?  Or should