Unique constrant

oracle database 10G.
I have created one table T_BOP with unique constraint I_BOP_UK, subsequently I have dropped the constraint and it is not showing in user_constraints also
but when I trying to insert row in above table it is showing above constraint I_BOP_UK.
Any reason?

A unique constraint is supported by a unique index but as you said you have dropped the constraint so the index should have been dropped with it.
SQL> create table tt (id number, constraint tt_uk unique (id));
Table created.
SQL> select constraint_name from user_constraints where constraint_type='U';
CONSTRAINT_NAME
TT_UK
SQL> select index_name from user_indexes where index_name like 'TT%';
INDEX_NAME
TT_UK
SQL> alter table tt drop constraint tt_uk;
Table altered.
SQL> select constraint_name from user_constraints where constraint_type='U';
no rows selected
SQL> select index_name from user_indexes where index_name like 'TT%';
no rows selected
SQL> insert into tt values (1);
1 row created.
SQL> insert into tt values (1);
1 row created.
SQL> insert into tt values (1);
1 row created.
SQL> select * from tt;
        ID
         1
         1
         1 Can you please post here how did you create the constraint and then dropped it?

Similar Messages

  • SIL_PositionDimension Fail on second source system

    Hi all,
    We have config our BI APPS 795 With two source system, both are EBS 11.5.10.
    Subject Area "Financials - Receivables" from the first source sytem are successfully completed in execution plan.
    The DATASOURCE_NUM_ID for the first data source system is 4.
    And then task "SIL_PositionDimension" Failed on running execution plan for Subject Area "Financials - Payables " from second EBS source system.
    From Informatica session log, error shows
    WRITER_1_*_1> WRT_8229 Database errors occurred:
    ORA-00001: unique constraint (DW.W_POSITION_D_U1) violated
    Database driver error...
    Function Name : Execute
    SQL Stmt : INSERT INTO W_POSITION_D(ROW_WID,EMP_ID,PAR_INTEGRATION_ID,POSITION_NAME,DIVN_NAME,EMP_LAST_NAME,EMP_FST_NAME,EMP_LOGIN,CREATED_BY_WID,CHANGED_BY_WID,CREATED_ON_DT,CHANGED_ON_DT,AUX1_CHANGED_ON_DT,AUX2_CHANGED_ON_DT,AUX3_CHANGED_ON_DT,AUX4_CHANGED_ON_DT,SRC_EFF_FROM_DT,SRC_EFF_TO_DT,EFFECTIVE_FROM_DT,EFFECTIVE_TO_DT,DELETE_FLG,CURRENT_FLG,W_INSERT_DT,W_UPDATE_DT,DATASOURCE_NUM_ID,ETL_PROC_WID,INTEGRATION_ID,TENANT_ID,X_CUSTOM) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    Database driver error...
    Function Name : Execute Multiple
    SQL Stmt : INSERT INTO W_POSITION_D(ROW_WID,EMP_ID,PAR_INTEGRATION_ID,POSITION_NAME,DIVN_NAME,EMP_LAST_NAME,EMP_FST_NAME,EMP_LOGIN,CREATED_BY_WID,CHANGED_BY_WID,CREATED_ON_DT,CHANGED_ON_DT,AUX1_CHANGED_ON_DT,AUX2_CHANGED_ON_DT,AUX3_CHANGED_ON_DT,AUX4_CHANGED_ON_DT,SRC_EFF_FROM_DT,SRC_EFF_TO_DT,EFFECTIVE_FROM_DT,EFFECTIVE_TO_DT,DELETE_FLG,CURRENT_FLG,W_INSERT_DT,W_UPDATE_DT,DATASOURCE_NUM_ID,ETL_PROC_WID,INTEGRATION_ID,TENANT_ID,X_CUSTOM) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    WRITER_1_*_1> CMN_1761 Timestamp Event: [Thu Oct 29 17:15:52 2009]
    WRITER_1_*_1> WRT_8425 ERROR: Writer execution failed.
    WRITER_1_*_1> CMN_1761 Timestamp Event: [Thu Oct 29 17:15:52 2009]
    WRITER_1_*_1> WRT_8114
    Row # [1] in bad file
    WRITER_1_*_1> CMN_1053 : Rowdata: ( RowType=0(insert) Src Rowid=2525 Targ Rowid=2525
    ROW_WID (ROW_WID:Double:): "51525.00000000000"
    EMP_ID (EMP_ID:UniChar.15:): "6272"
    PAR_INTEGRATION_ID (PAR_INTEGRATION_ID:UniChar.30:): "PER~"
    POSITION_NAME (POSITION_NAME:UniChar.50:): "KR Manager.."
    DIVN_NAME (DIVN_NAME:UniChar.100:): "KR Human Resources"
    EMP_LAST_NAME (EMP_LAST_NAME:UniChar.50:): "Kang"
    EMP_FST_NAME (EMP_FST_NAME:UniChar.50:): "Lana"
    EMP_LOGIN (EMP_LOGIN:UniChar.50:): "Unspecified"
    CREATED_BY_WID (CREATED_BY_WID:Double:): "13497.00000000000"
    CHANGED_BY_WID (CHANGED_BY_WID:Double:): "13497.00000000000"
    CREATED_ON_DT (CREATED_ON_DT:Date:): "02/05/2002 17:56:34"
    CHANGED_ON_DT (CHANGED_ON_DT:Date:): "02/06/2002 17:44:53"
    AUX1_CHANGED_ON_DT (AUX1_CHANGED_ON_DT:Date:): "03/13/2002 21:38:44"
    AUX2_CHANGED_ON_DT (AUX2_CHANGED_ON_DT:Date:): "10/19/2003 23:32:57"
    AUX3_CHANGED_ON_DT (AUX3_CHANGED_ON_DT:Date:): "10/16/2003 19:42:50"
    AUX4_CHANGED_ON_DT (AUX4_CHANGED_ON_DT:Date:): "(NULL)"
    SRC_EFF_FROM_DT (SRC_EFF_FROM_DT:Date:): "01/04/1991 00:00:00"
    SRC_EFF_TO_DT (SRC_EFF_TO_DT:Date:): "12/31/1993 00:00:00"
    EFFECTIVE_FROM_DT (EFFECTIVE_FROM_DT:Date:): "01/04/1991 00:00:00"
    EFFECTIVE_TO_DT (EFFECTIVE_TO_DT:Date:): "12/31/1993 00:00:00"
    DELETE_FLG (DELETE_FLG:UniChar.1:): "N"
    CURRENT_FLG (CURRENT_FLG:UniChar.1:): "Y"
    W_INSERT_DT (W_INSERT_DT:Date:): "10/29/2009 17:15:50"
    W_UPDATE_DT (W_UPDATE_DT:Date:): "10/29/2009 17:15:50"
    DATASOURCE_NUM_ID (DATASOURCE_NUM_ID:Double:): "41.00000000000000"
    ETL_PROC_WID (ETL_PROC_WID:Double:): "20947710.00000000"
    INTEGRATION_ID (INTEGRATION_ID:UniChar.30:): "PER~6272"
    TENANT_ID (TENANT_ID:UniChar.80:): "DEFAULT"
    X_CUSTOM (X_CUSTOM:UniChar.10:): "(NULL)"
    But this is the first time we load data from the second EBS which the DATASOURCE_NUM_ID = 41 .
    So there is no data with DATASOURCE_NUM_ID (41) existing in table W_POSITION_D.
    Don't know why failed on "ORA-00001: unique constraint (DW.W_POSITION_D_U1) violated".
    Unique constrait on DW.W_POSITION_D_U1 are three columns EFFECTIVE_FROM_DT, DATASOURCE_NUM_ID, AND INTEGRATION_ID.
    Really appreciate the help,
    Roger

    Hi
    We were also stuck up with similar kind of issue on w_position_d table,
    we are not sure on how to go about with this Unique constraint on index creation.
    refer the link OBIA 7.9.5 "Financial Analytics" Full load fails
    let us know if you have any inputs on this.
    thanks
    saran

  • Unique ID to long

    Hi,
    When trying to access SAP Netweaver Administration, I’m getting the following error message “com.sap.sql.log.OpenSQLException: Cannot assign a java.lang.String object of length 93 to host variable 1 which has JDBC type VARCHAR(50).”
    What I have concluded is, the Unique ID that identifies the user in AD, is to long, it contains 93 characters, and portal application is only expecting 50 maximum. Is this a limitation?
    Thanks & Regards,
    John

    You should find another extranal system id in order to mantain uniqueness, but you could also use the name field (that supports 50 characters), but it deppends of which entity you are using.
    Which is the entity? and...if the only way to insert data is by web services the you could use more than one field to verify uniqueness since you can query more than one field at the time.
    Hope it helps
    Kim.

  • HT202213 I have 3 users on one computer with 3 unique user accounts.  Each have unique ITunes accounts.  How do we share our music libraries using home sharing?

    I have 3 users on one computer with 3 unique user accounts.  Each of us have separate and unique ITunes accounts.  How do we share our music libraries using Home Sharing?  Everything that I can find talks about sharing between networked computers, but this is all on the same computer.  I just want to share between ITunes accounts.  Thanks!

    Hi b noir, I also have two users on one pc with two different iTunes libraries.  But I also want to put them onto an external hard drive so that I can free up some memory on the pc.  So I figure I need to consolidate the two users iTunes libraries first before moving to hard drive?  But not quite sure how to do that on the iTunes 11?  Thanking you in advance!!

  • Error while adding Image: ORA-00001: unique constraint

    Dear all,
    I have an error while adding images to MDM I can´t explain. I want to add 7231 images. About 6983 run fine. The rest throws this error.
    Error: Service 'SRM_MDM_CATALOG', Schema 'SRMMDMCATALOG2_m000', ERROR CODE=1 ||| ORA-00001: unique constraint (SRMMDMCATALOG2_M000.IDATA_6_DATAID) violated
    Last CMD: INSERT INTO A2i_Data_6 (PermanentId, DataId, DataGroupId, Description_L3, CodeName, Name_L3) VALUES (:1, :2, :3, :4, :5, :6)
    Name=PermanentId; Type=9; Value=1641157; ArraySize=0; NullInd=0;
    Name=DataId; Type=5; Value=426458; ArraySize=0; NullInd=0;
    Name=DataGroupId; Type=4; Value=9; ArraySize=0; NullInd=0;
    Name=Description_L3; Type=2; Value=; ArraySize=0; NullInd=0;
    Name=CodeName; Type=2; Value=207603_Img8078_gif; ArraySize=0; NullInd=0;
    Name=Name_L3; Type=2; Value=207603_Img8078.gif; ArraySize=0; NullInd=0;
    Error: Service 'SRM_MDM_CATALOG', Schema 'SRMMDMCATALOG2_m000', ERROR CODE=1 ||| ORA-00001: unique constraint (SRMMDMCATALOG2_M000.IDATA_6_DATAID) violated
    Last CMD: INSERT INTO A2i_Data_6 (PermanentId, DataId, DataGroupId, Description_L3, CodeName, Name_L3) VALUES (:1, :2, :3, :4, :5, :6)
    Name=PermanentId; Type=9; Value=1641157; ArraySize=0; NullInd=0;
    Name=DataId; Type=5; Value=426458; ArraySize=0; NullInd=0;
    Name=DataGroupId; Type=4; Value=9; ArraySize=0; NullInd=0;
    Name=Description_L3; Type=2; Value=; ArraySize=0; NullInd=0;
    Name=CodeName; Type=2; Value=207603_Img8085_gif; ArraySize=0; NullInd=0;
    Name=Name_L3; Type=2; Value=207603_Img8085.gif; ArraySize=0; NullInd=0;
    I checked all data. There is no such dataset in the database. Can anybody give me a hint how to avoid this error.
    One thing I wonder: The PermanentId is allways the same but I can´t do anything here.
    BR
    Roman
    Edited by: Roman Becker on Jan 13, 2009 12:59 AM

    Hi Ritam,
    For such issues, can you please create a new thread or directly email the author rather than dragging back up a very old thread, it is unlikely that the resolution would be the same as the database/application/etc releases would most probably be very different.
    For now I will close this thread as unanswered.
    SAP SRM Moderators.

  • HELP-iPOD NOT RECOGNIZED BY WINDOWS!!! UNIQUE ISSUE HERE!!

    I have a 4GB silver mini. The following things happened:
    I have a new laptop. This is the first time I plugged in an iPod in it.
    For this case I'll refer the USB port that goes into the computer as USB and the Port as the plug that goes into the iPod from the iPod USB cable.
    1.) So my iPod was fully charged and I decided to plug the iPod USB cable into my laptop at the same time that the Port was in the iPod. And it was taking a little bit longer than I thought it would for the laptop to recognize the iPod, so I unplugged it. When I did that a message popped up from the Windows XP taskbar saying "Found New Hardware: A problem occurred during installation."
    2.) When I plugged it back into the original USB port on the computer, it didn't work so I plugged the iPod USB wire into the other USB connection and when the iPod didn't respond again, I knew something was up.
    3.) I resetted the iPod. Uninstalled iPod and iTunes software. Reinstalled it. Uninstalled the USB Root Hubs and the other USB devices and then reinstalled them by going to Action->Scan for Hardware Changes in Device Manager. Still didn't do anything. Tried to Restore my iPod using the iPod Updater software, but got a "Can't mount iPod" message.
    4.) Here's the weird things I noticed. When the iPod port is plugged in and the USB is connected to the laptop at the same time, the iPod screen shuts off-but still charges. During this if I unplug the iPod Port from the iPod while its still connected to the USB in the laptop, the battery instantly weakens and dies no matter how fully charged it was before. Also, when I unplug the iPod from the USB port, the backlights turns on for a few seconds, indicating that iPod knew it was unplugged.
    5.) One thing that also happens when I loosen the Port wire from the iPod while its still in the USB is that it displays the same "Found New Hardware: A problem occurred during installation" pop-up came again except sometimes it says "OK To Disconnect" with a Check Mark symbol. But it still doesn't fix the error after I disconnect it and then connect it again. In one instance when I did this, my iPod beeped a few times like a stopwatch.
    6.) I talked to Apple Tech support, but they pretty much sent me 2-3 links giving me ideas of what to do. All of which I tried. No luck
    I know this is definetely a unique problem, but any suggestions or any responses from Apple Tech Support will be extremely appreciated!!!
    Dell Inspiron 1300   Windows XP   SP2

    You need to connect the ipod to the laptop and see if it show in windows under "My Computer" as IPOD or Removable storage.

  • The Group Policy Client service failed the sign-in The universal unique identifier (UUID) type is not supported

    Hi guys,
    we created a custom WIM Image (Windows 8 Enterprise) with MDT 2012.
    Sysprept the Image, Deployed via SCCM 2012 SP1.
    Computers are Domainjoined. Error with standard Domain User.
    On some computers (not every computer) and not with every user on the first logon following error message arises:
    The Group Policy Client service failed the sign-in The universal unique identifier (UUID) type is not supported
    It works, when you log in a second time but this error isn't very nice. 
    Is there a solution for that?
    Kind Regards
    Martin

    Hi,
    The service is responsible for applying settings configured by administrators for the computer and users through the Group Policy component. This issue can be caused by various reasons based on the computer environment.
    Can you find any information in event log about this issue?
    Here is the related blog in which the steps can solve most of such issues if the issue continuously happen.
    http://blogs.msdn.com/b/moiqubal/archive/2012/03/04/how-to-fix-quot-the-group-policy-client-service-failed-the-logon-access-denied-quot-error.aspx
    Also, you can refer to the similar thread about this issue:
    http://social.technet.microsoft.com/Forums/en-US/4a644219-50ee-494d-b965-e64a8555109e/the-group-policy-client-service-failed-the-signin-the-universal-unique-identifier-uuid-type-is
    Since this issue can be related to SCCM, to better help you, please submit a new thread for further help:
    https://social.technet.microsoft.com/Forums/en-US/home?category=systemcenter2012configurationmanager
    Hope these could be helpful.
    Kate Li
    TechNet Community Support

  • Any way to get unique filename in "Save as" dialog?

    is there any kind of 3rd-party add-on or whatever that would give an option in the "Save as" dialog to simply make up a file name that would be unique in whatever folder it's trying to save to?
    Mike

    Kappy wrote:
    Do you mean to automatically insert a filename for you in the Save As: field of the dialog? Why is that needed when the field is usually always in a selected state so you can enter a filename of your choice? Maybe I don't quite understand what you are asking.
    ok. Suppose I am downloading files from an on-line web archive where many of the files have the same name. This means that for each one, I have to modify the name manually in the Save As: field, so they don't overwrite each other when I'm saving to a folder on my local hard drive. I certainly can enter new names for each, but it gets very tedious when there are a lot of files. I was wondering if there's any 3rd-party software that puts an extra option on there to automatically save with a unique name.
    thanks,
    Mike

  • Do Not Check Uniqueness of Data in Write Optimised DSO

    Hello,
    I am working with write optimised DSO with already billion records in it. I have flag 'Do Not Check Uniqueness of Data' in Settings as checked(means it will surely not check for uniqueness of data). I am thinking of removing this flag off and activate the DSO again. I am willing to remove this flag as it will provide option of Req ID input in listcube on DSO and without this list cube will never return back with results.(I have to analyze aggregations)
    I tried removing this flag and then activate DSO in production system with 17 million records which took 5 mins for activation (index creation). So maths says for a billion records activation transport will take around 6 hrs for moving to Production.
    I am willing to remove this flag as it will provide option of Req ID input in listcube and without this list cube will never return back with results.
    Questions:
    How does this flag checks the uniqueness of record? WIll it check Active table or from the Index?
    To what extent DTP will slow down the process of subsequent data load?
    Any other factors/risks/precautions to be taken?
    Let me know if questions are not clea or further inputs are required from my side.
    Thanks.
    Agasti

    Hi,
    Please go through the site :
    /people/martin.mouilpadeti/blog/2007/08/24/sap-netweaver-70-bi-new-datastore-write-optimized-dso
    As far as your ques are concerned... i hope above blog will answer most of it , and if it does'nt please read below mentioned thread.
    Use of setting "Do Not Check Uniqueness of Data" for Write Optimized DSO
    Regards
    Raj

  • How do I compare two columns of data in Numbers to find the unique results?

    Hello all,
    I'm looking for a way to compare the data from two columns so I can find the unique results and display that data in a third column. To be specific, here's what I'm doing.
    Column A is a list of email addresses for people I have already written. Column B is a list of email addresses for people I would like to contact. I am not sure if there are email address from Column A in Column B, but there may be and if there are, I must find out so that I don't send a second email to these recipients. How can I have Numbers look at both columns and tell me which email addresses in Column B are not in Column A?
    Thanks for the help!!!

    gfmp123,
    Here's an alternate use of MATCH to find duplicates. I hope you find one of the two solutions, Wayne's or this one, useful for your case.
    The expression in Column C is:
    =IFERROR("Dup in Row "&MATCH(B, A,0), "")
    Regards,
    Jerry

  • Unable to Enforce Unique Values, Duplicate Values Exist

    I have list in SP 2010, it contains roughly 1000 items.  I would like to enforce unique values on the title field.  I started by cleaning up the list, ensuring that all items already had a unique value.  To help with this, I used the export
    to excel action, then highlight duplicates within Excel.  So as far as I can tell, there are no duplicates within that list column.
    However, when I try to enable the option to Enforce Unique Values, I receive the error that duplicate values exist within the field and must be removed.
    Steps I've taken so far to identify / resolve duplicate values:
    - Multiple exports to Excel from an unfiltered list view, then using highlight duplicates feature > no duplicates found
    - deleted ALL versions of every item from the list (except current), ensured they were completely removed by deleting from both site and site collection recycle bins
    - Using the SP Powershell console, grabbed all list items and exported all of the "Title" type fields (Item object Title, LinkTitle, LinkTitleNoMenu, etc) to a csv and ran that through excel duplicate checking as well. 
    Unless there's some rediculous hidden field value that MS expects anyone capable of attempting to enforce unique values on a list (which is simple enough for anyone to figure out - if it doesn't throw an error), then I've exhausted anything I can think
    of that might cause the list to report duplicate values for that field.
    While I wait to see if someone else has an idea, I'm also going to see what happens if I wipe the Crawl Index and start it from scratch.
    - Jon

    First, I create index for a column in list settings, it works fine no matter duplicate value exists or not;
    then I set enforce unique values in the field, after click OK, I get duplicate values error message.
    With SQL Server profiler, I find the call to proc_CheckIfExistingFieldHasDuplicateValues and the parameters. After reviewing this stored procedure in content database,
    I create the following script in SQL Server management studio:
    declare @siteid
    uniqueidentifier
    declare @webid
    uniqueidentifier
    declare @listid
    uniqueidentifier
    declare @fieldid
    uniqueidentifier
    set @siteid='F7C40DC9-E5D3-42D7-BE60-09B94FD67BEF'
    set @webid='17F02240-CE04-4487-B961-0482B30DDA84'
    set @listid='B349AF8D-7238-419D-B6C4-D88194A57EA7'
    set @fieldid='195A78AC-FC52-4212-A72B-D03144DC1E24'
    SELECT
    * FROM TVF_UserData_List(@ListId)
    AS U1 INNER
    MERGE JOIN
                NameValuePair_Latin1_General_CI_AS
    AS NVP1 WITH (INDEX=NameValuePair_Latin1_General_CI_AS_MatchUserData)
    ON NVP1.ListId
    = @ListId AND NVP1.ItemId
    = U1.tp_Id
    AND ((NVP1.Level
    = 1 AND U1.tp_DraftOwnerId
    IS NULL)
    OR NVP1.Level
    = 2)
    AND NOT((DATALENGTH(ISNULL(NVP1.Value,
    = 0)) AND U1.tp_Level
    = NVP1.Level
    AND U1.tp_IsCurrentVersion
    = CONVERT(bit, 1)
    AND U1.tp_CalculatedVersion
    = 0 AND U1.tp_RowOrdinal
    = 0 INNER
    MERGE JOIN
                NameValuePair_Latin1_General_CI_AS
    AS NVP2 WITH (INDEX=NameValuePair_Latin1_General_CI_AS_CI)
    ON NVP2.SiteId
    = @SiteId AND NVP2.ListId
    = @ListId AND NVP2.FieldId
    = @FieldId AND NVP2.Value
    = NVP1.Value
    AND NVP2.ItemId <> NVP1.ItemId
    CROSS APPLY TVF_UserData_ListItemLevelRow(NVP2.ListId, NVP2.ItemId,
    NVP2.Level, 0)
    AS U2 WHERE ((NVP2.Level
    = 1 AND U2.tp_DraftOwnerId
    IS NULL)
    OR NVP2.Level
    = 2)
    AND NOT((DATALENGTH(ISNULL(NVP2.Value,
    = 0))      
    I can find the duplicate list items based on the result returned by the query above.
    Note that you need to change the parameter values accordingly, and change the name of NameValuePair_Latin1_General1_CI_AS table based on the last parameter of the
    proc_CheckIfExistingFieldHasDuplicateValues stored procedure. You can review the code of this stored procedure by yourself.
    Note that direct operation on the content database in production environment is not supported, please do all these in test environment.

  • Unique id for ADAM LDAP

    Hi-
       I have configured my ADAM LDAP for the UME. In the ADAM i have created users and given them admin permission. But when i try to test connection from the config tool, i am able to bind to the LDAP sucessfully. But, when i click on authentication tab it says, "Authentication failed: No user found". I am using datasourceConfiguration_ads_deep_writeable_deep.xml. Is there anything else i need to do to connect to the ADAM. I feel the unique id is the problem here??. Please let me know if you have any answer ASAP.
    Thanks
    Subramanya

    Did you follow this procedure?
    http://help.sap.com/saphelp_nw04s/helpdata/en/12/7678123c96814bada2c8632d825443/frameset.htm
    -Michael

  • Unique ID during upload through WebADI integrator

    Hi All,
    Is there any unique ID generated for each upload through a custom Integrator (similar to fnd_global.conc_request_id for concurrent programs)?
    Thanks,
    Sumanth

    JE,
    Normally we use row id or integration id for this, we populate this value in the external id field (for the records created manually) so that we can do bulk update. My personal experience is row id's are more reliable than integration id's and it has always worked for me :) (my technical team also prefers to use the row id for WS as this value cannot be changed). What kind of linking problem did your people face by using row id?
    If you are looking for some other unique single value identifier, I dont think any other than row id, integration id and external unique id exists. Else you need to go with “On Demand predefined fields” option (First Name, Last Name, Email, Work Phone # for contact records).

  • Unique ID For Node Locking an Application?

    I want to restrict the computers that a client application can run on. My original idea was to refuse server access outside of a restricted set of MAC addresses, but it seems difficult to grab the MAC address in a platform neutral way. (assume DHCP evironment so IP addresses may not be stable). Does anyone know of a way to access a hardware unique ID for doing a sort of node locking?

    Would the CommAPI ( http://java.sun.com/products/javacomm/ ) and a dongle help?

  • Unique ID Attribute

    I've include the a unique ID attribute:
    (Name: element_ID Unique ID Required Control flags: Read-only)
    and updated an xml instance. How do I get Frame to auto populate the attribute with a unique ID?

    Other than for cross-referencing purposes, Frame doesn't have a mechanism for adding a unique ID to attributes. There are plugins that provide this functionality, but for default FM, you have to enter the ID manually.
    ...scott

Maybe you are looking for

  • Output Module (Bridge CC) not working on Mac

    As suggested here http://helpx.adobe.com/bridge/kb/install-output-module-bridge-cc.html I downloaded and tried to install the Bridge CC Output Module. I could not find the "Bridge CC Extensions" folder only "Bridge CC" I can see the output name insid

  • Logic Platinum 6.4.3 refuses to work on Quad G5

    •"optimized for G4" emblem shows up for some reason •it launched once, and when I checked the cpu settings it gave me the choice of "G4 or Generic" • it only launched the one time...after that, it crashes everytime on launch • I have trashed all the

  • Lightroom 3 - not inserting history steps bug(?)

    Sometimes I'll do a series of edits quickly and LR3 will make them but not show them in the history panel. I've grabbed screenshots here of one case, where I imported a photo, rotated it slightly and bossted exposure. Both edits were made as you can

  • Dark blue bar in capacity bar?

    Hi there, Here's an interesting question. In the capacity bar for my ipod, the blue section obviously represents music, but there is a small section in the bar that is a darker blue than the rest. It started appearing after I accidentally tried to pu

  • Any limitations regarding number of JNI functions used?

    Are there any limitations regarding the number of JNI functions used? Is there any performance\footprint\other issue when using over 500 JNI functions? Thanks you Noa.