Unable to use decimal data in the datasources in the IOP RELEASE 11.1.2.1

Hi,
I have created a datasource of type Database and given an sql query which is fetching some of the decimal data.
But when I am checking preview for the sql query, it is showing integer data (rouding off the decimal value) even though the field type is coming as double.
Please let me know how to resolve this issue.
Thanks,
Neha

Are you mapping your datasource to a view? -- If so, this may be due to a known issue caused by jdbc. Way to work around it is to use a table instead of a view, with number columns defined with explicit precision, as in NUMBER(10,2).

Similar Messages

  • IPhone 5 unable to use mobile data, only FaceTime and passbook listed

    my iPhone 5 is unable to use mobile data, only passbook and face time are listed, none of my apps. I have tried re setting and this didn't work, mobile data is switched on

    Hi Lydia,
    It may help to force close all open apps and reset your iPhone.
    Force an app to close in iOS
    http://support.apple.com/en-us/HT5137
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/en-us/HT1430
    If you still can't enable mobile data for your various apps, the next step would be to reinstall iOS on your device by placing it in Recovery Mode, then choosing Update in iTunes.
    Make sure that you have iTunes 12 or later on your computer.
    Put your device in recovery mode.
    When you get the option to restore or update, select Update. This will reinstall iOS without erasing your data.
    If your iPhone, iPad, or iPod touch doesn't respond or doesn't turn on
    https://support.apple.com/en-us/HT201412
    Sincerely,
    Allen

  • How to find the datasource of the planned ship date

    Hi All,
    how to find the datasource of the planned ship date in shipping history report , whether we go for enhancement or we can get from SAP Std. pls help me on step by step process.
    Thanks and Regards
    malempati

    Hi Govardhan,
    The best place to start looking for the standard data source will be http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm .
    If you can not find anything, from the source table, find if the table is included in any of the structures/views for BW. Hope this helps.
    Thanks and Regards
    Subray Hegde

  • The DataSource with the JNDI name: contentDataSource could not be located

    Hello,
    We try to deploy our system/application to the servers that structed as
    Machine one has:
    1 administration domain
    1 managed domain
    Machine two has :
    1 managed domain which is administrated by machine one.
    I was trying to deploy the UI(portal application) to managed domain under Machine one. I got
    error message as following:
    Exception:weblogic.management.ApplicationException: activate failed for content.jar Module: content.jar Error: Exception activating module: EJBModule(content.jar,status=PREPARED) Unable to deploy EJB: ValueBean from content.jar: [EJB:011028]The DataSource with the JNDI name: contentDataSource could not be located. Please ensure that the DataSource has been deployed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
    I have portalFrameworkPool Data Sources deployed to both managed domains.
    when I deploy the application to the server that has one one domain(both adminstrator domain and application domain are in one), it is fine.
    Can some one with same experience, or BEA people provide some help on this? Very appreciate any help on this issue.
    Thanks in advance.
    Christina

    :-p
    If you go to each Managed Server on the console, you can see the Service tab and then go to JDBC. Under JDBC you can see all the pool connections. Instead of localhost they should be pointing to the specific hostname or ip address of the adminserver and the pointbase port on that server (9093 by default) so the EAR files can be correctly deployed and then the JNDI Tree will look exactly the same on both servers. Change all the connection pools to use the specific hostname instead of localhost. Hope this works for you.

  • The DataSource with the JNDI name: MyDataSource could not be located.

    hi,
    I created a connection pool myconnectionpool and i create a data source MyDataSource with jndi name as mydsn.
    in my weblogic-cmp-rdbms-jar.xml i gave
    <data-source-name>MyDataSource</data-source-name> and
    When i deploy the bean i am getting following exception.
    Unable to deploy EJB: containerManaged from cmp7.jar:
    weblogic.ejb20.WLDeploymentException: The DataSource with the JNDI name: MyDataSource could not be located. Please ensure that the DataSource has been deployed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
         at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersistenceManager.java:128)
         at weblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.java:213)
         at weblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java:185)
         at weblogic.ejb20.manager.DBManager.setup(DBManager.java:160)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.deploy(ClientDrivenBeanInfoImpl.java:928)
         at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1216)
         at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:850)
         at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:70)
         at weblogic.j2ee.Application.addComponent(Application.java:253)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:144)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:364)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:301)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:255)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:206)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:716)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:698)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:380)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:902)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:480)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:208)
         at $Proxy34.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:3724)
         at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1584)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:337)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:233)
         at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:61)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:852)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:273)
         at weblogic.Server.main(Server.java:33)
    Where i went wrong?
    Thanks in advance
    phani

    Hi ,
    I have the same problem .when i look into JNDI tree view the jndi name is listed. but it saying error below listed.
    my
    ejb-name:=containerManaged
    datasourcename=EX_DataSource
    jndi-name=EX_JNDI
    <Feb 14, 2005 3:10:08 PM IST> <Error> <Deployer> <149231> <The slave deployer was unable to set the activatio
    true for the application EX_Container
    weblogic.management.ApplicationException: activate failed forEX_Container
    Module Name: EX_Container, Error: Exception activating module: EJBModule(EX_Container,status=PREPARED)
    Unable to deploy EJB: containerManaged from EX_Container.jar:
    The DataSource with the JNDI name: EX_DataSource could not be located. Please ensure that the DataSource has
    ed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
    TargetException:
    Unable to deploy EJB: containerManaged from EX_Container.jar:
    The DataSource with the JNDI name: EX_DataSource could not be located. Please ensure that the DataSource has
    ed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1093)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1022)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:376)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLife
    ava:235)
    at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:65)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:832)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:300)
    at weblogic.Server.main(Server.java:32)
    my weblogic-ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 7.0.0 EJB//EN'
    'http://www.bea.com/servers/wls700/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>containerManaged</ejb-name>
    <entity-descriptor>
    <persistence>
         <persistence-use>
         <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
         <type-version>7.0</type-version>
         <type-storage>META-INF/weblogic-cmp-rdbms-jar.xml</type-storage>
         </persistence-use>
    </persistence>
    </entity-descriptor>
    <jndi-name>EX_JNDI</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-rdbms-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 7.0.0 EJB RDBMS Persistence//EN'
    'http://www.bea.com/servers/wls700/dtd/weblogic-rdbms20-persistence-700.dtd'>
    weblogic-cmp-rdbms-jar.xml file
    <weblogic-rdbms-jar>
    <weblogic-rdbms-bean>
    <ejb-name>containerManaged</ejb-name>
    <data-source-name>EX_DataSource</data-source-name>
    <table-map>
    <table-name>ejbAccounts</table-name>
    <field-map>
    <cmp-field>accountId</cmp-field>
    <dbms-column>id</dbms-column>
    </field-map>
    <field-map>
    <cmp-field>balance</cmp-field>
    <dbms-column>bal</dbms-column>
    </field-map>
    <field-map>
    <cmp-field>accountType</cmp-field>
    <dbms-column>type</dbms-column>
    </field-map>
    </table-map>
    </weblogic-rdbms-bean>
    <create-default-dbms-tables>DropAndCreateAlways</create-default-dbms-tables>
    </weblogic-rdbms-jar>
    ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC
    "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"
    "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
    <enterprise-beans>
    <entity>
    <ejb-name>containerManaged</ejb-name>
    <home>containerBN.EX.AccountHome</home>
    <remote>containerBN.EX.Account</remote>
    <ejb-class>containerBN.EX.AccountBean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    <cmp-version>2.x</cmp-version>
    <abstract-schema-name>AccountBean</abstract-schema-name>
    <cmp-field>
    <field-name>accountId</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>balance</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>accountType</field-name>
    </cmp-field>
    <primkey-field>accountId</primkey-field>
    <query>
    <query-method>
    <method-name>findBigAccounts</method-name>
    <method-params>
    <method-param>double</method-param>
    </method-params>
    </query-method>
    <ejb-ql>
    <![CDATA[SELECT OBJECT(a) FROM AccountBean AS a WHERE a.balance > ?1]]>
    </ejb-ql>
    </query>
    <query>
    <query-method>
    <method-name>findAccount</method-name>
    <method-params>
    <method-param>double</method-param>
    </method-params>
    </query-method>
    <ejb-ql>
    <![CDATA[SELECT OBJECT(a) FROM AccountBean AS a WHERE a.balance = ?1]]>
    </ejb-ql>
    </query>
    <query>
    <query-method>
    <method-name>findNullAccounts</method-name>
    <method-params>
    </method-params>
    </query-method>
    <ejb-ql>
    <![CDATA[SELECT OBJECT(a) FROM AccountBean AS a WHERE a.accountType IS NULL]]>
    </ejb-ql>
    </query>
    </entity>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>containerManaged</ejb-name>
         <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    <ejb-client-jar>EX_Container.jar</ejb-client-jar>
    </ejb-jar>
    pls lhelp me .
    my email id: [email protected]
    thanks in advance.
    Sudhakar.M

  • HT1807 I travelled to a different country & using a new sim; with the change in sim, I have been unable to use iMessage & FaceTime. Cant replace replace the earlier no with the current one and it reads error. how to correct this?

    I traveled to a different country and using a new sim/new carrier. With the change in the sim, I have been unable to use the iMessage--outside of WiFi coverage area, and FaceTime at all time. I believe it is due to the phone number registered as an address in the phone, which has not changed with the change of sim; so it countinues to showing as an error while varifying the data.
    Wonder if any of you are in a position to advise as to how to address the following.
    1. I need to input correct phone no, meaning the number I am using in the correct location.
    2. I need to activate FaceTime and be able to use it.
    3. I need to be able to use iMessage and/or ordinary sms while outside of WiFi coverage area.
    It may be mentioned in my current location I don't have GPRS on the cell phone which is the case in my regular station.
    Thanks for your help.

    for #1
    Frequently asked questions about Apple ID - Apple Support
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.
    If you are wondering how using multiple Apple IDs relate to iCloud, see Apple IDs and iCloud.
    for #2
    Apple does not accept unsolicited ideas see Apple - Legal - Unsolicited Idea Submission Policy

  • Error rendering Chart when using decimal data

    I am using XML Publisher Desktop 5.6.2 on MSWin with Regional and Language Options = Slovenian.
    I have problem with rendering Chart when source xml data file contains decimal data points
    (eg: SALARY = 6938.55). For example, if I want to show sum or average of SALARY
    on the chart I get the error message, something like:
    XML Parsing Error: no element found
    Location: file:///C:/PROGRA~1/Oracle/XMLPUB~1/TEMPLA~1/tmp/xdoimg_7K9huZ0hRQ47453.svg
    Line Number 1, Column 1:
    If I use only integer values everything is ok. It looks like there is kind of mis-interpretaion of
    decimal character (dot vs comma - Slovene language uses comma as decimal char and
    dot as separator char). I tried this with both Preview Options Locale:
    English/United States [en-us] and Slovenian/Slovenia [sl-si] with the same result.
    My Java Home is C:\Program Files\Java\jre1.5.0_06\.
    Any idea how to fix this ?

    Hey Gunter,
    Thanks much, that did work.
    The other error I spoke of was fixed with the new database, so apparently the two errors I spoke of weren't related.
    You seem to be a good help to this forum, thank you for that.... fixing my problem relieved me from much stress.
    Cheers,
    Derek Miller
    Dreamweaver Enthusiast

  • HT201210 after the most recent download, i have been unable to use my ipod...there is the iTunes symbol and the power/charger on screen?

    I did the most recent download on my iPod Touch and now I am unable to use it at all.  The iTunes symbol and the charger are shown on the screen, but I am unable to do anything!

    Connect the iPod to your computer and restore via iTunes
    iTunes: Restoring iOS software

  • Unable To Use DVDSP4 Presets for HD-DVD in the H.264 Format

    I recently prepared a 23 minute slide show using Fotomagico from high resolution Hasselblad slides scanned in at 1200 dpi. Within Fotomagico I rendered the Fotomagico slide show to Apple ProRes 422 HQ, took it into Final Cut Pro 6.03 and added an intro and closing section. I then sent this to Compressor and selected the 30 minute HD-DVD preset which uses mpeg2. All went fine with the encoding to mpeg2 and I got a successful build and format out of DVDSP4 after importing the resulting .m2v file into DVDSP4. However, while the disk plays back fine in my Mac Pro it plays back with stuttering (audio and video) on my Toshiba HD-A2 HD-DVD player. I used a Verbatim Datalife DVD+R, but several other discs from other manufactuers including a DVD-R disc showed the same problem.
    Please note that I have the latest firmware on my Toshiba HD-A2 and I have successfully burned RL HD-DVD discs using my PC and Windows software (Ulead's DVD Movie Factory 6+) which play fine without stuttering on my HD-A2.
    I then decided to send the project to Compressor and use the 60 minute HD-DVD preset that encodes to H.264. Once again Compressor successfully executed the encode of my 23 minute slide show and it plays fine in QuickTime or MPEG StreamClip. However, every time I try and import this .mov file encoded in H.264 using the Compressor preset for HD-DVD into DVDSP4, DVDSP4 brings it in to the assets folder, but after a couple of seconds DVDSP4 crashes. Using console I get a message that DVDSP4 quit unexpectedly due to a "segmentation fault".
    I also tried to take the ProRes Fotomagic project in Final Cut Pro 6.02 and send it out with Quicktime Conversion using the H.264 codec. Again I have a file that plays fine in QT, but when I try and import this .mov file into DVDSP4, I get the message "imcompatible format".
    In summary, I am completely frustrated after many many hours of work at trying to prepare an HD-DVD on red laser of my slide show in DVDSP4. I cannot figure out what I am doing wrong, and I would be most appreciative of any suggestions anyone may have.
    Thanks in advance.
    Tom

    Am I the only person who has ever tried to use the Presets in Compressor 3 for encoding HD-DVD disks? I would like to use these presets for burning HD-DVD's to standard red laser media as I have done on my PC. With the mpeg2 Preset I can get nothing but stuttering video when played back on my Toshiba HD-A2 and when I use Compressor 3 to encode with either of the H264 presets, the resulting .mov file causes DVDSP4 to crash when I import the file. Has no one else experienced this? Does anyone have any thoughts on addressing these issues other than to go back to working on my PC?
    Tom

  • Use AD data to set values in the registry

    Hi all,
    Hope some one can help me.
    I am working on a GPO to update values in the registry. Some of these values should be set, with fields from the Active Directory, like Office, Department, etc.
    Is this possible using the GPO preferences or can this only be done through a script. 
    Thanks.

    I'm trying to think of a way you could do this just using preferences but at the minute im struggling, I think you would need to use a script first to grab the details of the user and then create the reg keys on the fly, then import them in to the computer.
    Depends on where you want the reg keys to go you may struggle a little here though if your users are not admins on their PC's. As to write to HKLM you need admin rights. But to get the user information you would need to use a user login script, rather than
    a computer startup script.
    I'll have a think and see if there is a better approach. Just for my understanding I guess you are looking at writing values to the local computer registry for the currently logged on user?
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    My Blog
    LinkedIn:

  • How to find the Datasources for the given table names ?

    Hi All,
    I have an urgent requirement where I ned to find the names of BW Datasources, created for the given table names.
    Both the tables and Datasources are in BW system only. I can see the table in SE11 but I am unable to find its associated Datasources in the 'Where Used List'.
    Is there any method ?
    Will assign points to satisfactory answers.
    Regards,
    Srinivas

    Hi,
    Check this thread on how to find the DS.
    I have the field name, please help me find the data source.
    Once you identify your DS you find which all Data targets are fed by trying to see the " Show data flow" in RSA1 for this data source.
    Hope this helps.
    Thanks,
    JituK
    Edited by: Jitu Krishna on Apr 30, 2008 11:52 AM

  • Are the  Datasources in the source system Client independent?

    Hello Experts!
    I am new to the productive implementation of BW. I have this silly question. I wish to connect a productive CRM system to BW 3.5.  Do i need to do the customizations for activating the datasources in a developement client and then transfer to the productive client (or) can i directly activate the cotent datasources in a productive client. I mean which way is  the better.
    Thanking you.
    With regards
    Ashwin

    Hi Ashwin,
    I would like to know some more info about the scenario. Do you mean you have development and production in two different clients in one system? If no, you need to transport the activated data sources from your dev to your prod system.
    If yes (what is really not recommended) you need to be careful. When you activate datasources they are normally cross client. So you could simply activate your datasources in your dev client and use them in the prod client. There are some exceptions, where datasources are generated and transported but they are only few.
    Best regards
       Dirk

  • Need of the datasource for the CRM Table CRMD_MKTATTR_SET

    Hi Experts,
    I have a field name in CRM but I couldn't able to find out the datasource in which that field exists
    CRM Field Name                CRM Table Name
    ATTRIBUTE_SET               CRMD_MKTATTR_SET
    Now I need the Datasource(DS) for the above mentioned field, so that I can do the extraction from CRM to BW.
    And can anyone provide me the information fo how to find out the relavant Datasource in CRM for a particular field in CRM
    Could anyone please help me in the above issues.
    Thanking you in Advance.
    ARUN

    Hi Arun,
    Duno whether this is what you need:
    CAMP_TYPE  CRM Marketing Planning - Campaign Type CRM_MKTPL_ATTR  CAMP_TYPE:
    http://help.sap.com/saphelp_nw70/helpdata/en/a0/e98d3b24e50656e10000000a114084/frameset.htm
    Alice

  • Unable to use wifi data card on MacBook air

    Trying to use my Airtel data card. When it's plugged in, asks for a password which I believe is my system login password. Upon entering it, Still unable to do anything and no error message gets displayed. Does Airtel support Yosemite OS?
    MY data card services are active though.
    IS there  a way to disable the user account login password so that I can try it again? I tried in User Aacounts but couldn't find anything to do this.
    thanks

    Troubleshooting sending & receiving email messages

  • Data from Different datasources in the same table

    Hi everyone,
    Here I am under this complex problem.
    I have two different Bapi's which are being called multiple times.
    These bapi's have 3 common export parameters. I need to display a table with these 3 common export parameters (columns), as columns and two other custom columns.
    Data in custom colums needs to be filled based on the the 3 original columns with some logic build over these 3 columns.
    All the data returned under these columns is to be accumulated and showed in the frontend in a table.
    Any ideas.. how will you handle this in the context of controllers and UI table.
    Do I need to create a dictionary element?
    Please help..
    Thanks,
    Amber

    Hi Amber,
        In your context, create a value node with 3 value attributes for the BAPI output params with the exact same name as the BAPI params. Then you can use the WDCopyService class to copy the corresponding fields.
        For the two custom columns, create 2 calculated attributes in the same value node. The WD framework will generate setters and getters for these attributes. In the setter method write the logic for calculation of these attributes.
    Regards,
    Satyajit.

Maybe you are looking for