Thor.API.Exceptions.tcAPIException: No value is provided for the required fields

Hello

I use IOM APIs to create the user. I have provided all the required fields. but didn't the user to create
This exception: == Thor.API.Exceptions.tcAPIException: no value provided for required fields

Here is my code:

{} public void createUser()
try {}
tcUserOperationsIntf moUserUtility = (tcUserOperationsIntf) ioUtilityFactory
.getUtility ("Thor.API.Operations.tcUserOperationsIntf");
Hashtable CreateUserCriteria = new Hashtable();
createUserCriteria.put ("ID Users.User", "Devesh1");
createUserCriteria.put ("name of the Users. First","Victor");
createUserCriteria.put ("name of the Users. Last","Fish");
createUserCriteria.put ("Organizations.Organization name",
"Xellerate users");
createUserCriteria.put (Type "Users.Xellerate", "End user");
createUserCriteria.put ("Users.Role", "Full time");
createUserCriteria.put ("Users.Password", "abcd1234");

moUserUtility.createUser (createUserCriteria);
} catch (tcInvalidAttributeException e) {}
e.printStackTrace ();
} catch (tcAttributeMissingException e) {}
e.printStackTrace ();
} catch (tcDuplicateUserException e) {}
e.printStackTrace ();
} catch (tcAPIException e) {}
e.printStackTrace ();
}
}


Journal: is

