Update dimension using Analytic Administration Services (AIS)

Hello,
I need update a specific dimension using AIS but i don't like change the others outline's dimensions. I saw that exits an Incremental update option, but I need delete this dimension first and recreate again in order to delete unspecified members. Is it possible using AIS? if the answer is Y, then the ask is HOW?
Thanks for your atention.
Best regards.

Thanks for your quick answer.
Thanks for your quick answer.
the pre-procesing process that you say, is it an Esscmd script?
I think that, is the best way is using AIS for create the cubes and then using Esscmd scripts and load rules for cube's updates and data loads. I allways had used the load rules for data loads and dimensions building using files as datasource but now i'm thinking use SQL interface. What do you think about? do it works fine SQL within load rules?
Thanks a lot,
Regards
Arturo

Similar Messages

  • Creating a DWMQY DIMENSION using Analytic Workspace Manager

    Hi everyone,
    I need some help creating a "time aware" (DAY, WEEK, MONTH, QUARTER, and YEAR) dimension using Analytic Workspace Manager.
    Let me give you some background. I'm coming from a traditional "Oracle Express" OLAP background where all our data is stored in cubes and these are defined, populated and operated on using OLAP DML, there is no SQL or traditional relational tables involved.
    I now want to pull data from relational tables into some OLAP cubes and am using Analytic Workspace Manager to do this (maybe this is not the best way?)
    Let me explain what I'm trying to achieve. In OLAP worksheet I can type the following DML commands:
    DEFINE MY_DAY DIMENSION DAY
    MAINTAIN MY_DAY ADD TODAY '01JAN2011'
    What this will do is create a "day dimension" and will populate it with values for each and every day between 1st Jan 2011 and today. It will be fully "time aware" and thus you can use date functions such as DAYOF to limit the MY_DAY dimension to all the Fridays etc. Similarly if I define a "month dimension" there will be an automatic implicit relationship between these two dimensions, this relationship and time aware cleverness is built into Oracle.
    However, a dimension defined using DML commands (and indeed all objects created using DML language) is not visible in Analytic Workspace Manager (as there is no metadata for them?) and for the life of me I cannot work out how to create such a dimension using AWM. If I create a "Time Dimension" then, as far as I can tell, this is not a proper time dimension but merely a text dimension and I, presume, I have to teach it time awareness.
    Can anyone help me? I have no issues creating, and populating cubes from relational tables using Analytic Workspace Manager, the only issue I have is creating a "proper" time aware dimension.
    Many thanks in anticipation.
    Ian.

    When a dimension is of type "TIME" in AWM, then for each member of that dimension, you need END_DATE and TIMESPAN attributes in addition to the key column and description column.
    So in your case, if there are 5 levels: DAY->WEEK->MONTH->QTR->YEAR
    then you will need atleast 15 columns in your source sql table/view
    or 20 columns if you have separate column for description.
    For example the columns in your source table/view could be:
    DAY_ID,
    DAY_DESC,
    DAY_END_DATE, (which will be that day's date)
    DAY_TIMESPAN, (which will be 1)
    WEEK_ID,
    WEEK_DESC,
    WEEK_END_DATE,
    WEEK_TIMESPAN,
    MONTH_ID,
    MONTH_DESC,
    MONTH_END_DATE,
    MONTH_TIMESPAN,
    QTR_ID,
    QTR_DESC,
    QTR_END_DATE,
    QTR_TIMESPAN,
    YEAR_ID,
    YEAR_DESC,
    YEAR_END_DATE,
    YEAR_TIMESPAN
    Just "map" this table/view to the 5-level time dimension in AWM.
    NOTE that behind-the-scenes lot of useful structures are automatically defined to support time-series measures,
    and there are lot of calculation templates available also.
    Since you came from Express background, I have to say that try to use new OLAP Expression Syntax when creating calculated measures instead of OLAP DML.
    Its very rare these days that we need OLAP DML.
    Edited by: Nasar on Nov 22, 2012 12:11 PM

  • How to use HR Administrative Service sample (HCM prossess and form)?

    Hi Expert,
    How do we use HR Administrative Service sample( HCM prossess and form)? I already configured the ADS, now when i click HCM Process and From in the MSS (start process) a new screen pop up with nothing on it, just a header without content. Can somebody help me with this? Thanks
    Edited by: Hendri Salim on Jul 29, 2010 10:43 AM

    Hendri,
    check this link http://help.sap.com/saphelp_erp60/helpdata/EN/ea/b6b94278560c31e10000000a1550b0/frameset.htm
    Thanks
    Bala Duvvuri

  • Enterprise Activate a Q10 using BlackBerry Administration Service on Office 365.

    Hey guys,
    How can I find the Server address in the BlackBerry® Administration Service so I can activate a Q10?
    We use the web app used in Office 365, NOT an internal BES.
    Thanks.

    For all the people out there who got headache as big as me over this, I found this link:
    http://community.office365.com/en-us/wikis/adminis​tration/1284.aspx
    It is ONLY available to people on Enterprise plan, ie Plan E1 and Plan E3. It is NOT available for P1.
    Office 365 Charts:
    http://www.microsoft.com/en-gb/office365/compare-p​lans.aspx?WT.z_O365_ca=Buy_enterprise_en-us#

  • Error Updating Data using a Web Service from BPM

    Hi there,
    I'm trying to update data in an oracle database using a webservice created in DSP and get the following errors. It appears that BPM is unable to find a name, but I'm not sure what name this is referring to. The web service is straight forward and takes in the original and current objects as arguments. I can successfully call the query and insert web services and have double checked my code for the update web service but can't figure out why this is failing. Any idea on why this error might be occurring, or any pointers on what I need to be aware of?
    Caused by: Task '0' in activity '/PlanSubmittal#Default-1.0/Interactive[ViewEditPlan]' for instance '/PlanSubmittal#Default-1.0/1/0' could not be successfully executed. The task failed while executing method 'AddEditWell_Router'.
    Caused by: The method 'AddEditWell_Router' from class 'xobject.Fuego__AutoGen__Screenflows__.__EditPlan' could not be successfully executed.
    Caused by: Could not retrieve name
    fuego.web.exception.WapiTaskFailedException: Task failed.
    Thanks.
    Azeem.

    Hi,
    For the same 'omni portlet' tutorial I am stuck whiile using 'http://webservices.oracle.com/WeatherWS/WeatherWS?WSDL' the error
    'Failed to open specified URL. Check the following: is the URL is active; is there a valid proxy setting or, if HTTP authentication is required, check user name and password. [http://webservices.oracle.com/WeatherWS/WeatherWS?WSDL]'
    get dispalyed. Any quick pointers to resolve this please..
    Thanks,
    Kalyan.

  • Update table using analytic function

    I have a table similar to this:
    create table fred (test varchar2(50), seq_no number(18,0));
    insert into fred (test) values ('A');
    insert into fred (test) values ('A');
    insert into fred (test) values ('A');
    insert into fred (test) values ('B');
    insert into fred (test) values ('C');
    insert into fred (test) values ('D');
    insert into fred (test) values ('D');
    insert into fred (test) values ('D');
    insert into fred (test) values ('D');
    insert into fred (test) values ('E');
    insert into fred (test) values ('E');
    insert into fred (test) values ('E');I want a single insert statement that will update seq_no with a unique number for each value of test into seq_no
    for example like this:
    SQL 001> select test, row_number() over (partition by test order by test) from fred
      2  /
    TEST                                               ROW_NUMBER()OVER(PARTITIONBYTESTORDERBYTEST)
    A                                                                                             1
    A                                                                                             2
    A                                                                                             3
    B                                                                                             1
    C                                                                                             1
    D                                                                                             1
    D                                                                                             2
    D                                                                                             3
    D                                                                                             4
    E                                                                                             1
    E                                                                                             2
    E                                                                                             3I'm certain this should be an easy thing but for the life of me I can't figure out how to do it in one statement. I should know this ... hangs head in shame

    with update also you can
    SQL> update fred
      2     set seq_no = (select sno
      3                        from (select rowid rid, row_number() over (partition by test order by test) sno
      4                                from fred) fred1
      5                       where fred.rowid = fred1.rid)
      6  /
    12 rows updated.
    SQL> select * from fred
      2  /
    TEST                                                   SEQ_NO
    A                                                           1
    A                                                           2
    A                                                           3
    B                                                           1
    C                                                           1
    D                                                           1
    D                                                           4
    D                                                           3
    D                                                           2
    E                                                           1
    E                                                           2
    TEST                                                   SEQ_NO
    E                                                           3
    12 rows selected.but merge is much faster

  • Cannot connect essbase sever using Essbase administration service console

    Hi:
    I installed Essbase 11.1.2.2 in my PC,
    but I cannot connect essbase server with the administration servise console. but I try to connect with ESSCMD.exe, everything is OK.
    could you pls help to advise how can I connect it ?

    Did you add the essbase server in EAS?
    If yes what is the message that you are getting while connecting to Essbase?
    Regards
    Celvin
    http://www.orahyplabs.com
    Please mark the answers as helpful/correct if applicable

  • Unable to create dimension in Analytic Workspace manager

    Hi all,
    I am trying to create dimension using Analytic Workspace Manager(AWM) and it throws the following error.
    *"The transaction is not committable: "java.lang.RuntimeException: org.xml.sax.SAXException: Missing XML attribute: Attribute for tag: <Metadata><StandardDimension><Organization><AWPrimaryDimensionOrganization><AttributeOrganization>"*
    Kindly share your comments.
    I am using Oracle 11g r1 client to connect with oracle 11g R2 database.
    Please let me know the steps to create a OLAP cube using AWM
    Regards
    Mukhil

    It sounds like a mismatch between an old version of AWM and a new version of the server. Please try a more recent version of AWM.
    http://www.oracle.com/technetwork/database/options/olap/olap-downloads-098860.html

  • Updating Dimension Members using SSIS packages

    Hi!
    We use BPC 7.0 MS version. We has developed SQL Integration Service package which load XML file from ftp server and update table mbrEntity in our Application Set Database, when in Administration Console our bpc administrator clicks Export dimension in Maintain dimension property and after that Process dimension.
    How can we automatize manually process Export dimension and Process Dimension using SSIS package?
    Thank you for attention.
    Best regards, Iaroslav

    Absolutely yes, you can mix & match the standard SQL tasks with the BPC tasks. This allows for customized interfaces to, for instance, connect to a remote DB (or flat file that you FTP to the BPC app server), stage the data in the BPC appset database (in custom tables that you create there), cleanse it, and then process it into the standard dimension table using the BPC task.
    Similarly, you can program anything else you'd like in the SSIS package - interact with the file system on the app server (drop a data export file into the user's PrivatePublications\DataManagement\DataFiles folder, where they can then download to their PC), or Excel (load in the data which users maintain in a BPC conversion file from Excel into a custom DB table, to manage your mappings on the DB), etc. -- and then allow users to execute these packages from eData -> Run Package.

  • Using Bulk Administration to remove services?

    I know I can add phones services using bulk administration and a phone template. How would I go about removing IP phone services using bulk administration? I have tried to remove the services from the template I used to put the services in place, then run the bulk admin tool and the services were still on the IP phones even though the updated template is not subscribed. Can anyone help me with what I am missing here? Any assistance would be great!
    Rgds,
    Vicky

    It also seems not possible to modify services with BAT.
    So is there an easy way to remove an IP Service from multiple phones ?
    I added a service with incorrect parameters and need to delete the service and re-add it.

  • Background processes using Administration Services

    Where does the background process execute when submitted through Administration Services?I think probably it would escecute on the server which is running the Administrative Services server, but want to verify this.We are running Administrative Services 6.5.3.Thanks

    As an update:
    The "However, this time the database "Invoke" activity is showing the following warning:" is not the issue.
    I replaced the starter Partner link in the BPEL process and created it, again, using the BPEL designer. I left the ESB Adapter partner link for the database insert.
    This deploysand executes without issue.
    So the issue seems to be that it did not like the ESB file read service as the initiating Partner link.
    I will try and discover why!
    Regards
    A.

  • I bought new i phone 5 3 days back, after that asked for new update which is 6.1.4, after updating my iphone i am not able to use cellular data services. I called up data provider, they says its the problem with new software update. There is no option add

    I bought new i phone 5 3 days back, after that asked for new update which is 6.1.4, after updating my iphone i am not able to use cellular data services. I called up data provider, they says its the problem with new software update. There is no option add APN. Now when i switch to safari its showing you are not subscribed for cellular data. But I am able to use data on other phone.
    Will you please help me in this regard?
    Another issue, since i bought my new iphone there is dust inside back main camera.
    Your advises are highly appreciated.

    Hey Shaiju isac,
    I'd take a look at the following article, it'll guide you though steps to you troubleshoot cellular data issues on your iPhone:
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    Cheers,
    David

  • After the most recent update, I can no longer access stand alone GPS services. What's up with that? I am now forced to use google location services which use up some of my data allotment.

    After the most recent update, I can no longer access stand alone GPS services. What's up with that? I am now forced to use google location services which use up some of my data allotment.

        ddmathias, I want to make sure all services are working correctly on your phone. What GPS services were you using before the update happened? What kind of issues are you having with the services? Do you get any kind of errors? Please keep us posted.
    KevinR_VZW
    Follow us on Twitter @VZWSupport

  • Insert Or Update Task Using Web Service

    I am facing difficulty in insertion of task against Account object using Oracle web service. Whenever I tried to insert new record in List of Task field of Account and update Account, I get the exception
    "No user key can be used for the Integration Component instance 'Account'.(SBL-EAI-04397)"
    as UserId does not exist in already present record. When i tried to update the field with already existing UserID, record of task of that particular UserId updated. Can anyone tell me how can we add task in the particular record through web service in oracle crm on demand? There is a wsdl named Account Task present in Data Loading. Do we require that wsdl to implement this work? If anyone has done this work, please update me with their solutions.
    Thanks
    Saad

    After a while I found out, that the SOAP message format "Document/Wrapped" was the problem.
    I setup RPC/Literal in my jDeveloper and then it worked.

  • Creating Dimension using template in Analytical workspace manager

    Hi,
    I am rajan, I am working with Oracle's Analytical workspace manager Release 2.
    I am trying to create the dimension using the templates from the file. it throws the following error,
    The following errors have occurred when loading contents:
    Closed Connection
    Note :     I am referring the tutorial in the following URL,
    http://st-curriculum.oracle.com/obe/db/10g/r2/prod/bidw/awm/awm_otn.htm and also i have downloaded the awm.zip file from the same URL and imported into my desktop.
    Right now, I am working based on this tutorial only.
    Kindly,help me to resolve this issue.
    Thanks
    Rajan

    Francisco,
    Query DBA_REGISTRY to verify the status of "OLAP Analytic Workspace" component.
    Also, wait for the script to finish and check the status of the objects then.
    Thanks,
    Hussein

