No admin in project

Hi, I have some sensitive data that needs to be run through EDQ, but I don't want make it available to Administrators. However, in the Security tab of the Project Properties, it doesn't seem possible to exclude Administrators from a Project. Is there a way to do this?
Thanks

This is a tricky one. You could remove the "Data: View Data" permission from the Administrators group. Alternatively, you could remove the group from the Director application to stop them logging in the application. You need to bear in mind that as Administrators they have the permissions to change these settings back so if you want to prevent this then you'd need to create a second separate admin group just for managing user and group security permissions [and then obviously remove the appropriate rights from the first Administrators group].
Another option is to read and write the data using a client-side data store so that you don't need to copy it to the server landing area? You can turn off processor results so that none of the intermediate processing is visible in the UI. The downside of this approach is that you won't be able to run this as part of a job.
regards,
Nick

Similar Messages

  • Authorization object to WRITE/ADMIN all projects in cProjects

    Hello Everyone,
    Am looking for an authorization object/Role to WRITE/ADMIN all projects in cProjects (know from previous threads regarding ACO_SUPER object for READ access,looking for WRITE/ADMIN as well)
    Regards,
    Pradeepkumar Haragoldavar

    Hi,
    You can use the same object ACO_SUPER, by specifying WRITE or ADMIN activity instead of READ.
    BR
    Matthias

  • Project Server 2013 Task Reassignment Privileges Off? (Works in Timesheet)

    Version: Project Server 2013
    I'm trying to give our users access to reassign tasks.  I turned on "Reassign Task" on the Global Permissions and gave them security to "Assign Resource" on all their categories.
    I've tested this, and the "Reassign" feature is available and working then they are on the "Timesheet" page, but it is grayed out and gives the message:
    "This control is currently disabled.  You might not have the right permission level to use this, you might need to select an object or item, or the control might not work in this context."
    Again, the same task is available to be reassigned in Timesheet though.
    My guess is that this is a Security Permission issue, because my account which I am the Administrator and Owner of the project, I can reassign tasks on both pages.
    Any suggestions?
    Thanks,
    Justin
    It's me

    Hi Justin,
    Just for your information, as far as I know, the "assign resources" is not necessary for using the "reassign task" feature. The "reassign task" global permission is enough.
    To be sure to understand your issue, the "reassign task" button is available for you as admin or project owner, but not for users which you granted the "reassign task" permission to? Am I right?
    You are talking about global permissions but did you add the "reassign task" to the
    groups permission the users belong to?
    Silly question, but do the users have select a task before trying to reassign it?
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Saved Project is not visible/Accessible

    I am using MS project 2010 Server. I created a project, saved it to the Project Server, it saved successfully. I closed the project and if I click retrieve the project from the project server option, my newly
    saved project is not visible/accessible. What access do I need to see the project in Ms project Professional? Kindly note that the project is not Published.
    If I try to open it from the cache (Recent items), it says
    You do not have sufficient permissions to perform the requested action.
    contact your server administrator.
    Regards,

    Indeed you should at least belong to the project manager group, assuming you're using the default security model with no tweaking. Since I understand you're not the admin of Project Server, I'd suggest that youdo a working session with the admin, identifying
    which groups/categories you belong to and see which relevant permissions are missing (open project, save project...). 
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Multiple Checkbox Insert Handling

    Every so often, I need to refresh my knowledge regarding how to handle multiple check box selections, and how they get handled on an action page to insert correctly in a DB.
    In a helpdesk application, the admin assigns projects to technicians. He may assign one project to several technicians.
    The first action page inserts the data from the form into the DB with time and date stamps, due dates, etc.
    Here is where the selected checkboxes do not get passed.
    The second action page depends on the fist, populating a junction table using:
    <cfquery name="get_project_ID" datasource="#Request.BaseDSN#">
       SELECT MAX (project_ID) as lastID
       FROM main_projects
    </cfquery>
        <cfloop index="i" list="#tech_ID#">
            <cfquery name="TheQuery" datasource="#Request.BaseDSN#">
                INSERT
                INTO     junction_project_tech
                        (junc_tech_ID, junc_project_ID)
                VALUES     (
                            <cfqueryparam cfsqltype="cf_sql_integer" value="#i#">,
                            #get_project_ID.lastID#
            </cfquery>
        </cfloop>
    Any help would be greatly appriciated-
    newportweb

    Thanks for your quick reponse. I hope you don't cringe easily...
    1 form:
    <cfquery name="get_tech" datasource="#Request.BaseDSN#">
    SELECT *
    FROM lookup_tech
    </cfquery>   
    <form action="project_action.cfm" method="post">
    <p><strong>Description:</strong></p>
    <p><textarea cols="120" rows="10" name="project_desc" wrap="hard" class="inputtext"></textarea></p>
    <p><strong>Assigned Technicians</strong></p>
    <cfoutput query="get_tech">
        <tr>
    <td width="75%" class="tddynamic">#tech_lname# <div class="sbfield"><strong>Due Date:</strong> <input type="text" name="due_date" size="8" class="sbfield"> </td>
    <td width="25%" class="tddynamic"><INPUT Type="Checkbox" Name="tech_ID" Value="#tech_ID#"</td>
    </tr>
    </cfoutput>
    <cfoutput>
    <input type="hidden" name="assign_date" value="#DateFormat(CreateODBCDate(Now()), "mm/dd/yyyy")#">
    <input type="hidden" name="assign_time" value="#TimeFormat(CreateODBCTime(Now()), "hh:mm tt")#"></cfoutput>
    <input type="submit" name="" value="Submit Project" class="formbutton">
    </td>
    </tr></form>
    Action1
    <CFPARAM Name="tech_ID" Default=0>
    <cfquery name="create_project" datasource="#Request.BaseDSN#">
    INSERT INTO main_projects (
    project_desc,
    assigned,
    assign_date,
    assign_time,
    due_date,
    assigned_tech1,
    assigned_tech2,
    assigned_tech3,
    assigned_tech4,
    tech_1_hours,
    tech_2_hours,
    tech_3_hours,
    tech_4_hours
    VALUES  (
    '#project_desc#',
    1,
    '#Form.assign_date#',
    '#Form.assign_time#',
    '#FORM.due_date#',
    (insert checkbox values from form here),
    0,
    0,
    0,
    0
    )</cfquery>
    <cflocation url="project_action2.cfm?tech_ID=#Form.tech_ID#" addtoken="No">
    Action2: You have seen.
    DB: MS Access- I know, I know. I'm getting to SQL Server soon.
    Thanks again....

  • Searching xml, importing found stuff into newDocument

    I've an xml file which is structured like
    <people>
         <name id="my name">
              <holiday>
                   <allocated num="25"/>
                   <taken num="0"/>
                   <unused num="25"/>
              </holiday>
              <time>
                   <admin />
                   <marketing />
                   <projects />
                   <RandD />
                   <offSick />
              </time>
         </name>
         <name id="somebody else">
         etc.
    </people>I have a user id as a String, for example userID = "my name". Ive read in the file to an object and search through it untill I find a node whose attribute matches the userID. I then want to copy this node, and all of its children into a newDocument called details. This is the code i have at the moment:
    //Create a new document
    DocumentBuilder domBuilder = newBuilder(false);
    Document details = domBuilder.newDocument();
    //Get the root Element of timeRecord
    Element timeRoot = timeRecord.getDocumentElement();
    //Find all Elements with tag name "name"
    NodeList nameList = timeRoot.getElementsByTagName("name");
    //Step through each of these name Elements
    for (int i = 0; i < nameList.getLength(); i++){
         Node nameNode = nameList.item(i);
         //Get the attributes associated with this Element
         NamedNodeMap attributes = nameNode.getAttributes();
         log("NamedNodeMap created");
         Node id = attributes.getNamedItem("id");
         log("got id = attributes.getNamedItem");
         String nameID = id.getNodeValue();
         //Test to see if this Element is the name we are looking for
         //if yes, clone + recursively clone all child nodes
         if (nameID.equals(userID) ){
              Node person = details.importNode(nameNode, true);
              save2File("data", "details.xml", details);
    return details;even though it does find the matching attribute, the details document remains empty (if I save it to file using an IDTransform, all I get is the <?xml version="1.0" encoding="UTF-8"?>)
    can anyone please help -what do I need to change?
    RT

    I've searched quite a lot through the forum, and have four thread printed off in front of me. In between them, they've given me enough - didn't really find anything that exactly answered the orriginal question, but, like I said, enough.
    //Create a new document
    DocumentBuilder domBuilder = newBuilder(false);
    Document details = domBuilder.newDocument();
    //Get the root Element of timeRecord
    Element timeRoot = timeRecord.getDocumentElement();
    //Find all Elements with tag name "name"
    NodeList nameList = timeRoot.getElementsByTagName("name");
    //Step through each of these name Elements
    for (int i = 0; i < nameList.getLength(); i++){
         Node nameNode = nameList.item(i);
         //Get the attributes associated with this Element
         NamedNodeMap attributes = nameNode.getAttributes();
         Node id = attributes.getNamedItem("id");
         String nameID = id.getNodeValue();
         //Test to see if this Element is the name we are looking for
         //if yes, clone + recursively clone all child nodes
         if (nameID.equals(userID) ){
              Element foundTag = details.createElement("found");
              details.appendChild(foundTag);
              Node person = details.importNode(nameNode, true);
              Node root = details.getDocumentElement();
              root.appendChild(person);
    //If nothing has been found, root will be null, create response telling of error
    if (details.getDocumentElement() == null)
         Element errorTag = details.createElement("error");
         details.appendChild(errorTag);
    return details;

  • Best practices for account administration in ad agencies

    What's the best method for Ad Agencies to set up and manage accounts (email addressees) and assign roles when planning to publish multiple folio apps for multiple clients?
    We must of read this page over a dozen times: http://help.adobe.com/en_US/digitalpubsuite/using/WS9293e1fb3b977c5c-6c5b4101331de1fd6a-80 00.html, but we're unsure of our adaptations to it.  And from an IT perspective this can quickly turn into a nightmare if not properly thought out.  Any direction and insight is welcome. 
    Here's just one example of how we envision the roles playing out when a team of designers, admins, and project managers publish one or more single and/or multi-folio apps:
    Application accounts:
    - [email protected],
    - [email protected],
    - [email protected],
    DPS App Builder account:
    - [email protected],
    or...
    - [email protected]
    Administrator account:
    - [email protected],
    or...
    - [email protected]
    Delegate account with no role:
    - [email protected]

    Thanks! Your feedback is really helpful.   One thing I'm still throwing around is the naming convention for the Adobe IDs. 
    The examples shown make sense for a publication, are very simple and topic focused. Example: [email protected], [email protected]
    However, what we're trying to maintain is the following: Example: [email protected]
    dps = dps project
    client01 = client name
    winter = topic
    jobnumber = location of files
    Are we overthinking the naming structure?  We see asset management as an issue.  I should point out too, that we have CS5/Professional Subscription and do plan on upgrading to Enterprise in the future and would like to set up a system now that works for both and will provide a close to seamless transition.  (a lot of ANDS in that sentence, our we crazy or just too demanding or both?)

  • After reboot cluster node went into maintanance mode (CONTROL-D)

    Hi there!
    I have configured 2 node cluster on 2 x SUN Enterprise 220R and StoreEdge D1000.
    Each time when rebooted any of the cluster nodes i get the following error during boot up:
    The / file system (/dev/rdsk/c0t1d0s0) is being checked.
    /dev/rdsk/c0t1d0s0: UNREF DIR I=35540 OWNER=root MODE=40755
    /dev/rdsk/c0t1d0s0: SIZE=512 MTIME=Jun 5 15:02 2006 (CLEARED)
    /dev/rdsk/c0t1d0s0: UNREF FILE I=1192311 OWNER=root MODE=100600
    /dev/rdsk/c0t1d0s0: SIZE=96 MTIME=Jun 5 13:23 2006 (RECONNECTED)
    /dev/rdsk/c0t1d0s0: LINK COUNT FILE I=1192311 OWNER=root MODE=100600
    /dev/rdsk/c0t1d0s0: SIZE=96 MTIME=Jun 5 13:23 2006 COUNT 0 SHOULD BE 1
    /dev/rdsk/c0t1d0s0: LINK COUNT INCREASING
    /dev/rdsk/c0t1d0s0: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
    In maintanance mode i do:
    # fsck -y -F ufs /dev/rdsk/c0t1d0s0
    and it managed to correct the problem ... but problem occured again after each reboot on each cluster node!
    I have installed Sun CLuster 3.1 on Solaris 9 SPARC
    How can i get rid of it?
    Any ideas?
    Brgds,
    Sergej

    Hi i get this:
    112941-09 SunOS 5.9: sysidnet Utility Patch
    116755-01 SunOS 5.9: usr/snadm/lib/libadmutil.so.2 Patch
    113434-30 SunOS 5.9: /usr/snadm/lib Library and Differential Flash Patch
    112951-13 SunOS 5.9: patchadd and patchrm Patch
    114711-03 SunOS 5.9: usr/sadm/lib/diskmgr/VDiskMgr.jar Patch
    118064-04 SunOS 5.9: Admin Install Project Manager Client Patch
    113742-01 SunOS 5.9: smcpreconfig.sh Patch
    113813-02 SunOS 5.9: Gnome Integration Patch
    114501-01 SunOS 5.9: drmproviders.jar Patch
    112943-09 SunOS 5.9: Volume Management Patch
    113799-01 SunOS 5.9: solregis Patch
    115697-02 SunOS 5.9: mtmalloc lib Patch
    113029-06 SunOS 5.9: libaio.so.1 librt.so.1 and abi_libaio.so.1 Patch
    113981-04 SunOS 5.9: devfsadm Patch
    116478-01 SunOS 5.9: usr platform links Patch
    112960-37 SunOS 5.9: patch libsldap ldap_cachemgr libldap
    113332-07 SunOS 5.9: libc_psr.so.1 Patch
    116500-01 SunOS 5.9: SVM auto-take disksets Patch
    114349-04 SunOS 5.9: sbin/dhcpagent Patch
    120441-03 SunOS 5.9: libsec patch
    114344-19 SunOS 5.9: kernel/drv/arp Patch
    114373-01 SunOS 5.9: UMEM - abi_libumem.so.1 patch
    118558-27 SunOS 5.9: Kernel Patch
    115675-01 SunOS 5.9: /usr/lib/liblgrp.so Patch
    112958-04 SunOS 5.9: patch pci.so
    113451-11 SunOS 5.9: IKE Patch
    112920-02 SunOS 5.9: libipp Patch
    114372-01 SunOS 5.9: UMEM - llib-lumem patch
    116229-01 SunOS 5.9: libgen Patch
    116178-01 SunOS 5.9: libcrypt Patch
    117453-01 SunOS 5.9: libwrap Patch
    114131-03 SunOS 5.9: multi-terabyte disk support - libadm.so.1 patch
    118465-02 SunOS 5.9: rcm_daemon Patch
    113490-04 SunOS 5.9: Audio Device Driver Patch
    114926-02 SunOS 5.9: kernel/drv/audiocs Patch
    113318-25 SunOS 5.9: patch /kernel/fs/nfs and /kernel/fs/sparcv9/nfs
    113070-01 SunOS 5.9: ftp patch
    114734-01 SunOS 5.9: /usr/ccs/bin/lorder Patch
    114227-01 SunOS 5.9: yacc Patch
    116546-07 SunOS 5.9: CDRW DVD-RW DVD+RW Patch
    119494-01 SunOS 5.9: mkisofs patch
    113471-09 SunOS 5.9: truss Patch
    114718-05 SunOS 5.9: usr/kernel/fs/pcfs Patch
    115545-01 SunOS 5.9: nss_files patch
    115544-02 SunOS 5.9: nss_compat patch
    118463-01 SunOS 5.9: du Patch
    116016-03 SunOS 5.9: /usr/sbin/logadm patch
    115542-02 SunOS 5.9: nss_user patch
    116014-06 SunOS 5.9: /usr/sbin/usermod patch
    116012-02 SunOS 5.9: ps utility patch
    117433-02 SunOS 5.9: FSS FX RT Patch
    117431-01 SunOS 5.9: nss_nis Patch
    115537-01 SunOS 5.9: /kernel/strmod/ptem patch
    115336-03 SunOS 5.9: /usr/bin/tar, /usr/sbin/static/tar Patch
    117426-03 SunOS 5.9: ctsmc and sc_nct driver patch
    121319-01 SunOS 5.9: devfsadmd_mod.so Patch
    121316-01 SunOS 5.9: /kernel/sys/doorfs Patch
    121314-01 SunOS 5.9: tl driver patch
    116554-01 SunOS 5.9: semsys Patch
    112968-01 SunOS 5.9: patch /usr/bin/renice
    116552-01 SunOS 5.9: su Patch
    120445-01 SunOS 5.9: Toshiba platform token links (TSBW,Ultra-3i)
    112964-15 SunOS 5.9: /usr/bin/ksh Patch
    112839-08 SunOS 5.9: patch libthread.so.1
    115687-02 SunOS 5.9:/var/sadm/install/admin/default Patch
    115685-01 SunOS 5.9: sbin/netstrategy Patch
    115488-01 SunOS 5.9: patch /kernel/misc/busra
    115681-01 SunOS 5.9: usr/lib/fm/libdiagcode.so.1 Patch
    113032-03 SunOS 5.9: /usr/sbin/init Patch
    113031-03 SunOS 5.9: /usr/bin/edit Patch
    114259-02 SunOS 5.9: usr/sbin/psrinfo Patch
    115878-01 SunOS 5.9: /usr/bin/logger Patch
    116543-04 SunOS 5.9: vmstat Patch
    113580-01 SunOS 5.9: mount Patch
    115671-01 SunOS 5.9: mntinfo Patch
    113977-01 SunOS 5.9: awk/sed pkgscripts Patch
    122716-01 SunOS 5.9: kernel/fs/lofs patch
    113973-01 SunOS 5.9: adb Patch
    122713-01 SunOS 5.9: expr patch
    117168-02 SunOS 5.9: mpstat Patch
    116498-02 SunOS 5.9: bufmod Patch
    113576-01 SunOS 5.9: /usr/bin/dd Patch
    116495-03 SunOS 5.9: specfs Patch
    117160-01 SunOS 5.9: /kernel/misc/krtld patch
    118586-01 SunOS 5.9: cp/mv/ln Patch
    120025-01 SunOS 5.9: ipsecconf Patch
    116527-02 SunOS 5.9: timod Patch
    117155-08 SunOS 5.9: pcipsy Patch
    114235-01 SunOS 5.9: libsendfile.so.1 Patch
    117152-01 SunOS 5.9: magic Patch
    116486-03 SunOS 5.9: tsalarm Driver Patch
    121998-01 SunOS 5.9: two-key mode fix for 3DES Patch
    116484-01 SunOS 5.9: consconfig Patch
    116482-02 SunOS 5.9: modload Utils Patch
    117746-04 SunOS 5.9: patch platform/sun4u/kernel/drv/sparcv9/pic16f819
    121992-01 SunOS 5.9: fgrep Patch
    120768-01 SunOS 5.9: grpck patch
    119438-01 SunOS 5.9: usr/bin/login Patch
    114389-03 SunOS 5.9: devinfo Patch
    116510-01 SunOS 5.9: wscons Patch
    114224-05 SunOS 5.9: csh Patch
    116670-04 SunOS 5.9: gld Patch
    114383-03 SunOS 5.9: Enchilada/Stiletto - pca9556 driver
    116506-02 SunOS 5.9: traceroute patch
    112919-01 SunOS 5.9: netstat Patch
    112918-01 SunOS 5.9: route Patch
    112917-01 SunOS 5.9: ifrt Patch
    117132-01 SunOS 5.9: cachefsstat Patch
    114370-04 SunOS 5.9: libumem.so.1 patch
    114010-02 SunOS 5.9: m4 Patch
    117129-01 SunOS 5.9: adb Patch
    117483-01 SunOS 5.9: ntwdt Patch
    114369-01 SunOS 5.9: prtvtoc patch
    117125-02 SunOS 5.9: procfs Patch
    117480-01 SunOS 5.9: pkgadd Patch
    112905-02 SunOS 5.9: ippctl Patch
    117123-06 SunOS 5.9: wanboot Patch
    115030-03 SunOS 5.9: Multiterabyte UFS - patch mount
    114004-01 SunOS 5.9: sed Patch
    113335-03 SunOS 5.9: devinfo Patch
    113495-05 SunOS 5.9: cfgadm Library Patch
    113494-01 SunOS 5.9: iostat Patch
    113493-03 SunOS 5.9: libproc.so.1 Patch
    113330-01 SunOS 5.9: rpcbind Patch
    115028-02 SunOS 5.9: patch /usr/lib/fs/ufs/df
    115024-01 SunOS 5.9: file system identification utilities
    117471-02 SunOS 5.9: fifofs Patch
    118897-01 SunOS 5.9: stc Patch
    115022-03 SunOS 5.9: quota utilities
    115020-01 SunOS 5.9: patch /usr/lib/adb/ml_odunit
    113720-01 SunOS 5.9: rootnex Patch
    114352-03 SunOS 5.9: /etc/inet/inetd.conf Patch
    123056-01 SunOS 5.9: ldterm patch
    116243-01 SunOS 5.9: umountall Patch
    113323-01 SunOS 5.9: patch /usr/sbin/passmgmt
    116049-01 SunOS 5.9: fdfs Patch
    116241-01 SunOS 5.9: keysock Patch
    113480-02 SunOS 5.9: usr/lib/security/pam_unix.so.1 Patch
    115018-01 SunOS 5.9: patch /usr/lib/adb/dqblk
    113277-44 SunOS 5.9: sd and ssd Patch
    117457-01 SunOS 5.9: elfexec Patch
    113110-01 SunOS 5.9: touch Patch
    113077-17 SunOS 5.9: /platform/sun4u/kernal/drv/su Patch
    115006-01 SunOS 5.9: kernel/strmod/kb patch
    113072-07 SunOS 5.9: patch /usr/sbin/format
    113071-01 SunOS 5.9: patch /usr/sbin/acctadm
    116782-01 SunOS 5.9: tun Patch
    114331-01 SunOS 5.9: power Patch
    112835-01 SunOS 5.9: patch /usr/sbin/clinfo
    114927-01 SunOS 5.9: usr/sbin/allocate Patch
    119937-02 SunOS 5.9: inetboot patch
    113467-01 SunOS 5.9: seg_drv & seg_mapdev Patch
    114923-01 SunOS 5.9: /usr/kernel/drv/logindmux Patch
    117443-01 SunOS 5.9: libkvm Patch
    114329-01 SunOS 5.9: /usr/bin/pax Patch
    119929-01 SunOS 5.9: /usr/bin/xargs patch
    113459-04 SunOS 5.9: udp patch
    113446-03 SunOS 5.9: dman Patch
    116009-05 SunOS 5.9: sgcn & sgsbbc patch
    116557-04 SunOS 5.9: sbd Patch
    120241-01 SunOS 5.9: bge: Link & Speed LEDs flash constantly on V20z
    113984-01 SunOS 5.9: iosram Patch
    113220-01 SunOS 5.9: patch /platform/sun4u/kernel/drv/sparcv9/upa64s
    113975-01 SunOS 5.9: ssm Patch
    117165-01 SunOS 5.9: pmubus Patch
    116530-01 SunOS 5.9: bge.conf Patch
    116529-01 SunOS 5.9: smbus Patch
    116488-03 SunOS 5.9: Lights Out Management (lom) patch
    117131-01 SunOS 5.9: adm1031 Patch
    117124-12 SunOS 5.9: platmod, drmach, dr, ngdr, & gptwocfg Patch
    114003-01 SunOS 5.9: bbc driver Patch
    118539-02 SunOS 5.9: schpc Patch
    112837-10 SunOS 5.9: patch /usr/lib/inet/in.dhcpd
    114975-01 SunOS 5.9: usr/lib/inet/dhcp/svcadm/dhcpcommon.jar Patch
    117450-01 SunOS 5.9: ds_SUNWnisplus Patch
    113076-02 SunOS 5.9: dhcpmgr.jar Patch
    113572-01 SunOS 5.9: docbook-to-man.ts Patch
    118472-01 SunOS 5.9: pargs Patch
    122709-01 SunOS 5.9: /usr/bin/dc patch
    113075-01 SunOS 5.9: pmap patch
    113472-01 SunOS 5.9: madv & mpss lib Patch
    115986-02 SunOS 5.9: ptree Patch
    115693-01 SunOS 5.9: /usr/bin/last Patch
    115259-03 SunOS 5.9: patch usr/lib/acct/acctcms
    114564-09 SunOS 5.9: /usr/sbin/in.ftpd Patch
    117441-01 SunOS 5.9: FSSdispadmin Patch
    113046-01 SunOS 5.9: fcp Patch
    118191-01 gtar patch
    114818-06 GNOME 2.0.0: libpng Patch
    117177-02 SunOS 5.9: lib/gss module Patch
    116340-05 SunOS 5.9: gzip and Freeware info files patch
    114339-01 SunOS 5.9: wrsm header files Patch
    122673-01 SunOS 5.9: sockio.h header patch
    116474-03 SunOS 5.9: libsmedia Patch
    117138-01 SunOS 5.9: seg_spt.h
    112838-11 SunOS 5.9: pcicfg Patch
    117127-02 SunOS 5.9: header Patch
    112929-01 SunOS 5.9: RIPv2 Header Patch
    112927-01 SunOS 5.9: IPQos Header Patch
    115992-01 SunOS 5.9: /usr/include/limits.h Patch
    112924-01 SunOS 5.9: kdestroy kinit klist kpasswd Patch
    116231-03 SunOS 5.9: llc2 Patch
    116776-01 SunOS 5.9: mipagent patch
    117420-02 SunOS 5.9: mdb Patch
    117179-01 SunOS 5.9: nfs_dlboot Patch
    121194-01 SunOS 5.9: usr/lib/nfs/statd Patch
    116502-03 SunOS 5.9: mountd Patch
    113331-01 SunOS 5.9: usr/lib/nfs/rquotad Patch
    113281-01 SunOS 5.9: patch /usr/lib/netsvc/yp/ypbind
    114736-01 SunOS 5.9: usr/sbin/nisrestore Patch
    115695-01 SunOS 5.9: /usr/lib/netsvc/yp/yppush Patch
    113321-06 SunOS 5.9: patch sf and socal
    113049-01 SunOS 5.9: luxadm & liba5k.so.2 Patch
    116663-01 SunOS 5.9: ntpdate Patch
    117143-01 SunOS 5.9: xntpd Patch
    113028-01 SunOS 5.9: patch /kernel/ipp/flowacct
    113320-06 SunOS 5.9: patch se driver
    114731-08 SunOS 5.9: kernel/drv/glm Patch
    115667-03 SunOS 5.9: Chalupa platform support Patch
    117428-01 SunOS 5.9: picl Patch
    113327-03 SunOS 5.9: pppd Patch
    114374-01 SunOS 5.9: Perl patch
    115173-01 SunOS 5.9: /usr/bin/sparcv7/gcore /usr/bin/sparcv9/gcore Patch
    114716-02 SunOS 5.9: usr/bin/rcp Patch
    112915-04 SunOS 5.9: snoop Patch
    116778-01 SunOS 5.9: in.ripngd patch
    112916-01 SunOS 5.9: rtquery Patch
    112928-03 SunOS 5.9: in.ndpd Patch
    119447-01 SunOS 5.9: ses Patch
    115354-01 SunOS 5.9: slpd Patch
    116493-01 SunOS 5.9: ProtocolTO.java Patch
    116780-02 SunOS 5.9: scmi2c Patch
    112972-17 SunOS 5.9: patch /usr/lib/libssagent.so.1 /usr/lib/libssasnmp.so.1 mibiisa
    116480-01 SunOS 5.9: IEEE 1394 Patch
    122485-01 SunOS 5.9: 1394 mass storage driver patch
    113716-02 SunOS 5.9: sar & sadc Patch
    115651-02 SunOS 5.9: usr/lib/acct/runacct Patch
    116490-01 SunOS 5.9: acctdusg Patch
    117473-01 SunOS 5.9: fwtmp Patch
    116180-01 SunOS 5.9: geniconvtbl Patch
    114006-01 SunOS 5.9: tftp Patch
    115646-01 SunOS 5.9: libtnfprobe shared library Patch
    113334-03 SunOS 5.9: udfs Patch
    115350-01 SunOS 5.9: ident_udfs.so.1 Patch
    122484-01 SunOS 5.9: preen_md.so.1 patch
    117134-01 SunOS 5.9: svm flasharchive patch
    116472-02 SunOS 5.9: rmformat Patch
    112966-05 SunOS 5.9: patch /usr/sbin/vold
    114229-01 SunOS 5.9: action_filemgr.so.1 Patch
    114335-02 SunOS 5.9: usr/sbin/rmmount Patch
    120443-01 SunOS 5.9: sed core dumps on long lines
    121588-01 SunOS 5.9: /usr/xpg4/bin/awk Patch
    113470-02 SunOS 5.9: winlock Patch
    119211-07 NSS_NSPR_JSS 3.11: NSPR 4.6.1 / NSS 3.11 / JSS 4.2
    118666-05 J2SE 5.0: update 6 patch
    118667-05 J2SE 5.0: update 6 patch, 64bit
    114612-01 SunOS 5.9: ANSI-1251 encodings file errors
    114276-02 SunOS 5.9: Extended Arabic support in UTF-8
    117400-01 SunOS 5.9: ISO8859-6 and ISO8859-8 iconv symlinks
    113584-16 SunOS 5.9: yesstr, nostr nl_langinfo() strings incorrect in S9
    117256-01 SunOS 5.9: Remove old OW Xresources.ow files
    112625-01 SunOS 5.9: Dcam1394 patch
    114600-05 SunOS 5.9: vlan driver patch
    117119-05 SunOS 5.9: Sun Gigabit Ethernet 3.0 driver patch
    117593-04 SunOS 5.9: Manual Page updates for Solaris 9
    112622-19 SunOS 5.9: M64 Graphics Patch
    115953-06 Sun Cluster 3.1: Sun Cluster sccheck patch
    117949-23 Sun Cluster 3.1: Core Patch for Solaris 9
    115081-06 Sun Cluster 3.1: HA-Sun One Web Server Patch
    118627-08 Sun Cluster 3.1: Manageability and Serviceability Agent
    117985-03 SunOS 5.9: XIL 1.4.2 Loadable Pipeline Libraries
    113896-06 SunOS 5.9: en_US.UTF-8 locale patch
    114967-02 SunOS 5.9: FDL patch
    114677-11 SunOS 5.9: International Components for Unicode Patch
    112805-01 CDE 1.5: Help volume patch
    113841-01 CDE 1.5: answerbook patch
    113839-01 CDE 1.5: sdtwsinfo patch
    115713-01 CDE 1.5: dtfile patch
    112806-01 CDE 1.5: sdtaudiocontrol patch
    112804-02 CDE 1.5: sdtname patch
    113244-09 CDE 1.5: dtwm patch
    114312-02 CDE1.5: GNOME/CDE Menu for Solaris 9
    112809-02 CDE:1.5 Media Player (sdtjmplay) patch
    113868-02 CDE 1.5: PDASync patch
    119976-01 CDE 1.5: dtterm patch
    112771-30 Motif 1.2.7 and 2.1.1: Runtime library patch for Solaris 9
    114282-01 CDE 1.5: libDtWidget patch
    113789-01 CDE 1.5: dtexec patch
    117728-01 CDE1.5: dthello patch
    113863-01 CDE 1.5: dtconfig patch
    112812-01 CDE 1.5: dtlp patch
    113861-04 CDE 1.5: dtksh patch
    115972-03 CDE 1.5: dtterm libDtTerm patch
    114654-02 CDE 1.5: SmartCard patch
    117632-01 CDE1.5: sun_at patch for Solaris 9
    113374-02 X11 6.6.1: xpr patch
    118759-01 X11 6.6.1: Font Administration Tools patch
    117577-03 X11 6.6.1: TrueType fonts patch
    116084-01 X11 6.6.1: font patch
    113098-04 X11 6.6.1: X RENDER extension patch
    112787-01 X11 6.6.1: twm patch
    117601-01 X11 6.6.1: libowconfig.so.0 patch
    117663-02 X11 6.6.1: xwd patch
    113764-04 X11 6.6.1: keyboard patch
    113541-02 X11 6.6.1: XKB patch
    114561-01 X11 6.6.1: X splash screen patch
    113513-02 X11 6.6.1: platform support for new hardware
    116121-01 X11 6.4.1: platform support for new hardware
    114602-04 X11 6.6.1: libmpg_psr patch
    Is there a bundle to install or i have to install each patch separatly_?

  • Debug two document roots in JDeveloper

    I have the following situation.
    I have a JSP-project called Admin. All references to admin are made like http://x.y.z/Admin/Login/Login.jsp etc.
    Some of the JSP-pages have included static images, stylesheets and javascripts that are fetched from a separate root called Static (we also have ha User JSP project).
    When I start my Admin JSP-project in the internal OC4J in JDeveloper it cannot find the images, scripts etc in Static (e.g. /Static/scripts/validate.js) since I started the Admin-project.
    I have not found any way to add a /Static root to the internal OC4J. Is that possible?
    The code I'm debugging is a large older project so I'm not able to rewrite the /Static/.. references to something like /Admin/Static/.. which would solve my problem.
    Thanks in advance for any help.
    /Jan-Erik

    Fixed with OSS Note

  • Java Spring Problem

    I'm new to the Spring Framework, and was trying out a tutorial to get started. The details of that tutorial is here:
    http://www.springframework.org/docs/MVC-step-by-step/Spring-MVC-step-by-step-Part-1.html
    I've gotten through the first part up till the point where he says to use the 'list' task ("Let's just quickly start Tomcat and make sure that we can access the application. Use the 'list' task from our build file to see if Tomcat has picked up the new application.") At this point, i get the output is the following:
    C:\Springapp>ant list
    Buildfile: build.xml
    list:
    BUILD FAILED
    C:\Springapp\build.xml:138: java.net.ConnectException: Connection refused: conne
    ct
    Total time: 2 seconds
    C:\Springapp>
    When i put the build on debug mode, I get this output:
    C:\Springapp>ant list -d
    Apache Ant version 1.6.5 compiled on June 2 2005
    Buildfile: build.xml
    Adding reference: ant.PropertyHelper
    Detected Java version: 1.4 in: C:\j2sdk1.4.2_01\jre
    Detected OS: Windows XP
    Adding reference: ant.ComponentHelper
    Setting ro project property: ant.version -> Apache Ant version 1.6.5 compiled on
    June 2 2005
    Setting ro project property: ant.file -> C:\Springapp\build.xml
    Adding reference: ant.projectHelper
    Adding reference: ant.parsing.context
    Adding reference: ant.targets
    parsing buildfile C:\Springapp\build.xml with URI = file:///C:/Springapp/build.x
    ml
    Setting ro project property: ant.project.name -> springapp
    Adding reference: springapp
    Setting ro project property: ant.file.springapp -> C:\Springapp\build.xml
    Project base dir set to: C:\Springapp
    +Target:
    Adding reference: master-classpath
    +Target: usage
    +Target: build
    +Target: deploy
    +Target: deploywar
    +Target: install
    +Target: reload
    +Target: start
    +Target: stop
    +Target: list
    [property] Loading C:\Springapp\build.properties
    Setting project property: tomcat.manager.url -> http://localhost:8080/manager
    Setting project property: tomcat.manager.username -> admin
    Setting project property: appserver.home -> C:/jakarta-tomcat-4.1.30
    Setting project property: tomcat.manager.password -> tomcat
    Setting project property: deploy.path -> C:/jakarta-tomcat-4.1.30/webapps
    Setting project property: src.dir -> src
    Setting project property: web.dir -> war
    Setting project property: build.dir -> war/WEB-INF/classes
    Setting project property: name -> springapp
    Could not load a dependent class (com/sun/media/jai/codec/FileSeekableStream) fo
    r type image
    Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshexec
    Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp
    Adding reference: master-classpath
    Finding class org.apache.catalina.ant.InstallTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/InstallTask.class
    Finding class org.apache.catalina.ant.AbstractCatalinaTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/AbstractCatalinaTask.class
    Class org.apache.tools.ant.Task loaded from parent loader (parentFirst)
    Class org.apache.catalina.ant.AbstractCatalinaTask loaded from ant loader (paren
    tFirst)
    Class org.apache.catalina.ant.InstallTask loaded from ant loader (parentFirst)
    Class java.lang.Object loaded from parent loader (parentFirst)
    Class java.lang.Throwable loaded from parent loader (parentFirst)
    Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst
    +Datatype install org.apache.catalina.ant.InstallTask
    Finding class org.apache.catalina.ant.ReloadTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/ReloadTask.class
    Finding class org.apache.catalina.ant.AbstractCatalinaTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/AbstractCatalinaTask.class
    Class org.apache.tools.ant.Task loaded from parent loader (parentFirst)
    Class org.apache.catalina.ant.AbstractCatalinaTask loaded from ant loader (paren
    tFirst)
    Class org.apache.catalina.ant.ReloadTask loaded from ant loader (parentFirst)
    Class java.lang.Object loaded from parent loader (parentFirst)
    Class java.lang.Throwable loaded from parent loader (parentFirst)
    Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst
    +Datatype reload org.apache.catalina.ant.ReloadTask
    Finding class org.apache.catalina.ant.ListTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/ListTask.class
    Finding class org.apache.catalina.ant.AbstractCatalinaTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/AbstractCatalinaTask.class
    Class org.apache.tools.ant.Task loaded from parent loader (parentFirst)
    Class org.apache.catalina.ant.AbstractCatalinaTask loaded from ant loader (paren
    tFirst)
    Class org.apache.catalina.ant.ListTask loaded from ant loader (parentFirst)
    Class java.lang.Object loaded from parent loader (parentFirst)
    Class java.lang.Throwable loaded from parent loader (parentFirst)
    Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst
    +Datatype list org.apache.catalina.ant.ListTask
    Finding class org.apache.catalina.ant.StartTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/StartTask.class
    Finding class org.apache.catalina.ant.AbstractCatalinaTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/AbstractCatalinaTask.class
    Class org.apache.tools.ant.Task loaded from parent loader (parentFirst)
    Class org.apache.catalina.ant.AbstractCatalinaTask loaded from ant loader (paren
    tFirst)
    Class org.apache.catalina.ant.StartTask loaded from ant loader (parentFirst)
    Class java.lang.Object loaded from parent loader (parentFirst)
    Class java.lang.Throwable loaded from parent loader (parentFirst)
    Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst
    +Datatype start org.apache.catalina.ant.StartTask
    Finding class org.apache.catalina.ant.StopTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/StopTask.class
    Finding class org.apache.catalina.ant.AbstractCatalinaTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/AbstractCatalinaTask.class
    Class org.apache.tools.ant.Task loaded from parent loader (parentFirst)
    Class org.apache.catalina.ant.AbstractCatalinaTask loaded from ant loader (paren
    tFirst)
    Class org.apache.catalina.ant.StopTask loaded from ant loader (parentFirst)
    Class java.lang.Object loaded from parent loader (parentFirst)
    Class java.lang.Throwable loaded from parent loader (parentFirst)
    Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst
    +Datatype stop org.apache.catalina.ant.StopTask
    Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
    Adding reference: ant.executor
    Build sequence for target(s) `list' is [list]
    Complete build sequence is [list, reload, start, install, build, deploy, usage,
    stop, deploywar, ]
    list:
    Class java.lang.String loaded from parent loader (parentFirst)
    Class java.io.InputStream loaded from parent loader (parentFirst)
    Class java.net.URL loaded from parent loader (parentFirst)
    Class java.lang.StringBuffer loaded from parent loader (parentFirst)
    Class java.net.HttpURLConnection loaded from parent loader (parentFirst)
    Finding class org.apache.catalina.util.Base64
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/util/Base64.class
    Class org.apache.catalina.util.Base64 loaded from ant loader (parentFirst)
    BUILD FAILED
    C:\Springapp\build.xml:138: java.net.ConnectException: Connection refused: conne
    ct
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalina
    Task.java:278)
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalina
    Task.java:171)
    at org.apache.catalina.ant.ListTask.execute(ListTask.java:95)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
    cutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.Main.runBuild(Main.java:668)
    at org.apache.tools.ant.Main.startAnt(Main.java:187)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
    at java.net.Socket.connect(Socket.java:452)
    at java.net.Socket.connect(Socket.java:402)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
    at sun.net.www.http.HttpClient.New(HttpClient.java:339)
    at sun.net.www.http.HttpClient.New(HttpClient.java:320)
    at sun.net.www.http.HttpClient.New(HttpClient.java:315)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConne
    ction.java:510)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection
    .java:487)
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalina
    Task.java:228)
    ... 14 more
    --- Nested Exception ---
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
    at java.net.Socket.connect(Socket.java:452)
    at java.net.Socket.connect(Socket.java:402)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
    at sun.net.www.http.HttpClient.New(HttpClient.java:339)
    at sun.net.www.http.HttpClient.New(HttpClient.java:320)
    at sun.net.www.http.HttpClient.New(HttpClient.java:315)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConne
    ction.java:510)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection
    .java:487)
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalina
    Task.java:228)
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalina
    Task.java:171)
    at org.apache.catalina.ant.ListTask.execute(ListTask.java:95)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
    cutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.Main.runBuild(Main.java:668)
    at org.apache.tools.ant.Main.startAnt(Main.java:187)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    Total time: 2 seconds
    C:\Springapp>
    Anybody know what the problem is?

    Hi,
    Start the server before the build is done,Since the server is not started it gives the error.
    Thanks

  • Encore Crashes at verificatiojn of media update,still there

    I have 12gigs of ram, alldrives in raid 5, alldrives 7200 rpm. (4 raid 1 c:)Asus 58d motherboard, NVIDIA 5000. Win 7 -I7 processor. Software: CS% Master suite, Creative sound blaster, iolo tech searc/recover, Lightscribe dvd, Memo and Seagate DashBoard(external backup).
    I have done the following:
    downloaded Roxio update as per forum.
    removed blue ray dvd burner.
    checked timeline in both PP5 from 30 to 50 minutes (as encore stops at about 60% of rendering media) to see any gaps) and found none. There are not many cuts during the time period involved.
    opened encore project as admin.
    encore project name is Picnic,
    put build dvd-rom to F drive as new folder named picnic.
    reboted when necessary.
    Also, checked adobe, nvidia etc for up to date drivers
    Checked adobe support common problems and this problem not listed.
    As you can guess, very frustrating.
    Leo

    You already have an active message thread, with postings for possible help... please read/respond there
    http://forums.adobe.com/thread/890469?tstart=0

  • Chart Not Grouping Series in Stacked Bars

    I'm trying to show  hours spent among different work types or categories each month. The labels are all correct in the chart, but I can't figure out why the series are not stacking as expected. Developement, Admin, and Project are
    all values from a choice column, [Work Type].  [Month] is calcuated based on [Week Ending] date in order to group all of the timecard entries together.  I was hoping the attached chart would show 50 hours of "Project"
    work, 20 hours of "Admin" and 15 hours of "Development" all in the same month, February, although the project work ocurred in two different weeks of that month. 
    The calcuation used to determine [Month] is: (Single Line of Text), =YEAR([Week Ending])&"/"&RIGHT("0"&MONTH([Week Ending]),2).  And here's what I'm using in the Data Conneciton Wizard, Step 4:

    Hi,
    I tested the same scenario per your post and I got the same results as you got.
    It seems that the Group By function cannot work correctly in Chart web part.
    As a workaround, we can either create Pivot tables and use them as data source for Chart web part in SharePoint or we can create Pivot charts in Excel and show them directly in SharePoint.
    For more details, please refer to the link below:
    http://planetoss.com/nonoss/sharepoint-charts-from-lists-using-chart-web-parts-pivot-tables-and-excel-charts/
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Odd master and subprojects configuration

    I've inherited a project that is put together rather oddly. I
    have been editing some of the topics here and there as requested,
    but was prompted to take a closer look at the overall project
    structure when I noticed that, after the master project was
    compiled, a large number of topics returned a "page cannot be
    displayed" error when I tried to open them (although oddly enough,
    I *can* open them in the browse sequence, just not when I click
    directly on the topic page).
    I traced it down to a subproject that had been merged into
    the master project at two different points. The first point was
    just below a "top-level" book in the TOC. The second place was
    under a "subbook" beneath a "top-level" book in the master
    project's TOC.
    The master project is called "Admin". I went to see which
    CHMs were in Admin in the !SSL! only to find that this folder is
    completely empty. All of the CHMs are in a folder called !CHMs!
    (normally, when you create a project, the CHM file is in
    \!SSL!\Microsoft_HTML_Help\). This is an odd configuration but it
    seems to work (more or less).
    I went to check each of the four subprojects (I can only find
    one other subproject that's merged into the master project). Let's
    call the subprojects A, B, C, and D. Subprojects A, C, and D are
    structured just the way you'd expect. Each subproject contains a
    single CHM fow that subproject in \!SSL!\Microsoft_HTML_Help\ so
    for example, subproject A's chm can be found at
    \!SSL!\Microsoft_HTML_Help\A.chm. The same for C and D. B is
    another matter.
    Here is the structure of subproject B's directory and
    relevant subdirectories:
    B folder
    !SSL! folder
    InfoSDK folder
    InfoSDK.chm
    Object folder
    Admin.chm
    Object.chm
    Microsoft_HTML_Help
    Admin.chm
    B.chm
    As you can see, instead of the !SSL! folder containing just
    the Microsoft_HTML_Help folder which contains the subproject's chm
    file, there are three folders in !SSL!, each containing one or more
    chm files. The really odd thing is that two of those folders
    contain the chm file from the master project (Admin.chm) and only
    one folder (Microsoft_HTML_Help) contains the chm for the B
    subproject.
    I thought perhaps that this subproject had another subproject
    nested beneath it but in looking at the TOC, I can't find any
    merged project links. The B subproject itself has a large number of
    folders that are heavily nested beneath each other, so it's
    directory structure is both complicated and extensive.
    Before anyone asks me to zip the entire thing up and send it
    out, the content is proprietary and confidential and I can't send
    it out into the open. I'm hoping someone can tell me based on my
    description, what is going on here.
    As far as the topics from the merged B subproject that
    wouldn't open when I compiled and ran the master project "Admin", I
    double-clicked the merged project link for B in the Admin TOC to
    open the Merged Project dialog box. I discovered that the HTML Help
    File pointed to the B.chm but the TOC file pointed to Admin.hhc.
    When I pointed the TOC file to B.hhc and recompiled the master
    project, everything opened fine.
    I have a sneaky suspicion though that I may have broken
    something in the process and that topics that should be available
    in the master when it's compiled are no longer available.
    I apologize for the length of this post and the level of
    confusion it's probably generating, but this is the only way I can
    think to describe the situation short of being able to actually
    show you what's going on.
    Any responses and ideas would be greatly appreciated. Thanks.
    -Trip

    quote:
    Originally posted by:
    MergeThis
    The !SSL!/WhateverLayout folders are only the default folders
    that RH oh, so helpfully creates for every layout you design. I
    suggest that you break free from the !SSL! trap, by setting up new
    layouts for these projects and generating them all to a single
    folder just off the local machine root, say under C:\RH_Admin.
    This layout structure not only keeps the structure clean, but
    virtually eliminates the possibility of over-long link paths.
    Which explains why the chm files for the Admin
    master project are in !CHM! rather than !SSL!. Not being a RoboHTML
    guru, I assumed that !SSL! was the required directory for all chm
    files but as you explain it, they cah be contained in any folder as
    long as you select that particular directory as the output folder
    containing the required chm file for the project. I will certainly
    explore your suggestion in future projects I develop but in terms
    of this older set of projects, I'd just as soon leave well enough
    alone for the time being. There's a rather large product base that
    uses this set of help files and if I broke it, the consequences
    wouldn't be pretty.
    I still dont get why my predecessor placed the Admin.chm file
    (which is the chm file for the master project) in the directory
    structure of a subproject the way I've described. I can't see any
    reason for it and am not sure why in creating a merge link, she
    referenced the chm of the subproject but pointed the TOC to the
    Admin.hhc. As far as I can tell, you don't need to do that in order
    to allow the subproject books and topics to be displayed in the
    master project's TOC after the merge is complete. Any ideas?
    EDIT: Now this is interesting. I just had a look at the
    properties of a merge project link I created and while I can select
    the particular chm file in the HTML Help File drop down menu, the
    TOC File selection is fixed foe the same project's .hhc file. I
    wonder if the reason for including the admin.chm file in the !SSL!
    folder of subproject B with the B.chm file was to allow my
    predecessor to be able to select between the Admin.hhc and B.hhc
    files for the TOC File. If you choose one project's chm file for
    the HTML Help File and another project's hhc file for the TOC file,
    what happens (given that in my experience, it makes all of the
    subproject's topics unable to be opened when merged and compiled
    with the master project)?

  • Remove .classpath

    Can someone help me in removing '.classpath' file from DTR? It appears that one of our developers have an exlusive lock on this file and we are unable to remove the file, which is preventing other developers from build this package. When the devlopers that is said to have an exclusive lock on this package attempts to remove the .classpath, 'delete' option is greyed out.
    Are there any work arounds to this, or is there a way to have developers build around class-path file, since every developers enviorment is different?
    This is Portal developement --Not component based.
    Error Message:
    11:48:14.266  DELETE  (FAILED: Conflict [(pre||post)-condition failed: x:concurrency-lock-denied])  .classpath   (C:\Documents and Settings\user\dtr\Admin\Development\Projects\dev\com.package\.classpath)
    Edited by: John Edwards on Feb 1, 2008 6:59 PM
    Edited by: John Edwards on Feb 1, 2008 6:59 PM

    Pascal-
    Now that I have the technical information, I have tried following this procedure Link:[http://help.sap.com/saphelp_nw04s/helpdata/en/46/f09dfed6705515e10000000a1553f6/content.htm], for deleting the activity --however I have no option as mentioned to 'revert the activity.'
    The Resource Details in DTR says: Has Foreign Checkout: Yes

  • Can a Column in a Project Plan be set to Read Only for everyone except Admins

    At my company the Project Server Admins create the initial project plans.  We want to add a new column that will designate each task in the plan as Capital or Operational.  We do not want anyone to have the ability to change these.
    When the Project Managers need additional tasks on their plans they will need to copy an existing one in order to have this piece of information pre-populated on their new tasks, since we do not want them deciding what the task should be themselves and populating
    the field as they create tasks.

    In addition to Dale's excellent answer, I'd mention that it is possible to make a column "read-only" for certain security groups in MS Project Pro with VBA code. 
    That being said, I'd suggest to follow Dale's advice using a "soft" solution.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

Maybe you are looking for

  • Finder crashes when accessing my external hard drive

    I have a Seagate FreeAgent GoFlex 1TB external hard drive where I keep a lot of my extra data. Very recently, I can't pin-point exactly when, the hard drive has been causing Finder to crash, most of the time irreparably -- and by irreparably I mean i

  • My model number does not appear in the list for driver downloads, what do I do?

    I have an HP Mini 110-11, that's what it says on the sticker on the bottom. Problem is, when I search for it that is not an option in the lists for the HP Mini. I need to order a USB Recovery Media, but you have to start from the Model and mine is no

  • Late 2007 iMac powering off randomly

    Ok, so I made a thread a year ago about this problem. Basically, my iMac about eight months after purchasing it (on the 13/10/07), started randomly shutting down and restarting. After a few months, it then couldn't be powered up at all. I sent it awa

  • Referencing application item in report query

    I can't seem to find documentation on how to do this. I have defined an application item in shared components called APP_LOCATION. I need to reference this item in a report query where clause. This is an sql report, not an interactive report. I have

  • Aperture 2.0 RAW processing on Tiger

    Quote: "Leveraging the next-generation RAW image processing in Mac OS X Leopard, Aperture 2 delivers images of astounding quality..." -- so this really does mean I won't see RAW major processing benefits until I upgrade to Leopard? Up to 1.5.6, which