Display As-Built Imported content in Primavera P6 Web R8.3

We have imported the As-Build Primavera Content to UPK Developer (12.1.0); from:
C:\Install_files\UPK\V38043-01\Oracle UPK for Primavera P6 Enterprise Project Portfolio Management 8.3\Content File to Import\Oracle UPK for Primavera P6 Enterprise Project Portfolio Management 8.3.odarc
We can see all the Primavera web pages in the UPK Client Developer
As we understand it, the default content (prior to customization) should be available via the P6, Help, User Productivity Kit after we provide a URL in the P6 Administrator.
We have provided the following in the P6 Administrator based on the documentation from UPK\V44239-01\UPK_Pro_v12.1.0\Branding\UPK\Doc\EN\Reference\In-Application Support.pdf
https://HOST/ODSContent
Where HOST is the server name of the IIS box

You need to set the cookieContainer before login to an object.
authService.CookieContainer = new CookieContainer()
after login
cookie = authService.CookieContainer
Once you have the cookieContainer, you can then use it on other objects.  I wrap all the P6 methods to return typed List<T>
public P6ProjectService(P6AuthenticationService authenticationService)
Filter = String.Empty;
_projectService = new ProjectService
CookieContainer = authenticationService.CookieContainer,
Url = authenticationService.AuthService.Url.Replace("AuthenticationService", "ProjectService")
public List<Project> GetProjects(String filterString)
var readProjects = DefaultFields();
if (filterString.IsNotNullOrEmpty()) readProjects.Filter = filterString;
return GetProjects(readProjects);
public List<Project> GetProjects(ReadProjects readProjects)
var retVal = new List<Project>(_projectService.ReadProjects(readProjects));
return retVal;
public ReadProjects DefaultFields()
var fields = new List<ProjectFieldType>
ProjectFieldType.ObjectId,
ProjectFieldType.Id,
ProjectFieldType.Name,
ProjectFieldType.Status,
ProjectFieldType.StartDate,
ProjectFieldType.FinishDate,
ProjectFieldType.DataDate,
var defaultFields = new ReadProjects {Field = fields.ToArray()};
return defaultFields;
V/r,
Gene

