FDMEE check do not return report data

Hi all,

The audit report is not all data.  I've recreated the FDM FDMEE classic validation rule in the section monitoring rule group.  He must give me the same results as the classical FDM, but it's not.  I don't see that the value for all to 0 lines.

Thanks for your help.

Daniel

We found the error, in FDMEE, he needed more dimension in the POV in the classical FDM.   For example, I had to add the motto of the entity and for a YEAR.

It's working now,

Thanks to you all

Daniel

Tags: Business Intelligence

Similar Questions

  • Oracle Service Bus - XQuery - Transformation does not return any data

    Hello

    Firstly I appologise for the code so much but I couldn't find a better way to put it all in a single message.

    I met a very strange and difficult situation with a mapping of Xquery. I have 2 XSD (A and B below), I'm trying to map from A to B, but the result of the mapping returns with empty data (result). Has anyone encountered such a situation before? Perhaps someone could shed some light on the matter?

    Any help is very appreciated!

    Has WSDL
    <? XML version = "1.0" encoding = "UTF - 8"? >
    < s0:definitions name = "ConsultaEstadoCartaoDefinitions" targetNamespace = "http://siebel.com/loyalty/LoyaltyAccrualServices" xmlns = "" xmlns:crm = "http://www.siebel.com/xml/PCE%20Member-Card" xmlns:s0 = "http://schemas.xmlsoap.org/wsdl/" xmlns:s1 = "http://siebel.com/loyalty/LoyaltyAccrualServices" xmlns:s2 = "http://schemas.xmlsoap.org/wsdl/soap/" xmlns: XS = "http://www.w3.org/2001/XMLSchema" > "
    < s0:types >
    < xs: Schema attributeFormDefault = "unqualified" elementFormDefault = "qualified" targetNamespace = "http://siebel.com/loyalty/LoyaltyAccrualServices" xmlns: XS = "http://www.w3.org/2001/XMLSchema" >
    < xs: import namespace = schemaLocation = "CRM_ConsultaEstadoCartao.xsd" / "http://www.siebel.com/xml/PCE%20Member-Card" >
    < xs: element name = "ConsultaEstadoCartao_Input" >
    < xs: complexType >
    < xs: SEQUENCE >
    < xs: element name = "ListOfPceMemberCard" type = "crm:ListOfPceMemberCard" / >
    < / xs: SEQUENCE >
    < / xs: complexType >
    < / xs: element >
    < xs: element name = "ConsultaEstadoCartao_Output" >
    < xs: complexType >
    < xs: SEQUENCE >
    < xs: element name = "ListOfPceMemberCard" type = "crm:ListOfPceMemberCard" / >
    < / xs: SEQUENCE >
    < / xs: complexType >
    < / xs: element >
    < / xs: Schema >
    < / s0:types >
    < s0:message name = "ConsultaEstadoCartao_Input" >
    < item s0:part = "s1:ConsultaEstadoCartao_Input" name = 'settings' / >
    < / s0:message >
    < s0:message name = "ConsultaEstadoCartao_Output" >
    < item s0:part = "s1:ConsultaEstadoCartao_Output" name = "ListOfPceMemberCard_Output" / >
    < / s0:message >
    < s0:portType name = "ConsultaEstadoCartao" >
    < s0:operation name = "ConsultaEstadoCartao_Input" parameterOrder = 'settings' >
    < s0:input message = "s1:ConsultaEstadoCartao_Input" / >
    < s0:output message = "s1:ConsultaEstadoCartao_Output" / >
    < / s0:operation >
    < / s0:portType >
    < name s0:binding = "ConsultaEstadoCartaoSoapBinding" type = "s1:ConsultaEstadoCartao" >
    < s2:binding style = transport "document" = "http://schemas.xmlsoap.org/soap/http" / >
    < s0:operation name = "ConsultaEstadoCartao_Input" >
    < s2:operation style = "document" / >
    < s0:input >
    < s2:body pieces = use "settings" = "literal" / >
    < / s0:input >
    < s0:output >
    < s2:body pieces = use "ListOfPceMemberCard_Output" = "literal" / >
    < / s0:output >
    < / s0:operation >
    < / s0:binding >
    < s0:service name = "ConsultaEstadoCartao" >
    < s0:port binding = "s1:ConsultaEstadoCartaoSoapBinding" name = "ConsultaEstadoCartao" >
    < s2:address location = "http://localhost:7001/CartaoEscola_WS_Test/ConsultaEstadoCartao" / >
    < / s0:port >
    < / s0:service >
    < / s0:definitions >

    B XSD
    <? XML version = "1.0" encoding = "UTF-8"? >
    < schema targetNamespace = "http://pt.min-edu.cartaoescola/EAI/ConsultaEstadoCartao."
    elementFormDefault = "qualified" xmlns = "http://www.w3.org/2001/XMLSchema" xmlns:tns = "http://pt.min-edu.cartaoescola/EAI/ConsultaEstadoCartao" >
    < annotation >
    < documentation >
    Copyright (C) 2010 Novabase Consulting. All rights reserved.
    < / documentation >
    < / annotation >
    < complexType name = "CartaoComplexType" >
    <>sequence

    < element name = "NumCartao" type = "string" >

    < / item >



    < element name = "EstadoCartao" type = "string" > < / item >
    < / sequence >
    < / complexType >

    < element name = "ConsultaEstadoCartaoInput" type = "tns:consultaEstadoCartaoComplexType" > < / item >
    < complexType name = "consultaEstadoCartaoComplexType" >
    <>sequence
    < element name = "IdMensagem" type = "string" minOccurs = "1".
    maxOccurs = "1" >
    < / item >
    < element name = "Origem" type = "string" minOccurs = "1".
    maxOccurs = "1" >
    < / item >
    < element name = "card.
    Type = "tns:CartaoComplexType" minOccurs = "0".
    maxOccurs = "1" >
    < / item >
    < / sequence >
    < / complexType >


    < element name = "ConsultaEstadoCartaoOutput" type = "tns:consultaEstadoCartaoComplexType" > < / item >
    < / schema >

    Mapping of XQuery code
    (: pragma bea: global-element-OdbcParameter parameter = "$consultaEstadoCartao_Output1" element = "ns0:ConsultaEstadoCartao_Output" location =".. / CRM/CRM_ConsultaEstadoCartao4.wsdl '::))
    (: pragma bea: element global-element-return = "ns2:ConsultaEstadoCartaoOutput" location = "EAI_ConsultaEstadoCartao.xsd" ::))

    declare namespace ns2 = "http://pt.min-edu.cartaoescola/EAI/ConsultaEstadoCartao";
    declare namespace ns1 = "http://www.siebel.com/xml/PCE%20Member-Card";
    declare namespace ns0 = "http://siebel.com/loyalty/LoyaltyAccrualServices";
    declare namespace xf = "http://tempuri.org/OSB%20Project%20CartaoEscola%20Consulta%20Estado%20Cart ao/EAI/temp /";

    declare function xf:temp ($consultaEstadoCartao_Output1 as element (ns0:ConsultaEstadoCartao_Output))
    {element (ns2:ConsultaEstadoCartaoOutput)}
    < ns2:ConsultaEstadoCartaoOutput >
    < ns2:Cartao >
    < ns2:EstadoCartao > {data($consultaEstadoCartao_Output1/ns0:ListOfPceMemberCard/ListOfLoyMembershipCard/LoyMembershipCard[1]/CardStatusCode)} < / ns2:EstadoCartao >)
    < / ns2:Cartao >
    < / ns2:ConsultaEstadoCartaoOutput >
    };

    declare the external variable $consultaEstadoCartao_Output1 as element(ns0:ConsultaEstadoCartao_Output);

    XF:temp ($consultaEstadoCartao_Output1)


    Test data
    <? XML version = "1.0"? >
    < ns0:ConsultaEstadoCartao_Output xmlns:ns0 = "http://siebel.com/loyalty/LoyaltyAccrualServices".
    xmlns:ns1 = "http://www.siebel.com/xml/PCE%20Member-Card" >
    < ns0:ListOfPceMemberCard >
    < ns1:ListOfLoyMembershipCard >
    < ns1:LoyMembershipCard >
    < ns1:CardNumber > CardNumber_1 < / ns1:CardNumber >
    < ns1:CardStatusCode > CardStatusCode_1 < / ns1:CardStatusCode >
    < / ns1:LoyMembershipCard >
    < / ns1:ListOfLoyMembershipCard >
    < / ns0:ListOfPceMemberCard >
    < / ns0:ConsultaEstadoCartao_Output >

    Result
    < ns2:ConsultaEstadoCartaoOutput xmlns:ns2 = "http://pt.min-edu.cartaoescola/EAI/ConsultaEstadoCartao" >
    < ns2:Cartao >
    < ns2:EstadoCartao > < / ns2:EstadoCartao >
    < / ns2:Cartao >
    < / ns2:ConsultaEstadoCartaoOutput >

    Thank you

    Adel

    Hi Alex,

    I'm not quite sure what could have caused the problem - if the problem recurs, then this is probably a bug; If not, one of these things... :)

    Kind regards
    Yohanna.

  • Web service JSON data do not return does not

    I created an application with a test sample local (active forlder) json file called "contacts.json" as below, just to test if I have any return data. The data returned in a listview without problem.

    [{ "id":1, "firstname": "Mike", "lastname": "Chepesky", "title": "Sr. Editor",
      "image": "images/data/mike_chepesky.png", "active": true, "gender": "m" },
    { "id":2, "firstname": "Westlee", "lastname": "Barichak", "title": "Talent Scout",
      "image": "images/data/westlee_barichak.png", "active": true, "gender": "m" }]
    

    I then changed the source for 'http://... '. "a link is valid and I checked, and it returns the data in a classic web browser (firefox). But he won't be in my application.

    What I noticed, is that the difference between the local json file and the return of web service, the web service does not return the square brackets "[...]" the json... I suspect that maybe that's the problem? If so, how do I manipulate the data source in my application to incorporate media? Is the returned data (without brackets) real...

    {"status":"successful","current_version":"1.1.1","latest_version":"1.2.0.0","details":"1. Item A 2. Item B 3. Item C","type":"Force update"}
    

    Thank you.

    If I'm not wrong, your local file json contains an array of objects, and that you load from your server contains a single object.
    If so, you can not call insertList (data), use insert (data)

  • Change the order of the columns does not cause any data found error report

    Hello. I have a weird problem (and I'm new to APEX). I have a subregion of report that shows the details of a master record based on the ID of the parent area. When I have everything first to change SQL for the query and apply the changes page works fine. When I go back and change the region > attributes report and use the arrows to change the order of the columns the region then returns:

    error report:
    ORA-01403: no data found

    I tried to change the query so that the columns found in the desired order and who has also not returned no data error. If I go back to my original query (which had 2 fewer columns) the page works again. Then I change to the new query (2 addtl columns), and then it works again, until I have change the order of the columns again. Don't know if it would be serious or not, but one of the columns is a 2 columns of the table concat.

    Any ideas would be appreciated, because I'm out of them.

    Thank you!

    use: Apex 4.0
    DB: 10g Exp

    "807428," Hi

    using 4.0 or 4.0.1? Can you reproduce the same problem on apex.oracle.com as well?

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • FDMEE 11.1.2.3 report Check returns empty

    Hi everyone-

    A problem with our 11.1.2.3.500 FDMEE application where audit reports come back completely empty. Is not only the metadata for checking empty return rule (tiling, under title, the target accounts, rules), but the whole of the report, including the header information, which is part of the model of audit report.  If it was only the rule check empty return information I believe it was a bad game to the top of the logic of Straightedge, but I find it odd that ValidationGroup/location/category/period in the header is not returned.  Some screenshots below for reference:

    Screen Shot 2014-08-05 at 4.34.19 PM.png

    Screen Shot 2014-08-05 at 4.36.35 PM.png* Note that the rule in this screenshot of the control rule simply checks to see if the POV is = 0.  As no data is loaded, it should pass.   Remove the rule has no bearing on the question.

    Some things to note:

    -Default audit report has been set to 'Check the report' system, application, and user-level

    -Verification rules group has been assigned to the correct location

    -This has been tested this with multiple groups of rules to check and default audit reports.  This includes reducing the rule of control group to the "title" line to try to exclude a set a bad place the logic of checking rule.

    -This has been tested on a test HFM application separated with the same result.

    -J' have reviewed the report for the monitoring report query and I saw that he derived from the TDATACHECK table.  When you do a select * query this table SQL, there is no record of.  Found this very strange and probably the root of the problem, but not clear cause why this happens.

    -Fix the complete log, but attention the next section, where I think the error is occurring (line begins on the journal 792).

    2014-08-05 15:22:33, 110 [AIF] DEBUG: AIFUtil.callOdiServlet - START

    2014-08-05 15:22:33, 203 [AIF] INFO: * BEGIN CHECKING PROCESSES *.

    2014-08-05 15:22:33, 266 [AIF] INFO: * CONDITION LOGIC *.

    2014-08-05 15:22:34, 982 [AIF] INFO: NO DATA

    2014-08-05 15:22:34, 997 [AIF] INFO: THE TARGET CELL DATA: 0

    2014-08-05 15:22:34, 997 INFO [AIF]: EXPRESSION: round (0.2)

    2014-08-05 15:22:35, 075 INFO [AIF]: RESULT:

    2014-08-05 15:22:35, 091 [AIF] INFO: 0.0

    2014-08-05 15:22:35, 091 INFO [AIF]: EXPRESSION: 0,0 = 0

    2014-08-05 15:22:35, ERROR 169 [AIF]:

    2014-08-05 15:22:35, 169 [AIF] INFO: * DISPLAY LOGIC *.

    2014-08-05 15:22:35, 512 [AIF] INFO: NO DATA

    2014-08-05 15:22:35, 543 [AIF] INFO: THE TARGET CELL DATA: 0

    2014-08-05 15:22:35, 543 INFO [AIF]: EXPRESSION: round (0.2)

    2014-08-05 15:22:35, 621 INFO [AIF]: RESULT:

    2014-08-05 15:22:35, 621 [AIF] INFO: 0.0

    2014-08-05 15:22:35, 621 INFO [AIF]: EXPRESSION: 0.0

    2014-08-05 15:22:35, 715 [AIF] INFO: RESULT:

    2014-08-05 15:22:35, 715 [AIF] INFO: 0.0

    2014-08-05 15:22:35, ERROR 715 [AIF]:

    2014-08-05 15:22:35, ERROR 715 [AIF]: error occurred during the rule of checking running.

    2014-08-05 15:22:35, 731 DEBUG [AIF]: AIFUtil.callOdiServlet - END

    2014-08-05 15:22:35, 731 MORTALS [AIF]: error in CommData.checkData

    Traceback (most recent call changed):

    Folder "< string >", line 4730 in checkData

    RuntimeError: java.lang.RuntimeException: error occurred during the screening process.

    2014-08-05 15:22:35, 731 DEBUG [AIF]: CommData.updateWorkflow - START

    2014-08-05 15:22:35, 731 [AIF] DEBUG:

    UPDATE TLOGPROCESS

    SET PROCESSENDTIME = CURRENT_TIMESTAMP

    PROCESSSTATUS = 42

    PROCESSENTVAL = 0

    ", PROCESSENTVALNOTE =" error "results" ""

    WHERE PARTITIONKEY = 13

    AND CATKEY = 1

    AND PERIODKEY = ' 2015-12-01'

    AND RULE_ID = 17

    Please let me know if you have any questions or need other information.  Thanks for any help in advance.

    -Dan H.

    Hello

    After review of your journal:

    2014-08-05 15:22:33, 110 [AIF] DEBUG: CommData.updateWorkflow - END

    2014-08-05 15:22:33, 110 [AIF] DEBUG: AIFUtil.callOdiServlet - START

    2014-08-05 15:22:33, 203 [AIF] INFO: * BEGIN CHECKING PROCESSES *.

    2014-08-05 15:22:33, 266 [AIF] INFO: * CONDITION LOGIC *.

    2014-08-05 15:22:34, 982 [AIF] INFO: NO DATA

    2014-08-05 15:22:34, 997 [AIF] INFO: THE TARGET CELL DATA: 0

    2014-08-05 15:22:34, 997 INFO [AIF]: EXPRESSION: round (0.2)

    2014-08-05 15:22:35, 075 INFO [AIF]: RESULT:

    2014-08-05 15:22:35, 091 [AIF] INFO: 0.0

    2014-08-05 15:22:35, 091 INFO [AIF]: EXPRESSION: 0,0 = 0

    2014-08-05 15:22:35, ERROR 169 [AIF]:

    2014-08-05 15:22:35, 169 [AIF] INFO: * DISPLAY LOGIC *.

    2014-08-05 15:22:35, 512 [AIF] INFO: NO DATA

    2014-08-05 15:22:35, 543 [AIF] INFO: THE TARGET CELL DATA: 0

    2014-08-05 15:22:35, 543 INFO [AIF]: EXPRESSION: round (0.2)

    2014-08-05 15:22:35, 621 INFO [AIF]: RESULT:

    2014-08-05 15:22:35, 621 [AIF] INFO: 0.0

    2014-08-05 15:22:35, 621 INFO [AIF]: EXPRESSION: 0.0

    2014-08-05 15:22:35, 715 [AIF] INFO: RESULT:

    2014-08-05 15:22:35, 715 [AIF] INFO: 0.0

    2014-08-05 15:22:35, ERROR 715 [AIF]:

    2014-08-05 15:22:35, ERROR 715 [AIF]: error occurred during the rule of checking running.

    It seems that there are problems with your rules of audit. Have you checked the carefully?

    HFM data are inserted into TDATACHECK according to your definition.

    Please try with a simple rule for a single account. Use the wizard to create the rule that you do not miss any field

    Concerning

  • script return do not store any data info

    Hi everyone, I think I'm missing something simple but impossible to find the tail of it.

    Here is a commonly used script that I've used in the past, but since I moved to another machine its not return don't not data store news.

    My CSV is full of great info, but the column for the data store is empty.  Thanks in advance.

    $VCServerName = "myVcenter".
    $VC = to connect-VIServer $VCServerName
    $ExportFilePath = "c:\Export-VMInfo.csv".
    $Report = @)
    $VMs = get - VM
    $Datastores = get-Datastore. Select Name, Id
    $VMHosts = get-VMHost | Select Name, Parent
    {ForEach ($VM to $VMs)
    $VMView = $VM | Get-View
    $VMInfo = {} | Select VMName Powerstate, OS, file, IPAddress, ToolsStatus, host, Cluster, data store, NumCPU, MemMb, DiskGb, DiskFree, DiskUsed
    $VMInfo.VMName = $vm.name
    $VMInfo.Powerstate = $vm. PowerState
    $VMInfo.OS = $vm. Guest.OSFullName
    $VMInfo.IPAddress = $vm. Guest.IPAddress [0]
    $VMInfo.ToolsStatus = $VMView.Guest.ToolsStatus
    $VMInfo.Host = $vm.host.name
    $VMInfo.Cluster = $vm.host.Parent.Name
    $VMInfo.Datastore = ($Datastores | where {$_.}) ID-match (($vmview.)) Data store | Select - first 1) | Select the value). Value} | Select name). Name
    $VMInfo.NumCPU = $vm. NumCPU
    $VMInfo.MemMb = [math]: round (($vm.)) (MemoryMB), 2)
    $VMInfo.DiskGb = [math]: Round ((($vm.)) Hard drives | Measure-Object-CapacityKB property-sum). Summary * 1 k / 1 GB), 2)
    $VMInfo.DiskFree = [math]: Round ((($vm.)) Guest.Disks | Measure - Object - property FreeSpace-sum). Summary / 1 GB), 2)
    $VMInfo.DiskUsed = $VMInfo.DiskGb - $VMInfo.DiskFree
    $Report += $VMInfo
    }
    $Report = $Report | Sort-Object VMName
    IF ($Report - don't ' ') {}
    $report | Export-Csv $ExportFilePath - NoTypeInformation
    }
    $VC = disconnect-VIServer-confirm: $False

    Strange, I just ran your script, and I get the info from the data store in the CSV file.

    Error messages?

    I guess that Get-Datastore returns all your data warehouse?

  • Checking the status did not return ACS version after update 4.0 to 6.0

    We are in the (stable) the ACS of 4.0 to 6.0 upgrade process.  The only problem that we see, is that after the upgrade, check the State does not return a version.

    We use the check.js provided by Adobe, but get to the result of the call.

    .. / Status? check = version

    The appeal has changed, or are we missing a configuration somewhere property?

    I guess nobody don't Adobe never look at this forum...

  • Predefined VectorLayer do not return data

    Hello world

    I'm completely stumped. I'm trying to restore a theme preset using the HTML5 API of Oracle cards, and it is simply not appear as it is not all the data. I have a table defined as such, which traces the outline of a store manager:

    STORE_FLOOR_DATA

    --------------------------------------------

    NUMBER OF STOREID,

    NUMBER OF FLOOR,

    FUNCTION VARCHAR2 (50 BYTE),

    GEOM SDO_GEOMETRY

    Samples (note that I am using a 0-1.0 X / coordinate system, 0,0 in the bottom left of the blueprint and 1.1 top right.) I use-1 as an SRID:

    STOREID FLOOR FEATURE GEOM

    1 1 UP TO 5 SDO_GEOMETRY (2003, NULL, NULL, SDO_ELEM_INFO_ARRAY (1,1003,3), SDO_ORDINATE_ARRAY (0.25,0.25,0.5,0.5))

    I've added an entry in USER_SDO_GEOM_METADATA and created a spatial index on geom

    I've implemented my data source, in MapViewer and set the config as well:

    < name map_data_source = "nosql".

    jdbc_host = "localhost".

    jdbc_sid = "orcl".

    jdbc_port = "1521".

    jdbc_user = "nosqluser".

    jdbc_password = "ZoXpqdRt1hfmn/fISARJxgX2DXOQDn6r".

    jdbc_mode = 'thin '.

    number_of_mappers = '3 '.

    allow_jdbc_theme_based_foi = 'true '.

    Editable = "false".

    / >

    < mds_config >

    < name data_source = "nosql" >

    < allow_predefined_themes > true < / allow_predefined_themes >

    < allow_dynamic_themes > true < / allow_dynamic_themes >

    allow <>

    < subject > STORE_FLOOR_THEME < / theme >

    < / allow >

    < / data_source >

    < name data_source = "nosql" >

    < allow_predefined_themes > true < / allow_predefined_themes >

    < allow_dynamic_themes > true < / allow_dynamic_themes >

    < / data_source >

    < / mds_config >

    I then used mapbuilder to create the STORE_FLOOR_THEME theme, using the XML below:

    <? XML version = "1.0" standalone = "yes"? >

    < styling_rules >

    < hidden_info >

    < column field = "STOREID" name = "STOREID" / >

    < column field = 'FLOOR' name = 'FLOOR' / >

    < column field = "FEATURE" name = "FEATURE" / >

    < / hidden_info >

    < rule >

    < has style = "L.STORE_LINE" > < / feature > ""

    < / rule >

    < / styling_rules >

    The geometry column is, of course, the GEOM column.

    When previewing the theme in mapbuilder, it seems, all the rectangles are drawn as expected.

    I wrote a narrative view, and I've used the below some code to add the topic of the current map:

    var storeplan = new OM.layer.VectorLayer ("storeplan",

    {

    def:

    {

    type: OM.layer.VectorLayer.TYPE_PREDEFINED,.

    dataSource: "nosql"

    Theme: "store_floor_theme."

    URL: baseURL

    loadOnDemand: false

    }

    });

    Map1.addLayer (storeplan);

    I dragged on the STOREID, FLOOR and FEATURE columns in the analysis criteria.

    My problem is that the theme is not rendered in the view. When I look at firebug at the request of mapviewer, I see the following:

    {"type": "FeatureCollection",}

    "CollectionName": "store_floor_theme",

    "srs":-1,.

    'geodesics': false,

    "attr_names": [],.

    "attr_types": [],.

    "Features":]

    ]}

    Notice how, no data is retrieved in the theme (attr_names, attr_types, and features are all empty)? That is why it is not rendered, I guess. I have no active filter, and if I add a table view I see all rows returned as expected. For some reason, the theme itself thinks there is no geometry data to draw.

    Can someone explain to me why this is happening? I would be very grateful.

    Kind regards

    Richard

    Hi Renan,

    Sorry for the delay in response, I've been away.

    I managed to solve the problem in the end, it seems that he did not use-1 as an SRID, at the time when I changed it to something else like 8307, suddenly it worked. Since I am not a map of the world or making of distance calculations at the present time, it is not a major problem if viewing thinks that my clients are somewhere off the West coast of Africa. I need to understand what SRID in use thereafter however.

  • IOM, API - getData() - no data is not returned by the user account

    Hi all

    I have a question for the AD account data. The problem is when I try to get the account data from any account (account status: enabled, the account Type: primary), the API GetData returns a blank card and I don't know why. I see this account in the accounts of the user to the IOM. This account has been created through reconciliation of AD and this account is only one (primary and active).

    In the test environment my code works very well, but production only.

    Here is part of my code where I get some details of account.

    ...

    accounts = provServ.getAccountsProvisionedToUser (take);

    Logger.Finest ("getUsersToTheLookupTask-> user Details - take:" + take + ", DisplayName:" + userDisplayName);

    Iterator it = accounts.iterator ();

    {while (IT.hasNext ())}

    Account ad_account = (Account) it.next ();

    If (ad_account.getAppInstance () .getApplicationInstanceName () .equalsIgnoreCase (appInstName) & & ad_account.getAccountType () .equals (Account.ACCOUNT_TYPE.) (Primary)) {}

    Logger.Finest ("getUsersToTheLookupTask-> AppInstance ApplicationInstanceName:" + ad_account.getAppInstance () .getApplicationInstanceName ());

    Logger.Finest ("getUsersToTheLookupTask-> AppInstance DisplayName:" + ad_account.getAppInstance () .getDisplayName ());

    Logger.Finest ("getUsersToTheLookupTask-> AccountDescriptiveField:" + ad_account.getAccountDescriptiveField ());

    Logger.Finest ("getUsersToTheLookupTask-> getAccountID:" + ad_account.getAccountID ());

    String UtilisateurDN = getADUserDN (appInstName, take);

    AccountData accountdata = ad_account.getAccountData ();

    Map < String, Object > accdata = accountdata.getData ();                         //THIS RETURN EMPTY map < String, Object >! And I don't know why!

    Logger.Finest ("--> account data:" + accdata);

    String userOrg = accdata.get("UD_ADUSER_ORGNAME").toString ();

    String userCN = accdata.get("UD_ADUSER_COMMONNAME").toString ();

    Logger.Finest ("-> CN an ORG:" + userOrg + "-" + userCN);

    userOrg = userOrg.substring (userOrg.indexOf ("OR ="));

    String UtilisateurDN = "CN =" + userCN + "," + userOrg;

    Logger.Finest ("getUsersToTheLookupTask-> pair key / value:" + UtilisateurDN + ":" + userDisplayName);

    userMap.put (UtilisateurDN, userDisplayName);

    }

    }

    ...

    You have an idea why I'm not able to get user account data?

    Thank you!

    Milan

    Fact.

    The following API does not return the AccountData in the AccountVO. Old API IOM at 11.1.2.0 in 11.1.2.1 IOM Yes.

    accounts = provServ.getAccountsProvisionedToUser (take);

    If you need obtain account data, use:

    Acccriteria SearchCriteria = new SearchCriteria (ProvisioningConstants.AccountSearchAttribute.APPINST_KEY.getId (), "*", SearchCriteria.Operator.EQUAL);

    accounts = provServ.getAccountsProvisionedToUser (take, acccriteria, null, true);

    ...

    AccountData accountdata = ad_account.getAccountData ();

    Card accdata = accountdata.getData ();

    GetData returns then map of attributes as I expected.

  • Between the operator on systimestamp do not return data

    create the table test_ts1 (timestamp);

    insert into test_ts1 values (systimestamp);

    insert into test_ts1 values (systimestamp-interval '1' time);

    commit;

    Select * from test_ts1 where one between systimestamp - interval '1' time and systimestamp;

    do not return data, could you please help? I would if necessary the param values.

    --

    Oracle Database 11 g Enterprise Edition 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

    Thank you

    Mahesh

    2 options.

    1 convert your datatype of the column of TIMESTAMP WITH time ZONE SCHEDULE

    SQL > create table test_ts1 (a timestamp with time zone);

    Table created.

    SQL > insert into test_ts1 values (systimestamp);

    1 line of creation.

    SQL > insert into test_ts1 values (systimestamp-interval '1' time);

    1 line of creation.

    SQL > commit;

    Validation complete.

    SQL > select *.
    2 of test_ts1
    3 where one between systimestamp - interval '1' time and systimestamp;

    A
    ---------------------------------------------------------------------------
    MAY 19, 14 09.06.01.135799 AM - 04:00

    2 convert SYSTIMESTAMP TIMESTAMP.

    SQL > DROP TABLE TEST_TS1 IS SERVING;

    Deleted table.

    SQL > create table test_ts1 (timestamp);

    Table created.

    SQL > insert into test_ts1 values (systimestamp);

    1 line of creation.

    SQL > insert into test_ts1 values (systimestamp-interval '1' time);

    1 line of creation.

    SQL > commit;

    Validation complete.

    SQL > select *.
    2 of test_ts1
    3 where one between systimestamp - interval '1' time and systimestamp;

    no selected line

    SQL > select *.
    2 of test_ts1
    3 where one between Mount (systimestamp timestamp) - interval '1' time and cast (systimestamp timestamp);

    A
    ---------------------------------------------------------------------------
    MAY 19, 14 09.04.09.132503 AM

  • sys_refcursor do not fetch any data, even if the query returns the value

    I use sys_refcursor to return the columns and aid below the procedure to do. Although the data are there in table_1 and table_2.

    PROCEDURE test_pro (abc_date N, DATE,
    cur_get_data ON sys_refcursor
    )

    OPEN cur_get_data
    for
    Select A.col1, B.col2
    from table_1 A
    where A.dis_date = abc_date
    left outer join
    table_2 B
    on
    A.dis_date = B.dis_date;

    IF cur_get_data % rowcount = 0
    then
    raise e_error;
    END if;

    EXCEPTION
    When e_error
    then
    -no_data_found;
    while others
    then
    -(giving an error with the SQL error code);

    END test_pro;


    When running under sql in the sql pl/sql developer window pick
    data
    Select A.col1, B.col2
    from table_1 A
    where A.dis_date = abc_date
    left outer join
    table_2 B
    on
    A.dis_date = B.dis_date;

    But while testing the test_pro in the test of the pl/sql Developer window, it is
    do not fetch all data and raise e_error every time

    is there a problem arising from the use IF cur_get_data % rowcount = 0 whenever that happens in the exception block.

    so can someone please put a few ideas what cud be the reason for this?
    PROCEDURE test_pro(abc_date IN DATE,
                       cur_get_data OUT sys_refcursor
                      ) is
    BEGIN
    
      OPEN cur_get_data for select A.col1,B.col2
                              from table_1 A
                             where A.dis_date = abc_date
                                   left outer join
                                   table_2 B
                                on A.dis_date = B.dis_date;
    
    /* while testing let exceptions just pop out
    EXCEPTION
    
      when no_data_found
      then
    ------no_data_found;
      when others
      then
    --------(giving SQL error with error code);
    */
    END test_pro;
    

    then you test as something like

    declare
    
      my_date   date := to_date('20120621','yyyymmdd');
      my_cursor sys_refcursor;
      col1      ... ;
      col2      ... ;
    
    begin
    
      test_pro(my_date,my_cursor);
    
      loop
    
        fetch my_cursor into col1,col2;
        exit when my_cursor%notfound;
        dbms_output.put_line(col1 || ' ~ ' || col2);
    
      end loop;
    
    end;
    

    Concerning

    Etbin

  • Why between date is not return data for this query?

    Hello
    I have a table with this structure and I write this query to retrieve a few lines based on certain conditions, but this query returns no data. Can you please tell why?
    ID     DT
    
    003     11/8/2011
    002     10/8/2011
    001     9/8/2011
    And the execution of the query:
    SELECT * FROM TABLE_NAME WHERE DT BETWEEN TO_DATE('08/08/2011','dd/mm/yyyy') AND TO_DATE('12/08/2011','dd/mm/yyyy');
    Published by: starting August 13, 2011 07:10

    >

    >

    But what is the problem with that, why this date does not match when I'm providing the date format?

    What part don't you understand? You have not used TO_DATE when inserting data and default date format is dd/mm/yyyy, right? Same default date format is used if you are running:

    SELECT * FROM TABLE_NAME

    Original of your post States select returns above:

    ID     DT
    
    003     11/8/2011
    002     10/8/2011
    001     9/8/2011
    

    So the dates that you inserted are November 8, 2011, October 8, 2011-September 8, 2011. TO_DATE('08/08/2011','dd/mm/yyyy') is now August 8, 2011 and TO_DATE('12/08/2011','dd/mm/yyyy') is August 12, 2011. Then of course:

    SELECT * FROM TABLE_NAME WHERE DT BETWEEN TO_DATE('08/08/2011','dd/mm/yyyy') AND TO_DATE('12/08/2011','dd/mm/yyyy').

    will return all the lines. Bottome line - never write code that uses the implicit conversions date since your code becomes dependent on the NLS client settings and maybe working for a client and fail or produce erroneous results for other customers.

    SY.

  • Popup LOV does not return a value in editable tabular report

    I'm having a problem with a Popup LOV in a report updated in table form. When you select value, the popup remains and the value is not returned to the element. I guess that's because the popup does not know which element to fill? I don't know how to fix.

    [http://apex.oracle.com/pls/otn/f?p=4000:1500:1011573666262225:NO:]

    workspace: csd_apex_demo
    user name: demo
    password: demo
    application: 35976 - Jason demo
    page: 3-1 report

    Thank you

    Jason

    Looking more closely, I see that you mix display_and_save with popup_from_lov. The p_item_id parameter seems to have no effect on the generated javascript code and I think that javascript doesn't work, but not like you might expect. If you use Firefox with Firebug you can inspect the items and watch what happens when you click on an element of the pop-up window. It is by the way of the return value, but it is stored in the first element of display_and_save line which is a named element f08 hidden. All the items are named f08 in this column as a result of your use of the p_idx = 8. But the javascript code to handle the valve of the popup is generated once and so is assuming that it is zero array position. He uses the name attribute and no id and I suspect that it is followed by the line number in their own country (IE in the popup_lov procedure).

    I don't see how to change the way the javascript code generated here then perhaps another solution is needed. I guess that display_and_save is used here so that you can coordinate the f08 array that is posted, but there is no process here "send" to confirm that this is your intention.

    If you remove the display_and_save and just see the 'reason' the works of popup. If you change the popup to something other than p_idx = 8 it will work also. But now we must find a way to align the line ID is displayed.

    There are several ways to coordinate the shipment but they will in part depend on if you want to display only one line of a popup lov field or several lines. I would like to know where you go and I can help you set up the form and submit processes.

    Greg

  • Drivers on Device Manager say they are up to date but I'm getting reports that my network cards not upward to date and my NVIDIA and other drivers? especially from NVidia

    my machine continues to say my drivers is not up-to-date, but when I try to update in the Device Manager it claims they are confused? How can I ypdate my drivers for free I just paid so far my OS for win 7

    sincerelly,

    setcrosss1

    If you have a finder driver installed, uninstall it. Very often, they find the correct manufacturer drivers but only suitable for revisions to material beyond the stuff in your own computer.

  • 0x8004fe21 win 7 MGADiag not true report a different product than the COA sticker key

    I have an Asus laptop K50IJ with Win7 Home Premium SP1 as (bought new in December 2009, from a reputable retailer) and about 5 years later, began to "this computer is not running genuine Windows" for some time in the middle to late February 2015, 0x8004fe21 appears on pop up message. I continued to by clicking on the red x to close the window because I have not had time to try to solve the problem. I was afraid to click on the link "Pay online now" in the pop up because I wasn't sure if it was a legitimate link or not. Last week, I started the research question, but I still don't know what to do. Control system info panel says that Windows is activated. I ran MGA diagnostic tool and noticed that the last 15 characters of the product key in the report are different from the sticker on the bottom of my computer. I found a lot of posts with corrections to this type of problem, but none of them are exactly my situation. We were on Windows update KB3004394 but that is not installed on my computer. Many precautions are noted so I hesitate to try something that changes the register or license key and product (e.g. slmgr /ilc or IPK) because I know not if the product key on the sticker will be valid. According to the report, "remaining Windows rearm count: 3 ' and a message says that the screen will become black permanently after a month, so last week I changed the system date of the month return to February (so today is 01/03/15) just in case where I can't solve this problem in time. I don't know if change the date system will be actually buy me more time, but the more I read about this type of problem, plus I'm not sure what to do. I'd like suggestions on how I could fix it if I should place a phone call to resolve. Thank you!

    The results of 29/03/15 report (report date is 01/03/15):

    Diagnostic report (1.9.0027.0):

    -----------------------------------------

    Validation of Windows data-->

    Validation code: 0x8004FE21

    Code of Validation caching online: 0x0

    Windows product key: *-* - 2QWT6 - HCQXJ-9YQTR

    Windows product key hash: PVjSC5x6njvqunmbCY3lOD7rYDo =

    Windows product ID: 00359-OEM-8992687-00007

    Windows product ID type: 2

    Windows license Type: OEM SLP

    The Windows OS version: 6.1.7601.2.00010300.1.0.003

    ID: {F9E93DC7-2017-4B14-9C36-FFCB0D79F749} (1)

    Admin: Yes

    TestCab: 0x0

    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002

    Signed by: n/a, hr = 0 x 80070002

    Product name: Windows 7 Home Premium

    Architecture: 0 x 00000009

    Build lab: 7601.win7sp1_gdr.140303 - 2144

    TTS error:

    Validation of diagnosis:

    Resolution state: n/a

    Given Vista WgaER-->

    ThreatID (s): n/a, hr = 0 x 80070002

    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->

    Cached result: n/a, hr = 0 x 80070002

    File: No.

    Version: N/a, hr = 0 x 80070002

    WgaTray.exe signed by: n/a, hr = 0 x 80070002

    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->

    Cached result: n/a, hr = 0 x 80070002

    Version: N/a, hr = 0 x 80070002

    OGAExec.exe signed by: n/a, hr = 0 x 80070002

    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->

    Office status: 100 authentic

    Microsoft Office Professional 2007-100 authentic

    Microsoft Office Home and Student 2007-100 authentic

    OGA Version: N/a, 0 x 80070002

    Signed by: n/a, hr = 0 x 80070002

    Office Diagnostics: 77F760FE-153-80070002_7E90FEE8-175-80070002_B4D0AA8B-604-645_025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3_E2AD56EA-765-d003_E2AD56EA-766-0_E2AD56EA-134-80004005_E2AD56EA-765-8009_E2AD56EA-766-2ee2_E2AD56EA-148-80004005_16E0B333-89-80004005_B4D0AA8B-1029-80004005_B4D0AA8B-9

    Data browser-->

    Proxy settings: N/A

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)

    Default browser: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

    Download signed ActiveX controls: disabled

    Download unsigned ActiveX controls: disabled

    Run ActiveX controls and plug-ins: disabled

    Initialize and script ActiveX controls not marked as safe: disabled

    Allow the Internet Explorer Webbrowser control scripts: disabled

    Active scripting: disabled

    Recognized ActiveX controls safe for scripting: disabled

    Analysis of file data-->

    [File mismatch: C:\Windows\system32\wat\watadminsvc.exe[7.1.7600.16395], Hr = 0 x 80092003

    [File mismatch: C:\Windows\system32\wat\watux.exe[7.1.7600.16395], Hr = 0 x 80092003

    [File mismatch: C:\Windows\system32\sppobjs.dll[6.1.7601.17514], Hr = 0 x 80092003

    [File mismatch: C:\Windows\system32\sppc.dll[6.1.7601.17514], Hr = 0x800b0100

    [File mismatch: C:\Windows\system32\sppcext.dll[6.1.7600.16385], Hr = 0x800b0100

    [File mismatch: C:\Windows\system32\sppwinob.dll[6.1.7601.17514], Hr = 0 x 80092003

    [File mismatch: C:\Windows\system32\slc.dll[6.1.7600.16385], Hr = 0x800b0100

    [File mismatch: C:\Windows\system32\slcext.dll[6.1.7600.16385], Hr = 0x800b0100

    [File mismatch: C:\Windows\system32\sppuinotify.dll[6.1.7600.16385], Hr = 0 x 80092003

    [File mismatch: C:\Windows\system32\slui.exe[6.1.7601.17514], Hr = 0 x 80092003

    [File mismatch: C:\Windows\system32\sppcomapi.dll[6.1.7601.17514], Hr = 0x800b0100

    [File mismatch: C:\Windows\system32\sppcommdlg.dll[6.1.7600.16385], Hr = 0x800b0100

    [File mismatch: C:\Windows\system32\sppsvc.exe[6.1.7601.17514], Hr = 0 x 80092003

    [File mismatch: C:\Windows\system32\drivers\spsys.sys[6.1.7127.0], Hr = 0 x 80092003

    [File mismatch: C:\Windows\system32\drivers\spldr.sys[6.1.7127.0], Hr = 0 x 80092003

    [File mismatch: C:\Windows\system32\systemcpl.dll[6.1.7601.17514], Hr = 0x800b0100

    [File mismatch: C:\Windows\system32\user32.dll[6.1.7601.17514], Hr = 0x800b0100

    Other data-->

    Office details: {F9E93DC7-2017-4B14-9C36-FFCB0D79F749}1.9.0027.06.1.7601.2.00010300.1.0.003x 64*-*-*-*-9YQTR00359-OEM-8992687-000072S-1-5-21-3282188649-1851109046-2415363750ASUSTeK Computer Inc.        K50IJ American Megatrends Inc.. 212 20090826000000.000000 + 0001E963307018400F804090409Time(GMT-05:00) Standard is03_ASUS_portable100100Microsoft Office Professional 2007129595F16C2715F78045lpqFiA2nh4tcy467tvi96qbY =81605-956-0508976-653421100Microsoft Office home and Student 20071219

    Content Spsys.log: 0 x 80070002

    License data-->

    The software licensing service version: 6.1.7601.17514

    Name: Windows 7 HomePremium edition

    Description: operating system Windows - Windows (r) 7, channel OEM_SLP

    Activation ID: d2c04e90-c3dd-4260-b0f3-f845f5d27d64

    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f

    Extended PID: 00359-00178-926-800007-02-1033-7600.0000-2092009

    Installation ID: 094472042576315040799236495535741644397092743704682073

    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338

    The machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339

    Use license URL: http://go.microsoft.com/fwlink/?LinkID=88341

    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340

    Partial product key: 9YQTR

    License status: licensed

    Remaining Windows rearm count: 3

    Trust time: 01/03/2015-16:49:58

    Windows Activation Technologies-->

    HrOffline: 0x8004FE21

    HrOnline: n/a

    Beyond: 0x000000000001EFF0

    Event timestamp: 2:28:2015 23:06

    ActiveX: Registered, Version: 7.1.7600.16395

    The admin service: recorded, Version: 7.1.7600.16395

    Output beyond bitmask:

    Altered the file: %systemroot%\system32\sppobjs.dll

    Altered the file: %systemroot%\system32\sppc.dll|sppc.dll.mui

    Altered the file: %systemroot%\system32\sppcext.dll|sppcext.dll.mui

    Altered the file: %systemroot%\system32\sppwinob.dll

    Altered the file: %systemroot%\system32\slc.dll|slc.dll.mui

    Altered the file: %systemroot%\system32\slcext.dll|slcext.dll.mui

    Altered the file: %systemroot%\system32\sppuinotify.dll|sppuinotify.dll.mui

    Tampered files: Check %systemroot%\system32\slui.exe|slui.exe.mui|COM

    Altered the file: %systemroot%\system32\sppcomapi.dll|sppcomapi.dll.mui

    Altered the file: %systemroot%\system32\sppcommdlg.dll|sppcommdlg.dll.mui

    Altered the file: %systemroot%\system32\sppsvc.exe|sppsvc.exe.mui

    Altered the file: %systemroot%\system32\drivers\spsys.sys

    --> HWID data

    Current HWID hash: MAAAAAEAAQABAAIAAAABAAAAAwABAAEA6GHQZr7u0jMW84aJlAmeg3BLICUGfEbK

    Activation 1.0 data OEM-->

    N/A

    Activation 2.0 data OEM-->

    BIOS valid for OA 2.0: Yes

    Windows marker version: 0 x 20001

    OEMID and OEMTableID consistent: Yes

    BIOS information:

    ACPI Table name OEMID value OEMTableID value

    APIC1033 APIC 082609

    FACP 082609 FACP1033

    DBGP 082609 DBGP1033

    HPET 082609 OEMHPET

    START BOOT1033 082609

    MCFG 082609 OEMMCFG

    SLIC                                      _ASUS_                                Notebook

    CO-SUBMISSION 082609 OEMECDT

    082609 OEMB1033 LASRYVITRAGE

    GSCI 082609 GMCHSCI

    SSDT PmRef CpuPm

    the COA sticker is supposed to be different,
    SLP is OEM SLP (System Locked Preinstallation)
    which means that you purchased the system with windows pre-installed.
    If your system has not changed since you bought
    other than the installation of programs and updates,
    It is a positive WAT KB971033 false failure.

    The key to the ASUS Win 7 Home Prem SLP is 2QDBX-9T8HR-2QWT6-HCQXJ-9YQTR http://www.galwayland.com/2010/03/windows-7-oem-slp-key-collection/

Maybe you are looking for

  • Deskjet 6988 printer to wireless network (laptop Envy w / Windows 8.1)

    I got my printer HP Deskjet 6988 years and still it was connected to my desktop via a USB 2.0 cable. I bought a laptop HP Envy with Windows 8.1 and want to connect the printer through my servant/Belkin router network, as the USB 2.0 cable provided wi

  • Update KB2618451 on Vista get error 8007371B

    Tried several times to install KB2618451 update on Vista, but fails every time with error 8007371B. Microsoft Fix - it is of no help.

  • Photos, music, files and background went from computer

    My parents were doing something on my computer to try to run faster, or something and then when I arrived a few days later, everything was gone. I have nothing! My experience has disappeared. My pictures, my music, my records, ALL my programs among t

  • The printer card transfer

    Whenever I connect and my office get up I get the following error the printer transfer card has stopped working.  I can't print anything as a result using my printer wireless or connected by USB.  I tried the msconfig.exe and followed the steps.  No

  • By the way a column value to Javascript

    Hi allI have an interactive relationship with the following SQL:SelectEmpNo,Ename,"< a href =" # "onclick = 'test ("show it");' > ' |" jobs jobs | "< /a > ' jobde)Select 10 empno, ename 'John', 'Manager' of the double jobUnionSelect the 20 empno, ena