___POP.FMLYREL program usage

Hi.
I can't populate member_gid and member_familyrel relations using ___POP.FMLYREL program.
I have created analytic workspace in AWM. And I’d like to populate it manually through OLAP DML.
Now I am trying to populate first dimension. I have already created program populates member dimension, levelrel and parentrel relations and attribute variables from relation table. I have chosen to skip loading inhier valueset because I have only one hierarchy.
Now I need to populate member_gid and member_familyrel relations.
When I call ___POP.FMLYREL program in OLAP worksheet nothing happens. Both member_gid and member_familyrel relations stay not populated. There are no errors or other messages displayed.
The command I executed is follows
CALL ___POP.FMLYREL('ELECTRO', 'ELECTRO!PSUM_DIM',
'ELECTRO!PSUM_DIM_HIERLIST', 'ELECTRO!PSUM_DIM_LEVELLIST',
'ELECTRO!PSUM_DIM_LEVELREL', 'PSUM_DIM',
'ELECTRO!PSUM_DIM_PARENTREL', 'ELECTRO!PSUM_DIM_INHIER')
Also it is not clear to me what workspaces (except sys.awcreate) I should be attached to call ___POP.FMLYREL program. Should I be attached to workspace ELECTRO?
Can anyone help me?
Thank you.
Andrew

Hi Andrew,
you need your AW 'ELECTRO' attached first rw. Afterwards don't forget update and commit. If the program shows no error it should have succeeded. But it seems that you need to populate the inhier valueset because there is a limit done with the contents of the valueset. That's the reason why you are using it as a parameter.
Good Luck,
Lars

