OIM 9.1.0.2 - Note field issues

Hi Gurus,
IHAC who has got a strange behavior in OIM for a custom connector ( there are a lot of resource using it).
After request is concluded, if customer goes to User Detail --> Resource Profile and select the resource that was requested, he find out all the generated task (system validation, create user, etc) with the information (************) in Note field. That was not configured to be so. And as that field is used to received Target's response notes, when the target sends an error message with some information (we can see the notes in the logs), that information is not able to be inserted in Note field in the OIM. This behavior has only happened to some resources.
Has anyone a tip?
What could I check?
TiA,

Hi Gurus,
Regarding to issue reported above, I have found the bug 7590135 (https://bug.oraclecorp.com/pls/bug/webbug_edit.edit_info_top?rptno=7590135 ).
For that bug, as informed in the bug below, there was released a fix in the 9.1.0.2 BP 01.
In that bug there is the following information:
@ We need to add following property in 9101BP01 release document to fix this
@ issue.
@ <store>
@ <Note>
@ <SpecialField>true</SpecialField>
@ </Note>
@ </store>
@ true : to show the decrypted value for password field
@ false : to show blank value for password field
By the code below is possible to verify the status of the attribute:
tcProvisioningOperationsIntf taskOperations = (tcProvisioningOperationsIntf) this.getUtilityOperations("Thor.API.Operations.tcProvisioningOperationsIntf");
Map<String, String> filtro = new HashMap<String, String>();
//filtro.put("Objects.Name", "Sistema Atlys");
//filtro.put("Objects.Name", "Sistema PP");
statusFiltro[0] = "Pending";
tcResultSet tarefas = taskOperations.findAllOpenProvisioningTasks(filtro, statusFiltro);
for(int i=0; i<tarefas.getRowCount(); i++)
     tarefas.goToRow(i);
     long tKey = tarefas.getLongValue("Process Instance.Task Details.Key");
     System.out.println("isTaskNoteEncrypted: [" + this.taskOperations.isTaskNoteEncrypted(tKey) + "]");
RESULTS:
- "Sistema Atlys" resultado: "isTaskNoteEncrypted: [true]"
- "Sistema PP" resultado: "isTaskNoteEncrypted: [false]"
Can I consider that bug the same I have faced?
And the problem now is, How can I configure the Note to be displaying not encrypted results? Is this a system property (OIM)??
Regards,
Edited by: user12295533 on 23/05/2011 13:21

Similar Messages

  • OIM 9.1.0.2 - Notes field encrypted (OIM UI) ??????

    Hi Gurus,
    I have tried to add manually comments (Notes field) to some resource's tasks I have provisioned, but it seems to be encrypted because is displaying ********.
    If I look for the sch_note column I can see all the notes I have added in the OIM UI.
    Is there any configuration I can do to solve this?
    Best regards,

    No you cant. All you can do is create Fields with Labels and Values. You can make them as Read only text boxes though and put like "---------------------" in the default value, and give a field label name for a grouping.
    -Kevin

  • Outlook Sync issue - Calendar Note Field not synci...

    Hello
    I recently bough a 6233.
    Very happy with the phone BUT for one issue.
    I work from two offices and planned to use the phone to carry meeting & appointment data between two computers (syncing both).
    When I sync with outlook the large notes field at the bottom of each calendar item is not synchronised. This imho is a vital field.
    Searching this forum, I have noticed quite a few others with the same problem. Has this been fixed/rectified?
    Using:
    Nokia PC Suite 6.82.22.0
    Outlook 2003 (all the latest updates)
    Win XP (all the latest updates)Message Edited by iogrady2 on 15-Jan-2007
    09:56 PM

    Hi,
    I am just wondering if anything has changed in the year or so since the last posting?
    I have recently bought an E61i and I am seeing similar behaviour when I try synchronising with Outlook 2003. I have the latest PC suite installed.
    To be more precise:
    I can create a notes entry in the calendar item on my PC. It WILL sync to the E61i. But if I edit that field on the E61, it WILL NOT sync back to the PC.
    Interestingly though, I can create a fresh calendar entry, put something in the description field and that will sync to the PC. I can edit that on the PC and it will sync back to the E61i. But if I then change it on the E61i it WILL NOT sync back to the PC.
    Note that I can change other calendar attributes (eg the meeting time) and that always syncs correctly. It's just the notes that behave this way.
    I get the same same behaviour for contacts. I can change someone's phone number on the PC or E61i and it will sync to the other. But changes to the notes field only sync from the PC to the E61i.
    Lastly, the story is the same for Outlook notes.
    My next step would be a remove/re-install in case something happened. (I used to be using Microsoft ActiveSync for my WM5 device - with the E61i replaced - so maybe there's something left over from that). But before I did that, I wanted to check to see if what I am seeing is expected (ie consistent with others).
    Thanks

  • Activesync issues with large contact notes field

    I'm running into an issue where changes made at the end of a large note in a contact do not get synced, while changes at the beginning do.
    Can anyone else confirm? Is this an activesync or apple implementation issue?
    I ran into something similar on the blackberry side - would only evaluate first 1k chars. Fixed with a software update.

    Please let me know whether you experience the following issue, and submit feedback (or if you are an Apple Developer, a bug report). This issue is not related to synchronization.
    Title/Subject:
    Contacts 7.1 replaces one contact's Notes with another contact's Notes
    Summary:
    This issue's significance is severe because data is permanently lost: After searching for contacts and editing one of the contact's Notes, all found contacts' Notes are replaced with the changed contact's Notes.
    Steps to Reproduce:
    1. Launch the Contacts 7.1 app in OSX 10.8.2.
    2. Search for a string that appears in several contacts' Notes field.
    3. Click on one of the contacts in the search results.
    4. Ensure that "Edit Card" mode is NOT enabled.
    5. Alter the found string in the contact's Notes field.
    6. Click on a different contact in the search results list.
    Expected Results:
    The change is saved and the changed contact disappears from the search results list.
    Actual Results:
    All found contacts disappear from the search results list, and all found contacts' Notes are replaced with the changed contact's Notes.
    Regression:
    This issue did not exist in OSX 10.7's Address Book app. I have not had the opportunity to test earlier releases of OSX 10.8's Contacts app.
    Notes:
    Example:
    Suppose a search for "P1" finds three contacts:
      Name: Alan  |  Note: Ask permission. P1
      Name: Betsy  |  Note: Backup files. P1
      Name: Charles  |  Note: Call. P1
    While "Edit Card" mode is NOT enabled, in Alan's note, change "P1" to "P2". Then click on Betsy in the search results list. Betsy and Charles' Notes are erroneously and permanently replaced with Alan's Note:
      Name: Alan  |  Note: Ask permission. P2
      Name: Betsy  |  Note: Ask permission. P2
      Name: Charles  |  Note: Ask permission. P2

  • OIM 11g: OIM User "Notes" field

    Does anyone know if anything has changed from 9.1x to 11g with regard to the Users.Note attribute? We have a unit test that reads and tries to set "Users.Note" via the tcUserOperationsIntf.updateUser() method. This test works fine against OIM 9.1x, but fails against OIM 11g with a tcAPIException with the message that "Users.Note" is not a valid attribute name. The Users.Note field is defined as a field lookup and exists in the database (USR_NOTE), so I'm wondering what changed.
    Any ideas?

    waynec wrote:
    Does anyone know if anything has changed from 9.1x to 11g with regard to the Users.Note attribute? We have a unit test that reads and tries to set "Users.Note" via the tcUserOperationsIntf.updateUser() method. This test works fine against OIM 9.1x, but fails against OIM 11g with a tcAPIException with the message that "Users.Note" is not a valid attribute name. The Users.Note field is defined as a field lookup and exists in the database (USR_NOTE), so I'm wondering what changed.
    Any ideas?Users.Note is not present in the entity definition for User entity (file /db/Users.xml in MDS).

  • FD32 - Customer credit, Issue with mass update of "TITLE OF NOTE" field

    Hi All,
    we have requirement for mass upload of credit master records. I am facing an issue with creation/populating of Title of note field. When we go directly to FD32 transaction we have a button "Services for Object" near tiltle of second screen of FD32 through which we can create a title of note (SOOD-OBJDES) but when we go to FD32 through SHDB for BDC recording, that option is not found.
    Any idea on how to handle mass update for that field?
    Dhareppa

    Hi,
      You can use function module 'SGOS_NOTE_CREATE'. to create a note after you create customer credit limit through SHDB for BDC recording. It is going to be a separate program.
      Function Module Parameters:
      IS_OBJECT-OBJKEY = customer no + credit control  area. --> ex. 20000000140001
      IS_OBJECT-OBJTYPE = BUS1010
      IP_TITLE = Your title
      IT_CONTENT = your note content.
    Cheers,
    Chaiphon

  • Unable to edit "Note:" field in Address Book

    I have updated to Mac OS X 10.6.4 one week ago (from 10.5.).
    Now for the first, I am trying to edit the "Note:" field of one of my contacts, but I am neither able to add text, nor can I delete text.
    I have 47 lines of text in that Note field and wanted to add a few words, but after typing it, it keeps disappearing after a few seconds. If I delete a few lines of text, they keep reappearing after a few seconds.
    Editing the Note field (which has less lines of text) in another contact first exhibited the same behavior, but now works flawlessly.
    Having the "Edit" button depressed or not, does not make a difference.
    Address Book Help says that this happens when there is not enough disk space, but I have over 41GB left.

    Hello Marcus and others,
    I have experienced the same issues with my Address Book (version 5.0). First things first, let me suggest you complete a back up of your address book:
    1. Go to the File drop down menu
    2. Click on Export
    3. Select *Address Book Archive* from the 2 choices
    4. Choose where you would like to store this back up. Let's just say the Desktop for now.
    5. Disclaimer, any unsaved data will be lost during this reset, so please back up all files you will need.
    6. After you have successfully archived your Address Book, turn off your computer.
    7. Now here's the important part, hold down the power button for at least 6 seconds or until you hear a loud sound or tone. This should reset your settings back to default.
    This is how I just fixed the problem with editing the Notes of my contacts in my Address Book 5.0
    Good luck and I hope this helps someone.
    Nupeologist

  • VF03 smartform: Output could not be issued

    Hi All,
    Ive created a custom invoice print program and associated smartform.
    These two run perfectly together when standing alone.
    However Ive created a custom  output type to call this program from VF03.
    This output type appears in the "Issue Output To "options in VF03.
    But it returns the message "Output could not be issued" when trying to print.
    In debug mode the Print Program and smartform execute perfectly when calling from VF03 in the same way, but the output fails to appear.
    In the Header -Output section inside the status of the output type is "Not Processed".
    Any ideas guys??

    Hi
    It seems that the Output determination is not taking place correctly
    the link between the Output type and Program and smartform is not established peoperly
    You have to assign this in SPRO  for the billing documents
    And most of the times it won't work we assign our custom program to the custom output type
    it is better to use the std output type and the Std program(you copy the std and can change it but the same copied ZPeogram to be attached) and Copied/modified smartform.
    check this.
    Output is a link between the Driver Program and the Sapscript,
    An output type summarizes messages of the same meaning. It contains parameters that are valid for all its assigned messages, for example appropriate partner functions.
    Transmission medium is a medium which the layout will be come out, this may be printout, Fax or Mail
    Check this link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/19884743b111d1896f0000e8322d00/content.htm
    ex-how to config output type.
    You will assign output types using Transaction NACE.
    Do the follow steps to assign output type
    1)Select Application Type V2 which will have description Shipping.
    2)Click on Output types button.
    3)Go to change mode by pressing Ctrl+F4.
    4)Select one output type which already exists
    5)Do Copy As(F6)
    6)Give your output type against Output Type field.
    7)Under General data Tab, Give Program and Form routine and Save the data.
    i think it a work of functional guy but at senior level i think it is not a big deal for abaper.
    Check the following documentation
    In NACE t-codewe have the application for each one. based on the application output type can be defined, based on output type script and print progrma can be defined.
    If suppose data can be read from EDI then we should go for condition records.
    So whenever we execute the script first composer checks the output type and then execute the program. in program whenever opn form FM will be populate then script will open first. After that again program till another FM will populate if it then script will populate........like it is cycle proces. Composer does all these things and at last it will submit that output to spool.
    Go to the Transaction NACE.
    choose the related sub module.. like billing or shipping
    doubel click on Output Types
    Choose the Output Type for which whcih you wanted your script to trigger
    Then select the Output Type and double click on Processing Routine
    Then go to create new entries--> Select the Medium (1- print output), then enter your Script and Print Program detls --> Save and come out
    Now go to the Transaction (for which you have created the output type)... Issue output--> Select the output type --> Print....
    Device Types for SAP Output Devices (Detail Information)
    Definition
    The device type indicates the type of printer to be addressed. When you define an output device, choose the name of the device type that was defined in the SAP System for your printer model, such as Post2 for a PostScript printer. In the case of frontend printing under Microsoft Windows, you can also use the generic (device-independent) device type SWIN.
    The system uses the information in the device type to convert a document from the internal SAP character representation (spool request in OTF or in text format) to a device-specific, print-ready data stream (output request). Since a device type specifies attributes that apply to all devices of a certain model, it can be shared among device definitions. For example, all devices in the SAP spool system that are compatible with Hewlett-Packard LaserJet IIID printers would use the HPLJIIID device type.
    You should not confuse the device type with the printer driver. The device type is the total of all attributes of an output device that the SAP System must know to control the output device correctly, such as control commands for font selection, page size, character set selection, and so on. These attributes also include the printer driver that SAPscript/Smart Forms (the SAP form processor) should use for this printer. The SAPscript printer driver that is to be used for devices of this type for output formatting is therefore only an attribute that the device type specifies.
    How do I choose the correct device type?
    • In most cases, the SAP System already provides the appropriate device type for the printer type for the printer model that you want to use.
    These standard device types are completely defined and need no modification or extension before you use them in device definitions.
    • You can also download missing device types from the sapserv server. For a current list of the supported device types, see SAP Note 8928 in the SAP Service Marketplace.
    • Most printers can be controlled using a generic format, such as PostScript. They can be switched to a mode that is compatible with one of the standard printers for which an SAP device type is available. In this case, a supported model is emulated.
    • Almost all printers are delivered with Microsoft Windows printer drivers. The system can control these printers with the generic (device-independent) device type SWIN. The Microsoft Windows spool system then performs the processing of the print data.
    • If the specified device types are not available, and generic device types cannot be used, you must create your own device type or edit a copy of an existing device type. We recommend that only those with specialist knowledge of the SAP Spool System and printer driver code do this. For more information, see Defining a New Device Type .
    Attributes of a Device Type
    A device type is distinguished by the attributes listed below. If you change an existing device type or create a new device type, you must change at least some of these attributes.
    • Character set: A character set specifies the codes with which characters must be represented in the print-ready output stream (output request). This code replaces the generic SAP characters set that is used internally by the SAP spool system (spool request).
    • Printer driver: You can specify different printer drivers for printing SAPscript documents and ABAP lists.
    • Print controls: Print controls represent printer operations, such as boldface or changing the font size. These print control are replaced by printer-specific commands during the creation of the output request from a spool request.
    • Formats: Formats specify the format supported by the SAP system. The system differentiates between SAPScript formats (DINA4 and LETTER) and ABAP list formats (X_65_132 = 65 rows/132 columns).
    • Page format: A page format is the interface between a format and SAPscript. It specifies the paper dimensions with which SAPScript can calculate the row and column lengths.
    • Actions: Actions are output device-specific commands that are required for the implementation of a format. The action printer initialization, for example, can contain a printer command with which the number of rows on a page is defined. There is a set of actions for every format supported by a device type.
    Output Determiantion :
    You can use output control to automate either messages or subsequent processing of partner-specific messages"
    This means, it provides a method for you to perform subsequent processing once a document is saved in the system. This subsequent processing is normally to print the document, but can also include activities such as:
    - Faxing the document
    - Emailing the document
    - Sending an idoc of the document
    - Sending an EDI message for the document (via an Idoc)
    - and so on.
    In general, it uses the condition technique to determine what, if any, output is to be produced. The condition technique works by selecting key fields from the document (document type, plant, etc.) and matching them to master data records you have previously set up. If there is a match, then output is produced.
    You can use transaction NACE for the output determination settings for all applications.
    1. When you start transaction NACE, a list of all represented applications appears.
    2. From this initial screen, you can access all the individual processing screens for output determination from the EDIT menu.
    3. Select the relevant application. This transaction does not have a menu path in customizing.
    Refer the following links.
    http://help.sap.com/saphelp_crm40/helpdata/en/b3/58bf39f7568648e10000000a11402f/content.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/c8/19878343b111d1896f0000e8322d00/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/c0/4e4746497d11d385ee0000e81ddea0/content.htm
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Output Could not be Issued - V1104

    Hi Experts,
    I have configured the output types and output determination procedures for sales doc type OR.
    When I create a sales order and go to VA02 , and check the header-> output , I am getting this error:
    'Output could not be Issued, Message no.V1104'
    I am not sure where I did wrong, can anyone suggest a solution for this?
    I checked the previous threads but did not find anything regarding this error message.
    Thanks,
    Arthy

    Hai Arthy,
    Follow th e steps:
    T CODE:  NACE
    Select V1
    Click Access sequence Number
    002 - Sales order type
    Select the access sequence for which condition records maintained.
    from the left list click the
    Accesses
    10     7     Order Type
    Select the Overview access
    Now click the Fields, it will show
    AUART          KOMKBV1     AUART     Sales Document Type             
    Now save it again and check in sales order.
    Regards,
    Mani

  • Sync'd contacts 'notes' field not showing in Outlook

    Hey all,
    Short version: Our notes fields on contacts is rarely visible in Outlook, but often shows when synced to a device..  Can someone point to something that says how to fix it, or something that says it's not supposed to do so?
    Here's the longer version with details...
    We use Outlook 2013 and 2010, mailboxes are hosted on our 2013 server and everything is synced via Activesync.  I have a local contacts folder in Outlook that is synced to an iPhone.  If I modify the Notes field for the contact on the iPhone, it
    never shows up on Outlook.  If I modify it in Outlook, it never shows up on the iPhone.  If I modify it on the iPhone or Outlook, it shows up on an Android.  If I modify it on an Android, it shows up on Outlook and an iPhone.  Here's the
    kicker...  No matter what I modify it with, it ALWAYS shows up in Outlook Web Access.  
    Please keep in mind that I'm referring to a contact in a contact folder in the users' mailbox, NOT a contact from the GAL.  We know the difference.
    Can anyone clarify what's happening here?  I've got a user who's driving me nuts about this and she's high enough in the company that this issue will never "go away" without a satisfactory explanation.
    --smthng

    Was this ever resolved?
    I have a similar issue with my iPhone iOS7 and Outlook 2013:
    1) If I add/change a note in Outlook, it will show up in the contact info on iPhone
    2) If I add/change a note on the iPhone, it will SOMETIMES show up in the contact info
    3) Some contacts on my iPhone have two different "note" fields, one of which does sync, and the other not.
    I'm guessing the issue could be that some contacts have that second "note" field which is called something else in Outlook... but what?

  • Searching Text in Contact Notes Field

    Hi,
    I have been a Windows Phone user all along. I am interested in switching over to Nokia.
    I am looking for one basic requirement of being able to search through the Contacts Field for any text.
    I use MS Outlook and store lot of text in the Notes Field inside each of my Contact and I need to be easily able to bring up all contacts that have a particular word or string inside the notes area. I can easily do this in Windows phone. But so far no nokia user has been able to tell me for sure if this is possible, if so how.
    Thanks in advance for your advise.

    Yes you CAN search the notes field (for any text) in a contact, but ONLY with Nokia's Search Utility (free download http://mobilesearch.nokia.com/index.html).
    The Address Book application is limited to searching by first name, last name, and company name only.
    The Nokia Search Utility is very good, but it's not exactly fast. Generally speaking the Symbian operating system requires patience.
    It's worth knowing that Nokia phones impose a limitation on the size of the notes field in an Outlook contact. The limitation varies from each Nokia model. But for example, notes (in a contact record) are limited to 255 characters on the N80, and 1,000 (one thousand) characters on the N95. On my old Nokia 6600 there was no such limit imposed, which was great. I often wonder why the oldest model phone had better support for Outlook sync, than the latest models - perhaps it's all about memory conservation.
    I also use the notes section in my Outlook contacts extensively. Ideally I would use a Windows Mobile device for true Outlook synchronisation. But I can't find a Windows Mobile device as capable as the N95, so I tolerate and find work arounds Nokia's sync issues.
    Nokia do a good job of updating their software frequently. Hopefully if it's demanded enough, they will remove the limitation on the size of the Notes field.
    Microsoft Outlook 2003 also has a limit on the size of the Notes field in a Contact Record, but it's much more generous at over 1,000,000 (one million) characters.
    Come on Nokia! Stop truncating the notes field!
    Stuart Troy
    Sydney AUSTRALIA

  • Workaround for compressor HDV to DVD field issue?

    I need a work around for the field issue apparent when down-converting HDV to DVD.
    The Bonsai method <http://www3.telus.net/bonsai/Welcome.html> will not work, as there is too much motion and a side effect of the "fastest" conversion is that it gives a 3-d ghosting effect on fast motion in the frame.
    I can not convert to 720P60 or 480P, as FCP converts it to 30P and then doubles the frames, and the motion is jittery.
    I could dump it to camera and then down-convert in camera, but I have heard this is not a great method either.
    I have seen in another forum to save the HDV timeline in FCP as a HDV quicktime movie, and then import that into DVD studio pro and have it down-convert, but DVD studio pro says this is an "incompatible file".
    How do I get 1080i HDV footage onto a DVD so that it looks acceptable?

    I had a similar problem with HDV (1080i shot on Cannon HV-20) footage, looks great in post and terrible when converted (herringbone lines and too many artifacts.) I’ve successfully used the Bonsai method on another piece I did but the footage was shot on a HVX-200 at 720 24p and there were no “action” shots. I wasn’t as successful using the method using 1080i footage and it definitely didn’t help with the fast motion shots. I did a search in this forum on HD to SD and there are a lot of helpful hints and methods. I experimented with a lot of the suggestions but in the end I was able to produce very nice and acceptable results by doing the following:
    1] I didn’t create an SD sequence; I exported the footage as a Quicktime movie (self contained) straight from my HDV sequence.
    2] I dropped the Quicktime file into Compressor and selected 90-minute DVD Anamorphic Best 2-pass VBR. Running Compressor from Final Cut ties up your system as well as there seems to be a delay between the handoff from Final Cut to Compressor (running the latest 5.x version and 2.3.) Creating a Quicktime file frees your system and it’s debatable if you actually compress faster or take a hit on quality. I’ve tested both from Final Cut and using a Quicktime file and didn't see any real difference in quality.
    3] Change the field dominance from Top to Progressive in the tab where you see 2-Pass VBR Best and also in the encoding tab (not in front of my system so I can’t recall the name or order of the icons). In the encoding tab you will notice it says “same as source.” The pull down will show you Top, Bottom, Progressive, Automatic…I tried them all and in various combinations and anything other than progressive in both tabs produced undesirable results.
    4] The options for Fast, Good, Better and Best in the other encoding pull down sections are a matter of preference and patience. Selecting Best in all categories takes a really long time to compress (36 hours for a 9-minute piece using a Mac Pro 3.0GHz dual-core Intel with 4GB ram.) I ran tests using different combinations and found that selecting the default settings is decent and stepping each category up to the next level helped but not enough to warrant the long compression cycle to stick with Better across the board. When you do your testing, it’s best to use as little footage as possible or you will find yourself waiting too long to see the actual results. I used a 1-second (29 frames) shot of a girl twirling around, hair flying everywhere, and girls next to her using hula-hoop’s.
    5] Use the sliding bar in the viewer to see the impact of your choices before submitting the job. To the right you will see the “original” footage and to the left you can see the results of your selection. You can move the bar across the footage to see (approximately) the end results.
    6] One thing I did notice is that no matter what settings I use, the output is slightly darker (reds were deeper, skin tones were warmer and not as smooth), but hey, you are going from HDV to SD so it’s not going to be perfect.
    Hope that helps and good luck.
    Kenny

  • HT203521 Note field data deleted for all calendar events

    All information at Note Field in calendar events as deleted. All remain information is there.
    Is there any issue at iCloud? How can I get back this information?
    Regards
    Edison

    I do have a backup which is the only way I was able to get the events to come back (other than the 2nd time it happened when they magically reappeared on their own after a few minutes). Once I restored from the backup, I then reset the sync data and overwrote the local contents with the contents from MobileMe to make sure everything was current. I considered downgrading but I think I'll tough it out for now and just keep making backups. I noticed that iCal is spitting out a bunch of messages to the system console, so this should help me dig deeper into the problem if it happens again.

  • I am exporting a 2 min video, using a custom compressor setting. i have not had issues with this setting in the past, but recently its taking upwards of 4 hours to process. Any idea what is going on?

    I am exporting a 2 min video, using a custom compressor setting. I have not had issues with this setting in the past, but recently its taking upwards of 4 hours to process. Any idea what is going on?

    Name: Vimeo HD Encode
    Description: No description
    File Extension: mov
    Estimated size: 2.3 GB/hour of source
    Audio Encoder
              AAC, Stereo (L R), 44.100 kHz
    Video Encoder
              Width: 1920
              Height: 1080
              Pixel aspect ratio: Square
              Crop: None
              Padding: None
              Frame rate: (100% of source)
              Frame Controls On:
                        Retiming: (Best) High quality Motion Compensated
                        Resize Filter: Statistical Prediction
                        Deinterlace Filter: Best (Motion Compensated)
                        Adaptive Details: On
                        Antialias: 0
                        Detail Level: 0
                        Field Output: Progressive
              Codec Type: H.264
              Multi-pass: On, frame reorder: On
              Pixel depth: 24
              Spatial quality: 75
              Min. Spatial quality: 25
              Key frame interval: 30
              Temporal quality: 50
              Min. temporal quality: 25
              Average data rate: 5.12 (Mbps)
    Compatible with Mac
    My video in the timeline is 1920 x 1080 / 23.98 fps
    I've installed Toast and photoshop elements recently, i also updated my apps the other day.
    I have had this problem before the updates of the apps though

  • Address book won't save changes to note field

    Like the header says. Address book won't save changes to note field. There's another thread with the same header:  https://discussions.apple.com/thread/2591053?threadID=2591053  But it's archived so I had to post this new one.
    If I made a change in any non-note field however, it would stay.
    Note: the notes field can be edited with actually having to go into official "edit" mode. Does this make it more prone to corruption? Why would Apple make the notes field NOT need that extra step of protection. Do they think my notes aren't as important?  How would they know?
    I fixed this one card with a bandaid solution by exporting it and reimporting it.  But I guess I need to do that with all 2,000 of my contacts now. It was mentioned on theother thread that somebody made an address book backup and then deleted every contact in the address book and imported them fresh from the backup and that worked.
    The underlyilng issue is still not solved though. How could this happpen in the first place, and how do I know what other contacts haven't held lthe changes I thought I made?

    Hi,
    Using the Note field
    You can add notes to any contact in Address Book. This makes it easy to keep track of details about a person in your address book.
    Select the person in the Name column in Address Book, then click the Note field in the card.
    The Note field can be edited at any time, even if the card is not in edit mode.
    You could make a dedicated field that requires the edit button...
    Using custom labels
    You can change the label that appears next to a piece of information on a contact's card. For example, you might want to change "work" to "support" next to a phone number.
    Select the contact that you want to change.
    Click the Edit button at the bottom of the window.
    Click the label next to a field, then choose Custom from the pop-up menu.
    Enter a new label for the field.
    The new custom label appears on this contact's card only.
    If you want to change a specific label on all cards in your Address Book, edit the card template. Choose Address Book > Preferences and click Template. The Template pane also allows you to add other types of fields on contact cards, such as a nickname, job title, birthday, anniversary, and URL. Use the Add Field menu.

Maybe you are looking for

  • Tracking the changes made to the custom table  field value

    Hi all,        can we track the changes made to the custom table field values. if yes..plz specify how it can be done. Example: if i changed the  value of field  'NAME' of table 'YYHCUSTOMER'. i would like to know the old value and the new value of t

  • Problem in installation of free SSL certificate on Weblogic using keytool

    We tried to install SSL certificate on weblogic certificate using Keystore ..but it is giving error in console at startup and server shutdowns automatically... Steps followed:- 1) To generate keystore and private key and digital cerficate:- keytool -

  • Security requirements ....Urgent

    Hi All I am preparing some proof of concepts and please provide me more information of the following questions. 1. Can organization structure/position-based security be incorporated into the roles? 2. Report Distribution - Report split into separate

  • Detail Project Plan for R12.1 upgrade

    Dear Experts, Let me update you that I have been appointed as a Project Manager for one of the R12.1 upgrade project. Can you guys help me in preparing the R12.1 upgrade detail project project plan ? Regards Mohammed.

  • Sequencing of views in MM01

    Hi Gurus Customer Requirement is to maintain the sequencing of views in MM01. say sequence is KTEN... If we try to maintain view N after K then there should be error.. any idea welcome.. Thanks in advance