Error while developing KFF in oaf

Hi,
i'm trying to create sample page with KFF. Details as follows:
VO name: GLCodeCombinationsVO
Attribute: CodeCombinationId
I have attached this VO to OASampleKFFAM
I have created SampleKFFPG with following item
id: item1
item style: flex
view instance: GLCodeCombinationsVO1
type: key
And the controller code (process request) for the above page is
public void processRequest(OAPageContext pageContext, OAWebBean webBean)
super.processRequest(pageContext, webBean);
OAApplicationModule am= pageContext.getApplicationModule(webBean);
OAViewObject vo=(OAViewObject)am.findViewObject("GLCodeCombinationsVO1");
vo.executeQuery();
OAKeyFlexBean CCIDlovEnabledKFF =(OAKeyFlexBean)webBean.findChildRecursive("item1");
CCIDlovEnabledKFF.useCodeCombinationLOV(true);
CCIDlovEnabledKFF.setAttributeValue(OAWebBeanConstants.FLEXFIELD_APPLICATION_SHORT_NAME, "GL");
CCIDlovEnabledKFF.setAttributeValue(FLEXFIELD_NAME,"GL#");
CCIDlovEnabledKFF.setStructureCode("OPERATIONS_ACCOUNTING_FLEX");
CCIDlovEnabledKFF.setCCIDAttributeName("CodeCombinationId");
CCIDlovEnabledKFF.mergeSegmentsWithParent(pageContext);
My flex Field detail:
APPLICATION_ID: 101
ID_FLEX_CODE :GL#
ID_FLEX_STRUCTURE_CODE: OPERATIONS_ACCOUNTING_FLEX
But if i run the page, it throws following error:
Flexfield routine KeyFlexfieldDefinitionFactory.createDefinition cannot find flexfield definition for application GL, and code GL#.
How to solve this?
Thanks in advance,
SAN

Hi,
Refer http://gyanoracleapps.blogspot.com/2011/03/extending-vo.html
Regards
Gyan

