SOAP Error When Referencing Indexed Picklist Fields

You may receive the following error, or something similar, when trying to access the "Indexed Picklist" fields via webservices.
<siebelf:errormsg>Method 'SetFieldValue' of business component 'Opportunity Copy No Sales Process' (integration component 'Opportunity') for record with search specification '[Name] = "Hay man"' returned the following error:"The value entered in field Indexed Pick 1 of buscomp Opportunity Copy No Sales Process does not match any value in the bounded pick list Occam Indexed Custom Opty 1.(SBL-DAT-00225)"(SBL-EAI-04375)</siebelf:errormsg>
This error can be caused by searching for a picklist value that doesn't exist. In many cases, the picklist values are valid, but the developer is accessing the wrong picklist. This is a common mistake because the user interface, and WSDL files are a little different. Indexed Picklist 1 in the user interface is really IndexedPick0 in the WSDL definition file, not IndexedPick1 like many people would think.
Indexed Picklist 1 = IndexedPick0
Indexed Picklist 2 = IndexedPick1
Indexed Picklist 3 = IndexedPick2
Indexed Picklist 4 = IndexedPick3
Indexed Picklist 5 = IndexedPick4
Indexed Picklist 6 = IndexedPick5
Below are the tests I ran when testing this issue, both SOAP requests and responses.
==========================================================================================================================================
The value "Will" is a valid value for the indexed picklist 1 in the admin screen.... I receive the error because I should be looking in IndexedPick0, not IndexedPick1.
<?xml version="1.0" encoding="UTF-8" standalone="no"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body>
<OpportunityWS_OpportunityUpdate_Input xmlns="urn:crmondemand/ws/opportunity/10/2004">
<ListOfOpportunity>
<Opportunity>
<OpportunityName>Hay man</OpportunityName>
<IndexedPick1>Will</IndexedPick1>
</Opportunity>
</ListOfOpportunity>
</OpportunityWS_OpportunityUpdate_Input>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="UTF-8" ?>
- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <SOAP-ENV:Body>
- <SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>Method 'SetFieldValue' of business component 'Opportunity Copy No Sales Process' (integration component 'Opportunity') for record with search specification '[Name] = "Hay man"' returned the following error:"The value entered in field Indexed Pick 1 of buscomp Opportunity Copy No Sales Process does not match any value in the bounded pick list Occam Indexed Custom Opty 1.(SBL-DAT-00225)"(SBL-EAI-04375)</faultstring>
- <detail>
- <siebelf:errorstack xmlns:siebelf="http://www.siebel.com/ws/fault">
- <siebelf:error>
<siebelf:errorsymbol />
<siebelf:errormsg>Method 'SetFieldValue' of business component 'Opportunity Copy No Sales Process' (integration component 'Opportunity') for record with search specification '[Name] = "Hay man"' returned the following error:"The value entered in field Indexed Pick 1 of buscomp Opportunity Copy No Sales Process does not match any value in the bounded pick list Occam Indexed Custom Opty 1.(SBL-DAT-00225)"(SBL-EAI-04375)</siebelf:errormsg>
</siebelf:error>
</siebelf:errorstack>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
==========================================================================================================================================
Correct example and good response.
<?xml version="1.0" encoding="UTF-8" standalone="no"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body>
<OpportunityWS_OpportunityUpdate_Input xmlns="urn:crmondemand/ws/opportunity/10/2004">
<ListOfOpportunity>
<Opportunity>
<OpportunityName>Hay man</OpportunityName>
<IndexedPick0>Will</IndexedPick0>
</Opportunity>
</ListOfOpportunity>
</OpportunityWS_OpportunityUpdate_Input>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="UTF-8" ?>
- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <SOAP-ENV:Body>
- <ns:OpportunityWS_OpportunityUpdate_Output xmlns:ns="urn:crmondemand/ws/opportunity/10/2004">
- <ListOfOpportunity xmlns="urn:/crmondemand/xml/opportunity">
- <Opportunity>
<OpportunityId>1-UVW382</OpportunityId>
<AccountId>1-SILNWP</AccountId>
<CreatedDate>12/07/2006 08:58:52</CreatedDate>
<CreatedBy>Will Braithwaite, 12/07/2006 08:58:52</CreatedBy>
<ExternalSystemId />
<IntegrationId>1-UVW382</IntegrationId>
<ModifiedDate>07/13/2007 09:45:56</ModifiedDate>
<ModifiedById>1-S79WT5</ModifiedById>
<ModifiedBy>Will Braithwaite, 07/13/2007 09:45:56</ModifiedBy>
<CreatedById>1-S79WT5</CreatedById>
</Opportunity>
</ListOfOpportunity>
</ns:OpportunityWS_OpportunityUpdate_Output>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Post Author: ayla1209
CA Forum: Data Connectivity and SQL
I'm having the same error - did you ever get a solution?

