Creation of test data for a problem

Hello

I use this forum for a few months and it has been extremely helpful. The problem is that I really have no idea how to create some test data for a specific problem. I tried Googling, but to no avail. I had other users to create data test for some of my problems using a 'WITH' statement, but it would be great if someone could explain the logic behind it and how to address a specific problem where in the application, I use several tables.

I know this is probably a stupid question and I'm relatively new to sql, but it would help a lot if I understand the process.

Banner:
Oracle Database 11 g Release 11.2.0.2.0 - 64 bit Production
PL/SQL Release 11.2.0.2.0 - Production
"CORE 11.2.0.2.0 Production."
AMT for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production

WITH construction is known as factoring request void.

http://download.Oracle.com/docs/CD/E11882_01/server.112/e26088/statements_10002.htm#i2077142

(Not easy to find unless you know what it's called)

It allows you to start your request with a sub request which acts as a view definition that can then be used in your main query, just like any other view or a table.

This example declares two views on the fly - master_data and detail_data, which are then used in the example query. Each query sub emulates the data in the table by selecting literal values in the dual table a line using union all to generate multiple lines.

The two queries shows different results when an outer join is used in the second (+) {noformat} {noformat}

SQL> -- test data
SQL> with
  2      master_data as
  3      (
  4      -- this query emulates the master data of a master detail query
  5      select 1 id, 'Header 1' description from dual union all
  6      select 2 id, 'Header 2' description from dual union all
  7      select 3 id, 'Header 3' description from dual union all
  8      select 4 id, 'Header 4' description from dual
  9      ),
 10      detail_data as
 11      (
 12      -- this query emulates the detail data of a master detail query
 13      select 1 id, 1 detail_id, 'Detail 1.1' description from dual union all
 14      select 1 id, 2 detail_id, 'Detail 1.2' description from dual union all
 15      select 1 id, 3 detail_id, 'Detail 1.3' description from dual union all
 16      select 2 id, 1 detail_id, 'Detail 2.1' description from dual union all
 17      select 2 id, 2 detail_id, 'Detail 2.2' description from dual union all
 18      select 2 id, 3 detail_id, 'Detail 2.3' description from dual union all
 19      select 2 id, 4 detail_id, 'Detail 2.4' description from dual union all
 20      select 4 id, 2 detail_id, 'Detail 4.2' description from dual union all
 21      select 4 id, 3 detail_id, 'Detail 4.3' description from dual
 22      )
 23  -- main query
 24  -- to select from test data
 25  select
 26      m.description,
 27      d.description
 28  from
 29      master_data m,
 30      detail_data d
 31  where
 32      m.id = d.id
 33  order by
 34      m.id,
 35      d.detail_id;

DESCRIPT DESCRIPTIO
-------- ----------
Header 1 Detail 1.1
Header 1 Detail 1.2
Header 1 Detail 1.3
Header 2 Detail 2.1
Header 2 Detail 2.2
Header 2 Detail 2.3
Header 2 Detail 2.4
Header 4 Detail 4.2
Header 4 Detail 4.3

9 rows selected.

SQL> edi
Wrote file afiedt.buf

  1  with
  2      master_data as
  3      (
  4      -- this query emulates the master data of a master detail query
  5      select 1 id, 'Header 1' description from dual union all
  6      select 2 id, 'Header 2' description from dual union all
  7      select 3 id, 'Header 3' description from dual union all
  8      select 4 id, 'Header 4' description from dual
  9      ),
 10      detail_data as
 11      (
 12      -- this query emulates the detail data of a master detail query
 13      select 1 id, 1 detail_id, 'Detail 1.1' description from dual union all
 14      select 1 id, 2 detail_id, 'Detail 1.2' description from dual union all
 15      select 1 id, 3 detail_id, 'Detail 1.3' description from dual union all
 16      select 2 id, 1 detail_id, 'Detail 2.1' description from dual union all
 17      select 2 id, 2 detail_id, 'Detail 2.2' description from dual union all
 18      select 2 id, 3 detail_id, 'Detail 2.3' description from dual union all
 19      select 2 id, 4 detail_id, 'Detail 2.4' description from dual union all
 20      select 4 id, 2 detail_id, 'Detail 4.2' description from dual union all
 21      select 4 id, 3 detail_id, 'Detail 4.3' description from dual
 22      )
 23  -- main query
 24  -- to select from test data
 25  select
 26      m.description,
 27      d.description
 28  from
 29      master_data m,
 30      detail_data d
 31  where
 32      m.id = d.id (+)
 33  order by
 34      m.id,
 35*     d.detail_id
SQL> /

DESCRIPT DESCRIPTIO
-------- ----------
Header 1 Detail 1.1
Header 1 Detail 1.2
Header 1 Detail 1.3
Header 2 Detail 2.1
Header 2 Detail 2.2
Header 2 Detail 2.3
Header 2 Detail 2.4
Header 3
Header 4 Detail 4.2
Header 4 Detail 4.3

10 rows selected.

Tags: Database

Similar Questions

  • Creation of test data

    Hi all

    11.2.0.3

    AIX 6

    We have confidential data, such as tables with credit card, social security number, no. bankacct, etc. etc.

    Our dev team needs an example of realistic data for their test UAT.

    I want to create a function such that the confidential number will be converted into a format "reverse." And this is the data that I will give to developers.

    How to create a function will convert numbers or characters to format reverse?

    for example:

    012345 = > 543210

    abcDEF = > FEDcba

    Thank you all,

    #! / bin/bash

    echo "enter the password:

    read inputpassword

  • Data for the problem of dynamic regions was interrupted

    Hello. I use JDev 11.2.2 and stack complete ADF.



    This is when I try to load a new stream of work of a dynamic region. Let me give a step by step test case:



    1 - using HR, model of generation: create objects (entities, objects View) for the employees and departments tables and an Application Module.

    2. - in VC, add a page facelets with layout of two columns, first for a tree for the switching of regions and a dynamic region in the second column.

    3 - create a page fragment that includes a generated table view in data controls and another fragment of page view of departments.

    4 - create two workflow bounded, for fragment employees and another for the fragment of departments.

    5 - drag and drop workflow bounded to create a dynamic region in the second column of the home page. Of course by selecting backingBean for new bean (default value is increased demand).

    6 - in the model, create a static filled List View object with two attributes: a workflow id and a description

    7 - in VC, generate a tree in the first column of the home page

    8. - write a component of the tree selection listener to read the id of the current workflow and set this ID value of workflow dynamic region at the appropriate bean.

    9 - set triggers of partials in a dynamic region in the homepage to listen for events from the tree.



    10 - run and try to load a new workflow clicking in the tree. An alert is triggered with this message:


    * "The content of this page could not load as expected because data transmission has been interrupted. Please try again or contact your system administrator. » *



    And the newspaper is displayed as a result of lines:


    * < FaceletViewHandlingStrategy > < handleRenderException > error rendered View [index.jsf] *.

    java.lang.IllegalStateException: component data flow is not found

    at oracle.adfinternal.view.faces.streaming.StreamingDataManager.submit(StreamingDataManager.java:378)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._encodeStreamingResponse(DocumentRenderer.java:3666)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1474)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)

    at oracle.adfinternal.view.faces.context.PartialViewContextImpl._processRender(PartialViewContextImpl.java:321)

    at oracle.adfinternal.view.faces.context.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:152)

    at javax.faces.component.UIViewRoot.encodeChildren(UIViewRoot.java:974)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1674)

    at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:91)

    at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:399)

    to org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ ChangeApplyingVDLWrapper.renderView (ViewDeclarationLanguageFactoryImpl.java:350)

    at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)

    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:273)

    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:165)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1032)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:339)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:237)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:509)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)



    If the taskflow taskflow id that has not worked is established in bean area Dynamics initial taskflow for the region, it works, but the other taskflow fails...



    Any suggestions?





    CPOI

    Hello

    + "Make sure selection backingBean to new bean (default value is increased demand)". "+"

    That's your problem. Set the viewScope bean to avoid dynamic region to switch back to the default workflow after each request

    Frank

  • Laptop HP Stream - 13-c030n: HP laptop, Stream - 13-c030nr T-Mobile free 200 MB of data for the problem of life - fraud by HP?

    I bought this phone Feb 26,2015 and one of the main reasons why I bought were advertised hp 200 MB data free for life. Now, I am trying to configure my mobile connection and not getting anywhere. tried HP support and if it is not on the list of script of answers, they are clueless. Even followed to the bottom of the web page of the my browser history HP product and hp support sent a copy. They even told me he doesn't have a sim card in the laptop, but I used to connect to t-mobile, but is unable to activate the connection.

    anyone else been able to make this work?

    Hi @BruceW6char,

    Please keep me inform real results, always according to the following T-Mobile, it should not be limited to the tablets only:

    or HP, mobile internetand Smartphone Mobile HotSpot (SMHS) is included.

    https://support.t-mobile.com/docs/doc-9700

    You can also follow the steps in this document to activate the offer

    Let's wait and see the results once you have Notepad available.

    Kind regards

    Shlomi

  • creation of Subvi in for loop problem

    Hi guys

    I am trying to create sub - VI but part entering inside the Sub - VI contain the loop. As soon as I chose the part of my program for which I want to creat Subvi it a pop up comes. I'm posting pictures of the pop up and program. In the picture of this program, I want to create a Subvi for (for the loop with 10 iteration).

    Please help me find the solution. Your help, I'll appriciate.

    A lot of your local variables must be simply replaced with wires or shift registers.  That would eliminate some of your questions.  Otherwise, I would delete just your seeing terminals before creating the Subvi.

  • PLSQL code to generate a simple test data

    Hello

    We need to create some test data for a customer, and I know that a PLSQL code would do the trick here. I would like the help of the community please because I'm not a programmer, or a guy PLSQL. I know that with a few simple loops and output statement, this can be achieved

    We have a holiday table that has 21 rows of data:

     CREATE TABLE "PARTY"
      (    "PARTY_CODE" NUMBER(7,0),
           "PARTY_NAME" VARCHAR2(50),
      ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
     STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
     PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
     TABLESPACE "USERS"
    

    SELECT * FROM PARTY;
    
    PARTY_CODE PARTY_NAME
    ---------- ------------------
             2 PARTY 2 
             3 PARTY 3
             4 PARTY 4
             5 PARTY 5
             8 PARTY 8
             9 PARTY 9
            10 PARTY 10
            12 PARTY 12
            13 PARTY 13
            15 PARTY 15
      20 PARTY 20
            22 PARTY 22
            23 PARTY 23
            24 PARTY 24
            25 PARTY 25
            27 PARTY 27
            28 PARTY 28
            29 PARTY 29
            30 PARTY 30
            31 PARTY 31
            32 PARTY 32
    

    We have 107 events; each event, to create a dummy test data candidate (a candidate for each party code (to be found in the table above))

    It's the example of test data:

    001,100000000000, TEST001CAND01, FNCAND01, 1112223333, 2

    001,100000000001, TEST001CAND02, FNCAND02, 1112223333, 3

    001,100000000002, TEST001CAND03, FNCAND03, 1112223333, 4

    001,100000000003, TEST001CAND04, FNCAND04, 1112223333, 5

    ...

    ...

    001,100000000021, TEST001CAND21, FNCAND21, 1112223333, 32

    002,100000000000, TEST002CAND01, FNCAND01, 1112223333, 2

    002,100000000001, TEST002CAND02, FNCAND02, 1112223333, 3

    002,100000000002, TEST002CAND03, FNCAND03, 1112223333, 4

    ...

    ...

    002,100000000021, TEST002CAND21, FNCAND21, 1112223333, 32

    and this goes completely to the 107 event.

    I know it's trivial and with a little time, it can be done. I'm sorry asking such a simple code, and I really appreciate all the help in advance.

    Concerning

    I had sorted it by PLSQL.

    DECLARE

    CNTR NUMBER: = 1;

    BEGIN

    FOR I IN 1.107 LOOP

    for v_party_code in)

    Select party_code order by party_code

    )

    loop

    DBMS_OUTPUT. Put_line (LPAD (i, 3, 0) |) «, » ||' 1000000000' | LPAD (CNTR, 2, 0). «, » ||' TEST' | LPAD (i, 3, 0). "CAND' | LPAD (CNTR, 2, 0). «,, » ||' FNCAND' | LPAD (cntr, 2, 0). ', 1112223333. "| v_party_code.party_code);

    CNTR: = cntr + 1;

    end loop;

    CNTR: = 1;

    END LOOP;

    END;

    Thanks to all those who have been.

  • Problem running windows 10 to date for windows 7 Home premium 64-bit reference error code 08C 1800103 - 089002

    Problem running windows 10 to date for windows 7 Home premium 64-bit reference error code 08C 1800103 - 089002

    Could not update windows 7 Home premium service pack 1 for windows 10.

    I tried windows update. all updates are installed except win 10 update that comes up with unexpected error

    Please be aware, even if you do not get the Windows 10 app, you can always download Windows 10 as one. ISO file, create a bootable copy and update your system.

    See the instructions: How to download official Windows 10 ISO files

    Task of pre-required

    When you make significant changes to your computer for example updated operating system, you must always back up. See the links to resources on the backup by clicking the link for each version of Windows you are using: Windows XP, Windows Vista, Windows 7, Windows 8/8.1

  • I have problem with my account. I did uptade my assinature to 27/08/2015 and my photoshop is blocked, because the date for uptade is with 22/09/2015. I need urgently. What do I do? Thank you

    I have problem with my account. I did uptade my assinature to 27/08/2015 and my photoshop is blocked, because the date for uptade is with 22/09/2015. I need urgently. What do I do? Thank you

    Hi Camila,

    You will need to contact support by calling/chat for this request.

    Contact the customer service

    * Be sure to stay connected with your Adobe ID before accessing the link above *.

    Kind regards

    Sheena

  • PowerCLI - there cmdlets to browse the store of data for files/directories and their creation?

    Hello

    PowerCLI - there cmdlets to browse the store of data for files/directories and their creation?

    If Yes, can you please let me know.

    I took a glance at the reference of the cmdlet, but can not find...


    Kind regards

    Dreamer

    You can use the data store provider.

    It is documented in the vSphere PowerCLI Administration Guide that was installed with PowerCLI.

  • change the current date for testing purposes.

    For testing purposes, we must be able to set the current date, mainly so that we can test 3 successive months, in about a period of 15 days.
    It's siebel-web-determinations (10,2) runnning under tomcat

    Other than changing the server clock or
    replace all occurrences in the rules where the date function perceive is used with a placeholder attribute as the temp "today's date"
    is there another way to change the current date for testing purposes?

    Thank you
    Allan

    Hi Allan

    An alternative would be to use the current date only once in your rules, for example: the date of assessment = the current date.

    Then, change the rest of your rules to use the valuation date instead of the current date. It works perfectly in production.

    If you set the value of the valuation date seeding date you want to use Siebel, then the current date function will not be triggered (you set a deducted directly attribute, so the rule proving this attribute will not run).

    See you soon

    Anthony

  • Problem loading data for Planning Server through ODI

    Hi all

    I am facing problem while loading data for Planning Server through ODI.
    I created the interface with flat as a source of data as file below

    Location data load Cube name POV cost per seat
    Ctbn_PnL of Tidel Equifax, Budget, Working_2010, FY10, Wk1, Local 333
    Ctbn_PnL of Tidel Equifax, Budget, Working_2010, FY10, Wk2, Local 444
    Ctbn_PnL of Tidel Equifax, Budget, Working_2010, FY10, Wk3, 555 Local
    Ctbn_PnL of Tidel Equifax, Budget, Working_2010, FY10, Wk4, Local 666
    Budget, Working_2010, FY10, Wk5, Tidel Equifax, Local 777 Ctbn_PnL
    Ctbn_PnL of Tidel Equifax, Budget, Working_2010, FY10, Wk6, Local 888
    Budget, Working_2010, FY10, Wk1, PADI Ctbn_PnL Equifax, Local 222
    Budget, Working_2010, FY10, Wk2, PADI Ctbn_PnL Equifax, Local 111
    Budget, Working_2010, FY10, Wk3, PADI Ctbn_PnL Equifax, room 345
    Budget, Working_2010, FY10, Wk4, PADI Ctbn_PnL Equifax, Local 346
    Budget, Working_2010, FY10, Wk5, PADI Ctbn_PnL Equifax, Local 347
    Budget, Working_2010, FY10, Wk6, PADI Ctbn_PnL Equifax, Local 349

    And the target as an application of Planinng. Interface has been properly executed, but are not filled with data in the form of Plannning or Essbase.
    I obtained the information in the log file after running the interface:

    2010-05-20 18:45:38, 409 [DwgCmdExecutionThread:null:5] INFO: Oracle Data Integrator adapter for Hyperion Planning - free 9.3.1.1
    2010-05-20 18:45:38, 409 INFO [DwgCmdExecutionThread:null:5]: connection for application [PnL_ODI] [chnveltss03]: [11333] using [admin] username.
    2010-05-20 18:45:39, 800 [DwgCmdExecutionThread:null:5] INFO: successfully connected to the planning application.
    2010-05-20 18:45:39, 800 INFO [DwgCmdExecutionThread:null:5]: loading for the charge of planning options
    Name of the dimension: location like Parent child: false
    Order By entry charge: forgery
    Update the database: true
    2010-05-20 18:45:39, 815 INFO [DwgCmdExecutionThread:null:5]: beginning of the loading process.
    2010-05-20 18:45:39, 815 DEBUG [DwgCmdExecutionThread:null:5]: number of columns in the result set of source does not match the number of columns planning targets.
    2010-05-20 18:45:39, 831 [DwgCmdExecutionThread:null:5] INFO: type of load is a [member of the load dimension].
    2010-05-20 18:45:39, 831 [DwgCmdExecutionThread:null:5] ERROR: file [[Tidel, null, null, null, null, null, null, null, null, null, null, null, Ctbn_PnL, Budget, null, "Equifax, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 831 [DwgCmdExecutionThread:null:5] ERROR: file [[Tidel, null, null, null, null, null, null, null, null, null, null, null, Ctbn_PnL, Budget, null, "Equifax, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 847 [DwgCmdExecutionThread:null:5] ERROR: file [[Tidel, null, null, null, null, null, null, null, null, null, null, null, Ctbn_PnL, Budget, null, "Equifax, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 847 [DwgCmdExecutionThread:null:5] ERROR: file [[Tidel, null, null, null, null, null, null, null, null, null, null, null, Ctbn_PnL, Budget, null, "Equifax, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 847 [DwgCmdExecutionThread:null:5] ERROR: file [[Tidel, null, null, null, null, null, null, null, null, null, null, null, Ctbn_PnL, Budget, null, "Equifax, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 847 [DwgCmdExecutionThread:null:5] ERROR: file [[Tidel, null, null, null, null, null, null, null, null, null, null, null, Ctbn_PnL, Budget, null, "Equifax, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 847 [DwgCmdExecutionThread:null:5] ERROR: file [[Padi, null, null, null, null, null, null, null, null, null, null, null, Ctbn_PnL, Budget, null, "Equifax, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 862 ERROR [DwgCmdExecutionThread:null:5]: file [[Padi, null, null, null, null, null, null, null, null, null, null, null, Ctbn_PnL, Budget, null, "Equifax, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 862 ERROR [DwgCmdExecutionThread:null:5]: file [[Padi, null, null, null, null, null, null, null, null, null, null, null, Ctbn_PnL, Budget, null, "Equifax, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 862 ERROR [DwgCmdExecutionThread:null:5]: file [[Padi, null, null, null, null, null, null, null, null, null, null, null, Ctbn_PnL, Budget, null, "Equifax, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 862 ERROR [DwgCmdExecutionThread:null:5]: file [[Padi, null, null, null, null, null, null, null, null, null, null, null, Ctbn_PnL, Budget, null, "Equifax, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 862 ERROR [DwgCmdExecutionThread:null:5]: file [[Padi, null, null, null, null, null, null, null, null, null, null, null, Ctbn_PnL, Budget, null, "Equifax, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 878 [DwgCmdExecutionThread:null:5] ERROR: Record [[null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]] has been rejected by Planning Server.
    2010-05-20 18:45:39, 878 [DwgCmdExecutionThread:null:5] INFO: planing cube refresh initiated.
    2010-05-20 18:45:44, 284 INFO [DwgCmdExecutionThread:null:5]: planning of the cube refresh operation completed successfully.
    2010-05-20 18:45:44, 284 INFO [DwgCmdExecutionThread:null:5]: load the process is complete.


    Please help me in this grace,
    Srinivas

    You are right. The table that you have described is in the format 'Generation' (the highest to the lowest level of the hierarchy). The KM of planning requires data to load in format "Parent/child". You must create multiple interfaces (one for each pair of generation) or use a view to make the transformation.

    While a view seems to be the easier choice, note that ODI will not be able to perform any analysis of lineage of data on the integration process.

    Hope this helps,
    Matt

  • Problem with Date for criteria

    I installed JDev 11.1.1.4 and I use JSF.
    In the Oracle database, I've defined a field as a DATE type. Entity object, I have the same field defined as oracle.jbo.domain.Date. 'View criteria' in "View object", I use this field to the "Point of criteria" with 2 "Bind Variables" for BETWEEN the SQL statement.
    'Bind' variable names startDate and endDate, and I have defined as oracle.jbo.domain.Date.

    < ViewCriteriaItem
    Name = "Vardatetime".
    ViewAttribute = "Vardatetime".
    Operator = "BETWEEN".
    Concert = 'AND '.
    Required 'Optional' = >
    < ViewCriteriaItemValue
    Name = "ViewCriteria_vcrow23_Vardatetime_vcval0".
    ' Value =': startDate '.
    IsBindVarValue = "true" / >
    < ViewCriteriaItemValue
    Name = "ViewCriteria_vcrow23_Vardatetime_vcval1".
    "Value =": endDate.
    IsBindVarValue = "true" / >
    < / ViewCriteriaItem >

    < variable
    Name = "startDate".
    Type = "viewcriteria.
    Type="Oracle.jbo.domain.date"/ >
    < variable
    < variable
    Name = "endDate".
    Type = "viewcriteria.
    Type="Oracle.jbo.domain.date"/ >
    < variable

    I dragged into index.jspx, 'Data controls', ADF group query with Table. When running index.jspx and I have all the fields, startDate and endDate to the current date for the two (23/03/2011) I get no back line, because the field in the database contains the DATE AND TIME and startDate and endDate are 23/03/2011-00:00:00. How can I fix?
    Thank you

    you define the entity object format mask?

  • writing in shared variable published network hosted on rt (defined as slave modbus for crio) problems

    Hello Forums or

    This is my first post on this forum and I've been using labview for about 8 months now

    I have a problem about writing data in the modbus registers through a server of e/s defined as a slave modbus for my hardware 9074. Once I finished the project of construction and deployment of the variables and by following the instructions here , he reports no results but a row of zeros. I have the DSM nor opened and configuration modbus master to see whether the data is actually read or written on the respective sides that give the same line of zeros so.  What I am actually trying to write is a single-precision floating data table. The registers are structured F40000-F46534 runs from 10 items or have them for range AF40001L1-AF46534L1 of the AF40001L10 point where it's an array of length 10. (Referenced beaches here)

    I know 1 thing for you, the modbus connection works and is ready for data requests, I tested cela NI DSM and set manually the data for and received my master.

    System and project specifications

    Windows 7 operating system

    LabVIEW edition development system complete 2011

    No module Labview DSC, but I use the real time such referenced by one of the documents

    This project is an application in real time with fpga mode (and not scan interface)

    The master and the slave are the same network and subnet

    Connection Modbus type: TCP

    9074 compact slots rio 8

    9234 module x 3

    module 9221 x 1

    9472 module x 1

    Engine service Variable shared running on windows os and rtos system

    Used this guide to learn more about the Protocol modbus, as I have searched all over the internet to learn more about modbus

    I already have software Modbus IO Server installed on the crio thanks to max or 1.8 for NI RIO 4.0 version

    file attachment (s)

    Image of software specifications Crio

    Image of data written in scheme-block rt variable

    Short version of the problem: why is the e/s no variable writes in with the converted correctly data?

    Okay, Yes, it's that I was the one proposed. Regarding the news of the error, if you look at the bottom of your image to DSM, you see a little commfail and an error code, but it seems that those are OK.

    The only thing I can think is that DSM (or another function) is written for a range of values that includes 400004. I suggest you to put into service 4-going to a range of 3. 3 s are entered only (perspective control), then you can be sure that the master is not trampling on the data. Once you have checked that, look at DSM and any other code running to make sure q EU not accidentally write 0s to the same reg.

  • Test bench for myDAQ

    Hi all

    I'm designing a test bench for myDAQ, I implemented using a test of VI for each function in the model of test bench and in the end, I write all these results in a word file. In fact, there is not any specific problem I want that the community please check this test if it needs any improvement specifically to report.

    Thanks in advance for your help and time.

    Concerning

    Omer

    To see a picture (or save) in the largest size, just right click on it with your mouse and click on the first option in Firefox (see the photo or something).

    I am also attaching the control of typedef in 2013 version. BTW, you should use a project, LabVIEW, for your main VI and typedef controls in one place.

    For example, if adding items to your control of the typedef:

    Unbundle the cluster for the creation of report:

    EDIT: finished the missing parts and wires for your VI.

  • By connecting to Window Vista is errro ' configuration data for this product is damaged contact the support staff.

    1. I get this error before moving on to the windows vista login ' configuration data for this product is damaged contact the support staff "I tried repairing the system by using the Windows disk installation and chkdsk/f/r and none of the steps helped.
    2. on a different vista machine it keeps restarting on before we get to the opening of windows session, I managed to make system repair using the windows disc and he managed to survive but, unfortunately, after a couple of stop and restart, the same problem happens again.

    Kindly help on how I can make these problems disappear.

    Hello

    Method 1: Check to see if you can boot into safe mode. If you can start in safe mode, you can perform the clean boot and test functionality.

    Step 1: Check the functionality of the computer in safe mode.

    http://Windows.Microsoft.com/en-us/Windows-Vista/start-your-computer-in-safe-mode

    If it works fine, you can check if the problem exists in a clean boot state.

    Step 2: Perform the clean boot.

    http://support.Microsoft.com/kb/929135

    Note: After you check the clean boot feature configure Windows to use a Normal startup using step 7 proposed in the above mentioned link.

    Method 2: If you are unable to boot into safe mode, try to Start the computer using the disk and recovery options, select command prompt, run System File Checker tool.

    How to access the System Recovery Options menu?

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-happened-to-the-recovery-console

    Download link for the tool (SFC.exe) System File Checker.

    http://support.Microsoft.com/kb/929833

    I hope this helps!

Maybe you are looking for

  • HDD/SSD location second free Qosmio X 70 - B?

    I want to buy a new laptop series Qosmio X 70 - B.but I have a question about the equipment of the Qosmio laptop...Namely, It is a second free (EMPTY) 2.5 inch HDD/SSD slot inside the laptop to assemble the second HARD drive? X 70 series - Had second

  • Incoming calls do not show name

    Hi, last week I bought a second Genesis e bike so I synced my contacts list, by going to tools > accounts > add account > Google There all my contact contact list has been updated, (all the contacts have a number of respective cel) but every time som

  • Is it possible to disable the side buttons on the Laser 7000 Microsoft?

    I keep hitting when I leave the mouse and by disabling everything that I just entered. And I never use them. A supersizes also the screen when I can't.Thank you.

  • Boot system error - dynamic link library

    When starting my computer, I get an error under the following message titled "miniboot.exe - point of entry not found. Message is "the procedure entry point setvbuf not found in the libraryMSVCR71.dll of Hotlinks" after hitting OK I get similar messa

  • malfunction

    Hi I bought a sansa clip there is about two mounts, and now, for some reason any, that he just didn't work I'm not really sure what to do but if anyone can help me that would be really good