VF02: abap error after clicking release

Hi gurus,
I'm doing SD billing. After billing doc is created via VF01, i tried to release the billing document to get the FI/CO documents created, but the error occurred, paste log as following
Runtime Errors         SAPSQL_INVALID_FIELDNAME
Exception              CX_SY_DYNAMIC_OSQL_SEMANTICS
Short text
    A dynamically specified column name is unknown.
What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLV61Z" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was
     not caught in
    procedure "SEL_KONDTAB" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    An Open SQL clause was specified dynamically. The contained field name
    "RKE_BESKZ" does not exist in any of the database tables from the FROM clause.
How to correct the error
    Check the field name in the SELECT clause.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "SAPSQL_INVALID_FIELDNAME" "CX_SY_DYNAMIC_OSQL_SEMANTICS"
    "SAPLV61Z" or "LV61ZU01"
    "SEL_KONDTAB"
Information on where terminated
    Termination occurred in the ABAP program "SAPLV61Z" - in "SEL_KONDTAB".
    The main program was "SAPMV60A ".
    In the source code you have the termination point in line 709
    of the (Include) program "LV61ZU01".
    The termination is caused because exception "CX_SY_DYNAMIC_OSQL_SEMANTICS"
     occurred in
    procedure "SEL_KONDTAB" "(FORM)", but it was neither handled locally nor
     declared
    in the RAISING clause of its signature.
    The procedure is in program "SAPLV61Z "; its source code begins in line
    266 of the (Include program "LV61ZU01 ".
Source Code Extract
Line  SourceCde
  679                  up to 1 rows
  680                  where kappl  = se_kappl
  681                  and   kschl  = se_kschl
  682                  and   datbi >= se_date
  683                  and   datab <= se_date
  684                  and   (coding_tab).
  685           h_subrc = sy-subrc.
  686         else.
  687           select * from (t681-kotab) appending table <cond_tab>
  688                  where kappl  = se_kappl
  689                  and   kschl  = se_kschl
  690                  and   datbi >= se_date
  691                  and   datab <= se_date
  692                  and   (coding_tab).
  693         endif.
  694
  695         if select_split ne 0 and h_subrc ne 0.
  696           modify coding_tab from coding_alter index select_split.
  697           select * from (t681-kotab) appending table <cond_tab>
  698                  up to 1 rows
  699                  where kappl  = se_kappl
  700                  and   kschl  = se_kschl
  701                  and   datbi >= se_date
  702                  and   datab <= se_date
  703                  and   (coding_tab).
  704         endif.
  705       endif.
  706     else.
  707       if t681-ksdat is initial.
  708         if not <entrytab> is assigned.
">>>>>           select * from (t681-kotab) appending table <cond_tab>
  710                  where kappl  = se_kappl
  711                  and   kschl  = se_kschl
  712                  and   (coding_tab).
  713         else.
  714           select * from (t681-kotab) appending table <cond_tab>
  715                  for all entries in <entrytab>
  716                  where kappl  = se_kappl
  717                  and   kschl  = se_kschl
  718                  and   (coding_tab).
can anyone tell me what should this problem be?
TIA.
Any responses will be awarded,
Regards,
Samson

Hi Samson,
In most cases, this problem occurs because of the fact that one tries to delete a condition table (which is referred to in an access sequence) before removing this table from the access sequence itself. An other possibility is that the referring access sequence is not generated yet and that the system already tries to use it while the entries in the corresponding table aren't there yet.
Please check this customizing in tx V/05, V/06 and V/07.
What you need to do is:
1. find out the access sequence which is used.
2. check all the fields in each access of the access sequence
3. Make sure that all the fields in 2. above exist in asscess sequence
   table to which condition type is assigned.
4. delete the access which contains fields not in T681-KOTAB.
Regards,
Alex

Similar Messages

  • Error after clicking New Segment in Segmentation Wizard

    I can use Segmentation Wizard when connected with my login (administrator role).
    When using another login for the Lead Generation people (lead role), I do get an error after clicking New Segment.
    Maybe the role needs a specific privilege so that the user can use the Segmentation Wizard ?
    Txs. for any help.
    Antonio

    Antonio, I would recommend that you contact CRM On Demand customer care in reference to this issue.

  • I keep getting 'unknown error' after clicking 'install app' when trying to download Mavericks from the App store.

    Trying to install Mavericks from the App store on my 2011 11" Macbook air, (wihch has more than 15GB free space).  After clicking 'Install App', and entering the Apple ID password, I get 'unkonwn error'.

    You can't use Safari to download iPad apps. Only use iTunes/App Store.
     Cheers, Tom

  • Javascript:void(0) error after clicking buttons in my trips and expenses

    Hi All,
    I have implemented EHP2 and activated FIN_TRAVEL_1, now I am getting all the ABAP webdynpro iviews.
    BUT when i go to "my trips and expenses" and try to click any button there like; create travel request, plan, exit, etc...
    than I get the message at the bottom left of page "javascript:void(0)"
    but when i actually go tarvel and expenses-->create new - Create Travel Request than i can create a new request and same is the case with create new plan and create expense report.
    Now in none of the screen Display form does not work, even exit, cancel button do work.
    I searched for this in form and found that this might be probably due to missing roles so I gave the following roles but still the same error:
    SAP_FI_TV_ADMINISTRATOR
    SAP_FI_TV_ADVANCE_PAYER
    SAP_FI_TV_MANAGER_GENERIC
    SAP_FI_TV_TRAVEL_ASSISTANT
    SAP_FI_TV_TRAVEL_MANAGER
    SAP_FI_TV_TRAVELER
    SAP_FI_TV_WEB_APPROVER
    SAP_FI_TV_WEB_ASSISTANT
    SAP_FI_TV_WEB_POLICY_ADMIN
    SAP_FI_TV_WEB_TRAVELER
    Plz given in your responses in this regards.
    Regards,
    JJ

    Hi All,
    Sorry for the late response....was actually really busy with my ess implementation...so i thought that i would update my forum once everything is working fine...
    coming back to error:
    the issue was probably with the host name...
    explanation:
    i was accessing my portal with [http://hostname:50000/irj/portal] which usually we do in normal scenario,
    but what i found was that when i was using EHP2 for travel module the screen were designed in abap webdynpro and on clicking any of the links i use to get javascript:void(0)....
    so after doing some RnD what i found is that if i access my portal with FQDN i.e: [http://hostname.domainname.com:50000/irj/portal] that the system understands the proper script to launch...
    plz update me if my understanding is wrong....
    Thanks & Regards,
    JJ.

  • Contract getting into HELD status even after clicking Release button.

    Hi Experts,
         I have a query regarding Contracts. We have a contract and trying to extend the validity date. Once "Release" button is clicked the Contract is getting into "HELD" status which is incorrect.  Correct status should be "Released" status.
    We have not implemented any approval workflow for contracts.  Please can anyone provide any solution or pointers to resolve this issue.
    We are on SRM 5.0, ECS.
    Thanks
    RB
    Edited by: Rajeshree Bhatiya on Jan 24, 2012 4:03 PM

    Hi,
    Go to the held contract ,click on change button  and then click the check button to see any errors are there.
    if there are any errors it will be held position
    just check this
    G.Ganesh Kumar

  • I requested a repair, but there was an error after clicking the button with my credit card info. I was still charged, but the form email I received the next day had incorrect info about my iPod Touch problem. How can I contact CS w/o paying $19?!

    My iPod Touch battery is not working. I requested a repair through the Apple Support. On the final page, when I clicked the button that puts the info through with your credit card number, the resulting page gave an error (I wish I'd have saved it!). Anyhow, I checked my credit card and it was charged, so I assumed the repair request went through. The next day I received a form email saying my problem was with "Sync with iTunes (Not iCloud) - Data Backup/Migration (not iCloud)" instead of the battery repair. It also says for iPod customers, to send your iPod to Apple - but I had requested the "iPod Coffin" to be mailed to me so I could send it back. Obviously there was an error between the request and what was received, so I'd like to ask Customer Service about it. However, I can't find a way to contact them. When I replied to that form email, I recieved an automated reply saying emails there were not read. Anything online asks me to pay $19 and I don't have the correct issues to request an exception. The closest store is over an hour away or I'd simply go there to ask. What can I do?! Any suggestions you have are much appreciated. Thank you!
    PS - The form email also says if I wait 10 days the repair request will be canceled. Does this mean my credit card will be refunded for the $85 battery replacement charge if it is canceled automatically?

    Thanks, but I've been on the phone with AppleCare US (where I am and live) and AppleCare UK. They continue bouncing me back and forth without helping resolve the problem.
    Perhaps someones knows how to further escalate the issue at Apple?

  • Error after clicking browse button to select SQL db for UPK 3.5.1 install

    I receive an error when I reach the point of selecting a database server in the UPK 3.5.1 Developer install. It asks for the SQL Login information and whne I click the Browse button, I get an error box that says:
    An error (-5011 : 0x08000ffff) has occurred while running the setup.
    Please make sure wyou have finsihed any previous setup and closed other applications.
    Kernal\Object\Wrapper.cpp (498) etc etc....

    When I try to select a database Server by clicking the Browse button at the Microsoft SQL Server Login screen during the UPK 3.5.1. setup, I receive the following error:
    An error (-5011 : 0x08000ffff) has occurred while running the setup.
    Please make sure you have finished any previous setup and closed other applications. If the error still occurs, please contact your vendor: Oracle Corporation (##IDS_SUPPORT_URL##).
    Error Code:     -5011 : 0x8000ffff
    Error Information:
    Kernel\ObjectWrapper.cpp (498)
    Kernel\ObjectWrapper.cpp (311)
    Kernel\IScriptWrapper.cpp (80)
    Kernel\ObjectWrapper.cpp (197)
    Kernel\IScriptWrapper.cpp (80)
    SetupNew\setup.cpp (488)PAPP:Developer
    PVENDOR:Oracle Corporation (##IDS_SUPPORT_URL##)
    PGUID:E230DC0A-5C4B-4963-8320-067FF3AF722E
    $15.0.0.498
    @Windows Server2003 Service Pack 2 (3790)
    IE Version: 6.0.3790.3959

  • Kontact freezes after clicking 'Summary' icon

    Hi
    I found the following bug using Kontact but could not find a solution to it. I wonder if anyone else has the same issue.
    When I run Kontact I get the following error after clicking the "Summary" icon in the top left corner. The application freezes totally and indefinitely. Nothing else is output after this and the window remains open but unresponsive.
    kontact(4795)/kdeui (kdelibs): No such XML file "/home/__username__/.kde4/share/apps/kontact/default-.rc"
    I checked and -- of course -- the file is not there. I wonder why it isn't. If someone could provide me with a working xml file I could put into that directory, it would be appreciated.
    I also get this when I run the application but I also get it running Amarok for instance and Amarok works fine, so I think it's probably got nothing to do with this freeze.
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    kontact(4795)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    $ uname -r
    3.6.8-1-ARCH
    $ pacman -Q kdepim-kontact
    kdepim-kontact 4.9.3-1
    $ pacman -Q kdebase-lib
    kdebase-lib 4.9.3-1
    It's not a very big issue because i really don't need the Summary view. It's just slightly annoying... If it turns out that this is a bug that affects someone else but me, I'd be happy to do what I can  to fix it: I'm not a  c++ programmer, but I can provide information if needed.
    _jumi_

    Solved my own problem by booting off the Tiger DVD and running "repair disk" and "repair permissions" from Disk Utility.

  • Macbook froze while online. hard shutdown. when it restarted, an error message appeared saying finder shut down unexpectedly containing a message box with a long list of technical jibberish.  after clicking OK that it would send an error report to Apple,

    macbook froze while online. hard shutdown. when it restarted, an error message appeared saying finder shut down unexpectedly containing a message box with a long list of technical jibberish.  after clicking OK that it would send an error report to Apple, the same error message box appeared again and again every time OK was clicked.  Now the macbook will not turn on at all

    If you're able to boot, launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post "shutdownStall" or "hang" reports.
    If you can't boot in the usual way, try a safe boot. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    During startup, you’ll see a progress bar, and then the login screen, which appears even if you normally log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is slower than normal, and some things won’t work at all.
    Note: If FileVault is enabled under Mac OS X 10.7 or later, you can’t boot in safe mode.

  • FF 6.0 doesn't open pdf-links, after clicking on "open pdf" error message says file not supported or damaged. IE opens file all right. Please advice.

    Firefox 6.0 doesn't open pdf-links after clicking on "open pdf". I frequently need to do literature searches and I need to view pdf files in the browser. After clicking on the pdf - link of a file the main options are to open or download the pdf. Every time I try to open a pdf-file a blank page and an error message appears saying the file would not be supported or is damaged. IE, however, opens the file all right. I tried various changes in the security and cookie settings without success. Please advice.

    Hi SGckc,
    This document is almost certainly a dynamic XFA form. Unfortunately, our mobile Reader does not support displaying or filling such forms. The application that produces this form embeds this message into the document so that non-supportive viewers (like ours) will display this "error" page when the document opens. I do realize that this is confusing and I would like to add some additional detection to our Reader for this case. However, we've avoided doing this for fear of confusing users even further. Your feedback helps though. Hopefully we'll find a way to detect this case and present a better message to the user like: This form is not supported by the mobile version of the Adobe Reader. Please open and fill it on the non-mobile version of the Adobe Reader for Windows, Linux or Mac OSX.
    Thank you for contacting us!
    Pat

  • Error after Install SAP NetWeaver 7.01 ABAP Trial Version

    Hi Everyone,
    I am new on SAP and I am getting this error after install SAP Netweaver 7.01 ABAP Trial version in my notebook.
    It is Windows Vista Basic, 3GB of RAM, 2.1 Core Duo 2.
    Installed successfully, but when I go to "Start" in sevidor it returns the following error, and not start:
    Error! Connection failed to node (local) for database NSP:
    -24700,ERR_DBMSRV_NOSTART: Could not start DBM server.
    -24832,ERR_SHMNOTAVAILABLE: Shared memory not available
    -24827,ERR_SHMALLOCFAILED: ID C:\sapdb\data\wrk\NSP.dbm.shi, requested size 2560
    Someone could help me?

    Hello Marques Polastri ,
    ->Please check/stop all database applications and tools, like DBMGUI and dbmcli ... Then check/kill all processes left with name dbmsrv.exe, if you will still have them. After that rename C:\sapdb\data\wrk\NSP.dbm.shi and C:\sapdb\data\wrk\NSP.dbm.shm, shared memory files, to  C:\sapdb\data\wrk\NSP.dbm.shi.old and C:\sapdb\data\wrk\NSP.dbm.shm.old.
    Try to connect to the database NSP & let us know the results.
    -> Please update with output of the following commands:
           dbmcli db_enum
           dbmcli -d NSP -u <control>,<pwd> db_state
    Thank you and best regards, Natalia Khlopina

  • Error after installing Oracle Enterprise Linux (Release 5) on Dell T 110

    eth0      Link encap:Ethernet  HWaddr 00:15:17:F7:81:53 
              inet addr:192.1.1.11  Bcast:192.1.1.255  Mask:255.255.255.0
              inet6 addr: fe80::215:17ff:fef7:8153/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:220 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:100
              RX bytes:0 (0.0 b)  TX bytes:15868 (15.4 KiB)
              Memory:dfcc0000-dfce0000
    eth1      Link encap:Ethernet  HWaddr B8:AC:6F:92:C2:0C 
              inet addr:192.1.1.9  Bcast:192.1.1.255  Mask:255.255.255.0
              inet6 addr: fe80::baac:6fff:fe92:c20c/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:263812 errors:0 dropped:0 overruns:0 frame:0
              TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:18959341 (18.0 MiB)  TX bytes:9476 (9.2 KiB)
              Interrupt:169 Memory:dfbf0000-dfc00000
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:1393 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1393 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:4035655 (3.8 MiB)  TX bytes:4035655 (3.8 MiB)Any help please. I am a first time Linux user.
    Thanks
    A/A

    This looks like a follow up of Re: Error after installing Oracle Enterprise Linux (Release 5) on Dell T 110
    Can you give more details what you are trying to do or trying to accomplish. Where are you trying to ping to?
    It could be that you have not defined your gateway or DNS server for name to IP mapping. What is the output of
    # netstat -rn
    # cat /etc/resolv.conf

  • Error Message "iPod can not be updated.." but works after clicking away msg

    Hi!
    I have installed an German iTunes 6.0.4.2. and the newes IPod Software under WinXP.
    After clicking " iPod Aktualisieren" I get the following message:
    Der iPod "xxx" kann nicht aktualisiert werden. Ein unbekannter Fehler ist aufgetreten (-39).
    Transl:
    The iPod "xxx" cannot be updated. An unknwon Error has occured (-39).
    After clicking away the messagebox everything sync's fine.
    Whats wrong here? I have the problem for a week or so and already updated iTunes and the iPod software so far. And reset the iPod back to delivery conditions with the update tool. Nothing worked.
    kind regards
    marcus

    I did a search on Google for Error -39, and it suggests 2 things. Installing the latest version (which is sounds like you have) and turning OFF web accelerators if there are any running...
    http://docs.info.apple.com/article.html?artnum=44000

  • When opening the Calendar app, I am greeted with a box that says "This calendar can not be refreshed."  After clicking on "OK" another box pops up saying "The server responded with an error."  How can I get rid of these?

    When opening the Calendar app, I am greeted with a box that says "This calendar can not be refreshed," and after clicking ok there is another box saying "The server responded with an error."  How do I get rid of this.  The calendar functions all right, but just have to close both of those boxes after doing any action in the calendar app.

    Please take each of the following steps that you haven't already tried, until the problem is resolved. Back up all databefore making any changes.
    Step 1
    From the Calendar menu bar, select
    Calendar ▹ Preferences ▹ Accounts
    Choose the affected account from the list on the left and uncheck the box marked
    Enable this account
    Then check the box again. Test.
    Step 2
    Make a note of the account settings, then delete the account and add it back with the same settings.
    Step 3
    If you can't add the account, the settings may be invalid. Verify them. How you do that depends on what kind of account it is. If it's a Google calendar and you've activated 2-step verification, you need to generate an application-specific password in your Google account and enter it in place of your old password.
    Step 4
    Quit Calendar. Triple-click the line below on this page to select it:  
    ~/Library/Calendars/Calendar Cache  
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a file named "Calendar Cache" selected.
    Move the selected file to the Trash. There may be one or two other files in the same folder with names that begin in "Calendar Cache". If so, delete those files too.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Error in TFS Release Management Server after Upgrading to Update 3

    Some weird and unexplained error logged in InRelease aka (Release Management) server event log after upgrading Release Management Update 1 to update 3.
    Below error started getting logged only after upgrading to Update 3.
    Even though we started the Inrelease Server and all agents but no luck.
    Any immediate help would be much helpful.
    ----------------------------------- EVENT LOG ERROR ------------------------------------
    Timestamp: 12/15/2014 10:22:18 AM
    Message: 'LambdaValue>' is not of type 'ServerActivity'. When loading this instance you must ensure that the activity with name 'LambdaValue>' implements
    'ServerActivity'.: \r\n\r\n at
    System.Activities.ActivityInstance.System.Activities.Runtime.ActivityInstanceMap.IActivityReference.Load(Activity activity, ActivityInstanceMap instanceMap) at System.Activities.Runtime.ActivityInstanceMap.InstanceList.Load(Activity activity, ActivityInstanceMap
    instanceMap) at System.Activities.Runtime.ActivityInstanceMap.LoadActivityTree(Activity rootActivity, ActivityInstance rootInstance, List1
    secondaryRootInstances, ActivityExecutor executor) at System.Activities.Runtime.ActivityExecutor.OnDeserialized(Activity workflow, WorkflowInstance workflowInstance) at System.Activities.Hosting.WorkflowInstance.InitializeCore(IDictionary2 workflowArgumentValues,
    IList1
    workflowExecutionProperties) at System.Activities.Hosting.WorkflowInstance.Initialize(Object deserializedRuntimeState, DynamicUpdateMap updateMap) at System.Activities.WorkflowApplication.LoadCore(DynamicUpdateMap updateMap, TimeoutHelper timeoutHelper, Boolean
    loadAny, IDictionary2 values) at System.Activities.WorkflowApplication.Load(Guid instanceId, TimeSpan timeout) at System.Activities.WorkflowApplication.Load(Guid instanceId) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.WorkflowInstance.WorkflowInstanceCacheSingleton.<.cctor>b__1(WorkflowApplication
    app, Guid id) at
    Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.WorkflowInstance.WorkflowInstanceCache.CreateApplicationInCache(CreateParameters createParameters, Guid id) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.WorkflowInstance.WorkflowInstanceCache.GetInstance(CreateParameters
    createParameters, Guid id) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.WorkflowInstance.CachedWorkflowInstanceLoader.GetInstance(DeploymentLog log, CreateParameters createParams) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.DeploymentControllerServiceProcessor.ContinueDeploymentWithFinalComponentState(DeploymentLog
    log) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.DeploymentControllerServiceProcessor.ContinueDeployment(String log)
    Category: General
    Priority: -1
    EventId: 0
    Severity: Error
    Title:
    Machine: **********
    Application Domain: /LM/W3SVC/1/ROOT-1-130630102320068767
    Process Id: 6628
    Process Name: C:\Windows\SysWOW64\inetsrv\w3wp.exe
    Win32 Thread Id: 1344
    Thread Name:
    Extended Properties:

    Dear Charles-Li,
    Thank you so much for your reply.
    we started using  Release Management Update 1  and it was worked perfectly fine.  then we move to upgrade existing Release Management(server,
    Database and agent) with Update 3, which we did, and its working fine  except lots of error as mentioned in above thread, are getting logged in server event log at regular interval till now(3-4 errors every second).
    even though lots of error are getting logged but we are not facing any issue while using Release Management with update 3.
    But i am bit curious to know out reason for getting those error.
    <<clean
    the cache folder and restrat Release Management and try again>>
    already tried but no luck.
    Thanks!!

Maybe you are looking for

  • Universal Worklist menu does not appear

    Hi All I still have same problem. We are on SP14, EP6. My id is in admistrave group It looks strange, There is no Universal Worklist & Workflow menu under detail navigation bar. I don't see Universal worklist & workflow menu under the the following .

  • F110 Grouping for posting bank sub account

    Hello, We use F110 transaction for vendor payments by electronic transfer. For each vendor, we have a G/L entry grouping all invoices/credit notes with the dedicated bank sub account. So for 50 payments (to different vendors), we have 50 G/L entries

  • Re: dv6000-bad motherboard(AMD),can I use an Intel motherboard to upgrade?

    I have Windows xp home, and need a new motherboard. p/n ez472ua #aba

  • Aluminium cable causes slow speed what's Open Reac...

    Hi  I have had Infinity for 12 months and have had speeds issues since day 1. I now have dropped to 6MB down and have never exceeded .5MB up (not a typo 1/2 of 1 MB up) The problem is due to Aluminium cable between my house and the FTC. BT wont repla

  • HT4759 Troubles Installing iCloud Control Panel

    I go to download the iCloud Control Panel and as it tries to install, it stops and tells me that I need Vista or higher. I have windows 7, which should be fine according to the windows requirement pages.