Binding data  to dropdown by key  i am getting  the below error.

here i am binding the cardinality  as  0ton  and i am getting this error. plz help me
Adapter error in DROPDOWN_BY_KEY "DDB_PLANT" of view "YWD_SD_SALESORDER.SALESHEAD_VIEW": Context binding of property SELECTED_KEY cannot be resolved: Node SALESHEAD_VIEW.1.LOCATION_NODE does not contain any elements

hi praveen,
bind the  DROPDOWN_BY_KEY ui element with an attribute which you want it to be associated
add an attribute for example VALUESET of type wdr_context_attr_value_list in this node and the cardinality of node must be 0:n.
after this . in the do init
here types is my attribute to which i bind my dropdown in selectedkey property.
DATA: LT_VALUESET TYPE STANDARD TABLE OF WDR_CONTEXT_ATTR_VALUE,
LS_VALUESET TYPE WDR_CONTEXT_ATTR_VALUE,
LR_NODE_INFO TYPE REF TO IF_WD_CONTEXT_NODE_INFO,
LR_NODE TYPE REF TO IF_WD_CONTEXT_NODE.
LR_NODE = WD_CONTEXT->GET_CHILD_NODE( 'CTX_VN_ALV_TABLE' ).
LR_NODE_INFO = LR_NODE->GET_NODE_INFO( ).
LS_VALUESET-VALUE = 'FIRST VALUE'.
LS_VALUESET-TEXT = 'FIRST VALUE'.
APPEND LS_VALUESET TO LT_VALUESET.
LS_VALUESET-VALUE = 'second value'.
LS_VALUESET-TEXT = 'second value'.
APPEND LS_VALUESET TO LT_VALUESET.
LR_NODE_INFO->SET_ATTRIBUTE_VALUE_SET(
EXPORTING
NAME = 'TYPES'                                                         "attribute name
VALUE_SET = LT_VALUESET ).
doing this will solve your problem completely.
thanks and regards,
sahai.s

