User Registration Wizard Table

Hello folks,
I just started playing with the user registration wizard in the toolbox, and it appears to expect a pre-made table to store its information. Is there a specification listed somewhere for that table? Which fields, data types, sizes, etc. are expected?
The help file didn't list anything, but there are clues from the login settings. Do I have to figure this one out by trial-and-error?
Thanks,
Gregory

>>
Just out of curiousity, where is that information listed in the documentation?
>>
I´ve used ADDT´s predecessor "MX Kollection" for some years and simply used some experience ;-) But there´s actually ADDT related help available, see below...
>>
What additional or optional fields are there?
>>
you´ll find some (optional) fields when clicking on the "Restrictions" tab, and when using the "History" tab (for logging user actions) you´ll need to use another table to log actions and later build statistics reports for user activity. Actually all these options
(and also the required field types) are well explained in the ADDT help file
(configuring Developer Toolbox -> site specific settings - > Login settings -> restrictions tab / history tab)
Don´t know if you already seen the ADDT help, but it´s available when clicking on the Control Panel´s "help" button.
Günter Schenk
Adobe Community Expert, Dreamweaver

Similar Messages

  • ADDT user registration wizard questions.

    Hello, I want to start with saying: Thanks for reading my problem.
    I am using php4.4.8, with a mySQL DB.
    I have followed Günter's Tutorial (Login tables: installation & configuration) to set up my tables.
    In dreamweaver(CS3) in the user registration wizard, I am confused about the following:
    1) Should I set default values for the following fields: active, level, login_date, disable_date, registration_date, expiration? If so, can you give me examples.
    Any help would greatly be appreciated. Thanks in advance.
    Chris

    -----
    SQL Error: Column 'active' cannot be null
    according to my tutorial´s SQL dump the column 'active' can´t indeed be NULL, but should have a default value of '1' to compensate this -- however , you can also change the column type to NULL in PhpMyAdmin.
    The following fields: active, level, login_attempts, disable_date, registration_date, expiration.. are not filling in
    many of those columns are not supposed to get a value inserted when you´re e.g. setting up a "login" or "register" page, and much of that actually happens behind the scenes -- one example: ADDT (respectively the underlying scripts) will be inserting some value into the "login_attempts" column in case a user submits a wrong username/password combination.
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • User Registration Wizard won't work

    I have tried to use the User Registration Wizard numerous times. Each time it freezes Dreamweaver CS3. I have to uninstall ADDT and reinstall it in order to use ADDT again.
    Anyone else having this issue? It's not giving me any errors at all. Just freezing everything up.
    Thanks.

    so the table name is "user" then ? If so, this name is known to cause such errors, because DW internally treats this one as reserved word
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • "user registration wizard" config

    Hi:
    I used the user registration wizard. But when I enter 2 user with the same "user name" get a erros: User already exists. Duplicate record found. There is already an identical record in your database, for the 'user_name' field.... even when the field in mysql is not unique.
    This append even when I use the "insert recor form wizar"... but just for the user_name field
    Is there a way to remove this protection... in my aplication a spect user with the same name.

    well now I know this is because the login settings...

  • User registration wizard

    Hi,
    When building a registration page with the wizard, what to I do with the following fields?
    user key
    activation
    Can I remove them from the form or do I need to hide them and apply a default value?
    Cheers

    actually this fileds can be removed form the transaction, but it will not affect the registration process.
    no prob pal go ahead...
    Best Regards
    Waleed Barakat
    Developer-Online Creator and programmer
    http://www.developer-online.com

  • ADDT Registration Wizard - more like the sorcerer's apprentice!

    When trying to start the Registration Wizard it continually gives the error shown at the link below - the 'user' table doesn't exist. The login Settings panel shows that it clearly does! (see link here below)
    All 'includes' and 'connections' have been properly uploaded and show up as they should on a Linux system running PHP4.
    Clips and more details can be seen at: http://www.tip22.com/index.php
    Thanks guys TIA - this is driving me crazy! I had no worries with the old InterAkt stuff but I guess it's not too diplomatic to mention that here ;)
    Best wishes to all helpers - Jack Charon.

    On 9/6/07 2:21 AM, in article [email protected],<br />"[email protected]" <[email protected]> wrote:<br /><br />> Thanks for this forum - its a saviour, but that does not excuse the<br />> (criminally?) bad customer service from the producers - it only helps their<br />> customers survive it a little better. Perhaps the worst point is that these<br />> issues are apparently not being responded to and therefore are unlikely to be<br />> addressed or go away in any updates. Which is more than may be said for the<br />> customers.<br />> <br />> Adobe take note - or are you now to big to bother? Okay - thats my 10 cents<br />> worth. Thanks for the support - back to programming. JC.<br /><br />All I can say is that I agree.  I wish these programs were still owned by<br />Interakt. They were on top of things. Adobe has disappointed me with this<br />purchase. It feels like they have orphaned the product. No recognition of<br />these programming glitches. Unfortunately no one has been able to help me<br />with my error, which recurs, even after a recreation of the pages in<br />question. Others are finding the same error in forgotten password lookup as<br />well.  It isn't right to pay $200 for a product and then have to start<br />paying immediately for tech support to fix something that is broken...<br /> Bad taste in my mouth and now Adobe is a monopoly...<br />Jeff

  • RDMS realm & user registration doubt

    Hi,
    I have been going through the rdbms realm example in example.security package.
    I have a doubt. What are the changes I need to make to use a different table structure?
    For example I wish to have more columns in the user table. Is this okay an approach-
    1. I change the schema for the rdms realm in config.xml through the console so
    that the entries in it for getGroupMembers e.t.c refer to the SQLs I need. Wherever
    I make make a SQL change that alters the parameters for the query as in entries
    like "newUser=INSERT INTO users VALUES ( ? , ? )" which I may be replacing with
    "newUser=INSERT INTO users VALUES ( ? , ? , ?, ?, ?, ?)" I alter also the corresponding
    java code in the files in examples.security.rdbmsrealm package.
    2. If I create a web application which also has a user-registration should I call
    the code in the rdbmsrealm package for user-registration?
    Swamy

    Hi you can invite any external user ,e.g yahoo, msn, gmail, it will send them an invitation. actually u will have to do some configuration in
    configuration/external user registratrion through web console
    e.g smtp host ,smtp server account etc.

  • Send Email after user registration

    Hi i hope somebody can help me
    Using Dreamweaver CS3 and the ADDT, i created a user registration page using the ADDT wizard,
    TRouble is when i click submit, it comes up with an error relating to the sending of the Email:-
    "Developer Details:
    E-mail couldn't be sent. Error returned: Failed to connect to smtp.mail.yahoo.co.uk:25 [SMTP: Failed to connect socket: A non-blocking socket operation could not be completed immediately. (code: -1, response: )]. (EMAIL_FAILED)
    tNG Execution Trace - VIEW
    tNG_insert.executeTransaction
    STARTER.Trigger_Default_Starter
    tNG_insert.doTransaction
    BEFORE.Trigger_Default_FormValidation
    BEFORE.Trigger_Registration_CheckUniqueUsername
    BEFORE.Trigger_Registration_CheckPassword
    tNG_insert.prepareSQL
    tNG_insert.executeTransaction - execute sql
    tNG_insert.postExecuteSql
    AFTER.Trigger_Registration_AddDynamicFields
    AFTER.Trigger_WelcomeEmail*
    ERROR.Trigger_Default_Insert_RollBack
    tNG_insert.getRecordset
    tNG_insert.getFakeRsArr
    tNG_insert.getLocalRecordset
    tNG_insert.getFakeRecordset
    tNG_insert.getFakeRecordset"
    If i delete the Send_email trigger, then the registration is successful, however, without the Email confirmation (obviously).
    Any help would be gratefully recieved as its been driving me nuts for days now.

    Wayne,
    Are you running this code on a Yahoo store or just bouncing the emails thru the yahoo account?
    From what I read here(dated May 2, 2008):
    http://groups.yahoo.com/group/Commodore_Amiga_Retro/message/10924
    Yahoo has recently changed server names and/or ports. You might have to try plus.smtp.mail.yahoo.co.uk:465
    I've never used Yahoo to do this, so I'm no expert. Just found this googling a bit.
    From what I've read, it seems yahoo is mixing up the port numbers due to spam issues. You will need to contact Yahoo regarding which port to use if the above does not work.
    Shane

  • Auto Approval of Self User Registration Fails OIM 11g R2

    Use Case : Auto Approval of Self User Registration
    Steps followed
    1. A New Approval Policy created with Auto Approval flag set as True for Request Level Approval.
    2. A New Approval Policy created with Auto Approval flag set as True for Operation Level Approval.
    3. The field Organization was pre populated using the Pre Population Adapter, as mentioned below.
    +<AttributeReference name="Organization" attr-ref="act_key" type="Long" widget="ENTITY" length="256" required="false" available-in-bulk="false" entity-type="ORGANIZATION">+
    +<PrePopulationAdapter name="OrgPrepopulateAdapter" classname="com.plugin.OrgPrepopulateAdapter"/>+
    +</AttributeReference>+
    4. A new user was created using the "Register New user" Link.
    5. Log in as System Adminstration and under Track requests, found that the New request has failed.
    6. On click of Request link, the request details shows the Organization field has populated with the expected value.
    7. The Logs suggests that the Request failed due to Organization field going Null.
    LOG
    [2013-02-12T15:50:39.138+05:30] [oim_server1] [ERROR] [] [oracle.iam.request.impl] [tid: [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: e171ff3c1743d36a:6c2e4f90:13ccdc4a231:-8000-00000000000006f8,0] [APP: oim#11.1.2.0.0] Exception thrown java.lang.IndexOutOfBoundsException: Index: 0, Size: 0     
    [2013-02-12T15:50:39.138+05:30] [oim_server1] [ERROR] [] [oracle.iam.request.impl] [tid: [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: e171ff3c1743d36a:6c2e4f90:13ccdc4a231:-8000-00000000000006f8,0] [APP: oim#11.1.2.0.0] Exception thrown Index: 0, Size: 0[[     
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0     
         at java.util.ArrayList.RangeCheck(ArrayList.java:547)
         at java.util.ArrayList.get(ArrayList.java:322)
         at oracle.iam.requestactions.approval.operationlevel.OrgBasedMethodology.getOrgDetails(OrgBasedMethodology.java:215)
    -------------

    Use Case : Auto Approval of Self User Registration
    Steps followed
    1. A New Approval Policy created with Auto Approval flag set as True for Request Level Approval.
    2. A New Approval Policy created with Auto Approval flag set as True for Operation Level Approval.
    3. The field Organization was pre populated using the Pre Population Adapter, as mentioned below.
    +<AttributeReference name="Organization" attr-ref="act_key" type="Long" widget="ENTITY" length="256" required="false" available-in-bulk="false" entity-type="ORGANIZATION">+
    +<PrePopulationAdapter name="OrgPrepopulateAdapter" classname="com.plugin.OrgPrepopulateAdapter"/>+
    +</AttributeReference>+
    4. A new user was created using the "Register New user" Link.
    5. Log in as System Adminstration and under Track requests, found that the New request has failed.
    6. On click of Request link, the request details shows the Organization field has populated with the expected value.
    7. The Logs suggests that the Request failed due to Organization field going Null.
    LOG
    [2013-02-12T15:50:39.138+05:30] [oim_server1] [ERROR] [] [oracle.iam.request.impl] [tid: [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: e171ff3c1743d36a:6c2e4f90:13ccdc4a231:-8000-00000000000006f8,0] [APP: oim#11.1.2.0.0] Exception thrown java.lang.IndexOutOfBoundsException: Index: 0, Size: 0     
    [2013-02-12T15:50:39.138+05:30] [oim_server1] [ERROR] [] [oracle.iam.request.impl] [tid: [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: e171ff3c1743d36a:6c2e4f90:13ccdc4a231:-8000-00000000000006f8,0] [APP: oim#11.1.2.0.0] Exception thrown Index: 0, Size: 0[[     
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0     
         at java.util.ArrayList.RangeCheck(ArrayList.java:547)
         at java.util.ArrayList.get(ArrayList.java:322)
         at oracle.iam.requestactions.approval.operationlevel.OrgBasedMethodology.getOrgDetails(OrgBasedMethodology.java:215)
    -------------

  • Get Error while update the User defined row table through DSK Code

    Hi experts,
    I have got an error while updating the user row defined table.
    Error is - "Invalid row"
    I have created one master table "@CBF_FARM " and Child table "@CBF_FAR1"
    First i inserted 5 record in the child table so in my my child table there are 5 Line id (1,2,3,4,5 one for each row).
    after that i delete 2 rows (3rd & 4th row) from child table now in my child table there are 3 rows( Line id 1, 2, 5). Please See attachment.
    Now i am updating  the last record of child table through Code  (Line id is 5)  from other form, then i got error  invalid row.
    Following Code used for updating the user defined child table.
      SAPbobsCOM.GeneralService oGeneralService1 = null;
                                    SAPbobsCOM.GeneralData oGeneralData1 = null;
                                    SAPbobsCOM.GeneralDataParams oGeneralParams1 = null;
                                    SAPbobsCOM.CompanyService sCmp1 = null;
                                    SAPbobsCOM.GeneralData oChild1 = null;
                                    SAPbobsCOM.GeneralDataCollection oChildren1 = null;
                                    sCmp1 = clsAddOn.LDNA_Company.GetCompanyService();
                                    oGeneralService1 = sCmp1.GetGeneralService("CBF_FARM");
                                    // Get UDO record
                                    oGeneralParams1 = ((SAPbobsCOM.GeneralDataParams)(oGeneralService1.GetDataInterface(SAPbobsCOM.GeneralServiceDataInterfaces.gsGeneralDataParams)));
                                    oGeneralParams1.SetProperty("Code", oForm.Items.Item("edtFarmCd").Specific.Value);
                                    oGeneralData1 = oGeneralService1.GetByParams(oGeneralParams1);
                                    // Add lines on UDO Child Table
                                    oChildren1 = oGeneralData1.Child("CBF_FAR1");
                                    // Create data for rows in the child table
                                    SAPbouiCOM.Item oItem = oForm.Items.Item("cmbShed");
                                    oCombo = oItem.Specific;
                                    string ShedCode = oCombo.Selected.Value;
                                    ldna_Rec = clsAddOn.LDNA_Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset);
                                    string strQuery1 = "select LineId from [@CBF_FAR1] where U_ShedCd = " + ShedCode;
                                    ldna_Rec.DoQuery(strQuery1);
                                    oChild1 = oChildren1.Item(ldna_Rec.Fields.Item("LineId").Value - 1);
                                    oChild1.SetProperty("U_Status", "Ready For Schedule");
                                    //Update the UDO Record
                                    oGeneralService1.Update(oGeneralData1);
    Please Help me it is an urgent requirement,
    -Regards
    Vikas

    hi.
    Error is - "Invalid row"
    Now i am updating  the last record of child table through Code  (Line id is 5)  from other form, then i got error  invalid row.
    As per my knowledge
    What i understood is you have 5 lines and you are going to be update 5th line
    am i correct..
    while u are updating the line in child table
    you have to consider like this..
    line number         u have to update like
    1                                        0
    2                                        1
    3                                        2
    4                                        3
    5                                        4
    which means in child table treat
    line 1  as 0
    line 2 as  1
    line 5 as 4
    If you want to update the line 5 u have to mention 4 th line

  • How to find permissions of a particular user on a table

    Hi
    every body i have requirement to check the permissions of a particular user on a table ,
    requirement is i am building a query builder ,wherein i have to load all the tables from database ,before loading the tables i need to check whether the user looged in as select permissions on that table ,
    how can this be achieved

    Here is an article with a list of privilege related dictionary views
    How do I find out which users have the rights, or privileges, to access a given object ? http://www.jlcomp.demon.co.uk/faq/privileges.html
    HTH -- Mark D Powell --

  • Query : Addition of extra fields in the User Registration page of portal.

    Hi All,
    I have a query, about adding extra fields in the new user registration page of portal.
    If you can suggest the required source files in details,inorder to incorporate two more fields.
    Say, AGE and COMPANY,with the existing fields in the same page.
    Along with this,can you please send the details of retrieving those information from backend and the backend functionalities associated with the SUBMIT button on the registration page.
    Regards,
    Sudeep

    Hi,
    Your query is divided into two parts.
    The first part is adding new fields into existing form. This feature comes under Branding of portal. Plz use the link below understanding the same and related help :
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/affe402a5ff223e10000000a155106/frameset.htm
    The second part is retrieving the values from backend.Here it will be the UME database. You need to develop a logon.par file and replace the same in your portal.
    Happy Customizing.
    Sukanta Rudra

  • Creation of variant to paas on list of users using a table

    Hello All,
    I got a requirement to create a report in FI-GL  with the requirement for selection and layout  as follows and how to incorporate the same in the
    List of Users (through variant)  and Doc. Type (user input) :
    To exclude transactions, which are not manual journal entries, a table should be created with exclusions.
    *This table will contain two types of exclusions:*
    Document types which will never been used for manual journal entries, since their nature is system related (SAP R/3 standard). In principle, this table will be fixed
    List of Users
    which are not related to persons, but to automatic transactions. This table needs to be verified and updated on regular basis.
    Could any one suggest me how to do a vaiant for the user  through a table and that too this table should ba updated on regular basis.

    Hi,
    rcc50886 wrote:
    We have a situation where we need to allow particular users which are stored in a table.Why don't you simply revoke the CONNECT privilege of the users who shouldn't log in, or lock those accounts? AFTER LOGON triggers can cause huge problems when they don't work right, eg., if for some reason they become invalid.
    create table system.ALLOW_RESTRICTED_USERS (username varchar2(30), insert_date date default sysdate );
    CREATE OR REPLACE TRIGGER SYS.RESTRICTED_USERS_TRIG
    AFTER LOGON
    ON DATABASE
    DECLARE
    BEGIN
    IF DBMS_STANDARD.LOGIN_USER NOT IN (SELECT USERNAME FROM system.ALLOW_RESTRICTED_USERS)
    --  IF SYS_CONTEXT ('USERENV','SESSION_USER') NOT IN (SELECT USERNAME FROM system.ALLOW_RESTRICTED_USERS)
             THEN
                   RAISE_APPLICATION_ERROR (-20001, 'Unauthorized login');
           END IF;
    END;
    Warning: Trigger created with compilation errors.
    SQL> show error
    Errors for TRIGGER SYS.RESTRICTED_USERS_TRIG:
    LINE/COL ERROR
    3/3      PL/SQL: Statement ignored
    3/38     PLS-00405: subquery not allowed in this contextHow to use subquery on the above trigger ? or is there any better way to achive required results .... IN (x, y, z)           works in PL/SQL, but
    ... IN (SELECT ...)       only works in SQL.
    Don't use IN. Use some other way to query the table, some way that will return usable results no matter what (if anything) is in the table, like this:
    DECLARE
       username_found     allow_restricted_users.username%TYPE;
    BEGIN
      SELECT  MAX (username)
      INTO       username_found
      FROM       allow_restricted_users
      WHERE       username     = dbms_standard.login_user;
      IF  username_found  IS NULL
      THEN
         ...As mentioned already, don't create your own objects in Oracle-supplied schemas, especially SYS and SYSTEM.

  • Insert data in a user master data Table

    Hi every body,
    I've created a User Master data table named 'MyTable'. i want to add data to this table but there is an error which occur : 'to generate this. First Define the Numbering Series in the Administration Module'.  I want to add data to this table using C# code,  without using UDO.
    Is it possible?
    Thank you for helping me
    Haifa

    Hi,
    thank you for your answer.
    I didn't understand very well, i will ask the question in an other way.
    it is possible to insert records in a master data table by using the code C#
    I mean :
                usertable = _Company.UserTables.Item(tablename);
                usertable.Code = code;
                usertable.Name = name;
                usertable.UserFields.Fields.Item("U_ContCode").Value = ContCode;
                usertable.UserFields.Fields.Item("U_CardCode").Value = CardCode;
                lRetCode = usertable.Add();
    without encountering the problem of numbering series.
    Haifa

  • Self user registration request fails during Approval.

    Hi,
    My case is explained below.
    I have created a new user using "New User Registration" in the sign in page.
    Now the user is created in OID.
    I logged into identity manager using "xelsysadm" user.
    I clicked "Track Requests" and search, I could see the new request with status "Pending request approval"
    I clicked on "Pending Approvals", selected the request and click on "Approve"
    I get a success message. However the user is not getting created in OIM.
    Here the user is getting deleted from OID also.
    I could not find any forum page discussing this issue. Anyone good in 11gr2 kindly help.
    I get the following error in the logs.
    [2013-01-31T16:51:17.884+05:30] [oim_server1] [WARNING] [] [oracle.iam.request.impl] [tid: [ACTIVE].ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: e171ff3c1743d36a:75a03544:13c9008be1d:-8000-0000000000000642,1:27414:13] [WEBSERVICE_PORT.name: CallbackServicePort] [APP: oim#11.1.2.0.0] [J2EE_MODULE.name: workflowservice] [WEBSERVICE.name: CallbackService] [J2EE_APP.name: oim_11.1.2.0.0] Exception :[[
    oracle.iam.request.exception.RequestServiceException: An error occurred while completing approval process instance 8d7d6216-fcbe-48b1-90a5-dce34b3b8492. The corresponding error message is Index: 0, Size: 0.
         at oracle.iam.request.impl.ApprovalManager.approvalInstanceComplete(ApprovalManager.java:255)
         at oracle.iam.request.impl.ApprovalPolicyServiceImpl.updateApprovalResult(ApprovalPolicyServiceImpl.java:52)
         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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy811.updateApprovalResult(Unknown Source)
         at oracle.iam.request.api.ApprovalPolicyServiceEJB.updateApprovalResultx(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    Okay, here are the detailed steps to update it.
    Click on track requests and search or your request
    Click on your request number then it will open request details form.
    This form will have two tabs request details and approval details.
    Click on approval details tab.
    Click on row#1.
    As soon as you click on row #1, it will show you a history down to that row # 1 details. Here you will see sequestnce #, stage1, participant name, participant action etc.
    Click on participant name for ex. xelsysadm.
    As soon as you click on xelsysadm, view snapshot button will be enabled.
    Click on view snapshot button.
    Now, it will will show you a detailed request details form which will have two tabs request details and approval details.
    Click on request details tab. Here you can update organization name. and you will see update button as well. Click on update button after updating org name.
    Now, go to pending approvals and approve your request.

Maybe you are looking for