Duplicating a record and writable once setting

Hi,
In my vendor repository we have a field that is set to writable once which should mean that once you have saved the record the first time you can not edit this field anymore. When I duplicate a record, to make a new vendor and need to change this field as well I get an error message 'a new value was supplied for a non-empty field configured as 'Writable once', version 7.1. [7.1.03.53]'
I wonder how this can be? Does MDM automatically save the record once you duplicate? This should not be this way, since you duplicate you want to make changes to the record afterwards.
Is there some solution or workaround for this?
Henning

Hi,
This is not through the portal or anything but directly in MDM. I just right click - select duplicate, correct the data (at this time I have not saved the record) - and then try and save the record and it gives this error.
I know writable once you are only supposed to write the data once and it is not editable once you have saved the first time, but when duplicating and correcting the data before saving should allow this.
I will take a look at the change log for SP05 to see whether this has been fixed then.
Are there no others that have experienced this with SP03?
Henning

Similar Messages

  • Recording a DVD with LG DVD Recorder and FIOS Standard Set Top Box

    I have FIOS Standard Set Top Box, a Sony TV, and an LG DVD Recorder. I cannot figure out how to record a TV program on my LG DVD Recorder. I have 3 remotes: a FIOS Remote, an LG DVD Recorder Remote and a Sony TV Remote. What remote/s should I use, and in what order?  Thanks.

    1) Connect coax (cable) wire from the wall to the RF input on the back of the STB.
    2) Connect coax (cable) from the cable out (might say "to TV/VCR") on the back to the STB to the cable in on the back of the TV.
    3) Connect composite (red, yellow, white) wires from the back of the STB to the input of the DVD player.
    4) Connect composite (red, yellow, white) wires from the back of the DVD player to the back of the TV.
    Let me know if any of those aren't possible based on your equipment. The SD STB (QIP 2500) has very few outputs so there are not a lot of options for a setup like this).
    In order to record a program, you will have to do the following:
    -Set the STB to whatever channel you want to record and keep it on. You will not be able to change the channel, because the DVD player will be recording whatever the STB outputs (the same feed the TV gets). With FiOS, it is not possible to have a DVD do the tuning for you, because it is an all-digital signal and most DVD players can only tune to analog chs 1-99.
    -Set the DVD player channel to "input" or something of the like. This will get your DVD player to show the signal from the STB.
    -Set your TV channel to composite input. This will show you whatever the DVD player is getting from the STB.
    -If you want to watch normal TV without the DVD player, you can turn your TV to Ch. 3 or 4 and get the feed from the STB without having to turn on your DVD player.

  • Start recording video at a set time of day and off at a set time of day, and or can start rec video when motion detected, till no motion detected for a set period

    is there an app for iphone which can be set to start recording video at a set time of day and off at a set time of day, and or can start rec video when motion detected, till no motion detected for a set period. basically someone is vandalising my vehicle and i really really want to catch the mongrel
    thanks for any suggestions

    Nope.

  • I'm trying to record only part of my screen using my Quicktime 10.0, but once I press record in the "Screen recording" feature it automatically starts recording and doesn't give me the option to choose what part of the screen to capture. What gives?

    I'm trying to record only part of my screen using my Quicktime 10.0, but once I press record in the "Screen recording" feature it automatically starts recording and doesn't give me the option to choose what part of the screen to capture. What gives?

    QuickTime version 10 can only record the entire screen.
    10.1, 10.2 and 10.3 offer part of the screen recording.

  • Missing "Add Records" and "Refresh Records" options for data sets post domain re-import

    We recently had to re-install the Endeca server and as part of which had to export and re-import the data domains. Everything went fine except for the fact that newly re-imported data sets showcase just the "Manage Attributes" and the "Delete Data Set" options for an administrator login in. The previously available options to "Add Records" and "Refresh Records" beyond manage attributes/Delete Data Set are missing.
    Thoughts? Is there a security setting to enable these?

    So are you talking about the Add Records and Reload Records options for a data set in Studio?
    There are no separate security settings for these options. If a user is an application administrator (is able to edit the application), then they should have access to these options.
    The options are only available for data domains created using the Provisioning Service (created by uploading a file or from the JDBC or BI Server data source from the Data Source Library).
    I don't know if the process of exporting and re-importing the data domains (not sure how you did that) could somehow cause the data sets to no longer know that they were created by the Provisioning Service, in which case those options would not be enabled.

  • Uft 12.01 record and run setting issues

    hello,
    i am bhumika from CDOT. i am experiencing an issue in record and run settings of UFT 12.01. i have recorded hundreds of scripts for our web application  for different modules whose record and run setting was http://192.168.103.74:8080/softswitch/  now i want same scripts to be run on http://192.168.103.183:8080/softswitch/ . now the issue is i want to change the web settings globaly for hundreds of script but UFT allow me to open each script individualy and then change setting for each n every test case wgich is very much time consuming.
    Can u please suggest me a solution for globaly changing the web address in record and run settings for the scripts which was earlier recorded on some other address. Immediate solution required
    thanks
    Bhumika

    There is one option
     Create VB Script with QTP automation object model and then we can define Run and Record settings for all scripts and Save. 

  • Get value from table record and set Disabled property...

    Hi! I have table in my JSPX page. I search for records and then press on one of the records with right click, see: http://my.jetscreenshot.com/2677/20120203-fas1-30kb
    I set disabled property like this of my commandMenuItem:
    #{row.GenResGrupa != 'true'}But as You can see from my picture above, the disabled property do not work. Where I am wrong with my code:
    <af:commandMenuItem text="#{sampleBundle.pases}"
                                                  id="commandMenuItem1"
                                                  action="adfMenu_pasesDati"
                                                  actionListener="#{bindings.setCurrentRowWithKeyValue.execute}"
                                                  disabled="#{row.GenResGrupa != 'true'}"/> Please correct me! If You need some other information, please let me know.
    Best regards, Debuger!

    Dear fedor! Popup is in facet contextMenu. contentDelivery="lazyUncached" for my popup:
    <af:popup id="p1" contentDelivery="lazyUncached">
                            <af:menu text="menu 1" id="menu1">
                              <af:commandMenuItem text="#{sampleBundle.pases}"
                                                  id="commandMenuItem1"
                                                  action="adfMenu_pasesDati"
                                                  actionListener="#{bindings.setCurrentRowWithKeyValue.execute}"
                                                  disabled="#{row.bindings.GenResGrupa.inputValue != 'true'}"/>
                            </af:menu>
                          </af:popup>In my pageDef I have this code:
    <bindings>
        <tree IterBinding="LVAIMeklesanaIterator" id="LVAIMeklesana">
          <nodeDefinition DefName="kokaugi.model.view.LVAIMeklesana"
                          Name="LVAIMeklesana0">
            <AttrNames>
              <Item Value="Accename"/>
              <Item Value="LvaiKolekcijaPk"/>
              <Item Value="Accenumb"/>
              <Item Value="AvsGrupa"/>
              <Item Value="Cropname"/>
              <Item Value="EkspGrupa"/>
              <Item Value="GenResGrupa"/>
              <Item Value="Genus"/>
              <Item Value="Species"/>
              <Item Value="Sinonims"/>
            </AttrNames>
          </nodeDefinition>
        </tree>
        <action IterBinding="LVAIKolekcijaDatiIterator"
                id="setCurrentRowWithKeyValue"
                InstanceName="KokaugiModuleDataControl.LVAIKolekcijaDati"
                DataControl="KokaugiModuleDataControl" RequiresUpdateModel="false"
                Action="setCurrentRowWithKeyValue">
          <NamedData NDName="rowKey" NDValue="#{row.LvaiKolekcijaPk}"
                     NDType="java.lang.String"/>
        </action>
      </bindings>And disabled property is like this:
    disabled="#{row.bindings.GenResGrupa.inputValue != 'true'}"But it is still do not working. I am wrong somewhere? Maybe the only way to correct my problem is like Hohn said?
    Best regards, Debuger!

  • I can record and hear me recording through the computer's built in mic, but can't get the external mic and headphones to work., The preferences are set for the external mic and headphones...

    I can record and hear me recording through the computer's built in mic, but can't get the external mic and headphones to work., The preferences are set for the external mic and headphones...

    What operating system are you using? Is it on a Mac or a PC? Which preferences are set for external mic/headphones, Audition's or the computers?

  • My childs ipod and my ipad have the same email address and itunes ID how do I stop both devices duplicating everything, change email address or set up new itunes account?

    my childs ipod and my ipad have the same email address and itunes ID how do I stop both devices duplicating everything, change email address or set up new itunes account?

    On each device go to Settings> iTunes and App store> Turn off automatic downloads of Music, Apps and Books.  Now a purchase will only go to the device from which it was ordered.

  • I want to be able to tweak the graphic equalizer in real time while recording - and have this have the audible effect written to the recording.   At the moment i have to go into post-production and manually set the graph equalizer at various time points .

    i want to be able to tweak the graphic equalizer in real time while recording - and have this have the audible effect written to the recording.
    At the moment i have to go into post-production and manually set the graph equalizer at various time points ...

    This won't be real-time as you record, but you could tweak the EQ in real-time after the recording thus:
    Record what you want to tweak into GB with no effects.
    Solo the track and output it into something like Audacity.
    Start Audacity recording, then play your track in GB as you make those tweaks. That's what Audacity will record.
    Get that file from Audacity and put it into GB, then you'll have that effect.
    Sorry if it's complicated, but that's what came to mind. Hope it works.

  • Fetching many records all at once is no faster than fetching one at a time

    Hello,
    I am having a problem getting NI-Scope to perform adequately for my application.  I am sorry for the long post, but I have been going around and around with an NI engineer through email and I need some other input.
    I have the following software and equipment:
    LabView 8.5
    NI-Scope 3.4
    PXI-1033 chassis
    PXI-5105 digitizer card
    DELL Latitude D830 notebook computer with 4 GB RAM.
    I tested the transfer speed of my connection to the PXI-1033 chassis using the niScope Stream to Memory Maximum Transfer Rate.vi found here:
    http://zone.ni.com/devzone/cda/epd/p/id/5273.  The result was 101 MB/s.
    I am trying to set up a system whereby I can press the start button and acquire short waveforms which are individually triggered.  I wish to acquire these individually triggered waveforms indefinitely.  Furthermore, I wish to maximize the rate at which the triggers occur.   In the limiting case where I acquire records of one sample, the record size in memory is 512 bytes (Using the formula to calculate 'Allocated Onboard Memory per Record' found in the NI PXI/PCI-5105 Specifications under the heading 'Waveform Specifications' pg. 16.).  The PXI-5105 trigger re-arms in about 2 microseconds (500kHz), so to trigger at that rate indefinetely I would need a transfer speed of at least 256 Mb/s.  So clearly, in this case the limiting factor for increasing the rate I trigger at and still be able to acquire indefinetely is the rate at which I transfer records from memory to my PC.
    To maximize my record transfer rate, I should transfer many records at once using the Multi Fetch VI, as opposed to the theoretically slower method of transferring one at a time.  To compare the rate that I can transfer records using a transfer all at once or one at a time method, I modified the niScope EX Timestamps.vi to allow me to choose between these transfer methods by changing the constant wired to the Fetch Number of Records property node to either -1 or 1 repectively.  I also added a loop that ensures that all records are acquired before I begin the transfer, so that acquisition and trigger rates do not interfere with measuring the record transfer rate.  This modified VI is attached to this post.
    I have the following results for acquiring 10k records.  My measurements are done using the Profile Performance and Memory Tool.
    I am using a 250kHz analog pulse source.
    Fetching 10000 records 1 record at a time the niScope Multi Fetch
    Cluster takes a total time of 1546.9 milliseconds or 155 microseconds
    per record.
    Fetching 10000 records at once the niScope Multi Fetch Cluster takes a
    total time of 1703.1 milliseconds or 170 microseconds per record.
    I have tried this for larger and smaller total number of records, and the transfer time per is always around 170 microseconds per record regardless if I transfer one at a time or all at once.  But with a 100MB/s link and 512 byte record size, the Fetch speed should approach 5 microseconds per record as you increase the number of records fetched at once.
    With this my application will be limited to a trigger rate of 5kHz for running indefinetely, and it should be capable of closer to a 200kHz trigger rate for extended periods of time.  I have a feeling that I am missing something simple or am just confused about how the Fetch functions should work. Please enlighten me.
    Attachments:
    Timestamps.vi ‏73 KB

    Hi ESD
    Your numbers for testing the PXI bandwidth look good.  A value of
    approximately 100MB/s is reasonable when pulling data accross the PXI
    bus continuously in larger chunks.  This may decrease a little when
    working with MXI in comparison to using an embedded PXI controller.  I
    expect you were using the streaming example "niScope Stream to Memory
    Maximum Transfer Rate.vi" found here: http://zone.ni.com/devzone/cda/epd/p/id/5273.
    Acquiring multiple triggered records is a little different.  There are
    a few techniques that will help to make sure that you are able to fetch
    your data fast enough to be able to keep up with the acquired data or
    desired reference trigger rate.  You are certainly correct that it is
    more efficient to transfer larger amounts of data at once, instead of
    small amounts of data more frequently as the overhead due to DMA
    transfers becomes significant.
    The trend you saw that fetching less records was more efficient sounded odd.  So I ran your example and tracked down what was causing that trend.  I believe it is actually the for loop that you had in your acquisition loop.  I made a few modifications to the application to display the total fetch time to acquire 10000 records.  The best fetch time is when all records are pulled in at once. I left your code in the application but temporarily disabled the for loop to show the fetch performance. I also added a loop to ramp the fetch number up and graph the fetch times.  I will attach the modified application as well as the fetch results I saw on my system for reference.  When the for loop is enabled the performance was worst at 1 record fetches, The fetch time dipped  around the 500 records/fetch and began to ramp up again as the records/fetch increases to 10000.
    Note I am using the 2D I16 fetch as it is more efficient to keep the data unscaled.  I have also added an option to use immediate triggering - this is just because I was not near my hardware to physically connect a signal so I used the trigger holdoff property to simulate a given trigger rate.
    Hope this helps.  I was working in LabVIEW 8.5, if you are working with an earlier version let me know.
    Message Edited by Jennifer O on 04-12-2008 09:30 PM
    Attachments:
    RecordFetchingTest.vi ‏143 KB
    FetchTrend.JPG ‏37 KB

  • Material Group in the Info Record and PO

    We have the scenario of an info record that is "standard" and "sub-contracting".  When you display the info record for either category using ME13, it has the value for material group in the general data screen.  Technical Assistance tells me this value is found in EINA-MATKL.  However, when I do an extract for the info record from EINA, the field is blank.
    My two info records (standard and sub-contracting) in EINE were created differently.  The standard one was created using ME11 and a plant was entered.  Because a plant was entered, the material group value was not required.  The sub-contracting info record was automatically created when the PO was created (InfoUpdate button is on).  In the PO, the material group was also entered; however, a plant was not added to the info record because we do not have EVO set up to include the plant when the info record is automatically created.  (This is something I can change).
    This is very confusing when we are looking at these info records and it appears data should be there but it is not.  This most noticeably happens with the ones that are getting created automatically and then a different category is created using ME11. Are we are missing some addl requirements in configuration when these records are being created automatically????
    Can someone please explain????  I need to come up with a solution to this problem.

    If you want to enter diff ordre unit than in the PIR
    In this case in the material master purchasing screen you have to activate the var order unit
    enter 2 here
    now go to your info record and on general data screen you will see the field var ordre unit
    here enter 2
    than click on conditon from menu
    system will popup the order unit screen
    here keep cursor on box and click choose
    now it will allow you to maintain the box price also
    once you do this than it will automatically defult in the Po upon selection.

  • Recording and Screen Shots

    Using software simulation in Captivate 7 , I'm recoriding a project for an application that has many drop down arrows and typing insertions on 1 dialog box.  The challenge is each time I usethe mouse a new screen is created so the audio does not match the slide.  What am I doing wrong.  The Adobe HelpDesk said to use the Pause button to move to the next screen which then removes the mouse from the dialog box.
    Many thanks.
    Allen

    Hello, welcome,
    I suppose you use the Automatic capture, not the video demo recording since you are talking about slides.
    In automatic capture I really recommend to do the narration separately from the recording, synchronizing is not that hard because you have a lot of static slides. Only for mouse movements like dragging Captivate will switch to Full Motion Recording (FMR) which has a lower quality (set it to 32-bit). Personally I prefer to stop the automatic recording when I want a mouse movement to be captured and insert Recording Slide, HD Video Demo instead. You don't have to record everything at once, you can always add recording slides, either Video Demo or Automatic captured static slides.
    It is also possible to add mouse objects while editing. Are you bit new to Captivate?
    Lilybiri

  • How to handle clips properly (recording and cutting)

    Hi Adobe Forum
    I have alittle problem, I need to be educated in Adobe Preimere Pro (5.5)
    I do some recording and I end up with a .TS file, which idd like to cut to short videos for Youtube.
    However there sometimes is black around the footage, which needs to be cut away.
    I know how to do that, but when I render it the Quality loss is so high that I believe I must be doing things wrong.
    I am thinking that, it might have something to do with the presets I use.
    I have the original clip, it looks good and sharp and then the rendered preview is blur'ed and not that good
    How is this done correctly?

    littlebear9 wrote:
    I just got a Samsung Intensity. I got on my phone and downloaded a bunch of songs I want to use as ringtones, especially using a specific tone for each caller in my contact list (ie. contact id). But, when I went to manage them online here, it doesn't show them. And, even tho I set a ringtone for each contact, all that plays when any one of them calls is my "default" ringtone. Did I download from the wrong place? What did I do wrong?
    If you downloaded whole mp3's (songs) then they would be in your My_Music folder - and you can't use a whole song as a ringtone, just a 30 second or less clip.  If you downloaded actual ringtones, then you need to save them as a ringtone from the text message (right soft key Options>>Save as ringtone)
    If we are talking about songs, you'll need to use an audio editor (Audacity is free to download to your computer; online services like phonezoo are also free) to create 20-30 second clips that you can send to your phone as a text message and save as a ringtone from there.
    Once the files are listed in your ringtones folder on the phone, you can assign them to your contacts, either from the ringtone list, or from within your contact list.  In your post you said you set a ringtone for each contact....did you SAVE the contact after assigning the ringtone? 
    When you say "manage them online" - you don't manage ringtones online, but you do manage ringBACK tones online....are we talking ringBACK tones or ringtones?

  • No Recording Storage URl is Set. Session will not be recorded

    Hi everyone,
    I'm trying to run the recording example, but once I hit the record button I got this error:
    "No Recording Storage URl is Set. Session will not be recorded
    at com.adobe.rtc.session.managers::SessionManagerBase/receiveError()[/Users/arun/Work/aponnu sa_theoden.corp.adobe.com_1666/depot/branches/connect/1106/cocomoPlayer10/src/com/adobe/rt c/session/managers/SessionManagerBase.as:324]
    at com.adobe.rtc.session.managers::SessionManagerFMS/receiveError()[/Users/arun/Work/aponnus a_theoden.corp.adobe.com_1666/depot/branches/connect/1106/cocomoPlayer10/src/com/adobe/rtc /session/managers/SessionManagerFMS.as:309]
    at com.adobe.rtc.session.managers::SessionManagerAdobeHostedServices/receiveError()[/Users/a run/Work/aponnusa_theoden.corp.adobe.com_1666/depot/branches/connect/1106/cocomoPlayer10/s rc/com/adobe/rtc/session/managers/SessionManagerAdobeHostedServices.as:284]
    I tried the "lccs_10_3Beta.swc", but with no luck, I read many threads, but I got confused. Also I wrote to Julien Levadoux to become a beta participant, but he told me that service is open for a public now.
    Please give me any tips to help me run the recording app.
    You help is highly appreciated
    Suha

    Shold be as simple as:
    1) Make sure your Mac is visible to the outside world/externally so Adobe's servers can send the .zip files to your Mac.
      * might want to make sure you are not exposed to hackers, so lock down your system maybe to Adobe's IP/hosts ( a bit more info: http://forums.adobe.com/thread/868922 )
    2) Setup your webDAV repo
    3) "Register the endpoint" says to look at documentation that doesn't exist yet... but you have to run the one command to "handshake" with Adobe. Should look something like this:
    java -jar LCCSREPO.jar <account id> <user name of your account> <password for your account> --register-repository http://<user_name_to_your_webdav>:<password_to_your_webdav>@<full_url_to_your_mac>/webdav
    4) Record a session. Since you'll use the username and pass from above command, you'l be able to record and receive the recorded session ( .zip ) in your webdav.
    Hope that helps,
    Alex G.

