Kodo 3.1.5 - JBuilder X Integration Problem

Hi,
I am a newbie to both JBuilder X and Kodo, but I need to get a legacy application working with that environment (for maintenance purposes).
My issue seems basic, but heck if I can figure it out. I am trying to configure Kodo to work with JBuilder. All I change in the Kodo 3.1.5 Configuration Utility is setting the "Connection Driver" to: "oracle.jdbc.driver.OracleDriver". When I try to save this, I get the following exception:
WARN -- oracle.jdbc.driver.OracleDriver
kodo.util.FatalDataStoreException: oracle.jdbc.driver.OracleDriver
NestedThrowables:
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
     at kodo.jdbc.sql.SQLExceptions.getFatalDataStore(SQLExceptions.java:42)
     at kodo.jdbc.sql.SQLExceptions.getFatalDataStore(SQLExceptions.java:24)
     at kodo.jdbc.schema.DataSourceFactory.createDataSource(DataSourceFactory.java:96)
     at kodo.jdbc.conf.JDBCConfigurationImpl.createConnectionFactory(JDBCConfigurationImpl.java:954)
     at kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:869)
     at kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:960)
     at kodo.jdbc.runtime.JDBCStoreManager.setPersistenceManager(JDBCStoreManager.java:68)
     at kodo.runtime.PersistenceManagerImpl.initialize(PersistenceManagerImpl.java:196)
     at kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:139)
     at kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:102)
     at kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:95)
     at kodo.jdbc.ide.configuration.ConfigurationComponent.validateConfiguration(ConfigurationComponent.java:299)
     at kodo.jdbc.integration.jbuilder.ConfigurationPage.isPageValid(ConfigurationPage.java:255)
     at com.borland.primetime.properties.g.isPageValid(Unknown Source)
     at com.borland.primetime.properties.PropertyDialog.a(Unknown Source)
     at com.borland.primetime.properties.PropertyDialog.saveAndClose(Unknown Source)
     at com.borland.primetime.properties.j.actionPerformed(Unknown Source)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
     at java.awt.Component.processMouseEvent(Component.java:5100)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
     at java.awt.Dialog$1.run(Dialog.java:540)
     at java.awt.Dialog.show(Dialog.java:561)
     at com.borland.primetime.ui.DefaultDialog.show(Unknown Source)
     at java.awt.Component.show(Component.java:1133)
     at java.awt.Component.setVisible(Component.java:1088)
     at com.borland.primetime.properties.PropertyManager.showPropertyDialog(Unknown Source)
     at kodo.jdbc.integration.jbuilder.Actions$ConfigureKodoAction.perform(Actions.java:130)
     at kodo.jdbc.integration.jbuilder.Actions$ConfigureKodoAction.perform(Actions.java:124)
     at kodo.jdbc.integration.jbuilder.SafeBrowserAction.actionPerformed(SafeBrowserAction.java:70)
     at com.borland.primetime.ide.BrowserAction.actionPerformed(Unknown Source)
     at com.borland.primetime.actions.ActionButton.a(Unknown Source)
     at com.borland.primetime.actions.ActionButton.fire(Unknown Source)
     at com.borland.primetime.actions.ActionButton.processMouseEvent(Unknown Source)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Caused by: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
     at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:219)
     at kodo.jdbc.schema.DataSourceFactory.createDataSource(DataSourceFactory.java:55)
     ... 65 more