Similar Messages

  • Getting the below error  when importing base data

    Hi.. I am trying to import base data using the command ant importBaseData command.
    The following is the content in my dasEnv.Bat:
    set ATGJRE=D:\Program Files\Java\jdk1.6.0_18\bin\java
    set WL_HOME=C:\Oracle\Middleware\wlserver_10.3
    set WL_VERSION=10.3
    Please help me out
    Following is the error i am getting:
    _publishingFileRepository:
    [exec] Application Server: weblogic
    [exec] The following installed ATG components are being used to launch:
    [exec] ATGPlatform version 9.2 installed at C:\ATG\ATG9.2
    [exec]
    [exec] Created ".\servers\baseDataImport\startDynamo.jar" in 8,046ms.
    [exec] -------------------
    [exec] JAVA_ARGS: -Djava.security.policy=lib/java.policy -Datg.dynamo.home="." -Datg.dynamo.root=".\.." -Datg.dynamo.display= -Djava.protocol.handler.pkgs=atg.net.www.protocol -Djava.naming.factory.url.pkgs=atg.
    .dynamo.layers= -Dsun.rmi.dgc.server.gcInterval=3600000
    [exec] -------------------
    [exec] DYNAMO_MODULES: @@atg/env/Startup.modules@@
    [exec] -------------------
    [exec] CONFIGPATH: @@atg/env/Startup.configPath@@;..\DAS\config\dtmconfig.jar;localconfig;servers\baseDataImport\localconfig;..\DAF\config\dafconfig.jar
    [exec] -------------------
    [exec] CLASSPATH: .\locallib;D:\Program Files\Java\jdk1.6.0_18\lib;C:\ATG\ATG9.2\eGarage\core\conf;C:\Python-2.5-wince-dev\lib;C:\ATG\ATG9.2\RL\lib;C:\ATG\ATG9.2\PublishingAgent\base\lib;C:\ATG\ATG9.2\home\serve
    [exec] -------------------
    [exec] PATH: D:\Program Files\Java\jdk1.6.0_18\bin;C:\Oracle\Middleware\wlserver_10.3\common\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\W
    ;C:\Program Files\CA\SharedComponents\SubscriptionLicense\;C:\Program Files\CA\eTrustITM;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Microsoft Application Virt
    in32\ice
    [exec] **** info Mon Sep 26 15:15:52 CEST 2011 1317042952556 /DPSLicense atg.service.ServiceResources->dynamoPrintExpirationDate : This license will expire on Sat Nov 24 05:59:59 CET 2210
    [exec] **** info Mon Sep 26 15:15:52 CEST 2011 1317042952564 /DPSLicense DPS is licensed to License User - Production
    [exec] **** info Mon Sep 26 15:15:52 CEST 2011 1317042952564 /DPSLicense atg.service.ServiceResources->unlimitedLicenseMsg : This product is licensed for an unlimited number of CPUs.
    [exec] **** info Mon Sep 26 15:15:53 CEST 2011 1317042953770 /atg/epub/version/VersionManagerRepository SQL Repository startup complete
    [exec] **** info Mon Sep 26 15:15:53 CEST 2011 1317042953927 /atg/dynamo/server/SQLRepositoryEventServer Service /atg/dynamo/server/SQLRepositoryEventServer listening at http://HYDHTC76776L:49716/
    [exec] **** info Mon Sep 26 15:15:53 CEST 2011 1317042953992 /atg/epub/process/ProcessData-ver SQL Repository startup complete
    [exec] **** info Mon Sep 26 15:15:53 CEST 2011 1317042953993 /atg/epub/process/ProcessDataRepository SQL Repository startup complete
    [exec] **** info Mon Sep 26 15:15:54 CEST 2011 1317042954086 /atg/epub/file/PublishingFiles-ver SQL Repository startup complete
    [exec] **** info Mon Sep 26 15:15:54 CEST 2011 1317042954096 /atg/epub/file/PublishingFileRepository SQL Repository startup complete
    [exec] **** info Mon Sep 26 15:15:54 CEST 2011 1317042954413 /atg/userprofiling/InternalProfileRepository SQL Repository startup complete
    [exec] **** info Mon Sep 26 15:15:54 CEST 2011 1317042954644 /atg/dynamo/security/AdminSqlRepository SQL Repository startup complete
    [exec] **** info Mon Sep 26 15:15:54 CEST 2011 1317042954645 /atg/dynamo/security/AdminAccountInitializer Initializing account database /atg/dynamo/security/AdminAccountManager from /atg/dynamo/security/
    [exec]
    [exec] Nucleus running
    [exec]
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955379 / Unable to create class atg.deployment.server.DeploymentServer for configuration /atg/epub/DeploymentServer java.lang.NoClassDefFoundError
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / Unable to resolve component /atg/epub/Configuration java.lang.NoClassDefFoundError: javax/ejb/FinderException
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at java.lang.Class.forName0(Native Method)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at java.lang.Class.forName(Class.java:247)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.PropertyEditors.getPropertyEditor(PropertyEditors.java:254)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.BeanConfigurator.getProperty(BeanConfigurator.java:731)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.BeanConfigurator.configureStateProperty(BeanConfigurator.java:683)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.BeanConfigurator.configureStateProperty(BeanConfigurator.java:594)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.BeanConfigurator.configureState(BeanConfigurator.java:418)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.PropertyConfiguration.configureState(PropertyConfiguration.java:809)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:748)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:62)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1319)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1119)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:787)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:569)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:550)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:394)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1051)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.ConfigurationRef.getValue(ConfigurationRef.java:81)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.ConfigurationRefProperty.getValue(ConfigurationRefProperty.java:82)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:357)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:218)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:241)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:275)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:752)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:62)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1319)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1119)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:787)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:569)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:550)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:394)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1051)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.ConfigurationRefArray.getValue(ConfigurationRefArray.java:146)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:357)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:218)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:241)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:275)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:752)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:62)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1319)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1119)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:787)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:569)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:550)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:394)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.Nucleus.resolveName(Nucleus.java:2648)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.GenericService.resolveName(GenericService.java:315)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.nucleus.GenericService.resolveName(GenericService.java:367)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.adapter.gsa.xml.TemplateParser.runParser(TemplateParser.java:5498)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at atg.adapter.gsa.xml.TemplateParser.main(TemplateParser.java:5072)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / Caused by :java.lang.ClassNotFoundException: javax.ejb.FinderException
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at java.security.AccessController.doPrivileged(Native Method)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at java.lang.Class.forName0(Native Method)
    [exec] **** Error Mon Sep 26 15:15:55 CEST 2011 1317042955407 / at java.lang.Class.forName(Class.java:247)

    It is not able to find the class javax/ejb/FinderException
    Please include one of the jars from below location and run the script again.
    http://www.findjar.com/class/javax/ejb/FinderException.html
    If any class is missing after then, please include that jar as well.
    Peace
    Shaik

  • When I attempt to sych with I tunes I get the following Error Message.  "Itunes was unable to load data class information from synch services. Reconnect or try again later."  How do I fix this?  This started happening after I updated to the latest version

    When I attmpt to synch my Iphone I get the following error message.  "Itunes was unable to load data class informationfrom synch services.  Reconnect or try again later.  This started after I uddated to the latest version of Itunes. What should I do?

    My iPods are working fine...this is just on our iPhone 3GSs....friend said his iPhone 4 was working fine with upgrade. 
    Tried: the winsock reset, uninstall/re-install of iTunes, shut the firewall down.  Even called Apple...and after 2 hours of being told that "I'm savvy and have done everything they'd recommend" still with no fix...
    Still:  Takes over 2 minutes (not hooked up to phone) to open Edit-Preferences-Device...and can't find any backups?!?!  Takes over 2 minutes to even open the phone to change spps, musice, books, etc....but won't let me do anything with contacts...wonder if this is what that error message is about (because I don't actually sync to an email program, I've just kept it all on the phone - mistake). 
    **banging head on table**

  • After reformatting my 1 Tb WD ext drive and tinkering with the "exclude these items" list, I now get the following error message from Time Machine:Are you sure you want to back up to the same device your original data is on? the WD disk has mounted??

    After reformatting my 1 Tb WD ext drive and tinkering with the "exclude these items" list, I now get the following error message from Time Machine: "Are you sure you want to back up to the same device your original data is on?"  I've reformatted in Disk Utilities...not sure what I did wrong.  Any help would be appreciated.

    Not sure what you mean by "booted" from it.
    If the Mac OS is installed on the external drive, then it's possible to start up from it, just as you do from your internal drive. Please open the Startup Disk preference pane in System Preferences, and verify that your internal drive is selected as the startup disk.
    Assuming that's the case, then it may be that your TM settings have been corrupted. Turn off TM, then move or delete the file /Library/Preferences/com.apple.TimeMachine.plist. Turn TM back on, recreate your settings, and try again.

  • Our exchange server crashed and we lost all contact and calendar data.  We found an app to get the contacts off of people's phone to import but can't find the same for calendar.  How do I get my calendar info off my phone and in to new exchange server?

    Our exchange server crashed and we lost all contact and calendar data.  We found an app to get the contacts off of people's phone to import but can't find the same for calendar.  How do I get my calendar info off my phone and in to new exchange server?

    You'd have to think through this, but it seems like if you are using Outlook, and the items vanished from the Outlook client as well as the server,that you could re-populate Outlook using iTunes. 

  • Data Integrator has no read permissions to get the data file using FTP

    Hi,
    I wonder if you could help.
    We have installed the data integrator and are using FTP to get the data file from the SAP server to the DI server. The files are created by the SAP admin user with permissions 660. The FTP user is not in the sapsys group so cannot read the files.
    Has anyone come accross this problem and how did you solve it?
    Many thanks.

    Hi,
    you might want to put you entry into the EIM forum where also the Data Integrator topics are being handled:
    Data Services and Data Quality
    Ingo

  • The backup disk image "/Volumes/Data/David Witkowski's Mac Pro.sparsebundle" is already in use.  Whenever Time Machine starts to backup to Time Capsuel I get the previous error message. I need some help to fix this.

    The backup disk image “/Volumes/Data/David Witkowski’s Mac Pro.sparsebundle” is already in use.  Whenever Time Machine starts to backup to Time Capsuel I get the previous error message Where can I find this disk image?. I need some help to fix this.
    Thanks,
    David W

    There are multiple answers and solutions if you look just to the right under the heading of More Like This.

  • I constantly get the following error message: The backup disk image "/volumes/data/ james kehoe.sparsebundle" is already in use.

    I constantly get the following error message: The backup disk image "/volumes/data/jameskehoe.sparsebundle" is already in use. This Time Machine/Time Capsul worked perfectly before I left on a four month trip. Upon returning to my domicle it will not backup and I get the mentioned error message. My wife's Mac Book Pro continues to backup normally but she did not accompany me on this trip so her computer has always remained in contact with the Time Machine. My computer is a MacBook running 10.7.5
    Any help solving this problem and letting me once again backup my computer would be greatly appreciated.

    This question is asked several times every day.. it is a bug.
    Look at the more like this column to the right..
    Solution is pretty simple..
    With the TC hard disk not running.. you can feel the vibration ..
    pull out the power cord.. count to 10.. plug in the power cord.
    If you still have the problem report back.. mostly 98% of cases that will fix it.

  • When trying to Burn a DVD I get the following error: 'The drive reported an error:Sense Key=MEDIUM ERROR Sense Code=0x73,0x03'   Please advise

    when trying to Burn a DVD I get the following error:
    'The drive reported an error:Sense Key=MEDIUM ERROR Sense Code=0x73,0x03' 
    Please advise

    this reccommendation is to OS 10.5.8 only
    Go to the hard drive find the following folders and look for the following file, com.apple.finder.Plist, delete it and restart the computer. Its found under the following folder Users-account name-library-prefrences. This helped resolve my issue for now.

  • HT201441 I have bought an used Iphone from a shop. then i put my account id in it. then it goes perfectly. After awhile i have done a reset all data and sitting then i could not get the Iphone started because it have been asked to put another email starti

    I have bought an used Iphone from a shop. then i put my account id in it. then it goes perfectly. After awhile i have done a reset all data and sitting then i could not get the Iphone started because it have been asked to put another email starting with u
    For contact [email protected]

    Sounds like the Activation Lock is still set to the previous owner. If you are unable to get that Apple ID and password that iPhone is totally useless to you.
    Take it back to the shop and demand your money back because they sold it to under false pretenses.
    Allan

  • "Data only" csv export. How to get the same data?

    When I export to csv I get more data than when exporting to "data only". Why and how to get the same as when using "data only". I suppose it is because of some supressed lines, but why there is difference in the view (which is right) and in the export file?
    I do not want to export to xls with "data only" and save as csv, because the exported csv is being read by another application, which is unable to convert it automatically.
    The other way is to put constraints in the data selection for the whole report (and not by supressing lines). How to say {table.date}>=maximum({table.date}) in the  in the data selection? There is not possible to use "maximum". Probably possible with array?
    Thanks in advance
    Edited by: Kiril Bojilov on Aug 4, 2009 12:34 PM
    Ok, I managed it: I put the constraint in the group selection
    Edited by: Kiril Bojilov on Aug 4, 2009 12:46 PM

    New customers get more options because new customers didn't already agree to complete a 2yr contract before being able to get a new phone. If you had a line that wasn't under contract, you would get a better deal than new customers because while they pay $35 activation fee for a new line, you pay $30 upgrade fee for using an upgrade. You just have to finish your end of the deal before you can start a new one.

  • HT3275 Im getting the following error message when Time Machine is trying to backup:  backup disc image/volumes/data/mycomputer.sparsebundle is already in use, how do I correct?

    Im getting the following error message when Time Machine is trying to back up:  backup disc image/volumes/data/my computer.sprasebundle is already in use.  What does this mean?  How do i correct?  Thanks!

    90% of the time, all you need to do is power off the Time Capsule, wait a few minutes, and power it back up.
    If no luck, then go to the more sophisticated fixes in the link above.

  • Getting error to bind data to dropdown list

    hay dear,
    i bind data to a dropdown list, everything gonna ok but when i run the project the web page containing the bellow error message. could anyone help me
    Exception Handler
    Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
    Exception Details: java.sql.SQLException
    Error in allocating a connection. Cause: Class name is wrong or classpath is not set for : oracle.jdbc.pool.OracleDataSource
    Possible Source of Error:
    Class Name: com.sun.gjc.spi.base.DataSource
    File Name: DataSource.java
    Method Name: getConnection
    Line Number: 112
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    Exception Details: java.lang.RuntimeException
    java.sql.SQLException: Error in allocating a connection. Cause: Class name is wrong or classpath is not set for : oracle.jdbc.pool.OracleDataSource
    Possible Source of Error:
    Class Name: com.sun.data.provider.impl.CachedRowSetDataProvider
    File Name: CachedRowSetDataProvider.java
    Method Name: setCursorRow
    Line Number: 343
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    Exception Details: com.sun.rave.web.ui.appbase.ApplicationException
    java.sql.SQLException: Error in allocating a connection. Cause: Class name is wrong or classpath is not set for : oracle.jdbc.pool.OracleDataSource
    Possible Source of Error:
    Class Name: com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl
    File Name: ViewHandlerImpl.java
    Method Name: cleanup
    Line Number: 603
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.

    I'm not a guru, but I would say : your jdbc isn't working. Make sure that it's functioning properly.
    The errormesages suggest that the application can not find the datasource.
    Best Regards,
    Martijn

  • Extracting data from Legacy system - How do we get the data into a normaliz

    Hi All,
    Requirement that I have now is to get the data from 6 different tables ORACLE database to BI using DB Connect, where in each of those 6 tables has the transactional data as well - If it is only 2 tables, would have been creating a view and get the data. Each of the 6 tables are linked to one other by the Primary Key and Foreign key relation ship.
    If it is from ERP system we would have created a Functional Module.
    Please advice me on how to get the data to BI end from those tables in Legacy system.
    Thanks in advance.

    Anil:
    I recommend following Ralph Kimball's EDW data modeling principles.
    Have a staging layer of DSO's with data dump from source system. So have 6 different DSO's extracting data from 6 tables from source system independently.
    Then have an integeration layer of DSO's depending on requirement. You could combine data from 2 or more DSO's here based on requirement and integrate your data here. Use primary key foreign key relationships here to do look ups or direct loads to do your business logic.
    Then have an analytical layer of InfoCubes, MultiProviders, InfoSets as required.
    The 3 layered architecture is a standard best practice that i have seen followed in many organizations. You could search for this type of architecture online under EDW (Enterprise Data Warehouse). There should be plenty of information available.
    Good Luck.
    MP.

  • I Loose my windos xp. Installed windows 7 and get old data. Where (or how) can I get the old Firefox profile where I have my bookmarks? Thanks

    I loose my windows xp. Install a new Hard drive with windows 7 and a new Firefox. I have acess to old HD data. Where can I get the Firefox profile with old bookmarks?

    See the following article: [[Back up and restore information in Firefox profiles|Back up and restore information in Firefox profiles]]

Maybe you are looking for

  • WISM2-Cannot Login via WEB

    Hi everyone I cannot login the wism2 with browser. But I can use command to login the wism. like this: VSS-6509#session switch 2 slot 9 processor 1 The default escape character is Ctrl-^, then x. You can also type 'exit' at the remote prompt to end t

  • Dynamical mapping of source columns to target columns

    Hi, I have a requirement in ODI, In source system data having like below Case1: Column1 having the account related data. case2: Column2 having the account related data. But in target area I have only one fixed column called account. Now my aim is to

  • Cannot share videos to revel

    I'm using Elements 13 and was thinking about subscribing to revel but when I try and share a video from the organizer to Revel, it immediately pops-up an error box saying the service only allows pictures? I can upload directly from Revel website and

  • Transparent Application in a PDF

    I am trying to set the Application tag to transparent. As far as I understand it there is no way to do this. I have tried setting the backgroundAlpha, but this does not work for mx:Application. It seems that there are some settings that allow this if

  • Compile sample procobol program on linux 64 bit

    If this is the wrong forum I apoligise but i can't see another one for precompilers. I am trying to compile and run a procobol sample program on a linux 64 bit machine. When I try to compile with the demo makefile I get ld: skipping incompatible /hom