Advanced chart styling in Design studio

Hello!
In my chart (combination - dual Axis) i need to compare data between subsidiaries.
In Bex query i have 2 characteristics: 0comp_code and 0calmonth
and 3 key figures: "Hired amount", "Fired amount" and "Turnover %".
In Application i've placed "Hired amount", "Fired amount" on Axis1 and "Turnover %" on Axis2.
During the application i move 0comp_code dimension to the Rows.
It looks fine then there is only one selected subsidiary - every key figure's color distinguish well:
By the way in chart's additional properties we can't select color for individual key figure, only for Axis:
As variant we can use Conditional formatting for chart to set key figures color.
But if select two or more subsidiaries Design studio automatically tints each key figure for additional subsidiary:
It is simple to manage coloring for Key figure in Axis2, because there is only one Key figure:
In my case i used such a CSS code:
// Color for line in Axis2
svg g.v-m-plot g.v-datalines g.v-axis2 path:nth-child(1).v-lines.v-morphable-line
{stroke-width: 5;
stroke: #ADC6E5}
svg g.v-m-plot g.v-datalines g.v-axis2 path:nth-child(2).v-lines.v-morphable-line
{stroke-width: 5;
stroke: #FF0000}
// Color for dots
svg g.v-m-plot g.v-markers.v-datashapesgroup g.v-axis2 g.v-marker g.v-datashape path.v-datapoint.v-morphable-datapoint
{fill: #000000;}
But i don't know how to colour key figures in bars:
If use this code, the result is not what i need:
g.v-m-main g.v-m-plot g.v-column:nth-child(even) .v-datapoint.v-morphable-datapoint {fill: green;}
g.v-m-main g.v-m-plot g.v-column:nth-child(odd) .v-datapoint.v-morphable-datapoint {fill: yellow;}
As well as a listing of all childs in CSS not a good idea.
Please advise a solution how to manage colouring of key figures for every subsidiary.
Like this (diagram from excel):

Hi Yaroslav,
By using CSS alone there are less possiblity of acheiving dynamic coloring for your situation,
As you already mentioned ,
nth-child(even)
nth-child(odd)
Not producing the result you expect, the next option will be formula
nth-child(-n+3)
Which will also wont provide the result you expect i hope. So the last solution will be this one by specifiying it indivdually(hard coded)
g.v-m-main g.v-m-plot g.v-column:nth-child(1) .v-datapoint.v-morphable-datapoint {fill: green;}
g.v-m-main g.v-m-plot g.v-column:nth-child(2) .v-datapoint.v-morphable-datapoint {fill: yellow;}
  g.v-m-main g.v-m-plot g.v-column:nth-child(3) .v-datapoint.v-morphable-datapoint {fill: blue;}
g.v-m-main g.v-m-plot g.v-column:nth-child(4) .v-datapoint.v-morphable-datapoint {fill: red;}
I think this are all possiblities with the nth-child pseudo selector.

Similar Messages

  • Can we reverse the category axis in Design Studio 1.3 column charts?

    Hi All,
    In WebI, there is an option to reverse the category axis for charts.
    Do we have something similar in Design Studio? I have a requirement to reverse the order in which labels are appearing in the chart.
    Please do help.
    Thanks in advance for your response,
    Sarah

    Sarah,
    You can go to Edit > Initial View and change the sort.
    Would this work for you?

  • SAP Design Studio 1.3 Chart Tooltip Format Broken?

    Design Studio 1.3 now offers the ability to format the X axis, Y axis, DataLabel, and Tooltip for a chart. 
    All of the items listed above honor formatting in the chart, except the Tooltip. 
    The screenshot below will show you a DataLabel formatted as percent using this formula: "0.00%"
    Now I'm going to apply the exact same format formula ("0.00%") to the Tooltip, and it will not work correctly.
    As you can see, it will not honor the formatting in the Tooltip.  I have tried to using the built in formatting like: "#,##0", "#,##0.00", and "$#,##0".
    The built-in formulas do not work for the Tooltip either.
    Does anybody have any ideas how to get the Tooltip to format?

    Hi Joseph,
    Did you find your way around this issue ?
    I'm experiencing the same and it is quite troublesome :S
    Cheers,
    SJR

  • Design Studio 1.3 - Trellis Charts unusable

    I have tried using a Design Studio 1.3 Trellis Chart and when in Design Mode and runtime mode, the trellis is unusable.  I am running IE11 and per the DS 1.3 PAM, this looks like it is supposed to be supported.  It looks fine in Google Chrome.  Am I the only one facing this issue?

    Michael,
    i`m facing the same problem with IE11. The problem is in the user agent string of IE11. I don`t know what`s wrong with Trellis Charts, it seems to me that it wrong recognizes agent string, but if you replace version of browser in agent string to MSIE 10.0 (for example) it will work fine.
    You can try it in IE11
    1. Press F12
    2. Go to Emulation
    3. Change user agent sting to IE10
    and you will see that it works in browser.
    To fix it in Design Studio you had to modify windows registry.
    0. Press Win+R, type regedit, press enter)
    1. Go to this branch of registry
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent
    2. Create or modify string parameter "Version", set value to "MSIE 10.0"
    3. Reopen Design Studio
    profit
    So it helped me)
    PS. Sorry for my poor english, it`s not native for me

  • Show Only First N Rows in SAP Design Studio Chart/Table

    Hi,
    Is it possible to show only first N rows of data in SAP Design Studio Charts/Cross Tab ?
    Eg
    Bex Query Output
    Here If I mention First 2 rows, my chart looks like below
    If I mention First 4 rows, my chart looks like below
    Thanks
    Anil

    Hi Mustafa,
    Thanks for your reply.
    Actually our requirement is, we have one Bex Query where we are using Ranking Function.
    We have 15 customers, and we need to know the ranking based on some calculations.
    Whenever we execute the query with different time periods, the ranking of Customers will vary, for example if I execute query for year 2014, customer 1 can be Rank 1, If I execute for year 2013, Customer 7 can be Rank 1.
    From this Query I need to show only Top 5 Customers in Cross Tab/Chart.
    We tried to put condition on CY Ranking in Bex to show only Top 5, but the result was giving some diff customers and also for all Time periods we are getting same Customers In Top 5.
    To overcome this, we thought instead of putting condition on Bex side, we are trying to pick only first 5 rows from Bex Query and show them in Chart/Cross Tab, something like we will map only first 5 rows in Xcelcius.
    We would like to know is there any functionality in Design Studio to show only first 5 rows of data.
    Regards,
    Anil

  • Design Studio BW SSO User not authorized

    Hi all,
    I have problem with BW SSO integration on Design Studio. We developed dashboards on top of BW. We have users and they are only authorized to see the data for their own companies and plants. To achieve that, we created OLAP connections with SSO enabled and we have BO/BW integration. The queries work fine in Analysis OLAP.
    However, we are having problems with Design Studio. Here is the problem.
    1. Create a dashboard lets say with a combo box and a chart.
    2. Populate the combo box with the script below:
    DROPDOWN_1.setItems(DS_1.getMemberList("0COMP_CODE", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 20, "ALL"));
    3. In combo box, wirte the code below to filter values on chart:
    DS_1.setFilter("0PLANT__0COMP_CODE", DROPDOWN_1.getSelectedValue());
    4. Save it on the platform.
    5. Open the dashboard on the platform with SAP user
    6. By default, in combo box, "ALL" value will be selected. If the user has only authorized to see only 1 or 2 companies, then the chart give "User is not authorized" error message.
    7. Select a company from combo box, the chart shows values of the selected company.
    8. If the user wants to see the total of the companies authorized to see, then the chart doesn't show but the error message.
    Another issue is that each company has plants. If the user wants to seel the data for all plants then he receives the "not authorized" error.
    The user should be able the select "ALL" and be able to see the total of companies or plants authorized to see.
    If "ALL" is selected for a company:
    If a single company selected and ALL plants are selected:
    If a single company and a single plant is selected:
    BTW, the authorization works fine in BW and with Analysis OLAP tools. The user can see the total of the companies authorized to see.
    Thanks for your help in advance.

    Hi Zahid - this application has more than one query, correct?
    can you try if the authorization issue is occuring also when you have one query only per applications?
    Reason I ask is, when using design studio, all queries are executed with merged variables and then I belive the authorisation context is different. I assume you have some special customer exit in the system for the authorisation check - and in case of design studio this can get into a point where the constellation is not authorized.
    In such cases you would need to run authorisation trace (I would need to search the transaction).
    Regards, Karol

  • Binding a component to more than one data source in Design Studio 1.3

    Hi All,
    Is it possible to bind more than one data source to a component in Design Studio 1.3?
    I have 2 Bex queries- one having the current year data(say 06.2013-05.2014) and the other having the previous year data(say 06.2012-05.2013).
    I want to create a column chart with x axis labels as 06,07,08.............01,02,03,04,05.
    The 05 will show 2 columns for 05.2014 and 05.2013
    The 04 will show 2 columns for 04.2014 and 04.2013
    and so on
    The 06 will show 2 columns for 06.2013 and 05.2012.
    Can this be achieved in Design Studio if only one data source is possible for a column chart?
    Thanks in advance for your responses,
    Sarah

    I don't see where this is possible out of the box as the properties for the chart show only one data source
    Is the data coming from one InfoProvider?  If so could you create one query that shows current year and with a BEx variable/offset show prior year?

  • Design Studio Scripting function "refresh" to reload the BI LaunchPad Browser Window and solve the automatic adjustment

    Hi experts,
    I have created a Design Studio application with GridLayout Components to ensure the automatic adjustment.
    In the local mode everything works fine! If I maximize or minimize the browser window the automatic adjustment of the design studio application works absolutely correct.
    If I execute the same Design Studio Application in SAP BI LaunchPad the automatic window adjustment works only fine if I refresh the Browser window after minimize or maximize.
    Example:
    Mnimized and refreshed Browser window (good):
    Maximzed and not refreshed Browser window (bad):
    To fix this issue, Is there a workaround with a scripting funtion (e.g. ".refresh") to give the user the possibility to reload the browser window by a button or icon?
    By the way, the issue and the Todo "Refresh" is valid in Design- and Runtime!
    Many thanks in advance!
    Best regards,
    Michael

    Hi Michael,
    Isn't this issue fixed in 1.2 SP1?
    In any case if you want to manual refresh you have to redraw the chart, this can be achieved by,
    reloading data source,
    change some selection in the chart,
    or change the data source, (apply filter,swap dimensions etc.)
    Regards,
    Fazith Ali Z.

  • Design Studio behaviour according to query read mode property

    How does Design studio behave according to the Read Mode property set here in SAP : (RSRT transaction, query properties) :
    It seems like Business Objects tools (Analysis, Webi, …) don’t behave in the same way according to these properties, even if they all use the BICS protocol. What is Design Studio behavior?
    In fact, I’ve tested 2 queries, both with many free characteristics (because I swap dimensions in my charts thanks to scripting), but
    one with default values on CALMONTH (12 last months),
    one with a customer exit variable that I set with the exact same values (12 last months),
    when analysing the behaviour in RSRT I see that choosing the H option will add a where clause to the 1st query, “SQL” seems then identical in
    both cases, and statistics are the same (see below). With A option, the 1st query statistics are worse and the 2nd one statistics stay the same.
    So knowing if Design Studio takes this option into account is important.
    At the beginning, I was expecting that Design Studio would retrieve more data cells with the default values query (all months are retrieved and some kind of local filter is applied to display only the 12 last months) than with the variable query (only the 12 last months areretrieved, no need to apply any additional filter, and if the end user wants some other months then the script has to update the variable, and waiting time would then be worse). I guess it could be true with read mode option set to A.
    I know that some answers have been given on this subject, saying that even updating only default values thanks to the filter panel was implying a roundtrip to the back end, but I can only understand this statement if H option is taken into account by Design Studio…
    I would like to better understand exactly what is Design Studio behaviour, and if there is any benefit to use variables to set queries filters (filter panel usage is not straightforward then), or if default values and native filter panel usage is ok as it has the exact same consequences on data volumes retrieved, back end roundtrips and query performances.
    I guess that the answer depends on the capacity Design Studio has or not to take the Read Mode option into account.
    Thanks in advance!

    So DS takes this property into account.
    If the read mode is set to H, then playing with the filter panel has the same consequences on data read and data transported statistics (safety belt limit statistic too) than the effects BEx variables would have.
    So
    - If, as I do, you hate the look of the prompts screen
    - and/or if you find that using BEx variables is not optimal for filter panel management (because if you use the same datasource for the filter panel as for the chart, values appearing in the filter panel will be filtered according to the BEx variable, then the end user can't select a value out of this restricted context)
    - and/or if you can afford a first run of the query with some default values instead (i.e. if your queries are performant)
    then I find it more user friendly to offer your end users to bypass this ugly prompts screen and to directly access a beautiful dashboard based on some default values, that may be interesting to them, values that they can change in a second time having access to the whole list of values in the filter panel... Furthermore, it may take the same time, with performant queries, to set the prompts than to run the query with some default values and to change them thanks to the filter panel.

  • Using gauge in a dashboard created through Design Studio

    Hi,
    I need to use a gauge in my dashboard. I am using Design Studio. We have added all the existing SDK through Eclipse. But it is not having a gauge in it. Can someone help me on creating this?
    I have seen one example of creating gauge through Pie chart. We cannot use that in our dashboard.
    If anyone knows any other way to create gauge, please share with me.
    Thanks in Advance,
    Richa

    Step 1
    Make sure your data is right. Assuming your data structure is e.g.
    Location   Utility    Graph Point 1    Point 2    Point 3     Point 4
    A               1           10                     20           30           20
    A               2           10                     50           30           10
    B               1           10                     30           30           20
    B               2           10                     20           30           90
    Then if you put a column in to the left of your location and concatenate your Location and Utility ( = B4 & C4 ) you'll get a single selecting column containing A1, A2, B1, B2
    Your location list selector can insert its selection into a cell     (value, e.g B)
    Your utility label menu can insert its selection into another cell    (value, e.g. 2)
    And a final cell can concatenate these two together (B2)
    You then have a single cell containing the key for your new column and can use a VLOOKUP to get your data into the range over which your graph plots its data.
    Does that apply to you?
    Richard

  • Unable to embed External CSS file, dropdown list,filter panel and dimension filter are not working in SAP Design Studio Tool

    Hello Everyone,
    I am new to SAP Design Studio. I am working on creating dashboards and I am using Design Studio 1.2 version. Please suggest some solutions for the following issues. Thanks in Advance.
    1. External CSS file which is embeded using custom CSS option under "application component properties" is not working.
        * I kept the external CSS file inside repository-> my application folder.
    2. During runtime, getting javascript error while selecting '-' option from filter panel.
    3. Unable to select or type dimension name under "dimension filer component" properties.
    4. Getting runtime error for dropdown list, and I have inserted the following code under "onStartup" option of Application component properties.
    "DROPDOWN_1.setItems(DS_1.getMemberList("PRODUCTREF", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 20));
    and dimension values are not populated in auto suggest."

    There should be an Error Log under View > Error Log that gives you more details of these errors.  Could you add that?  There is also a View > Script Problems log that provides more details as well.

  • Error :- while accessing JMS topic messages in Design Studio

    Hi,
    Am getting this error while clicking update button in Design Studio to populate a dataobject using JMS Topic messages sent by oracle Bpel manager.
    IMessageSourceReceiver->messageReceive: javax.naming.NoInitialContextException: Cannot instantiate class: oracle.j2ee.rmi.RMIInitialContextFactory. Root exception is java.lang.ClassNotFoundException: oracle.j2ee.rmi.RMIInitialContextFactory
    Can you tell me where to find the class and how to use it to resolve the problem?
    P.S:-
    If you can provide any document how oracle BPEL process manager use JMS topic to send message to Oracle BAM and display in reports.
    Thanks in advance
    Cheers,
    Praveen G
    iSOFT R& D Pvt Ltd.
    [email protected]

    Hi,
    We are using BAM 10.1.3 against BPEL 10.1.2 and we cannot get it to work.
    We are also getting the error "javax.naming.NoInitialContextException: Cannot instantiate class: oracle.j2ee.rmi.RMIInitialContextFactory...." .
    Our startup paramters for Enterprise Source “Oracle (AS JMS and OJMS) looks like this:
    JMS*".;C:\OracleBAM\OC4J\j2ee\home\lib\jms.jar;C:\OracleBAM\OC4J\j2ee\home\lib\jndi.jar;C:\OracleBAM\OC4J\j2ee\home\oc4j.jar;C:\OracleBAM\OC4J\j2ee\home\oc4jclient.jar;C:\OracleBAM\OC4J\j2ee\home\lib\oc4j-internal.jar;C:\OracleBAM\OC4J\j2ee\home\lib\ejb.jar;C:\OracleBAM\OC4J\j2ee\home\lib\servlet.jar;C:\OracleBAM\OC4J\j2ee\home\lib\jta.jar;C:\OracleBAM\OC4J\j2ee\home\lib\jms.jar;C:\OracleBAM\OC4J\j2ee\home\lib\javax88.jar;C:\OracleBAM\OC4J\j2ee\home\lib\javax77.jar;C:\OracleBAM\OC4J\j2ee\home\lib\jmxri.jar;C:\OracleBAM\OC4J\j2ee\home\lib\jmx_remote_api.jar;C:\OracleBAM\OC4J\j2ee\home\lib\adminclient.jar;C:\OracleBAM\OC4J\j2ee\home\ojspc.jar;C:\OracleBAM\OC4J\j2ee\home\jazn.jar;C:\OracleBAM\OC4J\opmn\lib\optic.jar;C:\OracleBAM\OC4J\rdbms\jlib\aqapi.jar;"".;c:\TIBCO\JMS\clients\java\tibjms.jar;c:\TIBCO\JMS\clients\java\jms.jar;c:\TIBCO\JMS\clients\java\jndi.jar;c:\TIBCO\JMS\clients\java\jta-spec1_0_1.jar;c:\TIBCO\JMS\clients\java\jcert.jar;c:\TIBCO\JMS\clients\java\jnet.jar;c:\TIBCO\JMS\clients\java\jsse.jar;c:\TIBCO\JMS\clients\java\tibcrypt.jar;"".;C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mq.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mqjms.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\connector.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jms.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jndi.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jta.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\providerutil.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\fscontext.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\ldap.jar;"".;C:\Program Files\SonicSoftware\SonicMQ\lib\sonic_Client.jar;C:\Program Files\SonicSoftware\SonicMQ\lib\gnu-regexp-1.0.6.jar;C:\Program Files\SonicSoftware\SonicMQ\lib\jaxp.jar;C:\Program Files\SonicSoftware\SonicMQ\lib\xerces.jar;C:\Program Files\SonicSoftware\SonicMQ\lib\tools.jar;C:\Program Files\SonicSoftware\SonicMQ\lib\providerutil.jar;C:\Program Files\SonicSoftware\SonicMQ\lib\fscontext.jar;C:\Program Files\SonicSoftware\SonicMQ\lib\sslj.jar;C:\Program Files\SonicSoftware\SonicMQ\lib\jsafe.jar;C:\Program Files\SonicSoftware\SonicMQ\lib\certj.jar;"".;C:\bea\weblogic700\server\lib\weblogic.jar;"".;C:\eGate\client\classes\stcjms.jar;C:\eGate\client\JRE\1.3\lib\ext\fscontext.jar;C:\eGate\client\JRE\1.3\lib\ext\providerutil.jar;C:\eGate\client\ThirdParty\sun\jms.jar;C:\eGate\client\ThirdParty\sun\jndi.jar;C:\eGate\client\ThirdParty\sun\jta.jar;"".;C:\JNDI-Directory_WebMethods\fscontext.jar;C:\JNDI-Directory_WebMethods\providerutil.jar;C:\JNDI-Directory_WebMethods\javax.jms.jar;C:\Program Files\webMethods6\Broker\lib\BrokerJMS60.jar;C:\Program Files\webMethods6\common\lib\client60.jar;C:\Program Files\webMethods6\Broker\lib\xerces.jar;"
    We are trying to get to our oc4j container on our BPEL server. We have the following settings on our created message sourcein BAM architect:
    Initial Context Factory: oracle.j2ee.rmi.RMIInitialContextFactory
    JNDI Service Provider URL: opmn:ormi://hostname:6003:OC4J_BPEL
    TopicConnectionFactory Name: java:comp/resource/ojms_ipl/TopicConnectionFactories/iplerror
    Topic Name: java:comp/resource/ojms_ipl/Topics/iplerror
    ojms_ipl refers to the datasource on our BPEL server that is defined in application.xml.
    Where is the class located?
    Best regards

  • Design Studio SDK: Eclipse fail to open Design Studio with error message

    Hi,
    Environment:
    BO 4.1 SP2
    Eclipse 4.3.2
    I am learning Design Studio SDK using the Developer Guide Tutorial available in help.sap.com. I am trying to deploy the sample SDK component.
    While I try to open Design Studio application from Eclipse, it throws below errors. Run As -> Eclipse Application.
    Please help!
    Thanks in Advance!
    -Jeni

    Hi Jenifer
    It looks to me as if the JAVA Home Variable is not set?
    To get to this in Windows 7 you need to right click on Computer and select properties
    Then click Advanced System Settings,  Then Click Environment Variables button,
    Have you got a JAVA_HOME Variable as per the attached screenshot? Please not this need to point to the Java folder on your PC

  • Error Design Studio - I can not open the DB anymore

    Dear All
    I am facing a big issue with Design Studio
    I was working on a DB and suddenly I can not see it .
    I can open it and see outline , DSs properties but I can not see the preview . I get the error below.
    I have no idea what happens - I get no error script problem in the DB - I dunno what it is wrong with it.
    I have tried to open the RSTT trace but I see no trace  with LOC_000001.
    Thanks in advance for your help . I will appreciate that
    regeards
    Manu
    ERROR
    Termination message sent INFO Recording RSTT trace with ID "LOC_000001"... com.sap.ip.bi.base.appli [...]
    While processing the current request, an exception occurred which could not be handled by the application or the framework.
    Log ID:
    8f13d621-0fb0-4ce4-9ba0-e9a559973fe4
    Failed to process request. Please contact your system administrator.
    To facilitate analysis of the problem, keep a copy of this error page.
    We are sorry for the inconvenience.

    I wrote the following code on start up and all the DS are set to load in script but it does not work - no ds is loaded
    CROSSTAB_09.showLoadingState("loading...");
    CROSSTAB_10.showLoadingState("loading...");
    CROSSTAB_11.showLoadingState("loading...");
    CROSSTAB_12.showLoadingState("loading...");
    CROSSTAB_13.showLoadingState("loading...");
    CROSSTAB_14.showLoadingState("loading...");
    CROSSTAB_15.showLoadingState("loading...");
    CROSSTAB_16.showLoadingState("loading...");
    CROSSTAB_17.showLoadingState("loading...");
    APPLICATION.doBackgroundProcessing();
    //APPLICATION.doBackgroundProcessing();
    if (DS_COUNTER == 1)
    {CROSSTAB_09.hideLoadingState();DS_TABLE1.loadDataSource();}
    else if
    (DS_COUNTER == 2){CROSSTAB_10.hideLoadingState();DS_TABLE2.loadDataSource();}
    else if
    (DS_COUNTER == 3){CROSSTAB_11.hideLoadingState();DS_TABLE3.loadDataSource();}
    else if
    (DS_COUNTER == 4){CROSSTAB_12.hideLoadingState();DS_TABLE4.loadDataSource();}
    else if
    (DS_COUNTER == 5){CROSSTAB_13.hideLoadingState();DS_TABLE5.loadDataSource();}
    else if
    (DS_COUNTER == 6){CROSSTAB_14.hideLoadingState();DS_TABLE6.loadDataSource();}
    else if
    (DS_COUNTER == 7){CROSSTAB_15.hideLoadingState();DS_TABLE10.loadDataSource();}
    else if
    (DS_COUNTER == 8){CROSSTAB_16.hideLoadingState();DS_TABLE7.loadDataSource();}
    else if
    (DS_COUNTER == 9){CROSSTAB_17.hideLoadingState();DS_TABLE9.loadDataSource();}
    if (DS_COUNTER < 9)
    {DS_COUNTER = DS_COUNTER +1;
    APPLICATION.doBackgroundProcessing();

  • Cannot log in the BAM Enterprise Link Design Studio

    Hi, all,
    I installed a BAM 10.1.3.3 in Windows 2003 SP1 server. And I cannot log in the BAM Enterprise Link Design Studio with the following errors:
    [SERVERERROR] Error from Server: ORA-00942: table or view does not exit
    Information from server:
    942
    0
    oraclebam
    [Oracle BAM Enterprise Link error code:  SA -- 0x1, RW -- 0x5]
    Unable to locate the repository.
    [Oracle BAM Enterprise Link error code:  RP -- 0x11, RP -- 0x102]
    Unable to connect to the Repository.
    [Oracle BAM Enterprise Link error code:  IS -- 0x7, IS -- 0x19]
    Thanks in advance for your ideas and suggestions.
    Best Regards,
    Bill

    Self Answer: reinstall the BAM, and only check the repository install, don't move the data service and it works.

Maybe you are looking for

  • Dreamweaver Can No Longer Find Template

    I have an intranet that I put together in Dreamweaver using templates. Originally, all the links between the pages were document-relative, and the site was defined as just the basic folder containing all the intranet pages and related documents. It w

  • Color management question on having separate profiles in one document

    I have a document with images in it that have attached printer profiles with different separations, I'd like to print without further conversion of these images since they are profiled to be printed with no color management, how do I go about this? D

  • Create a file from EJB

    How can I create a file using regular java.io.File from a session bean?

  • How can we get record numbers for the rows after grouping them?

    Post Author: preethibaddam CA Forum: Formula hii everyone, i want to number those records which are grouped by a column. eg: if i group the emp table with the deptno then the records for the deptno10 group should start from 1 and end with an N number

  • Invert scanned super-8 negative film to positive in FCP?

    Have some negative super-8 film that is going to be direct transferred to a Quicktime file. I scan negative still film and invert it to a positive in Photoshop, however am not sure if this is possible to do with motion picture film in FCP. Is it? Wha