Maybe you are looking for

  • ESS Persoanl Data Error(Screen output without connection to user)

    Hi All,         When i am trying to Save my data in my ESS----->Personal Info - >Personal Data, i am getting below error, any body know how to resolve this issue, please let me know. Screen output without connection to user., error key: RFC_ERROR_SYS

  • Photo stream will not transfer photos from mac to iphone

    I downloaded the new iOS8 software for me iPhone, and now my photo stream isn't working.  It sends the pictures i take on my phone to the mac, but won't send the pictures from the mac to the iPhone. I take a lot of pictures on a camera and need them

  • Planning Adapter

    Hello, Is there a Planning Adpater for FDM? (like FM9x-G4-A.xml, FM9i-G4-A.xml for HFM and ES9x-G4-A.xml for Essbase) I don't see it anywhere in the documentation/download files. Thank you for your help, regards, safiya

  • LDB General Qn :

    While creating a LDB.. a screen appears asking Nodes for which free selections are to be generated Nodes for which field selections are to be generated. what does this mean ??

  • Hp 2159 m compatibility with windows 8.1

    I have recently purchased a new HP Pavilion 500 computer with Windows 8.1.  I have an existing HP 2159m monitor (2009 model) which works perfectly - except it is not compatible with Windows 8.1.   I have attempted to download (from disc and on-line)