Cannot validate dependency

Hi,
   I want to create a DC for integrating webdynpro as a callable object in the GP,so I need some dependency to be add from used DCs.So from the dc created in the WDF i navigate to used DCs to add Used DCs,i selected caf/eu/gp/api to add the dependency but it is giving an error like
cannot validate dependency:Failed to read component definition from lcal file CAF:sap.com/caf/eu/gp/api:cannot read component definition file doesn't exisist c:\programfiles\sap\ide\ide70\eclipse\plugins..
so plz anybody help me as i'm new to use GP give me some tips
Thanks&Regards,
santhosh

Hi Vanama,
To be able to develop Web Dynpro for Guided Procedures, the libraries must be manually copied into the installation. Open the folder “workaround”
Step 1 :  Copy the Development Component folder “eu” into the folder <IDE>eclipsepluginscom.sap.tc.ap_2.0.0compCAFDCssap.comcaf on the machine where you installed the NWDS.
Step2 : copy the meta-information
1>     sap.com caf eu gp api wd.dcref
2>     sap.com caf eu gp api.dcref
into the folder <IDE>eclipsepluginscom.sap.tc.ap_2.0.0compCAFSCssap.comCAF\_compTopLevelDCs
on the machine where you installed the NWDS.
Check Page Number 6 of this document.
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50289b6a-5373-2910-91bd-b8196737c026
If you don’t get following files
1>sap.com caf eu gp api wd.dcref
2>sap.com caf eu gp api.dcref
Give me your mail id i will send you.
Regards,
Mithu

