Error faced while customizing a new partner procedure determination

Hi,
I am facing an error
Deadlock exists in partner determination
circle reference for partner function
any idea what this error could mean...?
The error is faced when I am using an access sequence that I have created.....and it disappears when I am using any other access sequence.  I have also tried to copy existing access sequence into a new one and I am faced with the same error.
any suggestion?

Hello,
the best way to see whats wrong, is in Customizing of your Partner
Determination Procedure xxxxxxx with Button
"Check Partner Det.Proc."
Here you may see following error (that's only an example):
Business Activities
Deadlock exists in partner det. proc. Business Activities, determination
is not possible !
Circle reference for partner function Activity Partner (access sequence
0002 and access 0020.
That means you have a circle reference for your partner function
Activity partner 00000009, because the system tries to determinate a
activity partner (with access sequ. 0002) through activity partner !
Although you enter a activiy partner ! So every further determination
(of your responsible dealer) will not be executed.
I hope you can correct your pdp!
Regards, Gerhard

Similar Messages

  • An error occured while creating the new dataset Could not get type informat

    Uses: Windows XP Pro SP3+; OracleXE; Oracle 8i Client; ODP.NET; Visual Studio 2005 PRO;
    I had OracleXE and was using OracleXE's Oracle.DataAccess Version 10.2.0.100 which was located in C:\oraclexe\app\oracle\product\10.2.0\server\BIN. Then to use Oracle Developer Tools for VS, I installed ODAC where the Oracle.DataAccess's version was 2.111.6.20.
    Everything connected via SqlPlus and even was able to Oracle XE Home page and was able to loginto it. Further, was even able to create connection with Oracle Dot Net Provider. The problem was created when I tried to create a datasource from DataSource Menu in VS.2005. It was giving an error saying "An error occured while creating the new dataset Could not get type information for dataset". However I wittnessed that Dataset is been created in Solutions Explorer but not in Data Source Tab. Further researching I was able to create Datasets with Microsofts Oracle Data provider with out any issue.
    My Path variable list the following:
    C:\app\Administrator\product\11.1.0\client_1;
    C:\app\Administrator\product\11.1.0\client_1\bin;
    C:\oraclexe\app\oracle\product\10.2.0\server\bin;
    C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\;
    C:\Program Files\Borland\BDS\4.0\Bin;
    C:\PROGRA~1\Borland\Delphi5\Projects\Bpl;
    C:\PROGRA~1\Borland\vbroker\jre\Bin;
    C:\PROGRA~1\Borland\vbroker\Bin;
    C:\PROGRA~1\Borland\Delphi5\Bin;C:\orant\bin;
    C:\WINDOWS\system32;C:\WINDOWS;
    C:\WINDOWS\System32\Wbem;
    c:\Program Files\Microsoft SQL Server\90\Tools\binn\;
    C:\Program Files\Microsoft SQL Server\80\Tools\BINN;
    C:\Program Files\java\jdk1.6.0_07\bin.
    Further I got 2 Oracle Homes one which C:\orant and other is located in C:\app\Administrator\product\11.1.0\client_1.
    Also noted that while deploying at client site I started gett'n this error:
    "Unable to install or run the application. The application requires that assembly Oracle.DataAcces version be installed in Global Assembly Cache First."
    Is it due to change in the production machine? Any help in this regard is greatly appreciated.

    Hi Pushpa,
    Which enhancement package are you on currently? This is observed in cases where originals in DIR's are invisible and sometimes error message 26296 occurs in transaction CV01n. Hence,please check your entries in the table SDOKPROP to avoid such a problem in your system.
    Further,suggest you explore if the below resolutions can be adopted in your case.
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=10321987
    http://wiki.sdn.sap.com/wiki/display/PLM/OriginalsinvisibleafterEHP3or+EHP4
    Regards,
    Pradeepkumar haragoldavar

  • An error occured while generating a new report template

    I have installed the Crystal Reports 2008 V2 and also the support pack. Installed the SAP Integration Kit XI 3.1 and the latest service pack 2.7. When I try to use the SAP Tool bar from Crystal Report , I can connect/see the queries but when I select any query to create a report I am getting an error message
    "An error occured while generating a new report template". Any advise ? How do I turn on the trace in the client ?
    Thanks,

    Hi,
    Did you update your Fix Pack...
    Here is solution for Client...
    To turn tracing on for client applications, you can use the following steps:
    1. Click Start > Settings > Control Panel > System > Advanced > Environment Variables button.
    2. Under the User Variables, add the following variable and value:
    For Enterprise XI:
    Variable Name: BOE_LOGGER_ENVIRONMENT
    Variable Value: -trace -loggingPath c:\logs
    For Crystal Analysis, Crystal Enterprise, and Crystal Reports version 10 and earlier:
    Variable Name: CRYSTAL_LOGGER_ENVIRONMENT
    Variable Value: -trace -loggingPath c:\logging
    Regards,
    Bashir Awan

  • Error message while creating a new pool

    I am new to Oracle VM. I am trying to create a new pool and getting the following error message.
    OVM-2013 Please check login username and password for the Utility Server, username or password is invalid. Please help me.
    Thanks
    Sree

    I got the same erro when we are setuping our VM Servers on Dell Blade M/c.
    The problem was Sys admin Disabled the SSH Std Port 22 for minimize the external attack. The OVM UI is hardcoded the logic to see SSH on 22 and hence utility server can't be created or contacted. Might be this bug in existing code and should improve as to see the custom port for SSH if configured......
    Sushil

  • Error facing while printing a hard text in a form ...

    hi i am facing a error while debugging a f orm
    the text is not being printed for second page onwards
    as shown below the first char 3pl comes whille debugging and then the window goes to next as shown below and dont cmplete the remaining text and neither print that
    <b>Form       EN z_LIST_PH3   Page       NEXT     4     Window     INFO            
    Function   WRITE_FORM                              0                                
    <u>Event      CHAR            3PL   </u>                                                   
    Element       </b>                                                                      
           ....+ V .1........2........3........4........5........6........7..     
       /:  IF &ZPLBL& = 'C000'                                                          
       IN  <B>3PL  Code,,:</>,,'Not Required'                                      
       /:  ELSE                                                                         
    > IN  <B>3PL  Code,,:</>,,&ZPL&                                             
       /:  ENDIF                                                                        
    on doing f5 the cursor should go inside the line and print 3pl and then code but it shows only 3pl and dont print it from second page onwards
    it does print whole 3pl code.... text for first page         but not from second page onwads
    can anyone suggest on this error or its cause or wht to do to remove this/
    regards
    Arora

    hi
    the content of zplbl doesnt matter and it is coming as tehre are two codition if
    not c001 then print ;3gl code = required
    esle print 3gl code value from program
    hence this priting of 3gl code is not being executed for second page for first page it is printing not for second page....
    here is the code i already pasted above the code while debugging
    /:   PERFORM GET_LABEL_CODE IN PROGRAM ZPICK_LIST_PH3                             
    /:   USING &LTAK-VBELN&                                                           
    /:   USING &LTAP-POSNR&                                                           
    /:   CHANGING &ZINT&                                                              
    /:   CHANGING &ZPLBL&                                                             
    /:   ENDPERFORM                                                                   
    /:   IF &ZINT& = 'I000'                                                           
    IN   <B>Inter Code,,:</>,,'Not Required'                                   
    /:   ELSE                                                                         
    IN   <B>Inter Code,,:</>,,&ZINT&                                           
    /:   ENDIF                                                                        
    this above is bwing printed for both pages but my code as below is not being printed for second page onwards and in debugging it goes to this line second in <b> the shows 3pl and suddenly jumps from here to next window and dont even executes next perform immediately afete it for second page onwards                                           
    /:   IF &ZPLBL& = 'C000'                                   
    IN   <B>3PL Label Code,,:</>,,'Not Required'               
    /:   ELSE                                                  
    IN   <B>3PL Label Code,,:</>,,&ZPLBL&                      
    /:   ENDIF                                                 
    /:   PERFORM GET_SHIP_STATUS IN PROGRAM  ZLIST_PH3     
    pls suggest
    regards
    Arora

  • JBO-25017:Error occurred while creating a new entity instance (URGENT)

    Hello, can anybody help me?
    We have a project that uses BC4J business components and UIX-based web tier. The entity object that causes this problem is based on Oracle table with 'ID' key field, the value is generated by means of 'before_ins' trigger that inserts appropriate sequence's next value.
    In the java EntityImpl-based class we redefine protected 'create' method of the base class:
    protected void create(AttributeList attributeList)
    super.create(attributeList);
    SequenceImpl idSeq = new SequenceImpl("SEQ_CATPARAMETERS", getDBTransaction());
    setId( idSeq.getSequenceNumber() );
    The fault is in the third line - setId(...) causes the exception.
    The only description of JBO-25017 I found is
    http://www.ffpmp.ru/doc/rt/oracle/jbo/CSMessageBundle.html#EXC_ENTITY_ROW_CREATE, this one don't throw any light on the problem.
    Oracle server version - 9.2.0.1
    Oracle JDeveloper version - 9.0.3.10.35,
    BC4J version - 9.0.3.10.7
    Any ideas?

    Roman,
    It looks like you're trying to assign the Id in two places.
    EITHER:
    Override the create method to assign an Id when a new entity instance is created....
    OR:
    Define a database trigger to insert the Id (and set the "refresh after insert" attribute to true).
    [Maybe the error is thrown because you're attempting to set a field which is set to refresh?]
    Does that make any sense?
    Mike

  • Error faced while deploying Dynpro application in SAP EP 7.0

    Dear All,
    I am getting the foll. error while deploying dynpro application from NWDS to SAP EP 7.0
    May 28, 2009 3:58:01 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [002]Deployment aborted
    Settings
    SDM host : EPTEST
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/nitesh/LOCALS1/Temp/temp25615pr_Bufferinfo.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/nitesh/LOCALS1/Temp/temp25615pr_Bufferinfo.ear
    Aborted: development component 'pr_Bufferinfo'/'local'/'LOKAL'/'0.2009.05.28.15.57.53'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application local/pr_Bufferinfo.. Reason: Clusterwide exception: Failed to deploy application local/pr_Bufferinfo. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application local/pr_Bufferinfo. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    Please help.
    Nitesh

    Nitesh,
    Please ensure you follow the note 701654 .
    Also refer to [SDM Deployment Fails|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/28/302c4142aef623e10000000a155106/content.htm]
    Good Luck!
    Sandeep Tudumu

  • How do I stop getting error messages while creating a NEW iTunes account?

    I'm new to MAC. Have been a PC user for nearly 15 years, so I am learning. Recently tried to login into iTunes. I wanted to start a digital music library as I am YEARS behind in that area. However everytime that I try to 'Create a New Account' on iTunes I get the following message:
    Session Timeout. Your session has timed out. Please try this operation from the beginning.
    I have repeatedly quit iTunes and tried to create a new account. I have downloaded the newest version of iTunes. Re-started my computer. It does not seem to matter what I do, I cannot create an account for myself and I always get the same error message. What should I do to resolve this?
    Thank you,
    sun_teacher

    See the thread here:
    http://discussions.apple.com/thread.jspa?messageID=8622337&tstart=0
    We all had the same problem.

  • Error getting while creating a new journal

    Dear Friends,
    I was trying to create one journal entry , when i am trying to enter the code combinations in the journal lines , I am getting the below error message:
    "This Balancing segment value is not value for the current ledger"
    Can u please tell me why this error is coming and solution for this error.
    Thanks&Regards
    Aboothahir M

    Please check the balancing segment value assignments for the ledger selected in the ledger definition. The balacing segment value that you are selecting while entering the journal has not been assigned to this ledger.
    While entering the journals, all the balancing segment value (as defined in the COA segment values) is displayed but while selecting the balancing segment, it validates whether the same has been assigned to the ledger or not.
    Vinit

  • Error faced while creating Oracle Job

    Hi,
    I have the following script to create a job.
    It executed successfully on my database. When we tried to execute the same at our clients place we got some error,
    ===========================================
    SQL> DECLARE
    2 job NUMBER;
    3 m_sleeptimegap NUMBER;
    4 job_interval VARCHAR2(100);
    5
    6
    7 BEGIN
    8 SELECT to_number(tdvalue)
    9 INTO m_sleeptimegap
    10 FROM tabledetails
    11 WHERE tdidcode = 'LICENSE_PULSE'
    12 AND tdkey = 'STATUS_DELAY';
    13
    14 job_interval := 'SYSDATE +'|| m_sleeptimegap / 86400;
    15
    16 DBMS_JOB.SUBMIT(job, 'License_Pulse_Check;', SYSDATE, job_interval, 'FALSE');
    17 UPDATE tabledetails
    18 SET tdvalue = LTRIM( RTRIM( TO_CHAR(job) ) )
    19 WHERE tdidcode = 'LICENSE_PULSE'
    20 AND tdkey = 'ORACLE-JOB-ID';
    21 COMMIT;
    22 END;
    23 /
    DECLARE
    ERROR at line 1:
    ORA-23319: parameter value "SYSDATE
    +,000347222222222222222222222222222222222222" is not appropriate
    ORA-06512: at "SYS.DBMS_JOB", line 60
    ORA-06512: at "SYS.DBMS_JOB", line 138
    ORA-06512: at line 16
    ===========================================
    'm_sleeptimegap' is = 30 , which we have configured in a table called "tabledetails".
    This is present at the client's place.
    What could be the reason of this script failure ?
    Could it be grants issue or something else ?
    Thanks.

    Hi,
    But that parameter in the dbms_job.submit procedure is of VARCHAR2 type,
    dbms_job.submit(
    JOB OUT BINARY_INTEGER,
    WHAT IN VARCHAR2,
    NEXT_DATE IN DATE DEFAULT SYSDATE,
    INTERVAL IN VARCHAR2 DEFAULT 'NULL',
    NO_PARSE IN BOOLEAN DEFAULT FALSE,
    INSTANCE IN BINARY_INTEGER DEFAULT 0,
    FORCE IN BOOLEAN DEFAULT FALSE);
    [http://www.psoug.org/reference/dbms_job.html?PHPSESSID=5a94d055d8b65bd4b4661d1d24dedbf8]
    Thanks.

  • Having Runtime Error! while installing iTunes new version.

    Error is R6034; An application has made an attempt to load the C runtime library incorrectly.  My OS is Windows 7, and I cannot start or install iTunes any more!  I cannot start or install iTunes, which is very frustrating...

    Many thanks.
    Error writing to file: C\Program Files (x86)\iTunes. Resources \it .lproj\iPod License .rtf . Verify that you have access to that directory
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Error faced while compiling

    When i am trying to read the data through a .fasta file, my programing will be comparing to see if it is true of fast. If it is true, then there will be a boolean value and the data that is true. These two data will be entered into the database. I am using pointbase. There are many configurations to be set. I have configured the jwsdp2/conf/server.xml, changing the database name, as well as the web.xml file in my current program folder inside web-inf. But while compiling, building everything went well, but when it runs, the data cannot be added into the database.
    the error as follows:
    [echo]
    [java] Localhost: actgt --- true
    [java] java.lang.Exception: Couldn't open connection to database: Need to s
    pecify class name in environment or system property, or as an applet parameter,
    or in an application resource file: java.naming.factory.initial
    [java] at primerStatic.geneDB.<init>(Unknown Source)
    [java] at primerStatic.HelloClient.demoBean(Unknown Source)
    [java] at primerStatic.HelloClient.run(Unknown Source)
    [java] at java.lang.Thread.run(Thread.java:536)
    as you can see the "actgt" is the data matching the .fasta file. And it returns the boolean. But now I would like to add the attribute to the database but it cannot open a connection to database? Why is that so? Any comments? Please help, thank you very much.

    well, I have something to add on. And that is regarding about the \conf\server.xml, what are the other things need to be added other then the database directory, or we leave the server.xml alone.

  • Error facing while exporting in Receivables in Oracle Apps

    Hi,
    I could not figure out that whil exporting in Oracle Apps in Receivables Module I am getting Error :
    The following message recurs with the same 'A3 UIP Status' in error. I cant get past this message.
    Value 1 for the flexfield segment A3 UIP Status does not exist in the value set A3_UIP_STATUS.
    Any help will be helpful for me
    Thanks and Regards

    Please post the details of the application release, database version and OS.
    I could not figure out that whil exporting in Oracle Apps in Receivables Module I am getting Error :
    The following message recurs with the same 'A3 UIP Status' in error. I cant get past this message.
    Value 1 for the flexfield segment A3 UIP Status does not exist in the value set A3_UIP_STATUS.Please mention the navigation path to reproduce the issue (i.e. responsibility name, navigation, path, ..etc).
    Thanks,
    Hussein

  • Error facing while generating a FMS

    Hi Experts
    This is the query i am trying to generate
    SELECT T0.[U_F1] FROM [dbo].[@Table1] T0 WHERE T0.[U_Code] = $ [@Table2.U_Code]
    But it shows the following error:
    1). [Microsoft][SQL Native Client][SQL Server]Incorrect syntax near '@Table2.U_Code. 2). [Microsoft][SQL Native Client][SQL Server]Statement 'Document' (RDOC) (s) could not be prepared.
    Kindly tell me what mistake i have been made....
    Regards
    Shibin

    Hi Shibin,
    The structure of your query looks ok.  You can try appending the .0 to the end as Rahul suggests as that formatting option should work for most single value fields.
    You are referencing a field from the Table2 screen so you'll only be able to run that query as a formatted search (either auto refreshing or manually by pressing Shift + F2) from within that table screen.  If you try to run the query from Query Manager it will give you an error because it can't pickup the value from the screen.
    Regards,
    Adrian
    This will work as long as it is applied as a formatted search to a field on the Table2 UDT:
    SELECT T0.\[U_F1\] FROM \[dbo\].\[@TABLE1\]  T0 WHERE T0.\[U_Code\] = $\[@TABLE2.U_Code\]
    Edited by: Adrian Johnson on Feb 15, 2011 11:48 AM

  • RME-00011 error encountered while creating a new application system

    Hello,
    I have just started with Oracle Designer.I have installed it.
    I wish to run the Repository reports and ER diagrammer from an
    existing database.So I created a repository.When I try to create
    an application system , it is giving me an error as:
    RME-00011:"Operation 'close' on ACTIVITY has failed"
    And as I can not create one , i can n ot do any work with it.
    What is going wrong here? Your help is greatly appreciated.
    -ksg

    Hi
    first you must to give execution grant for sys.dbms_lock and sys.dbms_pipe to repos owner. And MAX_ENABLES_ROLES must be in multiples of 10 and should execeed 20 in your
    INITxxx.ORA file.
    But I must to say that, I have this problem with RME-02124 RME-o2105 and ORA-01403 problems. And adviced solution that is mentioned above have not been solving my problem.. :(
    But it may be help you...
    take it easy..

Maybe you are looking for

  • Consolidated invoice needed for different shipment dated lines in a sales order

    My client's requirement is, they need a consolidated invoice for one order even though the lines are shipped in different dates. Suppose order A created with 2 diff line B and C. Both the lines are having different line types, sales persons and shipp

  • Aperture 2.1 is out today, with new open plugin architecture

    See press below. Sounds really great. 08:30 28Mar08 PRN-Apple Releases Aperture 2.1 with Powerful Image Editing Plug-In Architecture CUPERTINO, Calif., March 28 /PRNewswire-FirstCall/ -- Apple(R) today released Aperture(TM) 2.1, which introduces an o

  • Queries - FI Document FI/Fiscal Data

    Hi, I've created an infoset (SQ02) which connects the table BSEG to BSET with two additional fields: ZHWBAS with the following code: SELECT FROM HWBAS BSET INTO ZHWBAS   WHERE BUKRS = BSEG-BUKRS     AND BELNR = BSEG-BELNR     AND GJAHR = BSEG-GJAHR.

  • When to scale up and/or scale out?

    When do you guys scale up/out, and how do you justify it? We have a small farm with a number of new projects we expect to have in production this year. I've been tasked with assessing our current environment, providing recommendations, and performing

  • External api

    hi, i am trying to control my flash movie with javascript. i have followed the tutorial set up in livedocs but i must be missing something. here is my code: any help is appreciated.