CA asset deployment are got failed for all deployments

CA asset deployment are got failed and getting the following exception
2011-11-17 17:10:42,434 INFO [nucleusNamespace.atg.epub.DafDeploymentOptimizerDeploymentEventListener] # assets <=100
2011-11-17 17:10:42,434 INFO [nucleusNamespace.atg.epub.DafDeploymentOptimizerDeploymentEventListener] Setting /atg/deployment/DeploymentManager.maxThreads=20, /atg/deployment/DeploymentManager.threadBatchSize=100, and /atg/deployment/DeploymentManager.transactionBatchSize=100
2011-11-17 17:10:42,493 INFO [nucleusNamespace.atg.deployment.DeploymentManager] Database: Oracle
2011-11-17 17:10:42,567 INFO [nucleusNamespace.atg.deployment.DeploymentManager] Starting deployment with id: 1200004
2011-11-17 17:10:42,594 INFO [nucleusNamespace.atg.deployment.DeploymentManager] Executing deployment in LOCAL mode
2011-11-17 17:10:42,717 ERROR [nucleusNamespace.atg.deployment.DeploymentRepository] SQL Statement Failed: [++SQLInsert++]
INSERT INTO das_deploy_data(deploy_data_id,version,type,source,destination,deployment)
VALUES(?,?,?,?,?,?)
-- Parameters --
p[1] = {pd} dd1001 (java.lang.String)
p[2] = {pd: version} 1 (java.lang.Integer)
p[3] = {pd: type} 0 (java.lang.Integer)
p[4] = {pd: source} /atg/commerce/catalog/ProductCatalog (java.lang.String)
p[5] = {pd: destination} /atg/commerce/catalog/ProductCatalog_production (java.lang.String)
p[6] = {pd: deployment} 1200004 (atg.adapter.gsa.SingleValueGSAId)
[--SQLInsert--]
2011-11-17 17:10:42,719 ERROR [nucleusNamespace.atg.deployment.DeploymentManager]
CAUGHT AT:
CONTAINER:atg.deployment.DistributedDeploymentException; SOURCE:CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: ORA-00001: unique constraint (CAVERSION.DEPLOY_DATA_PK) violated
     at atg.deployment.repository.RepositoryDeploymentData.persist(RepositoryDeploymentData.java:575)
     at atg.deployment.Deployment.persistDeploymentData(Deployment.java:1199)
     at atg.deployment.Deployment.persistDataArray(Deployment.java:1153)
     at atg.deployment.Deployment.run(Deployment.java:449)
Caused by: CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: ORA-00001: unique constraint (CAVERSION.DEPLOY_DATA_PK) violated
     at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:5823)
     at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:920)
     at atg.deployment.repository.RepositoryDeploymentData.persist(RepositoryDeploymentData.java:565)
     ... 3 more
Caused by: java.sql.SQLException: ORA-00001: unique constraint (CAVERSION.DEPLOY_DATA_PK) violated
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:213)
     at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:952)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1160)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3285)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3368)
     at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:251)
     at atg.adapter.gsa.SQLStatement.executeUpdate(SQLStatement.java:678)
     at atg.adapter.gsa.Table.insert(Table.java:1378)
     at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:5763)
     ... 5 more
SOURCE EXCEPTION:
CAUGHT AT:
CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: ORA-00001: unique constraint (CAVERSION.DEPLOY_DATA_PK) violated
     at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:5823)
     at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:920)
     at atg.deployment.repository.RepositoryDeploymentData.persist(RepositoryDeploymentData.java:565)
     at atg.deployment.Deployment.persistDeploymentData(Deployment.java:1199)
     at atg.deployment.Deployment.persistDataArray(Deployment.java:1153)
     at atg.deployment.Deployment.run(Deployment.java:449)
Caused by: java.sql.SQLException: ORA-00001: unique constraint (CAVERSION.DEPLOY_DATA_PK) violated
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:213)
     at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:952)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1160)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3285)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3368)
     at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:251)
     at atg.adapter.gsa.SQLStatement.executeUpdate(SQLStatement.java:678)
     at atg.adapter.gsa.Table.insert(Table.java:1378)
     at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:5763)
     ... 5 more