Similar Messages

  • Cannot validate digital signature - Reader 11.0.10 on Windows 8.1

    We cannot validate digital signatures in Adobe Reader 11.0.10 on a Windows 8.1 PC, but the same signatures/documents can be validated in the same version of Reader on Windows 7 Pro. Is there a known issue with signature validation in Reader XI and Windows 8/8.1?

    Hi CTMutual_CMHC,
    This might not have happened for Windows 8.
    Could you please try validating signatures in some different PDF and check.
    You can also refer the following link for the same:
    https://helpx.adobe.com/acrobat/using/validating-digital-signatures.html#validate_a_digita l_signature
    If the issue persists, then try installing the latest version of Reader from here:
    Adobe Acrobat Reader DC Install for all versions
    Let me know how it goes.
    Regards,
    Anubha

  • How to resolve ORA-02298: cannot validate (%s.%s) - parent keys not found

    Hi, During the exp/imp process,i have tried to enable the constraints once the import done,but for some of the constraints am getting ORA-02298: cannot validate (%s.%s) - parent keys not found error,can anyone assist me what are all the possible ways to fix this issue. database -ORACLE 11g,o/s -LINUX

    Hi. Put the missing values into the parent table or Remove the rows in the child table which contain values that are not in the parent table
    http://www.shutdownabort.com/errors/ORA-02298.php
    Regards
    Javid Hasanov
    Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Edited by: Javid Hesenov on Jul 6, 2012 2:03 AM

  • Event ID 25936 (Cannot validate argument on parameter 'VMMServer'.)

    I seem to be getting this Event 25936 very often in the Application Log of my VMM Server. Can anyone guide me to as what might be the problem?
    Cannot validate argument on parameter 'VMMServer'. The argument is null. Supply a non-null argument and try the command again. You cannot access VMM management server GSQLMNG1.mami.gov.il. (Error ID: 1604)
    Contact the Virtual Machine Manager administrator to verify that your account is a member of a valid user role and then try the operation again.
    Thanks,
    Reuvy

    I got the same problem. Did you solved this?

  • New-AzureReservedIP : Cannot validate argument on parameter 'Slot'. The argument "MyIP" does not belong to the set "Staging,Production"

    I am trying to reserve an IP address in Microsoft Azure using simple PowerShell cmdlet:
    $reservedIP = "MyIP"
    $location = "West US"
    New-AzureReservedIP – ReservedIPName $reservedIP –Label $reservedIP –Location $location
    I get an error:
    New-AzureReservedIP : Cannot validate argument on parameter 'Slot'. The argument "MyIP" does not belong to the
    set "Staging,Production" specified by the ValidateSet attribute. Supply an argument that is in the set and then try
    the command again.
    Any help?
    Thanks

    Greetings!
    Please try the references below which elaborates on the usage of the cmdlet:
    New-AzureReservedIP
    https://msdn.microsoft.com/en-us/library/azure/dn690120.aspx
    https://msdn.microsoft.com/en-us/library/azure/dn769136.aspx
    Thank you,
    Arvind

  • ORA-02298 : cannot validate - parent keys not

    Hi,
    I am trying to create a FK-PK constraints.
    In the alter table command i am using the caluse:
    exceptions INTO ... in order to catch all the exception rows .
    Can you please explain why i am getting this error message ?
    I am using the following command:
    SQL> ALTER TABLE STARQ.CALL_FACT ADD (
    2 CONSTRAINT CALL_FACT_FK_cmcustdim1
    3 FOREIGN KEY (CUST_ID)
    4 REFERENCES STARQ.CM_CUST_DIM_1 (DWH_CUST_ID)
    5 exceptions INTO starq.exceptions );
    CONSTRAINT CALL_FACT_FK_cmcustdim1
    ERROR at line 2:
    ORA-02298: cannot validate (STARQ.CALL_FACT_FK_CMCUSTDIM1) - parent keys not found

    Hi,
    >>Can you please explain why i am getting this error message ?
    This is a normal behavior. After issued the "alter table add constraint ..." command, you need to query on EXCEPTIONS table.
    LEGATTI@XE> create table a (id number constraint pk_a primary key);
    Table created.
    LEGATTI@XE> create table b (id number);
    Table created.
    LEGATTI@XE> insert into b values (1);
    1 row created.
    LEGATTI@XE> create table exceptions(row_id rowid,
      2                     owner varchar2(30),
      3                     table_name varchar2(30),
      4                     constraint varchar2(30));
    Table created.
    LEGATTI@XE> alter table b add constraint fk_b_a foreign key (id) references a exceptions into exceptions;
    alter table b add constraint fk_b_a foreign key (id) references a exceptions into exceptions
    ERROR at line 1:
    ORA-02298: cannot validate (LEGATTI.FK_B_A) - parent keys not found
    LEGATTI@XE> select * from exceptions;
    ROW_ID             OWNER                          TABLE_NAME                     CONSTRAINT
    AAAD3mAAEAAAABoAAA LEGATTI                        B                              FK_B_ACheers
    Legatti

  • ORA-02298: cannot validate .......

    Hi,
    I exported user cmsadmin with constraints=y and consistent=y as DBA user from 9i then Imported it using fromuser/touser =cmsadmin into oracle 10g..
    i got the follwing error while importing:
    IMP-00017: following statement failed with ORACLE error 2298:
    "ALTER TABLE "RESPONSES" ENABLE CONSTRAINT "FK_RESPONSE_FK_CTF_RE_CERTIFIC""
    IMP-00003: ORACLE error 2298 encountered
    ORA-02298: cannot validate (CMSADMIN.FK_RESPONSE_FK_CTF_RE_CERTIFIC) - parent keys not found
    The
    ALTER TABLE "CMSADMIN"."RESPONSES" ADD CONSTRAINT
    "FK_RESPONSE_FK_CTF_RE_CERTIFIC" FOREIGN KEY ("REP_CERTIFICATION_ID")
    REFERENCES "CERTIFICATION" ("CTF_CERTIFICATION_ID") ENABLE NOVALIDATE ;
    But when i checked number of rows of for CERTICATION table in 9i DB and target 10g DB they are same....
    But when i run the following query:
    select distinct REP_CERTIFICATION_ID from RESPONSES a where not exists (select CTF_CERTIFICATION_ID from CERTIFICATION where CTF_CERTIFICATION_ID = a.REP_CERTIFICATION_ID);The above query returns 288 rows meaning they are not in CERTIFICATION table.. but the count of number of rows are same in source and target DB..
    What can be the reason..
    can you pls help...
    Thx

    Hi,
    here is my EXP and IMP commands:
    exp cmsadmin/frora04_adm file=cmsdbt01_cmsadmin_29Mar07.dmp log=cmsdbt01_cmsadmin_29Mar07.log owner=cmsadmin consistent=y grants=y constraints=y rows=n
    imp cmsadmin/orad1_adm file=cmsdbt01_cmsadmin_29Mar07.dmp log=cmsadmin_imp.log fromuser=cmsadmin touser=cmsadmin ignore=y
    moreover, when i run the following query in source database on 9i from where i took the export it does not return any rows meaning that data is fine in both parent and child tables:
    select distinct REP_CERTIFICATION_ID from RESPONSES a where not exists (select CTF_CERTIFICATION_ID from CERTIFICATION where CTF_CERTIFICATION_ID = a.REP_CERTIFICATION_ID);
    But, when i run the same above query in target table after importing the schema (usng above imp command) i get 14 distinct CTF_CERTIFICATION_ID meaning that they are not in parent table..
    Master Table --> CERTIFICATION
    PK column --> CTF_CERTIFICATION_ID
    Child Table --> RESPONSES
    FK column to above PK --> REP_CERTIFICATION_ID
    Hence issue still persists reg. parent key not found after importing..
    Thx

  • ORA-02298: cannot validate (PL_REM_FK_ES_EMP) - parent keys not found

    hi
    I disabled some constraints. But now, when I try to enable them then I get the error:
    ORA-02298: cannot validate (PL_REM_FK_ES_EMP) - parent keys not found.
    Plz guide me to resolve this problem.

    Hi,
    there is most likely some orphaned records in the child table. what command did you use to delete the record? what the output of
    select xxxxx from child_table a where not exists (select 'x' from
    parent_table where primary_key = a.key_values);
    dan

  • [SOLVED] cannot resolve dependency

    Whenever I try to install gnome I am getting error message - "Cannot resolve dependency " for some files. for example whenever I am trying to install adesklets the error msg is  :
    [devil@scorp ~]$ yaourt -S adesklets
    Password:
    resolving dependencies...
    warning: cannot resolve "ttf-bitstream-vera", a dependency of "adesklets"
    :: the following package(s) cannot be upgraded due to unresolvable dependencies:
          adesklets 
    Do you want to skip the above package(s) for this upgrade? [Y/n]
    looking for inter-conflicts...
    local database is up to date
    i have bitstream vera font installed.
    ???? whats the solution. Any help?
    Thanks.
    Last edited by scorpdevil (2010-05-31 07:33:31)

    my pacman.conf file ---------------------
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir     = /
    #DBPath      = /var/lib/pacman/
    #CacheDir    = /var/cache/pacman/pkg/
    #LogFile     = /var/log/pacman.log
    HoldPkg     = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst   = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    #CleanMethod = KeepInstalled
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg   =
    #IgnoreGroup =
    #NoUpgrade   =
    #NoExtract   =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    # REPOSITORIES
    #   - can be defined here or included from another file
    #   - pacman will search repositories in the order defined here
    #   - local/custom mirrors can be added here or in separate files
    #   - repositories listed first will take precedence when packages
    #     have identical names, regardless of version number
    #   - URLs will have $repo replaced by the name of the current repo
    # Repository entries are of the format:
    #       [repo-name]
    #       Server = ServerName
    #       Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    ## Add your preferred servers here, they will be used first
    #Include = /etc/pacman.d/mirrorlist
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    ## Add your preferred servers here, they will be used first
    #Include = /etc/pacman.d/mirrorlist
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository.  See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    [archlinuxfr]
    Server = http://repo.archlinux.fr/x86_64
    mirrorlist
    # Czech Republic
    Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/x86_64

  • I cannot validate the serial number and I tried several things like shut down firewall, change hosts (cannot change it by the way the computer won't let me), etc.

    I cannot validate the serial number on premiere elements and photoshop elements. Stil saying that i do not have any connection with the internet. I already tried to contact the adobe chat. They did help me, but what they say did not work.
    They said that I had to contact helpdeks, but they would not help me. I had to go to the chat again. The chat does not work.
    I also tried al of the things that is mentioned on this site https://helpx.adobe.com/nl/x-productkb/policy-pricing/activation-deactivation-products.htm l.
    Can someone help me, because I don't know what to do know.

    Celina
    Did you purchase Premiere Elements 13 from Adobe direct? If so, you can get your money back within 30 days of purchase.
    I can post an Adobe Chat Orders link for that if necessary.
    Did Adobe Chat or any of its representatives offer to do a remote control of computer troubleshooting to get to the core of your
    problem? We in this user to user forum cannot do that, Adobe Chat might. But, again, we are not Adobe.
    Do you have a computer shop or an associate with computer software knowledge who can assist you on this matter?
    Excuse the question, but I do not want to take anything for granted. Are you sure that you have the right serial number and are
    entering it correctly
    xxxx-xxxx-xxxx-xxxx-xxxx-xxx
    http://helpx.adobe.com/x-productkb/global/find-serial-number.html
    Just to summarize...
    a. In the hosts file....you saw nothing but the default entries
    b. You download and installed the Adobe Application Manager and that did not solve the problem
    c. You renamed the SLCache and SLStore Folders and that did not help
    But, can you disable the antivirus and firewall(s) to see if resolves the issue in anyway?
    What antivirus program does your computer use?
    ATR

  • Intermittent error on x86 chip set: Cannot validate provider JSDP

    <p>Hello,</p>
    <p>
    I am experiencing an intermittant issue on an X86 chip set machine running Solaris 10.
    </p>
    <p>
    I have statically registerd the JSDP provider with the jre used by WLS by adding it to the java.security file:
    security.provider.8=com.entegrity.jsdp.security.provider.JSDP
    </p>
    <p>
    I did not copy the jsdp.jar file to the jre ext folder however as this causes class loading issues.
    </p>
    <p>
    This was all that was required to allow the JSDP provider to be trusted by the jvm on sparc solaris 10 machine, however on the X86 machine we get the following error:
    </p>
    <p>
    6/17/08 2:36:29 PM (thread 0 run 0): Aborted run, script threw class java.rmi.RemoteException: Error in ejbCreate:; nested exception is:
    javax.ejb.CreateException: java.lang.InstantiationException: java.lang.SecurityException: Cannot validate provider JSDP:java.lang.Securi
    tyException: The jar is not signed by a trusted signer
    java.rmi.RemoteException: Error in ejbCreate:; nested exception is:
    javax.ejb.CreateException: java.lang.InstantiationException: java.lang.SecurityException: Cannot validate provider JSDP:java.lang.Securi
    tyException: The jar is not signed by a trusted signer
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:211)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
    at com.somechumpcomp.at.beans.impl.MadBean_9a7x6e_EOImpl_922_WLStub.getRandom(Unknown Source)
    </p>
    <p>
    I initially appced the ejb on again on the X86 machine and this seemed to resolve the issue however the next day the problem returned, apprantly no one had touched anything..
    </p>
    <p>
    I have asked the ejb vendor to dynamically register the JSDP provider which is used to establish trust of a signed jar file.
    </p>
    <p>
    Does anyone else have any ideas I can try for instance can I register the provider on using environment varibles that I can pass to the WLS managed sercer JVM, or has anyone experienced similar issues on WLS9.2, JDK1.5.11 running on Solaris 10 X86?
    </p>
    <p>
    Hussein Badakhchani
    London Middleware
    </p>
    Edited by hoos at 06/17/2008 7:40 AM

    Hello,
    What API guide are you looking at? It appears your version of FDM is 9.3.0 and I do not see anything like what you are mentioning in the v9.3.0 API guide.
    Keep in mind that newer API guides might not contain all the information from previous releases are are only valid for the release for which they were intended.
    On a side note a Permissions Denied - 70 error generally can be traced with ProcessMonitor / ProcessExplorer ... I would start there.
    Thank you,

  • Cannot "validate Configuration"

    Hi
    After having selected "New Flex and PHP project", I filled out the Create PHP Project form.
    Pressing "validate configuration" button fires a warning message on the top of the popup "Cannot validate the configuration. The test file....."
    My web root folder is ok and my root url is http://localhost/ which is correct as this adress actually  brings me to the Zend Server test page.
    Is there something done wrong or other params to set?
    Thanks in advance.

    I have desinstalled Zend Server and tried with Xampp. Works fine!
    I should try again and check this permission. Thanks

  • Cannot validate audit vault administrator(avadmin) username, already in use

    At setting up avadmin and avauditor username and password as a postinstall task, I cannot validate the avadmin username. It says "User could not be created. Probably the username is already in use". I tried to give also other usernames instead of avadmin but no success.
    Do you know what can I do except of posting an SR to Oracle?
    Regards,
    Gabor

    I cannot set the password only for root and support in console without setting for avadmin and avauditor. There are error messages saying that the values are mssing. However I restarted the server with other methods. Unfortunately it didn't help.

  • " Cannot validate contents " error message

    I have tried several times to download software updates available ( Java, Security 2011-11 and i tunes) and am getting the error message "Installer cannot validate contents, contact manufacturer". I've tried downloading directly from apple website and got the same message. I have verified permissions and repaired permissions, tried again and got the same message. I also got an error message when I tried to update Adobe this morning. Any help would be appreciated.

    What that means is the disc image cannot be verified usually because it is damaged in some way or is a defective download. You might try re-downloading again (I know you already have) until you are able to get a "good" result. Of course if the file is damaged on the server then you will never get a good result.
    If your network connection is slow (telephone modem) then these downloads are far to large for regular success. Line glitches, even one, can render the resulting file worthless. Other network related problems can corrupt file downloads.
    Last consider repairing the hard drive (not permissions which have nothing to do with the problem.) If your hard drive has problems then it may not be saving the downloads properly.
    Repair the Hard Drive
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • Cannot validate serial number for PS elements 13

    I recently purchased PS Elements 13. I installed succesfully from DVD on Windows 8,1. It's first installation,no previous versions. Also created Adobe-ID succesfully.
    But... I cannot validate my serialnumber, preventing me to use the software obviously. During validation process a message is shown: "Connect to internet to validate serialnumber" (Translated from Dutch). I'm 100% sure I do have internet-connection during this process.
    So currently I'm stuck with this problem.
    Hope anyone can help.

    Community volunteers can’t really help with serial number issues. You need to contact Adobe directly using the link below. Use the dropdown menu for boxes (1) & (2) to scroll down the list and choose:
    1. Adobe Photoshop Elements
    2. Adobe ID, and signing-in
    3. Click on the blue button: Still need help? Contact us – then click the area marked chat 24/7, then click “start chat ”
    It’s usually possible to start a live chat, if an Adobe agent is free, and often to get the problem fixed right away. Have your serial number available. The agent can directly troubleshoot your system if you agree to activate the Adobe Connect add-on.
    Click here to get help now Contact Customer Care

Maybe you are looking for

  • System recovery from time machine after disk crash

    Hi there, recently I am a little unluky with my backup strategy. Here is my latest issue - I am glad if anyone has hints or advice. On my macbook pro (mid 2009, originally SL) updated till the latest version of Mavericks I recently had a hard disc cr

  • CS 2 run on Windows 8.1 64 bit?

    My old computer running Windows XP died. I need to reinstall CS2 on my new computer running Windows 8.1 64 bit. I reinstalled the entire suite but cannot activate it. Followed Adobe instructions to uninstal it then looked for the CS2 non activation v

  • Debugging a project!

    Hello ! I have installed Sun IDM 7.0.1 and I am suing Net beans 5.5 IDE as a development tool. I was trying to debug a project and I get the following error : " com.waveset.util.WavesetException: Server exception: java.lang.NullPointerException" I ha

  • HT4599 My PC (outlook) has stopped syncing contacts from my phone.

    Can anyone help.

  • Galer�a web en flash del Photoshop CS2

    Antes que nada pedir perd�n por repetir el mensaje, pero al llegar a casa he visto que el mensaje que puse no me aparec�a con mi lector de noticias habitual ( el xnews). El anterior lo publiqu� con la cuenta de google y se ve bien si lo buscaes en go