Validation of catalog load

I need info on how the catalogs are validated while loading into iProc application?
* auto upload of catalog to production catalog based on rules,
* auto validation upon supplier catalog upload manual prompt validation (by supplier or catalog manager) upon supplier catalog upload
* Specific (syntactic?) validators:
** Spellcheck
** Price check (rule-based validator based on specified % delta; i.e., pass if under 10% change in price)
** character check (rule-based validator(?) based on right # characters present in certain cells; i.e., supplier ID field must contain "x" characters)

Hi,
I have updated the scripts so that you can run them without problems. Please download the new scripts (OW_2002_OLAP_Catalog.zip) from www.iafsoft.com/downloads/ and try the following steps.
(1) create user IAF with OLAP_DBA privilege.
(2) Open the OLAP Worksheet from OEM using the IAF user.
(3) Copy and paste the codes from case3_1_OLAP_DML.txt to OLAP Worksheet, and run the program.
(4) Run case3_2_RelationalView.sql from SQL*Plus using IAF user.
(5) Run case3_3_cwm2_script.sql from SQL*Plus using IAF user.
(6) Create your BI app in JDev using IAF user.
BTW, I have tested the whole process with Oracle9i OLAP 9.2.0.1.0a, production version of JDev903 and BI Beans903.
Shinji

Similar Messages

  • I am trying to use Photoshop 10. After my catalog loads. I am told to log into my account. My user name is correct and I use a new password. That password lets me log in to my Adobe account and even allowed me to loadp

    I am trying to use Photoshop 10. After my catalog loads. I am told to log into my account. My user name is correct and I use a new password. That password lets me log in to my Adobe account and even allowed me to load a 30 day trial of PS14i After I enter  the password I am never allowed to go any further, What do I need to do to get into my catalog?

    I regret that you're having trouble setting up your email, corbad! You're on the right track with your incoming email address. You might also try incoming.verizon.net or incoming.yahoo.verizon.net as possible alternatives, and 995 as the port number. Please let me know how that goes!
    DionM_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • How to do data validation after each load

    Hi all,
    How to do data validation after each load.
    please send to : [email protected]
    bhaskar

    Hi Bhaskar,
    Check these posts:
    Re: Validation of data in BW?
    Re: validate data
    Bye
    Dinesh

  • Deployment validation failing to load DTDs for Struts

    I created a fresh webapp that includes the Struts 1.2.2 binaries and got some errors when deploying on WebLogic8.1sp3. My guess is that I need to configure some proxy setting in weblogic.
    Sep 7, 2004 4:07:14 PM org.apache.struts.tiles.TilesPlugin initDefinitionsFactoryINFO: Tiles definition factory loaded for module ''.
    Sep 7, 2004 4:07:14 PM org.apache.struts.validator.ValidatorPlugIn initResources
    INFO: Loading validation rules file from '/WEB-INF/validator-rules.xml'
    Sep 7, 2004 4:07:14 PM org.apache.struts.validator.ValidatorPlugIn initResources
    INFO: Loading validation rules file from '/WEB-INF/validation.xml'
    <Sep 7, 2004 4:07:14 PM CDT> <Warning> <Net> <BEA-000905> <Could not open connection with host: jakarta.apache.org and port: 80.>
    Sep 7, 2004 4:07:14 PM org.apache.struts.validator.ValidatorPlugIn init
    SEVERE: Tried all: '1' addresses, but could not connect over HTTP to server: 'jakarta.apache.org', port: '80'
    java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'jakarta.apache.org', port: '80'
    at weblogic.net.http.HttpClient.openServer(Ljava.lang.String;I)V(HttpClient.java:275)
    at weblogic.net.http.HttpClient.openServer()V(HttpClient.java:329)
    I copied the referenced .DTDs locally and after adding the full path to the local copies, things worked fine. Unfortunately this is just a big hack. I would like to know either:
    1. how to package the things so that a local copy of the DTDs that I include in a .ear file can be found, or
    2. how to configure proxy settings in weblogic so I can validate against remote DTDs.
    Any ideas?

    the exception seems to suggest that you cant connect to the outside world. Can you check if you can connect to the mentioned remote server from your deployment machine ?
    anand

  • Help Required regding: Validation on Data Loading from Flat File

    Hi Experts,
    I need u r help in the following issue.
    I need to validated the transactional data loading to the GL Cube from Flat file,
    1) The transactional data to the Cube to be loaded <b>only if master data</b> record exists for the <b>“0GL_ACCOUNT”</b> info object.
    2) If the master data record does not exits then the record need to be skipped from the loading and after the loading  the system should throw a message saying that these many records have been skipped (if there are any skipped records.).
    I would really appriciate u r help and suggestions on solving this issue.
    Regds
    Hari

    Hi, write a <b>start routine</b> in transfer rules like this.
      DATA: l_s_datapak_line type TRANSFER_STRUCTURE,
            l_s_errorlog TYPE rssm_s_errorlog_int,
            <b>l_s_glaccount type /BI0/PGLACCOUNT</b>,
            new_datapak type tab_transtru.
           refresh new_datapak.
           loop at datapak into l_s_datapak_line.
           select single * from /BI0/PGLACCOUNT into l_s_glaccount
             where CHRT_ACCTS eq l_s_datapak_line-<b>field name in transfer structure/datsource for CHRT_ACCTS</b>
    and GL_ACCOUNT eq l_s_datapak_line-<b>field name in transfer structure/datsource for GL_ACCOUNT</b>
    and OBJVERS eq 'A'.
           if sy-subrc eq 0.
             append l_s_datapak_line to new_datapak.
           endif.
           endloop.
           datapak = new_datapak.
           if datapak[] is initial.
    abort <> 0 means skip whole data package !!!
             ABORT = 4.
           else.
             ABORT = 0.
           endif.
    i have already some modifications but U can slightly change it to suit your need.
    regards
    Emil

  • Can we give validations in sql loader

    hi gems...
    i want to populate a table through sql loader...but i have to give some conditions while inserting the records i.e. i have to give some checks and validations...
    is it possible to give conditions in sql loader...
    please help...

    Probably you can use WHEN clause while loading the data. Please check the below documentation for more information.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e22490/ldr_control_file.htm#i1005657

  • Two valid condition records loaded in CRM

    Hi
    I had created condition records for one of my condition type in SAP R/3 which were loaded into SAP CRM system.  Now when new condition records are created for the same condition type then old condition records in CRM are not terminated. So I have two condition records in R/3 but the old one is no more valid but CRM system has two conditions and both are valid. Now when an order is created in CRM then the condition type has two values summed up.
    How can I resolve this issue so that when a new condition records is created in R/3 then the old conditions in CRM are terminated and the new conditions are only valid?
    Thanks for your help
    Regards
    Javed

    Hi Anji,
    have you checked the condition maintenance groups for your condition type in CRM? In addition to the step you did in MNTNCT you need to assign your condition types in CRM to a condition maintenance group to allow maintaining them in CRM.
    You also need to assign that maintenance group to the context you want the conditions to be maintened in. All that can be found in SPRO in CRM under master data.
    Try if that helps you.
    Best regards,
    Manuel

  • Issue with WPF validation(IDataErrorInfo) and loading User control Dynamically

    I have a user control and i use (IDataErrorInfo) for validation the problem is when i load User control Dynamically the validation not appears for the first time but when i load it in design time it works what is the problem ? here is the user control
    <UserControl x:Class="WeaponLibrary.WeaponUserControl"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:local="clr-namespace:WeaponLibrary"
    xmlns:controls="http://metro.mahapps.com/winfx/xaml/controls"
    xmlns:ad="clr-namespace:DataAccessClassLibrary.ValidationRules;assembly=DataAccessClassLibrary"
    mc:Ignorable="d"
    d:DataContext="{d:DesignInstance local:WeaponUserControlViewModel}"
    Height="700" Width="730" FlowDirection="RightToLeft" Loaded="UserControl_Loaded" >
    <AdornerDecorator>
    <Expander IsExpanded="True" >
    <DockPanel>
    <WrapPanel DockPanel.Dock="Top" DataContext="{Binding Path=SelectedWeapon}">
    <StackPanel Width="315" Margin="20,0,10,0">
    <ComboBox x:Name="CmbWeaponType" IsReadOnly="True" IsEditable="True"
    ItemsSource="{Binding RelativeSource={RelativeSource FindAncestor,
    AncestorType={x:Type UserControl}}, Path=DataContext.WeaponTypeList,ValidatesOnNotifyDataErrors =True,ValidatesOnDataErrors=True,
    NotifyOnValidationError=True,UpdateSourceTrigger=PropertyChanged}" DisplayMemberPath="weaponTypeName" SelectedValuePath="ID" >
    <ComboBox.SelectedValue>
    <Binding Path="weaponTypeID" Mode="TwoWay"
    UpdateSourceTrigger="PropertyChanged" ValidatesOnNotifyDataErrors="True" NotifyOnValidationError="True">
    </Binding>
    </ComboBox.SelectedValue>
    </ComboBox>
    </StackPanel>
    <StackPanel Width="315" Margin="20,0,10,0" >
    <TextBox x:Name="TxtWeaponNumber" Width="315" Text="{Binding weaponNumber,UpdateSourceTrigger=PropertyChanged, NotifyOnValidationError=True ,ValidatesOnNotifyDataErrors=True,ValidatesOnDataErrors=True,NotifyOnSourceUpdated=True,NotifyOnTargetUpdated=True,ValidatesOnExceptions=True}" >
    <!--<TextBox.Text>
    <Binding Path="weaponNumber">
    <Binding.ValidationRules >
    <ad:RequiredRule ValidatesOnTargetUpdated="True" />
    </Binding.ValidationRules>
    </Binding>
    </TextBox.Text>-->
    </TextBox>
    </StackPanel>
    <StackPanel Width="315" Margin="20,0,10,0">
    <TextBox x:Name="TxtOwnership" Width="315"
    controls:TextBoxHelper.IsWaitingForData="True"
    Text="{Binding Path=ownership}" />
    </StackPanel>
    <StackPanel Width="315" Margin="20,0,10,0">
    <TextBox x:Name="TxtMagazineNumber" Width="315"
    controls:TextBoxHelper.IsWaitingForData="True"
    Text="{Binding Path=magazineNumber}" />
    </StackPanel>
    <StackPanel>
    <TextBox x:Name="TxtNotes" Margin="20,0,10,0" Width="660" Height="100"
    controls:TextBoxHelper.IsWaitingForData="True" Text="{Binding Path=note}" />
    </StackPanel>
    <StackPanel Width="660" Margin="10,10,10,0">
    <TextBlock Text="{Binding AllErrors}" Foreground="Red" >
    </TextBlock>
    </StackPanel >
    </WrapPanel>
    <DataGrid x:Name="DgvWeapons" Margin="0,10,0,10" VerticalContentAlignment="Center" ItemsSource="{Binding WeaponsList, Mode=OneWay,ValidatesOnNotifyDataErrors=False,NotifyOnValidationError=False}"
    HorizontalContentAlignment="Center" IsReadOnly="True" AlternatingRowBackground="{DynamicResource AccentColorBrush4}" SelectionMode="Single"
    CanUserDeleteRows="False" CanUserAddRows="False" AutoGenerateColumns="False" Width="657" SelectedItem="{Binding SelectedWeapon,ValidatesOnNotifyDataErrors=False,NotifyOnValidationError=False}" MouseLeftButtonDown="DgvWeapons_MouseLeftButtonDown">
    <DataGrid.Columns>
    <DataGridTextColumn Width="100" Binding="{Binding Path=WeaponTypeName}" />
    <DataGridTextColumn Width="100" Binding="{Binding Path=weaponNumber}"/>
    <DataGridTextColumn Width="100" Binding="{Binding Path=ownership}"/>
    <DataGridTextColumn Width="100" Binding="{Binding Path=magazineNumber}"/>
    <DataGridTextColumn Width="100" Binding="{Binding Path=note}"/>
    </DataGrid.Columns>
    </DataGrid>
    </DockPanel>
    </Expander>
    </AdornerDecorator>
    </UserControl>
    here is the code:
    var tabItem = new TabItem { Header = item.FormName };
    var adornerDecorator = new AdornerDecorator();
    var stackPanel = new StackPanel();
    stackPanel.Children.Add(item.MainForm);
    adornerDecorator.Child = stackPanel;
    tabItem.Content = adornerDecorator;
    tabItem.SetValue(ControlsHelper.HeaderFontSizeProperty, 18.0);
    MainTabControl.Items.Add(tabItem);

    hi
    i tried your way to know if there is an error
    the result is yes
    for the implementation of IDataErrorInfo
    here is the code :
    public string Error
                get
                    if (string.IsNullOrEmpty(weaponNumber))
                        return "error 1";
                    if (weaponTypeID == null || weaponTypeID == new Guid())
                        return "error2";
                    return string.Empty;
            public string this[string columnName]
                get
                    if (columnName == "weaponNumber")
                        bool valid = !string.IsNullOrEmpty(weaponNumber);
                        if (!valid)
                            return "error1";
                    if (columnName == "weaponTypeID")
                        bool valid = weaponTypeID != null && weaponTypeID != new Guid();
                        if (!valid)
                            return "error2";
                    return null;

  • Function for column validation in SQl Loader control file.

    Hello Gurus,
    We have an requirement to create a function to validate all date and number columns in control file, and return 0/1 accordingly to valid_column which is last column . I have developed the function which accepts the number and date type columns as parameter and return Y/N. My question is, is there any way so that the function could be created without passing any parameter to it?
    If yes, then how to call the function in control file?
    I have been searching since a while on Google to find out any solution but could find out.
    Using Oracle 11g Enterprise Edition Release 11.2.0.1.0
    Thanks!
    Edited by: Sush on Jul 5, 2012 2:23 AM
    Edited by: Sush on Jul 5, 2012 4:16 AM
    Edited by: Sush on Jul 5, 2012 7:28 AM

    Hi Srini,
    I have gone through this document and i couldn’t find out any solution. That’s why i was seeking help from you Gurus.
    Thanks for your help, i think i have learnt few new things abt SQL Loader by studying this document :)
    Thanks!

  • Javascript validation on page load gives errors in IE, works in Firefox

    Hello,
    I have a javascript function that, depending on the display value of a select list (based on a query), will optionally enable/disable another item on the page. After the page is loaded, you can select a different value and watch the second item function properly (become enabled or disabled). This works in both Firefox and IE6. I added a call to my javascript function in the OnLoad section of the page attributes, so that when the page is first loaded, the second item will be displayed correctly (enabled/disabled depending on the value of the select list), since the user might have changed the value of the select list at some earlier time.
    When I test in Firefox, the record is loaded and the second item is in a correct state depending on the value of the select list.
    When I test in IE6, I receive an error on the page saying that the item is undefined.
    I'm guessing that because the process is in the OnLoad section of the page, IE doesn't yet know about it.
    I'm using App Exp 2.0.0.
    Anyone seen this before, or have any thoughts as to a workaround?
    Thanks!
    Marty

    Here's the js function I call (defined in the HTML Header section of page).
    function ItemTest(pThis){
    var lTest = html_GetElement(pThis)[html_GetElement(pThis).selectedIndex].text;
    html_disableItems(lTest != 'In Process','P4_PHASE_ID','P4_PHASE_DATE');
    This is what I have in the On Load section of the page:
    onload="ItemTest(P4_STATUS_ID);"
    Basically, if the display value of item P4_STATUS_ID isn't 'In Process', then it disables the two PHASE items.
    I have checked out your functions - that's what got me started on this. Very helpful - thank you!
    Marty

  • XML Schema validator fails to load XML Schema from URL

    I'm trying to validate an XML document against a set of XML Schemas and the parser seems to freak out: even though all the schemas are referred to in the XML and are properly recognized by Schemas field in XML document properties, I get warnings (multiple
    instances):
    Request for the permission of type 'System.Net.WebPermission, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed
    Cannot resolve the 'schemaLocation' attribute
    The schema referenced from this location in your document contains errors
    The warning locations are also seemingly random - errors in schema locations are reported on closing tags inside XML or on whitespaces, and so on.
    The first warning (System.Net.WebPermission) suggests it has something to do with access to remote schemas, but all the necessary remote schemas are visible in XML Schema Set editor for the document. I also enabled downloading of XML schemas in XML text
    editor options.

    Hi Tomasz,
    Thank you for posting in MSDN forum.
    Since this issue is related to the XML Schemas, so we will move this case to the XML forum:https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=xmlandnetfx
    , you will get better support.
    Best Regards,
    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.

  • Firefox gave me "URL not valid & cannot be loaded" on SOME common sites. Tried clearing cache & cookies; no help. ALSO just checked using IE browser, and it would not load that site. Bank still works; shopping still works... what gives?

    I'm strictly a user; not an IT guy. I can follow directions but need as much specific help as possible - i'm always afraid when i try corrective actions, i'll "break" something else. Need help quick for daughter & me (job hunt).
    Other sites besides one listed gave same problem. But (in this case) ACT.org worked fine...

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    >In Firefox 4 Safe mode also disables plugins (Tools > Add-ons > Plugins) and hardware acceleration (Tools > Options > Advanced > General)

  • When I try to import pictures from another catalog, I cannot access my RAW pictures.  I can only seem them as non supported what do I do to import?

    When I try to import pictures from another catalog, I cannot access my RAW pictures.  I can only seem them as non supported what do I do to import?

    Sorry for the long delay.  I have Windows 8.1  and using Lightroom 5.7  I have organized my unedited RAW format photos in files on my hard drive in folders in My documents/pictures.  Once I edit them I move them to another folders on a separate drive and discard the rejects.
    When trying to access my documents by selecting .File - Import from another catalog- my documents/ pictures; I see the folders, however when I select it, it says No items to match your search  When using the drop down menu on the lower right I can only see the images if I click on "all files" and when I click on the image I want to import,  it says "Lightroom cannot import this catalog; "The catalog does not appear to be a valid Lightroom catalog"
    All of this happend when I loaded a Cannon Pro 100 printer plug-in.  I tried to disable the plugin, but It is still happining and cannot access the images.

  • Unable to load data from DSO to Cube

    Good morning all,
    I was trying to load data from DSO to Cube for validation. Before loading the new data, I deleted all from DSO and Cube. They contain no request at all. Cube has "Delta Update". First DSO was loaded 138,300 records successfully. Then Activated the DSO. The last when I clicked Exectue (DSO --> Cube), it loaded 0 record. I was able to load the data yesterday. What might be the reasons for this situation?
    Thank you so much!

    Hi BI User,
    For loading delta upload into the data target, there should be an initialization request in the data target with same selection criteria.
    So..first do the initialization and perform delta upload into the cube.
    Regards,
    Subhashini.

  • No data loaded to the cube

    hello,
    I have created four dimensions, all validated, deployed and loaded successfully.
    I created a cube, and used a joiner to load the keys from the tables. It has just one measure, and I am loading it from a different table.
    I ran a query with a join condition (where clause) in Oracle SQL developer, it returns the desired result.
    So i use the same join condition, in the cube.
    the cube and the corresponding map is validated and deployed successfully. When I start the map, it inserts no, records in the corresponding table of the cube.
    Please, help me solve this problem.
    best regards
    P.S: I am using OWB 11g on SUSE 10.2

    The loading process in a cube do a join with the dimensions.
    "D_DIMENSION_X"."DIMENSION_CODE" = "INGRP1"."D_DIMENSION_CODE" )Thus, you can have no problem even if a dimension code is missing in the dimension table.
    I had the problem with the time dimension (miss the year id for instance) and it's very painful to find.
    First, you have to retrieve the SQL generated :
    Check in this article how to have the SQL (intermediate sql generation)
    http://gerardnico.com/wiki/dw/etl/owb/owb_mapping_debugger
    Second, Take the sql and execute it by suppressing a dimension, see if you have data in your sql
    and repeat the steps until you see the light.
    Good luck
    Nico

Maybe you are looking for

  • ISight microphone not working on Brand New Leopard Install Solved

    Hi everybody, I had this problems during last days, and after solving it I want to share it with everybody thinking it may be helpful. I got ten brand new never used iSights and I wanna to use them on a few MacPro Intel 2xCpu QuadCore 2,8 OS X 10.5.4

  • Adobe forms, non-interactive (HR)

    Hi, I'm trying to get in touch with SAP web applications (webdynpro, adobe form, bsp...). I have the following requirement: I have to provide a page within the sap enterprise portal to allow the employee to track his presence. In this page the employ

  • BAPI for changing parked documents

    Hi , I need to know any BAPI exist for changing the posting date of the parked documents. Please let me know if there are any BAPI's Thanks

  • ENQUEUE_READ in Background

    Hi Experts, I tried ENQUEUE_READ in Background to capture the locks and display the person responsible for the lock and the transaction which is locked. This does not happen has required. In foreground this above FM works fine. Thanks in advance.

  • Apple USB SuperDrive

    My iMac has a built in optical CD DVD drive.  The CD drive will not read or burn any more. I am looking at purchasing the SuperDrive to get those functios back. The reviews are really mixed and one in particular mentioned it not working if your Mac i