NestedThrowablesStackTrace:
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
     at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:219)
     at kodo.jdbc.schema.DataSourceFactory.createDataSource(DataSourceFactory.java:55)
     at kodo.jdbc.conf.JDBCConfigurationImpl.createConnectionFactory(JDBCConfigurationImpl.java:954)
     at kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:869)
     at kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:960)
     at kodo.jdbc.runtime.JDBCStoreManager.setPersistenceManager(JDBCStoreManager.java:68)
     at kodo.runtime.PersistenceManagerImpl.initialize(PersistenceManagerImpl.java:196)
     at kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:139)
     at kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:102)
     at kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:95)
     at kodo.jdbc.ide.configuration.ConfigurationComponent.validateConfiguration(ConfigurationComponent.java:299)
     at kodo.jdbc.integration.jbuilder.ConfigurationPage.isPageValid(ConfigurationPage.java:255)
     at com.borland.primetime.properties.g.isPageValid(Unknown Source)
     at com.borland.primetime.properties.PropertyDialog.a(Unknown Source)
     at com.borland.primetime.properties.PropertyDialog.saveAndClose(Unknown Source)
     at com.borland.primetime.properties.j.actionPerformed(Unknown Source)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
     at java.awt.Component.processMouseEvent(Component.java:5100)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
     at java.awt.Dialog$1.run(Dialog.java:540)
     at java.awt.Dialog.show(Dialog.java:561)
     at com.borland.primetime.ui.DefaultDialog.show(Unknown Source)
     at java.awt.Component.show(Component.java:1133)
     at java.awt.Component.setVisible(Component.java:1088)
     at com.borland.primetime.properties.PropertyManager.showPropertyDialog(Unknown Source)
     at kodo.jdbc.integration.jbuilder.Actions$ConfigureKodoAction.perform(Actions.java:130)
     at kodo.jdbc.integration.jbuilder.Actions$ConfigureKodoAction.perform(Actions.java:124)
     at kodo.jdbc.integration.jbuilder.SafeBrowserAction.actionPerformed(SafeBrowserAction.java:70)
     at com.borland.primetime.ide.BrowserAction.actionPerformed(Unknown Source)
     at com.borland.primetime.actions.ActionButton.a(Unknown Source)
     at com.borland.primetime.actions.ActionButton.fire(Unknown Source)
     at com.borland.primetime.actions.ActionButton.processMouseEvent(Unknown Source)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
So, it appears that it cannot find the Oracle class (oracle.jdbc.driver.OracleDriver). The ojdbc14.jar is in both my "required libraries" and my "classpath" for the JBuilder Project.
Anyone know what I am doing wrong here?
Thanks, in advance.
Edited by houckman at 06/11/2007 8:25 AM

Stephen Kim wrote:
Did you set the StoreCharsAsNumbers=false in your DBDictionary setting?
kodo.jdbc.DBDictionary: StoreCharsAsNumbers=false
Jaime De La Jara F. wrote:
Yes, but it seems we did something wrong, fortunely, after defining the
correct CLASSPATH, we've got the mapping files with the right db
structure, however there are some details to correct since when we execute
the application, kodo complains about an int field not being compatible
with a
char column in the db, but the field is defined as char. Here is the error
message :
Caused by: kodo.jdbc.meta.MappingInfoNotFoundException: The "column"
attribute/extension for field "cl.eclac.sca.modelo.Vertice.letter" names a
column "LETTERX" in table "VERTICEX" whose type (CHAR) is not compatible
with the type of the field (INTEGER).
We are using Sybase adaptive Server 12.5. Any hint about this problem
would
be appreciated.
No, we didn't try that option, however since the error was restricyed to
only one class, we converted the field to a String and everything worked
just fine. Thanks for the hint, we'll try it.

