CaptureSchema from PointBase Problem

I am having trouble getting my dbcapture schema for inclusion in the
ear file.
According to the J2EE 1.4 application Server, Developer's Guide,
November 2003 (p82) , I need to run a command like:
capture-schema -dburl jdbc:pointbase:server://localhost:9092/sample
-username public -password public -drive com.pointbase.jdbc.jdbcUniversalDriver
-table C -out C.dbschemaThen, I include C in the <schema>C</schema> entry in the sun-cmp-mappings.xml
file.
When I do that command, I get the following error message
using dburl: jdbc:pointbase:server://localhost:9092/sample
using username: public
using password: public
using driver:
using schemaname: null
using output file: C.dbschema
JDO71100: Failed to find a class. Verify that the class is available on your
CLASSPATH
java.lang.ClassNotFoundException:
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:164)
     at com.sun.forte4j.modules.dbmodel.jdbcimpl.ConnectionProvider.<init>
                (ConnectionProvider.java:45)
     at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main
                  (CaptureSchema.java:131)
Exception in thread "main" java.lang.NullPointerException
     at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main
                    (CaptureSchema.java:183)Here is my class path:
.:/opt/j2ee/lib/j2ee.jar:/opt/j2ee/lib/j2ee-svc.jar:/opt/j2ee/lib/jsf-api.jar:/opt/j2ee/lib/jsf-impl.jar:/opt/j2ee/lib/appserv-rt.jar:/opt/j2ee/pointbase/lib/pbtools.jar:/opt/j2ee/pointbase/lib/pbclient.jar:/opt/j2ee/pointbase/lib/pbembedded.jarAny hint what I overlooked would be greatly appreciated.
Dr. Laurence Leff, Associate Professor of Computer Science
Western Illinois University, 1 University Circle, Macomb IL 61455
Pager 309 367 0787 Fax 309 298 2302

I've never used an embedded db. My connection settings are:
<jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="com.pointbase.jdbc.jdbcDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="jdbc-pointbase-pool" pool-resize-quantity="2" steady-pool-size="8">
<property name="DatabaseName" value="jdbc:pointbase:server://localhost:9092/sample"/>
<property name="Password" value="pbpublic"/>
<property name="User" value="pbpublic"/>
</jdbc-connection-pool>
-- markus.

