Different Quries

I need a solutions.
1. if a resource (engineer) is assigned to a project for particular duration and the user assigns him to another project during the same period, the system does not give any error or warning. Is it prossible to generate warning?
2. We undertake projects which involve local currency as well as foreign currency components. while entering project budgets we normally budget in local currency. when we need to raise a purchase requisition for a project, we can not generate it in PS module in any currency other then the one in which budget was enetered. consequently, the user can not generate a PR in PS module. he has to generate the same in MM module . what is the solution?
3. We allocate a budget to every project and want budget checking against each PR. if a budget is enetered for a project,the system applies budget check. if budget is not entered at all for the project, the system does not poerform any budget check and user can raise as many PR as they want. can budget check to implmented at global level i.e. the system should not allow any expenditure against any project.
Thanks and Best Regards
Muhammad Salman

1- user exit has to be found taking help of ABAPer
2- During creation of Pur. requisition, u can change the currency during attaching the material in component screen also, system will take care of conversion factor between ur budgeted currencey nad ur PR currency. so PS can help u to raise PR.
3- In this case u have 2 use user status,
    NBUD- it should be initial user status and restrict all the business transaction
    BUDG- set this against budgeting   and in this user status allow all the business transaction
Now when the user does budgeting, user status will automatically set from NBUD to BUDG as u have set against budgeting. ( system status will determine the user status)
unless untill user does budgeting, nobody can do any transactions on it...
hope it ll solve ur prob.
ashis

