RABAX_STATE error When i am trying to acess the PO in portal (DEV)

Hi , In the smartfrom i am trying to change the vendor address format and i want to add Country for that so i done the code
                vendor_country_key  = SF_PO-VENDOR-COUNTRY.
                VENDOR_LANGUAGE_KEY = SF_PO-VENDOR-LANGU.
       SELECT SINGLE  landx
       FROM t005t  INTO  vendor_country
       WHERE  LAND1 = vendor_country_key
          AND spras = VENDOR_LANGUAGE_KEY.
i wrote this code in program lines of the text(vendor) .
in the portal for the english the country is displaying correctly but for the German it is not displaying and giving  a Dump
Note
The following error text was processed in the system DR1 : Error message occurred.
The error occurred on the application server sapdr1ci_DR1_60 and in the work process 0 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Form: %CO14 of program /1BCDWB/SAPLSF00000008
Form: %CO14 of program /1BCDWB/SAPLSF00000008
Form: %WI5_BODY of program /1BCDWB/SAPLSF00000008
Form: %WI5 of program /1BCDWB/SAPLSF00000008
Form: CALLBACK of program SAPLSTXBC
Form: PROCESS_TEXT_WINDOW of program SAPLSTXBC
Form: PROCESS_NON_MAIN of program SAPLSTXBC
Form: PROCESS_WIN_BEFORE_MAIN of program SAPLSTXBC
Function: SSFCOMP_PROCESS_DOCUMENT of program SAPLSTXBC
Function: /1BCDWB/SF00000008 of program /1BCDWB/SAPLSF00000008
.Even i checked at runtime the values are populating for both languages .
can any one help about this .
Thanks
Channu

Hi Suri,
   The wrong thing i done in the smartfrom is I hardcoded a break_point  inside the initialization block
so whenver we exceute from protal it will give the above error. so if u have coded any hard coded break point please remove those and run it.
Hope this is help ful to you .
Regards
Channappa Sajjanar