Similar Messages

  • To find Concurrent Program Usage

    Hi,
    I need to create a report providing details of Concurrent program name,date created date last used.
    I don't know from which I can information about when concurrent Program was last used.
    Input Parameters are-
    1)Earliest Date ,
    2) Aging Period/buckets :- Weekly, Monthly, Annually or just 'One bucket' from earliest Date parameter above with Defalut 'One Bucket'
    Please help.
    Thanks,
    Manisha
    Edited by: Milind Jadhav on Oct 6, 2010 1:59 AM
    Edited by: Milind Jadhav on Oct 6, 2010 2:09 AM

    As mpautom says, there are only a couple of tables or views to consider here. The following will give you the latest completion time and date of each concurrent program together with the status at completion and parameters used. It should be straightforward for you to add in the creation date and any parameters you need.
    Regards,
    Jon
    SELECT
    fcr.request_id req_id
    , fcp.concurrent_program_name conc_prg
    , pt.user_concurrent_program_name usr_conc_prg
    , TO_CHAR(fcr.actual_start_date, 'DD-MON-YY HH24:MI:SS') start_date
    , TO_CHAR(fcr.actual_completion_date, 'DD-MON-YY HH24:MI:SS') end_date
    , flv1.meaning phase
    , flv2.meaning status
    , fcr.argument_text parameters
    FROM
    (SELECT
    concurrent_program_id
    , max(actual_completion_date) as lastcompletedrun
    FROM
    fnd_concurrent_requests
    WHERE 1=1
    AND phase_code = 'C'
    GROUP BY concurrent_program_id) innerq
    JOIN fnd_concurrent_requests fcr ON (fcr.concurrent_program_id = innerq.concurrent_program_id AND fcr.actual_completion_date = innerq.lastcompletedrun)
    JOIN fnd_concurrent_programs fcp ON (fcr.concurrent_program_id = fcp.concurrent_program_id AND fcr.program_application_id = fcp.application_id)
    JOIN fnd_concurrent_programs_tl pt ON (fcp.concurrent_program_id = pt.concurrent_program_id AND fcp.application_id = pt.application_id AND pt.LANGUAGE = 'US')
    JOIN fnd_lookup_values flv1 ON (fcr.phase_code = flv1.lookup_code AND flv1.lookup_type = 'CP_PHASE_CODE' AND flv1.LANGUAGE = 'US' AND flv1.view_application_id = 0)
    JOIN fnd_lookup_values flv2 ON (fcr.status_code = flv2.lookup_code AND flv2.lookup_type = 'CP_STATUS_CODE' AND flv2.LANGUAGE = 'US' AND flv2.view_application_id = 0)
    WHERE 1=1
    ORDER BY pt.user_concurrent_program_name

  • How to check frequency of ABAP program usage

    Dear Experts,
    How to find out the frequency of ABAP programs executed by users? the reason is because we want to do a housekeeping on all the ABAP reports that we have developed over the years, we want to deactivate those reports that are no longer executed by the user within 1 year. Anyone can give suggestion?
    I already tried using SM36, but this is only for those programs scheduled in background or immediate, how about those programs running on foreground?

    Hello,
    You can use the trxn SM20N. But bear in mind some prior config needs to be in place for the logging to be active (trxn SM19).
    For further details on SM20 read this: [Security Audit Log|http://help.sap.com/SAPhelp_nw70/helpdata/en/2c/c59d37d373243de10000009b38f8cf/frameset.htm]
    @Sap Fan: STAD can be used in case the audit log is not available (e.g., due to missing config) but afaik there is a limitation on the date range you can provide.
    BR,
    Suhas
    Edited by: Suhas Saha on Sep 7, 2010 9:39 AM

  • Time Stamp Conversion program usage

    Hi ,
               Could you plz give solution for where we can use TIMESTAMP program in SAP R/3 an in SAP BW?
    Thanks
    Surya.

    Hi Surya,
    Please refer the below link which should help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/60/b03f3ba54511d2a97100a0c9449261/frameset.htm
    Regards,
    Sharath

  • RSAU_UPDR_REACTIVATE_ALL Program Usage

    One of the update rules in the QA box is inactive. If I use "RSAU_UPDR_REACTIVATE_ALL", I don't see any use of it. After execution,it gives message"No Message exists" and the UR is not activated.
    What are the other ways to activate a UR in QA/Prod box. Any answer is appreciated.
    Thanks
    Simmi

    hi Simmi
    RSAU_UPDR_REACTIVATE_ALL is used to reactivate all <b>active</b> update rules without raising change request(for transport).
    Note 631601 - Reactivation of all active update rules.
    i think your update rules may have problem then it cannot be activated, try to go to the update rules screen and do 'check' if any errors there.
    and check in dev if the update rules is active and has any errors, you can change the update rules in dev (and fix any errors) then reactivate, transport to qa/prod.
    hope this helps.

  • Trying to create the AW

    I am trying to create an AW with only 2 dimensions. Just a test to see if it builds one! (with VIEWS!!)
    I have the relational cube already built with CWM2.
    Everyhting went well ... VALID for all.
    but I get this error...
    Preparing
    Creating analytic workspace...
    Processing cube ODN_OLAP_CUBE_0
    Processing Creating Dimension : ODN_DIM_ARTIGO
    Processing Creating Dimension : ODN_DIM_UND_FUNCIONAL
    Processing Defining Load for Dimension: ODN_DIM_ARTIGO
    Processing Refreshing Dimension : ODN_DIM_ARTIGO
    Error Message from Server = Fatal Error creating grouping id structure.
    Source dimension values may not be unique across levels.
    (XSMHIERCK01) One or more loops have been detected in relationship WS_OLAP_CUBE_0!ODN_DIM_ARTIGO_PARENTREL over WS_OLAP_CUBE_0!ODN_DIM_ARTIGO. The 2 items involved are 09 02.
    In SYS.AWCREATE!___POP.FMLYREL PROGRAM:
    groupingid &_aw.h.rel into &_gid
    Problem loading source data for:
    OLAP
    DIM_ARTIGO
    (XSMHIERCK01) One or more loops have been detected in relationship WS_OLAP_CUBE_0!ODN_DIM_ARTIGO_PARENTREL over WS_OLAP_CUBE_0!ODN_DIM_ARTIGO. The 2 items involved are 09 02.
    In SYS.AWCREATE!___POP.FMLYREL PROGRAM:
    groupingid &_aw.h.rel into &_gid
    SqlException = ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 1012
    ORA-06512: at line 1
    Error Code = 6510
    Sql State = 65000
    Error Message from Server = Fatal Error creating grouping id structure.
    Source dimension values may not be unique across levels.
    (XSMHIERCK01) One or more loops have been detected in relationship WS_OLAP_CUBE_0!ODN_DIM_ARTIGO_PARENTREL over WS_OLAP_CUBE_0!ODN_DIM_ARTIGO. The 2 items involved are 09 02.
    In SYS.AWCREATE!___POP.FMLYREL PROGRAM:
    groupingid &_aw.h.rel into &_gid
    Problem loading source data for:
    OLAP
    DIM_ARTIGO
    (XSMHIERCK01) One or more loops have been detected in relationship WS_OLAP_CUBE_0!ODN_DIM_ARTIGO_PARENTREL over WS_OLAP_CUBE_0!ODN_DIM_ARTIGO. The 2 items involved are 09 02.
    In SYS.AWCREATE!___POP.FMLYREL PROGRAM:
    groupingid &_aw.h.rel into &_gid
    SqlException = ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 1012
    ORA-06512: at line 1
    Error Code = 6510
    Sql State = 65000
    All the cubes could not be added to the Analytic Workspace WS_OLAP_CUBE_0;
    The following cubes could not be added : OLAP_CUBE_0
    java.sql.SQLException: ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 1012
    ORA-06512: at line 1
    Tidying Up
    Failed to create the analytic workspace
    Thank you.
    Odds

    This is caused because the dimension ids need to be unique across the entire dimension. If you generate a key that this is guaranteed.
    Jean-Pierre

  • Z- T code usage log table.

    hi All,
    I am looking for T-code or program usage log standard table to fulfill my requirement.
    Like I can get these values username, run date, run time etc.
    -Thanks
      Amit

    Hello Amit,
    although it was not specifically meant for this purpose, transaction STAD is an alternative how you can check the usage of a Z-transaction.
    Usage of transaction STAD is:
    enter the starting date / time
    enter the length which indicates how long the server should be analysed from the starting date / time
    in field "Transaction" enter the transaction name you need to check
    simply press <enter>
    Transaction STAD contains a huge amount of information about program statistics, so the information won't be kept here for long. However, the amount of storable program statistics should be raised only with care, as it can give a huge additional load on the server.
    Best regards,
    Laszlo

  • ¿How often my programs are used?

    I want to know how many times I have used any program. Because I have installed some applications that I did not end using them really. ¿Is there such a feature that allows me to know the frequency of a program usage? maybe like Windows does but perhaps with more details.
    Thanks.

    Well, I don't know if there's a way of checking usage frequency of every program (no matter how you started it), but here's a little gem for ranking your 10 (or more, depending on how many lines you filter with head) most frequently used terminal commands:
    history | tr '\011' ' ' | tr -s ' ' | cut -d ' ' -f 3 | sort | uniq -c | sort -nbr | head -n 10
    …from this thread.

  • Browser Usage Not Correct

    Installed NM version 5.1.9005.  Went great and provides excellent networking.
    However, when I look at my daily reports for both my system and my wife's laptop, the reports say under "Program Usage" that the browsers (Firefox) were in use for so many hours, yet under "Web Browser Usage" the reports say " No Web Browser Usage was recorded for this computer yesterday. Either the browser was not used, Network Magic was not running, or an unsupported browser is being used on this computer."
    When I click on "What's This" to see what the headings in the report mean and show.....it says that the two supported browsers are IE and Firefox and that their usage should be shown to inlcude which websites have been visited.
    If I click on "See Report on Web" at the bottom of the email, it shows some weird website (http://bigbulkmail.cn) that I supposedly visited.  My wife's on line report shows no usage.
    I use Embarq DSL with an Embarg provided modem hard wired to my router (WRT54G ver 6 - firmware ver 1.02.5)  (I know it's wireless but prefer it this way)
    Operating system is Windows XP Home (SP3) using windows provided firewall and ESET NOD32 Antivirus software.
    Has anyone else read thier daily usage reports and possibly noticed this inconsistency?
    Anyone got any idea as to why NM would not recognize either system's browser usage?
    Thanks in advance for any help.  NM is a great program and has allowed me to finally network my 2 systems with comfort and ease......let's just say I'm geek-i-ly challanged.  ))))
    Bill

    Hi All,
    http://go.networkmagic.com/redir/network-report-more-info?lcid=1033
    Internet Explorer Browser History
    For Network Magic Premium users, the Internet Explorer Browser History list shows the Internet sites visited by a computer for the previous day. It monitors only those sites accessed by a Microsoft Internet Explorer Web browser. At this time, it does not monitor Web sites that are accessed by other Web browsers, such as Firefox or Flock.
    Internet Explorer must be the Default Browser on the Computer you are monitoring.
    thecreator - Running Network Magic version -5.5..9195.0-Pure0 on Windows XP Home Edition SP 3
    Running Network Magic version -5.5.9195.0-Pure0 on Wireless Computer with McAfee Personal Firewall Build 11.5.131 Wireless Computer has D-Link DWA-552 connecting to D-Link DIR-655 A3 Router.

  • I don't want to fix, tweak, adjust, or God forbid, REINSTALL anything.

    I bought Adobe Premier Elements 7 with a new Dell XPS Studio with MS Vista, 12 GB RAM, 1 TB of disk space, and 1GB of video RAM. It came pre-installed. PE7 barely runs. Most times, I do not get to the "Share" phase because PE7 says there is an unexpected error and shuts down. I even get MS Visual Studio C++ Runtime errors. The dialog says MS is looking for a "solution", but it never responds that one was found. Other times, the Open Project fails, so that I cannot even open a saved project. Very frustrating. Normal (i.e. non-esoteric) program usage like adding scene transitions, or merely clicking on the scene scroll bar also causes the program to crash, but even that is not the worst. The worst comes after three hours of video crunching, the disk write fails causing all that time to be lost.
    Even with my powerful PC, I've taken all the normal precautions-- I run nothing else concurrently, only on a fresh startup or re-boot etc., but none of this seems to have any effect.
    I cannot imagine how or why a company like Adobe would release a program like this that is so not ready for prime time.
    UPDATE: After hours of re-doing yet another project, the program failed while processing the video during pre-burn processing. After walking away from the computer, I returned to find it re-booted and now although Premier Elements itself will start, that project will no longer load, causing a fatal error that causes the program to close. I've once again lost hours.
    Frankly, I'm not in the mood for yet another lame "fix."  The program (pre-installed by Dell) does not work on a brand new, top-of-the-line Dell. I don't want to fix, tweak, adjust, or God forbid, REINSTALL anything. How can I get my money back?

    Venting and a loud rant is good for the body, the mind, and the soul.
    We've all been there.
    After all the rants, the sad part is that nothing has changed to enhance your video editing experience.
    That being said, it might be something as simple as the source of your video assets, Project Presets, or exceeding the limitations of the application.
    If you decide to post some additional details, you may be pleasantly surprised at the help available on this Forum to get you to the primised land...

  • A problem regarding set up of Oracle Lite 3.6.0.2.0 on Win 95, with JDK 1.1.8 &java 2

    A problem regarding set up of Oracle Lite 3.6.0.2.0 on Win 95, with JDK 1.1.8 and Java 2 SDK ( Ver 1.3 Beta)
    After the installation of Oracle Lite 3.6.0.2.0 on a laptop (with WIN 95 OS), When I run Oracle Lite Designer from start menu, I receive following error message :
    ====================================
    Invalid class name 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    usage: java [-options] class
    where options include:
    -help print out this message
    -version print out the build version
    -v -verbose turn on verbose mode
    -debug enable remote JAVA debugging
    -noasyncgc don't allow asynchronous garbage collection
    -verbosegc print a message when garbage collection occurs
    -noclassgc disable class garbage collection
    -ss<number> set the maximum native stack size for any thread
    -oss<number> set the maximum Java stack size for any thread
    -ms<number> set the initial Java heap size
    -mx<number> set the maximum Java heap size
    -classpath <directories separated by semicolons>
    list directories in which to look for classes
    -prof[:<file>] output profiling data to .\java.prof or .\<file>
    -verify verify all classes when read in
    -verifyremote verify classes read in over the network [default]
    -noverify do not verify any class
    -nojit disable JIT compiler
    Please make sure that JDK 1.1.4 (or greater) is installed in your machine and CLASSPATH is set properly. JAVA.EXE must be in the PATH.
    ====================================
    My ORACLE_HOME is c:\program files\ora95_2 and Oracle Lite is installed under the ORACLE_HOME in LITE\DESIGNER directory.
    JDK version is 1.1.8 which is greater than 1.1.4 installed in c:\program files\jdk1.1.8, My PATH, and CLASSPATH are set in AUTOEXEC.BAT as follows:
    set CLASSPATH=c:\Progra~1\jdk1.1.8\lib\classes.zip;c:\progra~1\ora95_2\lite\classes\olite36.jar;c:\progra~1\ora95_2\lite\designer\oldes.jar;c:\progra~1\ora95_2\lite\designer\swingall.j ar
    PATH=C:\Progra~1\Ora95_2\bin;.;c:\Progra~1\jdk1.1.8\lib;c:\Progra~1\jdk1.1.8\bin;C:\Progra~1\Ora95_2\lite\Designer;C:\WIN95;C:\WIN95\COMMAND;C:\UTIL
    And, I can run JAVA.EXE from any directory on command prompt.
    With JAVA 2 SDK (ver 1.3 Beta) instead of JDK 1.1.8 I'm getting a different Error message as follows:
    =============================
    java.lang.NoClassFoundError: 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    Please make sure that JDK 1.1.4 (or greater) is installed in your machine and CLASSPATH is set properly. JAVA.EXE must be in the PATH.
    ==============================
    the PATH and CLASSPATH were set accordingly, as with JDK1.1.8, and there was no classes.zip in classpath
    also the class file or the jar file looks weird or wrapped in the error message : 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    Another interesting thing I noticed is if I run oldes.exe from Installation CD, the Oracle Lite Designer runs fine, and without error, I'm able to modify tables in the database of my laptop also.
    Could someone shade some light on what am I doing wrong here ?
    Thanks for help in advance .
    Regards
    Viral
    null

    On 07/20/2015 06:35 AM, Itzhak Hovav wrote:
    > hi
    > [snip]
    > [root@p22 eclipse]# cat eclipse.ini -startup
    > plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    > --launcher.library
    > plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
    >
    > -showsplash
    > org.eclipse.platform
    > --launcher.XXMaxPermSize
    > 256m
    > --launcher.defaultAction
    > openFile
    > -vmargs
    > -Xms40m
    > -Xmx512m
    > [snip]
    Try this: http://wiki.eclipse.org/Eclipse.ini. You should have read the
    sticky posts at forum's top for getting started help.

  • Premiere elements 12 - no audio

    Longtime Photoshop Elements and Premiere user... now on v12.  Premiere seems to work fine until I just realized there is no audio...
    I can't  hear audio in the preview playback
    there is no audio track at the bottom of the screen
    when I write out MP4 files, no audio is present.
    Any ideas?  O/S is Windows 8.1

    Hi A.T.
    Here are responses to you questions...
    Did you update it yet from 12 to 12.1 via the opened project's Help Menu/Update? YES
    You say that you are a longtime Photoshop Elements and Premiere Elements user. What was the most recent version of these programs that you worked with and on what computer operating system immediately before going to version 12 on Windows 8.1 64 bit? I've used 3 or 4 prior releases.  I just upgraded from v9 => v12.  v9 was running on Win7; v12.1 is running on Win8.1 (64-bit)
    Are you working in the Expert or Quick workspace of Premiere Elements 12? Primarily Quick, but I use Expert when I need to manipulate sound
    Because of the longtime in your description of your programs usage, I hesitate to ask, but I will anyway so as not to take anything for granted.
    a. Are you working Run As Administrator as well as from User Account with Administrative Privileges? I am the only user of the machine, so my user account and Admin are one in the same.
    b. Do you have the latest verison of QuickTime installed on your computer? Yes
    c. What are you or the project setting as the project preset to match the properties of the source media?
    d. What are the properties of the source media?
    e. What are the details of your export to a .mp4 file?
    Have you gone through the drill of checking the ASIO settings in preferences? Yes Can we assume that the no audio is only in Premiere Elements 12 on Windows 8.1 64 bit?  Correct
    Are the Volume settings (Adjust Tab/Adjustments Palette/Volume Panel) as well as audio clip rubberband) OK? Not sure...
    Could you post a screenshot of your workspace where you say that there is no audio track? The audio track is physically present in the input sample, is just not audible.  When I write out a MP4, there is no audio track present.
    Have you attempted to delete the Adobe Premiere Elements Prefs file and/or the 12.0 Folder in which it exists? No... Nof familiar with doing that.

  • Licensing problems installing JDriver for MS SQL Server

    I've been having problems for some time now creating a connection pool in WL 5.1 using the MS SQLServer4v70 JDriver. I am at wits end and haven't been able to find a solution or find anybody that could give me a solution. Below is a better description of the problem including exact error messages and configuration.
    There's some simple problem here, but I'm not an
    installation expert. Would you please post this to
    the support.install group? If you don't get help
    quickly from there, let me know.
    JoeAt 09:54 AM 10/31/00 -0800, you wrote:
    Here's the exact error message:
    Tue Oct 31 09:52:09 PST 2000:<I> <WebLogicServer> IIOP subsystem enabled.
    weblogic.common.LicenseNotFoundException: Could not find licensing file:
    Your WebLogic license file, named either WebLogicLicense.xml or
    WebLogicLicense.class must be located in a directory that is
    in your CLASSPATH. By default, your license file is located in the
    /license directory located in your WebLogic home directory
    (the root directory of your WebLogic installation).
    As of version 4.0 of WebLogic, a new XML-format license file has
    replaced the older, compiled class format license file.
    The WebLogic Server will recognize either format.
    For additional information on WebLogic licenses or on setting your
    classpath, see the i
    stallation instructions in the WebLogic Server documentation, available at
    http://e-docs.bea.com/
    my weblogic class path looks like:
    CLASSPATH Prefix c:\weblogic\mssqlserver4v70\classes
    CLASSPATH
    c:\weblogic\mssqlserver4v70\classes;c:\jdk1.3\lib\tools.jar;c:\jdk1.3\jre\li
    b\rt.jar;c:\jdk1.3\jre\lib\i18n.jar;C:\weblogic\license;C:\weblogic\classes\
    boot;C:\weblogic\cla
    sses;C:\weblogic\lib\weblogicaux.jar;C:\weblogic\eval\cloudscape\lib\cloudsc
    ape.jar
    JAVA_HOME c:\jdk1.3
    WEBLOGIC_LICENSEDIR C:\weblogic\license
    WEBLOGIC_HOME C:\weblogic
    system properties:
    java.security.manager
    java.security.policy==C:\weblogic\weblogic.policy
    weblogic.system.home=C:\weblogic
    java.compiler=symcjit
    weblogic.class.path=C:\weblogic\license;C:\weblogic\classes;C:\weblogic\myse
    rver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    INITIAL_HEAP 64 MB
    MAX_HEAP 64 MB
    SERVERCLASSPATH
    c:\weblogic\mssqlserver4v70\classes;c:\jdk1.3\jre\lib\rt.jar;c:\jdk1.3\jre\l
    ib\i18n.jar;C:\weblogic\classes\boot;C:\weblogic\eval\cloudscape\lib\cloudsc
    ape.jar
    Type "wlconfig -help" for program usage.
    The license file is attached:
    -Matt
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Tuesday, October 31, 2000 8:41 AM
    To: Matthew Heaton
    Subject: RE: Problems creating connection pool
    At 04:35 PM 10/30/00 -0800, you wrote:
    Still having problems with it not finding the licenseOk, what is the exact failure message? Does the server start fine?
    Then it's finding the server license in the weblogiclicense.xml file.
    Is it then failing to find the driver license? If so, show me your
    editted xml license file.
    Joe
    Currently nothing related to the driver is in my classpath and
    c:\weblogic\mssqlserver4v70\classes is in my weblogic classpath. I deleted
    the license folder for the driver after moving the guts of it into the main
    weblogic license file.
    -Matt
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Monday, October 30, 2000 3:46 PM
    To: Matthew Heaton
    Subject: Re: Problems creating connection pool
    Hi Matt.
    You did the right thing adding the driver to the weblogic.class.path.
    That's where it should be, not in the java.class.path. The current
    licensing issue is that the weblogic server has(had?) it's own copy of
    WebLogicLicense.xml, containing the server licenses. The one from thedriver
    is now in the path. It contains the driver license, but not the server
    stuff. Edit the server one, adding the guts of the driver one, and
    delete the driver xml license file from your path.
    Joe
    Matt Heaton wrote:
    This is a problem that has been a roadblock for me for a while, I'm usingWL 5.1 and trying to create a connection pool with the MS SQL server 4v70
    JDriver.
    Here is the code to create the connection pool:
    weblogic.jdbc.connectionPool.SQLPool=\
    url=jdbc:weblogic:mssqlserver4:MATTHEWH1:1433,\
    driver=weblogic.jdbc.mssqlserver4.Driver,\
    initialCapacity=1,\
    maxCapacity=2,\
    capacityIncrement=1,\
    props=user=AceUser;password=AceUser;server=MATTHEWH1
    I've addedc:\weblogic\mssqlserver4v70\classes;c:\weblogic\mssqlserver4v70\license to
    my class path, but I was getting a class not found exception when Weblogic
    tried to make the connection pool. I then added
    c:\weblogicmssqlserver4v70\classes to my Weblogic classpath and got the
    following error:
    weblogic.common.LicenseNotFoundException: Could not find licensing file:
    Your WebLogic license file, named either WebLogicLicense.xml or
    WebLogicLicense.class must be located in a directory that is
    in your CLASSPATH. By default, your license file is located in
    the
    /license directory located in your WebLogic home directory
    (the root directory of your WebLogic installation).
    As of version 4.0 of WebLogic, a new XML-format license file has
    replaced the older, compiled class format license file.
    The WebLogic Server will recognize either format.
    For additional information on WebLogic licenses or on settingyour
    classpath, see the in
    stallation instructions in the WebLogic Server documentation, available
    at
    http://e-docs.bea.com/
    So I tried adding c:\weblogic\mssqlserver4v70\license to the weblogicclasspath and got yet a different error:
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    Loaded License : C:/weblogic/license/WebLogicLicense.xml
    However Unable to start because :
    No License found for WebLogic
    As well as the fact that: No License found for Tengah
    As well as the fact that: No License found for WebLogic/JDBC
    As well as the fact that: No License found for Tengah/JDBC
    As well as the fact that: No License found for jdbcKona/T3
    WebLogic Server terminated with an abnormal condition of 1
    What do I do? I've tried everything I can think of, I was able to getthis to work the first time that I tried to do it but everytime I've tried
    since then this happens.
    -Matt--
    PS: Folks: BEA WebLogic is in S.F. with both entry and advanced positions
    for
    people who want to work with Java and E-Commerce infrastructure products.
    Send
    resumes to [email protected]
    The Weblogic Application Server from BEA
    JavaWorld Editor's Choice Award: Best Web Application Server
    Java Developer's Journal Editor's Choice Award: Best Web Application
    Server
    Crossroads A-List Award: Rapid Application Development Tools for Java
    Intelligent Enterprise RealWare: Best Application Using a Component
    Architecture
    http://www.bea.com/press/awards_weblogic.html
    The Weblogic Application Server from BEA
    JavaWorld Editor's Choice Award: Best Web Application Server
    Java Developer's Journal Editor's Choice Award: Best Web Application
    Server
    Crossroads A-List Award: Rapid Application Development Tools for Java
    Intelligent Enterprise RealWare: Best Application Using a Component
    Architecture
    http://www.bea.com/press/awards_weblogic.html
    Attachment Converted: "c:\eudora\attach\WebLogicLicense11.xml"
    The Weblogic Application Server from BEA
    JavaWorld Editor's Choice Award: Best Web Application Server
    Java Developer's Journal Editor's Choice Award: Best Web Application Server
    Crossroads A-List Award: Rapid Application Development Tools for Java
    Intelligent Enterprise RealWare: Best Application Using a Component Architecture
    http://www.bea.com/press/awards_weblogic.html

    Eric Ma wrote:
    Joe:
    Connection is a LOCAL variable declared in each method. DataSource is an instance
    variable.That sounds fine... let me see your code (main block plus finally block). How long does this
    take to reproduce? Show me your pool definition.
    thanks,
    Joe
    >
    >
    Eric
    Joseph Weinstein <[email protected]> wrote:
    Eric Ma wrote:
    I was given the unfortunate task :-) of getting data out of M$FT SQL6.5. I set
    up a JDBC connection pool using jDriver in mssqlserver4v65.jar, andcreated a
    JDBCDataSource for the pool. I am using a stateless session bean +JDBC (with
    the DAO pattern) to get data. In the DAO class I have an instancevariable for
    the datasource, which I look up in the constructor. In the DAO's businessmethod
    I RELIGIOUSLY call datasource.getConnect() first, and ALWAYS call connection.close()
    in the finally block. Now the initial requests are fine, but aftera while I
    got a weblogic.common.ResourceException telling me there were no moreconnection
    available in the pool. Is this a jDriver bug? I never run into sucha problem
    with an Oracle connection pool using the thin driver.
    Any insight will be greatly appreciated.
    Eric MaHi. Is the connection object an instance variable? That would be a problem.
    The connection object has to be a method variable to be safe from multithreading
    issues.
    Joe

  • 1.4.2 SDK Windows installation problem

    Hello,
    I have installed the SDK under the C:\Program Files\Sun directory without any error messages. I tried to start the domain "domain1". I get the error message shown below. I am aware that the SDK has problems with space characters in directory names. However, I installed the software using C:\Progra~1\Sun as the install directory. After reading some of the other postings, I created the environment variable SUNPATH and replaced all PATH references to SUNPATH. This did not help. Is it impossible to install the SDK under the "Program Files" directory?
    Thanks!
    [#|2004-02-24T19:43:09.651-0600|WARNING|j2ee-appserver1.4|javax.enterprise.system.tools.deployment|_ThreadID=10;|Deployment Error
    com.sun.enterprise.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- Compilation failed: com.sun.ejb.codegen.ProcessExecutorException: Abnormal process termination -- process returned: 2
    Attempted command: C:\Program Files\Sun\AppServer\jdk\bin\javac.exe -extdirs C:\Progra~1\Sun\AppServer\jdk/jre/lib/ext;C:\Progra~1\Sun\AppServer\domains\domain1/lib/ext -g -d C:\Progra~1\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp -classpath C:\Program Files\Sun\AppServer\lib\commons-launcher.jar;C:\Program Files\Sun\AppServer\jdk\lib\tools.jar;C:\Progra~1\Sun\AppServer\lib\activation.jar;C:\Progra~1\Sun\AppServer\lib\admin-cli.jar;C:\Progra~1\Sun\AppServer\lib\appserv-admin.jar;C:\Progra~1\Sun\AppServer\lib\appserv-cmp.jar;C:\Progra~1\Sun\AppServer\lib\appserv-ext.jar;C:\Progra~1\Sun\AppServer\lib\appserv-jstl.jar;C:\Progra~1\Sun\AppServer\lib\appserv-rt.jar;C:\Progra~1\Sun\AppServer\lib\appserv-upgrade.jar;C:\Progra~1\Sun\AppServer\lib\commons-logging.jar;C:\Progra~1\Sun\AppServer\lib\j2ee-svc.jar;C:\Progra~1\Sun\AppServer\lib\j2ee.jar;C:\Progra~1\Sun\AppServer\lib\jax-qname.jar;C:\Progra~1\Sun\AppServer\lib\jaxr-api.jar;C:\Progra~1\Sun\AppServer\lib\jaxr-impl.jar;C:\Progra~1\Sun\AppServer\lib\jaxrpc-api.jar;C:\Progra~1\Sun\AppServer\lib\jaxrpc-impl.jar;C:\Progra~1\Sun\AppServer\lib\mail.jar;C:\Progra~1\Sun\AppServer\lib\relaxngDatatype.jar;C:\Progra~1\Sun\AppServer\lib\saaj-api.jar;C:\Progra~1\Sun\AppServer\lib\saaj-impl.jar;C:\Progra~1\Sun\AppServer\lib\xsdlib.jar;C:\Progra~1\Sun\AppServer\jdk/lib/tools.jar;C:\Progra~1\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar;C:\Progra~1\Sun\AppServer\imq\lib/imq.jar;C:\Progra~1\Sun\AppServer\imq\lib/jaxm-api.jar;C:\Progra~1\Sun\AppServer\imq\lib/imqadmin.jar;C:\Progra~1\Sun\AppServer\imq\lib/imqutil.jar;C:\Progra~1\Sun\AppServer\imq\lib/fscontext.jar;C:\Progra~1\Sun\AppServer\imq\lib/providerutil.jar;C:\Progra~1\Sun\AppServer/lib/ant/lib/ant.jar;C:\Progra~1\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Progra~1\Sun\AppServer/pointbase/lib/pbembedded.jar;C:\Progra~1\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Progra~1\Sun\AppServer/pointbase/lib/pbembedded.jar;C:\Program Files\Sun\AppServer\domains\domain1\lib\classes;C:\Progra~1\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;C:\Program Files\Sun\AppServer\domains\domain1\applications\j2ee-apps\MEjbApp\mejb_jar;C:\Progra~1\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;C:\Program Files\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp @C:\Documents and Settings\nguyenn\Local Settings\Temp\1a34181_faea56e9f20000_58838.s1a
    Output from command: javac: invalid flag: C:\Program
    Usage: javac <options> <source files>
    where possible options include:
    -g Generate all debugging info
    -g:none Generate no debugging info
    -g:{lines,vars,source} Generate only some debugging info
    -nowarn Generate no warnings
    -verbose Output messages about what the compiler is doing
    -deprecation Output source locations where deprecated APIs are used
    -classpath <path> Specify where to find user class files
    -sourcepath <path> Specify where to find input source files
    -bootclasspath <path> Override location of bootstrap class files
    -extdirs <dirs> Override location of installed extensions
    -d <directory> Specify where to place generated class files
    -encoding <encoding> Specify character encoding used by source files
    -source <release> Provide source compatibility with specified release
    -target <release> Generate class files for specific VM version
    -help Print a synopsis of standard options

    Although you managed to circumvent install time check for the space character in the path (which was not supported in this release) by specifying the installation directory in shortened 8.3 form, installation directory eventually gets resolved to its canonical path (which includes space character) and that is causing product scripts to fail during server startup later on.
    Installing in paths containing space character will be fully supported in upcoming Application Server 8 PE release. However, in order to use SDK download you currently have you'll have to uninstall it and re-install it in different directory location to get it up and running.

  • COVER FLOW EATS MEMORY

    After hours and hours of troubleshooting my iMac with Leopard the following is definite:
    With ACTIVITY MONITOR running and COVER FLOW used in FINDER the iMAC continually eats up system memory. In addition, the FINDER process increases memory usage as well.
    FINDER can be force quit and then relaunched to clear its memory usage (which continues to increase as file browsing with COVER FLOW continues) but SYSTEM MEMORY is not freed after a relaunch of FINDER.
    I ended up running w/ 2.5 gigs RAM usage when COVER FLOW was enabled regardless of program usage, etc....and the usage would hardly come down
    There is a definite MEMORY MANAGEMENT issue with COVER FLOW.
    Be warned. Check it out yourself. Apple, please fix these issues....soon.

    I am noticing some increased memory, one of the bigger things that I am seeing is a greater processor load from the Quick Look Server process. I have also noticed that this process is only noticeable when in cover flow mode.
    in addition to this I have noticed a much large CPU usage when the files being displayed are video files. in some cases windows media files and also files that quicktime would load.
    doing some tests I have found that the format of the video files does effect the CPU usage.
    mp4 files seem to be the fasest
    mov files behind that
    avi files next
    wmv files (assume Flip4Mac is installed.)
    also it does not seem that the Quick Look Server is doing any caching, load the directory let the cover flow view fully load (Quick Look Server process is not in the top processes list). click on a different directory let the cover flow view fully load(Quick Look Server process is not in the top processes list). click on the original directory, Quick Look Server appears to do the loading work again.
    is anyone else seeing this?

Maybe you are looking for

  • Query a query

    I am having a nightmare with this query. I am trying to use the results from 1 query and then use it in the second but it will only give me 1 result when the it should give me 5.  The first query returns 5 ids so the second should give me the same <c

  • Advice on best practices on book proof stages

    I'm wondering how others go about book projects when you move from one proof to the next, in the context of using InDesign's book panel to manage your project. I create a first proof in InDesign, send PDFs to contributors, and they approve or give me

  • How to Transfer vids to Phone without Bluetooth or...

    How to Transfer vids to Phone without Bluetooth or Connector?? Don't tell me to go buy a connector and don't ask me why not. I just want to know how to do it without those two.

  • Office mobile favorite files

    Hi, everyone I have 701 bell fp1 and I have a problem with Office mobile. when I open Office mobile my files(word-excel-pdf) doesnt shown in favorite page altough I sync again and again. there are some older files that I already delete them and when

  • Adobe Flash Media Encoder (Free Version) Setup

    I have Windows 7 64 bit.  I used Windows Media Encoder and the pull method.  I dedicated a port for the stream and knew how to advise people how to access the stream.  I installed your Media Encoder, but I don't know how to make it a pull version.  W