Similar Messages

  • Problem while changing DB from Pointbase to Oracle

    Hi All,
    I dont know whether this is right place to ask this question, but I am newbie, on weblogic, and would like some assistance,
    I am trying to point my DB in weblogic from Pointbase to Oracle, I have updated the database.properties file to point @ Oracle. Now when I go and try to exectue the create_db.cmd file to execute all the scripts and thereby load/create the DB, I get the below error when all the .sql files are executed.
    Buildfile: C:\bea\WLSERV~1.0\common\p13n\db\build_createdatabase.xml
    init_props:
    init_tasks:
    main:
    setup_create_database_objects:
    init_props:
    init_tasks:
    create_database_objects:
    echo ***** Calling JDBCDataLoader ** to create database objects and insert seed data
    java Loading Database...
    java logFile=create_db.log
    java user=akulas
    java password=******
    java url=jdbc:oracle:thin:@hpcad144.qwest.net:1524:dnets_d
    java files=C:\bea\WLSERV~1.0/common/p13n/db/oracle/jdbc_index/jdbc.index,C:\bea\WLSERV~1.0/cm/db/oracle/jdbc_index/jdbc.index,C:\bea\WLSERV~1.0
    /portal/db/oracle/jdbc_index/jdbc.index
    java driver=oracle.jdbc.driver.OracleDriver
    java saltFile=C:\bea\user_projects\domains\VenkatDomain/security/SerializedSystemIni.dat
    java prodDir=C:\bea\WLSERV~1.0
    java Processing file 'C:\bea\WLSERV~1.0\common\p13n\db\oracle\jdbc_index\jdbc.index'
    java Files=
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/seq_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/seq_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/data/required/p13n_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/data/required/er_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/data/required/bt_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/data/required/bt9_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n9_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n9_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n9_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n9_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n9_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/data/required/p13n9_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n102_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n102_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/data/required/p13n102_insert_system_data.sql
    java Processing file 'C:\bea\WLSERV~1.0\cm\db\oracle\jdbc_index\jdbc.index'
    java Files=
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm10_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv10_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv9_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/data/required/cmv_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/data/required/cm9_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv9_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv9_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/data/required/cm_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/data/sample/cm_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm10_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv10_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv102_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm102_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/data/sample/cm102_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/data/sample/cm102_update_system_data.sql
    java Processing file 'C:\bea\WLSERV~1.0\portal\db\oracle\jdbc_index\jdbc.index'
    java Files=
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf10_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf10_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_drop_views.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_drop_views.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/wps_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_create_views.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/comm_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_drop_columns.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_create_views.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/pf_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/pf9_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/bt_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/bt9_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf10_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/pf10_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf102_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf102_drop_tables.sql
    java Error = SQLException when executing file file:/C:/bea/WLSERV~1.0/portal/db/data/required/pf_insert_system_data.sql
    java java.lang.Exception: SQLException when executing file file:/C:/bea/WLSERV~1.0/portal/db/data/required/pf_insert_system_data.sql
    java at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:182)
    java at com.bea.plateng.domain.jdbc.JDBCDataLoader.main(JDBCDataLoader.java:1320)
    java Caused by: java.sql.SQLException: ORA-00942: table or view does not exist
    java at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    java at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
    java at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
    java at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
    java at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:207)
    java at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:946)
    java at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1168)
    java at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:1614)
    java at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1579)
    java at com.bea.plateng.domain.jdbc.JDBCDataLoader.loadData(JDBCDataLoader.java:748)
    java at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:166)
    java ... 1 more
    java Load Failed
    BUILD FAILED
    C:\bea\WLSERV~1.0\common\p13n\db\build_createdatabase.xml:17: The following error occurred while executing this line:
    C:\bea\WLSERV~1.0\common\p13n\db\build_createdatabase.xml:90: The following error occurred while executing this line:
    C:\bea\WLSERV~1.0\common\p13n\db\build_createdatabase.xml:97: The following error occurred while executing this line:
    C:\bea\WLSERV~1.0\common\p13n\db\build_createdatabase.xml:62: Java returned: -1
    Total time: 3 minutes 55 seconds
    I tried debugging the problem, and found that the table "PF_MARKUP_XML" was not created, the create script of that table is in the "pf_create_tables.sql" file. When I tried to manually execute the specific create script for that table it was executed successfully, and the table was created. So I dont know what is the problem then.
    Any help on this would be highly appreciated.
    Thanks,

    Hi,
    not sure which version of WLP you are running, but take a look at [http://edocs.bea.com/wlp/docs92/db/oracle.html|http://edocs.bea.com/wlp/docs92/db/oracle.html]:
    "Note:      A WebLogic Portal Oracle database user that has DBA privileges causes database create errors and upgrade issues. Before you create database objects or perform an upgrade, you should revoke the Oracle user's DBA privileges and replace them with the following privileges: GRANT CREATE TABLE, CREATE VIEW, CREATE TRIGGER, CREATE SEQUENCE, CREATE SESSION, UNLIMITED TABLESPACE TO <<WEBLOGIC>>."
    If the DB user you were using had DBA privileges then maybe this was the reason for your problem?
    Seems to be still valid even for 10.2.
    Hope this helps.
    Cheers,
    Petri

  • HT201210 nowadays have many user have problem with update to ios7 and need active with apple id maybe in the future in order escape from these problems must be stop use these products else. Because of simple user don't know about this technology and somet

    nowadays have many user have problem with update to ios7 and need active with apple id maybe in the future in order escape from these problems must be stop use these products else. Because of simple user don't know about this technology and sometime just hear from other user that it 's difficult to use then force they change phone that use to handle to another.

    It is a feature to discourage the theft of iPhones by making them useless if resold. It's not going anywhere. It's simple: just don't buy a phone until you make sure that the activation lock has been disabled.

  • Hello I suffer from a problem with your MacBook  There is a black line in screen

    Hello
    I suffer from a problem with your MacBook
    There is a black line in screen
    http://i48.tinypic.com/35apzz8.png

    Is the line always present? If you boot up the MacBook holding down the option key during startup so that you get to the startup manager, is the line still there?
    If so you have a hardware issue and it needs to be repaired. Contact Apple using their Express Lane if you live in a country where that is available, or call the appropriate phone number on this page if not. You can also take the MacBook in to an Apple store or service provider.
    Best of luck.

  • Solved restarting from sleep problem myself.

    Let me tell my case. i have had never problem on restart from sleep.
    because i always use my new octacore 2.8 with TIGER.
    there is some two major reason.
    1, performance is better than Leopard. Leopard is heavier when , mouse movement, some 3d application's rendering speed, and even drag n drop folder etc.
    2, some application i use still run well on Tiger. apple did not consider compatibility with older application at all.
    Because apple did not want user install tiger on new 2008 macpro, i must put out pre-installed tiger HDD from another mac and put into new mac. and it works well. any sleep from restart problem at all. problem is graphic card. i have 2600HD and 1900 XT. if i connect 2600HD, i can't accelerate GPU power in Tiger. it works only in Leopard.and even in sleep mode, but graphic cards fan always run.
    but when i boot use bootcamp to XP, i must connect to 2600HD. 1900XT did not display screen at all. like this i use 2 graphic card.
    I can't sure this problem due to hardware or OS problem, but obvious thing is tiger have never the problem. little problem is card's fan always run even in sleep mode. hope my case could be a clue.

    New firmware has come. and positive reply posting. good job
    i wonder if this new firmware destroy booting Tiger feature or not.
    i must use tiger now. hope apple do not disable tiger running in new macpro.
    any comment will be thanks.

  • HT201442 Please let me install version 6.0.1 for 4g because I suffer from the problem of Wi-Fi

    Please let me install version 6.0.1 for 4g because I suffer from the problem of Wi-Fi
    im
    I am now I can not connect via Wi-Fi Remote
    i wish to respond as quickly as possible

    These are user to user support forums. No one here has the ability to allow installing of specific iOS versions.
    Apple has never allowed downgrading of iOS.
    Troubleshoot the issue using basic troubleshooting from the Users Guide. If the Wi-Fi still does not work then it is a hardware issue and no iOS version can correct that.

  • Switching from pointbase to Oracle

    I have successfully changed my portal database from pointbase to oracle by following
    all the steps in the WLP admin guide, however the sync.sh script doesn't sync
    all of my user data. eg. User_security, group_security tables. Am I doing something
    wrong, or do I have to recreate the necessary accounts in oracle?

    The sample data in the user and group tables is loaded after database
    creation in the create_db script. A utility called the
    com.bea.p13n.db.internal.DbLoader populates our sample users, groups,
    and some other properties. It is executed in the
    \bea\weblogic700\portal\db\databaseload script.
    I would not recommend pursuing the route of trying to create .dat files
    to load data yourself. You would need an encrypt password utility to
    populate the text files with the appropriate passwords which BEA does
    not provide.
    The preferred way is to use the JSP admin tool (the tools webapp) or
    through custom JSP's using the user management tags. See um:createUser,
    um:createGroup, etc.
    http://e-docs.bea.com/wlp/docs70/jsp/p13njsp.htm#1001770
    You may also try to implement custom EJB's to use the Unified User
    Profile, UserManager or GroupManager interfaces.
    -- Jim
    Dan wrote:
    I have successfully changed my portal database from pointbase to oracle by following
    all the steps in the WLP admin guide, however the sync.sh script doesn't sync
    all of my user data. eg. User_security, group_security tables. Am I doing something
    wrong, or do I have to recreate the necessary accounts in oracle?

  • Refresh package with 'From-Date' Problem

    Hi All,
    I just ran into configuring the Analyze and Specify 'From-Date' problem fro refreshing package.   I've completed the normal package with the starting date 8/30/2008.  Now I am trying to go back and copy and select from 7/30/2008 for the new run during that posting period.  I am not if this is possible but it doesn't allow me to choose any of the option.  If I choose Analyse and deine new 'From-Date' when the screen popup, then choose 7/30, the date is not transfer to the Chosen From Date field at all, and execute.  The system will display he error with  "Evaluation failed. Required customising data no available".  Basically, it doesn't allow me to choose any date.
    Do any of you experiencing the same problem.  Or did I miss any step from the first run?
    Thanks,
    Tai

    Hi Tai,
    Implement the note 1180500 - Activity TD01P_FROM_RFH runs into error in a refresh package.
    Regards,
    Santosh

  • System currently suffers from technical problems. Your order will be processed as soon as possible.

    I placed the order for Creative Cloud and it has been confirmed.
    But I received this email: Our order processing system currently suffers from technical problems. Your order will be processed as soon as possible. This is my second attempt and my order has not been processed.

    if you've waited more than 1 business day, contact adobe support by clicking here and, when available, click 'still need help', https://helpx.adobe.com/contact.html

  • Dual Quad Core - wake from sleep problems

    I have a brand new Quad core 2.8 ATI Radeon, and have experienced both wake from sleep problems within the first week of ownership, more than once. Namely, restart on wake, and/or corrupt graphics-frozen on wake. I haven't called AppleCare, but my question is is it worth it? Is it thought to be a software problem, or a hardware issue? I don't want to go to a lot of trouble if any replacement exhibits the same problem (or worse), but at the same time I feel it is a real issue and should be dealt with under guarantee. What should I do? Suggestions please...

    There's lots of anecdotal data in the forum here and elsewhere, but the bottom line so far is that nobody knows except perhaps the Apple folks that are working on it.
    No one that I've seen posting has identified even a common thread...some machines have the reboot from sleep problem, some have graphics issues, some have both (I'm in the first camp...reboot from wake but no (touch wood) graphic issues.
    It wouldn't hurt to call Apple and get your issues on record; it helps them know the extent of the problem.
    Your warranty is for a year so it's not immediate, especially since there doesn't seem to be a lasting fix available. Resetting SMC and/or PRAM works for some...for a while...
    Right now I'm simply not sleeping the machine (I don't normally do it anyway) and waiting for Apple to come out with a fix. My bet is on a software/firmware fix (there are reports that the problem does not happen in bootcamp/windows, which more or less rules out hardware). But that's a sort of educated guess.
    People have returned the machine only to get the same...or worse. Again, I'm not rushing into that.
    Message was edited by: BillC37

  • Problem accessing data from Pointbase embedded in the application server

    When i try to access any information from a table in the pointbase database thru my jsp file it gives the error :"Invalid table name 'Table-name' specified at position 'position'.
    I am using the sun application server installed on the solaris machine and i created new table in the sample database PBPublic schema (a default schema that comes with the embedded pointbase database) and when i try to get data from the table i created i get the specified error.The connection string i use is :
    String l_driver = "com.pointbase.jdbc.jdbcUniversalDriver";
              Class.forName(l_driver).newInstance();
              // The URL for the sample PointBase database          
              String l_URL = "jdbc:pointbase:embedded:sample";
              // Database UserID          
              String l_UID = "pbpublic";
              // Database Password          
              String l_PWD = "pbpublic";
              // Establish connection with the database and return a Connection object          
              con = DriverManager.getConnection(l_URL, l_UID, l_PWD);
    it connects me to the database but does not fetch results on the query i execute.
    can anyone suggest what am i suppose to do for resolving this error.

    I've never used an embedded db. My connection settings are:
    <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="com.pointbase.jdbc.jdbcDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="jdbc-pointbase-pool" pool-resize-quantity="2" steady-pool-size="8">
    <property name="DatabaseName" value="jdbc:pointbase:server://localhost:9092/sample"/>
    <property name="Password" value="pbpublic"/>
    <property name="User" value="pbpublic"/>
    </jdbc-connection-pool>
    -- markus.

  • Apple Loops from Regions problem...

    Greetings,
        Having a problem when I add a region to Apple Loops in Logic Express 8....
          I've read some similar threads, but nothing that answers these issues..
        After creating a region using the Ultrabeat or a synth (all internal), I'll select the region and go up
           to the 'Region' drop down menu and select the first option, 'Add to apple loops library'...
         I came across this process naturally and it seemed to work fine, but then some of the loops created
             acted differently than others.  When I drag some of them into the Arrage area, and press play,
                they will playback no matter what position they are at.
            For example if I have a beat that starts at 1., but I have the recently added 'problem' loop at 4.,
              this 'problem' loop will play back from 1 as well, no matter if it's at 4, or 24...
           I'm not sure why this is happening to some and not others....???
              Did i accidentally do something to these that I didn't do to the others?
           Also, I figured I'd just delete them and create new ones, but then I couldn't find them ANYWHERE
              on my harddrive!!!???   I really don't get this one...
             I've read about the Apple Loops Utility now and I guess i should use that for future loop creation?
                I really don't understand how the loops I made are no where to be found, not even in the
                     Apple Loops/User Loops folder....
             Would really, really appreciate if someone could help w/ this conundrum!

    Ouch.... That's a real bummer.
    I would recommend trying the "re-conversion" with just a few loops and seeing how it works for you. I've had to do this before as well. I had a library from L7 that I had converted using ALU inside L8's arrange window. For some reason, the loops that I had never used in that project that I had converted were not converted after I deleted the project that I used them in... make sense? not to me either....
    The whole Apple Loop Utility is awesomely useful sometimes and buggy to the point of frustration at others....
    Also, is there any consistent pattern to the "off-timeiness" of the loops? (i.e: only midi loops, only audio loops, only slows down, only speeds up, "choppy", etc...)

  • Start up and waking from sleep problems. early 2011 macbook pro i-7 2.0

    Been having problems with my computer starting up and waking from sleep.  If i shut the lid it wont wake up upon reopening the lid unless i hit the power button.  After hitting the power button it will restart automatically and you hear the chime and the cdrom ejecting , once the gray screen pops up it restarts again this time you hear the cd rom making the ejecting sound twice then it will start up as normal.  Once it finally starts up my date and time has been reset to jan 2008.  Other times when i open the lid hit the power button it does nothing at all.  Even holding the power button for multiple seconds to force shut down it does nothing.  Only way to get it to start up at that power is if i connect the charging cable.  I have tried reseting the smc multiple times with no results and pram(even though it doesnt have anything to do with start up problems just did it anyways).  It all started i last time i updated not completely sure what all updates i got but im still running 10.7.  It seems like a battery issue which would make sense since its nearly 3 years old and i use it extensivly.  Last thing that just started recently after i go threw the whole mess of getting it to start up if i pick it up or nudge it the thing will just shut off out of no where.  Almost like there is a short somewhere, cant really be sure if its linked with the waking up from sleep/start up problems but seems right up the same ally.  Any suggestions to what could be wrong would be greatly apreciated.  Im assuming my battery may be on its last leg but the thing still holds a charge and my battery life hasnt dimished at all so cant really be totally sure.  Thanks agian

    Power or other problems related to unexpected system sleep, shutdown, lights or fans call for an SMC reset. It may not fix the problem but it would be the first thing an Apple Store would do if you were to bring it to them with this complaint.
    If bumping the Mac causes problems it's an intermittent internal connection that the SMC reset is not likely to help.
    Read all the steps.
    Before Resetting the SMC
    Try each of the following steps in this order before you reset the SMC. Test the issue after completing each troubleshooting step to determine if the issue still occurs.
    Press Command + Option + Escape to force quit any application that is not responding.
    Put your Mac to sleep by choosing the Apple () menu from the upper-left menu bar and then choosing Sleep. Wake the computer after it has gone to sleep.
    Restart your Mac by choosing the Apple () menu from the upper-left menu bar and then choosing Restart.
    Shut down your Mac by choosing the Apple () menu from the upper-left menu bar and then choosing Shut Down.
    Resetting the SMC on portables with a battery you should not remove on your own
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if it's not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time. The power adapter indicator light will cycle off / on once.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer.

  • CALLING A REPORT FROM FORMS (PROBLEM)

    MY PROBLEM IS THE NEXT:
    I CREATED A MASTER-DETAIL REPORT CALLING 'ASUNTOS'WITH THE NEXT QUERY:
    SELECT ABOGADOS.APELLIDO_P,ABOGADOS.APELLIDO_M,ABOGADOS.NOMBRES,
    ASUNTOS.EXP_INT,ASUNTOS.MATERIA,ASUNTOS.GERENCIA,
    ASUNTOS.EMPRESA,ASUNTOS.RECLAMA,ASUNTOS.PESOS,
    ASUNTOS.DOLARES
    FROM ABOGADOS,ASUNTOS
    WHERE ABOGADOS.FICHA = ASUNTOS.F_ABOG
    AND ASUNTOS.F_ABOG = :ABOGADO ;
    -- ABOGADO = PARAMETER.
    THIS REPORT WORKS FINE THE PROBLEM IS WHEN I TRY CALL THIS REPORT FROM FORM I'VE USE A BUTTON(WHEN_BUTTON_PRESSED) WITH THE NEXT CODE:
    DECLARE
    LISTA PARAMLIST := GET_PARAMETER_LIST('ABOG');
    BEGIN
    IF ID_NULL(LISTA) THEN
    LISTA := CREATE_PARAMETER_LIST('ABOG');
    ADD_PARAMETER(LISTA,'DESTYPE',TEXT_PARAMETER,'PRINTER');
    ADD_PARAMETER(LISTA,'DESNAME',TEXT_PARAMETER,'LPT2');
    ADD_PARAMETER(LISTA,'ABOGADO',TEXT_PARAMETER,TO_CHAR(:ASUNTOS.F_ABOG));
    -- ADD_PARAMETER(LISTA,'PARAMFORM',TEXT_PARAMETER,'YES');
    END IF;
    RUN_PRODUCT(REPORTS,'ASUNTOS',SYNCHRONOUS,RUNTIME,FILESYSTEM,LISTA,NULL);
    END;
    BUT THE REPORT NOTHING DISPLAY.
    THERE ARE SOMETHING WRONG WITH THE CODE IN THE BUTTON

    Roberto,
    Does your report work when it is not called from Forms?
    try the following:
    [TOOLS_HOME]\BIN\RWRUN60 module=ASUNTOS destype=screen userid=<username>/<password>@<tns> ABOGADO=<some_valid_code>
    where TOOLS_HOME is the directory where Reports is installed.
    I can see nothing wrong with your code.
    Maybe some error in the query?
    Also, I would check for the existence of multiple ASUNTOS report definitions. Maybe Forms is calling an older one.
    Hope this helps,
    Pedro das Neves
    ([email protected])

  • Mac Mini using dual-link to ACD 30" wake from sleep problem?

    I have a new mac mini and rather new 30"ACD using the display port via dual link adaptor. The screen looks find but sometimes when I put the mini to sleep and turn the display off, and then turn the display on and wake the mac mini, nothing appears on the display. I don't think it is every time, but it occurs. I have my keyboard attached to the display with the usb connection, and so I can choose from the display options to turn the mac mini off or put to sleep when turning off the display manually. I have used this sometimes but prefer not to.
    When the display doesn't show any image I have to hard shut down the mac mini, then start it up and leave the display on, then the image shows up.
    Is there a solution to this? I don't mind using any one surefire way to wake the whole system wake from sleep. Either turn off or turn on the option where turning off screen also brings up option to put mac mini to sleep or turn off. Don't use that option at all. Attach the keyboard only to the mac mini directly, etc.
    Any solutions would be appreciated.

    What is the firmware version of your Mini DisplayPort to Dual-Link DVI Adapter? I've read many reports on how this particular piece of Apple kit is just not working properly (http://www.9to5mac.com/DisplayPort-Dual-Link-DVI-Adapter, http://foliovision.com/2009/12/20/apple-dual-dvi-mini-displayport-adapter-mb571z).
    I've seen some people report that running firmware version 1.02 (or now 1.03?) solves their problems. I've also heard that people have had to resort to actually exchange their adapter in an Apple Store and hunt through new boxes to find adapters with the proper firmware version.

Maybe you are looking for