Similar Messages

  • What command would you use to check for allocation, structural, or logical integrity problems?

    What command would you use to check for allocation, structural, or logical integrity problems?

    Wondering if you are looking for DBCC CHECKDB command? For more information, on that command, try to look at this:
    http://technet.microsoft.com/en-us/library/ms176064.aspx

  • Outlook integration problem

    hello,
         I had configured the outlook properly , but  it does not able to send the main in my configred mail id & within the outlook.
             some times it is work properlly after new installation of outlook addon  but when  i am change  the user that time it is not work and also doen't get that check box of "send mail tho the outllok"
    please help me out of this.

    Check the following threads:
    Re: BO2069: Failed to send e-mail via Microsoft Out look"
    Outlook integration problem
    Do check the following SAP Note:
    Note 1064323 - OI: MS Outlook does not send new mail with OI installed
    Regards
    Satish

  • Portal BW Integration Problem - Role Menu Error

    Hi,  I have a web template with a role menu on it.  The application works fine when I execute it directly on the BW Server.  But, whenever I execute the application through our portal and select a node on the role menu I receive a windows error dialog with the following message:
    A runtime error has occurred.
    Do you wish to Debug?
    Line: 250
    Error: Permission Denied
    [Yes] [No}
    Seems like Portal/BW integration problem.
    Can anyone help?

    Question Closed

  • Jbuilder 6 enterprise and weblogic server 6.1 integration problem

    hello,
    i am using jbuilder 6 enterprise and weblogic server 6.1. i just got a new
    workstation and imported my old project from cvs into jbuilder and
    everything is fine up to this point.
    the application in question is using servlet filters, so i absolutely need
    web application version 2.3. it seems, though, that my jbuilder believes for
    some reason that only tomcat 4 and borland enterprise server are capable of
    using servlet filters. i cannot remember how i fixed this last time around,
    but i did somehow. i had a recollection that the jb6_all_001 patch did the
    trick, but obviously it didn't this time, at least. what is really annoying
    is that the wizard does not allow me to create servlet filters and the
    webapp dd editor does not allow me to configure filters, either. of course,
    i can edit web.xml manually, but starting the server changes the dtd back to
    2.2 and removes everything that is 2.3 specific.
    please help me fix this?

    at the moment it is possible for me to work, though. i worked around the
    problem and i set web.xml as a read only file. i still can't use wizards to
    create servlets and i can't edit web.xml with jbuilder.

  • JBuilder SchemaTool Integration

    Hi,
    I'm having problems getting the SchemaTool integration with JBuilder to
    work with a database driver other than the InstantDB or Hypersonic
    drivers. I'm attempting to use the Oracle thin client JDBC drivers.
    I added entries for classes12.zip and nls_charset12.zip into the
    KodoJDO.library file in the JBuilder7\lib directory, but this doesn't seem
    to have any affect. When attempting to retrieve a list of classes in the
    schema of the database, I get an exception that the driver wasn't found as
    in the below. I'm able to get it to work from the command line...
    Thanks,
    Jeff
    Executing list
    javax.jdo.JDOFatalDataStoreException: An error occurred while connecting
    to the data store for user "isoserve" at URL
    "jdbc:oracle:thin:@arjuna:1521:arjuna".
    NestedThrowables:
    java.sql.SQLException: No suitable driver

    Hi Marc,
    Looks like JBuilder will only load .jar files and not .zip files. I was
    using classes12.zip and nls_charset12.zip so I changed their extensions to
    jar and it works now...
    Thanks,
    Jeff
    Marc Prudhommeaux wrote:
    Jeff-
    Try putting the driver jars in JBuilder7\\lib\\ext\\ instead. I\'ve had no
    problems connecting to other databases.
    If that doesn\'t work, can you check to see if code that you write is
    able to access the driver classes itself? You might also try to add the
    jars to the project\'s required libraries preference.
    If all else fails, try to add the driver jar files to JBuilder\'s
    CLASSPATH in the startup batch file, but that really shouldn\'t be
    necessary.
    In article <akodj1$5s5$[email protected]>, Jeff Carnegie wrote:
    Hi,
    I\'m having problems getting the SchemaTool integration with JBuilder to
    work with a database driver other than the InstantDB or Hypersonic
    drivers. I\'m attempting to use the Oracle thin client JDBC drivers.
    I added entries for classes12.zip and nls_charset12.zip into the
    KodoJDO.library file in the JBuilder7\\lib directory, but this doesn\'t
    seem
    to have any affect. When attempting to retrieve a list of classes in the
    schema of the database, I get an exception that the driver wasn\'t found as
    in the below. I\'m able to get it to work from the command line...
    Thanks,
    Jeff
    Executing list
    javax.jdo.JDOFatalDataStoreException: An error occurred while connecting
    to the data store for user \"isoserve\" at URL
    \"jdbc:oracle:thin:@arjuna:1521:arjuna\".
    NestedThrowables:
    java.sql.SQLException: No suitable driver
    Marc Prud\'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com
    Kodo Java Data Objects Full featured JDO: eliminate the SQL from your code

  • Active Directory integration problem, Bind AC and OD

    Hi.
    I'm trying to set an Open Directory as "connect to a Directory System" because I have a windows 2000 server with Active Directory. But i have a problem when i click on "open directory Access", Access Directory appear and I select Active Directory.
    xxx.yyy is the server with active directory, with its admin and its password. but i cant Bind it and an error always appear.
    can you help me?
    what's "active directory domain"?is it xxx.yyy?
    and what's "computer ID"?
    Are there others parameters to set for example in DNS or other?
    help help help

    What are you trying to achieve by doing this?
    Got to http://www.afp548.com/ and serach for AD-OD integration.
    http://www.afp548.com/article.php?story=20051202151540574

  • BE 3000 with Jabber (for Mac) and webex connect integration problems

    Hi,
    This is my first question on the forum so please be gentle!
    I have a customer who has a Business Edition 3000 and they have purchased WebEx connect and Jabber integration to go with it.
    My problem is I am having difficulty getting the setup to work and I have a number of questions on how to set this up.  Most of the docs on Cisco's website seem to be related to either CUCME or full CUCM, but not a lot on BE 3000.  My questions are below:
    1.  I have been reading the documentation for WebEx connect and it states to set the IP address of the BE 3000 server in the Configuration>Additional Services>Unified Communications>Voicemail tab.  This is currently on the network with a 192.168.x.x address however.  My predecessor put this IP address in the WebEx configuration page but I'm not sure this will work with a private IP as I don't know how this communicates back.  The documentation isn't very clear on this.  Does this have to be a public IP address / FQDN for it to work?
    2.  Are there any SRNDs for this type of setup that could help?  Again, looking through the website hasn't turned anything up yet.
    Note: 
    we are using the following software:
    Jabber for MAC:
    uc-client-mac-8.6.7.20127.fcs.zip
    MAC OS:
    OSX 10.8.3
    BE 3000:
    MCS7890C1-BE8
    8.6.4.10000-15.
    Thanks in advance for any help.
    Regards,
    Jason

    Hi - I have done this via the admin portal but still cannot get the Jabber client for Mac to register for voice.  The Windows version works fine for the same user and CUCM device.   Are there any other settings that need to be enabled specific to the Mac client?
    Thanks.

  • HELP! Form-Report integration problem!

    Hi all, I have a problem in integrating report in dev10i. I used to use Dev6i and have no problem in using run_report_object in 6i. I have posted this in Report for few days but haven't got response.
    I got the REP-0503 You did not specify the name of the report and FRM-40738 Argument 1 to builtin Report_Object_Status can not be null. The report run OK in report builder and I create the paper only layout. Also, I save the report as *.rdf and create a report object in form that point to this *.rdf file.
    This is my PL/SQL code:
    PROCEDURE P_PRINT_REPORT_OBJ(vc_reportoj Varchar2, vc_reportserver Varchar2, vc_runformat Varchar2) IS
    v_report_id Report_Object;
    vc_ReportServerJob VARCHAR2(100);
    vc_rep_status VARCHAR2(100);
    vjob_id VARCHAR2(100);
    BEGIN
    v_report_id := FIND_REPORT_OBJECT(vc_reportoj);
    SET_REPORT_OBJECT_PROPERTY(v_report_id, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(v_report_id, REPORT_DESTYPE, CACHE);
    SET_REPORT_OBJECT_PROPERTY(v_report_id, REPORT_DESFORMAT, vc_runformat);
    SET_REPORT_OBJECT_PROPERTY(v_report_id, REPORT_SERVER, vc_reportserver);
    SET_REPORT_OBJECT_PROPERTY(v_report_id, REPORT_OTHER, XXX='||:XXX.XXX||' paramform=no');
    vc_ReportServerJob := RUN_REPORT_OBJECT(v_report_id);
    vjob_id := substr(vc_ReportServerJob,length(vc_reportserver)+2,length(vc_ReportServerJob));
    vc_rep_status := REPORT_OBJECT_STATUS(vc_ReportServerJob);
    IF vc_rep_status = 'FINISHED' THEN
    WEB.SHOW_DOCUMENT('/reports/rwservlet/getjobid'||vjob_id||'?server='||vc_reportserver, '_blank');
    ELSE
    message('Report failed with error message '||vc_rep_status);
    END IF;
    END;
    What gives? Do I miss something here? Do I have to set up other thing??? Also what is the name of report server in Dev10i? I am under impression that this is not needed so I put blank '' when I call this procedure in WHEN-BUTTON-PRESSED trigger like this:
    P_PRINT_REPORT_OBJ('myreportobj','','HTML');

    Hi all, I created simple report from 1 table and save it as *.rdf. I then make a simple form consisting 1 block and a button that have WHEN-BUTTON-PRESSED trigger that call P_PRINT_REPORT_OBJ. I create a report object in the form that point to my *.rdf report file and name the object MYREPORT. This time it gives Rep-0110 Can not open file '%n~<intangible character>' and REP-1170 Error while opening or saving a document. After that other message popup with REP-0110. It seems that FIND_REPORT_OBJECT could not find the file at all/giving the wrong filename as argument. Do I have crooked installation? I have tried it on 2 diff machine running XP2. Is this because of Win XP2? I have admin privilage user account for winXP2. Please help, this is not making a sense at all. I have no problem in Dev6i.
    PROCEDURE P_PRINT_REPORT_OBJ IS
    v_report_id                    Report_Object;
    vc_ReportServerJob               VARCHAR2(100);
    BEGIN
    v_report_id := FIND_REPORT_OBJECT('MYREPORT');
    vc_ReportServerJob := RUN_REPORT_OBJECT(v_report_id);
    END;

  • SAP BI 7.0 and BO XI 3.1 Integration Problems

    Hi everyone,
    After following through every step of:
    Re: Checklist for SAP BI 7.0 and BO XI 3.1 integration - Challenges
    I still get the following problems:
    1. Unable to find SAP in CMC Authentication
    2. At the login page of InfoView, I can select SAP as authentication method. However, after inputting the login information, I get the "The plugin secSAPR3 does not exist in the CMS (FWM 02017)"
    3. I was able to create a new connection in Designer to connect to SAP BW, and select one of the existing cubes. After uploading the Universe, I created a new Web Intelligence document and dragged couple of objects into Result Objects. After clicking Run Query, I get the following:
    A database error occured. The database error text is: The MDX query SELECT { [Measures].[0BBP_BILITM] } ON COLUMNS FROM [$0BBP_C01] failed to execute with the error See RFC trace file or SAP system log for more details. (WIS 10901)
    Even tried:
    Webi Stucks while trying to create report with BW7.0 (WIS 10901)
    and still no luck.
    Here's the environment information:
    Installed (In Order):
    1. BOE XI 3.1
    2. Xcelsius 2008
    3. LIVEOFFICE
    4. SAP GUI 7.0
    5. Crystal Report 2008 with SP1
    6. BO JCo
    7. BO Integration Kit for SAP
    Any help will be appreciated, thanks in advance!!
    David

    Hi Ingo,
    I've noticed that in your step by step manual, you are using BO XI 3.0. So I created a Virtual PC with Windows Server 2003, and installed BO XI 3.0, SAP GUI 7.0, Java Connector, BO Integration Kit for SAP.
    Without any errors nor issues, now I see "SAP' in CMC's Authendication (not the login). So now I can assume it's because BO Integration Kit only supports BO XI 3.0 and consider it solved?
    However, I still get the same error as my 1st post:
    3. I was able to create a new connection in Designer to connect to SAP BW, and select one of the existing cubes. After uploading the Universe, I created a new Web Intelligence document and dragged couple of objects into Result Objects. After clicking Run Query, I get the following:
    A database error occured. The database error text is: The MDX query SELECT { Measures.0BBP_BILITM } ON COLUMNS FROM $0BBP_C01 failed to execute with the error See RFC trace file or SAP system log for more details. (WIS 10901)
    or
    A database error occured. The database error text is: The supplied XML is not valid. [0COMP_CODE].[LEVEL00]. (WIS 10901)
    Any ideas?
    David

  • Adobe Reader X - Firefox integration Problem

    Dear All,
    My first post here.
    I am having problem's with the Adobe Reader X integration with Firefox (v3.6.12). I have been using Adobe Reader always and it's been fine.
    But I installed the new Adobe Reader X, and it integrates with firefox well, PDF document's open well within the browser.. BUT, I cannot save the PDF document from within the pdf.. I cannot click anywhere on the toolbar.. I cannot click on the pop up toolbar as well (the black one).. When i press F8, I can restore the toolbar or make it disappear.. but that's all I can do..
    If I try to save the document from firefox file menu, it works.. but not from within the pdf...
    This problem is also seen in IE, as well.
    I have tried repairing the install and also uninstall / reinstall adobe reader X. But nothing worked..
    For more info., I have been discussing this issue here > http://forum.notebookreview.com/windows-os-software/534412-adobe-reader-x-available-3.html
    I am looking forward to resolving this soon, because I use / read / work with hundreds and thousands of PDF, and they are extremely essential for my research work.. as some might know, all research articles are in PDF format these days..
    Thanks in advance and best wishes,
    Cheers, fondue

    My replies are in Bold.
    Thank you for your response and message.
    1. Are you seeing this problem with all kinds of PDF's or some specific  kinds like secure PDF's (with doc open password or printing  restrcitions), reader extended PDF's or PDF forms.
    This problem is with all kind's of PDF's.
    2. Are you opening a locally saved PDF by doing a drag drop in the  browser or right click and open with IE/FF or directly opening a PDF  hosted on the internet?
    It doesn't matter. However I do it, I see this problem in Firefox, IE & Google Chrome.
    3.  Can you also check the version of the Reader X browser plugin? you  could find it at C:\Program Files\Common  Files\Adobe\Acrobat\ActiveX\AcroPDF.dll. Right click -> Properties  -> Details
    If version is 9.0.x then you could try a clean install of Reader X.
    I have checked it. It's the latest plug-in (though at the moment, I have gone back to Adobe Reader 9.4.1, as I've mentioned before, because I need the reader to be working fine for my work and daily life. I am just waiting for a fix before I try Adobe Reader X again.
    As I've mentioned before, I am seeing this issue ONLY on my Windows 7 Ultimate (Laptop). In the desktop's at work, with Windows XP / Vista, I don't see it. Adobe Reader is working fine, browser integration is fine, the floating tool bar works fine, the right click menu pop' up where the right click is done...I can also save PDF' from the main toolbar at the top and so on...
    I really have run out of ideas.... and I am very surprised that no expert support personnel (if at all there is one) have dropped by or said anything or mentioned anything about this.
    Anyway.... Cheers.

  • Kodo 4.1.2 in Weblogic 10 Problem

    I was told by BEA that Kodo/openJPA is included in Weblogic 10. However, now I have Weblogic 10 but I could not located much Kodo classes from Weblogic libraries. I searched all the JARs under BEA_HOME\wlserver_10.0\server\lib.
    I also tried to migrate Kodo/JPA application from Weblogic 9.2 to Weblogic 10. My application depends on Kodo JCA deployment in managed environment. The application and Kodo JCA deployed fine into Weblogic 10. But when I test any application, the test failed when I tried to create EntityMaanger from EntityManagerFactory:
    Caused by: <4|false|0.9.7> org.apache.openjpa.persistence.ArgumentException: config-error
         at weblogic.kodo.event.ClusterRemoteCommitProvider.endConfiguration(ClusterRemoteCommitProvider.java:112)
         at org.apache.openjpa.lib.conf.Configurations.configureInstance(Configurations.java:447)
         at org.apache.openjpa.conf.RemoteCommitProviderValue.instantiate(RemoteCommitProviderValue.java:122)
         at org.apache.openjpa.conf.RemoteCommitProviderValue.instantiateProvider(RemoteCommitProviderValue.java:103)
         at org.apache.openjpa.conf.RemoteCommitProviderValue.instantiateProvider(RemoteCommitProviderValue.java:95)
         at org.apache.openjpa.conf.OpenJPAConfigurationImpl.newRemoteCommitProviderInstance(OpenJPAConfigurationImpl.java:708)
         at org.apache.openjpa.event.RemoteCommitEventManager.(RemoteCommitEventManager.java:56)
         at org.apache.openjpa.conf.OpenJPAConfigurationImpl.getRemoteCommitEventManager(OpenJPAConfigurationImpl.java:720)
         at org.apache.openjpa.kernel.AbstractBrokerFactory.newBroker(AbstractBrokerFactory.java:177)
         at org.apache.openjpa.kernel.DelegatingBrokerFactory.newBroker(DelegatingBrokerFactory.java:139)
         at org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:187)
         at org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:140)
         at kodo.persistence.jdbc.JPAConnectionFactory.createEntityManager(JPAConnectionFactory.java:144)
         at kodo.persistence.jdbc.JPAConnectionFactory.createEntityManager(JPAConnectionFactory.java:23)
         at com.psi.vida.ejb.JPASessionBean.list(JPASessionBean.java:165)
         at com.psi.vida.ejb.JPASessionEJB_lvtqkz_EOImpl.list(JPASessionEJB_lvtqkz_EOImpl.java:134)
         at com.psi.vida.ejb.JPASessionEJB_lvtqkz_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         ... 17 more
    Caused by: java.lang.Exception: <0|true|0.9.7> org.apache.openjpa.persistence.PersistenceException: no-trasport
         at org.apache.openjpa.util.Exceptions.replaceNestedThrowables(Exceptions.java:230)
         at org.apache.openjpa.persistence.ArgumentException.writeObject(ArgumentException.java:104)
         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:585)
         at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1333)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
         at weblogic.rmi.extensions.server.CBVOutputStream.writeObject(CBVOutputStream.java:84)
         at weblogic.rmi.internal.ServerRequest.unmarshalThrowable(ServerRequest.java:349)
         at weblogic.rmi.internal.ServerRequest.getThrowable(ServerRequest.java:62)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:203)
         ... 17 more

    I was told by BEA that Kodo/openJPA is included in
    Weblogic 10. However, now I have Weblogic 10 but I
    could not located much Kodo classes from Weblogic
    libraries. I searched all the JARs under
    BEA_HOME\wlserver_10.0\server\lib. They're in the (new) modules directory. weblogic.jar refers to stuff in the modules directory via its manifest classpath.
    I also tried to migrate Kodo/JPA application from
    Weblogic 9.2 to Weblogic 10. My application depends
    on Kodo JCA deployment in managed environment. The
    application and Kodo JCA deployed fine into Weblogic
    10. But when I test any application, the test failed
    when I tried to create EntityMaanger from
    EntityManagerFactory:Interesting. I do not know what the status of Kodo JCA testing is in WebLogic 10, but it sounds like something is a bit wonky.
    Basically, in a WLS environment, the default remote commit provider is automatically set to the new weblogic.kodo.event.ClusterRemoteCommitProvider, which uses the WLS clustering protocol to communicate cache notifications. The error that you're seeing indicates that cluster services are not available in the execution context. You can probably get around this by explicitly setting the 'kodo.RemoteCommitProvider' option to 'sjvm' (if you're not running in a cluster), or to whatever you had it set to in the past. (I'm guessing that it was unset in the past, as otherwise, the configuration should be picking up that instead of the new default.)
    However, personally, I much prefer the new persistence.xml configuration file format, compared to JCA configuration. (You can trivially use the persistence.xml format with Kodo JDO, even though it's a JPA-specified feature.) You might want to look into moving away from JCA and to the persistence.xml style instead.
    If you do this, you'll end up putting a META-INF/persistence.xml file in your EAR (and possibly a META-INF/persistence-configuration.xml file, if you want to use the strongly-typed Kodo XML configuration format), and replacing your JNDI lookups with java:comp/env/persistence/<persistence-unit-name>. (I think that's the right location. I might be mistaken, though.)
    Also, I can't guarantee that WebLogic 10 really handles JCA configuration all that well; some bits of that exception make it look like maybe some resources are not available in the classloader, which is surprising. So, it's possible that there is some sort of more fundamental JCA problem here (and not just a problem with the new remote commit provider).
    -Patrick

  • Outlook integration problems

    Description of requirements: The problem with the SAP outlook integration is that the LoadBehavior in HKLM for the add-on is set automatically to 3 when outlook is started. This makes it impossible to control whether the add-on is
    loaded into outlook by specifying the LoadBehavior in HKCU. We're wondering if this is possible to
    change.
    Business needs: The customer need a change in this addon so that the settings are set to each user and not to the server, as it is today. This is VERY important, so it would be great if this addon could be changed.
    Current Workaround: They can't see any other solution but to change the outlook integration.
    Proposed solution: Please read the description of requirements.
    Lena Marie Digre,
    Support co-worker
    SMB Business Partner
    Norway

    Hi Gilles,
    For those PC with slowing synchronization, check if there are firewall or antivirus running that may block the process.
    Thanks,
    Gordon

  • Google Voice integration problem

    Greetings,
    I wanted to see if we could get a response from Verizon on this issue of Google Voice not correctly integrating with the Thunderbolt.  I've noticed two main issues with GV for Thunderbolt.  
    When trying to go through the steps to set up voicemail, using the Android method of sending the text message from the phone does NOT work.  You must instead set up the phone on the Google voice website, then do the *71XXX-XXX-XXXX (the X being your area code and phone number) in order for voicemail to be set up.
    When dialing a number using the keypad, it will display the google voice local trunk number instead of the number you called.  When dialing a contact, it will show the contact name, but it will display the city in which the Google Voice trunk number resides.  
    HTC/Verizon/Google need to figure this out as it is an integral component to making Android and Google Voice work well together. 
    Thanks!
    GB

    Perhaps I haven't explained the situation properly.  I agree, number one isn't an issue, as there is a solid workaround, even though it doesn't properaly allow users to set up voicemail.  For number 2, it is a real problem that is NOT evident in any of the other Android devices I have tried.  I have tried Google Voice integration with the OG Droid, Facsinate, Inspire, Droid 2, Atrix and the Thunderblot.  The Thunderbolt is the only one that exhibits this issue.  Usually when you dial a number on Android, it will bring up the little bubble window on top with the Google Trunk number and then show the number or contact you were calling once the bubble disappears.  The Thunderbolt, while it brings up the bubble window with the Trunk number, it still shows the Trunk number after the bubble disappears in the dialer.  This does NOT occur in any of the other devices I have tested.  It is a bug. 

  • FaceBook and twitter integration problem

    My face book and twitter tab are disappear from my notification any one plz guide my

    I am having the same problem - both integration tabs have disappeared from my notification center. I know they were there after I upgraded to iOS6 on Friday, but as of yesterday they were gone.

Maybe you are looking for

  • Select list enable / disable in tabular form

    Hi, I have created report on (ACT_COA_SEGMENT_MAS) table and this is master table , and created link on this report, when i click on report link, control moves to tabular form that is based on detail table (ACT_SEGMENT_VALUES_MAS) In master table the

  • ME21N--Quantity conversion error in net price calculation

    Hi MM experts, Issue: while creating PO, when attempting to add the net price for line item. but system removes the cost and gives the follow error message says "Quantity conversion error in net price calculation". The system was not able to convert

  • I have a Pavillion dv7 error message HARD DRIVE ERROR How do I correct this?

    My computer is a Pavillion dv7  model WW181AV  running Windows 7 no changes have been made for quite some time (over a year)  During startup- the HARD DISK ERROR comes on.  Iran the diagnostics as listed in the HP Diagnostic screen and no error found

  • Php mysql math error when using format(somenumber,2)

    osx 10.5.2, php 5.2.5, mysql 5.0.51 (standard leopard desktop os install) Select format(myField,2) as someNumber from myTable ... returns data i would expect, formatted as you would expect. while looping through the data returned i am calculating a r

  • Make link in e-mail

    Hello, Haven't posted here in a long time because my mac has been trouble free....however, can somebody please tell me why I can't make a link in my e-mails anymore. I used to just copy and paste and then highlight and right click and it gave an opti