VO attribute not saving half time

Hi
We have created a custom message text field and attached it to a seeded VO on a seeded iexpense page. The VO attribute value is saving into the database sometimes but sometimes there is no value saved
Any ideas whi is it doing it please
Thanks

Provide more details.
What steps did you take for this change? What is the action which saves the corresponding VO values and check that logic. You probably need to go through the controller code to understand the complete flow, you can't simply assume that it will always save the value.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Macbook Pro not saving local time machine snapshots

    Hi,
    First time using the Apple forums here but I can't seem to find a definate answer for my question.
    I purchased a new Macbook Pro last week that came with Lion preinstalled. I noticed it was taking local time machine snapshots. In Time Machine it said Local snapshots, then backups each day etc etc....
    Now it does not say local snapshots and they are not in my time machine timeline.
    The only thing I have changed is my backup drive for Time Machine (3TB drive 600GB used now) so I do not know why my local snapshot function has vanished.
    I know Lion is very new but has anybody seen this or has some advice for getting it back on again?
    Thanks

    Hi,
    First time using the Apple forums here but I can't seem to find a definate answer for my question.
    I purchased a new Macbook Pro last week that came with Lion preinstalled. I noticed it was taking local time machine snapshots. In Time Machine it said Local snapshots, then backups each day etc etc....
    Now it does not say local snapshots and they are not in my time machine timeline.
    The only thing I have changed is my backup drive for Time Machine (3TB drive 600GB used now) so I do not know why my local snapshot function has vanished.
    I know Lion is very new but has anybody seen this or has some advice for getting it back on again?
    Thanks

  • PCD Attribute not saved for Role Folder

    Hello,
    I try to change a PCD-Attribute programmaticaly.
    If I do it on an iView  (e.g. MyIview) - it works fine.
    If i try on a Folder in a role (e.g. MyFolder) - it does not work !
    I tryed two different approches - same behavour...
    Apporach 1
    String pcdLocation = "portal_content/MyRole/MyFolder";
    //String pcdLocation = "portal_content/MyRole/MyIView";
    IUser principalObj = this.getServiceUser("pcd_service");
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY, IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
    env.put(Context.SECURITY_PRINCIPAL, principalObj);
    env.put("com.sap.portal.jndi.requested_aspect", "com.sap.portal.pcd.gl.PersistencyAspect");
    env.put("java.naming.factory.object", "__IPcdContext__");
    InitialContext initialContext = new InitialContext(env);
    IPcdContext pcmObj = (IPcdContext) initialContext.lookupLink(pcdLocation);
    IPcdObjectFactory pcdObjectFactory =
    ((IPcdGlService) PortalRuntime.getRuntimeResources().getService(IPcdGlService.KEY))
      .getPcdObjectFactory();
    IPcdAttribute newPcdAttr = pcdObjectFactory.createPcdAttribute(PcdAttributeValueType.BOOLEAN,
    "com.sap.portal.navigation.Invisible");
    newPcdAttr.set(0, new Boolean(true));
    ModificationItem[] mods = new ModificationItem[] {
    new ModificationItem(DirContext.REPLACE_ATTRIBUTE, (Attribute) newPcdAttr)};
    pcmObj.modifyAttributes("", mods);
    Apporach 2
    String pcdLocation = "portal_content/MyRole/MyFolder";
    //String pcdLocation = "portal_content/MyRole/MyIView";
    IUser principalObj = this.getServiceUser("pcd_service");
    Hashtable env = new Hashtable();
    env.put(Context.SECURITY_PRINCIPAL, principalObj);
    env.put(Context.INITIAL_CONTEXT_FACTORY, IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
    env.put("com.sap.portal.jndi.requested_aspect", PcmConstants.ASPECT_ADMINISTRATION);
    InitialContext initialContext = new InitialContext(env);
    IAdminBase result = (IAdminBase) initialContext.lookup(pcdLocation);
    IAttributeSet myIview = (IAttributeSet) result.getImplementation(IAdminBase.ATTRIBUTE_SET);
    myIview.putAttribute(IAttriView.ATTRIBUTE_NAVINVISIBLE, "true");
    myIview.save();
    Any idea how to get NAVINVISIBLE - Attribute saved on a role-folder ?
    tnx Johannes

    Hi Johannes,
    I guess you found a working alternative until now, but if not, you should try the other [modifyAttributes |http://help.sap.com/javadocs/NW04S/current/pc/com/sapportals/portal/pcd/gl/IPcdContext.html#modifyAttributes(java.lang.String,%20int,%20javax.naming.directory.Attributes] method on IPcdContext. Your code could look like this:
    IPcdUtils factory = PcdAccess.getPcdUtils();
    IPcdAttributes attributes = factory.createPcdAttributes();
    IPcdAttribute navInvisibleAttribute =
         factory.createPcdAttribute(
              PcdAttributeValueType.BOOLEAN,
              IAttrPcmNavigation.ATTRIBUTE_NAVINVISIBLE);
    navInvisibleAttribute.add(Boolean.TRUE);
    pcdContext.modifyAttributes(
         StringUtils.EMPTY,
         IPcdContext.REPLACE_ATTRIBUTE,
         modifiedAttributes);
    This works in my application, so I never tried working with ModificationItem again. Maybe the implementation is somehow insufficient, but I didn't investigate it further (time pressure kills us all). However, please notice that REPLACE_ATTRIBUTE will replace or create the attribute as specified in the DirContext. Hope that helps.
    Best regards,
    Fabian

  • VO Attribute not saving

    I have a region on my page with x number of fields on it, they are all from a single VO relating to a single EO. On saving the record is saved to the table no probs.
    I have since added another item to the region. The item is in the VO and I have mapped the BC4J attributes to the correct field etc.
    Upon saving no data from this field is populated ( i can see data on the form).
    Have I missed something?

    Trebor,
    Were you using static styled text? If yes nature was correct it does not support all BC4J properties.It is basically use to show data and not to save data.The correct approch is your case is to use message styled text.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Texture attributes not saving with an Art History brush tool preset.

    I am sure that in the past Texture settings saved when I loaded a saved Art History Brush tool preset.  But suddenly, the Texture setting - specifically Depth, is not being remembered.  In other words - I have saved an Art History Brush as a Tool Preset. I have then used some other brushes and experimented with texture including the Depth setting.  When I go back to the saved tool preset, the Texture Depth setting has changed to whatever it was when I last used it - not its saved value.  I thought the point of Tool Presets is that they save all brush characteristics.  Maybe I have got this wrong.
    Help or info would be much appreciated.  I'm using CS6.
    ...this is weird.  The tool presets and their Texture attributes work fine in CS5.  Maybe I need to reinstall CS6.

    ...I reinstalled CS6 and imported old preferences.  The problem of reluctant attributes persisted after installation.  The answer appears to have been to reset the preferences.  Texture settings now behaving themselves.   I should have tried this first.  Oh well.

  • Resource Attributes not saving in Queriable User Extended Attributes

    Howdy,
    I added a few queriable user extended attributes to IDM. I originally added them in through the configure user attributes interface. I then edited the UserUIConfig to specify that they were queryable. I then edited the User Search Defaults form's getSearchableAttrs function to include these attributes. My added attributes now show up in the search user form, etc., just like I expected them to. Next I configured a new resource adapter for a database table that contained some values I wanted to use to populate these queriable attributes. I wrote a correlation rule, and ran reconciliation on the new resource. It matched up the account entries and automatically matched and linked the account information. So far so good. However, the user extended attributes I defined are not getting populated with the data from the new resource. The mapped resource attributes are treated as part of the user view, but only under the given resource, not as a queriable attribute. I really want to be able to use the find user interface with these datafields. Does anyone know why my data is ot making it into the queriable fields? Do I need to write another rule or workflow? Any advice would be most helpful.
    Thanks!
    Jim

    Queryable attributes refer to attributes stored in the IDM user object, and so need to be referenced as such.
    If you want attribute 'foo' in resource 'bar' to be stored as a Queryable attribute, you need to define it like so in your User Form :
    <Field name='accounts[Lighthouse].foo'>
        <Expansion>
              <ref>accounts[bar].foo</ref>
        </Expansion>
    </Field>This should pull the value from the resource attribute and put it in the IDM attribute. If you refer to it as a global.foo everywhere, that might work (but I find globals to be problematic).
    Let me know if it works...
    Jason

  • Bookmarks not saved in Time Machine!?!?

    Hello,
    My MBP HDD recently crashed and I'm trying to re-install all of the bookmarks from my last TM backup.
    However, I can't seem to find them in the usual place(s) that people are claiming they are located (/Library/Safari/.plist for example).
    In fact, my browsers (Safari, Chrome, FF) are not even folders in /Library.
    Please let me know how to get all of those bookmarks back.
    Thanks,
    J.

    Wrong place. /Users/your username/Library/Safari/Bookmarks.plist for Safari. I haven't a clue about the other browsers.

  • Why SQL queries are not saving in agentry editor for first publish?

    Hello Experts,
         In the process of developing an agentry application i have defined SQL steps and saved in agentry editor with out any errors .When i have published definations for first time it is displaying error 'Invalid object some where' in back end SQL log file ,when i have seen in editor some times the query is not saved,some times even it is defined then also the same  error.So i have copied the steps and saved again.Now i have done a publish,it is working fine.This is happening only when i implement exchange mechanism(Showing error in ATE getfetch error).But with out exchange mechanism  it is working fine.Is this related to the installation of editor plig-in is not correct?. I have done preferences setting in my workspace correctly.
              Help me in this regared.Thanks in advance.
    Thanks & Regard,
    Sravanthi Polu

    Sravanthi,
    For your error: displaying error 'Invalid object some where' in back end SQL log file.. This is happening only when i implement exchange mechanism(Showing error in ATE getfetch error)
    Two suggestions (My best suggestion is item 2 below - I think that is where you have the error)
    Item 1: Are you using the right encoding? In your Eclipse Editor under the main menu Windows - Preference -> General -> Workspace. What is your Text file encoding set to? Cp1252? Try setting it to UTF-16.
    There is a tutorial about this in:
    https://service.sap.com/sap/bc/bsp/spn/esa_redirect/index.htm?gotocourse=X&courseid=70246375 (Enterprise Academy classes). The course is really a simple < 5 minutes discussion on different types of encoding and why they exist and how to change the Eclipse to what you wanted.  SQL is normally done in UTF-16 for 16 bit.
    I am assuming that the encoding could be wrong.
    Item 2: Another thing that could be wrong is how you specify the SDML (Flunky code). 
    In your SQL Script: Anything that has the "<<" and ">>" open and close marker is an SDML (Data Markup Language) and needs to be pre-populated before the Agentry Server submits your SQL query to the backend. In essence, this is use to populate the SQL query with predefine information like your userID or location and when the SQL gets process it will populate the script with the correct information.
    So if you are not properly using the flunky (ex: <<object.address>> where address is not a key ID in a Fetch step (Check manual for usage of SDML AgentryLanguageReference_6.0.0.0.pdf) then you may get invalid object.
    When you do a SQL "Fetch" Client Exchange and Server Exchange Steps, you can select a few options:
    For this discussion let us talk about these 2 items below.
    1. Run Attribute: Run One Time
    or
    2. Run Attribute: Run Once Per Object.
    When you select Run Once Per Object the only available Flunky or SDML commands you have are:
    object.keyPropertyName
    lastUpdate
    fetch.messageNumber
    The 3 above are your only options
    If you try to do something like object.property1 where property1 is part of your object properties then it will not work for Run Once Per Object.
    It may work for Run One time as fetch.propertyname.
    From your symptoms where you are complaining about an issue in exchange steps, your error is a typo or a misused or a misunderstanding of how fetches and SDML works (documented in page 398 or 399 of AgentryLanguageReference_6.0.0.0.pdf).
    See pictures just in case you don't have access to that pdf file (The picture below simply proves what SDML options is available for your Fetch Client Exchange Step).
    Hope this helps.
    Regards,
    Mark Pe
    SAP Senior Product Support Engineer

  • Document not saved

    When i use exel and add a comment to a cell "Document not saved" some times comes up. To get past this i have to delete the coment and re do it, it then some times saves. I dont know what I am doing wronge and what I am doing right because it does some times save.
    Thanks. Lewis

    Hi.
    Thanks for answering.
    Its version 14.0.0

  • Excel not saving

    When i use Excel and add a comment to a cell "Document not saved" some times comes up. To get past this i have to delete the coment and re do it, it then some times saves. I dont know what I am doing wrong and what I am doing right because it does some times save.
    Thanks. Lewis

    Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive & clear caches.)

  • I deleted my note by accident i do have notes on icloud. so i had half the note saved but the other half was very important and hard to right. i restored my ipod on i cloud back up but it still doesnt show i put so much time in that anyway to get it back?

    i deleted my note by accident i do have notes on icloud. so i had half the note saved but the other half was very important and hard to right. i restored my ipod on i cloud back up but it still doesnt show i put so much time in that anyway to get it back?

    How did you delete the Note? If you did a "select all" and "cut", open the Note and shake your iPhone to undo the cut action.

  • I lost power to my MacBook Pro before I had saved anything that I was working on...usually I plug my computer it and power it back on and the documents pop right back up when the computer turns on. That did not happen this time.How can I recover this data

    I lost power to my MacBook Pro before I had saved anything that I was working on...usually I plug my computer it and power it back on and the documents pop right back up when the computer turns on. That did not happen this time. How can I recover my documents?

    If you never saved, auto save does not kick in.
    Peter

  • My time machine does not want to save any more the data from my powerbook 13" Snow Leopard; i get the message "Time Machine could not suppress the disk image of saving "Volumes/Time Capsule Disk/PowerBook _2011_03_21_123627 sparsebundle" What should I do?

    My time machine does not want to save any more the data from my powerbook 13" Snow Leopard; i get the message "Time Machine could not suppress the disk image of saving "Volumes/Time Capsule Disk/PowerBook _2011_03_21_123627 sparsebundle" What is the problem? What should I do?
    Thanks !!
    Alain

    Could that read " . . . could not access . . ."?  If so, try repairing your backups, per #A5 in Time Machine - Troubleshooting.
    If not, or if that doesn't help, see #A1 there. Use the TM Buddy widget it details to copy and post the messages here.

  • Pop Up blocker exceptions are not saved in the browser for use, the next time the PC reboots. How do you save these exceptions for long term use?

    Pop Up blocker exceptions are not saved in the browser for use, the next time the PC reboots. How do you save these exceptions for long term use?

    In case you are using "Clear history when Firefox closes":
    *do not clear the Site Preferences
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/remove-browsing-search-and-download-history
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, passwords, and other website specific data.
    If you have software like Advanced SystemCare (Surfing Protection feature) that might reset some files to older versions to protect these files against changes then check the settings or uninstall this software.

  • My iPod touch 4 home key not responding half of the time

    My iPod touch 4 home key is not responding half of the time when closeing apps and when iPod is asleep

    You can try the standard fixes:
    - Reset. Nothing will be lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    -  Restoring from backup
    - Restoring to factory defaults/new iPod.
    - If under waranty, try to get it fixed/replace under the warranty.
    - FIX for iPod Touch Home Button: Apple Support Communities

Maybe you are looking for

  • What do I need to plug an electric guitar into my iMac?

    I understand basically that there may be some 1/4" to mini cable, or that there are USB or Firewire devices?

  • Problem with Business Component Browser

    I'm using JDeveloper 11g 11.1.1.0.2 on Windows XP. I'm trying to test a view object. I've created an application module, right click on the module and click on run. The "Select Business Components Configuration" dialog box pops up, I accept the defau

  • Setting up new IDOC message type.

    Hi All, I have created a new process code (ZMBGMCR) and linked message type MBGMCR to the process code and configured the process code to use function BAPI_IDOC_INPUT1. The reason I have created a new process code is because the standard message MBGM

  • BW Reports slow

    Hi, We have an Infoset based on 3 DSO and 1 master data. One field from these 4 objects are placed over the Bex variable screen. The performance of the report is very bad if I give the value for master data in the variable. If I dont fill that variab

  • View-message-long headers greyed out

    Should I be able to view long headers without opening an e-mail? I can view them for an open e-mail & used to be able to view them for closed but highlighted mail. Now "long headers" is greyed out, not sure when it was lost but possibly after updatin