Maybe you are looking for

  • Re Install from Win to Mac

    I have Photoshop CS4 Extended, installed on my Windows based PC. I am in a process to replace my PC with a new  Mac. How can I transfer my License and install the CS4 on the new Mac?

  • Cannot view photos in iPhoto 09

    I have iLife 09 and am new to the Mac world. I am wondering why iPhoto will not allow me to see pictures I was once able to. I used some of my photos in iMovie and iDVD, and they worked just fine. I went back in to view the pictures and edit them for

  • Oracle Linux Distribution on OSX

    The new release of Yellow Dog Linux for Apple platform is very promising... The question is: Is there any way that oracle's Linux distibution can be installed on that linux relase, so that it would be possible to run Oracle database on Mac?

  • IPhoto not in new Lion OS install and iTunes question

    I recently had my iMac recalled for a faulty hard drive.  Apple replaced the HD and installed Lion v10.8.2.  I cannot find iPhoto anywhere.  Am I missing something on this, as I cannot find it anywhere? Also, I backed up all HD info on an extermnal H

  • Time Object Conversion

    Hi, I want to convert the date like 'now' to Time Object in a specific format ("yyyy-MM-dd hh:mm:ss") I wrote the following code. Time date; date = (Time) 'now'; Time test = (Time) date.format(mask : "yyyy-MM-dd hh:mm:ss"); logMessage("Result: " + te