Admin Task - Optimization application

Hey Experts,
I am trying to build an SSIS package to optimize a BPC application using the Admin Task tool.  I am enter the AppSet and Server\UserID.  I select my Application in the application box. 
I am simply trying to select 'Full' as my 'Optimize method'.  However, I do not want to do a 'Compress database'.  When I close the admin task and go back into editing the admin task, I see that the 'Compress Database' box is checked.  It appears that if I uncheck the box and close and run the SSIS package, it appears that the package is doing the full optimization, but it still compresses the main fact table even though I unchecked the 'Compress Database' box.
Why is the AdminTask in SSIS checking the 'Compress Database' box even though I am checking it off?  How can I do a Full Optimization without a 'Compress Database' in SSIS?
Any help is appreciated.
P.S. We're running BPC 5.1 with SQL Server 2005.

I have found that not all the custom bpc task dialogs work as expected.   You could set the value manual in the properties pane within ssis instead of using the dialog (COMPRESSDATABASE value to 0). 
Or you could set the task values for the appropriate properties in the Advanced tab editor via eData > Organize package list. 
A good place to look is in the examples package at the Admin_Optimize.dtsx package.  Then you just hardcode the value for the property and remove the associated Prompt.
TASK(Admin_Optimize,COMPRESSDATABASE,0)