Thor.API.Exceptions.tcAPIException: No value is provided for the required fields
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl_1032_WLStub.createUser (unknown Source)
at Thor.API.Operations.tcUserOperationsClient.createUser (unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
at java.lang.reflect.Method.invoke (unknown Source)
to Thor.API.Base.SecurityInvocationHandler$ 1.run (unknown Source)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs (unknown Source)
at weblogic.security.Security.runAs(Security.java:41)
at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs (unknown Source)
at Thor.API.Base.SecurityInvocationHandler.invoke (unknown Source)
to $Proxy0.createUser (Unknown Source)
at the commune. DemoOim.createUser (DemoOim.java:83)
at the commune. DemoOim.main (DemoOim.java:100)
Caused by: Thor.API.Exceptions.tcAPIException: no value provided for required fields
at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.createUser (unknown Source)
at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.createUser (unknown Source)
at com.thortech.xl.ejb.beans.tcUserOperationsSession.createUser (unknown Source)
at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl.createUser(tcUserOperations_voj9p2_EOImpl.java:3773)
at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl_WLSkel.invoke (unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:477)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

Replace
createUserCriteria.put ("Organizations.Organization name",
"Xellerate users");

with

createUserCriteria.put("Organizations.Key","1");

Tags: Fusion Middleware

Similar Questions

  • Thor.API.Exceptions.tcAPIException: An error occurred finding shapes

    Need help...

    I need key for fine o process form.
    This is my code:

    tcFormDefinitionOperationsIntf formOp = ioUtilityFactory.getUtility ("Thor.API.Operations.tcFormDefinitionOperationsIntf") (tcFormDefinitionOperationsIntf);
    Hashtable FormSearchCri = new Hashtable();
    formSearchCri.put ("Name of the Structure Utility.Table", "UD_LAPTOP");
    rst = formOp.findForms (searchCriteriaMap) tcResultSet;
    for (int i = 0; i < rst.getRowCount (); i ++) {}
    rst.goToRow (i);
    long formKey = rst.getLongValue ("Structure Utility.Key");
    System.out.println ("form key =" + formKey);
    }

    exception: ==

    Thor.API.Exceptions.tcAPIException: An error occurred finding shapes
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at com.thortech.xl.ejb.beans.tcFormDefinitionOperations_1kx3fy_EOImpl_1032_WLStub.findForms (unknown Source)
    at Thor.API.Operations.tcFormDefinitionOperationsClient.findForms (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    to Thor.API.Base.SecurityInvocationHandler$ 1.run (unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs (unknown Source)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs (unknown Source)
    at Thor.API.Base.SecurityInvocationHandler.invoke (unknown Source)
    to $Proxy2.findForms (Unknown Source)
    at oim.api.test.AccessPolicyCreation.createAccessPolicy(AccessPolicyCreation.java:48)
    at oim.api.test.AccessPolicyCreation.main(AccessPolicyCreation.java:65)
    Caused by: Thor.API.Exceptions.tcAPIException: error occurred finding shapes
    at com.thortech.xl.ejb.beansimpl.tcFormDefinitionOperationsBean.findForms (unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcFormDefinitionOperationsBean.findForms (unknown Source)
    at com.thortech.xl.ejb.beans.tcFormDefinitionOperationsSession.findForms (unknown Source)
    at com.thortech.xl.ejb.beans.tcFormDefinitionOperations_1kx3fy_EOImpl.findForms(tcFormDefinitionOperations_1kx3fy_EOImpl.java:629)
    at com.thortech.xl.ejb.beans.tcFormDefinitionOperations_1kx3fy_EOImpl_WLSkel.invoke (unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:477)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Try again with

    Replace

    policyCriteriaMap.put ('Access Policies.Retrofit Flag', ' yes');
    policyCriteriaMap.put ("Access Policies.By Request", "No");

    With

    policyCriteriaMap.put ("Access Policies.Retrofit Flag", "1");
    policyCriteriaMap.put ("Policies.By application access","0");

  • Object via IOM API production Thor.API.Exceptions.tcObjectNotFoundException of cancellation

    Hello

    I use code below for the service of objects assigned to the user, however object not found exception is generated:

    int counter = 0;

    String [] users = new String() {"User1", "user2"};

    String resource = "ITAX_GTC";

    for {(String userID1:users)

    counter ++;

    UserManager usermgr = client.getService (UserManager.class);

    user oracle.iam.identity.usermgmt.vo.User = usermgr.getDetails (Pseudo1, attrNames, true);

    value = provIntf.findObjects ("revoke", new String [] {user.getEntityId ()}, "U", searchCriteria);

    for (int i = 0; i < set.getTotalRowCount (); i ++) {}

    set.goToRow (i);

    If (set.getStringValue("Objects.Name").equalsIgnoreCase (resource)) {}

    long objInstanceKey = set.getLongValue ("Instance.Key object");

    Printer.println (getTimeStamp () + "cancellation instance of the object key:" + objInstanceKey);

    userIntf.revokeObject (Long.parseLong (user.getEntityId ()), objInstanceKey);

    }

    }

    }

    Special suite is generated:

    Thor.API.Exceptions.tcObjectNotFoundException

    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)

    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)

    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)

    at Thor.API.Operations.tcUserOperationsIntf_e9jcxp_tcUserOperationsIntfRemoteImpl_1035_WLStub.revokeObjectx (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)

    to $Proxy2.revokeObjectx (Unknown Source)

    at Thor.API.Operations.tcUserOperationsIntfDelegate.revokeObject (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    to Thor.API.Base.SecurityInvocationHandler$ 1.run(SecurityInvocationHandler.java:68)

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

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

    at weblogic.security.Security.runAs(Security.java:41)

    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs (weblogicLoginSession.java:52)

    at Thor.API.Base.SecurityInvocationHandler.invoke (SecurityInvocationHandler.java:79)

    to $Proxy3.revokeObject (Unknown Source)

    at com.infotech.tra.organization.RoleAssignment.ProvisionResources(RoleAssignment.java:1066)

    at com.infotech.tra.organization.RoleAssignment.main(RoleAssignment.java:60)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)

    Caused by: Thor.API.Exceptions.tcObjectNotFoundException

    at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.revokeObject(tcUserOperationsBean.java:3184)

    at Thor.API.Operations.tcUserOperationsIntfEJB.revokeObjectx (unknown Source)

    at sun.reflect.GeneratedMethodAccessor3410.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)

    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)

    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

    to $Proxy344.revokeObjectx (Unknown Source)

    at Thor.API.Operations.tcUserOperationsIntf_e9jcxp_tcUserOperationsIntfRemoteImpl.__WL_invoke (unknown Source)

    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)

    at Thor.API.Operations.tcUserOperationsIntf_e9jcxp_tcUserOperationsIntfRemoteImpl.revokeObjectx (unknown Source)

    at Thor.API.Operations.tcUserOperationsIntf_e9jcxp_tcUserOperationsIntfRemoteImpl_WLSkel.invoke (unknown Source)

    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)

    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)

    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:522)

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

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

    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)

    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)

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

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

    You can try using "User-object Instance to User.Key instead of"Object Instance.Key"

  • Windows 2008 Server: unable to update the password. the value provided for the new password does not respect length, complexity, or history of the field requirements

    Unable to update the password. the value provided for the new password does not respect length, complexity, or history of the field requirements

    Hello

    I suggest you to send your request in this forum for better support.
  • error message "Please provide a value for all required fields.

    I try to install enterprise converter on my virtualcenter server.  I use the latest version (2.5u3), and when I get to the part where I provide identification information, I get the error message "Please provide a value for all required fields.  It is, I have - all fields are filled with the correct values.  I tried 2 different accounts - time local administrator and another account, that I've created specifically for vmware and they both fail with this error message.

    Someone has ideas of what's going on here?

    Elf

    The account used for the converter must be able to log on as a service.  This can be set in the local security on the VC server policy.

    geob

  • Is it possible to display the dynamic value in the ToolTip? I tried: this.assist.toolTip.value = this.rawValue; for a text field 'property MouseEnter', but it does not display the current raw value. It displays a previous raw value of the field... Guilty

    Is it possible to display the dynamic value in the ToolTip?

    I tried:

    this.assist.toolTip.value = this.rawValue; for a text field on 'ownership' MouseEnter

    but it does not display the current raw value. It displays a previous raw value of the field...

    I wrote 'YYYY', but is not displaying on the first mouseEnter event

    Capture_1.JPG

    When I show event mouseEnter for the 2nd time it gives good value.

    Capture_2.JPG

    Now, I changed the "BBBB" value but the first mouseEnter event it displays the value previous i.e. "YYYY."

    Capture_3.JPG

    I found the solution. I wrote the script ("this.assist.toolTip.value = this.rawValue ;") on 'property MouseEnter' but the need to write the script to the "Output" of the field event. ")

    Thank you.

  • Numerical value in words (for the printing of cheque)

    Hi all

    To convert a numeric value into words (for the printing of the check), I created two functions in forms and reports 6i.

    (1) FUNCTION RETURN CHAR BELONGS to fate (number of val)
    SP varchar2 (100);
    BEGIN
    If val > 0 then
    Return (initcap (to_char (to_date (val, 'SSSSS'), 'SSSSSSP'))) End Function
    on the other
    return (»);
    end if;
    END;

    (2) function SPELLED_AMOUNTFormula returns the Char type is
    number of cents;
    c_str varchar2 (80);
    number of Val;
    Start
    Val: =: p_instr_amt;
    cents: = (val mod 1) * 100;
    If hundred > 0 then - creates a string for cents
    c_str: = "and" | Spell (to_char (cents)) | "only son";
    on the other
    c_str: = 'only ';
    end if;
    If < 1000 val and val > 1 then
    return ((spell (floor (val))) initcap | c_str);
    elsif val > 1000 then
    Return (initcap (Spell (Floor(Val/1000))) |) "Thousand" |
    fate (floor (mod 1000 val)) | c_str);
    on the other
    return ('Zero': c_str);
    end if;
    end;

    This conversion of value of thousands. How to convert the value of greater than 1 Lake. Please set this code.


    Thanks in advance

    Hello

    To spell out integers up to 5 373 484, use 'Jsp' instead of 'ssssssp '.

    TO_CHAR ( TO_DATE ( n     -- n = integer to be spelled
                  , 'J'
                )
         , 'Jsp'          -- Case-sensitive
         )
    

    5373484 is the date of 31 December 9999, the last value DATE in Oracle. In Oracle 10.2, you can actually spell number a little higher by using the expression above, but I don't know why, and I wouldn't count on being able to do in the future versions.

    There is no need of INITCAP here. If the 2nd argument TO_CHAR is initcapped (as above), then the output will be, too.

    To spell even greater numbers, check out this page of Tom Kyte, which also includes languages other than English and the language of lakh-crore-Arabic-kharab.

    Published by: Frank Kulash, October 13, 2012 07:21

  • Value property (signage) for the event - button press the joystick

    I tried to use my Logitech joystick button to trigger events.  I read several messages and LV help on how to register for events, and I have not found exactly what I need.

    I understand that events are generally not triggered by contributions of NON-INTERFACE, but I keep reading messages that make it sound possible.  Book LV Basics II says: "NOTE of Clusters are the only container objects for which you can generate events.  LabVIEW generates events control for clusters, before it generates events for the objects they contain, except in the case of the value change event.  They Value Change event generates the event part of the cluster, click the cluster itself. »

    So, the gamepad buttons and axes are in clusters and I'm trying to detect a change in value for items in a cluster (see the attached below .VI), but the event is not the trigger.  If I press the button 9 on the broomstick, the LED should light and channel indicator should say that the event has been triggered.  It is a simplification of what I'm trying to do, but I think that if I can do this simple case work, I can do the rest.

    It was created in LV10.

    So what I am doing wrong?

    Thank you, Ed

    Oh, I think that we have understood what you have when asked. We all said that you need ASK the joystick in a LOOP

  • APEX 5 - missing values in link for the PAGE that is modal if it has used some PAGE ELEMENTS in the VALUE of the

    Hi Experts,

    There is a problem in the APEX when I open a modal page-> submit modal page and refresh parent region (report one).

    When I first open a report from the region and click the modal page, everything is ok:

    Modal page values are defined in the sense of link that open to it.

    Submit after modal page by button (there is a process of dialogue), the dialog box is closed. On the parent page, there is a DA - dialogue close report parent refresh.

    After update - waiting indicator is indicated - all the element referenced in the link to open modal values are defined as empty values.

    Is there a problem in the links when I use it it set the values of the elements of the page? (not report items)

    I reproduced the problem on apex.oracle.com:

    https://Apex.Oracle.com/pls/Apex/f?p=16502:9

    user/pass: demo/demo

    "Just check the link in 1 region report-#OPEN_MODAL" report item. You can check the link with the appropriate values.

    After opening modal, simply click on the button. Dialog box is closed and updated in the region. Check the link again. Link is not valid because the values are empty. (screenshots above)

    concerning

    J

    Hi Jozef,

    the values of your page P9_NEW1 - P9_NEW5 items are not in persistent session state, they are only available in memory at the time when the page is rendered. Every time when you want to refer to an element in your report, and no matter if it is in the report SQL statement or as a substitution in a link, it must present the server as part of the "Refresh" / AJAX call so that the server can initialize this session state and you are able to reference it. You can do this by setting "Page elements must send" your report. In your case, you must set it to P9_NEW1, P9_NEW2, P9_NEW3, P9_NEW4, P9_NEW5. See the example updated, you provided.

    Concerning

    Patrick

  • Can I add a value of textfeild for the navigation bar entry list label?

    Hello

    I want to show the user name in the navigation in apex5 bar. Here I used a pl/sql code to get the user name of LDAP, authentication and pass it to a textfeild when connect you to the application. HERE pass the user name in the text field correctly. All I want is I want to show the value of text field in the navigation bar (the components shared-> details-> entry of the list concerned list) so, what is the syntax to add the value of the entry list Labeltext field? : P101_USER did not work. Please help me on this.

    ThiliBu wrote:

    Thank you very much for the reply.

    I do not use APEX_USER because it takes the name of the connected user. (as first name + name - string DN. But I really want to take FirstName LastName - String CN) I can get this string value CN to a text field but do not know the way to pass that on the navigation bar entry of the list value.

    Then you can explain a little more. I used & P101_USER. for the navigation-> label list entry bar. But it did not show anything on the navigation bar. Can I use custom for this substitution string. If yes how can I do this.

    For security reasons Login page elements are automatically empty, so P101_USER will contain no value when authentication is complete. Rather than use a Login page element, create a point application called USER_NAME and store the string CN value in that. It can be referenced in the entry of the Navigation bar using the syntax of static text substitution:&USER_NAME.

  • Help: Integration OAM 11 g R2 PS2 as an identity provider for the Federation of Salesforce

    Hi all

    I'm trying to integrate Salesforce as a provider of services using my OAM 11 g R2 PS2 as an identity provider.

    I'm stuck at after the step:

    (1) launch pad OAM-> Administration-> Service Provider attribute profile provider identity - > created SP attribute profile-> attribute Mapping-> IDPEmail = $user.attr.mail, true

    (2) launch pad OAM-> directors of the identity provider-> create partner service provider-> in the form, his request for the metadata from Salesforce metadata file.- NUMBER

    I went through the Salesforce dev instance, but could not able to download the Salesforce application metadata file. If someone has done something similar in the OAM or Salesforce?

    Any help will be appreciated.

    ~ Abhishek

    Go to {oam_host}: {oam_port} / oamfed/IDP/metadata

    Search for the tag "".

    Copy the contents of the tag "" and save it using a text editor as a .cer file

    Import this file cer as the certificate of identity provider

    Note: If Salesforce complains of an error in the certificate, simply double-click the .cer file that you saved in step above, click on the tab Details and 'Copy to file' and save as format DER

  • LRM-00112: multiple values not allowed for the parameter "control".

    When I'm passing the following in my cmd, I get the error message:
    sqlldr scott/tiger control="C:\Documents and Settings\Sandy\My Documents\address.ctl" log="C:\Documents and Settings\Sandy\My Documents\address.log"
    
    LRM-00112: multiple values not allowed for parameter 'control'
    
    SQL*Loader: Release 10.1.0.2.0 - Production on Tue Mar 22 00:17:18 2011
    
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    
    SQL*Loader-100: Syntax error on command-line
    can someone explain to me what is the cause of the error and pls suggest me the correct syntax

    Thanks in advance

    Replace the double quotes ("") by single quotes ('). If this does not work also, try a location without spaces in the directory name.

    Werner

  • To access the values of checkbox for the treatment

    OK, this topic has probably been beaten to death here, but I can't find relevant discussions or sort of do what I do work. Basically I have a report with a list of entries that can be added to a table. This table can be found be a "join table" which allows for a many-to-many join with the primary keys of the installation of two related tables in a primary key composed for the junction table.

    I have this process in the page that is supposed to make the appropriate insertion:
    -- insert or update assignment requests
    -- loop through the rows and do an insert for each selected row
    BEGIN
     FOR i in 1..apex_application.g_f01.count LOOP
      -- do an insert based on the selected rows
      insert into itil_svc_aud_join (service_id, audience_id, consumer, can_order)
      values(:P52_SVC_ID, apex_application.g_f01(i), apex_application.g_f02(i), apex_application.g_f03(i));
     END LOOP;
    END;
    : P52_SVC_ID is a popup LOV that saves its state value, g_f01 is a checkbox in the first column of the table, g_f02 and g_f03 are additional columns that I create in the report running through functions apex_item.checkbox.

    To this, the insert very well, it is simply not put in the values that the user could have selected the second and third boxes.

    Here's my query to create the report.
    select 
    apex_item.checkbox(1, b.audience_id) chk,  
     b.name audience, b.comments,
     apex_item.checkbox(2,0) cons_chk,
     apex_item.checkbox(3,0) order_chk
    from  itil_svc_audience b
    where  b.active = 'Y'
    and b.audience_id not in 
     (select audience_id from itil_svc_aud_join 
      where service_id = :P52_SVC_ID)
    As you can see from this that the second and third boxes are not an actual table columns, I just need them out there to get the change in status of the user during execution. Do a query of the join table is not an option because the records do not exist right now in this table.

    In any case, the point is that my insert do not enter values of the tables g_f02 and g_f03 application and forward them correctly. It's driving me crazy. Do I have to check the State of the people before you run the insert operation? I think I've done this before, but for the life of me can not find out how to get these values in the table. Any help?

    Earl

    Hi Earl

    I am happy that it works, although I'm not 100% convinced that your changes would work in all cases. Make sure you give him a good beating and test all possibilities. In addition, with 3 separate DML instructions I guess you should consider blocking update records.

    Shunt

  • Does not restore the values of form for the restoration of the tab

    Part of my Web site uses a large number of forms on a single page. On the page, you can filter items (each item has its own form) and modify them. One entry looks like this: [name] [select status] [other Select]. Other important things are that the document has an expiration date in 1981 (to apply a page always up to date) and that change the value in the select results in the triggering of an AJAX function.

    It works perfectly, except for one thing. When filtering State id 1, you get back a little of the element. Let's say that the result of the filter are input 5. Change entry #2 status, which triggered an AJAX function. It works very well, but here's the problem: when close the tab and re-opening with Restore tab, select values become disheveled.

    Due to the execution of a fresh copy of the page, the browser will get a new copy of the page. Entry #2 is now gone (I'll keep calling it that, even if she disappeared because of the filter). Now, here's the problem: Firefox is attempting to restore the value to select it. Entry of the status #3 now has the same status of entry #2, #4 a #3 status and so on.

    I managed to solve this problem on other browsers (Chrome, IE) with this little piece of jQuery:
    {$(document) .ready (function ()}
    {$("form[class^='startingformname']").each (function ()}
    This.Reset ();
    })
    });
    It works perfectly, except for Firefox, which seems to ignore the call to reset...

    As this text is quite long, I'll keep my short question: How do you keep Firefox restore the values of the form (preferably: keep them on the selected item in the HTML)? Now, the user always gets a new copy of the page, and Firefox is trying to restore the old values on this page, even though the HTML code has changed.

    I think your two choices is:

    (1) prevent Firefox from page caching, or

    (2) use a different event to trigger your reset function

    As I understand it, the function $(document) .ready jQuery () raises the event DOMContentLoaded (or equivalent, if not supported by the browser). If the tab is cached in its ' cache fast back-forward ", Firefox can not fire this event when the user returns to the tab, just like Firefox does not always raise the load event in such cases.

    Discover the event more described in the following article and see if you can use it to trigger your reset function in Firefox: https://developer.mozilla.org/docs/Using_Firefox_1.5_caching

    Who is?

  • Values of color for the number 8 AS2

    I have a flash AS2 web site which has the following color values defined in ActionScript code:

    Stage.addListener (StageL);

    var txtFormat2 = createTF (24, 10066329, 2, 8, false);
    var txtFormat3 = createTF (14, 3355443, 1);
    var txtFormat4 = createTF (11, 11184810, 1.500000E + 000);
    var txtFormat5 = createTF (10, 7829367, 2);
    var txtFormat6 is createTF (11, 12632256, 1, 6);.
    var txtFormat67 is createTF (12, 11184810, 1, 8);.
    var txtFormat7 = createTF (12, 4539717, 1);
    var txtFormat8 = createTF (10, 10066329, 1);
    var txtFormat11 = createTF (10, 4539717, 1);
    var txtFormat9 = createTF (11, 10066329, 1.500000E + 000);
    var whiteFormat = new TextFormat();
    whiteFormat.color = 13421772;
    var darkFormat = new TextFormat();
    darkFormat.color = 6710886;
    var centerTxt = new TextFormat();

    I thought that the color values of 8 represented figures (first 2 digits = value of transparency, the remaining digits 6 = RGB values).

    Could check you if the above statement is correct?

    If not correct, could you explain how to interpret the color values of 8 digits and recommend a graphics conversion or color

    a tool that provides a Visual representation of each color value?

    Thank you

    in flash, you use x 0 to indicate a hexadecimal number:

    0xAARRGGBB