Similar Messages

  • Error when converting a numeric field to XML

    Hi,
            When i run the Adobe intractive form,i am getting following exception
    "Error when converting a numeric field to XML"
    Anyone plz suggest
    Regards,
    vinoth

    Hi Vinoth Raja,
    For resolving the following exception
    "Error when converting a numeric field to XML"
    You have to follow the below link:-
    http://www.saptechies.com/error-when-converting-numeric-field-xml/
    May be it will help you
    Regards,
    Sushma Yadav

  • Error when creating index with parallel option on very large table

    I am getting a
    "7:15:52 AM ORA-00600: internal error code, arguments: [kxfqupp_bad_cvl], [7940], [6], [0], [], [], [], []"
    error when creating an index with parallel option. Which is strange because this has not been a problem until now. We just hit 60 million rows in a 45 column table, and I wonder if we've hit a bug.
    Version 10.2.0.4
    O/S Linux
    As a test I removed the parallel option and several of the indexes were created with no problem, but many still threw the same error... Strange. Do I need a patch update of some kind?

    This is most certainly a bug.
    From metalink it looks like bug 4695511 - fixed in 10.2.0.4.1

  • Error when add a custom field to source 2LIS_12_VCHDR

    Hi Experts,
    I'm trying add a custom field to source 2LIS_12_VCHDR. The fields are in LIKP table's append. That are
    zz fields. I can see the fields in MCLIKP structure, but I can't see these fields in LBWE transacction when I try update the structure MCLIKP. I don't know if this last is important because when I replicate of the source the fields, they are visible in BW.
    The problem is when I try activate the transfer structure. I Can add the fields from the data source to the transfer structure but If try activate the source the error is:
    "Error when creating transfer structure /BIC/CCBA2LIS_12_VCHDR in source system XXXX"
    I'm forgetting some step?
    somebody know other way for do it?
    thanks for your help.
    Manuel.

    Hi
    May be the datasource is not active, do the following obviously in development
    goto LBWE and click on your datasource; system will ask you for a transport request number give it a name. now save the datasource.
    replicate and activate your t/r
    hope this helps
    Regards

  • SOAP error when running webdynpro application

    Hi All,
    I have developed a web dynrpo application using ABAP webdynpro in se80.
    When I run the application, I am getting the following error
    "The following error text was processed in the system WC3 : WebDynpro Exception: SOAP Framework error: SOAP Runtime Exception: CSoapExceptionTransport : HTTP send returned with status code(100.101). &#43970; 8
    The error occurred on the application server sys90_WC3_00 and in the work process 0 .
    The termination type was: RABAX_STATE "
    What would be the reason for throwing this error? In the SOAP runtime of SICF, I am not able to see any web dynpro application set up. How can i add web dynpro service in SOAP runtime? Or is there any other specific reasons too for this error.
    Any help is really appreciated.
    Thanks
    Ricky

    HI All,
    I have standalone ADS server and it is integrated with CRM system.when the user is trying to open/save the ads form he is getting an error webdynpro exception: the ads call has failed. i have checked test FP_TEST_00 things and that seems to be fine and i also have added one more extra role and still having the same problem.
    SOAP error.
    I got this error for bw system.so previous person who handling the systems told me that BW will have integrated ADS?which would get installed as part of bw installation?im not sure abt it? however one of the user is getting the SOAP error.
    Can any one help me out with above scenarios pls
    regards
    Raj

  • Oracle Error when creating indexes

    Help!! I'm getting an error on a spatial create. I read the documents here on this error and I've tried every suggestion.
    1. Plenty of free space in the tablespace indx
    2. Plenty of free space in the temp tablespace
    Does anyone have any ideas??
    Thanx in Advance..
    Frank
    SQL> CREATE INDEX iseechart_geometry_idx ON iseechart (isee_geometry)
    2 INDEXTYPE IS MDSYS.SPATIAL_INDEX
    3 PARAMETERS('TABLESPACE=INDX SDO_INDX_DIM=2');
    CREATE INDEX iseechart_geometry_idx ON iseechart (isee_geometry)
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13236: internal error in R-tree processing: [failed to cluster in memory]
    ORA-13249: Internal error in Spatial index: [mdrcrclmem]
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_9I", line 7
    ORA-06512: at line 1

    Hi Frank,
    When you specified "sdo_indx_dim" instead of "sdo_indx_dims",
    the parser is ignoring the parameter. Since the default
    is 2, it still works fine.
    Regarding sdo_rtr_override:
    Glad that the workaround helped. This is a non-documented parameter
    for R-tree that gives a workaround for any possible bugs that
    are introduced as part of new features in new releases. Given
    the nature of spatial, there could be some data-specific bugs. In 9.2,
    there are some new clustering improvements (internal) and guessing
    from the error stack the new one is running out of some stack space
    internally due to data outliers (does not occur in all datasets though).
    The sdo_rtr_override=0 defaults the behavior of the current operation
    (create-index or query) to prior releases (like 9.1). This parameter
    allows the users to work uninterrupted while things improve in new
    releases. The behavior of this parameter should not be used to compare
    performance etc. in different versions though and should be used only
    as a workaround. (It is not documented due to these implications
    and only recommended when needed by spatial).
    Spatial will definitely try to improve on the error messages.
    Please file a bug with some sample data or send Oracle
    the data at the earliest so that this can be fixed properly.
    - Ravi.

  • Error when Create User Defined Field

    Hi all, i got an error when create UDF
    Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
    Here is part of my code
    oUserFieldMD.Name = fieldname
            oUserFieldMD.Description = fielddesc
            oUserFieldMD.Type = fieldtype
            oUserFieldMD.DefaultValue = defaultValue.ToString()
            If fieldtype <> SAPbobsCOM.BoFieldTypes.db_Date Then
                oUserFieldMD.Size = fieldlength
                oUserFieldMD.EditSize = fieldlength
            End If
            If fieldtype = SAPbobsCOM.BoFieldTypes.db_Float Then
                oUserFieldMD.SubType = SAPbobsCOM.BoFldSubTypes.st_Price
            Else
                oUserFieldMD.SubType = SAPbobsCOM.BoFldSubTypes.st_None
            End If
            oUserFieldMD.TableName = tablename
            lRetVal = oUserFieldMD.Add()
            prgbar.Value = prgbar.Value + 1
            If (lRetVal <> 0) Then
                msgs.Add(tablename & " - " & fieldname & " : " & oCompany.GetLastErrorDescription())
            Else
                msgs.Add(tablename & " - " & fieldname & " : successfully created!")
            End If
    the error come when reach lRetVal = oUserFieldMD.Add()
    what is wrong with my code ?
    thanks.

    This could be a x64/x86 problem. Try following this thread
    [GetCompanyService|GetCompanyService] and recompile your code for the platform you need.

  • SOAP error when using RTC Integration Services SOAP Operations

    Oracle Real-Time Collaboration 10.1.2.0.0
    We are getting exception in the SOAP response when trying to use integration services from RTC. A portion of the log file is given below:
    09/04/13 09:46:58 se <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><ns1:createSession SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:ns1="urn:oracle-imt-service-facade-AuthenticationServiceEI">
    <param0 xsi:type="xsd:string">10000829</param0>
    <param1 xsi:type="xsd:string">MTAwMDA4Mjk6QCcqXSEvNVFELU5qZWwyVA==</param1>
    <param2 xsi:type="xsd:string">SITE</param2>
    </ns1:createSession></SOAP-ENV:Body></SOAP-ENV:Envelope>
    09/04/13 09:46:58 conn org.apache.axis.soap.SOAPConnectionImpl@925037
    [GC 61896K->52592K(100524K), 0.0077250 secs]
    09/04/13 09:46:58 response org.apache.axis.Message@197cfcb
    09/04/13 09:46:58 mpiResponse <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Fault><faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:HTTP</faultcode><faultstring>(0)null</faultstring><detail><string>return
    code: 0
    </string><ns2:HttpErrorCode xmlns:ns2="http://xml.apache.org/axis/">0</ns2:HttpErrorCode></detail></soapenv:Fault></soapenv:Body>
    Any help for fixing this issue would be highly appreciated.
    Thanks in advance.

    This article is all about setting up security on the web service. But, I just want to connect to the web service as a client using the proxy and the web service doesn't have any security set on it at this time.
    I am getting a connection timeout, even when I set the syncMaxWaitTime in the domain.xml file on the app server to a higher number (although this doesn't seem to affect the time it takes for the debugger to return).

  • Error when referencing an RTF-encrypted Memo Field from ACT! in CRXI r2

    Post Author: Scottco1986
    CA Forum: Data Connectivity and SQL
    I'm creating a report from an ACT! Premium 2007 database, and I seem to have hit a snag.  A field in ACT! which is labeled "Regarding & Details" seems to be stored as two separate fields in the database.  The first, TBL_HISTORY.REGARDING is easily displayed on the report.  The second, however, TBL_HISTORY.DETAILS, is an RTF-encrypted Memo field.  "No problem," I thought.  I could just specify the text interpretation to interpret the Memo Field as RTF.  Unfortunately, as soon as I include the field on the report and preview it, I get an error:  "Database Connection Error: 'HY010:&#91;Microsoft&#93;&#91;ODBC Driver Manager&#93; Function Sequence Error' ".  So, I cancel the preview operation, and remove the field.  Everything should work now, right?  Wrong.  I now get an error:  "Failed to retrieve data from database," followed by "Failed to retrieve data from database.  Details: HY000:&#91;Microsoft&#93;&#91;ODBC SQL Server Driver&#93;Connection is busy with results for another hstmt".  These errors do not stop occuring on preview until I restart Crystal (effectively undoing my unsaved changes).  I then thought that maybe this error had something to do with the fact that it is a memo field.  So, I wrote a SQL statement to convert the Memo field to a String.  This, however, caused the same errors.  So, now I'm stuck.  How can I include this field without errors?!?

    Post Author: ayla1209
    CA Forum: Data Connectivity and SQL
    I'm having the same error - did you ever get a solution?

  • SOAP error when publishing Infopath form to Sharepoint

    Hi - this is my 1st post and I hope
    someone can help with a problem I have.
    From Sharepoint, I took the list option
    to "Customize Form". I then customized the form in infopath 2010 and tried to publish but it comes up with the error:
    "The publish operation could not be
    completed. It cannot be determined if the form template was successfully published. Try publishing the form template again, or change the list settings to use the default sharepoint form. The SOAP message cannot be passed."
    I've also tried just taking the "Customize
    form" option from sharepoint and making no changes in infopath and then publishing and still I get the same error. I've also tried removing all but one field on the form but that doesn't work either. I then created a new test list on the same site with a few
    columns and tried creating a form for that list and that published fine so there is clearly something up with the list I'm trying to design the form for.
    Any ideas please as I'm totally stuck
    for ideas for this.

    Hi
    I'm afraid the ULS log information below means nothing to me,  but I'm hoping that it will help to identify the problem.  I've pasted the last section of the log from when the error happened:
    RE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3756 AND tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'98 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3757 AND
    tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'89 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3759 AND tp_Version=7 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET
    sql_variant7=N'83 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3761 AND tp_Version=3 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'90 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768'
    AND tp_ID = 3762 AND tp_Version=7 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'90 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3763 AND tp_Version=4 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'71 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3764 AND tp_Version=19 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'71 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768'
    AND tp_ID = 3765 AND tp_Version=16 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'70 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3766 AND tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'50 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3772 AND tp_Version=8 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'28 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768'
    AND tp_ID = 3780 AND tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'28 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3781 AND tp_Version=11 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'22 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3782 AND tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'015 / Trn / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768'
    AND tp_ID = 3783 AND tp_Version=20 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'15 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3784 AND tp_Version=19 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'2 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3787 AND tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'2 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768'
    AND tp_ID = 3788 AND tp_Version=8 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'TBC / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3790 AND tp_Version=11 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'TBC / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3791 AND tp_Version=10 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'0 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768'
    AND tp_ID = 3792 AND tp_Version=13 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'0 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3796 AND tp_Version=29 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'58429 / Dev / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3799 AND tp_Version=5 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'58419 / PS / ' WHERE tp_ListId =
    'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3800 AND tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'58179 / Dev / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3807 AND tp_Version=7
    AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'58178 / Dev / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3808 AND tp_Version=4 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'58512
    / Lic / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3812 AND tp_Version=5 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'58492 / Lic / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND
    tp_ID = 3816 AND tp_Version=20 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'58483 / Lic / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3817 AND tp_Version=5 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'58442 / Lic / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3821 AND tp_Version=4 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersione'     CommandType: Text CommandTimeout: 0
    3fcc87e8-8f0e-407b-a403-ebd5e0f9bbb7
    04/18/2011 13:25:52.97 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    Database btq8
    High System.Threading.ThreadAbortException: Thread was being aborted.     at SNIReadSync(SNI_Conn* , SNI_Packet** , Int32 )     at SNINativeMethodWrapper.SNIReadSync(SafeHandle pConn, IntPtr&
    packet, Int32 timeout)     at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()     at System.Data.SqlClient.TdsParserStateObject.ReadBuffer()
        at System.Data.SqlClient.TdsParserStateObject.ReadByte()     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject
    stateObj)     at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()     at System.Data.SqlClient.SqlDataReader.get_MetaData()     at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior,
    String resetOptionsString)     at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior
    cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)  
      at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)     at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand
    command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean
    retryfordeadlock) 3fcc87e8-8f0e-407b-a403-ebd5e0f9bbb7
    04/18/2011 13:25:52.97 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    General 8e2s
    Medium Unknown SPRequest error occurred. More information: 0x80131530
    3fcc87e8-8f0e-407b-a403-ebd5e0f9bbb7
    04/18/2011 13:25:52.97 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    Logging Correlation Data xmnv
    Medium Site=/sites/nfp
    3fcc87e8-8f0e-407b-a403-ebd5e0f9bbb7
    04/18/2011 13:25:52.98 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    General 72nz
    Medium Videntityinfo::isFreshToken reported failure.
    3fcc87e8-8f0e-407b-a403-ebd5e0f9bbb7
    04/18/2011 13:25:52.98 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    Monitoring b4ly
    High Leaving Monitored Scope (Request (POST:http://gateway:80/sites/nfp/ps/pmo/projects/_vti_bin/FormsServices.asmx)). Execution Time=121823.1919
    3fcc87e8-8f0e-407b-a403-ebd5e0f9bbb7
    04/18/2011 13:25:53.01 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    Logging Correlation Data xmnv
    Medium Name=Request (GET:http://gateway:80/sites/nfp/ps/pmo/projects/_layouts/error.aspx?ErrorText=Request%20timed%20out%2E)
    edd963de-a016-49d1-9400-f3d5aaf489a5
    04/18/2011 13:25:53.01 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    Logging Correlation Data xmnv
    Medium Site=/sites/nfp
    edd963de-a016-49d1-9400-f3d5aaf489a5
    04/18/2011 13:25:53.03 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    Monitoring b4ly
    Medium Leaving Monitored Scope (Request (GET:http://gateway:80/sites/nfp/ps/pmo/projects/_layouts/error.aspx?ErrorText=Request%20timed%20out%2E)). Execution Time=10.147
    edd963de-a016-49d1-9400-f3d5aaf489a5

  • Error when double clicking any field in Alv grid

    Hi All,
    I have created a custom container. To that custom container I am displaying an alv grid with all editable fields using oops concept.
    Hence when I am double clicking on any on the field of the table I am getting a dump " an exception condition ERROR raised in CL_GUI_ALV_GRID_BASE  in method SET_DRAG_DROP_ROWS".
    Kindly help

    Hi,
    Check the PF-STATUS. It seems that you have assigned F6 shortcut key for some event.
    Remove the F6 assignment & activate the pf-status.
    Best regards,
    Prashant

  • Error when creating a description field. MySQL syntax to use?

    I'm creating a form which has a description field in it. I created this form with many fields. However I then got an error and decided to limit the form to only 2 fields. These 2 fields (user and title) insert with no problem. However when I added the description field into the mix. I gat the same error I had previously gotten.
    Error:
    Internal error.
    Developer Details:
    tNG_fields.getFakeRecordset:
    SQL error: Error creating temporary table:
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc TEXT, job_id TEXT)' at line 1
    SQL:
    CREATE TEMPORARY TABLE KT_fakeRS_20080204 (client_id TEXT, name TEXT, desc TEXT, job_id TEXT) (FIELDS_FAKE_RS_ERROR)
    tNG Execution Trace - VIEW
    * tNG_insert.executeTransaction
    o STARTER.Trigger_Default_Starter
    * tNG_insert.getRecordset
    * tNG_insert.getLocalRecordset
    * tNG_insert.getFakeRecordset*
    I'm using the "Text" syntax for the field "desc" (description)
    What am I doing wrong? Do I need to define the table row in a different way?

    Hi,
    I am working on an image gallery using the tutorials.
    I used the sql
    SELECT *,
    rand() as random_number
    FROM image_img
    ORDER BY random_number DESC LIMIT 1
    on my default.php page but on preview i get the message
    You have an error in your SQL syntax near 'LIMIT 0, 10' at line 1
    I tried the solution above by removing the desc limit.
    I got the same prob.
    I will like to know how best to tackle this.
    Thanks
    Yomi

  • SOAP error when trying to invoke an WebService

    Hello.
    I have an ejb 3.0 as a WebService. I deployed it on Jboss 4.05GA, all ok.
    But when i try to call the service from an application it does't work.
    XML reader error: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
    Message: Premature end of file.
    at com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.wrapException(XMLStreamReaderUtil.java:249)
    [b]
    and in Jboss i have:
    16:43:50,835 ERROR [StandardEndpointServlet] Error processing web service request
    javax.xml.rpc.JAXRPCException: Cannot create SOAPFault message for: javax.xml.rpc.soap.SOAPFaultException: setProperty must be overridden by all subclasses of SOAPMessage
    at org.jboss.ws.jaxrpc.SOAPFaultExceptionHelper.exceptionToFaultMessage(SOAPFaultExceptionHelper.java:194)
    here is the source of my application:
    public class Down {
    @WebServiceRef(wsdlLocation="http://localhost.localdomain:8080/EJBModule1/NewWebService?WSDL")
    static public App.NewWebServiceService service;
    /** Creates a new instance of Down */
    public Down() {
    try {
    App.NewWebService we=new NewWebServiceService().getNewWebServicePort();
    //if (service == null) System.err.println("service e null");
    //else we = service.getNewWebServicePort();
    if (we != null) System.out.println(we.add(2,3));
    else System.out.println("E null!!");
    } catch (Exception ex) {ex.printStackTrace();}
    public static void main(String[] args) {
    Down dd = new Down();
    If I use the @WebServiceRef, service is null and i can't do anything. NewWebServiceService is generated (I used a new WebService/Web Service Client) and it added it as a WebServiceReference in NetBeans). Thanks a lot!

    Hi!
    This error occurs if you run jboss on SDK 1.6. Using JDK 1.5, it works fine. See http://www.jboss.org/?module=bb&op=viewtopic&p=4020868 for more information concerning this bug.
    Best regards,
    Thilo

  • SOAP error when xmlns keyword is uppercase.

    I have a problem with the SOAP receiver adapter.
    XI creates a soap envelope with the keyword SOAP in uppercase:
    <i>SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" >
    <SOAP:Body>
    </SOAP:Body>
    </SOAP:Envelope></i>
    This gets the following response from the web service:
    <i>         <faultstring>The root element for the request could not be determined. When RoutingStyle is set to RequestElement, SoapExtensions configured via an attribute on the method cannot modify the request stream before it is read. The extension must be configured via the SoapExtensionTypes element in web.config, or the request must arrive at the server as clear text. --> The root element is missing.</faultstring></i>
    I have finally worked out that the webservice which I am calling cannot parse this request.
    It will only read the envelope and body is the soap is in lowercase.
    <i><<b>soap</b>:Envelope xmlns:<b>soap</b>="http://schemas.xmlsoap.org/soap/envelope/">
    <<b>soap</b>:Body>
    </soap:Body>
    </soap:Envelope></i>
    The namespace used inside the body is fine, but uppercase SOAP fails every time.
    Is there a way to change XI so it uses lowercase for the tags?
    Is there a SOAP standard I can hit the webservice developers with?
    Regards
    Michael
    (ps Thanks Bhavesh for feedback on my previous message.  I have created a new message now I know what the problem is!)

    The best solution is certainly for the webservice provider to follow the standard and accept any prefix for the soap envelope. 
    Unfortunately they are now in integration testing with other parties and cannot make any changes...  This means that I have to figure out a work-around.
    The soap envelope is not added at the mapping stage, so I cannot modify it there.  However, I should be able to add the soap envelope in a mapping and select "No SOAP Envelope" in the soap adapter. 
    I have tried this but got an HTTP error, so I am obviously not getting through to the webservice - maybe the action is not sent when there is no envelope?
    Also, I think I also have to cope with the response coming with a soap envelope where XI does not expect it.
    Any other suggestions for modifying the output from the SOAP adapter after it gets the soap envelope and before it leaves XI?
    Moorthy, I would like to see the output but SAP note 856597 is no longer available on OSS... (An SAP note with the number requested could not be found)
    Smitha, I have used soapUI to test the web service, and this was how I finally worked out that the soap had to be in lower case.
    Regards
    Michael

  • Native SQL Update statement error when more than one field used

    Hi, I would make it simple. I update directly to a SQL server.
    1-
    When I update only one field works.
    LOOP AT IT_MAT.
    EXEC SQL.
    UPDATE Articulos SET PrecioSinImp = :IT_MAT-PRECIOSINIMP        WHERE Modelo = :IT_MAT-MODELO
    ENDEXEC.
    ENDLOOP.
    This give me sy-subrc = 0
    When I Try to update several fields doesnt works, any would can help me ?.
    LOOP AT IT_MAT.
    EXEC SQL.
      UPDATE Articulos SET PrecioSinImp = :IT_MAT-PRECIOSINIMP
                           Descripcion = :IT_MAT-DESCRIPCION
      WHERE Modelo = :IT_MAT-MODELO
    ENDEXEC.
    ENDLOOP.
    This give me dump SQL error 170.
    2- BTW, I have to leave this report program in a job so the data would be updated once a day in a job, so I have to update the existing data and add new one.
    I Was thinking doing something like this.
    LOOP AT it_table.
    UPDATE DQL TABLE
    IF sy-subrc <> 0.
    INSERT DQL TABLE
    ENDIF.
    ENDLOOP.
    This may works ??? because if this not work, I have to select single each one of the data in the SQL table, if it was founded UPDATE otherwise INSERT. And I dont like this aproach.
    Thx

    Hi Rodrigo,
    I feel that your requirement is as below:
    Depending on the criteria in the where clause, check whether the record exists or not.. If it does, then update the record with new values, else, create a new record..
    You can do the same as below:
    LOOP AT it_mat INTO e_mat. (e_mat of same structure as it_mat)
    MOVE : xxx TO e_mat-yyy... and so on (Only change the non-key values)
    MODIFY dbtable FROM e_mat.
    ENDLOOP.
    This code will create a new record if a record with the given key values in e_mat is not found, else, it will update the existing record with the new non-key values in the structure e_mat.
    Thanks and Best Regards,
    Vikas Bittera.
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

Maybe you are looking for

  • PDF to JPEG - no Save As

    My Mac does not list Save As when trying to convert PDF to JPEG from the Preview screen.   I've also tried to Save in I-photos which also is not listed as an option (both suggestions from other forum so how to convert). Suggestions welcome

  • Java.io.FileNotFoundException: JAR entry META-INF/wsdl/....

    Hi Guys! I am having the following problem with my webdynpro java application on CE 7.1: In one of my dc's i am calling another dc which is an ejb. The called ejb calls a webservice. (my dc --> ejb --> webservice) My dc has nothing to do with the web

  • How to add paymentGroup in dcspp_pay_group

    hi, how to add paymentGroup in dcspp_pay_group. Please help me out.

  • Add playlist to ipod

    I just upgraded to the latest iTunes for Windows and am working my way through it.  I figured out how to make a playlist in iTunes, can I drag that onto my ipod as a play list or must I make an on the go playlist?  My wife thought you could create a

  • Wrong RAM Size Detected with KT4 Ultra

    I am using 2 Crucial PC2100 256 MB DDR Modules. Neither they nor the motherboard ever overclocked. Even I used them under auto settings. They were working fine as 512 MB after I first installed my system but I noticed today that the board detects ins