Seting page group id via api

Does anybody know how to set the page group for a page via the API. I've found an update_page proc in the wwv_flow_api package but it doesn't seem to include a parameter for the page group/group id. I'm using Apex 3.2. Thanks for any help.

Thanks that helpful in some ways, but I want to get the page_id. For example, if I create a page with the name PG_DEPT and the display name "Department Page". I need to know how to get the current PG_DEPT name from the API. Also, I will like to get the current URL from the page (http://portal/pls/portal/page=123).

Similar Messages

  • Page group security through APIs

    Is there any way that one can set access security at page group level?

    Hi Naxtazzmataur,
    you can use the wwsec_api package which is documented here:
    - http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1014/index.html
    Cheers,
    Mick.

  • How do I read & update email group subscription status for a specific contact via api?

    Looking at Eloqua's api documentation, I can find out how to update contacts, and even the global subscription flag, however we want to build a page on our custom website whcih allows users to opt in and out of specific email groups (as can be done manually from the contact page / preferences tab)
    I cant find the appropriate api documentation for this - I found a page for contacts:
    REST API - Contact Fields
    and a page for email group:
    REST API - Email Groups
    any idea how can I find and udpate the object linking the two ?!?

    Via REST API, the bare bones call is:
    PUT /API/REST/2.0/data/contact/{contactid}/email/group/{groupid}/subscription
      "type": "ContactEmailSubscription",
      "contactId": "3174",
      "emailGroup": {
      "type": "EmailGroup",
      "id": "15",
      "depth": "minimal",
      "name": "Test Email Group"
      "isSubscribed": "false"
    Where isSubscribed can be toggled to true. This is the same call made by the UI when you open the contact record, move to the preferences tab and right click to subscribe or unsubscribe on an email group:
    The list of email groups and their ids can be obtained via GET /assets/email/groups. I recommend adding ?depth=minimal to avoid retrieving unnecessary configuration information.
    Best regards,
    Bojan

  • Cannot access page groups via Navigator "portlet could not be contacted"

    On the Portal Navigator's Page Groups tab, the error "The portlet could not be contacted." appears where the list of Page Groups should be.
    This is happening for 2 users. I see it the error in 1 browser, but not in another (logged on in both browser as same user).
    There are no errors in the Apache error log. There are errors in the OC4J_Portal application log:
    07/01/26 14:32:05 portal: id=673911615591,2 ContentFetcher Unexpected Exception Request Failed:oracle.webdb.dispatcher.DispatcherException: I/O Error dispatching request name=content-fetcher0 label=dbPortlet url=http://portal.domain.com:7823/pls/portal/!PORTAL.wwpro_app_provider.execute_portlet/771029724/15 time=949ms timeout=15000ms process=Redirecting
    07/01/26 14:32:05 portal: [perf] 199.64.107.21 http://portal.domain.com:7823/pls/portal/!PORTAL.wwpro_app_provider.execute_portlet/771029724/15 id=673911615591,2 type=dbPortlet name=ORACLE+PORTAL,6_500169_6_3_23 status=(null) user=E032034 subscriberID=1 reqTime=949ms waitTime=0ms cache=(null) timeout=No redirects=0 bytes=0 authLevel=10 webCacheStatus=(null) webCacheExpires=(null) webCacheAge=(null) csConv=No readTime=No,0ms pageTimeout=No procTime=0ms
    07/01/26 14:32:05 portal: [perf] 199.64.107.21 http://portal.domain.com:7823/pls/portal/!PORTAL.wwpob_page.show?_pageid=6,3,6_23 id=673911615591,2 type=pageMeta name=6,3,6_23 status=200 user=E032034 subscriberID=1 reqTime=90ms waitTime=0ms cache=MISS,NEW timeout=No redirects=0 bytes=19652 authLevel=10 webCacheStatus=MISS,STALE [G] webCacheExpires=86400 webCacheAge=0 csConv=No readTime=No,0ms pageTimeout=No procTime=90ms
    07/01/26 14:32:05 portal: [perf] 199.64.107.21 http://portal.domain.com/portal/page?_pageid=6,3,6_23&_dad=portal&_schema=PORTAL id=673911615591,2 type=page name=6,3,6_23 status=200 user=E032034 subscriberID=1 reqTime=1039ms waitTime=0ms cache=(null) timeout=No redirects=0 bytes=16878 authLevel=10 webCacheStatus=(null) webCacheExpires=(null) webCacheAge=(null) csConv=No readTime=No,0ms pageTimeout=No procTime=0ms
    I placed the log in debug mode and got the error below:
    07/01/26 18:54:20 portal: DEBUG: active=26 id=8817185720131,2 Content Fetcher Caught Dispatcher Exception :
    oracle.webdb.utils.PortalExceptionImpl: I/O Error dispatching request
         at oracle.portal.PortalException.<init>(Unknown Source)
         at oracle.webdb.dispatcher.DispatcherException.<init>(Unknown Source)
         at oracle.webdb.dispatcher.HTTPDispatcher.dispatch(Unknown Source)
         at oracle.webdb.dispatcher.CacheDispatcher.dispatch(Unknown Source)
         at oracle.webdb.page.ContentFetcher.run(Unknown Source)
    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 java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:153)
         at HTTPClient.HTTPConnection$EstablishConnection.run(HTTPConnection.java:3938)
    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 java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:153)
         at HTTPClient.HTTPConnection$EstablishConnection.run(HTTPConnection.java:3938)
    What is confusing is how 1 browser gets the error but another does not.
    Any suggestions?
    TIA

    This issue seems to be related to the specific URL used to access the Navigator. I was using a specific URL to display a particular page region for editing, namely
    /portal/page?_pageid=6,3,6_23&_dad=portal&_schema=PORTAL&p_otype=FOLDER&p_octx=FOLDER.334478_1453&p_domain=wwc&p_sub_domain=SITEEXP
    Once the Navigator is accessed via this URL, all subsequent attempts to access Page Groups Navigator portlet fail.
    I changed my process to not use the URL above.

  • Page Group Security API

    Hi,
    I'm looking for an API, or something, that will allow me to change the access properties of a page or page group. I need to be able to remove access to a page group with a script. Is this possible? I've looked at the documented APIs but do not see one to do this. Maybe I'm overlooking something.
    Thanks in advance.

    Ok,
    As I also mentioned you could use wwsec_api:
    * Removes a group's privileges.
    * <p>Call this API to perform one of three possible operations:
    * <ul>
    * <li>If NULL or nothing is passed into the p_privilege parameter,
    * then all privileges for the given group, object_type_name,
    * and name are removed.
    * <li>If a value is passed into p_privilege, the specified privilege is
    * removed.
    * <li>If group_id is null, the privilege is removed for all groups.
    * </ul>
    * <p><b>Example:</b>
    * <pre>
    * wwsec_api.remove_group_acl(
    * p_object_type_name => wwsec_api.PAGE_OBJ,
    * p_name => '0/156',
    * p_group_id => 3,
    * p_privilege => wwsec_api.MANAGE_PRIV
    * </pre>
    * @param p_object_type_name the type of object, e.g., ADMIN, FOLDER,
    * ITEM, etc.
    * @param p_name the reference to the object
    * @param p_group_id the portal's identifier for a group
    * @param p_privilege the privilege to be granted. this should
    * exist in WWSEC_PRIVILEGE$
    * @param p_owner the owner of the ACL entry
    * @param p_disable_invalidations controls whether cache invalidations
    * are disabled when removing the group ACL
    * Removes a specified privilege from a user.
    * Removes all privileges for a given user, object_type_name, and name if
    * null or if nothing is passed into p_privilege. If p_privilege is
    * specified and p_person_id is null, this procedure removes the specified
    * privilege for all persons.
    * <p><b>Example:</b>
    * <pre>
    * wwsec_api.remove_user_acl(
    * p_object_type_name => wwsec_api.GROUP_OBJ,
    * p_name => '0/156',
    * p_person_id => 3,
    * p_privilege => wwsec_api.MANAGE_PRIV
    * </pre>
    * @param p_person_id the portal's identifier for a user
    * @param p_object_type_name - the type of secured object, referenced by
    * the security API constants that end with '_OBJ'. For example,
    * wwsec_api.GROUP_OBJ, wwsec_api.PAGE_OBJ, etc.
    * @param p_name the reference to the object
    * @param p_privilege the privilege to be granted. this should
    * exist in WWSEC_PRIVILEGE$
    * @param p_owner the owner of the ACL entry, used for avoiding
    * namespace collisions
    * @param p_disable_invalidations controls whether cache invalidations
    * are disabled when setting the user ACL
    Hope this helps,
    Higor

  • PDEXGroup to set the Page Group ColorSpace

    Hello,
    I'm currently trying to add an Image into a PDF (that's the only content) but as I read on previous threads I'm trying to get a correct rendering when there is an alpha (channel/mask) in my image.
    To do so I first create an Image (PDEImageCreate) then I create the Alpha mask and apply it to the first image (using PDEImageSetSMask).
    The problem is now my image is too dark in "Acrobat Reader" and is correct in Evince. So I guess my problem is Acrobat try to blend in CMYK but my source image is in RGB.
    But I don't really understand how I should/could specify that ? I tried in the Resources of the Page, and then I tried the PDEXGroup, but how can I add my XObject to the PDEXGroup ?
    Am I on the wrong track trying to set the Page ColorSpace ?
    Thanks in advance.

    Following your indication I re-read the paragraph relating to Transparency group. starting with the 11.4.7.
    All of the elements painted directly onto a page—both top-level groups and top-level objects that are not part of any group—shall be treated as if they were contained in a transparency group P
    My main question here is how do I get access to this "group P" ?
    Because I didn't found how, I searched "how to specify a blending" which leads me to paragrap 11.6.3
    11.6.3    Specifying Blending Colour Space and Blend Mode The blending colour space shall be an attribute of the transparency group within which an object is painted; its specification is described in 11.6.6, "Transparency Group XObjects."
    Ok so how to define a Transparency group is in 11.6.6 (still my original question)
    Summarized : a transparency group is a specialized form XObject with a Group entry in its dictionnary. (Group with subtype "/S /Transparency")  Also a Page may have a Group entry (some entries in this dictionnary may be  interpreted differently when in a Page group).
    So (again) I looked at the right paragraph to make a Group 8.10.3, "Group XObjects".
    This paragraph finally describe what the CosObj should look like  I expect it to be something like :
    6 0 obj                                % Form XObject
       << /Type /XObject
          /Subtype /Form
          /FormType 1
          /BBox [ 0 0 1000 1000 ]
          /Group <>      /Matrix [ 1 0 0 1 0 0 ]
          /Resources << /ProcSet [ /PDF ] >>      /Length 58
        >>stream   
    endstream
    endobj
    But alas my main concern is still here, how do I add a PDEImage in a PDEGroup or PDEForm or CosObj and then overwrite the Page content with this new content in order to change the default Blending ColorSpace ?
    You said to use the Cos API but what the Cos Object should look likes when the Color Blend Space is correctly set ?
    Below there is some code sample that I used to get this working.
      1 void func()
      2 {
      3         PDDoc       document;
      4         PDPage      page;
      5         ASFixedRect mediabox;
      6         PDEContent  content;
      7
      8         /* Some or most informations are skipped below for readability but important
      9          * call remains
    10          */
    11
    12         document = PDDocCreate();
    13
    14         page     = PDDocCreatePage(document, PDBeforeFirstPage, mediabox);
    15         content  = PDPageAcquirePDEContent(page, NULL);
    16
    17         /* setup arguments PDEImage */
    18         image    = PDEImageCreate(....);
    19         /* setup arguments for Image mask / alpha channel */
    20         mask     = PDEImageCreate(....);
    21
    22         PDEImageSetMatteArray(mask, ...);
    23         PDEImageSetSMask(image, mask);
    24
    25         CosDoc documentCos = PDDocGetCosDoc(document);
    26         CosObj xobjForm  = CosNewNull();
    27         CosObj resources = CosNewNull();
    28
    29         /*
    30          * Here is the naive version I first tried which as you explained should be
    31          * done using Cos_Layer functions
    32          */
    33 #if defined NAIVE_VERSION
    34
    35         /*
    36          * Doesn't work
    37          */
    38
    39         CosObj imgCos;
    40         PDEImageGetCosObj(img, &imgCos);
    41         PDEXGroup grp_image = PDEXGroupCreateFromCosObj(&imgCos);
    42         PDEXGroupSetColorSpace(grp_image, PDEColorSpaceCreateFromName(ASAtomFromString("DeviceRGB")));
    43
    44         PDEContentAddElem(content, kPDEAfterLast, image);
    45         PDPageSetPDEContent(page, content);
    46
    47 #elif defined SECOND_VERSION
    48
    49         /*
    50          * Doesn't work
    51          */
    52
    53
    54         PDEContentAddElem(content, kPDEAfterLast, image);
    55
    56         PDEForm myf = NULL;
    57
    58         PDEContentAttrs  pdeContentAttrs;
    59         memset(&pdeContentAttrs, 0,  sizeof pdeContentAttrs);
    60         PDEContentGetAttrs(content, &pdeContentAttrs,  sizeof pdeContentAttrs);
    61
    62         PDEContentToCosObj(content, kPDEContentToForm, &pdeContentAttrs,
    63                 sizeof pdeContentAttrs, documentCos, NULL, &xobjForm, &resources);
    64
    65         if (!CosObjEqual(xobjForm, CosNewNull()) && !CosObjEqual(resources,  CosNewNull())) {
    66             /* success retrieving form & resources */
    67
    68             // Put resources into the Form XObject stream dictionary
    69             CosDictPutKeyString(xobjForm, "Resources" , resources);
    70
    71             // Set BBox key for the Form XObject according to the image page
    72             ASFixedRect rectOrigPage;
    73             PDPageGetMediaBox(page, &rectOrigPage);
    74
    75             CosObj BBoxArray = CosNewArray(documentCos, 4,  false);
    76             CosArrayPut(BBoxArray, 0, CosNewInteger(documentCos, false, ASFixedRoundToInt16(rectOrigPage.left)));
    77             CosArrayPut(BBoxArray, 1, CosNewInteger(documentCos, false, ASFixedRoundToInt16(rectOrigPage.bottom)));
    78             CosArrayPut(BBoxArray, 2, CosNewInteger(documentCos, false, ASFixedRoundToInt16(rectOrigPage.right)));
    79             CosArrayPut(BBoxArray, 3, CosNewInteger(documentCos, false, ASFixedRoundToInt16(rectOrigPage.top)));
    80
    81             CosDictPutKeyString(xobjForm,  "BBox" , BBoxArray);
    82
    83             // Set matrix key for the Form XObject
    84             ASFixedMatrix  defaultMatrix;
    85             PDPageGetDefaultMatrix(page, &defaultMatrix);
    86
    87             myf = PDEFormCreateFromCosObj(&xobjForm, &resources, &defaultMatrix);
    88
    89             PDEXGroup trpgroup = PDEXGroupCreate(documentCos, kPDEXGroupTypeTransparency);
    90             PDEXGroupSetColorSpace(trpgroup, PDEColorSpaceCreateFromName(ASAtomFromString("DeviceRGB")));
    91
    92             PDEFormSetXGroup(myf, trpgroup);
    93             PDEContentAddElem(content, kPDEBeforeFirst, (PDEElement) myf);
    94
    95             PDPageSetPDEContent(page, (ASExtension) PDEFormGetContent(myf));
    96         }
    97
    98 #else
    99
    100         /*
    101          * Doesn't work
    102          */
    103
    104         CosObj xobjForm  = (CosObj) CosNewDict(documentCos, false, 1);
    105         CosObj resources = (CosObj) CosNewDict(documentCos, false, 1);
    106
    107         CosDictPutKeyString(xobjForm,  "Type", CosNewName(documentCos, false, ASAtomFromString("XObject")));
    108         CosDictPutKeyString(xobjForm,  "Subtype", CosNewName(documentCos, false, ASAtomFromString("Form")));
    109         CosDictPutKeyString(xobjForm,  "FormType", CosNewInteger(documentCos, false, 1));
    110
    111         CosObj array_bbox = CosNewArray(documentCos, false, 4);
    112         CosArrayPut(array_bbox, 0, CosNewInteger(documentCos, false, 0));
    113         CosArrayPut(array_bbox, 1, CosNewInteger(documentCos, false, 0));
    114         CosArrayPut(array_bbox, 2, CosNewInteger(documentCos, false, width));
    115         CosArrayPut(array_bbox, 3, CosNewInteger(documentCos, false, height));
    116
    117         CosDictPutKeyString(xobjForm,  "BBox", array_bbox);
    118
    119         ASFixedMatrix frmMatrix;
    120         frmMatrix.a = FloatToASFixed(1);
    121         frmMatrix.d = FloatToASFixed(1);
    122         frmMatrix.b = frmMatrix.c = frmMatrix.h = frmMatrix.v = fixedZero;
    123
    124 #endif
    125
    126         PDDocSave(document, ....);
    127
    128 }
    Thanks again for your help.

  • Move Setting link to tab page group

    Hi Gurus,
    is it possible with the floor plan of CRM 5.0 to move the "Settings" Link of the search result list to the toolbar group of an an tab page-group. As i want to limit the search result of activities via the "Settings" Link, which is display in the tab-page group of accounts.
    Thanks in advance
    Stephan

    Create a "Page Link" item, one of the built-in item types. When specifying the attributes for this item, you should be able to choose pages in other page groups.

  • Is it possible add or remove contact from a Shared list via API?

    Hi Eloquan,
    i'm preatty new in Eloqua and i'm wondering if is possible add/remove contact from a Shared list via API...
    any help will be welcomed.
    M.

    Gr8 not a problem why do you use a composite view pattern.
    --->In that case make use of Proper patterns in your design before forwading it to a view.
    ---->Use a Public JSP Statically include JSP's in WEB-INF folder using static page include which happens at compile time.
    REGARDS,
    RaHuL

  • Can't delete group by REST API

    I use this URL for delete a group: https://graph.windows.net/<domain>/groups/<objectId>/?api-version=1.5 (ref: https://msdn.microsoft.com/en-us/library/azure/dn151608.aspx)
    but I can't do it. I set full permission for application (I can create/update). How deleted group via REST Api?
    This is requonse:
    odata.error: 
    code: "Authorization_RequestDenied"
    message: 
    lang: "en"
    value: "Insufficient privileges to complete the operation."

    Hi,
    Are you using this link to delete the group
    https://graph.windows.net/<domain>/groups/<objectId>/?api-version=1.5
    the method states that it has used the date, not the version of API as mentioned below.
    https://graph.windows.net/mytenantdomain/groups/<objectId>?api-version=2013-04-05
    The Sample request also has the date, not the exact version of the API
    DELETE https://graph.windows.net/contoso.onmicrosoft.com/groups/bc0001a2-5b96-4073-a5be-6b80528a17ad?api-version=2013-04-05
    HTTP/1.1
    Authorization: Bearer eyJ0eX ... FWSXfwtQ
    Content-Type: application/json
    Host: graph.windows.net
    Hope this helps you.
    Girish Prajwal

  • Where to find the PAGE GROUP ID

    Hello All,
    Where I can find the PAGE Group ID.
    Thanks,
    Henry

    Hi Henry
    You can find the Page Group Id in WWSBR_ALL_CONTENT_AREAS - it is the id in this view.
    You can view this via the Database Objects tab within the Portal Navigator.
    Alternatively if you want to view via SQL Plus you will need to run the following code prior to querying the view
    begin
    wwctx_api.set_context('username','password');
    end;
    More information about the views can be found here:
    http://download-uk.oracle.com/docs/cd/B14099_16/portal.1014/b14135/pdg_cm_api.htm#CHDDBAFF
    Lisa

  • Purge page group

    Hi,
    I develop an uploader for item in portal with the version 9.0.4 of PL/SQL API.
    Items can be deleted by user. Deleted items cannot be set as active items through the API (expired items can be set as active). I need to re-create deleted items.
    The problem is that deleted (and expired) items are still existing until a purge is performed on the page group.
    I search on the API but I didn't found any function allowing to purge a page group.
    My question is : Is it on the API a function allowing to purge a page group ? Does anyone have a solution ?
    Thanks in advance, Eddy.

    By purging I assume you mean 'clean up' items that are either expired or deleted?
    If so, unfortunately the only way to do this in 9.0.4 and below is through the page group admin UI. For the next release we are planning a new delete item API that (in combination with views that allow to query for items in these states) will let you do this.

  • Security: problem Group/Filter by API VB

    Bonjour,Je souhaite ouvrir l'acc?s ? une application pour un groupe et l'associer ? un filtre par un programme VB.Comment ouvir via un programme VB l'acc?s ? une application.How open access to a application for a group ? (use API VB for Essbase)[email protected]

    try this (hctx is global) and ignore the note of ignoring filter and maxaccess line in the documentation:Sub EsbSetDatabaseAccess () Dim sts As Long Dim Items As Integer Dim UserDb As ESB_USERDB_T '***************************** ' Initialize UserDb structure '***************************** UserDb.UserName = "Joseph" UserDb.AppName = "Sample" UserDb.DbName = "Basic" UserDb.Access = ESB_ACCESS_FILTER UserDb.MaxAccess = ESB_ACCESS_FILTER UserDb.FilterName = "MyFilter" Items = 1 '*************************** ' Set Supervisor access level '*************************** sts = EsbSetDatabaseAccess (hCtx, Items, UserDb)End SubTom

  • Need Help Writing Server side to submit form via API

    Hey
    I need help writing a serverside application to submit
    information via API to a separate server.
    I have a client that uses constant contact for email
    campaigns. We want to add to her website a form taht submits the
    information needed to subscribe to her email list, to constant
    contact via API.
    FORM.asp :: (i got this one under control)
    name
    email
    and submits to serverside.asp
    SERVERSIDE.ASP
    In serverside.asp i need to have
    the API URL
    (https://api.constantcontact.com/0.1/API_AddSiteVisitor.jsp)
    username (of the constant contact account)
    password (of the constant contact account)
    name (submited from form.asp)
    email (submitted from form.asp)
    redirect URL (confirm.asp)
    Can anyone help get me going in the right direction?
    i have tried several things i found on the net and just cant
    get anyone to work correctly.
    One main issue i keep having is that if i get it to submit to
    the API url correctly - i get a success code, it doesnt redirect to
    the page i am trying to redirect to.
    ASP or ASP.NET code would be find.
    THANKS
    sam

    > This does require server side programming.
    > if you dont know what that is, then you dont know the
    answer to my question. I
    > know what i need to do - i just dont know HOW to do it.
    If you are submitting a form to a script on a remote server,
    and letting
    that script load content to the browser, YOU have no control
    over what it
    loads UNLESS there is some command you can send it that it
    will understand.
    No amount of ASP on your server is going to change what the
    remote script
    does.
    http://www.constantcontact.com/services/api/index.jsp
    they only allow their customers to see the instructions for
    the API so i
    can't search to see IF there is a redirect you can send with
    the form info.
    But posts on their support board say that there is.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • How to Export/Import a Page Group?

    Hi All,
    I'm having problems to export a page group from a dev server to a production server. What I had done with succesfull:
    - I created the transport set table in dev server by clicking on Export link under page group;
    - I executed the script and generated the dump file without warnings;
    - I executed the import script in the production server without warnings;
    When I will Import the transport table to my production server via Oracle Portal Interface, the status of the page group is Fail. Why?
    I created the user groups before, that are the same of the dev instance.
    Note: In my production instance there is no page group. It is my first export/import of this page group.
    What steps I need to do? Am I do anything wrong?
    Best regards,
    JV.

    This is the error log that I received:
    Transport Set : PORTAL_DEVELOPER - 22-NOV-2004 08:11:32
    Import Access Control Lists - Yes
    Include Preferences for Users/Groups - Yes
    Ignore Warnings - Yes
    Advanced Logging - Yes
    Started By: PORTAL_DEVELOPER
    Started On: 22/11/04 09:02:05
    Pre-Check
    Start of Importing External Application
    Validating and registering provider: ORACLE PORTAL
    Precheck complete for PROVIDER ORACLE PORTAL
    Validating and registering provider: PORTAL CONTENT AREA
    Precheck complete for PROVIDER PORTAL CONTENT AREA
    Validating and registering provider: PORTAL_GVTE8868E64F2A8F055E030007F02000ED4
    Precheck complete for PROVIDER PORTAL_GVTE8868E64F2A8F055E030007F02000ED4
    Precheck failed for APP_TEMPLATE IU_BANNER_GVT
    Precheck failed for ITEMTYPE Oracle_Reports
    Precheck failed for ATTRIBUTE Oracle_Reports_Components
    Precheck failed for ATTRIBUTE Display_Reports_Parameter_Form
    Precheck failed for ATTRIBUTE Display_In_New_browser
    Precheck failed for PAGEGROUP PORTAL_GVT
    Precheck failed for STYLE PORTAL_GVT
    Precheck failed for STYLE ESTILO_ITENS_DEPTOS
    Precheck failed for STYLE ESTILO_ITENS_DEPTOS_BRANCO
    Precheck failed for STYLE ESTILO_ITENS_DEPTOS_DEGRADE
    Precheck failed for STYLE ESTILO_ITENS_DEPTOS_PRINCIPAL
    Precheck failed for PAGE PORTAL_GVT
    Precheck failed for NAVBAR SAMPLE_BANNER1
    Precheck failed for NAVBAR SAMPLE_VERTICAL_NAVBAR
    Precheck failed for PAGE_TEMPLATE TEMPLATE_GVT_PRINCIPAL
    Precheck failed for NAVBAR COPY_OF_ORIGINAL
    Path not found: PAGE/PORTAL_GVT/PAGE_PRINCIPAL/
    Path not found: PAGE/PORTAL_GVT/
    Precheck failed for PAGE PAGE_PRINCIPAL
    Precheck failed for NAVBAR COPY_OF_SAMPLE_BANNER1
    Precheck failed for NAVBAR BANNER_PORTAL_GVT
    Path not found: PAGE/PORTAL_GVT/MENU_PRINCIPAL/
    Path not found: PAGE/PORTAL_GVT/
    Precheck failed for PAGE MENU_PRINCIPAL
    Path not found: PAGE/PORTAL_GVT/WWCTX_API/
    Path not found: PAGE/PORTAL_GVT/
    Precheck failed for PAGE WWCTX_API
    Path not found: PAGE/PORTAL_GVT/WWCTX_API_2/
    Path not found: PAGE/PORTAL_GVT/
    Precheck failed for PAGE WWCTX_API_2
    Precheck failed for PAGE_TEMPLATE TEMPLATE_GVT_DEPTO_INTERNA
    Path not found: PAGE/PORTAL_GVT/PAGE_DEPTOS_JURIDICO_INTERNA/
    Path not found: PAGE/PORTAL_GVT/
    Precheck failed for PAGE PAGE_DEPTOS_JURIDICO_INTERNA
    Precheck failed for PAGE_TEMPLATE TEMPLATE_GVT_DEPTO_HOME
    Path not found: PAGE/PORTAL_GVT/PAGE_DEPTOS_JURIDICO/
    Path not found: PAGE/PORTAL_GVT/
    Precheck failed for PAGE PAGE_DEPTOS_JURIDICO
    Path not found: PAGE/PORTAL_GVT/PAGE_APPROVAL_CHEFE/
    Path not found: PAGE/PORTAL_GVT/
    Precheck failed for PAGE PAGE_APPROVAL_CHEFE
    Path not found: PAGE/PORTAL_GVT/PAGE_APPROVAL_SECAO/
    Path not found: PAGE/PORTAL_GVT/
    Precheck failed for PAGE PAGE_APPROVAL_SECAO
    Pre-checking search portlet preferences...
    Determining new dependency ids from target tables...
    ... determining new page group ids
    ... determining new image ids
    ... determining new style ids
    ... determining new attribute ids
    ... determining new item type ids
    ... determining new page ids
    ... determining new category ids
    ... determining new perspective ids
    Precheck complete for search portlet preferences...
    [22/11/04 09:02:05][WARNING] id = NULL context = wwutl_api_import_security.group_id user = PORTAL_DEVELOPER Group not found in OID. DN: cn=todos_grupos,cn=portal.040729.1113,cn=groups,dc=develop,dc=net
    [22/11/04 09:02:05][WARNING] id = NULL context = wwutl_api_import_security.group_id user = PORTAL_DEVELOPER Group not found in OID. DN: cn=visitantes_grupo,cn=portal.040729.1113,cn=groups,dc=develop,dc=net
    Completed On: 22/11/04 09:02:05

  • Copy and paste page group?

    Hello,
    Is there a way to copy a page group and paste into a new group instead of creating one from scratch?
    Thanks,
    -Dong Chen

    Hi,
    WebDAV ia an extension to the HTTP Protocol - you can use it to manage content on Web Servers. It's a very interesting topic - you can get more information here :
    http://www.webdav.org
    You can access Portal via WebDAV with a URL of this format:
    http://<hostname>:<port>/<dav_location>
    E.g.: the default Portal DAV URL is:
    http://<hostname>:<port>/dav_portal/portal
    You connect to a portal in WebDAV clients using the same user name and password that you use to log in to the portal in the browser interface.
    To set up WebDAV and use it :
    If you are using Windows :
    1. Right-Click on "My Computer" & select "Map Network Drive...."
    2. Click on the "Web Folder ot FTP Site".
    3. Enter the WebDAV URL for your Portal ( in the format that I have mentioned ).
    4. Enter a name for your Folder.
    That's it ! You can then see the Page-Group and the pages as folders. You can browse, copy or delete content as you would in your C: or D: Drive.
    Regards,
    Sandeep.

Maybe you are looking for

  • T5140 will not boot to OS

    I am unable to boot my T5140 Sparc Enterprise server. I can only get to the ILOM web interface and SER MGT interface. Once to the -> prompt I can start /SYS and start /SP/console but and that point all I get is a blinking cursor even after waiting a

  • Store Asymmetric Key Container In Load Balanced Cloud Environment

    I've been tasked with signing some data with the RSACryptoServiceProvider.SignData() Method. In order to generate the public and private key i've used the RSACryptoServiceProvider and passed a keycontainername in order to store the keys safely.  When

  • Taking Photo's with the camera and adding as a contact photo

    Using my new Palm Pre 2 and took a photo to add as a contact. The process is simple enough to assign the photo taken to the contact, by lining up within the square and pressing Assign to contact. However the end result just shows a blurred image of t

  • Color Range "Local Group"

    Hello together, I just wonder what the new feature within the Select: Color Range Dialogue means. I'm using the german version, so I don't know how it's named in english, but it should be something like "local colorgroup". It's the only new feature i

  • Chart Builder on JSP doesn4t work ! :-(

    Hello forum, I have a problem, I want to do graphics with the Oracle Chart Builder 10 kit. I read the doc and found information for install on ApacheJServ and use with JSP, the instruccions say : Install the Chart Builder library under Apache Copy th