Similar Messages

  • How to create a built in Content Management System

    Hey guys, I've found myself in a spot of trouble.
    My client commissioned me to create for him a website for his new restaurant (Paul's Place). I built him a responsive site using another website I found online (www.megnarestaurant.com) as a guideline. The problem is though that the client plans on changing the menu about every month and wants to be able to change it himself. I could teach him how to edit the files and add new ocntent himself (It's not even that hard after all) but that just doesn't seem like the right option.
    Instead, I want to create a built in content management system that doesn't require a third party website or software like Wordpress or Joomla. I was thinking about having a page called "www.paulsdiner.com/login" where the client can log in using a username and password and can then change the content of the website.
    My menu page is pretty much the same as the one found on "www.megnarestaurant.com/starters.html". I'm also using gloriafoods as an ordering system meaning that the client will have to change it on both the website itself and on the actual gloriafoods website (Not really an issue).
    I want the client to be able to edit the menu boxes and add new boxes along with being able to add a new menu section (Like in the Jump Menu) which follows the template of the existing Jump Menu.
    I'm making this website as a favour to my friend so I'm not being paid. As a point of reference (And future bragging and maybe some innocent blackmail ) how much do you guys think the creator of "www.megnarestaurant.com" charged his client?

    Have a look at Perch
    Perch - The really little content management system (CMS) - Perch
    It requires a php/mysql database to run but the tables and set up are all automated through the Perch set up files - you just need a server that runs php/mysql. It works on the same principals as the one Ben suggested but its a lot cheaper for a one off site - however if you intend to build more CMS driven sites the one Ben suggested might be more financially viable in the long run.
    The nice thing about Perch CMS is it fits in with your workflow unlike Wordpress/Joomla where you have to jump through hoops to change anything.
    Plus I think you can take Perch for a spin before buying (or at least you could when I was exploring CMSs) - you can't with Power CMS. I never investigated Power CMS beacuse I would not buy something before trying it. It looks good but it might be a bit dated as it doesnt seem to be in continuous develoment. Perch is in a constant state of development and the guys are working to make it better on a daily basis.

  • Why is RoboHelp not displaying the required data content of .chm when linked as Help in my App ?

    Gorgeous Hello All,
    Has anyone encountered the below-said show- stopper. Another BIG TIME help required, will help me in tremendous fashion.
    Am using Adobe RoboHelp, Version 10 and IE version being 10.
    In my local machine :
    1.)I have completed my technical writing courtesy Design editor
    2.)Generating chm File : View -> Pods –> Single Source Layouts -> Right Click on Microsoft HTML Help -> Tagged Set as Primary Layout
    3.)Generating Primary Layout : File -> Generate -> Primary Layout (Microsoft HTML Help)…
    4.)Viewing Primary Layout : File -> View -> Primary Layout
    Everything works FANTASTICALLY till here with the required output (as Hide, Back, Refresh, Home, Print, Options, Contents, Index, Search, Glossary and with the data contents)
    Show Stopper, At my Application Server :
    5.)I copy the entire robohelp project folder from my local machine to my application Server path
    6.)My Application has been developed in ASP .NET, Version 4.0.
    7.)Help link has been created in this application wherein here the file name of < >.chm has been linked in the code to be read from the  Server’s RoboHelp project folder\!SSL!\ Microsoft_HTML_Help\
    8.)I login into my above-said application -> click on the Help page -> Displays the required structure /buttons as Hide, Back, Refresh, Home, Print, Options, Contents, Index, Search, Glossary
    a.)Clicking on any of the Books or Topics appearing beneath Contents : The System prompts out with error cautionary message called “ Navigation to the webpage was cancelled. What you can try: Retype the address ”
    *** This is a huge SHOW-STOPPER. I spent plenty of hours on this, but unable to deciper with a solution at all) ***
    ( Note : Am able to directly open and read the required data contents by Clicking on any of the Books or Topics appearing beneath Contents from Server’s RoboHelp project folder\!SSL!\ Microsoft_HTML_Help\ < >.chm )
    Why is the RoboHelp not displaying the required data contents of <>.chm when linked as Help in my Application ?
    Cheese – Vipin Nambiar

    If you looked at the error message and searched the forum, you should find the answer as this is a problem that started in 2005. You should not run CHM files from a server and cannot without editing the users registry. See the page below.
    http://www.grainge.org/pages/authoring/chm_mspatch/896358.htm
    All along your questions have been based on webhelp, why suddenly are we going go CHMs.
    See Snippets on my site for the correct form of help to use in different scenarios.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Convergence 2.1 displaying image attachments - honoring Content-Disposition

    Is it reasonable to assume that when displaying a message from within Convergence 2.1 that images (jpg for example) should be displayed based on the Content-Disposition header value? That is to say that if Content-Disposition is "inline" that the image shall be displayed in the body of the message and that if Content-Disposition is "attachment" the image shall not be visible until it is selected or some other action is taken?
    The behavior I observe in Convergence 2.1 is that inline images are show inline and are also duplicated again in a "preview mechanism" at the the end of the message. Attached images are not displayed inline but are also visible in the preview mechanism at the end of the image.
    Can this preview behavior be changed to explicitly honor Content-Disposition?
    From RFC 2183 (http://www.ietf.org/rfc/rfc2183.txt)
    2.1 The Inline Disposition Type
    A bodypart should be marked `inline' if it is intended to be
    displayed automatically upon display of the message. Inline
    bodyparts should be presented in the order in which they occur,
    subject to the normal semantics of multipart messages.
    2.2 The Attachment Disposition Type
    Bodyparts can be designated `attachment' to indicate that they are
    separate from the main body of the mail message, and that their
    display should not be automatic, but contingent upon some further
    action of the user. The MUA might instead present the user of a
    bitmap terminal with an iconic representation of the attachments, or,
    on character terminals, with a list of attachments from which the
    user could select for viewing or storage.

    Convergence 2-1.01
    Oracle Communications Messaging Exchange Server 7u4-21.01 64bit
    However this was determined to be a bug it is listed as having the ref # 12597156.. tho I have not seen any real movement on it in the SR I put in back in May.

  • Is there some secret to getting Pentax K-3 .dng files to display thumbnails when importing to an iPad (mini w/retina)? Files import fine, but no thumbnail. Mac OS has compatability with those files.

    Is there some secret to getting Pentax K-3 .dng files to display thumbnails when importing to an iPad (mini w/retina)? Files import fine, but no thumbnail. Mac OS had compatibility with those files added long ago. Am I missing something?

    I agree Terrance. However, I was able to copy other large batches of other files (my music for example) without any issues. The issue only showed up when copying iPhoto's library and/or the photos themselves. This was repeated 3 times; I copied all my other files to the drive then it unmounted on iPhoto. And, as I said, again when I started with a fresh reformat and just iPhoto. That does not seem like hardware to me if it is only happening with one set of files.
    I have managed to get the iPhoto library to work on my other external drive. It wanted a rebuild twice and a thumbnail rebuild once. I am now attempting to copy it over to the new HGST internal drive.
    Anyone have a suggestion for alternatives to iPhoto? I have aperture, maybe I will try that. But from what I understand, it just shares the same library as iPhoto.

  • Displaying doc/txt file contents from portlet

    Hi, Can someone pls give a hint on how to do this:
    One "book" type content created, with a doc file uploaded. The "publisher " for
    this content is set to "sams".
    create a content selector which retrieves only this (content) book correctly.
    create two portlets. one portlet with above content selector inserted, displays
    the publisher name with a hyperlink.
    I want the other portlet to display the contents of the file uploaded, for this
    publisher. I could establish portlet comm. and could display other properties
    of the book such as "author/titile" on the second portlet, but want to know how
    to display the uploaded file contents.
    thanks much,
    -developer

    As far as retriving the contents of an uploaded file...
    If your XML document has been loaded into Content Management as a binary
    property, you have two options:
    a) to directly inline the content into the JSP, do something like this:
    <cm:getProperty id="node" name="binaryPropertyName" failOnError="true"
    isMultiple="false"/>
    (This assumes node holds a reference to the Content Management Node
    object (perhaps retrieved via a <cm:getNode> tag)
    b) to retrieve the value into a script variable for more processing, do
    something like this:
    <%
    Property bodyProp= (Property)node.getProperty("binaryPropertyName");
    InputStream in= node.getPropertyBytes( bodyProp.getId() );
    // dont forget to close the InputStream
    String result=null;
    InputStreamReader reader= new InputStreamReader(in);
    StringBuffer streamContents= new StringBuffer();
    char[] data= new char[8192];
    int charsRead;
    while ((charsRead = reader.read(data)) > 0 )
    streamContents.append(data, 0, charsRead);
    result= streamContents.toString();
    %>
    -Steve
    "portal developer" <[email protected]> wrote in message
    news:40ae343d$[email protected]..
    >
    Hi, Can someone pls give a hint on how to do this:
    One "book" type content created, with a doc file uploaded. The "publisher" for
    this content is set to "sams".
    create a content selector which retrieves only this (content) bookcorrectly.
    >
    create two portlets. one portlet with above content selector inserted,displays
    the publisher name with a hyperlink.
    I want the other portlet to display the contents of the file uploaded,for this
    publisher. I could establish portlet comm. and could display otherproperties
    of the book such as "author/titile" on the second portlet, but want toknow how
    to display the uploaded file contents.
    thanks much,
    -developer

  • How to display string with XML content in 4.6?

    Hi,
    I`d like to know how to display string with XML content in it for 4.6.
    4.6 has not method parse_string.
    And example like this is not helpful:
      DATA: lo_mxml    TYPE REF TO cl_xml_document.
      CREATE OBJECT lo_mxml.
      CALL METHOD lo_mxml->parse_string
        EXPORTING
          stream = gv_xml_string.
      CALL METHOD lo_mxml->display.
    Thank you.

    Hi,
    May be you can use fm SAP_CONVERT_TO_XML_FORMAT. But it have some issues with memory usage, the program consumed tons of memory during convert.

  • Can't import content with '&' in XML element

    I encountered the following error msg when importing the sample XML with '&' in content of an element(for example, a URL with '&' for parameters):
    <?xml version = '1.0'?>
    <ROW_List>
    <ROW>
    ...... <D3_STRU_URL>http://www.ncbi.nlm.nih.gov/mmdbsrv.cgi?form=6&db=t&Dopt=s&uid=14422
    </D3_STRU_URL>
    Error msg said:
    <Line 19, Column 78>: XML-0100: (Fatal Error) Expected ';'.
    <Line 19, Column 78>: XML-0250: (Fatal Error) Missing entity 'db'.
    <Line 19, Column 85>: XML-0100: (Fatal Error) Expected ';'.
    <Line 19, Column 85>: XML-0250: (Fatal Error) Missing entity 'Dopt'.
    <Line 19, Column 91>: XML-0100: (Fatal Error) Expected ';'.
    <Line 19, Column 91>: XML-0250: (Fatal Error) Missing entity 'uid'.
    It seems that '&' is used by XDK for a kind of special purpose.
    Does anybody know how to handle the problem if I really want to import content with '&'?
    Thanks a lot for your help.
    Yihua

    The "&" character is part of the reserved word content.
    Just like: <, &, >, ", ' to use these in an XML file you should
    use:
    <     <
         >&#8220;     &quot;
    &#8216;     &apos;
    like: This is worth < $250K
    will become: This is worth < $250K
    Willem

  • Importing Content To LSO

    Dear Expert/all,
    This is my first time implementing SAP LSO i have a problem importing content (the content is in swf and scorm compliant), the portal is already setting by basis (I already can access lso via web for book, prebook,cancel) but I cannot start the course because the content is still empty.
    Is there anyone/expert know how to do importing the content/ where I can place my content? I am looking in spro But still difficult to find.
    I am really need help in here for the first time
    Any help would be appreciated.
    Rgds
    Verdo

    Hi Verdo,
    You need to following the following steps.
    1. Have your Content Management Server (CMS) configured. This could be done by your Portal Consultant. Essentially, they create a folder under the KM component and provide the WebDAV link to you.
    2. Once you have the link, mention it under the relevant SPRO nodes.
    3. After that you could have your Authoring Environment set-up. It is just a desktop tool. Ask your BASIS guys to download the installer and forward it to you. The installation is fairly simple process.
    4. After the AE is installed, import any SCORM compliance course. you could get some from the web.
    5. After importing, use the Repository Explorer to connect to the CMS and have the content published.
    6. After successfully publishing the content, create a new Course Type and have the published content attached to the course.
    7. login to the portal and access the course.
    I am assuming rest of your system component such as Content Player are already setup.
    Please let me know if you require any further clarification/information.
    -Ravi Sekhar

  • I am trying to hide the Options menu in UserChrome.css but it is not working. Here is what I have tried menuitem[label="Options..."] {display:none !important;}

    In the userChrome.css I have tried the following entry: #updateSeparator, #checkForUpdates {display: none !important;}
    menuitem[label="Options..."] {display:none !important;}
    menuitem[label="Add-ons"] {display:none !important;}
    menuitem[label="Get Bookmark Add-ons"] {display:none !important;}
    The other lines work, but the line to hide the Options menu does not. This in on Windows 32-bit XP sp3.

    It is an ellipsis (…) and not three dots.
    If there is an ID for a menu entry like in this case #menu_preferences then it is better to use that ID.
    <pre><nowiki>#menu_preferences, #menu_openAddons, {display:none!important;}</nowiki></pre>
    "Get Bookmark Add-ons" is a normal bookmark that you can remove via the right-click context menu or move elsewhere.

  • Displaying only the updated contents

    i am working with jsp ,is there any way i can display only the updated contents of a form ie suppose a user updated 2 fields out of possible 10 fields i want to display only those 2 fields not all the 10,i am using mysql data base,can any one give a reply

    Compare the new value with the old value. If it differs, then it is changed. For primitives you can use == to compare and for objects you can use Object#equals() to compare.

  • Import Content into Forums (7.0)

    I see that it is possible on Jive's website that it is possible to import content into Jive forums through xml.
    I do not know of a way to do this with the forums available with SAP Portal.
    Does anyone know if this is possible yet?
    (What I am wanting to do is migrate content from a MS SharePoint discussion to SAP Forum.)

    Hi Eric,
    you might use the XML Import in the Jive Admin Tool. You see the schema definition here: [http://www.jivesoftware.com/products/forums/jiveforums.xsd|http://www.jivesoftware.com/products/forums/jiveforums.xsd]
    Regards,
    Michael

  • How to know Imported Content?

    Hi all!
    I have to know which are the imported content in PI and which is the version.
    How can I get that information?
    Thanks!!

    Go to tools - Find transports and search. You will get all the imported content details along with the version.
    VJ

  • Error - Failed to import Content Inventory

    Hello all,
    I'm having an issue uploading a SCORM elesson created to our LMS, and I'm hoping that one of the wise people out there may be able to help me out.
    The project setting used, are the same as I've previously had success using.
    There is no object outside of the stage.
    The naming of the file project is ver simeple... 2 letters.
    There is no Quiz.
    Whilst trying to upload the zipped file to our LMS, I get this error:
    The upload of this document failed. Error discribtion:
       Error Encountered
    (43073) Failed to import Content Inventory: IT - IT Work Processes Introduction
    (43269) Invalid content. (*)ERROR: Failed to extract the manifest file from content package. Possible cause: The markup in XML document (manifest file) preceding the root element is not well-formed.'
    Any ideas anybody?
    Thanks ahead of time

    No sorry. I only use the pdf version to send to people for reviews. When it comes to publishing it to the LMS (SABA), I zip it with Captivate (with no pdf). The zip file contains the HTML/SWF Files etc. included below is my normal package, unzipped.
    and this is the one I'm having problems with:

  • Problem URL-IView - is not display in the Portal Content Area

    Hi!
    I have a problem. My URL-IView is not displayed in the Portal Content Area. The setting "launch in new window " is  "display in Portal Content Area". What can I do that the URL -IVIiew is not display in a separate window.
    Can anyone help me???
    Thank you very much
    regards

    Hi.
    You have to add your URL iView to a page. See URL iview - The page cannot be found for details.
    Best regards,
    Aliaksandr Zhukau

Maybe you are looking for