Similar Messages

  • Set Application Parameters link not activate under Web Admin Tasks of Admin

    In the " How to do currency translation..." paper, there is a statement as following:
    "The currency conversion business rules tables can also be activated by going through the web
    admin parameters where the following parameter is set to u201C1u201D.
    FXTRANS                                              1
    However after I login to BPC Admin consol, I notice that Set Application Parameters link not activate under Web Admin Tasks of Admin Consol.
    Where should do this? Should I do it under Set AppSet Parameters?

    DFW,
    In the non-web Admin Console, you should also be able to accomplish the same thing by going to the application, clicking "Modify application", then "Change application type", then "Modify Application", then choosing the "Currency Conversion" application option.
    In general, this is how business rules can be turned on without messing around in the application parameters, and should really be the preferred method unless you have done some kind of customization that an application modification will interfere with.
    Ethan

  • SSIS Admin Task 2008

    Hi All:
    I am currently trying to setup a new admin task to process and optimize applications in BPC 7.5.  I have multiple Applications Sets and I am trying to connect to a new one, but the Admin task is not recognizing the different applications in the app set.  There is little to no documentation on how to use the Admin Task 2008 tool in SSIS.  Does anyone know what is happening and why it won't pick up the existing aplpications as a choice?

    Hi Brent,
    Those admin tasks should work.
    Have you placed the Osofttasks in the ..\DTS\Tasks folder and added the tasks to the BIDS Toolbox Items?
    When you drag an "Admin Task 2008" to your Control Flow in BIDS, right click on it and select properties.
    Then update the AppSet and UserID properties to the correct values.
    After you do this, double click on the Admin Task 2008 and choose the "Process Application" option. Now are you able to see the Applications in the Application area?
    You can also just update the APPLICATIONLIST variable (right click --> properties) with a comma delimited list of applications in your AppSet.
    Thanks,
    John

  • Admin Task 2008 fails while executing from BIDS environment

    Hello,
    we developed a custom SSIS pcakge for automating master data load in BPC 7.5 MS.
    The packages works fine when running form Data Managaer.
    When executing the package from Business Intelligense development studio environement, only Admin Task 2008 with Create Dimension based on the SQL table option fails.
    The user id has full authrozation in BPC.
    Another information is that even this works fine when executing the package inside the server network.
    But fails when executing this by logging to application server remotely.
    Note that Run32bit property is already set to false.
    Error message it gives is : The Task Create Dimension Fails
    any expert thoughts are welcome.

    0x80070047 = "No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept."
    You must have some non-standard policy or restriction applied to the system hosting the share.
    Jason | http://blog.configmgrftw.com

  • Optimize application does not empty FAC2 and FACTWB tables

    Hello everyone,
    I am currently using OutlookSoft 4.2.338 and recently came across the following problem:
    Optimize application fails to empty FACTWB and FAC2 tables, even though it says "Successfully finished"
    -Whenever I run an optimize process directly (= not scheduled), it takes less than one second and the message "Successfully finished" pops up. However FAC2 and FACTWB are NOT empty
    - When I schedule an optimize proces, the log usually states "Fail"... (But not every time, it 's a bit random here)
    - The problem occurs with one specific application in one specific appset (that contains 3 applications, the other 2 can be optimized just fine)
    - The application contains a fairly large number of records (close to 20 millions) and, yes, some records have a "source" value at 1.
    However, the same application, on a different server, with a bigger number of records (and more "1" source values!) optimizes just fine.
    - The problem is not appset or server related, as other applications can be optimized without problem
    - The application has data imports scheduled every night, and the FAC2 table keeps growing
    - Data sent through an Input schedule stay in FACTWB.
    Did anyone come across this sort of issue before?
    Any suggestion as to how to be able to optimize the application again? (apart from moving the records manually from FAC2 to FACT...)
    Many thanks in advance
    David

    Hello,
    Unfortunately there is no such table. The only table where some mention of optimization is made is tblPackageLog, where the log of optimization tasks is recorded.
    Thanks to both of you anyway.
    David
    PS: Actually your answers gave me the clue I needed, many thanks! On version 4.2, the table tblDefaults stores the optimization status
    The query
    select * from tblDefaults
    where KEYID ='Optimize'
    and APP=  App name
    showed that the value was somehow set to 1, preventing any optimization. I manually set it to 0, and that did the trick!!!
    Many thanks again guys!
    Edited by: David Placci on Mar 2, 2012 1:50 PM
    Edited by: David Placci on Mar 2, 2012 2:44 PM

  • Error when loading actuals re: admin task exception thrown

    The "admin task" step (#176 below) of an actuals load package we run is failing and yielding the error message  "exception has been thrown by the target of an invocation". We have seen this error ourselves in the past on the front end when we try to simply log in to the admin console, and our workaround has been to simply try again.  The current log in management console shows this entry at the time of failure: <BR><BR>
    ==============[System Error Tracing]==============<BR>
    [System  Name] - ApplicationService<BR>
    [Message Type] - ErrorMessage<BR>
    [Job Name]     - OSoft.Services.Webservice.ApplicationService.ApplicationService.Query()<BR>
    [DateTime]     - 3-17-2010 7-11-12 PM<BR>
    [UserId]       - <BR>
    [Exception] <BR>
        DetailMsg  - {Exception has been thrown by the target of an invocation.}<BR>
    ==============[System Error Tracing  End ]==============<BR><BR><BR>
    Here are the juicy details from the view status package log in excel data manager:<BR><BR>
    TOTAL STEPS  1<BR>
    1. Get Current Period:                               completed in 0 sec.<BR>
    2. Clear Table:                                      completed in 0 sec.<BR>
    3. Clear Table:                                      completed in 0 sec.<BR>
    4. Clear Table:                                      completed in 0 sec.<BR>
    5. Data Flow Task:                                   completed in 41 sec.<BR>
    6. Data Flow Task:                                   completed in 41 sec.<BR>
    7. LoadPSAcronymInfo:                                completed in 41 sec.<BR>
    8. LoadAcctAorInfo:                                  completed in 41 sec.<BR>
    9. Execute Package LoadPSAcronym:                    completed in 41 sec.<BR>
    10. Execute Package LoadAcctAor:                      completed in 41 sec.<BR>
    11. Data Flow Task:                                   completed in 57 sec.<BR>
    12. LoadOSStoreInfo:                                  completed in 57 sec.<BR>
    13. Execute Package LoadOSStore 2007:                 completed in 57 sec.<BR>
    14. Delete Current Pd Data:                           completed in 109 sec.<BR>
    15. Prepare SQL:                                      completed in 1 sec.<BR>
    16. Data Flow Task:                                   completed in 83 sec.<BR>
    17. LoadLedgerInfo:                                   completed in 83 sec.<BR>
    18. Execute Package LoadLedger:                       completed in 83 sec.<BR>
    <
    19. Get DALA Info Sequence:                           completed in 83 sec.
    20. Get Current Period (string):                      completed in 0 sec.<BR>
    21. Clear Table:                                      completed in 0 sec.<BR>
    22. Load Manual Adj (not Klx):                        completed in 0 sec.<BR>
    23. Process_ManOthAdj:                                completed in 0 sec.<BR>
    24. Execute Package Process_ManOthAdj:                completed in 0 sec.<BR>
    25. Drop table(s) SQL Task:                           completed in 0 sec.<BR>
    26. Preparation SQL Task:                             completed in 0 sec.<BR>
    27. Data Flow Task:                                   completed in 1 sec.<BR>
    28. Update rpt_line with 'NO_RPT_LINE':               completed in 0 sec.<BR>
    29. Process_GLFix:                                    completed in 0 sec.<BR>
    30. Execute Package Process_GLFix:                    completed in 0 sec.<BR>
    31. Get Current Period:                               completed in 0 sec.<BR>
    32. Get Current Period:                               completed in 0 sec.<BR>
    33. Get Current Period:                               completed in 0 sec.<BR>
    34. Clear Table:                                      completed in 0 sec.<BR>
    35. Clear Table:                                      completed in 0 sec.<BR>
    36. Prepare Actuals SQL:                              completed in 0 sec.<BR>
    37. Prepare Actuals SQL:                              completed in 0 sec.<BR>
    38. Clear Table:                                      completed in 0 sec.<BR>
    39. Prepare Stats SQL:                                completed in 0 sec.<BR>
    40. Data Flow Task:                                   completed in 2 sec.<BR>
    41. Process_Stats:                                    completed in 2 sec.<BR>
    42. Execute Package Process_Stats:                    completed in 2 sec.<BR>
    43. Get Current Period:                               completed in 0 sec.<BR>
    44. Clear Table:                                      completed in 2 sec.<BR>
    45. Prepare Actuals SQL:                              completed in 0 sec.<BR>
    46. Data Flow Task:                                   completed in 0 sec.<BR>
    47. Process_Direct:                                   completed in 0 sec.<BR>
    48. Execute Package Process_direct:                   completed in 0 sec.<BR>
    49. Data Flow Task:                                   completed in 27 sec.<BR>
    50. Data Flow Task:                                   completed in 0 sec.<BR>
    51. Process_Other:                                    completed in 0 sec.<BR>
    52. Execute Package Process_Other:                    completed in 0 sec.<BR>
    53. Get Current Period:                               completed in 0 sec.<BR>
    54. Get Current Period:                               completed in 0 sec.<BR>
    55. Clear Table:                                      completed in 0 sec.<BR>
    56. Clear Table:                                      completed in 0 sec.<BR>
    57. Prepare Actuals SQL:                              completed in 0 sec.<BR>
    58. Prepare Actuals SQL:                              completed in 0 sec.<BR>
    59. Update Store Exceptions - AcctAOR:                completed in 2 sec.<BR>
    60. Update Store Exceptions - Store Type:             completed in 4 sec.<BR>
    61. Process_Stores:                                   completed in 4 sec.<BR>
    62. Execute Package Process_stores:                   completed in 4 sec.<BR>
    63. Data Flow Task:                                   completed in 21 sec.<BR>
    64. Process_Khalix_SP:                                completed in 21 sec.<BR>
    65. Execute Package Process_Khalix:                   completed in 21 sec.<BR>
    66. Data Flow Task:                                   completed in 26 sec.<BR>
    67. Process_Khalix_SP2:                               completed in 26 sec.<BR>
    68. Execute Package Process_Khalix2:                  completed in 26 sec.<BR>
    69. Clear FD_CorpID_Assign Table:                     completed in 0 sec.<BR>
    70. Merge all Raw tables into One:                    completed in 304 sec.<BR>
    71. Refresh Backup Copy FD_CorpID_Assign_Bak:         completed in 260 sec.<BR>
    72. Merge_Unassigned:                                 completed in 260 sec.<BR>
    73. Execute Package Merge_Extracts:                   completed in 260 sec.<BR>
    175. Verify All Records Processed:                     completed in 0 sec.<BR>
    176. Admin Task:                                       Failed in 5,541 sec.<BR>
    177. Admin_Optimize_FullwCompress:                     completed in 5,541 sec.<BR>
    178. Execute Package Admin Full Optimize:              completed in 5,541 sec.<BR>
    [Messages]<BR>
    Exception has been thrown by the target of an invocation.<BR>
    [EvModifyScript Detail]<BR>
    03-17-2010  17:05:55 - Debug turned ON<BR>
    INFO(%APPSET%, FINPLAN)<BR>
    INFO(%APP%, FINANCE)<BR>
    INFO(%DEFAULT_MEASURE%, PERIODIC)<BR>
    INFO(%MEASURES%, Periodic,QTD,YTD,Periodic_RL,QTD_RL,YTD_RL)<BR>
    INFO(%OLAPSERVER%, lenvssas02\a02)<BR>
    INFO(%SQLSERVER%, lenvssds05\s05\)<BR>
    INFO(%APPPATH%,
    LEN-FILE\OSoft\WebFolders\FINPLAN\FINANCE\)<BR>
    INFO(%DATAPATH%,
    LEN-FILE\OSoft\WebFolders\FINPLAN\FINANCE\DataManager\DataFiles\)<BR>
    INFO(%DATAROOTPATH%,
    LEN-FILE\OSoft\WebFolders\)<BR>
    INFO(%SELECTIONPATH%,
    LEN-FILE\OSoft\WebFolders\FINPLAN\FINANCE\DataManager\SelectionFiles\)<BR>
    INFO(%CONVERSIONPATH%,
    LEN-FILE\OSoft\WebFolders\FINPLAN\FINANCE\DataManager\ConversionFiles\)<BR>
    INFO(%TEMPPATH%,
    LEN-FILE\OSoft\WebFolders\FINPLAN\FINANCE\PrivatePublications\gvadlamu\TempFiles\)<BR>
    INFO(%LOGICPATH%,
    LEN-FILE\OSoft\WebFolders\FINPLAN\Adminapp\FINANCE\)<BR>
    INFO(%TRANSFORMATIONPATH%,
    LEN-FILE\OSoft\WebFolders\FINPLAN\FINANCE\DataManager\TransformationFiles\)<BR>
    INFO(%DIMS%, [Account],[AOR],[Category],[DataSrc],[RPT_LINE],[RptCurrency],[Time],[Unit])<BR>
    INFO(%FACTDIMS%, [Account],[AOR],[Category],[DataSrc],[RPT_LINE],[RptCurrency],[TIMEID],[Unit])<BR>
    INFO(%CATEGORY_DIM%, [Category])<BR>
    INFO(%TIME_DIM%, [Time])<BR>
    INFO(%ENTITY_DIM%, [Unit])<BR>
    INFO(%ACCOUNT_DIM%, [Account])<BR>
    INFO(%CURRENCY_DIM%, [RptCurrency])<BR>
    INFO(%APP_LIST%, CORPID,Finance)<BR>
    INFO(DATAMGRGLOBALBPU, )<BR>
    INFO(DATAMGRGLOBALERROR, )<BR>
    INFO(DATAMGRGLOBALPACKAGEINFOR, )<BR>
    INFO(DATAMGRGLOBALSEQ, 653)<BR>
    INFO(DATAMGRGLOBALSITEID, )
    INFO(MODIFYSCRIPT, DEBUG(ON)<BR>)
    Edited by: Erik Frazier on Mar 18, 2010 5:30 PM

    Thanks for the link. But I couldn't find anything usefull for my question there.
    If you found this post helpful, please "Vote as Helpful". If it answered your question, remember to "Mark as Answer"
    MCC & PowerShell enthusiast
    http://oliver.lipkau.net/blog
    I believe your question was:
    Does anyone know why?
    (by the way: I managed to solve the problem with:
    The link is the answer to the question.  I know it is technically complicated but there is really no simple way to explain why that happens. Whenever you use and older form of specification with DTD instructions you need to use different methods to
    validate. By shutting off the validating parser the document will load. The error is likely caused by a recursive definition in the DTDs or, more likely, an error is the XML structure as the document errors even when the DTDs are removed.
    ¯\_(ツ)_/¯

  • The sun-appserv-admin task doesn't support

    Help! - this is driving me nuts! I am trying to build the bookstore example and get this error on asant steps that involve the admin-command-common target (such as "asant deploy-war").
    I am running Studio Creator with SunAppServer8 under it. The command looks right. If I remove the passwordfile line from the admin-command-common target, I get the same error on another attribute in the command.
    The password file exists where it should and contains valid information, including the correct password.
    I have run this same bookstore example build on another workstation and it worked, but on that box, there was an instance of SunAppserver 7 (not under Studio Creator). That build was successful so I assume this is a configuration issue, but I don't know what it is. I am attaching the error and the listprops. If anyone knows what is wrong I sure would appreciate your help
    Thanks!
    Robert Hill
    C:\j2eetutorial14\examples\web\bookstore1>asant deploy-war
    Buildfile: build.xml
    deploy-war:
    admin_command_common:
    [echo] Doing admin task deploy bookstore1.war
    BUILD FAILED
    file:C:/j2eetutorial14/examples/common/targets.xml:36: The <sun-appserv-admin> t
    ask doesn't support the "passwordfile" attribute.
    Total time: 1 second
    C:\j2eetutorial14\examples\web\bookstore1>
    C:\j2eetutorial14\examples\web\bookstore>asant listprops
    Buildfile: build.xml
    listprops:
    [echo] Path information
    [echo] j2ee.home = C:/Sun/Creator/SunAppServer8
    [echo] j2ee.tutorial.home = C:/j2eetutorial14
    [echo] j2ee.home = C:/Sun/Creator/SunAppServer8
    [echo] env.Path = .;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    ;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Fil
    es\Adaptec Shared\System;c:\Program Files\Microsoft SQL Server\90\Tools\Binn\;c:
    \j2sdk1.4.2_06\bin;C:\Sun\Creator\SunAppServer8\bin;C:\j2sdk1.4.2_06
    [echo] env.PATH = ${env.PATH}
    [echo] Classpath information
    [echo] classpath = C:\j2sdk1.4.2_06
    [echo] Admin information
    [echo] admin.password =
    [echo] admin.password.file = C:/j2eetutorial14/examples/common/admin-passwo
    rd.txt
    [echo] admin.host = localhost
    [echo] admin.user = admin
    [echo] admin.port = 14848
    [echo] https.port = 18181
    [echo] Domain information
    [echo] domain.resources = "domain.resources"
    [echo] domain.resources.port = 18080
    [echo] Database information
    [echo] db.root = C:/Sun/Creator/SunAppServer8/pointbase
    [echo] db.driver = com.pointbase.jdbc.jdbcUniversalDriver
    [echo] db.host = localhost
    [echo] db.port = 19092
    [echo] db.sid = sun-appserv-samples
    [echo] db.url = jdbc:pointbase:server://localhost:19092/sun-appserv-samples
    [echo] db.user = pbpublic
    [echo] db.pwd = pbpublic
    [echo] url.prop = DatabaseName
    [echo] ds.class = com.pointbase.jdbc.jdbcDataSource
    [echo] db.jvmargs = -ms16m -mx32m
    BUILD SUCCESSFUL
    Total time: 1 second
    C:\j2eetutorial14\examples\web\bookstore>
    clipped from targets.xml
    <target name="admin_command_common">
    <echo message="Doing admin task ${admin.command}"/>
    <sun-appserv-admin
    command="${admin.command}"
    user="${admin.user}"
    passwordfile="${admin.password.file}"
    host="${admin.host}"
    port="${admin.port}"
    asinstalldir="${j2ee.home}" />
    </target>

    Dude!
    Try this.
    change that target I was talkin about to
    <target name="admin_command_common">
         <property file="${j2ee.home}/j2eetutorial14/examples/common/admin-password.txt"/>
    <echo message="Doing admin task ${admin.command} with password"/>
    <sun-appserv-admin
    command="${admin.command}"
    user="${admin.user}"
    password="${AS_ADMIN_PASSWORD}"
    host="${admin.host}"
    port="${admin.port}"
    />
    </target>
    Reason?
    well, the blinkin 'asinstalldir' attrib is ... optional!
    The build succeeds and deploys the war.
    C:\java\Sun\Appserver\j2eetutorial14\examples\web\bookstore1>asant deploy-war
    Buildfile: build.xml
    deploy-war:
    admin_command_common:
    [echo] Doing admin task deploy bookstore1.war with password
    [sun-appserv-admin] Executing: deploy port 4848 host localhost --password ad
    min123 --user admin bookstore1.war
    [sun-appserv-admin] Command deploy executed successfully.
    BUILD SUCCESSFUL
    Total time: 7 seconds

  • Optimize Application

    Hi Expert,
    When I've done the optimize application on Finance. I get the message error like this:
      - CubeProcess : Errors in the OLAP storage engine: The attribute key cannot be found: Table: dbo_tblFactFinance, Column: INTCO, Value: "I_" & 6000.
    Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
    Errors in the OLAP storage engine: An error occurred while processing the 'Finance' partition of the 'Finance' measure group for the 'Finance' cube from the Bentoel database.
    Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
    Internal error: The operation terminated unsuccessfully.
    I also try to check the data on the table of "tblfactfinance" using the filter Intco='I_6000'. It's data have in that table.
    You have any ideas please ?
    Thanks,

    Wandi,
    I think the error is because there are invalid records in the facttable with a wrong intco member. Try to run the following query to see if it gives any result:
    select * from tblfactfinance where intco not in (select id from mbrintco)
    select * from tblfactwbfinance where intco not in (select id from mbrintco)
    select * from tblfac2finance where intco not in (select id from mbrintco)
    If this returns any records this is the cause of the error. In this case run :
    delete from tblfactfinance where intco not in (select id from mbrintco)
    delete from tblfactwbfinance where intco not in (select id from mbrintco)
    delete from tblfac2finance where intco not in (select id from mbrintco)
    If the error keeps coming back after the delete it might be that the invalid records are generated by a piece of logic that has a typo in it. In this case investigate what is the root cause of the invalid records.
    -Joost

  • Pop up not displaying in Task Flow application?

    Hi...
    I have a button which displays a popup on its click event.
    When i converted this application to a task flow application this stopped working.
    My button code :
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ExtendedRenderKitService service =Service.getRenderKitService(facesContext,ExtendedRenderKitService.class);
    service.addScript(facesContext,"var popup = AdfPage.PAGE.findComponent('pAddPopup'); popup.show();");
    where pAddPopup is pop up window's id.
    Edited by: Lovin_JV_941794 on Mar 11, 2013 4:33 AM

    Hi,
    jdev version??
    When i converted this application to a task flow application this stopped working.what does this mean? you always get a better answer once you post your question properly.
    This video covers how to use a taskflow as popup : http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/taskflow-overview-p2/taskflow-overview-p2.html
    ~Abhijit

  • How to run admin tasks with non-admin account ?

    Hello,
    The title says it all: I want to allow some non-administrative accounts to run admin tasks which must be run as root.
    A solution would be to use 'sudo' and give rights to those non-admin accounts on the binaries used by the tasks. But I notably use 'chmod' and 'chown' in those tasks, and I would not want to give to non-admin accounts rights to run those commands as root outside the admin task scripts. But from my understanding of 'sudo', if I do it, non-admin accounts will be able to use chmod and chown outside the scripts. Is this right ?
    The sid bit could have been a solution I think, but sadly it is not supported on Mac OSX 10.5.
    Thanks

    I am trying to use the sudo route add command in a script, which should run as part of a vpn connection config file. I get an unable to run script error in the log.
    I searched and found the following older discussion
    http://discussions.apple.com/thread.jspa?messageID=1986808
    I tried that but I get a syntax error when trying to save the sudoers file I chose to save anyway.
    Tried to run the command from the terminal and got the following error
    postdrop warning: unable to look up public/pickup:no such file or directory.
    Can you give me an example of your sudoers file with the correct syntax etc.
    Thanx

  • Sample for Business Objects Web Services for Admin Tasks

    Hi,
    Anyone has any idea that where can I get a sample using Business Objects Web Services for Admin Tasks like:
    - How To Set Security Rights
    - How To Manage Categories
    - How To Manage User Accounts
    - How To Manage User Groups
    Thanks,
    Harshad

    Samples are available at:
    https://www.sdn.sap.com/irj/sdn/businessobjects?rid=/webcontent/uuid/e02e0a54-6471-2b10-c99c-d66e07fab102&startindex=21
    Check BOSAP notes and other samples page for more info.

  • Server time out by full Optimize application process

    Hello,
    we have problem with full optimize application processing. We have got error message "Server time out"  on the Processing OLAP Database.
    our test environment on the VM x64bit, Server 2008
    Please anybody helps me to solve this issue.
    P.S. other optimize processes are workable (lite and Incremental)
    Thanks
    Arai

    Hi,
    Please see Note 1277009.
    This might resolve your issue.
    Karthik AJ

  • Publish Reports in Web Admin Tasks is grayed out

    Publish Reports in Web Admin Tasks is grayed out. How can we enable this?
    Thanks,
    Nirav

    Hi Nilanjan,
    I'm able to access it. I can see all options there but publish report option is disable.
    Thanks,
    Nirav
    Edited by: NiravShah21 on Aug 11, 2011 3:07 PM

  • OBIEE Admin Tasks in Linux

    Hi,
    I like to know OBIEE Admin Tasks in Linux like how to move reports from DEV to UAT.
    Thanks !

    Hi,
    As you know there are admin tools named:
    - Catalog Manager
    - Administration tool.
    You can use there tools to connect to the repository through the network. So first install client tools on a developer or client computer. Then open the catalog manager and establish a connection to the Presentation Catalog on the DEV server. And open another catalog manager and login to the PROD, this time.
    As a result, there will be 2 tools opened. You can just copy one item from DEV and paste it to PROD easily.
    Hope this helps,
    Regards,
    Cuneyt

  • How to get the Admin Task to Process Members from Member Sheet?

    Hey guys!
    I've been successful getting the Custom SSIS Admin Task to process a Dimension using a SQL staging table.  However, we have a few dimensions that are best managed in the Excel Member sheets.  When we have changes to these member sheets, is it possible to process the dimension using the SSIS Admin Task.  If so, how do I go about doing this?  What settings do I need to use within the task?
    I've tried using the "Scheduled Members Process" option (I honestly don't even know what this option does and I've found no documentation), but when this option is selected the task simply fails without any messages.  And I've tried putting the path directly to the Member Spreadsheet in the "SQL Source Table" box.  Using this method, the package returns a successful status code, but it's not really processing anyway.  It finishes in less than 2 seconds. 
    Thanks much!
    Sean

    I don't understand why you want to do this -- if you're maintaining some dimensions manually in the XLS member sheet, then you should process the changes manually too, using the Admin Console. No DTS is required, and you also get the benefits of validation & error messages right away.
    Having said that, if you feel it's necessary, you could set up a DTS package which uses the XLS member sheet, via an Excel connection manager, as a data source which is loaded into your custom dimension staging table. Then this staging table is the source of the admin dimension processing task.
    Beware, though, that this means every time you add or modify dimension properties, you will need to update the columns in both the Excel connection manager and the staging table. I've always found this to be a very frustratingly manual process in BI Dev Studio, to get the data fields to properly refresh. I usually end up deleting the source & destination data flow objects, just to get the new fields to show up. (Maybe there's a better way, but I haven't found it.)
    I always consider the dimension-processing decision on automation to be all or nothing for each dimension. If you're maintaining the dimension manually in the member sheet, use the admin console to process it.

Maybe you are looking for

  • Get Attribute values from a page and procedure exception handling?

    Hi All, I have created new page with two input attributes not based on any VO. This page is created to capture two values and pass these to an AM method upon pressing OK button. The method in AM will call a procedure with two in parameter expecting t

  • Apps for client and fees management

    Hi As an architect I require the following in an application. Any developer can help. 1) to maintain client database which includes a) under what category he/she comes under (residential, housing, commercial, etc) B) statement of requirements ( also

  • GR/IR clearing account calculating wrong price

    HI I am facing the problem with GR/IR clearing a/c, when the user is creating MIGO transation with ref Scheduled agreement PO, its calculating wrong price. My scenario is :- Scheduled agreement PO has been created in USD currency (Qua 370*356.07) Whi

  • Moving iTunes from external hard drive to new iMac

    I will be receiving a new iMac soon. Currently my iTunes is on an external hard drive. What are the steps I take to move the iTunes from my external hard drive to my new iMac's hard drive?

  • Unwanted Snippets appear in Webhelp output

    When producing Webhelp output, I've been having an out-of-date snippet appear in my document.  I use a common snippet in several projects, and in some of the projects, the snippet appears twice in the output when it's not supposed to.  I've modified