Similar Messages

  • Gateway failed error when users are trying to loginto the portal

    Hi,
    when the users are trying to log into the portal, the following error msg is displaying. most of the users are facing this problem
    "Connect to SAP gateway failed Connect_PM TYPE=B MSHOST=abcxyz144 GROUP=GP1 R3NAME=GP1 MSSERV=sapmsGP1 PCS=1 LOCATION"
    is the problem from r/3 system or from portal?  if it is from portal, what settings have to be done & if it is r/3 what have to be checked for the particular user to avoid such error message
    reply soon as this is very urgent issue.
    regards
    vv

    this is likely to be missing entries in your services file on the portal server.
    I would expect to see
    sapmsGP1 36xx
    or similar.  You might also want to make sure that you portal server can resolve the DNS name of your R/3 system.  ping abcxyz144 from the portal node to make sure.
    Haydn

  • Weird error when clicking on instance- flow from the console

    When I have heavy volume coming in for the bpel server(ex: hundreds of instances generated at a time), I see the following weird error when I am trying to see the instance flow from console:
    Process state off. The process class "BugBAM" (revision "v2004_12_20__61032" ) has not been turned on. No operations on the process or any instances belonging to the process may be performed if the process is off. Please consult your administrator if this process has been turned off inadvertently.
    I didn't do anything to the process to turn the state off. What does this error message mean?
    Thanks, Jenny

    I am assuming that you are using 10.1.2 beta 1. Is that correct? I am wondering if in that version there is a switch that turns a process off when a new version of the process is deployed (this would be a bug because the active process should only be switched to retired).
    Next time you get this error, could you please go to the BPEL Console and check the state of the BPEL process.
    We will try to trace the error message in the source code and try to determine if there are other circumpstances which would generate the same error code.
    Edwin

  • 'Stale data error' is encountered while trying to update the data using EO.

    Hi,
    I am getting the following error when I am trying to update the data using EO:
    '' Unable to perform transaction on the record. \nCause: The record contains stale data. The record has been modified by another user. \nAction: Cancel the transaction and re-query the record to get the new data."
    I have tried clearing the corresponding VO cache and have also used the "getTransaction().setClearCacheOnCommit(true)" method in the AM, but the error persists.
    Kindly suggest some work around for this problem.

    Chirag,
    this error is usually.... thrown by framework, if some other user has updated the same record you are trying to update by your EO, just check db, and try for a different record!
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Itunes error when trying to acess the itunes store

    Hey guys,
    I have had a new random problem with itunes.
    I have just installed fresh and I get the windows changing to basic mode when ever I try to acess the itunes store.
    This is very annoying because the screen flashes off for about 3-5 seconds then comes back. Once this has happend if I close the program the same 3-5 second flash happens then back to normal.
    This only happens if I have my 3D set for my 2x680s in sli.
    This is weird because this did not happen before I reinstalled, I had the gpus the same way before, Nothing has changed same drivers as I had befor I reinstalled.
    I have tried compatability mode etc.. it seams that when I acess the itunes store it kicks my screen and gpus to 3D mode.
    Anyhelp would be much appreciated.

    This can happen when iTunes attempts to connect to the iTunes store.
    Continue to disconnect your computer from the internet and open iTunes.
    Go to iTunes Menu Edit > Preferences, "Advanced" tab and click the "Reset Cache" button, OK.
    Now, use Windows Explorer to delete the contents of Music\iTunes\iTunes Media\Download
    You may try open again while connecting to the internet.

  • Getting error message when i am trying to update the excel file using script task in ssis package

    Hi Guys,
    I am getting error message when I am trying to update the excel. Please find the error messages as below
    Error at Update File [Update File]: Failed to compiled scripts contained in the package. Open the package in SSIS Designer and resolve the compilation errors.
    Error at Update File [Update File]: BC30002 - Type 'Microsoft.Office.Interop.Excel.Application' is not defined., ScriptMain.vb, 32, 32
    Error at Update File [Update File]: BC30002 - Type 'Microsoft.Office.Interop.Excel.Workbook' is not defined., ScriptMain.vb, 33, 25
    Error at Update File [Update File]: The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully.
    Warning at Update File [Update File]: Found SQL Server Integration Services 2008 Script Task "ST_050fcae972904039b4f0fe59b7528ece" that requires migration!
    and the code that   I am using is
    Dell - Internal Use - Confidential
    ' Microsoft SQL Server Integration Services Script Task
    ' Write scripts using Microsoft Visual Basic
    ' The ScriptMain class is the entry point of the Script Task.
    Imports System
    Imports System.Data
    Imports System.Math
    Imports Microsoft.SqlServer.Dts.Runtime
    Imports Microsoft.Office.Interop.Excel
    <System.AddIn.AddIn("ScriptMain", Version:="1.0", Publisher:="",
    Description:="")> _
    <System.CLSCompliantAttribute(False)> _
    Partial
    Public Class ScriptMain
    Inherits Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
    Enum ScriptResults
                Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success
    Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
    End Enum
    Public Sub Main()
            Dts.TaskResult = ScriptResults.Success
    'Dim proc As System.Diagnostics.Process
    'kill all instances of excel
    'For Each proc In System.Diagnostics.Process.GetProcessesByName("EXCEL")
    ' proc.Kill()
    'Next
    Dim excelnacomm As
    New Microsoft.Office.Interop.Excel.Application
    Dim wbnacomm As Microsoft.Office.Interop.Excel.Workbook
            wbnacomm = excelnacomm.Workbooks.Open("http://test.xlsx")(renamed
    the excel)
            wbnacomm.RefreshAll()
            wbnacomm.Save()
            wbnacomm.Close()
            excelnacomm.Quit()
            Runtime.InteropServices.Marshal.ReleaseComObject(excelnacomm)
    End Sub
    End
    Class
    Please let me know what could be the reason
    Smash126

    Download:
    Microsoft Office 2010: Primary Interop Assemblies Redistributable
    How to: Add or Remove References By Using the Add Reference Dialog Box  /  How to:
    Add and Remove References in Visual Studio (C#)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Hi Experts, when i am trying to deploy the application error is coming

    Hi Experts,
    when i am trying to deploy the webdynpro java pplication error is coming.but before up to 2 days every thing is working fine.
    from two days onwards i cant run any webdynpro applications even which are sap provided applications also.and also can not come properly http://hostname:portno/sld  page. i can not moving to more to do anything.
           every browser saying  javavoid(0); and java applet can not be run like.
    only the opera browser shoeing the error toatlly . here i paste the error . please give reply why i can not doing any thing more. But my server and every thing is showing up and good.
    An error has occurred:
    "Failed to process the request."
    Please contact your system administrator.
    This page was created by SAP NetWeaver. All rights reserved.
    Web Dynpro client:
    Nokia Series 80 Client
    Web Dynpro client capabilities:
    User agent: Opera/9.80 (Windows NT 5.2; U; en) Presto/2.2.15 Version/10.00, client type: op6, client type profile: op6, ActiveX: disabled, Cookies: enabled, Frames: enabled, Java applets: disabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Accessibility mode: false
    Web Dynpro runtime:
    Vendor: SAP, build ID: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-05:15:08:24[UTC], changelist=413534, host=pwdfm101), build date: Thu Aug 13 23:44:29 GMT+05:30 2009
    Web Dynpro code generators of DC sap.com/tcsldwd~main:
    SapDictionaryGenerationCore: 7.0009.20060802115015.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:07:52[UTC], changelist=413123, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro: 7.0009.20060428190938.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:10:47[UTC], changelist=400815, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore: 7.0009.20060210160857.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:55:02[UTC], changelist=388995, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:32:04[UTC], changelist=413534, host=pwdfm101)
    SapWebDynproGenerationCTemplates: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:32:04[UTC], changelist=413534, host=pwdfm101)
    SapGenerationFrameworkCore: 7.0009.20060719095755.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:54:14[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 7.0009.20060802115035.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:14:20[UTC], changelist=413124, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary: 7.0009.20060719095619.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:05:18[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon: 7.0009.20060210160857.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:55:10[UTC], changelist=388995, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCore: 7.0009.20060802115035.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:14:30[UTC], changelist=413124, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates: 7.0009.20060802115015.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:08:00[UTC], changelist=413123, host=PWDFM101.wdf.sap.corp)
    Web Dynpro code generators of DC sap.com/tcsldwd~landscape:
    SapDictionaryGenerationCore: 7.0009.20060802115015.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:07:52[UTC], changelist=413123, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro: 7.0009.20060428190938.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:10:47[UTC], changelist=400815, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore: 7.0009.20060210160857.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:55:02[UTC], changelist=388995, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:32:04[UTC], changelist=413534, host=pwdfm101)
    SapWebDynproGenerationCTemplates: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:32:04[UTC], changelist=413534, host=pwdfm101)
    SapGenerationFrameworkCore: 7.0009.20060719095755.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:54:14[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 7.0009.20060802115035.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:14:20[UTC], changelist=413124, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary: 7.0009.20060719095619.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:05:18[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon: 7.0009.20060210160857.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:55:10[UTC], changelist=388995, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCore: 7.0009.20060802115035.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:14:30[UTC], changelist=413124, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates: 7.0009.20060802115015.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:08:00[UTC], changelist=413123, host=PWDFM101.wdf.sap.corp)
    Web Dynpro code generators of DC sap.com/tcwddispwda: No information available!
    Web Dynpro code generators of DC sap.com/tcsldwd~businesssystem:
    SapDictionaryGenerationCore: 7.0009.20060802115015.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:07:52[UTC], changelist=413123, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro: 7.0009.20060428190938.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:10:47[UTC], changelist=400815, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore: 7.0009.20060210160857.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:55:02[UTC], changelist=388995, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:32:04[UTC], changelist=413534, host=pwdfm101)
    SapWebDynproGenerationCTemplates: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:32:04[UTC], changelist=413534, host=pwdfm101)
    SapGenerationFrameworkCore: 7.0009.20060719095755.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:54:14[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 7.0009.20060802115035.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:14:20[UTC], changelist=413124, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary: 7.0009.20060719095619.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:05:18[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon: 7.0009.20060210160857.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:55:10[UTC], changelist=388995, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCore: 7.0009.20060802115035.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:14:30[UTC], changelist=413124, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates: 7.0009.20060802115015.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:08:00[UTC], changelist=413123, host=PWDFM101.wdf.sap.corp)
    Web Dynpro code generators of DC sap.com/tcsldwd~technicalsystem:
    SapDictionaryGenerationCore: 7.0009.20060802115015.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:07:52[UTC], changelist=413123, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro: 7.0009.20060428190938.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:10:47[UTC], changelist=400815, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore: 7.0009.20060210160857.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:55:02[UTC], changelist=388995, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:32:04[UTC], changelist=413534, host=pwdfm101)
    SapWebDynproGenerationCTemplates: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:32:04[UTC], changelist=413534, host=pwdfm101)
    SapGenerationFrameworkCore: 7.0009.20060719095755.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:54:14[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 7.0009.20060802115035.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:14:20[UTC], changelist=413124, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary: 7.0009.20060719095619.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:05:18[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon: 7.0009.20060210160857.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:55:10[UTC], changelist=388995, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCore: 7.0009.20060802115035.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:14:30[UTC], changelist=413124, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates: 7.0009.20060802115015.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:08:00[UTC], changelist=413123, host=PWDFM101.wdf.sap.corp)
    Web Dynpro code generators of DC sap.com/tcwdcorecomp: No information available!
    Web Dynpro code generators of DC sap.com/tcsldwd~softwarecatalog:
    SapDictionaryGenerationCore: 7.0009.20060802115015.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:07:52[UTC], changelist=413123, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro: 7.0009.20060428190938.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:10:47[UTC], changelist=400815, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore: 7.0009.20060210160857.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:55:02[UTC], changelist=388995, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:32:04[UTC], changelist=413534, host=pwdfm101)
    SapWebDynproGenerationCTemplates: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:32:04[UTC], changelist=413534, host=pwdfm101)
    SapGenerationFrameworkCore: 7.0009.20060719095755.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:54:14[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 7.0009.20060802115035.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:14:20[UTC], changelist=413124, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary: 7.0009.20060719095619.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:05:18[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon: 7.0009.20060210160857.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:55:10[UTC], changelist=388995, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCore: 7.0009.20060802115035.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:14:30[UTC], changelist=413124, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates: 7.0009.20060802115015.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:08:00[UTC], changelist=413123, host=PWDFM101.wdf.sap.corp)
    Web Dynpro code generators of DC sap.com/tcsldwd~namereservation:
    SapDictionaryGenerationCore: 7.0009.20060802115015.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:07:52[UTC], changelist=413123, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro: 7.0009.20060428190938.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:10:47[UTC], changelist=400815, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore: 7.0009.20060210160857.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:55:02[UTC], changelist=388995, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:32:04[UTC], changelist=413534, host=pwdfm101)
    SapWebDynproGenerationCTemplates: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:32:04[UTC], changelist=413534, host=pwdfm101)
    SapGenerationFrameworkCore: 7.0009.20060719095755.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:54:14[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 7.0009.20060802115035.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:14:20[UTC], changelist=413124, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary: 7.0009.20060719095619.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:05:18[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon: 7.0009.20060210160857.0000 (release=645_VAL_REL, buildtime=2006-08-20:04:55:10[UTC], changelist=388995, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCore: 7.0009.20060802115035.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:14:30[UTC], changelist=413124, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates: 7.0009.20060802115015.0000 (release=645_VAL_REL, buildtime=2006-08-20:05:08:00[UTC], changelist=413123, host=PWDFM101.wdf.sap.corp)
    J2EE Engine:
    7.00   patchlevel
    Java VM:
    Java HotSpot(TM) Server VM, version: 1.4.2_12-b03, vendor: Sun Microsystems Inc.
    O

    HI surya,
    Restart the SDM and try again...
    regards,
    viswa

  • I am getting the following error when i am trying to check in new created content profile

    Hi All,
    I am getting the following error when i am trying to check in new created content profile as:
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,weblogic,localhost:16200!$!csServiceDataException,CHECKIN_NEW_SUB,validateStandard!$!syParameterNotFound,dDocTitle
    intradoc.common.ServiceException: !csServiceDataException,CHECKIN_NEW_SUB,validateStandard!$
    *ScriptStack CHECKIN_NEW_SUB
    3:doScriptableAction,**no captured values**3:doSubService,**no captured values**CHECKIN_NEW_SUB,**no captured values**3:validateStandard,dDocName=myucm-005202
      at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
      at intradoc.server.Service.buildServiceException(Service.java:2260)
      at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
      at intradoc.server.Service.createServiceException(Service.java:2249)
      at intradoc.server.ServiceRequestImplementor.handleActionException(ServiceRequestImplementor.java:1766)
      at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1716)
      at intradoc.server.Service.doAction(Service.java:477)
      at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
      at intradoc.server.Service.doActions(Service.java:472)
      at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1322)
      at intradoc.server.Service.executeSubServiceCode(Service.java:3866)
      at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1200)
      at intradoc.server.Service.executeServiceEx(Service.java:3861)
      at intradoc.server.Service.executeService(Service.java:3845)
      at intradoc.server.Service.doSubService(Service.java:3760)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
      at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
      at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
      at intradoc.server.Service.doCodeEx(Service.java:550)
      at intradoc.server.Service.doCode(Service.java:505)
      at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
      at intradoc.server.Service.doAction(Service.java:477)
      at intradoc.server.Service.doScriptableAction(Service.java:3807)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
      at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
      at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
      at intradoc.server.Service.doCodeEx(Service.java:550)
      at intradoc.server.Service.doCode(Service.java:505)
      at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
      at intradoc.server.Service.doAction(Service.java:477)
      at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
      at intradoc.server.Service.doActions(Service.java:472)
      at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
      at intradoc.server.Service.executeActions(Service.java:458)
      at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
      at intradoc.server.Service.doRequest(Service.java:1890)
      at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
      at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
      at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1343)
      at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1715)
      at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:222)
      at sun.reflect.GeneratedMethodAccessor133.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
      at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
      at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
      at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1600)
      at idcservlet.IdcFilter.doFilter(IdcFilter.java:352)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: intradoc.data.DataException: !syParameterNotFound,dDocTitle
      at intradoc.data.DataBinder.getEx(DataBinder.java:1251)
      at intradoc.data.DataBinder.get(DataBinder.java:1050)
      at intradoc.server.DocServiceHandler.validateStandard(DocServiceHandler.java:1257)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
      at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
      at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
      at intradoc.server.Service.doCodeEx(Service.java:533)
      at intradoc.server.Service.doCode(Service.java:505)
      at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
      ... 79 more

    Your error states:
    !syParameterNotFound,dDocTitle
    Can you confirm that your profile includes all required data, specifically, the dDocTitle? Fix this issue, then re-check your logs. if there are other missing required parameters, fix each one.
    Eventually, you should have a successful check-in.
    Hope this helps,
    -ryan

  • MacPro backed up to Time Machine, added Mac Mini now get "The backup disk image "/Volumes/Data/Jerry Booher's MacBook Pro.sparsebundle" is already in use." error when Mac Pro tries to back up

    MacPro backed up to Time Machine, added Mac Mini now get "The backup disk image “/Volumes/Data/Jerry Booher’s MacBook Pro.sparsebundle” is already in use." error when Mac Pro tries to back up

    It is standard Mountain Lion error due to the networking ability which is comparable to wet string. (actually that was lion.. it dried out some with Mountain Lion.. higher in the hills perhaps!!)
    See C12 and C17
    http://pondini.org/TM/Troubleshooting.html
    But many people are suffering the same issue..
    And the above is even a little out of date.. you might need to do a reset to the TC.
    Welcome to Apple's beta program for everyone.

  • HT4623 hi..i just bought an iphone 5 yesterday 32GB..and now when i am trying to update the software..it says the following: unable to check for update/an error occurred while cheking for a software update...please help me..is it a problem in my new iphon

    hi..i just bought an iphone 5 yesterday 32GB..and now when i am trying to update the software..it says the following: unable to check for update/an error occurred while cheking for a software update...please help me..is it a problem in my new iphone??or it's just an temporary error in the apple software center???

    Lyndsay237 wrote:
    This device does not have a sim card in it. Could this be the reason or am I missing something when I am trying to update.
    Yes. You can't update or restore any GSM iPhone without a valid sim card installed in the phone. The sim card need not be activated, but it must be valid & present. If you want to update, you need to get a sim card.

  • I keep getting an "unknown error" when I am trying to install an app. After I have put my correct apple ID in.

    I keep getting an "unknown error" when I am trying to install an app. After I have put my correct apple ID in.

    First, turn off your CAPS lock.  Typing in all CAPS is considered screaming/yelling and many will simply ignore your posting.
    Are you currently having issues?  Is it when trying to purchase only on the device?  Are you able to complete purchases via iTunes on your computer?

  • My computer recently froze whilst updating Itunes, and has subsequently removed Itunes from my computer. When i have tried to reinstall the programme, i get the following error message "Invalid Drive:G:\" any ideas?

    My computer recently froze whilst updating Itunes, and has subsequently removed Itunes from my computer. When i have tried to reinstall the programme, i get the following error message "Invalid Drive:G:\" any ideas?

    Try the following user tip:
    "Invalid drive X:\" install errors

  • Get an error when I was trying to new a Enviroment object

    As you see, the code is very simple, and i got an exception when I was trying to execute the following code env = Environment::createEnvironment (Environment::OBJECT); I have also tried env = Environment::createEnvironment ();
    The result is exactly the same, I looked up the errorcode table on the oracle website, the explanation is ORA-32104: cannot retrieve OCI error message
    Cause: Error message after an OCI call could not be retrieved.
    Action: This is an internal OCCI Error. Please contact customer support.
    So I am confused with the error, any help would be greatly appreciated.
    I use the VS 2005 with the dll and lib released by oracle for oracle 10G
    #include <iostream>
    #include <algorithm>
    #include <occi.h>
    using namespace oracle::occi;
    using namespace std;
    int main (int argc, _TCHAR* argv[])
    Environment *env;
    try
         env = Environment::createEnvironment (Environment::OBJECT);
    catch(SQLException e)
         cout << e.getErrorCode();
    }

    This could be a problem with Ur client installations. ENVs are not set properly. Reinstall the client and try.
    Is your SQLPLUS is working fine.....???
    Then it could be a lib mismtach.

  • HT201210 I am getting an error code when it's trying to verify the firmware of -1

    I am getting an error code when it's trying to verify the firmware of -1 when trying to restore my IPHONE 4 using ITUNES and it's stuck in recovery mode and won't let me out now.
    I have the ITUNES logo on the black screen with the USB cable?

    Error -1 is a very bad hardware error of the baseband. Restore your iPhone on a different computer with iTunes 10.7 or 11. If on another computer you still get Error -1 then most likely there is no fix. If you have Warranty or AppleCare, make Genius reservation and take to Apple for resolution.

  • I am getting this error when time machine tries to back up to a time capsule.  "The backup disk image "/Volumes/JUDY ARCENEAUX's Time Capsu-1/JUDY ARCENEAUX's MacBook Air.sparsebundle" is already in use."  Same time capsule has worked in the past.

    I am getting this error when time machine tries to back up to a time capsule.  "The backup disk image “/Volumes/JUDY ARCENEAUX's Time Capsu-1/JUDY ARCENEAUX’s MacBook Air.sparsebundle” is already in use."  Same time capsule has worked in the past.

    First, restart the computer and the Time Capsule. In most of the cases, this should solve the problem.
    If it doesn't work, see > http://pondini.org/TM/C12.html

Maybe you are looking for