Cwb error when value set is 'special'

We have setup a DFF segment where the value set has a validation type of 'Special'. When entering transactions in CWB, it gives us an error
'The data that defines the flexfield on this field may be inconsistent. Please inform your system administrator that the value set XX_VALUSET has an incorrect validation type (U). '
I know that there is a restricition in displaying a DFF in OAF if the valueset has a validation type of 'Special'. We are not required to enter value in this segment so is there any workaround for this error not appear?
Thanks in advance.

Hi Eddy,
The short text shown in St22 is "Templateinterpretation abgebrochen, Template nicht vorhanden."
Error analysis as shown in St22
"Sie können testweise den Service Parameter ~generateDynpro = 1 setzen,
dann wird für diesen Service die HTML-Seite ohne Template generiert und
Sie können zumindest sehen welches Dynpro vom Web AS gesendet wurde.
Bitte vergessen Sie nicht, den Parameter wieder zurück zu setzen."

Similar Messages

  • Getting Compilation error when used SET or MULTISET operator on nested tabl

    Dear All,
    I am getting Compilation error when used SET or MULTISET operator on nested tables inside a procedure.
    This is working fine in other DB installations of 10g but does not work in another 10g DB.
    it says "wrong number of parameter or datatype used in SET"
    Can any one suggest what went wrong here?
    Thanks in advance.

    Can any one suggest what went wrong here?Only if you would post the query and Oracle versions on both databases.
    Besides, this forum deals with issues in Oracle product installation. So post this query in SQL PL/SQL forum for better response.

  • Compilation error when used SET or MULTISET operator on nested tables

    Dear All,
    I am getting Compilation error when used SET or MULTISET operator on nested tables inside a procedure.
    This is working fine in other DB installations of 10g but does not work in another 10g DB.
    it says "wrong number of parameter or datatype used in SET"
    Can any one suggest what went wrong here?
    Thanks in advance.

    Hi,
    Thanks for ur reply...
    Since MULTISET and SET operators are the new additions in base 10g release for manipulation of nested tables data, I am surprised that same is working in similar 5 DBs installations with 10.2.0.1.0 version, but does not work in the sixth.
    SET and MULTISET operators are used inside the PL/SQL procedure which is getting compiled in the above mentioned 5 DBs but not in sixth DB.
    it gives
    On line: 3112
    PLS-00306: wrong number or types of arguments in call to 'SET'
    Hope this clarifies the issue...

  • I am getting an error in value set which is defined in OAF page

    Hi,
    We have applied a patch OIE-K patch in one of our test instance due to that we have lost all the customizations done on it before.
    when i attempt to restore the customization i am getting this error.
    Line 1 Error - Month-ID &ID for the flexfield segment Month does not exist in the value set 2008-FEBSET. (VALUESET=CN_IE_MOBILE_PERIOD)
    I have recomplied the valuset and also i have checked all the EOimpl.java,VOimpl.java and CO's attached on that page but unable to trace it.
    Please give me any hint so that i can move ahead on this issue.
    regds,
    Satya Prasad

    The team who has immplement this iexpense module done the EO extension in that they have written the custom logic if amount excceds throw an exception.populating the default values in the two mandatory columns and created two custom fields.
    I have defined the two LOV based custom fields through personalization and defined the extensions on that page.
    For me only pending task is only this error becuse with rest of the expense types i am able to genereate expense reports.
    Problem comes when i choose the mobile phone as expense type.
    Navigation Steps:
    This error is comming when we are moving to next page
    steps:
    Iexpense>>T&Lreimbursemment>>create newexpense report>>general information pg click next>>cash and other lines pg>>click the details button>>
    In the detail page we have defined the our custom object mobile phone after giving the required information in the page we press the return button then we return to cash and other lines pg in this page when we press the next button to move to next page to submit the report we are getting error.
    But other custom objects are working fine.but we are getting problem with this object only.
    We have applied OIE-K patch in one of our test instance
    after applying the patch we have lost all the customizatons inorder to restore all custom objects, we have finished rest of the objects and extensions everything is working fine
    but this the error we have stucked.
    Please help me.......
    If you need the screenshots i will mail you please give me the email id.
    regds,
    Satya Prasad.

  • ORA-01841 Error when value for date col is NULL in .dat (using SQL Loader)

    Hello Gurus,
    I have some data in .dat file which needs to be loaded into oracle table. I am using SQL * Loader to do the job. Although "NULLIF col_name =BLANKS" works for character datatype, but when value for date col is NULL then I get ORA-01841 error. I have to make NULL for all rows withour value for date column
    Early reply will be highly appreciated
    Farooq

    Hi,
    May be this problem is not with the NULLIF. The value for the date column is not in proper date format.
    create table:
    create table kk (empno number, ename varchar2(20), deptno number, hiredate date)
    Control file:
    LOAD DATA
    INFILE 'd:\kk\empdata.dat'
    insert into TABLE kk ( empno position (1:2) integer external,
    ename position(4:5) char NULLIF ename=BLANKS,
    deptno position (7:8) integer external NULLIF deptno=BLANKS,
    hiredate position (10:20) date NULLIF hiredate=BLANKS)
    data file:
    10 KK 01-jan-2005
    20 10
    SELECT * FROM KK;
    EMPNO ENAME DEPTNO HIREDATE
    10 KK 01-JAN-05
    20 10
    Verify the data file.
    Hope it will help

  • Updateable ViewObject Throws Error When Column Set To Null

    I have an updateable ViewObject that has not changed since it was created. In JDeveloper 9.0.3 I was able to pass a node with a null value into the ViewObject, post the changes, and the underlying table was updated without incident. We are upgrading the tools we use which includes JDeveloper. We need to clear the values (set them to null) in certaincircumstances. What is the secret to it? Either I have not set a parm properly or the code was malformed at the start (I did not create the initial code).
    The column to be updated is UpdatedBy.
    Original code - row.setUpdatedBy(null);
    Attempted change - row.setAttribute("UpdatedBy",null);
    Neither worked and threw the following:
    oracle.jbo.domain.DataCreationException: JBO-25009: Cannot create an object of type:java.math.BigDecimal with value:
    UpdatedBy is a BigDecimal type and the database column is NUMBER(9, 0). Nulls are allowable.
    All help is appreciated.
    Thanks,
    pdr
    Additional info:
    The original code works fine under 9.0.3 but not under 9.0.5.
    Column can be updated using the connect PrepareStatement and passing the update SQL.
    Message was edited by:
    pdreaiii

    I am now able to update the column using the setAttribute. Weird that it is now but not before.
    Still having an issue with inserting/updating rows using XML. Here is the XML node we are pushing to the ViewObject - the UpdatedBy child node was created with a null value:
    <AssessmentLockViewRow>
    <WorkerId>1236</WorkerId>
    <AsmtId>1593730</AsmtId>
    <SynchLock>N</SynchLock>
    <UpdatedBy>
    </UpdatedBy>
    </AssessmentLockViewRow>
    This was created using the following (trimmed for space:
    //start code
    //create the Node for persistance
    XMLHelper helper = new XMLHelper(SECOND_CHILD);
    try {
    helper.addNode(SECOND_CHILD, "WorkerId", workerId);
    helper.addNode(SECOND_CHILD, "UpdatedBy", updatedBy); // can be null
    } catch (NodeNotFoundException e) {
    error(CLASS_NAME, METHOD_NAME, e);
    throw new EventException(e);
    Node rowToAdd = helper.getRootNode();
    ApplicationModule am = _appMod;
    ViewObject vo = am.findViewObject(VIEW_OBJECT);
    Row r = vo.first();
    // r.setAttribute("UpdatedBy",updatedBy);
    vo.readRowXML((Element)rowToAdd, 0);
    am.getTransaction().validate();
    am.getTransaction().postChanges();
    //end code
    The app module was created using
    _appMod = (ApplicationModule)Configuration.createRootApplicationModule(
    APP_MODULE, APP_MODULE_CONFIG, envInfo);
    the envInfo is the user information.
    Do I have something wrong here? I think I am doing something wrong but can't spot it.
    Thanks.

  • Error when deliverySemantics set to OnceAndOnlyOnce

    Hi,
    When i set deliverySemantics = "OnceAndOnlyOnce" ,i get
    <Oct 16, 2002 11:24:35 AM EDT> <Error> <B2B> <000000> <<Repository> ERROR: In SQ
    LExecutor.doUpdate, a SQL Exception was caught while executing a SQL Statement:
    java.sql.SQLException: Illegal cast operation between type: VARCHAR and type: DE
    CIMAL.>
    When set to "BestEffort",it works fine,no error comes up.
    Pls help.
    Thanks,

    Hi Kurt,
    Yes, I am able to run the same sequence by setting the LabVIEW Adapter to "Auto Detect" for run time.
    After setting the it "Auto Detect", everything works well and now I can't even see the issue even after setting the Adapter to LabVIEW 12.0.1.
    I tried this on two different systems where run time adapter setting of LabVIEW 12.0.1 was not working. And now it's working on both the systems.
    Any thoughts about the root cause of this issue?
    Thanks,
    VS

  • Invalid value for parameter error when value is in list of allowed parameters

    I have some documents with a lot of paragraph styles that have been organized into groups. I have a simple script that is meant to ungroup these styles and delete the now-empty groups.
    Code:
    #target indesign
    var myDoc = app.activeDocument;
    if (myDoc.paragraphStyleGroups.length > 0)
        myDoc.paragraphStyleGroups.everyItem().paragraphStyles.everyItem().move(LocationOptions.AT_END, myDoc);
        myDoc.paragraphStyleGroups.everyItem().remove();
    alert("Done")
    The error I receive is (emphasis mine):
    JavaScript Error!
    Error Number: 30477
    Error String: Invalid value for parameter 'reference' of method 'move'. Expected ParagraphStyle, ParagraphStyleGroup, CharacterStyle, CharacterStyleGroup, CellStyle, CellStyleGroup, TableStyle, TableStyleGroup, Document or Application, but received Document.
    As you can see, my pickle is that my value is of an allowed type. This only happens in some documents, and there's nothing that obviously distinguishes those documents from the ones in which it works.
    One thing I've noticed is that the error sometimes takes a while to appear (a minute or so), but none of the styles have been moved once I click OK. So, I don't know if it's specific to one style. I doubt it, only because other documents with the same style set work.
    Can anyone shed any light on what this error could mean in this context? I definitely have an activeDocument, so what could cause a Document to not be a Document?
    Any help much appreciated!

    Hi,
    It occurs when 2 or more styles have the same name, probably.
    Jarek

  • Significant digits not obeyed when value set through property nodes

    Hi, I have a front panel with a large number of indicators on it. As updating each one is a very straight forward task, I am using the This.Panel.Controls array to step through and update each indicator appropriatly. The problem is, that because I have so many indicators, and the actual numbers aren't that important (they are also being logged elsewhere) I only wish to have 4 significant digits displayed so that the value fits into the size of the indicator. I set each indicator to have a display format of %_4f, but when I run it this is not obeyed and 7+ digits are displayed. I'm guessing this has something to do with updating the controls via the property node, but I'm not sure why that should cause an issue. Any ideas?

    Nope, I double checked the format string. I do mean significant digits by the way. My imput values are expected to be in the range 0-100 but I've sized my indicators to fit only 4 digits, which will give me at worst a 0.1% error over the full range, which is good enough. Right now the channels from which I am grabbing data are all disconnected, so I am just getting noise. I've attached images of both the format string I'm using, the relavent part of my code where I update values, and an example of the output I get. Thanks,
    Jon
    Attachments:
    FormatString.PNG ‏32 KB
    ouput.PNG ‏2 KB
    ValueUpdating.PNG ‏25 KB

  • Error Status 'U'  with error code value set validation error in ValueSet_Validate() from  INV_ITEM_CATEGORY_PUB.Create_Category  API

    HELLO Experts, Please help ,after running the the below anonymous block I am geeting error mentioned in the subject :-
    I am not able to understand why 'U' is coming what is the main cause for this??
    DECLARE
    l_category_rec    INV_ITEM_CATEGORY_PUB.CATEGORY_REC_TYPE;
    l_return_status  VARCHAR2(80);
    l_error_code      NUMBER; l_msg_count      NUMBER;
    l_msg_data        VARCHAR2(80);
    l_out_category_id NUMBER;
    BEGIN  insert into gkaur values ('Before'); COMMIT;
    l_category_rec.segment1 := 'DECAF TEST'; --l_category_rec.structure_id := 50440;
    SELECT f.ID_FLEX_NUM    INTO l_category_rec.structure_id  FROM FND_ID_FLEX_STRUCTURES f
    WHERE f.ID_FLEX_STRUCTURE_CODE = 'XXINV_COST_ACCOUNTING'; l_category_rec.description := 'ABC'; l_category_rec.web_status      := NULL;     l_category_rec.supplier_enabled_flag := NULL;
    insert into gkaur values ('Before RUNNING API');
    COMMIT;
    INV_ITEM_CATEGORY_PUB.Create_Category     ( p_api_version  =>1.0,      
                                                                                                 p_init_msg_list =>FND_API.G_TRUE,        
                                                                                                  p_commit        =>FND_API.G_TRUE,  
                                                                                 x_return_status =>l_return_status,
             x_errorcode    =>l_error_code,          x_msg_count    =>l_msg_count,          x_msg_data      =>l_msg_data,          p_category_rec  =>l_category_rec, --p_category_rec.structure_id =>l_category_rec.structure_id, x_category_id  =>l_out_category_id          );  insert into gkaur values ('After running API'); COMMIT; IF l_return_status = fnd_api.g_ret_sts_success or l_return_status <> fnd_api.g_ret_sts_success
    THEN
    insert into gkaur values ('Hi After status validation');
    insert into gkaur values (l_return_status||'-'||l_error_code||'-'||l_msg_count||'-'||l_msg_data);
    COMMIT;
    DBMS_OUTPUT.put_line ('Creation of Item Category is Successful : '||l_out_category_id);
    ELSE  insert into gkaur values ('Bye');
    DBMS_OUTPUT.put_line ('Creation of Item Category Failed with the error :'||l_error_code);  
    ROLLBACK;
    END IF;
    exception when NO_DATA_FOUND
    then
    insert into gkaur values ('oho');
    commit;
    END;

    HELLO Experts, Please help ,after running the the below anonymous block I am geeting error mentioned in the subject :-
    I am not able to understand why 'U' is coming what is the main cause for this??
    DECLARE
    l_category_rec    INV_ITEM_CATEGORY_PUB.CATEGORY_REC_TYPE;
    l_return_status  VARCHAR2(80);
    l_error_code      NUMBER; l_msg_count      NUMBER;
    l_msg_data        VARCHAR2(80);
    l_out_category_id NUMBER;
    BEGIN  insert into gkaur values ('Before'); COMMIT;
    l_category_rec.segment1 := 'DECAF TEST'; --l_category_rec.structure_id := 50440;
    SELECT f.ID_FLEX_NUM    INTO l_category_rec.structure_id  FROM FND_ID_FLEX_STRUCTURES f
    WHERE f.ID_FLEX_STRUCTURE_CODE = 'XXINV_COST_ACCOUNTING'; l_category_rec.description := 'ABC'; l_category_rec.web_status      := NULL;     l_category_rec.supplier_enabled_flag := NULL;
    insert into gkaur values ('Before RUNNING API');
    COMMIT;
    INV_ITEM_CATEGORY_PUB.Create_Category     ( p_api_version  =>1.0,      
                                                                                                 p_init_msg_list =>FND_API.G_TRUE,        
                                                                                                  p_commit        =>FND_API.G_TRUE,  
                                                                                 x_return_status =>l_return_status,
             x_errorcode    =>l_error_code,          x_msg_count    =>l_msg_count,          x_msg_data      =>l_msg_data,          p_category_rec  =>l_category_rec, --p_category_rec.structure_id =>l_category_rec.structure_id, x_category_id  =>l_out_category_id          );  insert into gkaur values ('After running API'); COMMIT; IF l_return_status = fnd_api.g_ret_sts_success or l_return_status <> fnd_api.g_ret_sts_success
    THEN
    insert into gkaur values ('Hi After status validation');
    insert into gkaur values (l_return_status||'-'||l_error_code||'-'||l_msg_count||'-'||l_msg_data);
    COMMIT;
    DBMS_OUTPUT.put_line ('Creation of Item Category is Successful : '||l_out_category_id);
    ELSE  insert into gkaur values ('Bye');
    DBMS_OUTPUT.put_line ('Creation of Item Category Failed with the error :'||l_error_code);  
    ROLLBACK;
    END IF;
    exception when NO_DATA_FOUND
    then
    insert into gkaur values ('oho');
    commit;
    END;

  • Error when Values of Hierarchy Characteristics are put in selection screen

    Hi Experts,
    I am using SAP Netweaver 2004s.
    I am trying to execute a query with a Hierarchy Characteristic in the BEx Web. In the Variable selection screen, if I give a value of the characteristic as input, the query on execution displays 'No Data Found'. But If I execute the query with the same selections (enter a value of the hierarchy characteristic in the selections) in BEx Analyzer (Excel), the query executes for that value of characteristic with data.
    Also, If I execute the query with a node of the hierarchy characteristic (instead of the value within this node), I get data for all values within this node along with that value for which in the first case it showed no data.
    Could you help me figure out how to go about finding a solution for this issue?
    Regards,
    Shruti

    Hi Abhijeet,
    This error occurs for all values (that are present within hierarchy nodes).
    Also, I have tried using both F4 and entering the value directly. There is no difference in the error.
    The type of the variable shouldn't be the issue since the same entries work fine in BEx (Excel) Analyzer.
    I think there has to be some kind of setting somewhere for BEx Web Analyzer that can have hierarchy related displays.
    Thanks for your help.
    Regards,
    Shruti

  • Error when values = 0

    Alright well my script currently is working great but there
    is a slight problem.
    My TileList right now displays coordinates / images and
    whenever the coordinate has a value of 0 in either x or y it gives
    an error maybe because it believe there is no integer or there is
    no value i'm not sure as to why this is the error i get.
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at environment/::resultHandler()
    at environment/__sendCoord_result()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.rpc.http.mxml::HTTPService/
    http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::resultHandler()
    at mx.rpc::Responder/result()
    at mx.rpc::AsyncRequest/acknowledge()
    at ::DirectHTTPMessageResponder/completeHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/flash.net:URLLoader::onComplete()
    Help is very much appreciated.

    well when I run the debug it says
    that the tileData = event.result.tiles.tile part is the error
    and it also comes from my httpservice
    Code:
    private function resultHandler(event:ResultEvent):void {
    tileData = event.result.tiles.tile;
    <mx:HTTPService id="sendCoord" url="
    http://www.chimeraonlinerpg.com/CO/XML/environment.php"
    result="resultHandler(event)" useProxy="false" method="POST">
    <mx:request xmlns="">
    <xCoord>{curXCoord}</xCoord>
    <yCoord>{curYCoord}</yCoord>
    </mx:request>
    </mx:HTTPService>

  • Callback error when Adapter set to LabVIEW 12.0.1

    I have a font end call back sequence which is in C:\Users\Public\Documents\National Instruments\TestStand 2010 SP1\Components\Callbacks\FrontEnd folder. This works perfectly fine when the Adapter is set to development version of LabVIEW 12.0.1 but the same sequnce does not work when adapter is switched to Run time version of LabVIEW 12.0.1
    Any guesses why this is happening?
    Note: Everything is mass compiled with LabVIEW 12.0.1
    Thanks,
    VS
    Solved!
    Go to Solution.
    Attachments:
    Login issue.png ‏48 KB

    Hi Kurt,
    Yes, I am able to run the same sequence by setting the LabVIEW Adapter to "Auto Detect" for run time.
    After setting the it "Auto Detect", everything works well and now I can't even see the issue even after setting the Adapter to LabVIEW 12.0.1.
    I tried this on two different systems where run time adapter setting of LabVIEW 12.0.1 was not working. And now it's working on both the systems.
    Any thoughts about the root cause of this issue?
    Thanks,
    VS

  • Error when i set primary key to a field in table

    I created a table. with one primary key field
    on saving it following error happened 
    at Microsoft.SqlServer.Management.DataTools.Interop.IDTDocTool.Save(Object dsRef, String path, Boolean okToOverwrite)
    at Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDataDesignerNode.Save(VSSAVEFLAGS dwSave, String strSilentSaveAsName, IVsUIShell pIVsUIShell, IntPtr punkDocDataIntPtr, String& strMkDocumentNew, Int32& pfCanceled)
    then i removed primary key. Table was saved successfully.
    I need to make primary key field.. how can i solve it?

    CREATE TABLE tblname (c INT NOT NULL PRIMARY KEY) 
    Have you ran the above statement successfully?  Do you create a table in VS?  
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Error: can't find jre, error: registry values set to ver 1.4 but 1.3 is req

    just got my dreamweaver program and since then my jre has been screwed. don't know how to fix it but that's why i am here. the errors are listed in the subject matter. thanx for your help.

    It looks like you have at some time you installed ver 1.4 but your system is finding a java.exe program file that is ver 1.3.
    If you have both a 1.3 and a 1.4 java.exe, then try renaming the 1.3 version to java1.3.exe and see if it clears up your problem. If it does, just delete the 1.3 version. I suspect that something you installed also installed a 1.3 version.
    If you only have a 1.3 version, then you can change the registry entry to 1.3 instead of 1.4.
    You can use the Windows search function to find all files whose name is java.exe. In a command prompt, use the full path to the file and the -version option to show the version. For example, if the full path to a java.exe is c:\windows\system32\javac.exe then the command is "c:\windows\system32\javac.exe -version"

Maybe you are looking for

  • Error Function module " " not found in Smartforms

    Hi all, Please help me out…. I created the form using the smartforms, check it and activated it. I can see the unique function module is assigned to the form. I wrote the ABAP program and use function module ‘SSF_FUNCTION_MODULE_NAME’and also define

  • JCD - making a web service client call from a jcd

    Hi, We would like to make web service client calls from our jcd's in Java CAPS 5.1.2 to an external web services running under a Tomcat 5.5 servlet. What is the recommended method of calling web services from a jcd? We attempted to import a WSDL and

  • X3000 quick setup guide, webpage not found

    Two problems: 1. My x3000 wireless mouse that came bundled with the HP  computer does not work. I followed the skimpy directions that came with the mouse but got nothing. The mouse lights up underneath so I appears to be on but it still does not work

  • There is someing wrong with my Adobe Creative Cloud

    There is someing wrong with my Adobe Creative Cloud, I `m sure I fill in my e-mail "<Removed by moderator> ,but when I turn on theAdobe Creative Cloud,it says my  e-mail address is  "<Removed by moderator>,I wonder hou it be that?

  • Search bar gone on discussion site?

    Forgive me for being so stupid, but I am trying to search for a solution with MobileMe. However in the discussion web site, where I am posting this, there is no search bar to search! Am I missing my brains or just my glasses?