IMPORT  Portal object.

I have exported many object from Portal(pages, sso, security, application, content areas, user tables, shared components, etc).
I want to know how to import them , which ones first, second, and so on.
Thnaks
Enrique

First is SSO, followed by security and then anything else.
Thanks,
Arun

Similar Messages

  • Using PowerShell to Fix an ObjectSID on a Portal object

    Summary
    Sometimes the ObjectSID just isn't what you want it to be or it's been unintentionally recalled due to another action. :)
    This script should fix the portal object, just pass it the account name and domain on the command line and it will retrieve the SID, find the object by AccountName in the portal and then fix it if it is wrong.
    Based on earlier examples by Joe Schulman and Markus Vilcinskas.
    PARAM([string]$AccountName,[string]$Domain)
    cls
    set-variable -name URI -value "http://localhost:5725/resourcemanagementservice" -option constant
    function GetSidAsBase64
    PARAM($AccountName, $Domain)
    END
    $sidArray = [System.Convert]::FromBase64String("AQUAAAAAAAUVAAAA71I1JzEyxT2s9UYraQQAAA==") # This sid is a random value to allocate the byte array
    $args = (,$Domain)
    $args += $AccountName
    $ntaccount = New-Object System.Security.Principal.NTAccount $args
    $desiredSid = $ntaccount.Translate([System.Security.Principal.SecurityIdentifier])
    write-host " -Account SID : ($Domain\$AccountName) $desiredSid"
    $desiredSid.GetBinaryForm($sidArray,0)
    $desiredSidString = [System.Convert]::ToBase64String($sidArray)
    $desiredSidString
    write-host "`nFix Account ObjectSID"
    write-host "=========================="
    #Retrieve the Base64 encoded SID for the referenced user
    $accountSid = GetSidAsBase64 $AccountName $Domain
    #Export the account configuration from the service:
    write-host " -Reading Account information"
    if(@(get-pssnapin | where-object {$_.Name -eq "FIMAutomation"} ).count -eq 0)
    {add-pssnapin FIMAutomation}
    $exportObject = export-fimconfig -uri $URI `
    -onlyBaseResources `
    -customconfig ("/Person[AccountName='$AccountName']")
    if($exportObject -eq $null) {throw "Cannot find an account by that name"}
    $objectSID = $exportObject.ResourceManagementObject.ResourceManagementAttributes | `
    Where-Object {$_.AttributeName -eq "ObjectSID"}
    Write-Host " -New Value = $accountSid"
    Write-Host " -Old Value =" $objectSID.Value
    if($accountSid -eq $objectSID.Value)
    Write-Host "Existing value is correct!"
    else
    $importChange = New-Object Microsoft.ResourceManagement.Automation.ObjectModel.ImportChange
    $importChange.Operation = 1
    $importChange.AttributeName = "ObjectSID"
    $importChange.AttributeValue = $accountSid
    $importChange.FullyResolved = 1
    $importChange.Locale = "Invariant"
    $importObject = New-Object Microsoft.ResourceManagement.Automation.ObjectModel.ImportObject
    $importObject.ObjectType = $exportObject.ResourceManagementObject.ObjectType
    $importObject.TargetObjectIdentifier = $exportObject.ResourceManagementObject.ObjectIdentifier
    $importObject.SourceObjectIdentifier = $exportObject.ResourceManagementObject.ObjectIdentifier
    $importObject.State = 1
    $importObject.Changes = (,$importChange)
    write-host " -Writing Account information ObjectSID = $accountSid"
    $importObject | Import-FIMConfig -uri $URI -ErrorVariable Err -ErrorAction SilentlyContinue
    if($Err){throw $Err}
    Write-Host "Success!"
    trap
    Write-Host "`nError: $($_.Exception.Message)`n" -foregroundcolor white -backgroundcolor darkred
    Exit
    Go to the FIM ScriptBox

    When i run the script i get the following:
    Fix Account ObjectSID
    ==========================
     -Account SID : (mydomain\USERID) S-1-5-21-1314303383-2379350573-4036118543-289936
     -Reading Account information
     -New Value = AQUAAAAAAAUVAAAAl61WTi0C0o0PSJLwkGwEAA==
     -Old Value =
     -Writing Account information ObjectSID = AQUAAAAAAAUVAAAAl61WTi0C0o0PSJLwkGwEAA==
    SourceObjectIdentifier : urn:uuid:63f7201a-3fc4-465a-a678-2f1f9fed73e7
    TargetObjectIdentifier : urn:uuid:63f7201a-3fc4-465a-a678-2f1f9fed73e7
    ObjectType             : Person
    State                  : Put
    Changes                : {ObjectSID}
    AnchorPairs            :
    Error: Failure when making web service call.
    SourceObjectID = urn:uuid:63f7201a-3fc4-465a-a678-2f1f9fed73e7
    Error = Microsoft.ResourceManagement.WebServices.Faults.ServiceFaultException: The request message contains errors that prevent processing the request.
       at Microsoft.ResourceManagement.WebServices.Client.UninitializedResource.PerformUpdate(String synchronizationSequenceIdentifier)
       at Microsoft.ResourceManagement.WebServices.Client.UninitializedResource.Update()
       at Microsoft.ResourceManagement.Automation.ImportConfig.UnifiedClientPut(List`1 changeList, UniqueIdentifier objectIdentifier, String objectType, CultureInfo locale)
       at Microsoft.ResourceManagement.Automation.ImportConfig.ProcessLocaleBucket(String objectIdentifier, String objectType, Dictionary`2 localeBucket)
       at Microsoft.ResourceManagement.Automation.ImportConfig.Put(String objectIdentifier, String objectType, List`1 changeList)
       at Microsoft.ResourceManagement.Automation.ImportConfig.EndProcessing()
    Opper ...don't stop.

  • Unable to import Business Object in DQE

    I've some prob with "importing business Objects" in SAP Enterprise Portal
    I've EP6.0 SP16 installed.
    While importing the Business Object from "BW" System
    I expand the BW Node but alas! dont get any BO in it..
    It shows a message "Loading...." and hangs..
    I've read some of the discussion Forum on SDN...
    I've given the DQE Admin UserID and Password correctly.
    Also I've done the User Mapping for BW System and gave the same UserID and Password as given in DQE in the "Personalize" section
    I've tested the "BW" Connection using the option "Connection Test".
    It gives "DQE Connection Succeeded'.
    Please let me know where i'm wrong..
    Thanks..

    First thing dear Actually you are using the wrong term it is not exactly import it is EXPORT the existing BC4J component in Jdev.
    Just run the export command it will automatically create the package in the Home directory.
    Create a new JWS and Project and add related PG or Region there.[[Which you have exported]]
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Coping Portal objects from Test to production on different Domains

    I want to know if anyone besides my company uses separate domain environments to do development, QA, and production. How did you get around the object owner issues that come from this level of security. Did you have to Export OID objects from one environment, and import them into the other environments to get a common GUID? Do you use a common user to do development? I would like to hear some common/best practice advise if you have any.
    For those that want to understand the issues here is a little example:
    For this example, I am going to call my company Acme (I like this name). Acme uses a Sneaker method of security (Sneaker method means - To move data from one level to another, you must put in on a diskette, tape, or CD and put your sneakers on the floor and walk it to another location to install it.). While this is the most secure method out there to day, it makes working in development EXTREMELY difficult. Completely isolated environments require special concerns. I wanted to know if anyone out there does this now, and how they manage these issues.
    Domains:
    www.Acme.com
    www.QAAcme.com
    www.DevAcme.com
    When you do development on your site you login as a portal developer JSmith, or KJones, of BRight on the www.devacme.com domain. You build your Portal objects and custom stuff. Now you want to move it to QA, so they can test it and promote it to Production. You build your transport sets. You export using your UNIX script and get your file. You burn the file and the UNIX script to CD.
    You then take the CD to the www.QAAcme.com domain Portal server and login to that system as Oracle / OrcAdmin (God mode). You run the Import script as you normally would. <Error> This doesn't work completely because your user Jsmith is different on this domain and doesn't carry the same GUID in OID. While privileges and spelling are identical, the GUID's in OID differ and the domain names don’t match. (Problem - Separate domains and OID identities - objects without matching owner GUID's will not import.)
    When you check your stuff you realize that some or most of your work is missing, and all of the security that you placed on the objects is not working correctly either. Because domains are different, any OID users which you assigned permissions to are now not working at all. You will have to redo all the permissions work on this domain just like you did on the other domain. (Problem - there is no easy way to change domain names associated to OID users or group accounts, even if the names are EXACTLY the same. Permissions do not move over for users so assigning item level security is a waist of time since you will have to manually do all that work over again.)
    To correct then problems above, you go and export OID user objects like OrclAdmin, IAS_Admin, and a few others. You import these identities on each domain. Now what? Do you give developers 1 identity to do their work? Pass out the Admin passwords on Dev to all the developers to do as they please? Do you build a Dev User for each Developer you have and manage those ID's outside of your normal routine?
    This should draw a somewhat clear picture. There are more issues besides these. I left those out of this talk for now.
    If you have questions please let me know. I would like to hear input on this. Right now, I don't have any easy solutions, just a lot of extra work. Thank you in advance for any input.
    Frank

    Hi Frank,
    A very interesting question, which I never tried nor seen. Anyway, maybe I can try to give you a hand...
    I believe the major problem doesn't seem to be the GUID but rather the privileges of the users / groups within the Portal. I'm assuming that you really want that the users and groups privileges be assigned to the three Portals, 'cause you wanna test them or something like that... otherwise it would be a lot easier to assign them only to the Production machine - also what the Portal documentation encourages you to do (and never take them with the Portal Export / Import... ie, the Portal ACLs).
    In overview, what I think it might work, would be something like:-
    1. Export all the OID users / groups to LDIF files.
    2. Change the domains in the LDIF files to the Target Portal.
    3. Import all the OID users / groups to the Target Portal.
    4. Export with the Portal Export to a Transport Set.
    5. Export the Transport Set to a DMP.
    6. Import the DMP.
    7. Backup the Portal Target at this stage - ALWAYS!
    8. Before merging the DMP file the WWUTL_SEC_TX_PERSON$ and WWUTL_SEC_TX_GROUP$ tables need to be changed - DN (security is taking IDs of the users/groups internally to the Portal - so this should be fine).
    9. Merge the Transport Set within the Portal UI.
    Till point 8 it should be easy to be done... and you may check the Portal Configuration Guide over the 10.4.8 Migrating Users and Groups - http://download.oracle.com/docs/cd/B14099_19/portal.1014/b19305/cg_imex.htm
    On step 8 do something like the following:-
    -- groups (dn)
    update WWUTL_SEC_TX_GROUP$
    set dn=replace( dn, 'dc=dev_domain,dc=com', 'dc=prod_domain,dc=com' )
    update WWUTL_SEC_TX_GROUP$
    set dn_hash = wwsec_api_private.get_dn_hash( dn )
    -- users (dn)
    update WWUTL_SEC_TX_PERSON$
    set dn=replace( dn, 'dc=dev_domain,dc=com', 'dc=prod_domain,dc=com' )
    update WWUTL_SEC_TX_PERSON$
    set dn_hash = wwsec_api_private.get_dn_hash( dn)
    If you do have the opportunity to test this, I'd be much appreciated in knowing whether you've achieved to get this sorted out. And even if there is something I may be missing then you may come back with your questions as I'll try to answer them to my best knowledge.
    Alternatively, you can use the cloning notes within the Metalink website, what they do is a schema database export / import and there it IDs with be there. The only downside is that the export / import will do everything and Portal Export / Import is more flexible, ie, you may not be interested in bringging the whole Portal, but just a couple of pages or Page Groups.
    I hope it helps...
    Cheers,
    Pedro.
    PS - I hope all the above makes sense, but if not, just let me know (or detail me what do you want where I've failed to understand you).

  • Importing BI Objects to Prod.

    Hi Gurus,
    Is this the right steps to transport BI objects from DEV. to Pro.
    A) Tranporting Objects;
    1.Transport Connection>Only Necessary Objects>Assign Parkage>Create Request.
    2. Release The request (SE09).
    3.Transport Connection>DataFlow Before>assign Parkage>create Request.
    4.Release the Request.
    5.Transport Connection>Dataflow Afterward>assign Parkage& Create Request.
    6.Release The Request.
    B) Importing the Objects to Production or QA.
    1. In R/3 Prod., Run STMS>Overview>imports>....
    2.RSA6 check the imported DS.
    On BI Prod.
    3. Replicate the DS.
    4. Mapp the System names
    5.Run STMS and import the  released request.
    Please can anyone vet the above steps and offer me advice on the right way if I am wrong. You can give me step-by-step ways of doing this?
    I thank you with the best regards.

    Adams,
    This document should be helpful to you:
    http://help.sap.com/saphelp_bw33/helpdata/en/f9/80b54ea47211d285090000e8a57770/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/80/1a68b4e07211d2acb80000e829fbfe/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/224381ad-0701-0010-dcb5-d74236082bff
    Re: Transports

  • Automate the Portal object assignment !!

    Hi All,
    Are there any standard tools available which can automate the process of assigning iviews/pages to worksets and roles?
    Thanks
    Sandip

    Hi Bjorn
    Do you mean the locale transalations wil be lost for  the object attributes (title, description etc) even if we provide the locale values in the XML?
    e.g. I have added the following lines in the XML for multilanguage support for an iView Title
      <Attribute name="com.sap.portal.pcm.Title" type="text">
                     <AttributeValue value="Auto Test View" locale="en" />
                     <AttributeValue value="Auto Test View" locale_german="de" />
                     <AttributeValue value="Auto Test View" locale="" />
      </Attribute>
    You mean the german transalations will be lost if I import it????
    Hi Tobias,
    for test purpose, I created the XML manually. However, we can always create a valid XML using some macro scripts, program or standard Excel to XML mapping tool assuming you would want to create the Portal objects thru an Excel file.
    Regards
    Sandip

  • Error importing Portal Contents Using  EP 6.0 SP15

    Hello,
    We were importing portal contents on one server from the other.
    Out of those, only 2 were imported successfully.
    But other got an error as follows:
    Error Details 
    Cannot import in text only mode: object portal_content/com.mcgm.xxxx/com.xxxx.PortalDisplayComponents/com.xxxx.complaints/com.xxxx.fcomplaints_main/com.xxxx.fiViews/com.xxxx.iImportantContacts does not exist.
    Object ID:
    pcd:portal_content/com.xxxx.xxxx/com.xxxx.PortalDisplayComponents/com.xxxx.complaints/com.xxxx.fcomplaints_main/com.xxxx.fiViews/com.xxxx.iImportantContacts
    Transport
    File: /usr/sap/CPD/JC01/j2ee/temp/pcd/transport/IMPORT-0807_144931_226_209eb21d06845d2f/EPT/com.xxxx.iimportantcontacts.ept
         at com.sapportals.portal.pcd.gl.transport.PcdGlTextTransportManager.importObject(PcdGlTextTransportManager.java:103)
    Could anyone guide us regarding it?
    Thanks and regards,
    Pradnya

    Another thought about this :
    It's the deserialization that fails saying that the <DisplayName> child of <response> is not defined in the schema. Shouldn't we read  that as follows : the response received indeed does include a tag named <DisplayName>, but there is no way of mapping this to the class structure of the generated proxy so that this value can be used to rehydrate an instance of that class with it.
    Now, if we look at the WSDL file for the UME Web Service we find this for the GetUser0 method's response message :
    - <wsdl:message name="getUserResponse">
      <wsdl:part name="response" type="tns0:IUserInfo" />
      </wsdl:message>
    The response is of type IUserInfo. This  type is defined in the WSDL file as outlined below :
    - <complexType name="IUserInfo">
    - <sequence>
    <b>  <element name="DisplayName" nillable="true" type="xsd:string" /></b>   <element name="Locale" nillable="true" type="tns1:Locale" />
      <element name="Title" nillable="true" type="xsd:string" />
      <element name="Groups" nillable="true" type="intf:ArrayOf_xsd_string" />
      <element name="UniqueName" nillable="true" type="xsd:string" />
      <element name="Roles" nillable="true" type="intf:ArrayOf_xsd_string" />
      <element name="Email" nillable="true" type="intf:ArrayOf_xsd_string" />
      <element name="UniqueId" nillable="true" type="xsd:string" />
      <element name="FirstName" nillable="true" type="xsd:string" />
      <element name="LastName" nillable="true" type="xsd:string" />
      <element name="Company" nillable="true" type="xsd:string" />
      </sequence>
      </complexType>
    The WSDL definition for IUserInfo clearly does have this elment.
    Another thing : I'm using the exact same web service from a .Net web service client. The proxies generated with the Visual Studio .Net tools do not throw this error. Which raises the question : is it indeed a WSDL problem or is there a bug in the proxy generation in NW DS ?

  • Portal objects are not seen in portal contant

    HI gurus
    When I go to contant Administraction-->Portal contant ,I just see the no portal objects appears.its shows that the objects are required.
    I already deployed ESS and MSS Business Packages with SDM but I can't see the content in the Portal Content.
    Any help will be appreciated
    Regards
    Gaurav

    Which SCA files have you deployed?
    You have to deploy BPERP5ESSXXXXXXX.sca file for theiViews to appear in Portal Content.
    You would have already deployed the files PCUIGP.sca ,SAPESS.SCA
    Chck this thread
    Re: Can't see ESS/MSS 6.0 SP14 iviews, roles, worksets in SAP EP 7.0

  • Error while import Database Objects in Oracle Module

    Hi All,
    I am getting dialog window saying below error when I click on Finish button on Import database objects wizard for oracle module.
    MMM 1034: Property ENCRYPT does not exist
    When clicked on detail button on error window it show below errors in detail
    MMM1034: Property ENCRYPT does not exist.
    MMM1034: Property ENCRYPT does not exist.
         at oracle.wh.repos.impl.extended.PropertyHelper.getProperty(PropertyHelper.java:741)
         at oracle.wh.repos.impl.extended.PropertyHelper.getScalarPropertyValue(PropertyHelper.java:833)
         at oracle.wh.repos.impl.extended.PropertyHelper.getScalarPropertyValue(PropertyHelper.java:828)
         at oracle.wh.repos.pdl.foundation.OWBRoot.getScalarPropertyValue(OWBRoot.java:5121)
         at oracle.wh.repos.impl.foundation.CMPElement.getScalarPropertyValue(CMPElement.java:1641)
         at oracle.wh.repos.impl.foundation.CMPElement.getBooleanProperty(CMPElement.java:1740)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.setColumnEncrypted(ImportEntityAlgorithm.java:4650)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.doImportColumns(ImportEntityAlgorithm.java:4400)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.importColumns(ImportEntityAlgorithm.java:3487)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.importTable(ImportEntityAlgorithm.java:1267)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.dispatchElement(ImportEntityAlgorithm.java:610)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.importElement(ImportEntityAlgorithm.java:435)
         at oracle.wh.ui.integrator.sdk.EntityAccessor.importElement(EntityAccessor.java:77)
         at oracle.wh.ui.integrator.common.ImportService.importElement(ImportService.java:1144)
         at oracle.wh.ui.integrator.common.wizards.ImportElementTransaction.run(ImportWizardDefinition.java:730)
    Please see below information and steps I followed
    1. My PC running on Windows 7 64 bit
    2. Installed Oracle Database Enterprise Edition 11.2.0.1.0 software
    3. Created a listner after insalling above database software
    4. Created data warehouse database and unlocked OWBSYS and OWBSYS_AUDIT accounts
    5. Set ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_2\
    6. Set TNS_ADMIN=C:\oracle\product\11.2.0\dbhome_2\NETWORK\ADMIN
    7. After doing this I was able to connect all the source and data warehouse databases I am concerned with.
    7. Installed Oracle Warehouse Builder Client 11.2.0.3.0 64 bit
    8. Created repository using repository assistant insatlled duing database software.
    9. Created oracle database module for the schema created under data warehouse database.
    10. Tried to import database objects for the oracle module and got the error explained above when clicked on Finish
    Please someone reply to this thread since I searched lot on google and didn't get any solution and not understanding what this issue is.
    Thanks in advance
    Bhushan
    Edited by: Bhushan Bagul on Sep 7, 2012 2:46 AM

    it looks like not all objects are created for XX_BPEL_CREATEUSEMP
    synonyms and all grants are there ?

  • Error while Importing SYSTEM objects into 9.2.0.6

    HI,
    I got the following error while importing data into 9.2.0.6 DB .
    It is related to a SYSTEM object.
    . importing SYSTEM's objects into SYSTEM
    IMP-00017: following statement failed with ORACLE error 2270:
    "ALTER TABLE "DEF$_CALLDEST" ADD CONSTRAINT "DEF$_CALL_DESTINATION" FOREIGN "
    "KEY ("DBLINK") REFERENCES "DEF$_DESTINATION" ("DBLINK") ENABLE NOVALIDATE"
    IMP-00003: ORACLE error 2270 encountered
    ORA-02270: no matching unique or primary key for this column-list
    Constarint exists on Composite Primary Key on the parent table.
    Can anybody help me out on this.
    Regards,
    Sumit Singh Chadha

    Hi,
    don't mentioning why are You importing SYSTEM objects, the error that You have, just looking the message, is due to an export done without the clause CONSISTENT=Y (so all relations parent/child preserved) having the replication (the table in error is one of the replication dictionary table) active (not quisced)
    Repeat the export operation using CONSISTENT=Y an stop replication activity.
    Hope this helps
    Max

  • Error in importing Configuration objects of PI 7.0 to PI 7.1

    Hi All,
    My server is upgraded from PI 7.0 to PI 7.1.
    I am getting Error while  importing Configuration objects of PI 7.0 to PI 7.1 now.
    Pls see the below error
    Attempt to access the 1 requested objects on 1 failed. Detailed information:  com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Adapter Metadata Mail | http://sap.com/xi/XI/System, type AdapterMetaData from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Software component version with key ID: b38bcd00e47111d7afacde420a1145a5 not found
    Pls suggest

    Hi,
    It seems that adapter metadata has not been loaded into integration repository and because of that when you are trying to import configuration objects in ID then you are getting the error.
    The SAP adapter metadata objects are located under the namespace http://sap.com/xi/XI/System of software component SAP BASIS.
    What you can do is, if you have installation dvd's then you can copy from their or you can simply [_DOWNLOAD_|https://websmp205.sap-ag.de/~form/handler?_APP=00200682500000001943&_EVENT=SEARCH&HIDE=&SEARCH_SPAT=X&SEARCH_BPAT=X&SEARCH_CD=X&SEARCH_P=X&SEARCH_PV=X&SEARCH_C=X&SEARCH_CV=X&SEARCH_TA=&SEARCH_V=&HIDE_EXPERT_SEARCH=X&SEARCH_MAX_RESULT=20 ] from sap market place (refer this [thread|how to import Adapter metadata;) (you must have S-user id for this) and then after you need to do as mentioned below...
    1. First unzip the file (if it is zipped) and then put it in the import directory: \usr\sap\<SID>\SYS\global\xi\repository_server\import\
    2. Now login to IR and then from menu TOOLS ---> Import design objects and import it.
    3. After that in ID, Environment ---> Clear SLD Data Cache
    4. Now you can try to import configuration objects...
    Regards,
    Sarvesh

  • Importance of object dependency  type procedure

    Hi Friend,
    Good Morningu2026
    Could any one explain the importance of object dependency  type procedure and its uses with same scenario.
    Thanks in advance,
    Mohan M

    Hi Mohan,
    Procedures are used to infer values for charecterisitcs. These are a type of object dependencies used in VC.
    Procedures can overwrite defualt values or they can set defualt values for charecterisitcs,  several procedures can be assigned to an object (for eg. a BOM item or operation) and define processing sequence.
    These are maintained in Charecteristics, Charecteristic values, configuration profiles, BOM item, Routing operation etc.
    Eg: Processing Sequence:
    A configurable material has characteristics COLOR and PRESSURE. The following procedures are allocated to the configuration profile of the material.
    0010 $SELF.COLOR = u2018GREENu2019 IF PRESSURE >= 10
    0020 $SELF.COLOR = u2018YELLOWu2019 IF PRESSURE >= 50
    0030 $SELF.COLOR = u2018REDu2019 IF PRESSURE >= 100
    The sort sequence ensures that pressure greater than or equal to 100 always sets the color u2018redu2019.
    Inferring Charecteristic Values with procedures:
    Let's assume Configurable material BIKE has the following characteristics:
    CharacteristicS AND THEIR Values                 
    WEIGHT
    FRAME                                          Aluminum                  10 KG
                                                         Steel                           14 KG
    EXTRAS (multiple-value)              Mudguard                   0.5 kg
                                                          Luggage rack             1.0 kG
    Procedure
    1. Create a procedure for the weight of the BIKE, depending on the frame.
    2. This procedure has the following source code:
    $SELF. WEIGHT = 10 if FRAME = u2018Aluminumu2019,
    $SELF. WEIGHT = 14 if FRAME = u2018Steelu2019.
    3. Allocate the procedure to the configuration profile of material BIKE.
    The weight of a bicycle increases if you select additional extras, such as mudguard or luggage
    rack.
    1. You define a procedure with the following source code:
    $SELF.WEIGHT = $SELF.WEIGHT + 0.5 if EXTRAS = 'Mudguard',
    $SELF.WEIGHT = $SELF.WEIGHT + 1 if EXTRAS = 'Luggage rack'
    2. Allocate the procedure to the configuration profile of material BIKE.
    Result
    1. When you configure the bike, the value u2018Aluminumu2019 is selected for characteristic FRAME.
    This triggers the first procedure, which sets the value 10 kg as the WEIGHT.
    2. Characteristic EXTRAS has values u2018Mudguardu2019 and u2018Luggage racku2019. This triggers the
    second procedure, which increases the value of characteristic WEIGHT to 11.5 kg.
    You can also use procedures to count or summurize values of charecterisitics.
    You can use procedure to change the values in master data such as BOM / routing. and also to maintain default values.
    Hope this will be helpful to you. Any queries, Please post.
    Regards,
    Pavan

  • How to set up permission for portal objects and folder

    Hi All,
    We are implementing EP 7.0. For creating portal objects, I have assigned "Super_admin, Content_admin, System_admin and User_admin" role to my userid and created iviews, roles and folder.
    During SAP audit they asked us to open a Iview to show the permission,   the below are the value shown in permission editor.
    Role Name           ====== Administrator ===== End  User ======Role Assigner
    Everyone             ======  Read            ======Yes        ====== No
    Super_admin_role ====== Owner            =====Yes         ======Yes
    SAP asked us to change the permission and said "Super_admin_role" should not be used, they asked us to create a group or role and assign. We are not clear what SAP wanted us to do.
    Can any one let me know how this permission needs to be given and whether "Super Admin" role can be assigned to a userid.
    Thanks in advance.
    Rgards,
    H.K.Hayath Basha.

    Hi Michael,
    I didn't create any role. I will let yo know what I have done so far.
    1. Created a group called "ADMIN_GROUP".
    2. Assigned "SUPER_ADMIN" role to group "ADMIN_GROUP.
    3. Assigned userid "ADMIN_USER" to group "ADMIN_GROUP".
    4. Opened the persmission of "PORTAL_CONTENT" folder and added group "ADMIN_GROUP" and set this group as "OWNER",  "END_USER" check box is ticked and "ROLE_ASSIGNER" check box is checked.
    5. Removed the role "SUPER_ADMIN" from  group "ADMIN_GROUP".
    6. Logged into portal using "ADMIN_USER" created a folder called "TESTING". Then opened the
        permission editor for the folder "TESTING", it showed three record
        "ADMIN_GROUP"           === OWNER  === 'X' === 'X'
        "EVERY_ONE"               === READ     === 'X' === ' '
        "SUPER_ADMIN_ROLE. === OWNER  === 'X' === 'X'
    7. I am not able to delete "SUPER_ADMIN_ROLE" from the permission editor, as it is greyed.
    With the above steps what I have achieved is I have given permission to group "ADMIN_GROUP". Is this what we need to do. Did I did anything wrong.
    Regards,
    H.K.Hayath Basha.

  • Can't import BIP object using BIPCatlogUtil

    I am using the BIPCatalogUtil script to upload an object to the RC7 BIP server in our OVM environment.
    ade:[ minglin_FAMIGSBL ] [minglin@den65041fwks bin]$ ./BIPCatalogUtil.sh -import source=/home/minglin/view_storage/minglin_FAMIGSBL/BIPCatalogUtil/MyImportExport/bipub/CrmDataMigration/datamodels/DVMValidationDm mode=fusionapp
    The script shows the following output on the command line:
    [import] Connect to https://crm-siebel-mig.us.oracle.com:10622/xmlpserver/ using ProvAdmin
    [import] Import "DVMValidationDm" from "/home/minglin/view_storage/minglin_FAMIGSBL/BIPCatalogUtil/MyImportExport/bipub/CrmDataMigration/datamodels" to "/DataMigration/DomainValueMappings/DVMValidationDm.xdm"
    Command Error: import->importObject
    oracle.xdo.webservice.exception.OperationFailedException: PublicReportServiceImpl::executeUploadReport Failure: Due to unable to create new Report Object as AbsolutePath [DataMigration/DomainValueMappings/DVMValidationDm.xdm] due to java.io.IOException: Stream closedDone.
    The server side trace below shows that the user "ProvAdmin" used to import the object is somehow Impersonate to BIEE as "BISystemUser". Is the failure due to security?
    BIP SERVER log for the import:
    [2011-04-18T09:48:50.186-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.webservice.PublicReportService] [APP: bipublisher#11.1.1] [SRC_METHOD: uploadReportObject] [URI: /xmlpserver/services/PublicReportService] PublicReportService::uploadReportObject Service BEGIN
    [2011-04-18T09:48:50.186-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.webservice.PublicReportServiceImpl] [APP: bipublisher#11.1.1] [SRC_METHOD: initSession] [URI: /xmlpserver/services/PublicReportService] PublicReportService::initSession BEGIN
    [2011-04-18T09:48:50.200-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.data.SawDataSourceImpl] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] Impersonate to BIEE as BISystemUser, username: provadmin
    [2011-04-18T09:48:50.200-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.data.SawDataSourceImpl] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] getting session id from provided credential: BISystemUser
    [2011-04-18T09:48:50.408-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.service.report.saw.SawUtil] [APP: bipublisher#11.1.1] [SRC_METHOD: impersonate] [URI: /xmlpserver/services/PublicReportService] SawUtil.imperonate - saw user: BISystemUser as user: provadmin
    [2011-04-18T09:48:50.408-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.service.report.saw.SawUtil] [APP: bipublisher#11.1.1] [SRC_METHOD: setUserHome] [URI: /xmlpserver/services/PublicReportService] SawUtil.setUserHome - user: provadmin
    [2011-04-18T09:48:50.689-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.service.report.saw.SawUtil] [APP: bipublisher#11.1.1] [SRC_METHOD: setUserHome] [URI: /xmlpserver/services/PublicReportService] SawUtil.setUserHome - user: provadmin, home: /users/provadmin
    [2011-04-18T09:48:50.724-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.security.DirectoryUser] [APP: bipublisher#11.1.1] [SRC_METHOD: init] [URI: /xmlpserver/services/PublicReportService] Inside DirectoryUser.init()....
    [2011-04-18T09:48:50.729-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.security.FusionSecurityHandler] [APP: bipublisher#11.1.1] [SRC_METHOD: integrateUserContext] [URI: /xmlpserver/services/PublicReportService] Enters FusionSecurityHandler.integrateUserContext()
    [2011-04-18T09:48:50.729-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredResourceProviderUtil] [APP: bipublisher#11.1.1] [SRC_METHOD: toStructuredAbsPath] [URI: /xmlpserver/services/PublicReportService] absPath/~provadmin/user~.profile, is report item type: false, is layout template type: false, matches report item reg expr: false, matches style template reg expr: false
    [2011-04-18T09:48:50.729-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] real path: /users/provadmin/user\~.profile
    [2011-04-18T09:48:50.850-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.security.FusionSecurityHandler] [APP: bipublisher#11.1.1] [SRC_METHOD: integrateUserContext] [URI: /xmlpserver/services/PublicReportService] Leaves FusionSecurityHandler.integrateUserContext()
    [2011-04-18T09:48:50.850-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.webservice.PublicReportServiceImpl] [APP: bipublisher#11.1.1] [SRC_METHOD: initSession] [URI: /xmlpserver/services/PublicReportService] PublicReportService::initSession END --- Elapse Time = 664
    [2011-04-18T09:48:50.851-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredResourceProviderUtil] [APP: bipublisher#11.1.1] [SRC_METHOD: toStructuredAbsPath] [URI: /xmlpserver/services/PublicReportService] absPath/DataMigration/DomainValueMappings/DVMValidationDm/DVMValidationDm.xdm, is report item type: true, is layout template type: false, matches report item reg expr: true, matches style template reg expr: false
    [2011-04-18T09:48:50.851-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] real path: /shared/DataMigration/DomainValueMappings/DVMValidationDm.xdm/_datamodel.xdm
    [2011-04-18T09:48:50.984-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredResourceProviderUtil] [APP: bipublisher#11.1.1] [SRC_METHOD: toStructuredAbsPath] [URI: /xmlpserver/services/PublicReportService] absPath/~provadmin/_temp/DataMigration/DomainValueMappings/DVMValidationDm/DVMValidationDm.xdm, is report item type: true, is layout template type: false, matches report item reg expr: true, matches style template reg expr: false
    [2011-04-18T09:48:50.984-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] real path: /users/provadmin/_temp/DataMigration/DomainValueMappings/DVMValidationDm.xdm/_datamodel.xdm
    [2011-04-18T09:48:51.002-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.TemporaryStorage] [APP: bipublisher#11.1.1] [SRC_METHOD: getFile] [URI: /xmlpserver/services/PublicReportService] temp file is created: /u01/APPLTOP/instance/domains/bi.oracleoutsourcing.com/BIDomain/servers/bi_server1/tmp/_WL_user/bipublisher_11.1.1/to5gma/public/xdo/tmp/xmlp9220322207228573610tmp
    [2011-04-18T09:48:51.006-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.webservice.PublicReportServiceImpl] [APP: bipublisher#11.1.1] [SRC_METHOD: uploadReportObject] [URI: /xmlpserver/services/PublicReportService] Passed-in to CatalogServiceUtil writeZipToCatalog as reportName [DVMValidationDm.xdmz], folderAbsolutePath=[/DataMigration/DomainValueMappings
    [2011-04-18T09:48:51.006-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredResourceProviderUtil] [APP: bipublisher#11.1.1] [SRC_METHOD: toStructuredAbsPath] [URI: /xmlpserver/services/PublicReportService] absPath/DataMigration/DomainValueMappings/DVMValidationDm/DVMValidationDm.xdm, is report item type: true, is layout template type: false, matches report item reg expr: true, matches style template reg expr: false
    [2011-04-18T09:48:51.006-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] real path: /shared/DataMigration/DomainValueMappings/DVMValidationDm.xdm/_datamodel.xdm
    [2011-04-18T09:48:51.021-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredResourceProviderUtil] [APP: bipublisher#11.1.1] [SRC_METHOD: toStructuredAbsPath] [URI: /xmlpserver/services/PublicReportService] absPath/~provadmin/_temp/DataMigration/DomainValueMappings/DVMValidationDm/DVMValidationDm.xdm, is report item type: true, is layout template type: false, matches report item reg expr: true, matches style template reg expr: false
    [2011-04-18T09:48:51.021-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] real path: /users/provadmin/_temp/DataMigration/DomainValueMappings/DVMValidationDm.xdm/_datamodel.xdm
    [2011-04-18T09:48:51.031-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.TemporaryStorage] [APP: bipublisher#11.1.1] [SRC_METHOD: getFile] [URI: /xmlpserver/services/PublicReportService] temp file is created: /u01/APPLTOP/instance/domains/bi.oracleoutsourcing.com/BIDomain/servers/bi_server1/tmp/_WL_user/bipublisher_11.1.1/to5gma/public/xdo/tmp/xmlp8058309259715169225tmp
    [2011-04-18T09:48:51.036-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.catalog.ResourceCatalogServiceImpl] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] Loading: Basic
    [2011-04-18T09:48:51.036-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] real path: /shared/DataMigration/DomainValueMappings
    [2011-04-18T09:48:51.114-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] real path: /users/provadmin/_temp/DataMigration/DomainValueMappings
    [2011-04-18T09:48:51.124-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.catalog.ResourceCatalogServiceImpl] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] Loading: Basic
    [2011-04-18T09:48:51.124-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] real path: /shared/DataMigration
    [2011-04-18T09:48:51.159-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] real path: /users/provadmin/_temp/DataMigration
    [2011-04-18T09:48:51.167-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.catalog.ResourceCatalogServiceImpl] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] Loading: Basic
    [2011-04-18T09:48:51.167-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] real path: /shared
    [2011-04-18T09:48:51.227-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] XDOPrincipal: provadmin, saw curr user: ProvAdmin, [permissions: 0 = /shared,[[
    0 = 65535,
    [2011-04-18T09:48:51.234-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.catalog.ResourceFolder] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] Unknown privilege: SET_OWNER
    [2011-04-18T09:48:51.234-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.catalog.ResourceFolder] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] Unknown privilege: CHANGE_PERMISSIONS
    [2011-04-18T09:48:51.234-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.catalog.ResourceFolder] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] Unknown privilege: FULL_ACCESS
    [2011-04-18T09:48:51.234-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.catalog.CatalogServiceUtil] [APP: bipublisher#11.1.1] [SRC_METHOD: getValidation] [URI: /xmlpserver/services/PublicReportService] CatalogServiceUtil.getValidation: [Resoure type: Folder, Readable: true, traversable: true]
    [2011-04-18T09:48:51.234-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.catalog.ResourceFolder] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] Unknown privilege: SET_OWNER
    [2011-04-18T09:48:51.234-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.catalog.ResourceFolder] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] Unknown privilege: CHANGE_PERMISSIONS
    [2011-04-18T09:48:51.234-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.catalog.ResourceFolder] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] Unknown privilege: FULL_ACCESS
    [2011-04-18T09:48:51.234-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.StructuredSawMtomResourceProvider] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] real path: /shared/DataMigration/DomainValueMappings/DVMValidationDm.xdm/_datamodel.xdm
    [2011-04-18T09:48:51.245-07:00] [bi_server1] [WARNING] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [APP: bipublisher#11.1.1] [URI: /xmlpserver/services/PublicReportService] Context: 0, code: EUMOQYH6, message: Error outside of Presentation Catalog occurred., details: <sawsoape:Error xmlns:sawsoape="urn://oracle.bi.webservices/error/v1">[[
    <sawsoape:Code>EUMOQYH6</sawsoape:Code>
    <sawsoape:CatalogCode>42</sawsoape:CatalogCode>
    <sawsoape:Message>Error outside of Presentation Catalog occurred.</sawsoape:Message>
    </sawsoape:Error>
    [2011-04-18T09:48:51.246-07:00] [bi_server1] [WARNING] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [APP: bipublisher#11.1.1] [URI: /xmlpserver/services/PublicReportService] Context: 1, code: EUMOQYH6, message: Error outside of Presentation Catalog occurred., details: <sawsoape:Error xmlns:sawsoape="urn://oracle.bi.webservices/error/v1">[[
    <sawsoape:Code>EUMOQYH6</sawsoape:Code>
    <sawsoape:CatalogCode>42</sawsoape:CatalogCode>
    <sawsoape:Message>Error outside of Presentation Catalog occurred.</sawsoape:Message>
    </sawsoape:Error>
    [2011-04-18T09:48:51.246-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [SRC_CLASS: oracle.xdo.servlet.resources.catalog.ResourceCatalogServiceImpl] [APP: bipublisher#11.1.1] [SRC_METHOD: ] [URI: /xmlpserver/services/PublicReportService] Granting permission to role: null
    [2011-04-18T09:48:51.247-07:00] [bi_server1] [ERROR] [] [oracle.xdo] [tid: 63] [userId: <anonymous>] [ecid: 004cJGeVfETFw00Fzzx0g00000wd00010S,0:1] [APP: bipublisher#11.1.1] [URI: /xmlpserver/services/PublicReportService] PublicReportServiceImpl::executeUploadReport Failure: for creating new report object with AbsolutePath[DataMigration/DomainValueMappings/DVMValidationDm.xdm] due to [Ljava.lang.StackTraceElement;@1a41bb8d
    [2011-04-18T09:49:34.150-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 59] [userId: <anonymous>] [ecid: 513ba4b48d285072:581749f3:12f67892892:-8000-0000000000000004,1:32116] [SRC_CLASS: oracle.xdo.servlet.security.BieeKeepAliveTimerTask] [APP: bipublisher#11.1.1] [SRC_METHOD: ] Keep alive for provadmin, provadmin,
    [2011-04-18T09:50:34.149-07:00] [bi_server1] [TRACE] [] [oracle.xdo] [tid: 59] [userId: <anonymous>] [ecid: 513ba4b48d285072:581749f3:12f67892892:-8000-0000000000000004,1:32116] [SRC_CLASS: oracle.xdo.servlet.security.BieeKeepAliveTimerTask] [APP: bipublisher#11.1.1] [SRC_METHOD: ] Keep alive for provadmin, provadmin,

    We can't re-import because the objects were imported first when the BIP server processes were started under root users. After the BIP server processes re-started with a non-root user, we can see all the objects imported previously under root due to file system permission. The re-import failed for the same file system permission issue.

  • Generate URL to Portal Objects in Web Dynpro

    Hi All,
    I have a requirement where in I have to generate a URL to portal objects such as iviews/pages from the PCD. I am able to retrieve the PCD contents but I am not able to generate the URL dynamically.
    I cannot use WDPortalNavigation.absoluteNavigate method, since I need the URL of the object.
    IUrlGenerator can be used, but it is asking for the IPortalComponentRequest object. Now where can I get this object in web dynpro.
    Or is there a way to generate the URL of the iview/page dynamically in Web Dynpro. I have to use standard API only.
    Please provide inputs on this.
    Thanks in advance.

    Use the below url
    /irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2f<yourfolder ID>!2f<if any subfolder id>
    !2fcom.abc.xyz
    where com.abc.xyz is the ID of the xyz iview/page
    Use that url in your webdynrpo
    Raghu

Maybe you are looking for