SOURCE EXCEPTION:
java.sql.SQLException: ORA-00001: unique constraint (CAVERSION.DEPLOY_DATA_PK) violated
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:213)
     at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:952)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1160)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3285)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3368)
     at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:251)
     at atg.adapter.gsa.SQLStatement.executeUpdate(SQLStatement.java:678)
     at atg.adapter.gsa.Table.insert(Table.java:1378)
     at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:5763)
     at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:920)
     at atg.deployment.repository.RepositoryDeploymentData.persist(RepositoryDeploymentData.java:565)
     at atg.deployment.Deployment.persistDeploymentData(Deployment.java:1199)
     at atg.deployment.Deployment.persistDataArray(Deployment.java:1153)
     at atg.deployment.Deployment.run(Deployment.java:449)
2011-11-17 17:10:42,775 ERROR [nucleusNamespace.atg.deployment.DeploymentManager] The deployment completed prematurely while persisting markers.
Regards
DAS

Its giving a unique constraint error.
Try running a select query on das_deploy_dats with id "dd1001". There should be a record already present there.
This kind of error comes when you have imported some tables from another database.
Thanks
Edited by: Gurvinder on Nov 17, 2011 6:13 AM

Similar Messages

  • Bpel deployment fails for all processes that have revision other than 1.0.

    Using: Release *10.1.3.3.1*
    Hello All,
    Bpel deployment fails for all processes that have revision other than *1.0*.
    We have been attempting to deploy several BPEL projects via ANT script to a target environment and are encountering failures to deploy for every project which isn’t a (revision 1.0). We are getting the following error whenever we try to deploy a process with a revision other than 1.0:
    D:\TJ_AutoDeploy\BPEL_AutoDeploy_BETA\build.xml:65: BPEL archive doesnt exist in directory "{0}"
         at com.collaxa.cube.ant.taskdefs.DeployRemote.getJarFile(DeployRemote.java:254)
         at com.collaxa.cube.ant.taskdefs.DeployRemote.deployProcess(DeployRemote.java:409)
         at com.collaxa.cube.ant.taskdefs.DeployRemote.execute(DeployRemote.java:211)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at org.apache.tools.ant.Main.runBuild(Main.java:668)
         at org.apache.tools.ant.Main.startAnt(Main.java:187)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    The structure of our automated deployment script is as follows:
    First, a batch script calls (Jdeveloper_BPEL_Prompt.bat) in order to set all necessary environment variables i.e. ORACLE_HOME, BPEL_HOME, ANT_HOME, etc for ant.
    Next, the script lists every .jar file within the directory to an .ini file called BPEL_List.ini. Furthermore, BPEL_DIR, ADMIN_USER and ADMIN_PSWD variables are set and initialized respectively to:
    -     “.” – point to directory where script is running from because all the BPEL processes are located here
    -     “oc4jadmin”
    -     “*********” (whatever the password for out environment is)
    We’ve developed a method to have the script prompt the user to select the target environment to deploy to. Once the user selects the appropriate environment, the script goes through the BPEL_List.ini files and a loop tells it that for every BPEL process listed:
    DO ant
    -Dprocess.name=%%b
    -Drev= !Rev!
    -Dpath=%BPEL_DIR%
    -Ddomain=default
    -Dadmin.user=%ADMIN_USER%
    -Dadmin.password=%ADMIN_PWD%
    -Dhttp.hostname=%HOST%
    -Dhttp.port=%PORT%
    -Dverbose=true
    (What’s happening is that the variables in the batch file are being passed on to the ANT script where *%%b* is the process name, !rev! is revision #, and so on…)
    The loop goes through each line in the BPEL_List.ini and tokenizes the BPEL process into 3 parts *(%%a, %%b, and %%c)* but we only extract 2 parts: *%%b* (process name) and *%%c* which becomes !Rev! (revision number).
    Example:
    Sample BPEL process:
    bpel_ThisIsProcess1_1.0.jar
    bpel_ThisIsProcess2_SOAv2.19.0.001B.jar
    After tokenizing:
    %%a     %%b     %%c
    bpel     ThisIsProcess1     1.0.jar
    bpel     ThisIsProcess2     SOAv2.19.0.001B.jar
    *!Rev!* and not *%%c* because *%%c* will return whatever the revision number is + the “.jar” file extension as illustrated above. So to circumvent this, we parse *%%c* so that the last 4 characters are stripped. Such is done like this:
    set RevN=%%c
    set RevN=!RevN:~0,-4!
    Hence, the usage of !Rev!.
    Below is a screenshot post of the ANT build.xml that goes with our script:
    <!--<?xml version="1.0"?>-->
    <!--BUILD.XML-->
    <project name="bpel.deploy" default="deployProcess" basedir=".">
         <!--
         This ant build file was generated by JDev to deploy the BPEL process.
         DONOT EDIT THIS JDEV GENERATED FILE. Any customization should be done
         in default target in user created pre-build.xml or post-build.xml
         -->
         <property name="process.dir" value="${basedir}" />
              <!-- Set BPEL process name -->
              <!--
              <xmlproperty file="${process.dir}/bpel/bpel.xml"/>
              <property name="process.name" value="${BPELSuitcase.BPELProcess(id)}"/>
              <property name="rev" value="${BPELSuitcase(rev)}"/>
              -->
         <property environment="env"/>
         <!-- Set bpel.home from developer prompt's environment variable BPEL_HOME -->
              <condition property="bpel.home" value="${env.BPEL_HOME}">
                   <available file="${env.BPEL_HOME}/utilities/ant-orabpel.xml" />
              </condition>
         <!-- show that both bpel and oracle.home are located (TESTING purposes ONLY) -->
         <!-- <echo>HERE:${env.BPEL_HOME} ${env.ORACLE_HOME}</echo> -->
         <!-- END TESTING -->
         <!--If bpel.home is not yet using env.BPEL_HOME, set it for JDev -->
         <property name="oracle.home" value="${env.ORACLE_HOME}" />
         <property name="bpel.home" value="${oracle.home}/bpel" />
         <!--First override from build.properties in process.dir, if available-->
         <property file="${process.dir}/build.properties"/>
         <!--import custom ant tasks for the BPEL PM-->
         <import file="${bpel.home}/utilities/ant-orabpel.xml" />
         <!--Use deployment related default properties-->
         <property file="${bpel.home}/utilities/ant-orabpel.properties" />
         <!-- *************************************************************************************** -->
         <target name="deployProcess">
              <tstamp>
                   <format property="timestamp" pattern="MM-dd-yyyy HH:mm:ss" />
              </tstamp>
              <!-- WRITE TO LOG FILE #tjas -->
              <record name="build_verbose.log" loglevel="verbose" append="true" />
              <record name="build_debug.log" loglevel="debug" append="true" />
              <echo></echo>
              <echo>####################################################################</echo>
              <echo>BPEL_AutoDeploy initiated @ ${timestamp}</echo>
              <echo>--------------------------------------------------------------------</echo>
              <echo>Deploying ${process.name} on ${http.hostname} port ${http.port} </echo>
              <echo>--------------------------------------------------------------------</echo>
              <deployProcess
                   user="${admin.user}"
                   password="${admin.password}"
                   domain="${domain}"
                   process="${process.name}"
                   rev="${rev}"
                   dir="${process.dir}/${path}"
                   hostname="${http.hostname}"
                   httpport="${http.port}"
                   verbose="${verbose}" />
              <sleep seconds="30" />
              <!--<echo message="${process.name} deployment logged to ${build_verbose.log}"/>
              <echo message="${process.name} deployment logged to ${build.log}"/> -->
         </target>
         <!-- *************************************************************************************** -->
    </project>
    SUMMARY OF ISSUE AT HAND:
    ~ Every bpel process w/ 1.0 revision deploys with no problems
    ~ At first I would get an invalid character error most likely due to the “!” preceding “Rev”, but then I decided to set rev=”false” in the build.xml file. That didn’t work quite well. In another attempt, I decided to leave the –Drev= attribute within the batch script blank. That still led to 1.0s going through. My next thought was deploying something other than a 1.0, such as 1.2 or 2.0 and that’s when I realized that if it wasn’t a 1.0, it refused to go through.
    QUESTIONS:
    1.     IS THERE A WAY TO HAVE ANT LOOK INTO THE BPEL PROCESS AND PULL THE REVISION ID?
    2.     WHAT ARE WE DOING WRONG? ARE WE MISSING ANYTHING?
    3.     DID WE GO TOO FAR? MEANING, IS THERE A MUCH EASIER WAY WE OVERLOOKED/FORGOT/OR DON’T KNOW ABOUT THAT EXISTS?
    Edited by: 793292 on Jul 28, 2011 12:38 PM

    Only thing i can think of is instead of using a MAC ACL , u cud jus use the default class
    Policy Map Test
    class class-default
    police 56000 8000 exceed-action drop
    Class Map match-any class-default (id 0)
    Match any
    You would be saving a MAC-ACL ;-).

  • "playback failed" for all podcasts using ios7

    I just updated to IOS 7 and when I try to play a podcast that I am subscribed to, I get "playback failed" for all podcasts. The odd thing is that if I am connected via wifi, it seems to work fine. If wifi is not there, I get that error.
    I cannot seem to find a setting anywhere that gets around this.
    Help!

    See:
    iOS: Troubleshooting applications purchased from the App Store
    Restore from backup. See:
    iOS: How to back up              
    Restore to factory settings/new iPod

  • LMS 4: VLAN config fetch failing for all devices

    LMS 4.0.1, standalone on W2K8 R2, new install
    Vlan config fetch is failing for all devices.  If I attempt to put a vlan.dat file in tftpboot and then manually copy a vlan.dat file from a device, the following is returned:
    TFTP: error code 2 received - 16739
    %Error opening tftp://server_name/vlan.dat (Permission denied)
    The Windows application logs ont the server log this:
    Log Name:      Application
    Source:        CRMtftp
    Date:          6/15/2011 2:07:49 PM
    Event ID:      3
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      server_name
    Description:
    GetEffectiveRightsFromAcl failed: Overlapped I/O operation is in progress.
    (997)
    I tried restarting crmtftp, but no luck.  Any ideas what may be causing this?
    -Jeff

    I have the same issue with a freshly installed 4.2 version now:
    Log Name:      Application
    Source:        CRMtftp
    Date:          2/24/2012 12:30:50 PM
    Event ID:      3
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      srvwienlms.nts.local
    Description:
    GetNamedSecurityInfo failed failed: The operation completed successfully.
    (0)
    I will also open a TAC case, lets see if we still have to stick with a3.x TFTP binary...
    br.herwig

  • Deployment issue - Login failed for user 'NT AUTHORITY\NETWORK SERVICE'

    I am attempting to deploy a site from my development PC to my server. I have no issues running the site on the server using VS2010 Express Web in debug. All page queries are working within the debugger. The connection strings are identical between the PC
    and Server, except the host name.
    connectionString
    ="Data
    Source=SOCIALSERVER;Initial Catalog=Intake_be;Integrated Security=True"
    However, when using the site normally via IIS, the pages containing data access are failing with a permissions problem. The non-data access pages render normally.
    Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
    Looking at the SQL2005 instance via SQL Management Studio, I see security folder with Logins under the Server. NTA\NS is listed as a user login. But, I also see similar folders under each
    of 3 databases. NTA\NS is not listed as a login specific to my target dB.
    My site is for internal (intranet) use only. There is no internet access into my IIS. This is my first deployment into production. I think I only need Windows Authentication but I lack the experience to make a good decision. My goal is to allow domain users
    to access pages that produce read only data. But, I also need controlled access to pages that can modify data. I used the native winform template for ASP.NET 4, which includes some roles based security.
    How do I grant permissions for internal users on the pages that access SQL data? How does that security model work with the native roles based security? i.e.
    add
    name="AspNetSqlMembershipProvider"type="System.Web.Security.SqlMembershipProvider"connectionStringName="ApplicationServices"...
    etc.
    Thanks for your time and patience on this Deployment 101 type issue.
    Kurt

    hi,
    You receive either of these error messages specifically when you use integrated security.
    To resolve you can use one of below.
    Method 1: Programmatically change the security context of the ASP.NET worker process to a user who has the correct SQL Server permissions.
    Method 2: Change the default configuration of ASP.NET so that the ASP.NET worker process starts and runs under the context of a user who has the correct permissions in SQL Server.
    Method 3: Grant the correct permissions in SQL Server so that the ASPNET account (or NetworkService account, for an application that runs on IIS 6.0) has the appropriate access to the required resources.(Go to the Computer Management >> Local User and
    Groups >> Groups >> Right Click and go to properties on IIS_IUSRS >> Add appropriate user.
    Thanx, Mark as answered if you are ok ..

  • During Import if one record got failed so all records will not import?

    Hi All,
    I want to clear on the following situation:
    I have 10 records in a file and due to 2 records some structural reason import got failed.. So do MDIS will import 8 records and create a file with two records in error folder? or it will not import at all and create a file in the error folder?
    How does it works?  basically I want to know if because of any reason 1-2 records in a 1000 records file got failed do entire file willnot import or only those errored records are not imported?
    THanks
    Rajeev

    Hi Rajeev,
    have 10 records in a file and due to 2 records some structural reason import got failed.. So do MDIS will import 8 records and create a file with two records in error folder? or it will not import at all and create a file in the error folder?
    This totally depends on your business scenario,
    1. If you want that if there are expection in even one file also all the records should not be imported than also it is possible
    2. If you want that if the exception is there than only the exception records should be sent to the Exception Folder and rest of the records should be imported by MDIS service, this process is also possible.
    For implementing the second scenario you just have to set the property in Console -> Admin -> Ports
    Block on Structural Exception = No
    And if you want that the files should not be imported even if one file has exception then set
    Block on Structural Exception = Yes
    Hope this would be helpful.
    Best Regards,
    Parul Malhotra

  • Oracle 11g upgrade prerequisite fails for all the values

    Hi,
    We have planned Oracle upgrade from 10.2.0.4 to 11.2.0.2. We have
    followed the upgrade guide Database Upgrade Guide "Upgrade to Oracle Database 11g Release 2 (11.2): UNIX". Our OS versionis HP-UX ia64 B.11.31. According to the upgrade guide we have set all the environment vairables. And started the Oracle 11.2.0.2 software installation prerequisite with the command " ./RUNINSTALLER -check " The result of the prerequisite check was giving the all the parameters are failed. But the parameters like Physical memory, orasid user also showing failed eventhough we are having 16 GB of physical memory & we logged on
    with orasid it self and all the parameters are showing failed.
    We have check the Oracle metalink note#169706.1,  According to the note we have valid version of HP-UX 11.31 and some patches are already installed and some of them are not installed. But the prerequisite check showing all the patches are in failed state irrespective of some installed patches.
    Regards,
    Sreekanth

    Hi there
    For DB upgrades to 11g there are couple technical notes .
    SAP Note No. 1431793
    SAP Note No. 1431797
    SAP Note No. 1431800
    Hope them can be useful
    BR
    Venkat

  • Deployment Optimizer - Equal weightage for all the locations in the network

    Hello All,
    I am having difficulty in assigning equal weightage for all the locations in the deployment network.  My scenario is as described below:
    Deployment Source location: LOC1
    Destination locations: LOC2, LOC3
    I am running Heuristics to plan LOC2, LOC3 & LOC1, followed by
    a Deployment Optimizer run at LOC1 to deploy to LOC2 & LOC3.
    ATD quantity at LOC1 is always calculated after saftisfying the requirements at LOC1 and the remainder is deployed to LOC2 & LOC3 based on the cost settings.  This seems to be the case even if I don't run the heuristics at LOC1 and start deployment optimizer after running the heuristics at LOC2 and LOC3.
    The need at this client place is that all three locations are equally important even though LOC1 is the only deploying source location.
    This applies for all demand categories i.e. Sales orders, Forecast and forecast at all the three locations.
    I would appreciate if anybody has done this kind of configuration before and let me know how to model this.
    Thanks,
    Venkat

    Have you follow all this checking ?
    If you think that you already follow all the steps, but the value is not as per your config, you can raise ticket to SAP about it.
    But I suggest you to double check your computation.
    To determine a vendor's price level, the system compares the vendor's effective price with the market price for the material.
       1. The system first checks whether the buyer has maintained a market price for the material or the material group.
       2. If not, the system calculates the market price which is equal to the average of the effective prices for all vendors supplying this material. Prices from purchase orders and prices for subcontracting are dealt with separately.
       3. The system then applies the effective price for the vendor from the conditions.
       4. The vendor's effective price is then compared with the market price and the percentage variance determined.
       5. The system then assigns a score to the variance in accordance with the settings made in Customizing.
       6. This score is valid for the material, that is, at info record level. Since the score the vendor receives for a subcriterion is based not on an individual material, but on the total of all the materials he supplies, the following steps are necessary:
       7. The system repeats the comparison between effective price and market price for each of the vendor's materials.
       8. The system calculates an average from the sum of the scores determined. This average represents the vendor's score for the subcriterion Price Level.
    Edited by: w1n on Apr 19, 2010 2:35 PM

  • FORMS: Reader Enabled forms are not saving for all users

    I have created several fillable forms with both Acrobat Pro 8 & 9. All have been created with Extend Reader Rights In my testing i have success saving the forms in Reader (various versions as old as 7).
    After sending the forms out via email the saving functionality is hit and miss for all of our employees. Some can save others cannot. I can't seem to find a common thread as to why this is happening.
    All forms are created on a Mac OS X 10.6.1 and then sent out via email to Windows and Mac users about 50/50. Both OS users are having trouble
    There is no need to collect the data on a server or anything just trying to make it easier and waste less paper. We don't mind send PDF attachments all the time.
    Any help would be great!
    Thanks!

    here is one of the forms that is not working in Reader (except on my wife's PC and another Mac) it is the current PDF form i am having trouble with. If we can resolve the issue then it will help me resolve my other forms too. I have made them all using the same process. (Maybe therein lies a problem)
    Form Creation Process:
    Create initial page layout in Pages (mac app for those that are not familiar)
    Export as PDF
    Open PDF in Acrobat Pro 9 (started making forms in v8 now i am working in v9 - both have produced this problem)
    Run Form wizard, adjust fields, save final version of form
    Extend Features in Adobe Reader (via Advanced menu) - Follow steps to save a new Reader Enabled version
    Email new RE version to co-workers
    All can fill out the form, only a couple can actually save the partially completed / fully completed form for reference, filing, or submission.
    Am I missing something? Thanks for all the help so far!

  • Outlook 2013 on terminal server Search failes for all users

    we have a small comany with a new Windows 2012 Fileserver and Terminal Server.
    Office 2013 is installed and we use Office 365 - Exchange Online as our mailserver.
    We use Outlook with the Cached Exchange Mode ON. We have shared our mailboxes with our collegues.
    Indexstatus is complete for all the users.
    So far the information i have.  
    I suspect wrong permissions on the Windows Search Folders are the cause of my problems but where can i find the Windows Search Folders which are indexed (and shoot be accesable for the users).

    Winnie, thank you for your answer. 
    1. Make sure indexing is complete. ==> Index is complete
    2. Make sure Indexing Options are configured correctly ==> Indexing Options are configured correctly for the administrator, Outlook
    isn't configured in de Indexing options for the users (that might be the problem i guess)
    3. Make sure Outlook data is included in indexing==>
    Outlook Data is included in indexing
    See screenshots below:
    First screenshot are the Indexing Options as configured for the users, the seconde one are the indexing options for the administrator. I suspect there is my problem, but can't find the solution the solve this for the users.

  • How to deploy one common filter for all web applications

    I want to deploy a filter for all the web applications i have running on weblogic server. I don't want to deploy the filter just within a specific web
    context, was able to achieve this on tomcat as it provides a common web.xml
    which will apply to all web apps. But i don't know how to achieve this on Weblogic. Your help would so much appreciated.

    Thanks Vidyut! You've answered my question.
    I placed the jar file in the $CATALINA_HOME/shared/lib directory. But where should I place the taglib TLD file? And how should I reference it in web.xml?
    Currently, my web.xml is as follows and it doesn't work.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <taglib>
    <taglib-uri>http://abc.com</taglib-uri>
    <taglib-location>c:\Tomcat\shared\lib\mytags-taglib.tld</taglib-location>
    </taglib>
    </web-app>
    Thanks again!
    Joe

  • Mapping Runtime failing for all messages

    Hi Experts,
    We are facing an issue with our mapping runtime in the integration engine. Any message going through the integration engine is giving a mapping error as shown below (for example):
    LinkageError during appliction Java mapping com/sap/xi/tf/_MessageAcknowledgement_to_Order_Responce_ERP_Async_In_ Thrown: java.lang.NoClassDefFoundError: com/sap/aii/utilxi/threadutil/ThreadUtil_map
    LinkageError during appliction Java mapping com/sap/xi/tf/_MM_Jdbc_test_ Thrown: java.lang.NoClassDefFoundError: com/sap/aii/utilxi/threadutil/ThreadUtil_map
    The complete trace of the error is attached here.
    The interfaces were working and messages were flowing normally. As part of our SAP HCM to SuccessFactors implementation, we configured 3 interfaces and even this was working fine. To solve a specific issue during implementation, we applied the following SAP notes:
    1869807 - SFSFI: PI Content Correction for HTTP Cookie Handling
    Pre-requisite for above note - 1838921 - Multiple cookies in HTTP Header
    After this, messages of all the interface in this system are failing with the above issue (LinkageError).
    Please guide us in resolving this issue.
    Thanks & Regards
    Sudheer

    Hi All,
    In addition to the above, if mapping is tested within ESR there is no issue. The problem is happening only during runtime.
    BTW, When we applied the note 1838921 we upgraded the Adapter Framework from SP09 to SP12.
    Could this be an issue?
    Regards,
    Sudheer

  • Login to Adobe account fails for all web resources and has for a week.

    Somehow it let me post a reply to one of my posts in this forum, and I'm hoping it will allow me to post this new thread as for the rest....  I'm posting here because this is the first place it has let me post, and I'm trying to get FB4.7b to ACCEPT the serial number Adobe gives when you download the installer OR... on the off chance that that never would work but might somehow work in b2, download and install b2 and see if it will accept the serial number then.  Very disconcerting to watch your 'trial period' count down when you -own- FB 4.5/6 and have a valid serial number and the one given as a dummy s/n fails.  Cheers!
    For instance:
    Attempting to download FB4.7b2: from http://labs.adobe.com/technologies/flashbuilder4-7/to http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4-7
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4-7Trying to access my account details here (It shows Bramblethorne as logged in and gives me the Sign out) option.
    Trying to post a comment to an article in the online documentation
    I've tried to access other locations, developer/help/download/forum/etc and they all fail as well.
    All result in the following
    Error processing your request
    We're sorry, we encountered an error processing your request.
    Please try your request again. You may wish to try one of the following links:

    Somehow it let me post a reply to one of my posts in this forum, and I'm hoping it will allow me to post this new thread as for the rest....  I'm posting here because this is the first place it has let me post, and I'm trying to get FB4.7b to ACCEPT the serial number Adobe gives when you download the installer OR... on the off chance that that never would work but might somehow work in b2, download and install b2 and see if it will accept the serial number then.  Very disconcerting to watch your 'trial period' count down when you -own- FB 4.5/6 and have a valid serial number and the one given as a dummy s/n fails.  Cheers!
    For instance:
    Attempting to download FB4.7b2: from http://labs.adobe.com/technologies/flashbuilder4-7/to http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4-7
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4-7Trying to access my account details here (It shows Bramblethorne as logged in and gives me the Sign out) option.
    Trying to post a comment to an article in the online documentation
    I've tried to access other locations, developer/help/download/forum/etc and they all fail as well.
    All result in the following
    Error processing your request
    We're sorry, we encountered an error processing your request.
    Please try your request again. You may wish to try one of the following links:

  • Service Orders gets saved but text at item level are not saved for all item

    Hi All,
    We have configured service order scenario. The service order gets saved in GUI and in WebUI. But we are facing issue that not all the text entered at item level are getting saved.
    Example if we maintained text for 4 line items and save the SO.
    We open the saved SO, we get only 3 line items with proper text
    one of the line item text is not getting saved.
    The issue happens at both GUI and WebUI.
    Any pointers to fix this issue?
    Thanks and Regards,
    Gauri.

    Hi,
    You can try clearing the buffer using 'CRM_ORDER_INITIALISE' followed by CRM_ORDER_MAINTAIN" or TEXT_SAVE and TEXT_COMMIT, followed by BAPI_TRANSACTION_COMMIT with wait.
    Prerna

  • What are the Models for all iPod touchs in iOS? And what are the Model Numbers on the back of the all iPod Touch

    I'm trying to figure out what is the Model in iOS for the iPod Touch 1st Gen to iPod Touch 3rd gen, also I'm trying to figure out the model number on the back of it, are you able to check the Model in iOS to see what Gen? Or what is that for?

    Here you go, http://support.apple.com/kb/HT1353

Maybe you are looking for