Similar Messages

  • How to Run 2 Queries to Access Header/Footer date.

    I want to take a report from 9idatabse as follows...
    1.On left top Image
    2.In center top Company profile
    below that
    3.Tabular Report
    Problum comming is that how to run 2 different quries
    and if i uses he template to add the header for image
    and Company profile then how to access company profile
    data saved in a table.if i runs query for header then
    the format malfunctins.
    if i m unable to explain then i want only that..report should
    like that...
    Image Company Name
    Company Address
    Company Pin
    Company City,Country
    Item id Item desc Quntity Remarks .......
    1
    1
    1
    1
    1
    1
    1
    1
    1
    Pl help me in this regard.
    Thanks
    [email protected]

    You can use iText to combine two PDF files into one.

  • How to Run 2 Queries to Access Header/Footer date in Getting Report.

    I want to take a report from 9idatabse as follows...
    1.On left top Image
    2.In center top Company profile
    below that
    3.Tabular Report
    Problum comming is that how to run 2 different quries
    and if i uses he template to add the header for image
    and Company profile then how to access company profile
    data saved in a table.if i runs query for header then
    the format malfunctins.
    if i m unable to explain then i want only that..report should
    like that...
    Image Company Name
    Company Address
    Company Pin
    Company City,Country
    Item id Item desc Quntity Remarks .......
    1
    1
    1
    1
    1
    1
    1
    1
    1
    Pl help me in this regard.
    Thanks
    [email protected]

    You can use iText to combine two PDF files into one.

  • Db connection bottleneck

    from each db connection, i want to maximize the amout of data
    extracted. currently
    (machine #1): make db connection. read some data. create "object". send to machine #2.
    (machine #2): receive "object".make a db connection, read some data.
    i know the query that machine #2 will make before sending the object from machine #1.
    i can't just have one ArrayList of values because different quries will have different # of columns with different types, (Double) or two columns (Double, String) or (Integer, Double, Double), etc. etc.
    i can't serialize the db connection, so the data must be gotten on machine #1, then bundled-up for transmission over the socket.
    what is a good solution?
    PipedInputStream rcv_data = new PipedInputStream();
    PipedOutputStream send_data = new PipedOutputStream(rcv_data);
    LoadData loadData = new LoadData(send_data,  query);
    loadData.start();
    ObjectInputStream rcv_data_ois = new ObjectInputStream(rcv_data);
    while(loadData.isAlive()) {
      if(rcv_data.available() > 4) {
        String item = (String) rcv_data_ois.readObject();
        String host = (String) ServerFinder.getServer();
        Socket sok = new Socket(host, 5508);
        ObjectOutputStream sok_oos = new ObjectOutputStream(sok.getOutputStream());
        MyObj obj = new MyObj(item, query_made_on_machine2);
        sok_oos.writeObject(obj);
    }  // __while(loadData.isAlive())__on machine #2, i start another
    LoadData loadData = new LoadData(send_data, query_made_on_machine2);
    loadData.start();
    .....thanks.

    >
    what is a good solution?
    Do it all on box #2 would be a really good solution.
    Other than that cache the data.

  • Single Crystal Report based on Five different SAP BEx Quries.

    Hi,
    I need to create 5 different Charts (in a single report)  based on five different SAP BW BEx Queries. These are charts with 3- axes i.e. X,Y,Z.
    The example requirement is to create Line charts (Vertical Mixed Line Charts) and deatils are as follows: The chart should show CPU Utilization % for different servers (eg. Servers1,2,3,4,5) for each day in a particular month.
    Axes details:
    X- Axis - Date eg: 01 /09/2010 to 30/09/2010
    Y-Axis - CPU Utilisation Percent
    Z-Axis - Servers from 1 to 5
    The above detailed chart comes from a BEx Query . In this way there are four more BEx queries which should give four other charts.
    My queries are:
    1. Is this possible to create a single report using five different BEx queries and Create 5 different charts(one chart from each BEx Query) in a single tab as in the current manual report.(All the five Line charts should be downloadable to a single sheet in Excel)
    2. One more, should I use Crystal Reports only? The charts are of high format natute so Web Intelligence will not produce the same.  Is any other tool that helps for this requirement.
    3. I can create five different Universes based on BEx Queries. Is this possible to create a single report from five different Universes.
    Please advise.
    Nanda Kishore.
    Edited by: Nanda Kishore B on Oct 21, 2010 8:05 AM

    To start with you cannot use SAP BW universes in Crystal Reports., YOu have to use the BW MDX driver.
    For performance reasons I would suggest to add 4 subreports into your main reports containing each on of the 4 remaining charts.
    Regards,
    Stratos

  • Joining 4 select quries result

    Hi there
    i jeed need a little help here
    i have 4 select statments which produces different result set i want to mere there result in single statement how can i do that
    select (first select) as this,(2nd select) as this
    like SQL server doesnt seems to work here are my quries
    SELECT INDS_ECONOMY_ACTIVITY_L4.CODE, INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4,
    INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4_AR, COUNT(INDS_T000D_GEN_INFO.IND_SER_NO) AS NUMBER_EST
    FROM INDS_T000D_GEN_INFO, INDS_ECONOMY_ACTIVITY_L4, INDS_T151D_WASTE_QTY
    WHERE INDS_T000D_GEN_INFO.MAIN_ECO_ACT = INDS_ECONOMY_ACTIVITY_L4.CODE AND
    INDS_T000D_GEN_INFO.YEAR = INDS_T151D_WASTE_QTY.YEAR AND
    INDS_T000D_GEN_INFO.IND_SER_NO = INDS_T151D_WASTE_QTY.IND_SER_NO AND (INDS_T151D_WASTE_QTY.SOLID_QTY > 0)
    GROUP BY INDS_ECONOMY_ACTIVITY_L4.CODE, INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4,
    INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4_AR
    SELECT INDS_ECONOMY_ACTIVITY_L4.CODE, INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4,
    INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4_AR, COUNT(INDS_T000D_GEN_INFO.IND_SER_NO) AS NUMBER_EST
    FROM INDS_T000D_GEN_INFO, INDS_ECONOMY_ACTIVITY_L4, INDS_T151D_WASTE_QTY
    WHERE INDS_T000D_GEN_INFO.MAIN_ECO_ACT = INDS_ECONOMY_ACTIVITY_L4.CODE AND
    INDS_T000D_GEN_INFO.YEAR = INDS_T151D_WASTE_QTY.YEAR AND
    INDS_T000D_GEN_INFO.IND_SER_NO = INDS_T151D_WASTE_QTY.IND_SER_NO AND (INDS_T151D_WASTE_QTY.LIQUID_QTY > 0)
    GROUP BY INDS_ECONOMY_ACTIVITY_L4.CODE, INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4,
    INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4_AR
    SELECT INDS_ECONOMY_ACTIVITY_L4.CODE, INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4,
    INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4_AR, COUNT(INDS_T000D_GEN_INFO.IND_SER_NO) AS NUMBER_EST
    FROM INDS_T000D_GEN_INFO, INDS_ECONOMY_ACTIVITY_L4, INDS_T151D_WASTE_QTY
    WHERE INDS_T000D_GEN_INFO.MAIN_ECO_ACT = INDS_ECONOMY_ACTIVITY_L4.CODE AND
    INDS_T000D_GEN_INFO.YEAR = INDS_T151D_WASTE_QTY.YEAR AND
    INDS_T000D_GEN_INFO.IND_SER_NO = INDS_T151D_WASTE_QTY.IND_SER_NO AND (INDS_T151D_WASTE_QTY.DANGER_QTY > 0)
    GROUP BY INDS_ECONOMY_ACTIVITY_L4.CODE, INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4,
    INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4_AR
    SELECT INDS_ECONOMY_ACTIVITY_L4.CODE, INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4,
    INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4_AR, COUNT(INDS_T000D_GEN_INFO.IND_SER_NO) AS NUMBER_EST
    FROM INDS_T000D_GEN_INFO, INDS_ECONOMY_ACTIVITY_L4, INDS_T151D_WASTE_QTY
    WHERE INDS_T000D_GEN_INFO.MAIN_ECO_ACT = INDS_ECONOMY_ACTIVITY_L4.CODE AND
    INDS_T000D_GEN_INFO.YEAR = INDS_T151D_WASTE_QTY.YEAR AND
    INDS_T000D_GEN_INFO.IND_SER_NO = INDS_T151D_WASTE_QTY.IND_SER_NO AND (INDS_T151D_WASTE_QTY.OTHER_QTY > 0)
    GROUP BY INDS_ECONOMY_ACTIVITY_L4.CODE, INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4,
    INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4_AR

    HI
    IT WOULD BETTER IF U CAN
    GIVE DETAILS ABOUT TABLES STRUCTURE USED
    HOPE U CAN TRY THIS WAY
    SELECT T2.INDS_ECONOMY_ACTIVITY_L4.CODE ,
    (SELECT (REQUIRED COLUMN) FROM
    (SELECT INDS_ECONOMY_ACTIVITY_L4.CODE, INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4,
    INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4_AR, COUNT(INDS_T000D_GEN_INFO.IND_SER_NO) AS NUMBER_EST
    FROM INDS_T000D_GEN_INFO, INDS_ECONOMY_ACTIVITY_L4 T1, INDS_T151D_WASTE_QTY
    WHERE INDS_T000D_GEN_INFO.MAIN_ECO_ACT = INDS_ECONOMY_ACTIVITY_L4.CODE AND
    INDS_T000D_GEN_INFO.YEAR = INDS_T151D_WASTE_QTY.YEAR AND
    INDS_T000D_GEN_INFO.IND_SER_NO = INDS_T151D_WASTE_QTY.IND_SER_NO AND (INDS_T151D_WASTE_QTY.SOLID_QTY > 0)
    GROUP BY INDS_ECONOMY_ACTIVITY_L4.CODE, INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4,
    INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4_AR)
    WHERE T1.INDS_ECONOMY_ACTIVITY_L4.CODE = T2.INDS_ECONOMY_ACTIVITY_L4.CODE) AS CODE,
    (SELECT (REQUIRED COLUMN) FROM
    (SELECT INDS_ECONOMY_ACTIVITY_L4.CODE, INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4,
    INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4_AR, COUNT(INDS_T000D_GEN_INFO.IND_SER_NO) AS NUMBER_EST
    FROM INDS_T000D_GEN_INFO, INDS_ECONOMY_ACTIVITY_L4 T1, INDS_T151D_WASTE_QTY
    WHERE INDS_T000D_GEN_INFO.MAIN_ECO_ACT = INDS_ECONOMY_ACTIVITY_L4.CODE AND
    INDS_T000D_GEN_INFO.YEAR = INDS_T151D_WASTE_QTY.YEAR AND
    INDS_T000D_GEN_INFO.IND_SER_NO = INDS_T151D_WASTE_QTY.IND_SER_NO AND (INDS_T151D_WASTE_QTY.LIQUID_QTY > 0)
    GROUP BY INDS_ECONOMY_ACTIVITY_L4.CODE, INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4,
    INDS_ECONOMY_ACTIVITY_L4.ECONOMY_ACTIVITY_L4_AR)
    WHERE T1.INDS_ECONOMY_ACTIVITY_L4.CODE = T2.INDS_ECONOMY_ACTIVITY_L4.CODE) AS EST1
    FROM INDS_ECONOMY_ACTIVITY_L4 T2
    I HAVE BOLDED THE CHANGES IF THIS GIVES CORRECT RESULT SIIMILARLY U CAN TRY FOR OTHERS
    ELSE SORRY
    REGARDS
    S.NAGARAJ

  • Different Results From V$Rman_Backup_job_details  and V$Rman_Status

    Does anyone know why I would get different results from V$Rman_Backup_job_details and V$Rman_Status on the same instance?
    Image of Quries: www.hydell.com/OracleBackupDifferences.png
    Dates Returned For Latest Backup
    V$Rman_Status = 10/13/2011
    V$Rman_Backup_job_details = 7/24/2011
    Which view is the best to use for monitoring backups?
    Thanks in advance for the help.
    Rob

    oracle.dba.89 wrote:
    Please show the script and that might help look into this. Also the timezone of the OS shows EST. And cron shows the scheduled time at 12hrs. It should run at 12:00 EST hours and not GMT.
    Also please post output for below queries. Are backups run from the same node? (If RAC)
    select value from dba_scheduler_global_attribute where attribute_name = 'DEFAULT_TIMEZONE';
    Hi,
    This is the backup script
    #Set Variables
    ORACLE_HOME=/projects1/oramroprod/oracle/product/10.2.0/db_4
    ORACLE_SID=MROPROD
    PATH=$PATH:$ORACLE_HOME/bin
    btype="FULL"
    RMAN_BACKUP_LOC=/data1/RMAN/MROPROD
    export ORACLE_HOME
    export ORACLE_SID
    export PATH
    export btype
    tag="$ORACLE_SID"_"$btype"
    #Print commands and their arguments as they are executed
    set -x
    SDATE=`date +%m%d%y`
    STIME=`date +%H%M%S`
    DD=`date +%d%m%y`
    #Create daily backup directories
    mkdir -p $RMAN_BACKUP_LOC/datafiles_backup/bkp_${DD}
    mkdir -p $RMAN_BACKUP_LOC/controlfile_backup/bkp_${DD}
    mkdir -p $RMAN_BACKUP_LOC/arch_backup/bkp_${DD}
    mkdir $RMAN_BACKUP_LOC/logs
    #Take backup
    rman target / nocatalog log=$RMAN_BACKUP_LOC/logs/rman_${btype}_backup_${SDATE}_${STIME}.log << EOF1
    change archivelog all crosscheck;
    run {
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
    backup as compressed backupset incremental level 0 database tag '$tag' format '$RMAN_BACKUP_LOC/datafiles_backup/bkp_${DD}/%d_%s_%p';
    backup as compressed backupset archivelog all not backed up 1 times FORMAT '$RMAN_BACKUP_LOC/arch_backup/bkp_${DD}/ARCH_%d_%s_%p';
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO  '$RMAN_BACKUP_LOC/controlfile_backup/bkp_${DD}/%F';
    delete noprompt obsolete;
    delete noprompt archivelog all completed before 'sysdate-2';
    EXIT;
    EOF1
    This is not RAC.
    SQL> select value from dba_scheduler_global_attribute where attribute_name = 'DEFAULT_TIMEZONE';
    VALUE
    GMT

  • CSV  creation from 3 different cursors

    Hi
    we have requirement to generate CSV file from 3 Different cursors.
    Output CSV file should be as below
    Col1 Col2 Col3 Col4
    Data from Cursor 1 Data from Cursor 1 Data from Cursor 2 Data from Cursor 3
    Null Null Data from Cursor 2 Data from Cursor 3
    Null Null Data from Cursor 2 Data from Cursor 3
    Please let me know the way to implement this

    We have combined all three quries using UNION ALL as below.
    This extracting data to generate CSV file.
    SELECT pi.CPD_PID,
    pi.MDF_NAME,
    pi.MDF_HIERARCHY,
    pi.STATUS,
    pi.PUBLISH_DATE,
    pi.PUBLISH_Y_N,
    pi.ADD_ORDRN_INFO,
    pi.LAST_UPDATED_BY,
    pi.LAST_UPDATED_ON,
    env.QTY_PALLET,
    env.QTY_CARTON,
    env.METRIC,
    env.PRD_WEIGHT,
    env.PRD_WIDTH,
    env.PRD_HEIGHT,
    env.PRD_DEPTH,
    env.PKG_WEIGHT,
    env.PKG_WIDTH,
    env.PKG_HEIGHT,
    env.PKG_DEPTH,
    env.CARTON_WEIGHT,
    env.CARTON_WIDTH,
    env.CARTON_HEIGHT,
    env.CARTON_DEPTH,
    env.EST_LEAD_TIME,
    env.ORG_COUNTRY,
    env.PKG_CONTENT,
    env.ADDNL_ENV_INFO,
    env.OP_ALT,
    env.OP_HUMDTY,
    env.OP_TEMP,
    env.STOR_HUMDTY,
    env.STOR_TEMP,
    env.CE_MARK_EXP,
    env.CE_MARK_DATE,
    env.REGULTRY_CMPL,
    env.CERT_LOGOS,
    env.NOISE_LVL,
    env.POWER_RANGE,
    env.POWER_DRAW,
    env.POWER_ADPT,
    ssw.WARRANTY,
    ssw.ASSO_SUP_SERVICE,
    ssw.ASSO_SERV_PID,
    ssw.ADDNL_SSW,
    h.POE,
    h.ADDNL_HW_INFO,
    h.OS,
    h.MIN_REQ,
    h.BUTN_OR_SWTCH,
    h.STAT_INDI,
    h.MOUNTING_OPT,
    h.AERL_ANTNA,
    h.PORTS,
    sl.ADDNL_SW_INFO,
    sl.LCNS_TYPE,
    sl.LCNS_QTY,
    sl.LCNS_TERM,
    mg.ADDNL_MGMT_INFO,
    mg.MGMT_PRTCL,
    mg.DIAGNSTC,
    mg.EVNT_LOG,
    mg.SW__OR__FW_UPDT_UPGRD,
    mg.WEB_UI,
    mg.MUL_LANG_SUPRT,
    np.NTW_PRTCL AS NP_NTW_PRTCL,
    np.CMPL_STD,
    np.IPV6,
    np.DNS_OR_DDNS,
    np.INTERFACES,
    np.CNCTION,
    np.CNCT_TECH,
    np.CABLING_TYPE,
    np.FREQ_BAND,
    np.FLASH_MEM_OR_RAM,
    np.PERF,
    np.PRIORTZ_TYPE,
    np.CAPACITY,
    np.AUTHNC_METHD,
    np.ENCRYP_TECH,
    np.NAT,
    np.QOS,
    np.QUEUE,
    np.SSIDS,
    np.VLAN_AND_VLAN_SUPRT,
    np.ADDNL_NTW_PERF_INFO,
    np.OPERATING_MODES,
    sec.ACL,
    sec.WRLES_ENTR_AUTHNC,
    sec.DMZ,
    sec.FRWALL,
    sec.SCRTY_CRTFCATE,
    sec.SECUR_MGMT,
    sec.USR_ACT_MGMT,
    sec.URL_FLTRNG,
    sec.UTM_THRPUT,
    sec.WEB_BITS,
    sec.WPA_BTS_AND_PRMS,
    sec.ADDNL_SECUR_INFO,
    sec.CLIENT_ISOLATION,
    wl.ADDNL_WRLES_INFO,
    wl.CHNL_AND_CHNL_SEL,
    wl.STD_AND_MODLTN,
    wl.TRNMT_PWR,
    wl.DATA_RATES,
    wl.RCV_SENSVT,
    wl.WPS,
    wl.WRLES_VLAN_MPING,
    vpn.ACT_WRLESS_CLIENT,
    vpn.ADDNL_VPN_INFO,
    vpn.VPN_RATE,
    vpn.ENCRYPTN,
    vpn.IPSEC,
    vpn.SSL_VPN,
    vpn.VPN_PAS_THRU,
    vts.CNCTVT_TECH,
    vts.DATA_LINK_PRTCL,
    vts.INTERFACES AS VTS_INTERFACES,
    vts.IP_TEL_FTRS,
    vts.NTW_PORTS,
    vts.NTW_TRNSP_PRTCL,
    vts.RMT_MGMT_PRTCL,
    vts.VOICE_CODEC AS VTS_VOICE_CODEC,
    vts.VOICE_PRTCL,
    vtep.ADDNL_VT_INFO,
    vtep.VOIP_PRTCL,
    vtep.CNCTN,
    vtep.KEY_EXP_MOD,
    vtep.FUNC_BTNS,
    vtep.DISPLAY,
    vtep.INDICATOR,
    vtep.AUTO_REDIAL,
    vtep.CALL_HOLD,
    vtep.CALLER_ID,
    vtep.CALL_FWD,
    vtep.CALL_TRANSFER,
    vtep.CALL_WAIT,
    vtep.MENU_OP,
    vtep.VOICE_FTR,
    vtep.VOICE_MAIL,
    vtep.DIAL_CALLS_MEM,
    vtep.MIS_CALL_MEM,
    vtep.DIALER_LOC,
    vtep.CALL_LOG_CAP,
    vtep.PHONE_DIR_CAP,
    vtep.SPEED_DIAL_CAP,
    vtep.RINGTONE,
    vtep.RINGER_CTRL,
    vtep.CONF_CALL_CAP,
    vtep.VOL_CTRL,
    vtep.SPEAKER,
    vtep.INTERCOM,
    vtep.NTW_FTR,
    vtep.NTW_PRTCL,
    vtep.SERV_QUALTY,
    vtep.IP_ADD_ASSGN,
    vtep.VOICE_CODEC,
    vtep.COMPL_STD,
    vtep.LINES_SUPPORTED,
    vtv.ADDNL_VID_INFO,
    vtv.IMG_DEVICE,
    vtv.IMG_CTRL,
    vtv.SHUTR_SPEED,
    vtv.DYMIC_RNG,
    vtv.LENS,
    vtv.MIN_ILLMNTN,
    vtv.RES_AND_FRM_RATE,
    vtv.AUDIO_CMPRESN,
    vtv.VID_CMPRESN,
    vtv.VID_STRMNG,
    vtv.PRTCLS,
    vtv.STORAGE,
    (SELECT LISTAGG (author, ';') WITHIN GROUP (ORDER BY author)
    AS author
    FROM cpd_author
    WHERE cpd_pid = pi.cpd_pid)
    AS "AUTHORS",
    (SELECT listagg (fullname, ';')
    WITHIN GROUP (ORDER BY fullname)
    authors
    FROM (SELECT DISTINCT
    C.CPD_PID mypid,
    INITCAP (p.first_name)
    || ' '
    || INITCAP (p.last_name)
    fullname
    FROM APPS.per_all_people_f p,
    APPS.fnd_user u,
    cpd_author C
    WHERE p.person_id = u.employee_id
    AND u.end_date IS NULL
    AND UPPER (u.user_name) = UPPER (C.author))
    WHERE mypid = pi.CPD_PID)
    AUTHOR_NAMES,
    (SELECT LISTAGG (pm, ';') WITHIN GROUP (ORDER BY pm) AS pm
    FROM cpd_product_mngr
    WHERE cpd_pid = pi.cpd_pid)
    AS "PM",
    (SELECT LISTAGG (reviewer, ';')
    WITHIN GROUP (ORDER BY reviewer)
    AS reviewer
    FROM cpd_reviewer
    WHERE cpd_pid = pi.cpd_pid)
    AS "REVIEWER",
    (SELECT LISTAGG (marketing_pm, ';')
    WITHIN GROUP (ORDER BY marketing_pm)
    AS marketing_pm
    FROM cpd_mkting_mngr
    WHERE cpd_pid = pi.cpd_pid)
    AS "MARKETING_MANAGER",
    NULL AS associated_pid,
    NULL AS std_country,
    NULL AS std_country_code,
    NULL AS language,
    NULL AS upc_or_ean,
    NULL AS price_list,
    NULL AS fst_ord_date,
    NULL AS fst_ship_date,
    NULL AS end_sale_date,
    NULL AS end_life_date,
    NULL AS us_eccn,
    NULL AS ccats,
    NULL AS price_wpl,
    NULL AS COPY_BLOCK,
    NULL AS FEATURES,
    NULL AS INTRO_COPY,
    NULL AS PRD_IMAGE,
    NULL AS ADDNL_MKT_INFO,
    NULL AS MKT_HEADER,
    NULL AS CMPTRY_PRD,
    NULL AS MKT_LANGUAGE
    FROM CPD_PRODUCT_INFO pi
    LEFT JOIN CPD_ENVIRONMENTAL env
    ON pi.cpd_pid = env.cpd_pid
    LEFT JOIN CPD_SSW ssw
    ON pi.cpd_pid = ssw.cpd_pid
    LEFT JOIN CPD_HARDWARE h
    ON pi.cpd_pid = h.cpd_pid
    LEFT JOIN CPD_SW_LICENSE sl
    ON pi.cpd_pid = sl.cpd_pid
    LEFT JOIN CPD_MANAGEMENT mg
    ON pi.cpd_pid = mg.cpd_pid
    LEFT JOIN CPD_NTW_PERFORMANCE np
    ON pi.cpd_pid = np.cpd_pid
    LEFT JOIN CPD_SECURITY sec
    ON pi.cpd_pid = sec.cpd_pid
    LEFT JOIN CPD_WIRELESS wl
    ON pi.cpd_pid = wl.cpd_pid
    LEFT JOIN CPD_VPN vpn
    ON pi.cpd_pid = vpn.cpd_pid
    LEFT JOIN CPD_VT_SYSTEMS vts
    ON pi.cpd_pid = vts.cpd_pid
    LEFT JOIN CPD_VT_ENDPOINTS vtep
    ON pi.cpd_pid = vtep.cpd_pid
    LEFT JOIN CPD_VIDEO vtv
    ON pi.cpd_pid = vtv.cpd_pid
    WHERE pi.cpd_pid IN
    (SELECT cpd_pid FROM CPD_PRODUCT_INFO WHERE STATUS = 'SUBMITTED')
    -- AND pi.STATUS = 'SUBMITTED'
    UNION ALL
    (SELECT CPD_PID,
    NULL AS MDF_NAME,
    NULL AS MDF_HIERARCHY,
    NULL AS STATUS,
    NULL AS PUBLISH_DATE,
    NULL AS PUBLISH_Y_N,
    NULL AS ADD_ORDRN_INFO,
    NULL AS LAST_UPDATED_BY,
    NULL AS LAST_UPDATED_ON,
    NULL AS QTY_PALLET,
    NULL AS QTY_CARTON,
    NULL AS METRIC,
    NULL AS PRD_WEIGHT,
    NULL AS PRD_WIDTH,
    NULL AS PRD_HEIGHT,
    NULL AS PRD_DEPTH,
    NULL AS PKG_WEIGHT,
    NULL AS PKG_WIDTH,
    NULL AS PKG_HEIGHT,
    NULL AS PKG_DEPTH,
    NULL AS CARTON_WEIGHT,
    NULL AS CARTON_WIDTH,
    NULL AS CARTON_HEIGHT,
    NULL AS CARTON_DEPTH,
    NULL AS EST_LEAD_TIME,
    NULL AS ORG_COUNTRY,
    NULL AS PKG_CONTENT,
    NULL AS ADDNL_ENV_INFO,
    NULL AS OP_ALT,
    NULL AS OP_HUMDTY,
    NULL AS OP_TEMP,
    NULL AS STOR_HUMDTY,
    NULL AS STOR_TEMP,
    NULL AS CE_MARK_EXP,
    NULL AS CE_MARK_DATE,
    NULL AS REGULTRY_CMPL,
    NULL AS CERT_LOGOS,
    NULL AS NOISE_LVL,
    NULL AS POWER_RANGE,
    NULL AS POWER_DRAW,
    NULL AS POWER_ADPT,
    NULL AS WARRANTY,
    NULL AS ASSO_SUP_SERVICE,
    NULL AS ASSO_SERV_PID,
    NULL AS ADDNL_SSW,
    NULL AS POE,
    NULL AS ADDNL_HW_INFO,
    NULL AS OS,
    NULL AS MIN_REQ,
    NULL AS BUTN_OR_SWTCH,
    NULL AS STAT_INDI,
    NULL AS MOUNTING_OPT,
    NULL AS AERL_ANTNA,
    NULL AS PORTS,
    NULL AS ADDNL_SW_INFO,
    NULL AS LCNS_TYPE,
    NULL AS LCNS_QTY,
    NULL AS LCNS_TERM,
    NULL AS ADDNL_MGMT_INFO,
    NULL AS MGMT_PRTCL,
    NULL AS DIAGNSTC,
    NULL AS EVNT_LOG,
    NULL AS SW__OR__FW_UPDT_UPGRD,
    NULL AS WEB_UI,
    NULL AS MUL_LANG_SUPRT,
    NULL AS NP_NTW_PRTCL,
    NULL AS CMPL_STD,
    NULL AS IPV6,
    NULL AS DNS_OR_DDNS,
    NULL AS INTERFACES,
    NULL AS CNCTION,
    NULL AS CNCT_TECH,
    NULL AS CABLING_TYPE,
    NULL AS FREQ_BAND,
    NULL AS FLASH_MEM_OR_RAM,
    NULL AS PERF,
    NULL AS PRIORTZ_TYPE,
    NULL AS CAPACITY,
    NULL AS AUTHNC_METHD,
    NULL AS ENCRYP_TECH,
    NULL AS NAT,
    NULL AS QOS,
    NULL AS QUEUE,
    NULL AS SSIDS,
    NULL AS VLAN_AND_VLAN_SUPRT,
    NULL AS ADDNL_NTW_PERF_INFO,
    NULL AS OPERATING_MODES,
    NULL AS ACL,
    NULL AS WRLES_ENTR_AUTHNC,
    NULL AS DMZ,
    NULL AS FRWALL,
    NULL AS SCRTY_CRTFCATE,
    NULL AS SECUR_MGMT,
    NULL AS USR_ACT_MGMT,
    NULL AS URL_FLTRNG,
    NULL AS UTM_THRPUT,
    NULL AS WEB_BITS,
    NULL AS WPA_BTS_AND_PRMS,
    NULL AS ADDNL_SECUR_INFO,
    NULL AS CLIENT_ISOLATION,
    NULL AS ADDNL_WRLES_INFO,
    NULL AS CHNL_AND_CHNL_SEL,
    NULL AS STD_AND_MODLTN,
    NULL AS TRNMT_PWR,
    NULL AS DATA_RATES,
    NULL AS RCV_SENSVT,
    NULL AS WPS,
    NULL AS WRLES_VLAN_MPING,
    NULL AS ACT_WRLESS_CLIENT,
    NULL AS ADDNL_VPN_INFO,
    NULL AS VPN_RATE,
    NULL AS ENCRYPTN,
    NULL AS IPSEC,
    NULL AS SSL_VPN,
    NULL AS VPN_PAS_THRU,
    NULL AS CNCTVT_TECH,
    NULL AS DATA_LINK_PRTCL,
    NULL AS VTS_INTERFACES,
    NULL AS IP_TEL_FTRS,
    NULL AS NTW_PORTS,
    NULL AS NTW_TRNSP_PRTCL,
    NULL AS RMT_MGMT_PRTCL,
    NULL AS VTS_VOICE_CODEC,
    NULL AS VOICE_PRTCL,
    NULL AS ADDNL_VT_INFO,
    NULL AS VOIP_PRTCL,
    NULL AS CNCTN,
    NULL AS KEY_EXP_MOD,
    NULL AS FUNC_BTNS,
    NULL AS DISPLAY,
    NULL AS INDICATOR,
    NULL AS AUTO_REDIAL,
    NULL AS CALL_HOLD,
    NULL AS CALLER_ID,
    NULL AS CALL_FWD,
    NULL AS CALL_TRANSFER,
    NULL AS CALL_WAIT,
    NULL AS MENU_OP,
    NULL AS VOICE_FTR,
    NULL AS VOICE_MAIL,
    NULL AS DIAL_CALLS_MEM,
    NULL AS MIS_CALL_MEM,
    NULL AS DIALER_LOC,
    NULL AS CALL_LOG_CAP,
    NULL AS PHONE_DIR_CAP,
    NULL AS SPEED_DIAL_CAP,
    NULL AS RINGTONE,
    NULL AS RINGER_CTRL,
    NULL AS CONF_CALL_CAP,
    NULL AS VOL_CTRL,
    NULL AS SPEAKER,
    NULL AS INTERCOM,
    NULL AS NTW_FTR,
    NULL AS NTW_PRTCL,
    NULL AS SERV_QUALTY,
    NULL AS IP_ADD_ASSGN,
    NULL AS VOICE_CODEC,
    NULL AS COMPL_STD,
    NULL AS LINES_SUPPORTED,
    NULL AS ADDNL_VID_INFO,
    NULL AS IMG_DEVICE,
    NULL AS IMG_CTRL,
    NULL AS SHUTR_SPEED,
    NULL AS DYMIC_RNG,
    NULL AS LENS,
    NULL AS MIN_ILLMNTN,
    NULL AS RES_AND_FRM_RATE,
    NULL AS AUDIO_CMPRESN,
    NULL AS VID_CMPRESN,
    NULL AS VID_STRMNG,
    NULL AS PRTCLS,
    NULL AS STORAGE,
    NULL AS AUTHORS,
    NULL AS AUTHOR_NAMES,
    NULL AS PM,
    NULL AS REVIEWER,
    NULL AS MARKETING_MANAGER,
    associated_pid,
    std_country,
    std_country_code,
    language,
    upc_or_ean,
    TRIM (CONCAT (TO_CHAR (price_list), ' ' || price_list_currency))
    AS price_list,
    fst_ord_date,
    fst_ship_date,
    end_sale_date,
    end_life_date,
    us_eccn,
    ccats,
    TRIM (CONCAT (TO_CHAR (price_wpl), ' ' || price_wpl_currency))
    AS price_wpl,
    NULL AS COPY_BLOCK,
    NULL AS FEATURES,
    NULL AS INTRO_COPY,
    NULL AS PRD_IMAGE,
    NULL AS ADDNL_MKT_INFO,
    NULL AS MKT_HEADER,
    NULL AS CMPTRY_PRD,
    NULL AS MKT_LANGUAGE
    FROM CPD_ORDERING_INFO )
    UNION ALL
    (SELECT CPD_PID,
    NULL AS MDF_NAME,
    NULL AS MDF_HIERARCHY,
    NULL AS STATUS,
    NULL AS PUBLISH_DATE,
    NULL AS PUBLISH_Y_N,
    NULL AS ADD_ORDRN_INFO,
    NULL AS LAST_UPDATED_BY,
    NULL AS LAST_UPDATED_ON,
    NULL AS QTY_PALLET,
    NULL AS QTY_CARTON,
    NULL AS METRIC,
    NULL AS PRD_WEIGHT,
    NULL AS PRD_WIDTH,
    NULL AS PRD_HEIGHT,
    NULL AS PRD_DEPTH,
    NULL AS PKG_WEIGHT,
    NULL AS PKG_WIDTH,
    NULL AS PKG_HEIGHT,
    NULL AS PKG_DEPTH,
    NULL AS CARTON_WEIGHT,
    NULL AS CARTON_WIDTH,
    NULL AS CARTON_HEIGHT,
    NULL AS CARTON_DEPTH,
    NULL AS EST_LEAD_TIME,
    NULL AS ORG_COUNTRY,
    NULL AS PKG_CONTENT,
    NULL AS ADDNL_ENV_INFO,
    NULL AS OP_ALT,
    NULL AS OP_HUMDTY,
    NULL AS OP_TEMP,
    NULL AS STOR_HUMDTY,
    NULL AS STOR_TEMP,
    NULL AS CE_MARK_EXP,
    NULL AS CE_MARK_DATE,
    NULL AS REGULTRY_CMPL,
    NULL AS CERT_LOGOS,
    NULL AS NOISE_LVL,
    NULL AS POWER_RANGE,
    NULL AS POWER_DRAW,
    NULL AS POWER_ADPT,
    NULL AS WARRANTY,
    NULL AS ASSO_SUP_SERVICE,
    NULL AS ASSO_SERV_PID,
    NULL AS ADDNL_SSW,
    NULL AS POE,
    NULL AS ADDNL_HW_INFO,
    NULL AS OS,
    NULL AS MIN_REQ,
    NULL AS BUTN_OR_SWTCH,
    NULL AS STAT_INDI,
    NULL AS MOUNTING_OPT,
    NULL AS AERL_ANTNA,
    NULL AS PORTS,
    NULL AS ADDNL_SW_INFO,
    NULL AS LCNS_TYPE,
    NULL AS LCNS_QTY,
    NULL AS LCNS_TERM,
    NULL AS ADDNL_MGMT_INFO,
    NULL AS MGMT_PRTCL,
    NULL AS DIAGNSTC,
    NULL AS EVNT_LOG,
    NULL AS SW__OR__FW_UPDT_UPGRD,
    NULL AS WEB_UI,
    NULL AS MUL_LANG_SUPRT,
    NULL AS NP_NTW_PRTCL,
    NULL AS CMPL_STD,
    NULL AS IPV6,
    NULL AS DNS_OR_DDNS,
    NULL AS INTERFACES,
    NULL AS CNCTION,
    NULL AS CNCT_TECH,
    NULL AS CABLING_TYPE,
    NULL AS FREQ_BAND,
    NULL AS FLASH_MEM_OR_RAM,
    NULL AS PERF,
    NULL AS PRIORTZ_TYPE,
    NULL AS CAPACITY,
    NULL AS AUTHNC_METHD,
    NULL AS ENCRYP_TECH,
    NULL AS NAT,
    NULL AS QOS,
    NULL AS QUEUE,
    NULL AS SSIDS,
    NULL AS VLAN_AND_VLAN_SUPRT,
    NULL AS ADDNL_NTW_PERF_INFO,
    NULL AS OPERATING_MODES,
    NULL AS ACL,
    NULL AS WRLES_ENTR_AUTHNC,
    NULL AS DMZ,
    NULL AS FRWALL,
    NULL AS SCRTY_CRTFCATE,
    NULL AS SECUR_MGMT,
    NULL AS USR_ACT_MGMT,
    NULL AS URL_FLTRNG,
    NULL AS UTM_THRPUT,
    NULL AS WEB_BITS,
    NULL AS WPA_BTS_AND_PRMS,
    NULL AS ADDNL_SECUR_INFO,
    NULL AS CLIENT_ISOLATION,
    NULL AS ADDNL_WRLES_INFO,
    NULL AS CHNL_AND_CHNL_SEL,
    NULL AS STD_AND_MODLTN,
    NULL AS TRNMT_PWR,
    NULL AS DATA_RATES,
    NULL AS RCV_SENSVT,
    NULL AS WPS,
    NULL AS WRLES_VLAN_MPING,
    NULL AS ACT_WRLESS_CLIENT,
    NULL AS ADDNL_VPN_INFO,
    NULL AS VPN_RATE,
    NULL AS ENCRYPTN,
    NULL AS IPSEC,
    NULL AS SSL_VPN,
    NULL AS VPN_PAS_THRU,
    NULL AS CNCTVT_TECH,
    NULL AS DATA_LINK_PRTCL,
    NULL AS VTS_INTERFACES,
    NULL AS IP_TEL_FTRS,
    NULL AS NTW_PORTS,
    NULL AS NTW_TRNSP_PRTCL,
    NULL AS RMT_MGMT_PRTCL,
    NULL AS VTS_VOICE_CODEC,
    NULL AS VOICE_PRTCL,
    NULL AS ADDNL_VT_INFO,
    NULL AS VOIP_PRTCL,
    NULL AS CNCTN,
    NULL AS KEY_EXP_MOD,
    NULL AS FUNC_BTNS,
    NULL AS DISPLAY,
    NULL AS INDICATOR,
    NULL AS AUTO_REDIAL,
    NULL AS CALL_HOLD,
    NULL AS CALLER_ID,
    NULL AS CALL_FWD,
    NULL AS CALL_TRANSFER,
    NULL AS CALL_WAIT,
    NULL AS MENU_OP,
    NULL AS VOICE_FTR,
    NULL AS VOICE_MAIL,
    NULL AS DIAL_CALLS_MEM,
    NULL AS MIS_CALL_MEM,
    NULL AS DIALER_LOC,
    NULL AS CALL_LOG_CAP,
    NULL AS PHONE_DIR_CAP,
    NULL AS SPEED_DIAL_CAP,
    NULL AS RINGTONE,
    NULL AS RINGER_CTRL,
    NULL AS CONF_CALL_CAP,
    NULL AS VOL_CTRL,
    NULL AS SPEAKER,
    NULL AS INTERCOM,
    NULL AS NTW_FTR,
    NULL AS NTW_PRTCL,
    NULL AS SERV_QUALTY,
    NULL AS IP_ADD_ASSGN,
    NULL AS VOICE_CODEC,
    NULL AS COMPL_STD,
    NULL AS LINES_SUPPORTED,
    NULL AS ADDNL_VID_INFO,
    NULL AS IMG_DEVICE,
    NULL AS IMG_CTRL,
    NULL AS SHUTR_SPEED,
    NULL AS DYMIC_RNG,
    NULL AS LENS,
    NULL AS MIN_ILLMNTN,
    NULL AS RES_AND_FRM_RATE,
    NULL AS AUDIO_CMPRESN,
    NULL AS VID_CMPRESN,
    NULL AS VID_STRMNG,
    NULL AS PRTCLS,
    NULL AS STORAGE,
    NULL AS AUTHORS,
    NULL AS AUTHOR_NAMES,
    NULL AS PM,
    NULL AS REVIEWER,
    NULL AS MARKETING_MANAGER,
    NULL AS associated_pid,
    NULL AS std_country,
    NULL AS std_country_code,
    NULL AS language,
    NULL AS upc_or_ean,
    NULL AS price_list,
    NULL AS fst_ord_date,
    NULL AS fst_ship_date,
    NULL AS end_sale_date,
    NULL AS end_life_date,
    NULL AS us_eccn,
    NULL AS ccats,
    NULL AS price_wpl,
    COPY_BLOCK,
    FEATURES,
    INTRO_COPY,
    PRD_IMAGE,
    ADDNL_MKT_INFO,
    HEADER AS MKT_HEADER,
    CMPTRY_PRD,
    LANGUAGE MKT_LANGUAGE
    FROM CPD_MARKETING
    But format is coming as below
    Col1     Col2     Col3
    Row1 from query 1          
         row1 from query 2     
              row1 from query 3
    As per the requirement it should be like this
    Col1      Col2     Col3
    Row1 from query 1     row1 from query 2     row1 from query 3
    Please help me to resolve this

  • Different count

    What is the difference between these two quries why they returning two different count. can any one explain....
    ---1
    select count(distinct (t.id)) FROM
    select row_number() OVER (PArtition by s.sid order by s.sid)n, s.*
    FROM sub s inner join payee p on s.sid= p.sid
    where
    s.status in ('A','B','C','D')
    and s.productid in ('m','s')
    and s.billingMethod='online'
    ) t where t.n=1
    ---2
    select count(distinct (t.id)) FROM
    select row_number() OVER (PArtition by s.sid order by s.sid)n, s.*
    FROM sub s inner join payee p on s.sid= p.sid
    ) t where t.n=1
    AND
    s.status in ('A','B','C','D')
    and s.productid in ('m','s')
    and s.billingMethod='online'
    http://zaimraza.wordpress.com/

    Hi,
    First Query derived based on rownumber
    select row_number() OVER (PArtition by s.sid order by s.sid)n, s.*   -----*** row number working based on where conditions
    FROM sub s inner join payee p on s.sid= p.sid 
    its return some value
    and 
    select row_number() OVER (PArtition by s.sid order by s.sid)n, s.*   -----*** row number working based on where conditions
    FROM sub s inner join payee p on s.sid= p.sid
    where  s.status in ('A','B','C','D')
    and s.productid in ('m','s')
    and s.billingMethod='online'
    this one return different row number, because in this row number calculated based on where condition
    then finally n=1 returns some value.
    2. in second query obviously differs from first from one 
    because 
    select *  FROM   
    select row_number() OVER (PArtition by s.sid order by s.sid)n, s.*  
    FROM sub s inner join payee p on s.sid= p.sid
    ) t  
     in this query row number calculated and consider as t table so row number wont change.
    select *  FROM   
    select row_number() OVER (PArtition by s.sid order by s.sid)n, s.*  
    FROM sub s inner join payee p on s.sid= p.sid
    ) t 
    where t.n = 1
    and t.status in ('A','B','C','D')
    and t.productid in ('m','s')
    and t.billingMethod='online'
    so after adding where clause the count should differs.
    Note: execute step by step , then you can get clear idea.
    thanks & Regards,
    gvrspk veni.

  • How can different family members in one household ...

    Hi
    I want to subscribe to a skype number for my daughter and I will be paying for it. How can this be done?  I went ahead and purchased another number today. Will she need to set up a totally new account or will she be under my account using a different number?
    Thank you in advance,
    peacejourney

    MaxL does not have commands to alter an outline directly, except the reset command which can delete all dimensions but not members selectively. The best you could do would be to run a rules file (import dimensions) using a file that contains the members you want to keepload rule for the dimension. As typical the warning is to test this first before you do it on a production database

  • Hi, i am trying to open and view a report that comes from another server with different odbc connection

    hi, i am trying to open and view a report that comes from another server with different odbc connection
    i created a crystal report for a mysql database on my machine and everything works great
    but we have other reports that come from other machines with different odbc connection
    and this its not working when opens the report asks for credentials
    and i cannot use the remote ip for these reports that come from other machine
    question
    if i cannot connect to remote ip to open the report
    for each report i have to create a database the report database on my machine and then open the report ?
    or there is some other way to open the report ?
    i am using visual studio 2013 and mysql and
       <add key="MYSQLODBCDRIVER" value="{MySQL ODBC 5.3 UNICODE Driver}"/>
    thanks

    short
    i have a report that it was created on another server with a specific dsn
    now i am trying to open the report on my machine
    the database from the other server does not exist on my machine
    the server machine where the report was created the ip its not accessible
    question ?
    can i open the report on my machine or its impossible ?
    thanks

  • CD song titles do not show up on a different Mac

    Why...? After laboriously typing title info into my Playlist of original, non-commercial, not posted-on-the-net tunes...does this info always show up on a different computer as 'Track 01, Track 02, etc.' on the CD I burned from this Playlist?! This wreaks havoc on demo disc process. I want to send to these out to people, and it takes an unnecessary amount of time to re-type in the info. Does anyone know of a fix for this iTunes problem? Or a better software program?

    Does anyone know of an audio CD burner that will consistently label the original information?
    Audio CDs do NOT have info except for CD-TEXT, no matter which program you use.
    The Redbook audio CD standard does not allow for anything except CD-TEXT.
    iTunes will write CD-TEXT but it will not read CD-TEXT.
    You can burn data CDs and all the info will be retained and can be played in iTunes.

  • Mixing memory module of different sizes in G5-8 slot machine

    is there a problem with Mixing memory module of different sizes in G5-8 slot machine
    I have 2gb on four slots with 512 memory chips
    Can I upgrade my memory with 1gb chips in the remaining four slots.

    Hi epospiech-
    Yes you can.
    Instructions here: Memory (DIMMs) Replacement Instructions
    Luck-
    -DaddyPaycheck

  • Problem when we created the managed server to configure different ports.

    I am trying to configure different ports for admin console and my communication service as we can’t share admin port to the outside world.
    So that only admin can access admin console using admin port.
    And out side clients can access my webapplication using different port.
    For this i have created the managed server in weblogic.and I deployed the application on managed server.
    Now admin server is running on 8001 port and my Communication Service application is running on 7001 port.
    But when I tried to configure MBeans related to myCommunicationServiceApplication those were disapper on admin console. And the other wlng services are appearing on admin console.
    1. Since my application deployed on managed server MBeans registration happened from myapplication hence it’s disappear on admin console.
    Now If I want to configure Mbeans (related to my communication service) how can I configure it?
    2. My communication service using configurationStore module and other wlng services.
    When I tried to start my application on managed server I got the below error:
    <Apr 28, 2009 12:22:44 PM IST> <Error> <Deployer> <BEA-149231> <dscp11166.TechMahindra.com> <Unable to set the activation state to true for the application 'wlng_nt_qualcomm_active_mediation [Version=1.0]'.
    com.bea.wlcp.wlng.api.storage.configuration.ConfigurationException: Configuration store module is not available.
    3. I tried to target all wlngResources to manged server by editing config.xml file.
    Then all wlng services disappears on admin console. If this is the case how can I configure container/account services on wlng?
    I have created the Basicweblogic domain.
    Below is the config.xml for reference.
    "QualcommServer" is managed server name.
    Can any one please suggest me how to configure this kind of scenarios?
    <server>
    <name>AdminServer</name>
    <machine>new_Machine_1</machine>
    <listen-port>8001</listen-port>
    <default-iiop-user>weblogic</default-iiop-user>
    <default-iiop-password-encrypted>{3DES}W8nBdoJPRZ8TkwcXwAZoxA==</default-iiop-password-encrypted>
    <listen-address>localhost</listen-address>
    </server>
    <server>
    <name>QualcommServer</name>
    <machine>new_Machine_1</machine>
    <listen-address>localhost</listen-address>
    <server-start>
    <java-vendor>Sun</java-vendor>
    <java-home>C:\Program Files\Java\jdk1.6.0</java-home>
    <class-path>C:\bea\wlng400\server\lib\weblogic.jar;C:\bea\wlng_pds400\lib\wlng\wlng.jar</class-path>
    <bea-home>C:\bea</bea-home>
    <username>weblogic</username>
    <password-encrypted>{3DES}W8nBdoJPRZ8TkwcXwAZoxA==</password-encrypted>
    </server-start>
    </server>
    <embedded-ldap>
    <name>managedserver</name>
    <credential-encrypted>{3DES}9q80YuFJueVVJxoWduJA1OGhbqk14EpgQWWyTrzlmxo=</credential-encrypted>
    </embedded-ldap>
    <configuration-version>10.0.1.0</configuration-version>
    <app-deployment>
    <name>wlng_nt_session#4.0</name>
    <target>QualcommServer</target>
    <module-type>ear</module-type>
    <source-path>C:\bea\wlng400/applications/wlng_nt_session.ear</source-path>
    <security-dd-model>CustomRolesAndPolicies</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>interceptors</name>
    <target>QualcommServer</target>
    <module-type>ear</module-type>
    <source-path>C:\bea\wlng400/applications/interceptors.ear</source-path>
    <security-dd-model>CustomRolesAndPolicies</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>wlng_prm</name>
    <target>QualcommServer</target>
    <module-type>ear</module-type>
    <source-path>C:\bea\wlng400/applications/wlng_prm.ear</source-path>
    <security-dd-model>CustomRolesAndPolicies</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>wlng_nt_qualcomm_active_mediation#1.0</name>
    <target>QualcommServer</target>
    <module-type>ear</module-type>
    <source-path>servers\AdminServer\upload\wlng_nt_qualcomm_active_mediation.ear</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <machine>
    <name>new_Machine_1</name>
    <node-manager>
    <name>new_Machine_1</name>
    <listen-address>localhost</listen-address>
    </node-manager>
    </machine>
    <jms-server>
    <name>JMSServer-AdminServer</name>
    <target>AdminServer</target>
    </jms-server>
    <jms-system-resource>
    <name>WLNGJMSResource</name>
    <target>QualcommServer</target>
    <descriptor-file-name>jms/wlng-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <custom-resource>
    <name>networktier</name>
    <target>AdminServer</target>
    <descriptor-file-name>custom/nt.xml</descriptor-file-name>
    <resource-class>com.bea.wlcp.wlng.management.descriptor.resource.WlngTierResource</resource-class>
    <descriptor-bean-class>com.bea.wlcp.wlng.management.descriptor.bean.WlngTierBean</descriptor-bean-class>
    </custom-resource>
    <custom-resource>
    <name>wlng-edr</name>
    <target>AdminServer</target>
    <descriptor-file-name>custom/wlng-edr.xml</descriptor-file-name>
    <resource-class>com.bea.wlcp.wlng.management.descriptor.resource.WlngEdrResource</resource-class>
    <descriptor-bean-class>com.bea.wlcp.wlng.management.descriptor.bean.WlngEdrBean</descriptor-bean-class>
    </custom-resource>
    <admin-server-name>AdminServer</admin-server-name>
    <jdbc-system-resource>
    <name>wlng.datasource</name>
    <target>QualcommServer</target>
    <descriptor-file-name>jdbc/wlng-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>wlng.localTX.datasource</name>
    <target>QualcommServer</target>
    <descriptor-file-name>jdbc/wlng-localTX-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    Thanks,
    Srinu Babu P

    Dear Nariharan,
    Today I faced a simlar issue, and this SAP Note helped me fix it: 1966807 - Duplication of AET table records in change processing
    In my case, cardinality of AET table was 1:1, and I was getting duplicate PARENT_ID every time when trying to create a subsequent service request for my activity.
    Regards,
    Andrew

  • I am trying to configure two WRV200 from 2 different loca...

    I am trying to configure two WRV200 from 2 different location and ADSL
    accounts. One location has PPPoE and the other has PPPoA. Both of it are
    having a Speedtouch 356 6V modem. The router which using PPPoE and having a DDNS from TZO.com has no problem with the Quick VPN but the router which using a PPPoA connection could not able to connect even the quick VPN.
    There is an option to ridirect the Public IP of Speedtouch to other network device and I manage to configure it and now my router who is having a PPPoA connection has a Public IP. But still the same problem VPN still not working.
    Is there any chance that I could make this router work with the PPPoA connection. I will really appreciate if somebody could help me with this problem.

    Sorry for making you confuse. Here is the VPN log details of the 2 routers.
    Router 1:
    000 "TunnelA": srcip=unset; dstip=unset; srcup=ipsec _updown; dstup=ipsec _updown;
    000 "TunnelA": ike_life: 28800s; ipsec_life: 3600s; rekey_margin: 5s; rekey_fuzz: 100%; keyingtries: 5
    000 "TunnelA": policy: PSK+ENCRYPT+TUNNEL+PFS+UP+AGGRESSIVE; prio: 24,24; interface: eth0; 000 "TunnelA": dpd: action:hold; delay:30; timeout:120;
    000 "TunnelA": newest ISAKMP SA: #0; newest IPsec SA: #0;
    000 "TunnelA": IKE algorithms wanted: 5_000-1-2, flags=strict
    000 "TunnelA": IKE algorithms found: 5_192-1_096-2,
    000 "TunnelA": ESP algorithms wanted: 3_000-1, flags=strict
    000 "TunnelA": ESP algorithms loaded: 3_000-1, flags=strict
    000 #12: "TunnelA":500 STATE_AGGR_I1 (sent AI1, expecting AR1); EVENT_RETRANSMIT in 9s; nodpd
    000 #12: pending Phase 2 for "TunnelA" replacing #0
    Router 2:
    000 "TunnelA": srcip=unset; dstip=unset; srcup=ipsec _updown; dstup=ipsec _updown;
    000 "TunnelA": ike_life: 28800s; ipsec_life: 3600s; rekey_margin: 540s; rekey_fuzz: 100%; keyingtries: 3
    000 "TunnelA": policy: PSK+ENCRYPT+TUNNEL+UP+AGGRESSIVE; prio: 24,24; interface: ppp0;
    000 "TunnelA": dpd: action:restart; delay:30; timeout:120;
    000 "TunnelA": newest ISAKMP SA: #0; newest IPsec SA: #0;
    000 "TunnelA": IKE algorithms wanted: 5_000-1-2, flags=strict
    000 "TunnelA": IKE algorithms found: 5_192-1_096-2,
    000 "TunnelA": ESP algorithms wanted: 3_000-1, flags=strict
    000 "TunnelA": ESP algorithms loaded: 3_000-1, flags=strict
    000 #3: "TunnelA":500 STATE_AGGR_I1 (sent AI1, expecting AR1); EVENT_RETRANSMIT in 8s; nodpd
    000 #3: pending Phase 2 for "TunnelA" replacing #0
    Hope this could help you.

Maybe you are looking for