Edit dimensions

I run OWB 10.2.0.3 and have some problems.
I create a dimension following all the steps in Oracle Tutorial. When I later want to edit it, and double-click on the dimesion to open the editor. I get a totally empty data object editor.
What has I done wrong?
Is there anything I forgot to install?
Any parameter that should have a certain value?

When I run
SELECT *
FROM dba_registry
WHERE comP_name LIKE '%OLAP%'
I get:
0 rows selected
When I run
SELECT *
FROM dba_registry
COMP_ID COMP_NAME VERSION STATUS
CATALOG Oracle Database Catalog Views 10.2.0.3.0 VALID
CATPROC Oracle Database Packages and Types 10.2.0.3.0 VALID
JAVAVM JServer JAVA Virtual Machine 10.2.0.3.0 VALID
XML Oracle XDK 10.2.0.3.0 VALID
CATJAVA Oracle Database Java Packages 10.2.0.3.0 VALID
EXF Oracle Expression Filter 10.2.0.3.0 VALID
EM Oracle Enterprise Manager 10.2.0.3.0 VALID
7 rows selected
What am I missing and what shall I install, my problem is that I am not allowed to install anything on server level I have to ask our server group to do it. So I need instructions to pass on to them.

Similar Messages

  • Edit dimension in OWB

    hi ,
    i have oracle DB 10g and OWB 10g .
    i have made 4 dimensions and 1 cube with OWB ( MOLAP implementation).
    validate and generate and deploy all of them .
    when i have made some edition in one dimension and wanted to deploy it , OWB does not let me becuse it wants to drop and create that dimension again and i have used that dimension in a cube .
    what is the solution ?
    how i can edit a dimension with OWB and deploy agian ?
    thank u in advance for your help .
    regards
    Padideh

    Hi Padideh
    With the MOLAP implemented cubes there is no change management so you will have to drop and recreate when changing dimensions. With cubes you can build another cube with identical shape as the base cube and build measures based on the existing cube which is a nice way to define a base cube with measures and extensions.
    Cheers
    David

  • BPC 7.5NW SP08: "unknown MDX error" message for simple dimension formula

    Hi everyone!!
    We are facing many different issues concerning dimension formulas and
    script logic. Maybe it's something related to SP08. For instance,
    consider the following:
    - there is a dimension named P_Account, with members Price, SalesCost,
    and others
    - there is a dimension named P_Product, which consists of a hierarchy,
    for instance: Prod1 with two children, Prod1A and Prod1B
    We want to set the following dimension formula in P_Product for Prod1 member:
    IIF([P_Account].CURRENTMEMBER.PROPERTIES("ID") = "Price", Null, 1)
    that is, we wanted to try to be able to avoid summing Price, returning
    Null for (Price, Prod1). Later we would try to replace "1" with the
    appropriate formula to sum children of Prod1 for all other members of
    P_Account. The result is an odd error: "MDX statement error: unknown MDX
    error" (or something similar, since I get the error message in portuguese).
    We have spent almost two days studying alternatives in SDN Forum, blogs,
    google, etc, trying to find a reason for the error but couldn't find it.
    Could anyone help on this one?
    Thanks!
    Luigi

    Hi everyone!
    After contacting SAP, we were asked to try to reproduce the error in APSHELL. I did the following:
    1) created another application set, copying APSHELL, named it TESTAPPSET;
    2) added two members to dimension P_ACCT (ID, ACCTYPE, SCALING, RATETYPE):
       (PRICE, INC, Y, END)
       (SALESCOST, INC, Y, END)
    3) saved to server and processed P_ACCT dimension successfuly
    4) added a UD dimension copied from P_Activity, named P_Product
    5) deleted all members of P_Product, processed the dimension sucessfuly
    6) added FORMULA property to P_Product, with size 200
    7) added three members to P_Product (ID, PARENTH1)
       (Prod1, "")
       (Prod1A, Prod1)
       (Prod1B, Prod1)
    8) saved to server and processed the dimension successfuly
    9) edited P_Product members and added the following as FORMULA for Prod1:
    IIF([P_ACCT].CURRENTMEMBER.PROPERTIES("ID") = "PRICE", Null, 1)
    Result was sucess!!
    10) edit P_Product again and removed the formula, saved to server and processed dimension successfuly;
    11) created an Application named SALES, type Financial Report, copied from PLANNING with dimensions
    12) edit dimensions, removed P_Activity and added P_Product to the list
    13) went back to step (9) and tried to add the formula again, saved to server and processed P_Product dimension. Result was success again!!
    So I imagined the issue might be caused by the user I was log in with. I went back to our application set, logged in as BPC_SYSADMIN and tried to set the formula again and it didn't work. User was not the problem.
    Since I had tried all the above creating everything with all UPPERCASE, I decided to try the following Formula
    IIF([P_ACCOUNT].CURRENTMEMBER.PROPERTIES("ID") = "Price", Null, 1)
    that is, P_ACCOUNT instead of P_Account. Result: success in processing dimension!!! And the formula worked as expected when I opened an Input Schedule to test it.
    When I check my dimension list in BPC Admin it says P_Account (mixed case), instead of P_ACCOUNT (all uppercase) since it was the way we created it.
    So, I spent 1hour to do the whole test, but it worked. I sent two questions/requests for correction or improvement to SAP:
    I) which case should be used in formulas? given I see P_Account in Dimension list, how should I know that I should write formulas with P_ACCOUNT, all uppercase?
    II) could BPC provide more descriptive error messages when processing dimensions and validating script logic? a simple error message such as "unidentified command or reference at P_Account" or anything similar would have saved us 4,5 days of work! it's a lot!
    Thank you guys for your support!!

  • Adding attribute to dimension in a mapping

    Hi,
    I am working on a mapping for type 2 slowly changing dimension, just like it is described in a OTN document. There it is said that we have to add an attribute "matching" to the final dimension target. When i try to do that in a mapping I see that buttons for adding and removing attributes from dimensions are disabled. Is there a way to enable those buttons, or do I have to add that attribute outside the mapping through "edit dimension" option.
    I am using OWB 9.04

    Hi,
    If I'm correct the document you refer to is using an table object and not a dimension as a target.
    Technically it will work because you don't need the dimension information. But there are some steps you have to do to get it working.
    1. Create an Unbounded table which is exactly the same as the dimension. (You can use the dimension as a source and delete it afterwards.)
    2. Now you can create the MATCHING column.
    3. In the properties set the bound name of the table to the dimension.
    4. In the properties of the MATCHING column set the bound name to the primary key of the dimension.
    In this way the Slowly Dimension Type 2 mapping will work.
    With kind regards,
    Bas Roelands

  • Error in Dimension formula to find the average price

    Hi all,
    I have tried a dimension formula to find the average price of Product.
    if the product is a parent level member then average price should be the average of the list price,other wise it should be the list price itself.
    IIF([PRODUCT].CURRENTMEMBER.PROPERTIES("CALC")="N",[KEYFIGURES].[LISTPRICE],AVG(DESCENDANTS([PRODUCT].CURRENTMEMBER,[KEYFIGURES].[LISTPRICE],LEAVES)))
    While i tried the same i received some strange error , i don know whether its having some dependency on the Customer dimension. since K0030101 is a memebr belonging to CUSTOMER dimension.
    MDX statement error:"Value K0030101 for characteristic /CPMB/U6D7SXT un"
    I'm not sure whether its an error with  the formula i created or any dependancy issue or whether this scenario is possible  using  dimension formulas or not.
    Thanks in advance .
    Anila Mohan

    Hi everyone!
    We are using BPC 7.5 NW SP08 and we've had the same error message while adding a formula to the Account dimension:
    'MDX statement error: "Value 1 for characteristic /CPMB/S9D7Q23 un".
    We then checked in BW for /CPMB/S9D7Q23 and found out that it was the Product dimension.
    The solution for the issue was quite interesting. I had seen in another post that sometimes CALC property was not correctly determined for SP08. The solution proposed was to edit dimension members, clear ParentH1 column, process dimension, re-edit, paste back ParentH1 values and process dimension again. This corrected CALC property problem.
    It also worked for my case. After doing it to Product dimension I tried again to set the formula in Account dimension and it worked!!
    Hope this helps.
    Regards,
    Luigi Laporte

  • I am confused by Dimension Administration menu

    Hello! I am now working with Planning 11 on a virtual machine. This application was created by someone I don't know and I have Administrator role for this application. Once I accessed Administration>Dimensions, I only see the following buttons in the menu: Expand, Collapse, View, Assign Access, Show Ancestors and Show Usage and I don't see Add Dimension or Edit Dimension !
    Could you please help me on where the problem is? Thanks a lot in advance!
    Edited by: user10129034 on Nov 14, 2009 9:15 AM

    However in my Navigate>Administer menu I see a line looking as follows: +${MITEM_DIMENSION LIBRARY}.+ Having clicked it, I got the message: +"Invalid or could not find module configuration".+ Moreover, I got into Shared Services and I saw only the following available roles: Business Rules, Essbase, Hyperion System BI+, and Planning. Looking backwards, I'd like to note that after starting my virtual machine before working with Planning, I coould not start some Hyperion EPMA services: .Net JNI Bridge, Engine Manager, Event Manager, Job Manager, and Process Manager. I got the message: "Service started and stopped. Some services stop automatically if they have no work to do."
    Edited by: user10129034 on Nov 15, 2009 4:49 AM

  • Calculated member not displaying

    I have a calculated member that has a case statement with many many when clauses. I have included a part of the code below. But when a member doesn't exists in the "Beginning Buildings" calculated member doesn't appear in the cube as a measure.
    If I comment out the lines where the member doesn't exists then I can see the calculated member in the cube.
    So on the code below if I comment out the first when clause that has [FEB Estimate] in the Edition dimension I can see the calculated member in the cube. The Edition dimension doesn't have this member anymore but since is in a CASE statement it should
    not find it still display the member.
    CREATE MEMBER CURRENTCUBE.[Measures].[Beginning Buildings]
    AS
    case
    when [Dim Edition].[Editions].CurrentMember is [Dim Edition].[Editions].[Qtr].&[FEB Estimate]&[1]
    then SUM([Dim Edition].[Editions].[Month].&[Year12 Actuals]&[4]&[12], [Measures].[base Buildings In Inventory])
    when [Dim Edition].[Editions].CurrentMember is [Dim Edition].[Versions].[Qtr].&[Year13 Budget]&[1]
    then SUM([Dim Edition].[Editions].[Month].&[Year12 Actuals]&[4]&[12], [Measures].[base Buildings In Inventory])
    else
    SUM([Dim Edition].[Editions].Prevmember, [Measures].[base Buildings In Inventory])
    end
    FORMAT_STRING
    = "#,##0",
    VISIBLE
    = 1, DISPLAY_FOLDER = 'Building';

    maybe I didn't explain it clearly but say I have this
    case
    when [Dim
    Edition].[Editions].CurrentMember
    is [Dim Edition].[Editions].[Qtr].&[FEB
    Estimate]&[1]
    then SUM([Dim
    Edition].[Editions].[Month].&[Year12
    Actuals]&[4]&[12],
    [Measures].[base
    Buildings In Inventory])
    when [Dim
    Edition].[Editions].CurrentMember
    is [Dim Edition].[Versions].[Qtr].&[Year13
    Budget]&[1]
    then SUM([Dim
    Edition].[Editions].[Month].&[Year12
    Actuals]&[4]&[12],
    [Measures].[base
    Buildings In Inventory])
    else
    SUM([Dim Edition].[Editions].Prevmember,
    [Measures].[base
    Buildings In Inventory])
    end
    the calculated measure doesn't this play
    but if I have this
    case
    when [Dim
    Edition].[Editions].CurrentMember
    is [Dim Edition].[Editions].[Qtr].&[FEB
    Estimate]&[1]
    then SUM([Dim
    Edition].[Editions].[Month].&[Year12
    Actuals]&[4]&[12],
    [Measures].[base
    Buildings In Inventory])
    else
    SUM([Dim Edition].[Editions].Prevmember,
    [Measures].[base
    Buildings In Inventory])
    end
    the calculated measure displays.
    Why is that?
    I have another cube that has the same type of case statement and it displays even though some case statements are not meet.

  • 11.1.3 workspace web context issues

    Hi all,
    I am running an apparently successfully configured version of 11.1.1.3. Everything was working fine, until I stopped all the services so that I could take a backup, and then restarted them manually in the order recommended by Oracle. Now the following things happen:
    When I try to access workspace it won't let me login. When I close the page and launch it again, it lets me log in, but I get a 404 error.
    I can't access the webcontext for any other applications such as say Planning. http://servername:19000/HyperionPlanning or http://servername:8300/HyperionPlanning or http://servername:8300/HyperionPlanning/logon.jsp or http://servername:8300/HyperionPlanning/appwizard.jsp - none of these work, "Page cannot be displayed".
    What I can access funnilly is http://servername:8300/HyperionPlanning/AddDimension.jsp. I had worked with my dimensions intially right after configuration when things were working, and so this link happened to be in my address bar selection. Through this link, I am able to access planning, edit dimensions, data forms etc.
    oh and the EPM Diagnostic says all the web contexts are available.
    My workspace logs from C:/Hyperion/logs are as below. Main error that I see is highlighted in bold:
    29 Nov 2010 10:10:51,649 ALWAYS [main] tools.config.RegistryConfig - RegistryConfig: starts logging at 1291047051649 (Mon Nov 29 10:10:51 CST 2010)
    29 Nov 2010 10:10:51,665 ALWAYS [main] tools.config.RegistryConfig - Parsing products file: /conf/WSProducts.xml
    29 Nov 2010 10:10:53,368 ALWAYS [main] tools.config.RegistryConfig - Products file parsed without errors.
    29 Nov 2010 10:10:53,368 ALWAYS [main] tools.config.RegistryConfig - Attempting registry connection using hyperion.home=C:\Hyperion
    29 Nov 2010 10:10:53,368 ALWAYS [main] tools.config.RegistryConfig - Got Registry handle: com.hyperion.hit.registry.Registry@c8ebd6
    29 Nov 2010 10:10:53,368 ALWAYS [main] tools.config.RegistryConfig - Looking for the Workspace Product node (type: WORKSPACE)
    29 Nov 2010 10:10:56,227 ALWAYS [main] tools.config.RegistryConfig - Found node: com.hyperion.hit.registry.ProductComponentImpl@b22bb4d9
    29 Nov 2010 10:10:56,227 ALWAYS [main] tools.config.RegistryConfig - Looking for Workspace Logical Webapp (child of Workspace Product, type: LOGICAL_WEB_APP)
    29 Nov 2010 10:10:57,868 ALWAYS [main] tools.config.RegistryConfig - Found node: com.hyperion.hit.registry.LogicalWebAppComponentImpl@b22ba6b4
    29 Nov 2010 10:10:57,883 ALWAYS [main] tools.config.RegistryConfig - Looking for Workspace Web Server (child of Workspace product, type: WEB_SERVER)
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - Found 6 webapps integrated into Workspace.
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - WebAppType: WORKSPACE_WEBAPP
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: CALC_WEBAPP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product not in static configuration file, initializing.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - NOTE: Product version for display is 11.1.1.3
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: PLANNING_WEBAPP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product file configuration is for version(s): 9.2,9.3 but registered product version is 9.5.0.0
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Discarding old configuration.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Setting product to use external configuration.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - NOTE: Product version for display is 11.1.1.3
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: ADMIN_SERVICES_WEB_APP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: PROVIDER_SERVICES_WEB_APP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: SHARED_SERVICES_WEBAPP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product HPS-9.3 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product Analyzer-9.5 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product Reports-9.5 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product BPMA-9.3 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product biee-9.5 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product HFM-9.2,9.3 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product HMB-9.2,9.3 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Loading configurations from Shared Services as needed.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Missing product context CALC
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Checking HSS for context under product code CALC-9.5.0
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Attempting Workspace Services connection for HSS.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - GSM count: 1
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Client factory instance: com.brio.one.client.ClientFactory@bd5df
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Recovered 1502 bytes from HSS.
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Product file parsed without errors.
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Found and loaded context for CALC
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Missing product context HP
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Checking HSS for context under product code HP-9.5.0
    29 Nov 2010 10:10:59,524 ALWAYS [main] tools.config.RegistryConfig - Recovered 37129 bytes from HSS.
    29 Nov 2010 10:10:59,540 ALWAYS [main] tools.config.RegistryConfig - Product file parsed without errors.
    29 Nov 2010 10:10:59,540 ALWAYS [main] tools.config.RegistryConfig - Found and loaded context for HP
    29 Nov 2010 10:10:59,540 ALWAYS [main] tools.config.RegistryConfig - Finished loading needed Shared Services configurations.
    *29 Nov 2010 10:18:06,055 ERROR [TP-Processor3] servlet.command.OpenWorkspacePageCommand - Internal error: Attempt to access nonexistent file*
    in the repository: C:\Hyperion\products\Foundation\workspace\data\RM1_MachineX\root\CorporateWorkspacePages\HomePage.wsp
    Nov 29 10:18:06.055
    Internal error: Attempt to access nonexistent file
    in the repository: C:\Hyperion\products\Foundation\workspace\data\RM1_MachineX\root\CorporateWorkspacePages\HomePage.wsp
    com.sqribe.transformer.RepositoryFileNotFoundException: Internal error: Attempt to access nonexistent file
    in the repository: C:\Hyperion\products\Foundation\workspace\data\RM1_MachineX\root\CorporateWorkspacePages\HomePage.wsp
         at sun.reflect.GeneratedConstructorAccessor21.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at com.sqribe.transformer.TRCP.receiveException(Unknown Source)
         at com.sqribe.transformer.TransException.unmarshal(Unknown Source)
         at com.sqribe.transformer.TRCP.receiveTransferable(Unknown Source)
         at com.sqribe.transformer.TRCPClient.transactionReceive(Unknown Source)
         at com.sqribe.transformer.ServiceAgent.sendCommand(Unknown Source)
         at com.sqribe.transformer.ServiceAgent.sendCommand(Unknown Source)
         at com.sqribe.transformer.ServiceAgent.sendCommand(Unknown Source)
         at com.sqribe.transformer.ServiceBroker.submit(Unknown Source)
         at com.brio.one.services.portal.proxy.TRCPServiceProxy.submit(Unknown Source)
         at com.sqribe.WS.WebClientService.submit(Unknown Source)
         at com.sqribe.WS.BaseSessionInfo.tapiSubmit(Unknown Source)
         at com.brio.one.web.datasource.adapter.Repository.getDocumentContent(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.command.ResourceManager.getDocument(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.command.OpenWorkspacePageCommand.getReport(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.command.OpenWorkspacePageTemplateCommand.execute(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.WorkspacePagesServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at com.hyperion.i18n.filter.ForwardHelper.forward(Unknown Source)
         at com.brio.one.web.util.requestdispatcher.RequestDispatcherUtil.forward(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.dispatchRequest(Unknown Source)
         at com.brio.one.web.command.CmdRequestDispatch.execute(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.invokeCommand(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.run(Unknown Source)
         at com.sqribe.WS.WSBaseServlet.executeRequest(Unknown Source)
         at com.sqribe.WS.WSBaseServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.hyperion.i18n.filter.Utf8Filter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
         at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
         at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
         at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
         at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)
    29 Nov 2010 10:18:06,133 ERROR [TP-Processor3] workspacepages.servlet.WorkspacePagesServlet -
    org.apache.jasper.JasperException
         at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at com.hyperion.tools.workspacepages.servlet.WorkspacePagesServlet.forwardRequest(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.WorkspacePagesServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at com.hyperion.i18n.filter.ForwardHelper.forward(Unknown Source)
         at com.brio.one.web.util.requestdispatcher.RequestDispatcherUtil.forward(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.dispatchRequest(Unknown Source)
         at com.brio.one.web.command.CmdRequestDispatch.execute(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.invokeCommand(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.run(Unknown Source)
         at com.sqribe.WS.WSBaseServlet.executeRequest(Unknown Source)
         at com.sqribe.WS.WSBaseServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.hyperion.i18n.filter.Utf8Filter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
         at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
         at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
         at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
         at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)

    Contents of HyS9Planning-sysout.log are as follows. Don't tell me much I'm afraid:
    Nov 29, 2010 10:09:51 AM org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8300
    Nov 29, 2010 10:09:51 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 938 ms
    Nov 29, 2010 10:09:51 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Nov 29, 2010 10:09:51 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Hyperion Embedded Java Container/1.0.0
    Nov 29, 2010 10:09:51 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    [ERROR] ManagerBase - IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages <java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages>java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
         at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1386)
         at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:921)
         at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:393)
         at org.apache.catalina.session.StandardManager.load(StandardManager.java:320)
         at org.apache.catalina.session.StandardManager.start(StandardManager.java:636)
         at org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:431)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4131)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    Caused by: java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
         at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1462)
         at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:938)
         at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:516)
         at org.apache.catalina.session.StandardManager.unload(StandardManager.java:462)
         at org.apache.catalina.session.StandardManager.stop(StandardManager.java:666)
         at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4345)
         at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
         at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1164)
         at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1135)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1054)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
         at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:447)
         at org.apache.catalina.core.StandardService.stop(StandardService.java:512)
         at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
         at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
         ... 6 more
    [ERROR] ManagerBase - Exception loading sessions from persistent storage <java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages>java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
         at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1386)
         at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:921)
         at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:393)
         at org.apache.catalina.session.StandardManager.load(StandardManager.java:320)
         at org.apache.catalina.session.StandardManager.start(StandardManager.java:636)
         at org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:431)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4131)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    Caused by: java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
         at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1462)
         at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:938)
         at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:516)
         at org.apache.catalina.session.StandardManager.unload(StandardManager.java:462)
         at org.apache.catalina.session.StandardManager.stop(StandardManager.java:666)
         at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4345)
         at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
         at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1164)
         at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1135)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1054)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
         at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:447)
         at org.apache.catalina.core.StandardService.stop(StandardService.java:512)
         at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
         at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
         ... 6 more
    [INFO] HyperionPlanning] - Starting Hyperion Planning...
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    C:\Hyperion\common\config\9.5.0.0\product\planning\9.5.0.0\planning_1.xml
    displayName = Planning
    componentTypes =
    priority = 50
    version = 9.5.0.0
    build = 1
    location = C:\Hyperion\products\Planning
    taskSequence =
    task =
    *******C:\Hyperion\common\config\9.5.0.0\registry.properties
    Creating rebind thread to RMI
    [INFO] HyperionPlanning] - Hyperion Planning started in 15 seconds.
    Nov 29, 2010 10:10:11 AM org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8300
    Nov 29, 2010 10:10:11 AM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8302
    Nov 29, 2010 10:10:11 AM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/141 config=null
    Nov 29, 2010 10:10:11 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 20296 ms
    using Java property for Hyperion Home C:\Hyperion
    Setting Arbor path to: C:\Hyperion\common\EssbaseRTC\9.5.0.0
    Reaquired task list lease: Mon Nov 29 10:21:08 CST 2010: 1291047668836
    d{ISO8601} INFO TP-Processor2 com.hyperion.audit.client.runtime.AuditRuntime - Audit Client has been created for the server http://machinex:28080/interop/Audit
    d{ISO8601} INFO pinging com.hyperion.audit.client.cache.AuditConfigFilter - Client Enable Status false
    d{ISO8601} INFO filterConfig com.hyperion.audit.client.cache.AuditConfigFilter - Client Enable Status false

  • HFM Security question

    Hi ,
    What is the security role for view and edit Dimension library(Dimensio editor). The User can't see any dimensions in dimension library, Even i gave the Dimension editor role to the user from shared servies foundaion-->Shared services-->EPMA Administrator--> Dimesnion Editor.
    Thanks,
    VAN

    Hi ,
    What is the security role for view and edit Dimension library(Dimensio editor). The User can't see any dimensions in dimension library, Even i gave the Dimension editor role to the user from shared servies foundaion-->Shared services-->EPMA Administrator--> Dimesnion Editor.
    Thanks,
    VAN

  • Is there any way to display a file that contains text and pictures

    Hi all,
    I was wondering if java has any way to display a file that contains both text and pictures. I have tried using the RTFEditorKit and using an RTF file and it only diplays the text contained in the file and omits the pictures all together.
    code:
    import java.awt.*;
    import java.io.*;
    import javax.swing.*;
    import javax.swing.text.rtf.RTFEditorKit;
    public class Test
         JScrollPane scroll;
         JEditorPane edit=new JEditorPane();
         RTFEditorKit kit=new RTFEditorKit();
         public Test()
              final JFrame frame = new JFrame();
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         edit.setEditorKit(kit);
         edit.setEditable(false);
         try
              kit.read(new FileReader(new File("Installation.rtf")),edit.getDocument(),0);
              catch(Exception e)
                   JOptionPane.showMessageDialog(null, e);
         frame.getContentPane().add(new JScrollPane(edit));
         Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
              frame.setBounds(0,0,screenSize.width, screenSize.height);
         frame.show();
         public static void main(String[] args)
    new Test();
    Please help!
    thanks in advance,
    Denise

    Not good as that usually means the project itself was corrupt.
    Any chance you sync'd to Creative Cloud? That's the only way I know of that backs up your PS Touch (PSDX) files.

  • When set attributehierarchyVisible to false, do I have to reprocess cube with full?

    is there any other way to do that? it takes quite a bit time to reprocess the cube in full mode..
    thanks
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    Hi cat_ca ,
    Adding something useful to the question 'Does cube need to be process ProcessFull ?'
    Type
    Action
    Unprocess cube/dimension?
    Cube
    New measure group
    Yes
    Cube
    New measure
    Yes
    Cube
    Edit measure aggregation method
    Yes
    Cube
    Measure format
    No
    Cube
    Measure name
    No
    Cube
    Measure display folder
    No
    Cube
    ErrorConfiguration edition
    No
    Cube
    Edit dimension usage
    Yes
    Cube
    Calculations
    No
    Cube
    Add, edit or delete kpi
    No
    Cube
    Add, edit or delete action
    No
    Cube
    Edit partition query
    No, not applied till next process.
    Cube
    Add new partition
    No, new partition unprocessed.
    Cube
    Edit partition storage mode
    No, but data is empty.
    Cube
    Create,edit and assign aggregations
    No, not applied till next process.
    Cube
    Add, edit or delete perspective
    No
    Cube
    Add, edit or delete translation
    No
    Dim
    Add attribute to dim
    Yes
    Dim
    Edit attribute name
    No
    Dim
    Order by property of attribute
    Yes
    Dim
    AttributeHierarchyVisible property
    No
    Dim
    Edit attribute relationship
    Yes
    Dim
    Add or delete translation to dim
    Yes
    Dim
    Edit translation
    No
    Other
    Add, Edit, Delete Role
    No
    Other
    Edit data source
    No, not applied till next process.
    Other
    Edit DSV
    No
    Regards, David .

  • Render Previews Size and Aspect Ratio

    We are currently editing several projects that have an odd editing dimension but a standard output dimension.  These videos are for a live event with rows of four projection screens set somewhat tightly together.  From a production standpoint, we wanted to have content flow freely across all four screens.  We prefer not to have to visualize this, so we set up a "Desktop" mode, square pixel sequence within a project with a dimension of 2560 x 540.  The 2560 dimension is because most of the footage is from the Panasonic P2 camera (HVX200P).  This camera shoots video at a rectangular pixel dimension of 1280 x 1080.  The pixel aspect ratio is 1.5.  So 1.5 times 1280 = 1920, the final output square pixel dimension. In this case the final output WOULD be 1920 x 2 or 3840 x 540 high. 3840 divided by 4 = 960 x 540.  So we're outputting standard def widescreen to each screen.  Premiere automatically creates the final output through nesting the 2560 x 540 sequence twice in a DVCPROHD 1080i sequence of standard size.  The two 2560 x 540 sequences, one on video layer 1 and the other on video layer 2 are positioned so that the video that corresponds to screen one is positioned top-far right and the second instance of the sequence is positioned bottom far left. The final output file is an avi in the Canopus HQ codec at 1920 x 1080.  This output file is a video that is actually four standard def videos in one 1920 x 1080 video. The Grass Valley Turbo 2 outputs this standard hi-def  file to a Vista Spyder which will isolate and project the four videos-in-one, to the appropriate four screens.
    This type of project would not have been possible without CS5 and Mercury.  Premiere is handling this oddity extremely well.
    One minor issue for the support gurus:
    When we render the Desktop mode square pixel 2560 x 540 sequence timeline, we get what appears to be random, mixed render results.  Sometimes this odd shape renders perfectly, other times it renders out to small dimension that is less than half size.  Other times if renders out with pieces of the elements small. but positioned with spaces between them.  Playing around with sequence render settings and playback resolution, sometimes SEEMS to cause the render to correct itself.  Sometimes a computer restart SEEMS to correct the issue.  Any thoughts?

    Colin Brougham wrote:
    Barring previewing, are you able to export to your intermediate/final movie without problems?
    The final exported video is 1920 x 1080. I have test exported in a number of formats without any problems at all.
    The 2560 x 540 version, (BEFORE it is "processed" through 2 instances of itself in a standard DVCPROHD sequence) is for editing purposes only, so we can actually see how the video will play across four projection screens.
    The remaining issue I'm trying to work out is, how to best get the finished video into the grass valley Turbo 2.  The Turbo 2 takes an AVI file transcoded into the Canopus HQ codec natively without having to transcode.  The only way to get an avi from Premiere Pro CS5 into the Canopus HQ codec is to first export the finished video as an uncompressed avi from Premiere, import it into either "Edius" or "Procoder 3" and export in the HQ codec.  The export from Premiere CS5 + Mercury takes 15 minutes.  The export (HQ encoded file) from the trial version of Edius takes around 10 minutes.  IMO grass valley should create a plug-in for Premiere CS5 and shouldn't allow the quickest export to be Canopus exclusive.  I seriously doubt many Premiere CS5 users will switching to Edius any time soon.
    According to grass valley, the Turbo 2 will accept an MPEG-2 Pgm Stream, whatever the heck a Pgm Stream is???.  I did a Google search without success.  Of course Premiere will export an MPEG-2 file, but how the Pgm Stream relates to this, I have no idea. There are a mind boggling array of settings and the preset seems to export a rather compressed looking video.
    My current thinking is to try to convince the boss to buy Procoder 3.
    BTW:
    the 3840 x 540 version sequence renders fine part of the time and then for whatever reason starts creating a preview that is about 35% of the correct dimension... So back to the original Sequence settings of 2560 x 540

  • Unable to install Oracle 8.1.7 Enterprise Edition on a Dell Dimension 4400

    I just bought a Dell Dimension 4400 computer. I tried many times to install Oracle 8.1.7 Enterprise Edition on it. My operating system is Windows XP Professional. It seems nothing to do with the Operating system because I installed the database on a HP computer with Windows XP professional. Any suggestions?
    Thanks.

    There are many documented issues regarding P4 processors with [OUI] Oracle Universal Installer for Oracle 8.1.x
    Oracle Metalink has some recommended patches and etc but I can only comment what is working for me. Keep in mind I only install these clients, I don't work on databases that actually use them. So if there is another piece that is dependant on the java version shipped with the cd, this may not solve everything.
    Workaround #1 [To install and be able to run OUI at a later time]
    1.) Install the Sun Java Runtime 1.2.2.11 [http://java.sun.com/products/jdk/1.2/jre/download-windows.html].
    a) Make sure that the system path enviroment (Properties of My Computer, not inside a cmd window) has c:\Program Files\JavaSoft\JRE\1.2\bin and c:\Program Files\JavaSoft\JRE\1.2\bin\classic before any Oracle related path. Don't have any other JRE in the path.
    2.) Copy the cd to a network source or local directory and do a search for all "symcjit.dll" and rename "symcjit.old"
    3.) Run the installer, this should install the client
    Workaround #2 [Just to install.. not for mass deployment]
    If you have access to an Oracle 9i CD, use the OUI 2 installer that comes with that and redirect the "source" to where your 8.1.7 client is.

  • Which bytes should be edited in a WMF hex string stored in an RTF file in order to change image dimensions?

    I  would like to save the WMF file with proper dimensions as they are in the editor (my saved WMFs have the dimensions of my screen resolution).  They come from a RichEdit.
    Thanks.
    Edit:
    My goal is to convert the images that appear on a RichEdit to another format.
    Here is the fragment of the RTF:
    {\pict\wmetafile8\picw7407\pich9259\picwgoal4199\pichgoal5249 
    010009000003703e020000005a3e02000000050000000b0200000000050000000c022b24ef1c5a
    ffffffffffffff030000000000
    }\cf2\lang1033\b\f1\fs23\par
    For each 2 chars in this string I converted it to hex and saved it through a memory stream. Then I opened it in Paint or GIMP and there is the image.  I even can convert it to a PNG file through ImageMagick tool. But the dimensions are wrong. How to fix
    this?
    I am using Lazarus.
    I could guess that the header is not OK, but how they can be opened by Paint and converted? So I guess the dimensions info is wrong in the header. In GIMP even the dimensions are right, here a link to the GIMP's dialogbox confirmation with the dimensions
    it has encountered in the file (  http://s13.postimg.org/s536tgo9z/Metafile_in_GIMP.png  ).
    So the info is there, but is wrong. When I open the images in Paint, they are wrong. Microsoft Office Picture Manager can also open them correctly, but could not convert them so. I need to do it programmatically. TMetafile Delphi class could not open these
    files as well in order to be converted. So I could only edit the bytes.
    My RichEdit WMF data can not be accepted by ComputeAldusChecksum routine nor get a handle from SetWinMetaFileBits API call, which would convert it to an EMF format.
    procedure TMetafile.ReadWMFStream(Stream: TStream; Length: Longint);
    var
    WMF: TMetafileHeader;
    BitMem: Pointer;
    MFP: TMetaFilePict;
    begin
    NewImage;
    Stream.Read(WMF, SizeOf(WMF));
    if (WMF.Key <> WMFKEY) or (ComputeAldusChecksum(WMF) <> WMF.CheckSum) then
    raise EComponentError.Create('Invalid metafile.'); // <<<<<<<<<<<<<<< exception here
    Dec(Length, SizeOf(WMF));
    GetMem(Bitmem, Length);
    with FImage do
    try
    Stream.Read(BitMem^, Length);
    FImage.FInch := WMF.Inch;
    if WMF.Inch = 0 then
    WMF.Inch := 96;
    FWidth := MulDiv(WMF.Box.Right - WMF.Box.Left,25400,WMF.Inch);
    FHeight := MulDiv(WMF.Box.Bottom - WMF.Box.Top,25400,WMF.Inch);
    with MFP do
    begin
    MM := MM_ANISOTROPIC;
    xExt := 0;
    yExt := 0;
    hmf := 0;
    end;
    FHandle := SetWinMetaFileBits(Length, BitMem, 0, MFP); 
    if FHandle = 0 then
    raise EComponentError.Create('Invalid metafile.'); // <<<<<<<<<<<<<< exception here
    Enhanced := False;
    finally
    Freemem(BitMem, Length);
    end;
    end;

    Hi Antônio G,
    Based on your description, I’m afraid that it is not the correct forum for this issue, since this forum is to discuss:
    Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor.
    To make this issue clearly, would you mind letting us know more information about this issue? Which language are you using? Which kind of app are you developing?
    Reference:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/a9e1857d-dd5b-443b-8633-397aea6e7b8c/help-on-properly-handling-wmf-mmanisotropic-image-in-rtf-file-when-extracted?forum=csharpgeneral
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/5b99d331-ef56-4d60-bf12-3e3b70783376/how-to-convert-a-hex-string-save-in-a-rtf-file-into-an-image-jpg-or-bmp?forum=csharpgeneral#a9219408-f73b-4e98-a9d8-7a1e0f20cdd9
    Maybe you could select the language development forum for this kind of issue. If not, please let me know more information about it, I will help you find a more appropriate forum.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Dimension 1 Cost centre field is not able to edit in Incoming payment for Down payment Request

    Hi Exports,
    I am facing an issue on selecting Cost centres in Incoming payment screen.
    Issue: While I am booking the payment entry for Down payment request, I am not able to select first Dimension cost centre in Incoming payment rows for down payment request document, the Second dimension is able to select and update. the field is in non-editable mode (only on specific document row)
    Setup:
    1. Two Dimension are enabled
    2. In Separate Columns - Both Cost Centres are in separate column
    The above issue is only for Down payment request, for other documents (Invoice) I am able to select and update cost centre
    Please find below snap shot for reference
    Kindly check and let me know the solution
    Regards,
    Kiran

    Hi Gordon,
    Thanks for your reply.
    Yes agree, The Down Payment request is not a financial document but the Cost centres are able to select in Down payment request rows, no issue at all in this case.
    In Incoming payment screen it is necessary to select Cost centres because it has financial implication using down payment request with related to currency difference or Bank charges (both are Expense accounts) and DR assignment is mandatory in this case.
    And you have to notice one thing in above issue, I am able to select second dimension cost centre and it is allowing to edit and update the cost centre on respective row. Only issue is specific cell (dimension 1 cost centre) is not able to edit.
    Even I am not able to process payment entry without selection of Cost Centre on first dimension, the system is blocking and displaying the error message "DR Assignment is mandatory on Dimension 1 for specific account"
    Looks like bug, please clarify
    SBO version: 9.0 PL 11
    Regards,
    Kiran

Maybe you are looking for