Maybe you are looking for

  • How can I get rid of the virus JS/Redir?

    whenever I work with firefox, AVG tells me about a virus JS/Redir. I click on delete and AVG of States, he put in quarantine. However, it will always return. AVG dialog box displays the file mozilla profile; adblockplus\cache.js. I deleted it, but th

  • Pavilion 15-ab208ur: is HP has plans to support the customers of amateur level?

    Hi all I use a new computer laptop 15-ab208ur flag and a little frustrated that it has limited options in the BIOS and restricted parameters in the native software of HP. I would like to get complete control of the material that I paid for, but unfor

  • Satellite A50 - recovery disk not recognized

    Hello I have a Satellite A50 who I am rebuilding. I insert the recovery disk came with the laptop. I get a window with the message"This recovery and Applications CD is not configured to work with this machine (laptop). This CD is for: Satellite A50.

  • iTunes does not upgraded my ipad

    Hello: I went to upgrade my IOS on my Ipad 7.1.1 to 9.2. I downloaded the latest version of itunes (12.2.2) on my mac, backed up my Ipad to my computer and click on the upgrade button. I received a box dialog that says "this version of Itunes (12.2.2

  • Satellite P840/00 s - some buttons do different things

    It drives me crazy, when you type certain keys to do different things. For example, pressing p gives/p, by pressing h h types, then goes to the rear space, pressing an l instead tap left arrow etc etc... WTF is going on with this keyboard?