Similar Messages

  • Error while Developer Workplace Installation

    Hello,
    I am trying to install Developer Workplace and getting the following error at step 29 :
    Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/umconfig.properties"" finished with return code 99. Output: Jul 7, 2008 10:55:17 AM  Info: UME configurator (com.sap.security.tools.UMConfiguratorLoad) called for action "setup"PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.pathJul 7, 2008 10:55:23 AM  Error: main() [EXCEPTION] com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)     at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)     at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)     at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)     at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:60)     at com.sap.security.tools.UMConfigModel.<init>(UMConfigModel.java:79)     at com.sap.security.tools.UMConfiguratorLoad.main(UMConfiguratorLoad.java:179)     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:324)     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)Caused by:
    Please help.

    Restarted it and worked...

  • Stale data error while opening a multiple OAF page .

    Dear Friends ,
    I have a OAF page developed and deployed in server , its basically a search page , it also has several links to
    go to create page and update page . when the user opens the multiple page using different tabs in the browser
    like for example
    ex :
    from search page click on create page open it as new tab . if such multiple table are being opened
    and do some operation like search a record , it gives and error (stale data : Developer's mode exception ) .
    How to over come this exception , could you please share you ideas
    Thanks in Advance,
    Keerthi.k

    Hi friend ,
    In Search page i didn't do any update. and also search page is not a problem it's working fine. create page only the problem. In this page only throwing Stale data error exception.
    Please give me more suggestion.
    Thanks in advance,

  • OA Framework-ERROR while developing a page for creating a user.

    hi,
    I am Oracle Application Developer and i am new to this technology kindly help me....as i am not able to solve the below error
    when i click on the APPLY button of the create page...this error is coming
    Failed to post data to database during "Insert": SQL Statement " INSERT INTO FWK_TBX_EMPLOYEES(EMPLOYEE_ID,LAST_UPDATE_DATE,LAST_UPDATED_BY,CREATION_DATE,CREATED_BY,LAST_UPDATE_LOGIN) VALUES (:1,:2,:3,:4,:5,:6)"
    I know these are WOHO COLUMNS but i don't know how to remove this error...
    kindly help me out

    user11101871,
    When you are getting this issue, What you have done , provide these details.
    Check your binding variable mapping if exist in VO.
    Thanks

  • Error while developing Custom Module in PI

    Hi Friends,
    We have developed Module for converting XL file to XML file and deployed on PI server. We have followed the link
    /people/sap.user72/blog/2005/07/04/read-excel-instead-of-xml-through-fileadapter
    We got the following error, please help in this:
    Received XI System Error. Error Code:SYSTEM_NOT_COFIGURED_AS_XMB Error Text: ErrorStack:System not configured as XI Integration Engine
    Transmitting the message to endpoint http://BASIS1:8000/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException:SYSTEM_NOT_CONFIGURED_AS_XMB.
    Regards,
    Lakshmi Prasad.

    Hi Lakshmi,
    it is missing role "Integration Server" at transaction SXMB_ADM / Configuration Integration Engine.
    Regards,
    Udo

  • PageTemplates error while developing

    Hi all.
    Sometimes when i'm developing WebCenter Portal Applications. JDeveloper crash with:
    SEVERE:
    java.lang.NullPointerException
         at oracle.webcenter.portal.dt.config.PortalConfigUtil.getPageTemplateFromConfig(PortalConfigUtil.java:69)
    After the exception when i create a new JSPX Page ins't selectable my registered templates and all pages that includes <af:pageTemplate> says that can't resolve pageTemplate. However, it runs at Runtime.
    Is there any solution other than creating a new WebCenter Portal Application project?. Why crash getting adf-config for default page template?.
    Thanks.
    Edited by: Daniel Merchán on 07-nov-2011 14:29

    This happens sometimes - I don't know why ?
    But resolution is -
    check few points -
    1)The first time you use the wizard to create a JSF page template in a project, JDeveloper automatically creates the pagetemplate-metadata.xml file, which is placed in the /ViewController/src/META-INF directory in the file system. For webcenter application ,you can find pagetemplate-metadata.xml at Application Sources/META-INF directory.-------Check whether pagetemplate-metadata.xml is present or not ?
    2)For each page template that you define using the wizard, JDeveloper creates a page template definition file (for example, sampleTemplateDef1.jspx), and adds an entry to the pagetemplate-metadata.xml file.- ---------check whether pagedef is created or not ?
    3)check whether the entry for your page template is present in pagetemplate-metadata.xml or not. Like -
    <?xml version="1.0" encoding="US-ASCII" ?>
    <pageTemplateDefs xmlns="http://xmlns.oracle.com/adf/faces/rich/pagetemplate">
    <pagetemplate-jsp-ui-def>/oracle/webcenter/portalapp/pagetemplates/pageTemplate_custom.jspx</pagetemplate-jsp-ui-def>
    <pagetemplate-jsp-ui-def>/sampleTemplateDef1.jspx</pagetemplate-jsp-ui-def>
    <pagetemplate-jsp-ui-def>/sampleTemplateDef2.jspx</pagetemplate-jsp-ui-def>
    <pagetemplate-jsp-ui-def>/oracle/webcenter/portalapp/pagetemplates/pageTemplate_globe.jspx</pagetemplate-jsp-ui-def>
    <pagetemplate-jsp-ui-def>/oracle/webcenter/portalapp/pagetemplates/pageTemplate_swooshy.jspx</pagetemplate-jsp-ui-def>
    </pageTemplateDefs>
    4)If you selected the page template as default template for your application then check it in ADF META-INF/adf-config.xml file.
    <portal:preference id="oracle.webcenter.portalapp.pagetemplate.pageTemplate"
    desc="Default Page Template"
    value="/oracle/webcenter/portalapp/pagetemplates/pageTemplate_custom.jspx"
    resourceType="Template" display="true"/>
    Hope ,the problem will be resolved .
    Regards,
    Hoque

  • Error while developing a BPEL sample

    I have been trying to implement the GoogleFlowWithSensors sample that comes along with the Oracle JDeveloper BPEL designer. However, when I try to set up the type for the output variable it gives me this message within the variable chooser:
    exception: could not retrieve message parts
    Anybody knows what seems to be the problem? Thank you.

    As I stated in my previous post, there is an issue with the BPEL process not responding back to ESB in a timely manner.
    Unfortunately I don't have your process infront of me so it will require some thinking on your behalf to undersatnd how and why this may be happening.
    Things to ask yourself.
    - Is the data getting past correctly from the ESB to BPEL
    - What happend to the BPEL process that the ESB called
    - Is the ESB calling the BPEL process you are expecting, check server, and bpel versions
    - What does the opmn or domain logs say
    cheers
    James

  • OAF JDeveloper 10.1.3.1.0 - Error while running the page

    Hi All
    I'm new to OAF, I'm getting an error while trying to run Tutorial.jpr
    It says:
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE Tokens: MESSAGE = oracle.jbo.JBOException: JBO-2900 Unenexpected exception caught: java.lang.ExceptionInInitializationError, msg = null;
    Please help on this error.
    Thanks in advance.
    Soma

    Hi Gyan,
    Thanks for your response.
    I've seen the note - 416708.1 and it says, we have to use the Patch 8431482 10G Jdeveloper with OA Extension ARU for R12.1.1
    Currently I have Release 12.1.1 and JDeveloper Patch p5856648_R12_GENERIC. Can't we use this version of JDeveloper for R12.1.1 and why?
    Also I need to know which version of JDeveloper is suitable for 11.5.10.2 as there are a lot of 11i patch releases, I couldn't match with the instance that we are using.
    _11i Technology Components:_
    OA Framework 11.5.10.6RUP
    Oracle Applications Extension     9.0.3.8.13 - build 1566
    Business Components          9.0.3.9
    UIX (Cabo)               2_2_24_2
    BiBeans Runtime          3.1.0.80 nondebug BI Beans 3.1.0.x
    MDS               9.0.5.4.89_560
    It will be a great help if you can also share some Tutor sites\material on OAF other than Developer's Guide ;).
    Thanks,
    Soma

  • Error while creating a Development plan template

    Hi Gurus,
    I am facing errors  while creating Development Plan Template.
    This is how it goes :
    When i click on Define Forms for Talent Assessment --> a wizard pops up & i select Development Plan :
    In first step, I am giving Title,Integration with SAP Learning Solution (check) & a rating scale.
    Now after clicking next, I am adding 2 development areas :
    1) Training
    2) Mentoring,
    now as soon as I'm clicking on End Configuration, It displays 2 errors & 1 warning message :
    error1 : Element Appraisal Template 'XXXXX' contains errors.Cannot change status.
    error2 : Value type 000000XXX of value class Q does not exists
    Warning 1 : You have maintained a description that is not displayed.
    In PHAP_CATALOG, when I'm trying to manually release the Criterion Group (VB) or Appraisal template (VA), it does not allow me to do it.
    Kindly let me know how to proceed further.
    Regards
    bharti

    Hi,
    Even though it gives the error,the new RTF template is uploaded and it is reflected when I query the template again.
    But when I run the Concurent program and see the output,the output still shows me the old template.
    Regards
    Jujaar

  • Error while building sample application "Developing an Order Application"

    hi ,
    I tried to create a simple Mobile application using the instructions for "Tutorial: Developing an Order Application for Handhelds" given at :-
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/46/7294498d870ad3e10000000a11466f/frameset.htm
    For the same , by using TCdoe SDOE_WB i created a new SWCV named ORDER_TAKER,
    with a Data Object - > ORDER
    added Data Object header node -> ORDERHEADER
    The ORDERHEADER contains the following fields:
    ORDERID          CHAR8
    CUSTID             CHAR4
    LONGTEXT       CHAR32
    SERVICEUNIT   CHAR32
    CREATED_ON  DATS
    CREATED_AT  TIMS
    As per the tutorial I created  Mobile Service Component as "order_sv". under which created Data Objects , and a service name orderService . Now when I copied the code of Defining the Custom Methods , I am getting following error while building the MSC........
    Line: -----
    * [javac] Compiling 8 source files to C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\classes
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:43: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:           if( !(((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).getOrderOrderheaders().size() > 0))
         [javac] ERROR:                   ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:43: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:           if( !(((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).getOrderOrderheaders().size() > 0))
         [javac] ERROR:                                                                ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:43: cannot find symbol
         [javac] ERROR: symbol  : variable OcaRoot
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:           if( !(((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).getOrderOrderheaders().size() > 0))
         [javac] ERROR:                                 ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:45: cannot find symbol
         [javac] ERROR: symbol  : class OrderOrderheader
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OrderOrderheader order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:               ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:45: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OrderOrderheader order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                          ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:45: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OrderOrderheader order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                                                                ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:45: cannot find symbol
         [javac] ERROR: symbol  : variable OcaRoot
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OrderOrderheader order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                                        ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:49: cannot find symbol
         [javac] ERROR: symbol  : method valueOf(java.lang.String)
         [javac] ERROR: location: class java.util.Date
         [javac] ERROR:               order.setCreatedOn(Date.valueOf("2007-06-30"));
         [javac] ERROR:                                      ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:50: cannot find symbol
         [javac] ERROR: symbol  : variable Time
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order.setCreatedAt(Time.valueOf("08:45:00"));
         [javac] ERROR:                                  ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:73: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                         ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:73: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                                                      ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:73: cannot find symbol
         [javac] ERROR: symbol  : variable OcaRoot
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                       ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:77: cannot find symbol
         [javac] ERROR: symbol  : method valueOf(java.lang.String)
         [javac] ERROR: location: class java.util.Date
         [javac] ERROR:               order.setCreatedOn(Date.valueOf("2007-07-05"));
         [javac] ERROR:                                      ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:78: cannot find symbol
         [javac] ERROR: symbol  : variable Time
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order.setCreatedAt(Time.valueOf("10:00:00"));
         [javac] ERROR:                                  ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:80: cannot find symbol
         [javac] ERROR: symbol  : variable OcaRoot
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OcaRoot.getInstance().commit();
         [javac] ERROR:               ^
         [javac] 30 errors *
    Line: -----
    Please help...........
    Ekam
    Edited by: Ekam Preet Singh on Sep 29, 2011 10:32 AM

    Hi,
    Please have a look at this thread,
    Re: Error in CompatibilityMode
    Regards,
    Saravanan K

  • Error while running the OAF. No error message.

    All
    I'm getting the below error while clicking on a link to call the page. The error page doesn't have any error message. Isearched in the jserv.log file under Jserv/logs on the server. But the error is not posting there. When can these type of errors logged by OAF Pages ?
    Error Page
    You have encountered an unexpected error. Please contact the System Administrator for assistance.
    Thanks
    Vasu

    Vasu
    You need to enable the profile option FND :Diagnostic profile option at site level so that
    this message
    You have encountered an unexpected error. Please contact the System Administrator for assistance.gets converted to
    You have encountered an unexpected error. Please contact the System Administrator for assistance.
    Click here for exception details.Thanks
    AJ

  • Getting error while running page application page developed in Jdev ADF

    Hi,
    i m facing this error while running page application page developed in Jdev ADF
    can anybody help??
    JBO-30003: The application pool (model.ChakDeTrackersLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.

    Hi,
    try to test JDBC connection used by AM if it is ok
    regards,
    Branislav

  • Error while executing query in SQL Developer

    I am getting the following error whenever I login to sql developer.
    SEVERE 56 0 oracle.jdbc Error while registering Oracle JDBC Diagnosability MBean.
    I get below error whenever I execute any query.
    SEVERE 70 53918 oracle.dbtools.worksheet.sqlhistory.SqlHistoryTask oracle.dbtools.worksheet.sqlhistory.db.HistoryDB.readHistory(HistoryDB.java:99)
    I use following versions
    Java(TM) Platform 1.6.0_35
    Oracle IDE 3.2.20.09.87
    Versioning Support 3.2.20.09.87
    I am working on Oracle11gR2.
    Please help me to resolve this and let me know if you need more information.

    Got same issue with :
    Component
    Version
    =========
    =======
    Java(TM) Platform
    1.6.0_41
    Oracle IDE
    3.2.20.09.87
    Versioning Support
    3.2.20.09.87
    Alternate path for SqlHistory directory :
    C:\Users\USER_NAME\AppData\Roaming\SQL Developer
    Best Regards,
    F.L.

  • Windows App developer account and .aetx file, Unknown error while generating AET

    Hi Everyone,
    firstly, sorry for my not perfect english, but I hope that somehow understand what i  want to say.
    So, I am a student (I do not know if it makes a difference but inform you), and I wanted to write a universal windows app for company (This would be the first application WP and Windows this company, previously did app on Android and IOS, and websites).
    I wrote a little bit and I wanted to throw the first version on hockeyapp.net to the head of the company and the customers can test it and i have problem. I upload .appx file bu i have problem with generate .aetx file. When I run this command AETGenerator.exe
    PFXFilepath PFXFilePassword it gives me an error in command prompt
    Unknown error while generating AET
    startIndex cannot be larger than length of string.
    Parameter name: startIndex
    I've read about these certificates but did not find a specific answer (a very specific answer). So what I need to do, What do I need,  what to buy and etc.
    What are my solutions?
    What should I do?
    Is it enough that I register and I buy individual developer account?
    I hope someone answer me, 
    thank you :)

    Try sending it to store anyway… I have the similar issue, the kit hangs when saving result and never complete it.
    Another member has same question.
    https://social.technet.microsoft.com/Forums/en-US/11910167-75e1-47d8-a0fb-fb8046c57f89/windows-app-certification-kit-31-reports-failure-due-to-crash-or-hang?forum=projectsiena.
    If you want to test your app, you can also send to beta store and you can get response from the testers.

  • Error while compiling the PO Item Category KFF

    Kindly help me. I am new and learning Purchasing module and now stuck because of an error while compiling the PO Item Category KFF. This is because a segment is saved in the database incompletely.
    Now the segment does not show in the Segments Summary form. But when I enter the same Number, I get the error APP-FND-00924: You chose a sement number that is used by another segment.
    When I freeze and compile the structure with different segments, I get the error
    APP-FND-00668: The data that defines the flexfield on this field may be inconsistent. Inform your system administrator that the function: FDFRKS could not find the structure definition for the flexfield specified by Application = &APPL, Code = MCAT and Structure number = 201 (APPID=401)
    APP-FND-00738: Error detected when attempting to load value set on Context: &CONTEXT for Segment: &SEGMENT in Routine: FDFBKS
    APP-FND-01564: ORACLE error 1403 in FDFAVS3
    Cause: FDFAVS3 failed due to ORA-01403: no data found.
    The SQL statement being executed at the time of the error was:  and was executed from the file &ERRFILE.
    Regards
    Reem

    Hi Sandeep
    Sorry that I am bothering with basic questions, but I am not able to run any Select queries. It gives error Table or View does not exist. I can see the table from ALL_TABLES view, but I cannot Select.
    I have logged in as oracle user. This is not Vision datbase. Can you let me know the default dba user and password or how to get the permission?
    Regards
    Reem

Maybe you are looking for

  • Convert photo in iphoto to put into iMovie project without affecting quality

    Hi, hope someone can help. I am trying to put a photo from iPhoto into an iMovie project, but no matter what pixel change i try, whenever i put it into the iMovie project I get black bars each side of the photo and the photo doesn't fill up the full

  • /dev/dri Missing

    I have a MacbookPro 5,5 (nVidia 9400M) and am trying to use the nouveau driver.  I have installed both packages (nouveau-dri and the xf86 one), but the X server cannot start becasue there is no /dev/dri.  I have tried using a stock kernel and a custo

  • Large Disks On Solaris Intel 8EA

    I am trying to setup a Large Disk ( 27 or 40 GB Maxtor ) using Solaris 8EA on a Pentium Pro MAchine. The Disk Partitions fine and am able to setup multiple Filesystems for 8 or 9 GB's easily. But when trying to access these Filesystems online I get s

  • How can i transfer the system variable value through DTW in SBO

    Hi, I want to transfer the system variable("Excisable" in the Item master data in the SBO 'India' database) value through the template by the DTW. But i don't have any template consisting of this system variable. So please suggest me that how can i t

  • Field too big

    Dear All, i am very new in Oracle, so may be you can help me. We have some 'very' big views here. So when i look with the Schema Manager i see only a littel part of this view. I have tryed to change or copy this view, but oracle tells me that the vie