Disable logging completly- even for missing objects

Hi
i hav dev database that is generating millions of job failure/due to missing objects... is there away to disable the errors?
those jobs are scheduled thru dbms_schedule jobs have their logging level already set to "no logging ( off ) "
but i think oracle still geenrates eror when there is missing object ....

RnR wrote:
Hi,
Can you post exactly what error messages you are seeing and where ? Oracle does log job failures to the alert log even if logging is off. But if logging is off there shouldn't be any rows in the JOB_LOG or JOBRUN_DETAILS views.
One other thing to consider is that the job class that the job points to also has a logging level which specifies the minimum logging level that will be done for the job, so you may need to reduce the logging level of the job class as well.
Hope this helps,
Ravi.for example
ORA-12012: error on auto execute of job "DEV-SCHEMA1"."P_DELETE_Data"
ORA-06576: not a valid function or procedure name
looks like a job failing because its calling P_Delete_data which doesnt exist ... .. the job belongs to default job class and logging level set to "Log Job runs only (RUNS)" will end users notice if I change it to off ?
I only want to stop the logging in the db alert.log not in the job tables and views ... I still want them there so users can debug their jobs ...

Similar Messages

  • Disable Log file creation for a Berkeley DB database

    Hi,
    I'm using Berkeley DB 6 with Oracle Mobile Server 11.3.  When I sync a lot of data, a lot of logfile are created and I think that this is really slowing down my sync process.  Since I never need to recover those client database, I would like to know if it is possible to disable log creation on a Berkeley Database?
    Thank you

    The version of BDB that is used for DMS is TDS (Transaction Data Store).   In that environment, logging is needed to ensure recoverability.   There isnt a way to disable logging.     If you never need to do recovery, then you can use the BDB utilities and occasionally do checkpoints which will flush the cache, or you can shut down the client application.  After this is done then you can remove the log files, since you are claiming that you will not need them for recovery.   
    thanks
    mike

  • Disable logging to database for a single step

    I need to record a step to report but that particular step should not be recorded to database. Any suggestions on how to achieve this?
    A part of the database schema I have is:
    The schema handles results as follows:
    - Logs UUT Results to the UUT_RESULT table.
    - Logs Step Results to STEP_RESULT table.
    - Logs sequence call step details to STEP_SEQCALL table.
    Currently all the steps are getting recorder under STEP_RESULT table.
    Also is there a way to make it generic so that when this particular step type is used it never gets logged to database but does show on the report?
    Thanks.
    CLD,CTD
    Attachments:
    DatabaseOptions.JPG ‏51 KB

    lvrat -
    I believe you have two options to ignore a specific step type:
    1) You can set the Precondition setting for the STEP_RESULT statement to something like:
        Logging.StepResult.TS.StepType != "MyStepTypeNameToIgnore"
    2) You can set the Result Filtering Expression setting for the Database Options tab to
        Logging.StepResult.TS.StepType != "MyStepTypeNameToIgnore"
    If there was a unique property for these steps, you could use the existence of that property.
    - Scott
    Scott Richardson
    National Instruments

  • Disable log-in feature for Photoshop Elements 12

    I really do not want to be connected to Adobe in any way, shape or form while using their product.
    I detest and loathe this company.  The day another company produces a way to do accurate frequency seperation for retouching, I will be gone for good.
    I wish to register and activate my copy of PSE 12 one time: I do not wish to remain signed in to continue using my app, this feels like rape.
    I am not sure if I could do a silent install and disable the feature?  I bought this off of Amazon and did not realize what this sleaze ball company had changed.  I am in contact with Amazon about getting my money back but they suggested first to contact Adobe and see if there is simply a way to register and activate the software the traditional way, before Adobe started raping and molesting their customers.
    Chat reps did not help and said that this was a good thing and the customers requested it.  THis is BS.
    Here are links showing possible solutions.  If this company has anyone who is actually human working for it, please help.
    https://exception.licenses.adobe.com/aoes/aoes/v1/t1?locale=en

    Hi,
    Sorry to hear about the problem and the experince.
    Offline activation is one of the way you can use to activate your program if you are not connected to the internet.
    Else you can try the silent installation method mentioned in the below article,
    http://helpx.adobe.com/photoshop-elements/kb/photoshop-element-12-silent-install.html
    Let me know if you need any further help.
    -Harshit yadav

  • [svn] 3540: Fix for missing name of the exception class, when @ throw is used.

    Revision: 3540
    Author: [email protected]
    Date: 2008-10-09 11:20:44 -0700 (Thu, 09 Oct 2008)
    Log Message:
    Fix for missing name of the exception class, when @throw is used.
    Also fixes for:
    SDK-17212 - Add a line feed between messages in the ASDoc validation_errors.log file.
    SDK-17242 - The Constants.as and GlobalFunctions.as classes from system classes need to have their content added to __Global__.xml
    SDK-17256 - For methods of the mx.components.Group class, args or return values of type Object do not appear in the ASDoc output.
    QA: Yes
    Doc:
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17212
    http://bugs.adobe.com/jira/browse/SDK-17242
    http://bugs.adobe.com/jira/browse/SDK-17256
    Modified Paths:
    flex/sdk/trunk/asdoc/templates/class-files.xslt
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Revision: 3540
    Author: [email protected]
    Date: 2008-10-09 11:20:44 -0700 (Thu, 09 Oct 2008)
    Log Message:
    Fix for missing name of the exception class, when @throw is used.
    Also fixes for:
    SDK-17212 - Add a line feed between messages in the ASDoc validation_errors.log file.
    SDK-17242 - The Constants.as and GlobalFunctions.as classes from system classes need to have their content added to __Global__.xml
    SDK-17256 - For methods of the mx.components.Group class, args or return values of type Object do not appear in the ASDoc output.
    QA: Yes
    Doc:
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17212
    http://bugs.adobe.com/jira/browse/SDK-17242
    http://bugs.adobe.com/jira/browse/SDK-17256
    Modified Paths:
    flex/sdk/trunk/asdoc/templates/class-files.xslt
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

  • [svn:fx-trunk] 8536: Fix for missing whitespace in ASDoc examples.

    Revision: 8536
    Author:   [email protected]
    Date:     2009-07-13 17:00:59 -0700 (Mon, 13 Jul 2009)
    Log Message:
    Fix for missing whitespace in ASDoc examples.
    Bugs: SDK-21788
    QE Notes: None.
    Doc Notes: None.
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21788
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • One or more required office component failed to complete successfully for more information, consult the setup log file. while uninstallation of sharepoint 2013

    One or more required office component failed to complete successfully for more information, consult the setup log file. while uninstallation of sharepoint 2013

    go to start > run > type %temp% > here check for latest file and provide us details in that log file
    If this helped you resolve your issue, please mark it Answered

  • After enabling cellular data, i am receiving mails even if disable "use cellular data for mail", due to this data usage usage use is more, if we have fix please let me know

    Phone Model and OS
    Model - iphone 5
    IOS 8.0.2
    Problem Description
    After enabling cellular data, i am receiving mails even if we disable "use cellular data for mail", due to this data usage usage use is more, if we have fix please let me know.
    Steps:
    1. Enable Cellular Data
    2. Disable mail on "use cellular data for mail
    3. check whether mail is received or not
    tried multiple times and i am getting more billing amount because of data usage

    Mail isn't the only app using data. Turning it off there has no effect whatsoever on whether the rest of iOS or other apps you have installed. In fact most apps use data these days, at a minimum for Notifications and often for gameplay and other features.

  • Can I disable logging for session in Oracle 10g?

    I use a procedure to delete a lot of row for an application repeatedly. Because the DELETE statement is time consuming and the data don't need to be archived, I decide to use the nologging option.
    How to do it?
    What is the best choice? Can I disable logging from session in Oracle 10g?
    Thank you
    Edited by: jetq on Jul 23, 2009 9:46 AM

    Hi,
    "Delete" without generating redo-log is not possible.
    If you are on 10g, one way of making this thing efficiant is partition the table, with range-list partitioning. Partitioning existing table will be an excercise in itself, but that will be one time activity.
    In partitioned (or sub-partitioned) tables, you can truncate a partition (or subpartition). That won't generate any redo log (or very very less redo log) and that runs in seconds.
    In your case if you range partition INCOMING table by datetime (1 partition per day) and list sub-partition it by STATUS, that would help.
    Another approach is, if you are deleteing, say 80% records every day and leaving 20% (or very less) records. What you can do is, partition the table only by range on datetime. Then, every time you want to delete data, copy the rows you want to keep in some other table (or temporary table), truncate partition for that day and insert rows back (which you want to keep).
    I have done a similar thing and it works very quickly and generates very less redo log. Redo log generated in case of truncating partition or creating new partitions is just for Oracle internal commands (like data dictionary update etc).
    Have fun.

  • Cannot view workflow log via Services for Object Workflow Overview

    We recently had an upgrade of R3/ECC and discovered a new issue.  For some reason we can no longer view workflow log via Services for Object > Workflow Overview for Material Master (transaction MM03).  We get the message "There are no workflows that have already worked with this object".  However, we have confirmed via SWEL and other t-codes that the workflow and log do exist.  This seems to be the only object we have this issue for after the upgrade.
    Anyone know what issue is and how to fix?   Or at least path to config in SPRO for "generic object services" where we can see if anything changed via upgrade for this object?
    Thanks,
    Matt
    Edited by: Matthew Huth on Apr 22, 2008 9:23 PM

    Found the solution.  See OSS note 553246.  This has been tested and works for us.   -Matt
    Note 553246
    Summary
    Symptom
    In the material master, the system no longer displays the attachments for the material or workflow items in the Generic Object Services.
    Other terms
    MM01, MM02, MM03
    Reason and Prerequisites
    As of Release 4.6B, business object BUS1001006 is valid for the material master. Until you have implemented Note 452424, the Generic Object Services is still published for the old BUS1001 business object. After implementing the note, all attachments, relationships, notes and workflow items that are assigned to business object BUS1001 are no longer displayed.
    Instead, all new attachments are assigned to business object BUS1001006. As a result, attachments cannot exist for both systems.
    For workflow items, the assignment to the business object occurs in the respective tasks. It may be very time consuming to convert the business object, depending on whether an individual subtype (assigned to BUS1001) is created.
    In other words, after you implement the note, the workflow items for business object BUS1001 can no longer be displayed in the material master.
    Solution
    With the following correction you can call the Generic Object Services for both business objects. When it is called, the system displays a dialog box in which you can choose the required business object, that is, BUS1001 ('Material') or BUS1001006 ('Standard material').
    This correction is delivered as a modification supported by SAP only. This is because the additional option means that attachments can be maintained as required in either of the business objects and users may therefore require extra training.
    However, the corrections enable you to display attachments and workflow items for both business objects without the need for a major conversion; this means that you do not get the impression that these have been lost.
    Alternatively, as of Release 4.70 (or Basis 6.20) you can, without making a modification, implement method ADD_OBJECTS of BAdI GOS_MULT_PUBLISH for filter attribute WF_OVERVIEW ('Workflow overview'), SRELATIONS ('Relationships') and VIEW_ATTA ('Attachment list'). The implementation should be similar to the following:
    METHOD if_ex_gos_mult_publish~add_objects .
      DATA:
        ls_lporb TYPE sibflporb.
      READ TABLE ct_lporb INTO ls_lporb INDEX 1.
      if ls_lporb-typeid = 'BUS1001006'.
        ls_lporb-typeid = 'BUS1001'.
        append ls_lporb to ct_lporb.
      endif.
    endmethod.

  • No log was created for object SDOK and sub-objekt QUEUEING

    Hi All,
    I am getting the error "No log was created for object SDOK and sub-objekt QUEUEING " while uploading the document.
    Error is triggered at the call of Function Module:
      CALL FUNCTION 'SDOK_PHIO_STORE_CONTENT'
    Kindly help with the solution.
    thanks,
    Arti.

    Hi Arti,
    Kindly take help from abap and resolve by following manner:
    Check sap note 1173675 and error 26296.
    Check entries and make the entries in table SDOKPROP.
    I hope this will resolve the query.
    Regards,
    Ravindra

  • Getting contacts updated in sync logs after pushing data for activity object

    Hi,
    I used below snippet to create Import Definition for Activity Object using Eloqua Bulk 2.0. 
        "syncActions": null,
        "isSyncTriggeredOnImport": "true",
        "name": "External Activity via Bulk API",
        "updateRule": "always",
        "secondsToRetainData": "3600",
        "fields": {
            "C_EmailAddress": "{{Activity.Contact.Field(C_EmailAddress)}}",
            "CampaignID": "{{Activity.Campaign.Id}}",
            "AssetName": "{{Activity.Asset.Name}}",
            "AssetType": "{{Activity.Asset.Type}}",
            "AssetDate": "{{Activity.CreatedAt}}",
            "ActivityType": "{{Activity.Type}}"
    After pushing data for this import definition, I checked sync logs and I found that there was 2 contacts updated.
    Why this happened?
    here is my sample data :
            "C_EmailAddress": "[email protected]",
            "CampaignID": 32,
            "AssetName": "Tradeshow",
            "AssetType": "Tradeshow",
            "AssetDate": "2014-05-12",
            "ActivityType": "Visited Booth"
            "C_EmailAddress": "[email protected]",
            "CampaignID": 32,
            "AssetName": "Tradeshow",
            "AssetType": "Tradeshow",
            "AssetDate": "2014-05-12",
           "ActivityType": "Visited Booth"
    Please find sync logs in attachment.
    thanks

    Hi,
    I used below snippet to create Import Definition for Activity Object using Eloqua Bulk 2.0. 
        "syncActions": null,
        "isSyncTriggeredOnImport": "true",
        "name": "External Activity via Bulk API",
        "updateRule": "always",
        "secondsToRetainData": "3600",
        "fields": {
            "C_EmailAddress": "{{Activity.Contact.Field(C_EmailAddress)}}",
            "CampaignID": "{{Activity.Campaign.Id}}",
            "AssetName": "{{Activity.Asset.Name}}",
            "AssetType": "{{Activity.Asset.Type}}",
            "AssetDate": "{{Activity.CreatedAt}}",
            "ActivityType": "{{Activity.Type}}"
    After pushing data for this import definition, I checked sync logs and I found that there was 2 contacts updated.
    Why this happened?
    here is my sample data :
            "C_EmailAddress": "[email protected]",
            "CampaignID": 32,
            "AssetName": "Tradeshow",
            "AssetType": "Tradeshow",
            "AssetDate": "2014-05-12",
            "ActivityType": "Visited Booth"
            "C_EmailAddress": "[email protected]",
            "CampaignID": 32,
            "AssetName": "Tradeshow",
            "AssetType": "Tradeshow",
            "AssetDate": "2014-05-12",
           "ActivityType": "Visited Booth"
    Please find sync logs in attachment.
    thanks

  • Quantity Unit for individual objects missing.

    Hi,
    i have the following problem using mobile service.
    We need to enter individual objects in the service confirmation. I can select one, but the dropdown for the quantity unit is empty. Because of this beeing a mandatory field, i can not save the service confirmation. The select statement coming from the corresponding comboengine is using the SFAMARA key to search the SMOMARM for this information. This table is empty for individual objects.
    Each equipment has a back reference to it's original material wich has got the information, even in SMOMARM.
    so my question: In CRM-Online the back reference is used, in Mobile its using the individual object key. I would identify this as a bug. We are using Mobile 5.0 SP7, CRM 5.0 .
    Has anybody experience with this and can support me? i found nothing in OSS! Maybe some customizing in CRM-Online or MSY. I don't know.
    Thanks a lot,
    Andreas Rose

    Hi,
    IObjects cannot be entered as items for service confirmations or orders as it makes no sense at all.
    The reference to one or more IObjects will be done in Tileset <Subject/Objects> or <Item Subject/Objects>, Tile <Reference Objects>.
    Regards,
    Wolfhard

  • Missing text determination procedure RIH for text object CGPL_TEXT

    Hi experts,
    creating a new single item in RPM we get following error message:
    "Text determination procedure RIH for text object CGPL_TEXT does not
    exist." And it does not exist our CRM customizing
    (Customer Relationship Management -> Basic Functions -> Text Management).
    We cannot define the missing procedure via customizing because it is not in our namespace.
    Any ideas where to find the right patch / program or other suggestions?
    Thanks & Regards
    Christoph

    It is not So10 cause you see the parameters for SO10 are
    Text Name, Text ID and Language,
    but I am keying in Text object, <b>TextDetermProc</b>.,Text ID.
    Pls reply fast this is urgent.

  • XML log: Error during temp file creation for LOB Objects

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

Maybe you are looking for

  • Transfer of data from R/3 to APO for strategy group

    Hi,         Can we transfer materials from R/3 to APO that donot have R/3 strategy group 10, 40, 50, 60, 70? I am trying to transfer a material with MRP type Z4. Everything else is maintained properly but the material doesn't show up in APO. The plan

  • Configure dial-up connection in Oracle Enterprise Linux Release 4-3.7.11

    Hallo!I have just finished installing Oracle Enterprise Linux Release 4-3.7.11 so that I can set up Oracle 10g on this Linux platform. But first I need to set up a few configurations e.g enable my OEL connect to the internet via a dial-up modem. I ha

  • Using GR55 T code - Profit center groups Very very urgent

    Hi frds, Currently the report provides drill down to specific profit center groups by double clicking on the group. we can also save this into excel worksheets for individual profit center. Instead of displaying individual profit center group we want

  • Create a PDF contact sheet - What is the PDF preset?

    Hello When I create contact sheet, it creats a pdf but I don't understand what is the pdf preset. Is it for screen? print? where can I see or change it if at all? thanks shlomit

  • Bluetooth STILL not working on i6. Does anyone have an update?

    Hi. I note nothing posted on this in a while but the issue has not been fixed. I was wondering if anyone has an update. I went to the Apple store about my Bluetooth and they really skirt the issue. They totally do not accept responsibility for the Bl