Primary Key definition does not copy over to alias

I imported a db table in physical layer and defined the key on it.
When I create an alias of this table, the key definition is not copied over to alias. Is this standard behavior? Do I need to create primary key definition for each alias separately or am I missing something?

Yes its standard behavior.
Since key are generated based on joins for that object and can may not be duplicated
Appreciate if you mark as correct
Edited by: Veeravalli on Nov 29, 2012 1:14 PM

Similar Messages

  • Primary key 1700 does not exist...

    Hello,
    I have a strange behaviour with my Entity bean. I am trying to make an update of an entity bean through a session bean, and it works only for primary keys inferior to a precise number (maybe 1700).
    Otherwise the update throws the following error :
    javax.ejb.NoSuchEntityException: [EJB:010142]Instance of EJB 'VEtHr' with primary key '1999' does not exist.
    Do you have any idea about the problem ?
    Thanks... :-)
    Do I need to change the <max-beans-in-cache> variable? (I have already tried with a very big number).
    Regards,

    The problem is strange because before trying the update method of EJB, I am trying to get the full line by the id (getByPrimaryKey). And it works. I get all data for primary key =5002 for example.
    But when I try to update it, I get this message :
    ; nested exception is:
         javax.ejb.NoSuchEntityException: [EJB:010142]Instance of EJB 'VEtHr' with primary key '5002' does not exist.
    My update method is just like this :
    public void updateVEtHr(VEtHrDto vEtHrDto) throws RemoteException {
    if (vEtHrDto != null) {
    Integer hrId = vEtHrDto.getHrId();
    try {
    VEtHr vEtHr = vEtHrHome.findByPrimaryKey(hrId);
    setVEtHrFromVEtHrDto(vEtHr, vEtHrDto);
    catch (FinderException e) {
    throw new RemoteException(e.getMessage());
    }

  • BAPI_CUSTOMERRETURN_CREATE does not copied over the pricing

    Hi,
    I need to create a return with reference to an invoice.
    I managed to create the return sales order. However, I am not able to copy the same pricing as per the invoice item over.
    It was being created with reference to the invoice.
    Why is the prcing not copied over? the missing price is VKA0.
    If I simulate it in TCODE VA01, I am able to get the invoice price over to the sales return.
    Can someone advice?
    Thanks

    I had realized that the BAPI does not copied conditions from reference document.
    Had modify standard to allow copying of conditions from reference document.

  • Playlist in iTunes does not copy over to my iPod... why?

    Okay... so my only problem is this:
    Out of all my playlists on iTunes, there is one which will not appear on my iPod video no matter how many times I update it. I have tried all the troubleshooting procedures such as restoring my iPod and copying all the music over again, but that one playlist still does not appear. Is there some way to fix this? Or maybe some way to report a problem to Apple? I couldn't find anything on this website besides forums and FAQs.

    Okay... so my only problem is this:
    Out of all my playlists on iTunes, there is one which
    will not appear on my iPod video no matter how many
    times I update it. I have tried all the
    troubleshooting procedures such as restoring my iPod
    and copying all the music over again, but that one
    playlist still does not appear. Is there some way to
    fix this? Or maybe some way to report a problem to
    Apple? I couldn't find anything on this website
    besides forums and FAQs.
    EVERY TIME I TRY TO PUT SOMETHING ON MY IPOD NOW SOMETHING LIKE IT CANT BE READ AND HAS BEEN CORRUPTED PLZ RUN THE CHLEXY SOMETHING KEEPS POPIN UP SOME HELP PLZ

  • Transparency fill in line graph data points does not copy over to Pages

    I have created some line graphs in Numbers, and they look beautiful. Since some of my data overlap and I want users to be able to easily see where all data is on the graph, I have made the data points transparent on the foremost line. This allows the other line (which data points are filled in with another color) visible "through" the foremost line.
    However, when I attempt to copy the graphs into Pages, the data points of the foremost line are no longer transparent - they are filled with white. Obviously, this defeats the entire purpose of using a transparency fill!
    What can I do to make this work?
    Thank you,
    G. Pasarescu

    Hi Yvan,
    Thank you for the tip. Unfortunately, I need to embed several of these charts into the Pages document, and cannot use Numbers instead of Pages for the document.
    Interestingly, if I copy the chart from Numbers and paste it into some graphics programs (like Pixen and Pixelator), the transparency is preserved. However, pasting the same copy into other graphics programs (such as Seashore or Photoshop) somehow flattens the image, removing the transparency, and I'm back to square one.
    Using a graphics program as the bridge between Numbers and Pages reduces the quality of the chart - that's why I'd like to try to make this work in Numbers / Pages.
    Thanks,
    Geoff

  • Saplogon.ini   services files NOT copying over durring PACKAGE INSTALL

    I have an server sdmin install that ive put together and created a package.  its fully patched server.   In the scripts area ive placed the script that was in the chm file to copy over a private logon.ini and services file in the "ON END INSTALL" section of the package..
    The issue is that it does not copy over the files that are listed in the customerfiles folder that I have. 
    the user on the machines have admin rights to the machine so I dont think its a rights issue.  any idea out there for me ? 
    this is SAG gui 7.10 patch 2.

    Hi
    This is the script I use when deploying a package.
    ON END INSTALL
    NwEngine.Context.Log.Write "Event: Copying customized saplogon.ini"
    If NwEngine.Shell.FileExist("%SAPSrcDir%\ConfigurationFiles\saplogon.ini") Then
    NwEngine.Shell.CopyFile "%SAPSrcDir%\ConfigurationFiles\saplogon.ini", "%WinDir%\saplogon.ini"
    End If
    Basically I have installed my SAP installation server to a share SAPINST$ the \ConfigurationFiles\ folder is within the SAPSrcDir (SAPINST$\ConfigurationFiles\).
    Hope this helps?
    Stu

  • Key value does not currently exist in the primary key table error

    Im testing out a form and creating a new insert once all the fields are filled in it wont allow me to move on and comes up with this error message;
    key value does not currently exist in the primary key table
    Is this becuase the form contains foriegn keys which reference different tables which fields are not dispalyed on this form?
    If so how to I link the other forms together so that when i create a new record in this form it will automaticaly create the primary key entry in the other form to allow the insert of the referenced foreign key in this form?
    does this make sense?

    It seems that it has the table in which you'r inserting is a foreign key table.
    Take the emp& dept table example in the schema scott/tiger.
    Say we have deptno 10, 20, 30, 40 in the dept table.
    We make a form for emp table and insert into this form.
    Now, we'r bound to insert deptno 10, 20, 30, 40 into this emp form. This form will not allow us to insert deptno 50 as it doesn't exist in the primary key column in dept table.
    Obviously if a department doesn't exist in the company, it doesn't make sense to assign the employees to that department.
    So for this purpose, we need to add a department in the dept table then we can insert values in the emp table for that department.
    For this purpose, I suggest to make a button on the mp form and invoke the dept form and add a new department to it and then insert into emp table.
    The same scenario can be applied in your case.

  • The product key entered does not match any of the Windows images available for installation. Enter a different product key.

    how do you manage to install windows 7 when the message on the screen is "The product key entered does not match any of the Windows images available for installation. Enter a different product key. "

    That's a really helpful answer and not smug at all, thanks Carey.
    I just downloaded a DVD image from my university's MSDN Academic Alliance program, named "Microsoft
    Windows 7 with Service Pack 1 Debug/Checked Build 64-bit (English)", which I wanted to use to install over an existing 32-bit version. I thought the install screen was giving this weird unskippable error described in the OP before I even entered
    a key because the 32-bit key I had used on the HDD was somehow interpreted to be used in an upgrade, but no. Even after I wiped the hard drive, this error persisted.
    Guess I'll go Google some more on how to install my legit copy of Windows, because this self-serving shit sure isn't helping.
    edit: IF YOU GOOGLED THIS AND ARE STILL LOOKING FOR YOUR ANSWER, CHECK HERE:
    http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_install/the-product-key-entered-does-not-match-any-of-the/47e6f575-5792-404b-9b7f-2065bdb91011

  • Hi - replaced my old computer but did not copy over library.  How do I get the music on Ipod into new library?

    Hi - replaced my old computer but did not copy over library.  How do I get musci from ipod to computer "library" so it can then go to Iphone.  Drag and drop does not do it.
    thanks
    g

    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • Error in MIGO Movement type 101 E is not planned.(Entry is not copied over)

    Hie Experts,
    I had created a process order for XYZ material. Now i want to assign this goods receipt to sales order. For this i am trying to go MIGO with mvt type 101 & special stock indicator as 'E'(order stock). I am facing the error as "Movement type 101 E is not planned. (Entry is not copied over)".
    Can anyone help to solve this error.
    Regards,
    Piyush

    Hie,
    Thanks for your valuable response. But, my scenario is like this. I am doing goods receipts against PRODUCTION Order.
    I want to take this stock as Sales order stock(Special Stock).
    Can u pl help me for this scenario.
    Regards,
    Piyush

  • CIF Error: Setup group/key 10000427 does not exist

    Dear CIF-Specialists,
    We observed a problem on the integration between APO and R/3.
    If we want to send PPM's from R/3 to APO we have the following error-message: "Setup group/key 10000427 does not exist".
    Transaction CFM1 (Create Integration Modell) ==> No problem
    Transaction CFM2 (Activate Integration Modell) ==> Error!
    We don't use setup groups or keys in our operations but we have created the setup keys in APO and R/3 (Transaction: /SAPAPO/CDPSC6 and OP43).
    As we don't have keys in the PPM's it is normal that they don't exists.
    Do you have an idea where we have to set theses Setup keys?
    Can you give us an indication how we could resolve this problem?
    Thank you.
    Best regards,
    Thomas

    Dear Sharath,
    Thank you for your reply.
    We dont't have setup key or group maintained in this receipt. This is the strange part on this problem.
    Why does it search for a setup key if we don't want to transfer it?
    I checked also the setup-keys in APO and R/3 and they are the same.
    We did a copy of the test-system (where the problem occurs) some days ago. Is there a table in APO where it could have some old entries about this?
    Thank you for your help.
    Thomas
    Edited by: Ricci Olivier on May 12, 2008 11:39 AM

  • VLD-0203: Foreign key ENC_COLLECTION_TYPES_1 does not have a referenced col

    When I try to deploy a source table a got the error.
    VLD-0203: Foreign key ENC_COLLECTION_TYPES_1 does not have a referenced column.
    All foreign keys must have referenced columns. Complete the foreign key definition by referencing a column
    How can I fix this issue ??

    Hi,
    Just refer to the correct column for the FK created (you need to have a parent table available/deployed first before this is deployed). Since you are deploying the source table which will create the same in DB you have to make sure the keys are set correctly and the parent table is already available in DB.
    We generally create the tables first in DB and then use the import functionality to bring it into OWB repository.
    Regards,
    Bharadwaj Hari

  • The located assembly's manifest definition does not match the assembly refe

    Hi,
    I am getting following error when i run my application.
    Error - Could not load file or assembly 'Oracle.DataAccess, Version=2.102.2.21, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    When i copied Oracle.DataAccess.dll from the application server to my machine at that time also version complixct error is comming. Application server in 64 bit and my machine in 32 bit.
    Please help on this issue.

    Hey Thrik - I would like to know that whether you have resoved / identified the problem or not.
    I feel that root cause of this problem might be ODAC for .net
    Until I installed ODAC, it was working fine but after this, suddenly I am getting the below message in yellow screen.
    Pl. let me know if you also encounter after installing ODAC or ODP.
    Today, I also got the similar kind of error. (Below is the snippet of the page).
    Could not load file or assembly 'Oracle.DataAccess' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Oracle.DataAccess' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Oracle.DataAccess' could not be loaded.
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    Stack Trace:
    [FileLoadException: Could not load file or assembly 'Oracle.DataAccess' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
    [FileLoadException: Could not load file or assembly 'Oracle.DataAccess, Version=1.111.6.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
    System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
    System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +211
    System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +141
    System.Reflection.Assembly.Load(String assemblyString) +25
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +32
    [ConfigurationErrorsException: Could not load file or assembly 'Oracle.DataAccess, Version=1.111.6.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +596
    System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +3479081
    System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +46
    System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +177
    System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +180
    System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp) +3446661
    System.Web.Compilation.BuildManager.CompileGlobalAsax() +51
    System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +462
    [HttpException (0x80004005): Could not load file or assembly 'Oracle.DataAccess, Version=1.111.6.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
    System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +57
    System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +612
    System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +456
    [HttpException (0x80004005): Could not load file or assembly 'Oracle.DataAccess, Version=1.111.6.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3426887
    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88
    System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +149
    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

  • Nokia PC Suite does not copy contacts from nk 6230

    I have a nk6230, with almost 200 contacts.
    I used the latest version PC suite to copy my contacts from the phone to Outlook. Unfortunately it does not copy every contact i have somewhere around the region of 100. I deleted the connection and tried again - same problem.
    I tried copying from the SIM to SD card but same issue (only copies 100) and vice versa
    Can anyone help please as i dont want to have to retype them again.

    What version of PC Suite are you using?
    This should be on the PC Suite and Other Nokia Software board anyhow.
    Have you checked to see if the contacts that do NOT Synchronise are in a different place. i.e. the ones that have copied over are on the phone memory and the ones that don't copy over are on the SIM card etc.
    Also, check to see what memory is in use (SIM/Phone/SIM & Phone). This *may* affect what gets synchronise.
    Aubs
    Aubs

  • Can not delete emails and tool bar at top does not change over

    Can not delete emails and tool bar at top does not  change over from safari. HELP

    If you hold the command key down (the one with the ⌘ on it) and hit the + key you can make the fonts larger. Might help out, I know as I've gotten up there in years I've had to use it more and more
    In the mean time while twtwtw mulls this over, can you supply any further information? Did the system crash or didi anything change before you started having the problem? Are you really running 10.5.8 as your profile says?
    We'll start with those for now,
    regards
    Message was edited by: Frank Caggiano BTW ⌘- - (command minus) will make the fonts smaller

Maybe you are looking for

  • Error while Installation of EP 7.0

    Hi Experts , I am facing an error while i run the file sapinst.exe . This error comes after completing the following steps : SAP netweaver 7.0 support release 3.0 -> Central System->Custom->Continue with Old option . After i select the last option i

  • Retrieving lists from other layer into a JSP page - Design Question

    Hi all, What should be a good design technique in order to allow a JSP page to present some list obtained from other layer of my application. I intend to leave only presentation logic in the JSP layer, while all data access will be in other layer. Fo

  • How do I get past the request to turn off Itunes.

    Hi people, Sorry if this question has already been answered. I tried to find some help on the forum but the question may have been asked a different way and I couldn't find it. So my problem, I have downloaded xcode_3.2.6_and_ios_sdk_4.3.dmg and it i

  • Derivation rule to Capture Billing Doc & Sales Employee

    Dear All,   I want to create a derivation rule by table tookup to update the billing documnet no and the sales employee details in COPA. From which table i can get these details Regads Vasantha

  • JTabbed Pane - shows wrong content

    Hello, I created a TabbedPane with three tab panels , the first two contain one textarea, the third panel contains tw otextarea's. When i run my application , the first panel is active but wen the content of the third panel, i have to click on anothe