Edit functionality in the show records in UWL

Hello All,
I have configured UWL to show MDM workflow.
I have provided one button for "Show Records" to display contents of the workflow item.
Right now, this is only in display mode. I am showing Result set iView on click of Show Records button in UWL.
I have tried providing Item details iView in place of result set iView. But, it was not showing any data on that iview.
Do you know what other properties do I need to set in Configuration XML file to show contents in Item Details iView?
Waiting for your response.
Thank you.
Bhavik

I have figured it out how to provide edit in UWL.
I am showing two iViews together now in UWL show records event.
1. Result set
2. Item Details
Regards,
Bhavik

Similar Messages

  • Can I copy edits made with the comp function?

    Suppose I record an instrument with 2 mics. I do 5 takes then use the comp function to easily edit one of the 2 recorded tracks. Is there a way to copy the comp edits to track 2 so that I have a congruent sound or must I change them all by hand?

    if you close the folder you can copy without problem
    if you need to copy only an edited part of the composit...
    i suggest to Unpack the folder...
    this action allow you to copy only 1 take at the time
    Note: *UNDO works fine about unpacking folder... maybe*
    Anyway save a safety copy of your song by rename is as song take2 or similar

  • Ccopying the condition records

    Hi friends,
    I had some 4000 records with combination of sales org 1000 and customer QWER1. Now I want to copy all these records to new combination as sales org 1000 and customer as QWER12. For this I tried with VK11 and F7(Create with reference to) and selected the combination of 1000 and QWER1 and enter. Then all the records are copied but with same old combination as 1000 and QWER1 in grey mode. But I want to change the header customer from QWER1 to QWER12. For this there is an icon ' new header combination' just right to the header sales org 1000. When I clicked that header combination is opened for edit but all the condition records are deleted from the screen.
    So can anyone help me to copy all the conditon records to the new header combination.
    Regards
    Rama

    Dear Rama rao,
    Try with this
    Go to VK12 with the existing condition records then you select all conditions which you want copy then click on COPY CONDITION tab (AT bottom of the screen) system will take you the Copying:Customer to Customer screen there you enter the target customer number then execute agin system will take you to the CHANGE PRICE screen there you can save the conditions for the new customer (If you want you can enter new price also).
    I hope it will help you
    Regards,
    Murali.

  • How to edit only the selected record in Oracle forms 6i

    Hi,
    I have a form which has three control blocks.
    First block is for search criteria, The results in the second block are displayed based on the values entered in the first block. Second block is a multi record block.
    Below is my requirement:
    I want to edit the record in the second block, based on the cursor position.
    For EX: If the cursor is placed on the first record, all the fields in the first record should be in the editable mode.
                  If I move the cursor down, the next record should be editable and the previous record should again go back to non editable mode.
    I have tried using :system.cursor_record, but it's applying the editable property to all fields, irrespective of the cursor position.
    Any suggestions would be of great help.
    Thanks
    Deepthi

    Deepthi,
    Why would you need to do this...it seems unnecessary to me because your user can only edit the record they are physically at.  So, if your user is in record 3 he/she can't edit record 5.
    Now, to the specific issue you are having - if you are using the SET_ITEM_PROPERTY() built-in to make a record "Editable" then what you are seeing is expected results.  The SET_ITEM_PROPERTY() built-in affects ALL instances of a specific item.  If you need to set item instance specific properties then you need to use the SET_ITEM_INSTANCE_PROPERTY() built-in.  However, this built-in does not have the same set of properties that it can set.  Take a look at the Forms Help to compare these built-ins.
    If you must make each record editiable as your user navigates through them here is how I would attempt this.  I must reiterate however, I really don't think this is necessary...but I don't know your requirements .
    1.  Create a Forms parameter to caputure the CURRENT and PREVIOUS Record number.
    I prefer a parameter object over a Global because you can't choose the data type of a Global so you have to cast the value to accurately perform any numeric calculations on a Global.
    2.  Create/update When-New-Record-Instance trigger...
    /* Sample When-New-Record-Instance... */
    BEGIN
       :PARAMETER.Prev_Record := :PARAMETER.Curr_Record;
       :PARAMETER.Curr_Record := :SYSTEM.Trigger_Record;
       IF ( :PARAMETER.Prev_Record != :PARAMETER.Curr_Record) THEN
         -- Make the previous record the user was at Non-Editable...
         Set_Item_Instance_Property('YOUR_BLOCK.YOUR_1st_BLOCK_ITEM', INSERT_ALLOWED, PROPERTY_FALSE);
         Set_Item_Instance_Property('YOUR_BLOCK.YOUR_1st_BLOCK_ITEM', UPDATE_ALLOWED, PROPERTY_FALSE);
         -- You MUST do this for each of the items in the row of your multirecord block.  There is no built-in to set the properties
         -- all of the items in a row...
       END IF;
       -- Now make the current record editable...
         Set_Item_Instance_Property('YOUR_BLOCK.YOUR_1st_BLOCK_ITEM', INSERT_ALLOWED, PROPERTY_TRUE);
         Set_Item_Instance_Property('YOUR_BLOCK.YOUR_1st_BLOCK_ITEM', UPDATE_ALLOWED, PROPERTY_TRUE);
         -- You MUST do this for each of the items in the row of your multirecord block.  There is no built-in to set the properties
         -- all of the items in a row...
    END;
    This sample code is untested and it meant to show you the logic, not the actual functioning code.
    Hope this helps.
    Craig...

  • Here is How to Edit clips of the same loop, which were recorded on seperate tracks, in the same way

    Whiteout conditions here in the northeast, it's a Blizzard!
    Hopefully this helps someone because I was banging my head against the wall trying to figure this out.
    This is for people who want to precisely loop (or edit in other ways) multiple clips in the exact same way, but that are on seperate tracks playing concurrently in Multi-track view, so for instance looping 3 different tracks recorded simultaneously from a drum machine and keeping the same exact placement of each track relative to each other when trying to get the loop right (or any other type of edit)
    It's all about how you switch between Edit view and Multi-track view, and you CAN'T group your clips before going to edit view, although this is counter-intuitive.
    The basic jist is simple, "Selections" in the timeline, transfer from Multi-Track to Edit View and Back to Multi-Track...but you most follow a certain procedure, here is the procedure:
    WARNING: THIS WILL ONLY WORK IF THE SELECTION IS OF ONE CLIP PER TRACK!!!  YOU CANNOT MAKE A TIMELINE SELECTION OF MULTIPLE CLIPS ON A TRACK AND HAVE THAT TIMELINE SELECTION TRANSFER TO EDIT VIEW, AS FAR AS I KNOW.
    In Multi-Track view:
    1) Switch the timeline to "Samples"
    2) Make a "Selection"  of the part you want to Loop and zoom all the way in to the start and end points to get the loop as precise as possible, if it's not perfect don't worry just get it as good as possible in Multi-track View, then in Edit View you can find the Zero-Crossing points.
    3) Make sure the clips you want to edit are NOT GROUPED AT THIS POINT
    Here is the part that got me - AFTER making your Selection in Multi-Track view - you have to go to Edit view in a certain way, so that you don't de-select your selection:
    WARNING: Do NOT Double-Click the clip/file you want to Edit!!!  Do not double left-click anywhere in MultiTrack View or you will de-select your selection.
    note: You have to edit the files one at a time in Edit View, but if you go there using the correct procedure, you can transfer your selection you made in Multi-Track view.
    4) Decide which clip is the hardest to one to loop (usually it's an instrument sample rather then a drum loop but you never know)
    5) Instead of double-clicking a clip to Edit it, HOLD CONTROL AND LEFT CLICK THE CLIP YOU WANT TO EDIT ONE TIME, this will select the clip without de-selecting your TIMELINE SELECTION.
    6) Now that the clip you want to edit is selected, You want to go to Edit View USING ONE ROUTE ONLY --> Simply click "Edit View"
    ^Make sure you Timeline selection is still in place and hasn't moved do to user error (e.g. accidentally clicking the timeline or shift-clicking and moving the selection by accident <--- which I do by accident when attempting to control+click)
    7) If you followed the instructions exactly, You are now in Edit View with the selected clip along with the timeline selection you selected in Multi-Track view, showing it's exact timeline location at the bottom which is relative to the Multi-Track view
    IMPORTANT: YOU MUST BE CAREFUL NOT TO DE-SELECT THE TIMELINE SELECTION, AS THAT WILL DE-SELECT THE TIMELINE SELECTION IN BOTH VIEWS.
    8) If you are having trouble looping without artifacts, To find the zero crossing points either go to edit > zero crossings or use shift+h or j for left edge, shift+K or L for right edge of the loop.
    9) if you must adjust it manually to fine tune then make sure you shift click the file as not to de-select the entire timeline selection.
    10) Once you have a perfect loop, zoom all the way in to the start and end points, and take note of exactly where the start and end points of the loop are located within the timeline.
    11) Go back to Multi-track view
    12  To trim the clips to to the exact timeline selection: Hold control+left_click each clip that needs adjusting one-time, then right click > group clips
    13) BEING CAREFUL NOT TO DESELECT YOUR TIMELINE SELECTION, select your grouped clips by HOLDING CONTROL and clicking on any of the clips
    14) Point to the start or end one of the clips, when you see the icon showing arrows going either way, right click and drag your clips to roughly match up with the timeline selection, then zoom in further and adjust the clip start and end points to match up exactly with the timeline selection start and endpoints.
    WARNING: IF YOU ACCIDENTALLY CLICK WHEN THE DOUBLE ARROW ICON IS NOT SHOWING, YOU WILL DE-SELECT YOUR TIMELINE SELECTION AND YOU WILL HAVE TO START THIS ENTIRE PROCESS ALL OVER AGAIN.
    15) Verify that your loop is looping correctly, in some tricky instances you may have to find different zero crossing points on the initial file you edited in edit view by repeating the above procedure, but this is unusual, although it just happened to me.
    16) If everything went correctly, now all your clips on seperate tracks are looped in the exact same way, if you want to destructively edit each file down to it's loop size, you can keep your timeline selection and control+click a file then click "Edit" (the one in the toolbar of course), one by one destructively editing each file.
    17) to extend the loop either set as a loop under "loop properties" and then just drag each file the number of times you want it to loop, or do it my way and right click the clip > duplicate and set the number of times to duplicate and whether to have them back to back or spaced, this is the quickest method for me.
    Addendum: IF you have 2 files selected and click "Edit" to go to Edit view, it will give you the file of the clip you selected first, not 2nd. You must then go back to MT view, de-select the clip you selected first, then de-select the clip you want to edit, then RE-select the clip you want to edit.
    -Also, you don't HAVE to group the files as I did in step 12, you can drag the edges of the clips to the timeline selection one by one, I just find it easier to group them after you have set the loop on one of the files in Edit View.
    -Remember, you can't select the files one by one and have the timeline selection transfer to Edit View IF you group the files prior to going into Edit View.
    GOT ALL THAT?  I sure as hell don't know if I do ...
    All this could be easily avoided if Audition would simply let you edit multiple files simultaneously in Edit View relative to their position on the Multi-Track timeline.
    I'd also like to know why when you do a full zoom in, neither the selection or the clips will snap to the ruler points, only to just before and after the ruler points on the timeline.
    And also (and this may be my fault) I don't understand why when the tempo of my session is 89.8bpm, the timeline under the tracks says "90bpm" why does it round it off..?
    Isn't that inexact and couldn't that present problems with syncing loops?  idk I could be wrong I can't get my head around these issues because of lack of knowledge on the subject, if someone could shed some light that would be great.

    correction needs to be made to step #14, I typed:
    14) Point to the start or end one of the clips, when you see the icon showing arrows going either way, right click and drag your clips to roughly match up with the timeline selection, then zoom in further and adjust the clip start and end points to match up exactly with the timeline selection start and endpoints.
    Here is the correction, THE CORRECTED PARTS ARE CAPITALIZED:
    14) Point to the start or end OF one of the clips, when you see the icon showing arrows going either way, LEFT-CLICK and drag your clips to roughly match up with the timeline selection, then zoom in further and adjust the clip start and end points to match up exactly with the timeline selection's start and end points.
    Another Correction:
    Originally read:
    Addendum: IF you have 2 files selected and click "Edit" to go to Edit view, it will give you the file of the clip you selected first, not 2nd. You must then go back to MT view, de-select the clip you selected first, then de-select the clip you want to edit, then RE-select the clip you want to edit.
    Here is the the correction, CORRECTED PARTS ARE CAPITALIZED:
    Addendum: IF you have 2 files selected and click "Edit" to go to Edit view, it will give you the file of the clip you selected first, not 2nd. IF YOU WANT TO EDIT THE 2ND FILE YOU SELECTED IN MULTI-TRACK VIEW, You must go back to Multi-track view, de-select the clip you selected first, then de-select the clip you want to edit, then RE-select the clip you want to edit, THEN CLICK "EDIT" TO GO TO EDIT VIEW.

  • How to edit the selected record through a popup page

    Hi, can anyone help me to handle the case ?
    1) In main page, there is a datatable showing the record list. Click a commandLink in the selected record to popup a screen for user edit.
    2) The data is validated and then saved into database after clicking the submit button in the popup.
    3) Finally, the main page is refreshed with the latest record list.
    Thanks

    Just like any other servlet or form-processing script. What would a mere HTML page know about "systems"? Put the URL into the form destination attribute and be done.

  • The transfer function of the PID block doesn't show the derivator.

    Hello,
    I am trying to use the PID vi, but I when I try the box by itself, it doesn't behave as a "clasic" PID should behave. The main problem is that I don't manage to see the derivator. In the attached vi I compare the transfer function of the PID vi with the transfer function of a PID built by me. My version shows all what a PID should have: integral section (with decreasing magnitude and -90 phase), center area (with constant magnitude and 0 phase), and derivative area (with increasing magnitude and +90 phase).
    The PID vi only shows the integral part.
    You can also select a step input, and see the output directly. If you choose a large enough derivative time (100 times bigger than the integrator time), and you look closely to the first part of the output, you will see the pick due to the derivator in my version, but not in the PID.vi version.
    Does anyone knows what am I doing wrong? 
    Kind regards,
    Pablo Estevez
    Solved!
    Go to Solution.
    Attachments:
    TestPID.vi ‏31 KB

    Dear Nathand,
    Thanks for your answer, I tried the change and you are right. That shows that this not a standard PID, since that means (and actually I can see it now by checking inside the vi) that it is not using the derivative of the error but the derivative of the process variable. I know that this is used sometimes to prevent the effect of fast changing set-points, but it is a shame that they do not comment on it in the help, and that this is not a selectable feature. Do you know if there is a way to edit these pre-packaged vi's? 
    One more question, about the labview style. I included the sequences just to group terms and make the code more readable to separate the integrator from the derivator and not have a knot of entangled signals. Specially when I run the clean-up diagram, it gets very entangled. I have been looking for another way to do that (container boxes, groups). It would be nice if you could suggest me something I can do for it.
    Thanks again,
    Pablo 

  • Function Moudule not showing under the Function Group in SE80

    Hi guys
    I  transported a couple of newly developed Function Modules to the R3Q ( Quality System) under an exsitng Function Group. the FM are all transported perfectly and the report is also working but in SE80 where u can see a function group and all its related objects i dont see the name of my newly developed FM. Why is that?
    I tried transporting my  Function Group etc.. but still i am not able to see my new FM's.
    When i go to my FM's attributes tab, it shows its under the right function Group. but only in SE80 its not showing up.
    Any ideas y ?
    Thanks
    Moderator message - Please do not use txtspeak in the forum
    Edited by: Rob Burbank on Jul 18, 2011 9:52 AM

    Hi Adnan;
    Are you sure you haven't dont release second or more requests for FG?
    If you have more requests, your FG may hasn't be last FM list.
    Yo can check  below include in SAPLZ<FG> function pool.
      INCLUDE LZ<FG>UXX.                       " Function Modules
    Are you seeing last FM list?
    Best regards.

  • Create a edit link from a dynamic table data to the correct record

    ok i have made a dynamic table with the correct information from the MySql database to populate it but i want to add an edit button to take me to the correct information i want to edit / delete. what is happening is no matter what record i want to edit it just takes me to the first record in the database?
    the link i am using is detail.php?userid=<?php echo $row_Recordset1['userid']; ?>
    where the detail.php is where the data can be edited
    thanks in advance for any help
    Jon

    There are 2 things you need to troubleshoot.
    First is the page where you have this link.  In the browser are you being taken to the right page?  Does the address bar show the proper id?  If so, then the problem most likely does not exist on that page.  Then if that is the case how are you pulling the data on the next page to get the right record?  Can you show us the query being used?  It is very hard to troubleshoot without seeing any code.

  • WD ABAP: Reset Table To Show the First Record.

    Hi WebDynpro ABAP Experts,
    Settings of tables allow me to display set of 10 records at a time. If i want to select , say 18th record I use paginator to select & use it. i navigate to next view , do some processing here. When I come back to the previous view, i see that table is still showing the 18th Records.  How can i make this TABLE to show the first 10 records again & we want to achieve this without going back to DB.
    or  in other words we want to call the "FIRST ROW" functionality of Paginator that JUMPS to display the first Ten Row.

    Hi Prash,
    If you used supply function for filling the data to the table means you can use the Invalidate method.
    Before leaving the first view you can call the invalidate method. The invalidate method again calls the supply function and your node as well as table getting refreshed.
    Code for Invalidation :
    node_node1 = wd_context->get_child_node( name = 'NODE1' ).
    elem_node1 = node_node1->get_element( ).
    node_node1->invalidate( ).
    Thanks.

  • Af:table is not showing records until doing refresh of the view object iter

    Hi Experts,
    I am using JDeveloper 11.1.1.4 and i have a page whhich shows records of a particular read only view object as an af:table. When i run the page at first it is not showing any data at all . But there are 2 records when i run the query of that read only view object.In my page there is a link called "Refresh" which calls the "Execute" operation of the view iterator of my view object. When i click this link the table shows two records.Why the table does not show records once wehn the page is rendered?
    Please help me.

    The following is the code that shows the panel collection in my page.
    <af:panelCollection id="pc1" featuresOff="freeze, wrap"styleClass="NewStyle">
    <f:facet name="secondaryToolbar">
    <af:toolbar id="t1" styleClass="Secondary">
    *<af:query id="qryId1" headerText="Search" disclosed="false"*
    *value="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.queryDescriptor}"*
    *model="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.queryModel}"*
    *queryListener="#{criteria.processQueryForSalesInvoice}"*
    *queryOperationListener="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.processQueryOperation}"*
    *displayMode="compact"*
    *saveQueryMode="readOnly" maxColumns="2"*
    *modeChangeVisible="false" styleClass="Minimal"*
    *conjunctionReadOnly="true"*
    *resultComponentId="::t2"/>*
    </af:toolbar>
    </f:facet>
    <af:table value="#{bindings.salesInvoiceAuthorisation1.collectionModel}"
    var="row"
    rows="#{bindings.salesInvoiceAuthorisation1.rangeSize}"
    emptyText="#{bindings.salesInvoiceAuthorisation1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.salesInvoiceAuthorisation1.rangeSize}"
    rowBandingInterval="0"
    filterModel="#{bindings.salesInvoiceAuthorisation1Query.queryDescriptor}"
    queryListener="#{bindings.salesInvoiceAuthorisation1Query.processQuery}"
    filterVisible="true" varStatus="vs"
    selectedRowKeys="#{bindings.salesInvoiceAuthorisation1.collectionModel.selectedRow}"
    selectionListener="#{bindings.salesInvoiceAuthorisation1.collectionModel.makeCurrent}"
    rowSelection="none" id="t2"
    columnStretching="column:accountNameColumn"
    binding="#{processDocuments.invoiceTable}"
    contentDelivery="immediate"
    partialTriggers="::c111 selectToPost ::qryId1"
    styleClass="newTableStyle" autoHeightRows="9">
    <af:column filterable="false" sortable="false"
    headerText="#{bindings.DocumentAuthorisationView1.hints.ToPost.label}"
    id="c18" align="center"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="103">
    <af:selectBooleanCheckbox id="selectToPost"
    value="#{row.bindings.ToPost.inputValue}"
    autoSubmit="true"/>
    </af:column>
    <af:column sortProperty="DocumentName" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.DocumentName.label}"
    id="c11"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="107" filterFeatures="caseInsensitive">
    <af:outputText value="#{row.DocumentName}" id="ot1"/>
    </af:column>
    <af:column sortProperty="ExternalReference" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.ExternalReference.label}"
    id="c10"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="105" filterFeatures="caseInsensitive">
    <af:outputText value="#{row.ExternalReference}" id="ot8"/>
    </af:column>
    <af:column sortProperty="DocumentCategory" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.DocumentCategory.label}"
    id="c9"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="105" filterFeatures="caseInsensitive">
    <af:outputText value="#{row.DocumentCategory}" id="ot11"/>
    </af:column>
    <af:column sortProperty="CrDr" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.CrDr.label}"
    id="c4"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="52" align="right">
    <af:outputText value="#{row.CrDr}" id="ot9">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.salesInvoiceAuthorisation1.hints.CrDr.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="BaseDate" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.label}"
    id="c8"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}">
    <f:facet name="filter">
    <af:inputDate value="#{vs.filterCriteria.BaseDate}"
    id="id1" contentStyle="text-transform:uppercase;">
    <af:convertDateTime pattern="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.format}"/>
    </af:inputDate>
    </f:facet>
    <af:inputDate value="#{row.BaseDate}" id="ot6" contentStyle="text-transform:uppercase;">
    <af:convertDateTime pattern="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.format}"/>
    </af:inputDate>
    </af:column>
    <af:column sortProperty="ExternalAccountCode"
    filterable="true" sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.ExternalAccountCode.label}"
    id="c6"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    filterFeatures="caseInsensitive" visible="false">
    <af:outputText value="#{row.ExternalAccountCode}" id="ot3"/>
    </af:column>
    <af:column sortProperty="AccountName" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.AccountName.label}"
    id="accountNameColumn"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    filterFeatures="caseInsensitive">
    <af:outputText value="#{row.AccountName}" id="ot4"/>
    </af:column>
    </af:table>
    </af:panelCollection>
    Edited by: Priya on Nov 22, 2011 12:22 AM

  • Exact syntax for the LDAP Username Edit Function

    Hi,
    I have followed the How-To on setting up LDAP as an authentication method but I am having trouble specifying the "Username Edit Function".
    I have a database table which contains a list of user email addresses and associated distinguished name (dn) as stored in an external LDAP...I populated this table using DBMS_LDAP. I want to allow the user to enter his/her email address and email password and execute a small lookup function (GET_DISTINGUISHED_NAME) to fetch the corresponding DN and pass it along to the built-in LDAP authentication.
    I have tried several things to get this to work such as:
    "get_distinguished_name(p_username)" - Returns ERR-10412 and then ORA-06550: line 2, column 1: PLS-00801: internal error [22503] ORA-06550: line 2, column 1: PL/SQL: Statement ignored.
    "get_distinguished_name(p_username);" - same as above.
    and so on. Rather than list each and every attempt here, could someone tell me what the syntax should be for specifying this function call?
    Thanks in advance,
    Ted

    Hi, Sergio
    Thanks for this. I had read the "Using LDAP for Login Authentication" document but I guess I did not correctly understand the "Enter 'return your_function;'" instruction properly...I thought I had to pass p_username as a parameter to my function. After ensuring that "p_username" was the name of the parameter in my function definition, I hit another error but another post in this forum showed me how to fix that issue (Re: Error ERR-10416 Error executing wwv_flow_custom_auth_ldap.authenticate Nov 20, 2003 5:24 PM ) and I am now able to get the LDAP Tool to authenticate okay.
    Do you think I can dynamically set the value for the "LDAP Host" field? We actually have two different email systems (results of a recent merger) and I'll need to find a way to have my LDAP authentication go against one or the other, depending upon what organization they were originally from. I can get this LDAP Host IP Address from my database tables but I am not sure how I could set it within the Authentication Scheme. Could I do something in the "Pre-Authentication Process"?
    Ted

  • Premiere elements 7 can it edit t.v. shows recorded on a DVD?

    Premiere elements 7 can it edit t.v. shows recorded on a DVD?
    WOw the guy at the store said this was easy to use but I'm not having much luck.  Wanted to edited a t.v. recorded on a dvd.  Transferred it to hard drive but the sound is way behind the video part.  Any ideas?  Thanks

    teajay74
    If you have tried repeatably and unsuccessfully to rip the VOBs from the DVD-VIDEO on a DVD-R or +RW using the Premiere Elements 7 (Get Media/"DVD (Camcorder or PC DVD Drive), I would strongly suggest that you use MPEG Streamclip to convert to DV AVI. Then bring the DV AVI version into Premiere Elements 7 via Get Media/Files & Folders from the save hard drive location of the DV AVI version.
    MPEG Streamclip should take care of quality as well as any audio out of sync issues.
    http://www.squared5.com/
    You have two set up choices
    Free...MPEG Streamclip + QuickTime Alternative (which contains the required MPEG-2 Playback Component), BUT you need to uninstall your regular QuickTime to get this to work.
    OR
    Partially Free...MPEG Streamclip + your regular QuickTime + purchase from Apple of the MPEG-2 Playback Component
    http://www.apple.com/quicktime/mpeg2/
    If you are going to being doing this type of a project on a regular basis, it might be worth the investment of going the partially free route.
    Are you in a NTSC or PAL area? If you need a step by step for the MPEG Streamclip route, it will be supplied on request. I use it routinely. It is quick and effective.
    ATR
    (Add on...when ripping VOBs from DVD-VIDEO have you ever tried: (1) placing your DVD in the DVD burner drive tray (2) Premiere Elements 7 Get Media/"DVD (Camcorder or PC DVD Drive) (3) using the Media Downloader to bring your VOBs to the Premiere Elements 7 project? Or, are you doing something else?)

  • I have copied over my music file to a new computer and the music shows on itunes but wont play. When I track where the song is located it is reading the wrong information. How do I change this as Edit Preferences has the right location

    I have copied over my music files to a new computer and the music shows on itunes but wont play. When I track where the song is located it is reading the wrong information. How do I change this as Edit>Preferences has the right location?

    Select one of the tracks with a broken link, press ctrl-i to Get Info. Say No when iTunes asks if you would like to locate the track, then look at the Summary tab for the location expects to find the file in.
    Now try to locate the file in question. The two locations should give a clue as to what to do next.
    Here is an example with a file I've deliberately moved from the new layout to the old pre-iTunes 9 layout.
    This means iTunes is expecting to find the file at:
    D:\iTunes\iTunes Media\Music\a-ha\Take On Me\01 Take On Me.mp3
    but it isn't there because I've moved it to:
    D:\iTunes\iTunes Media\a-ha\Take On Me\01 Take On Me.mp3
    which is where it would have lived back in iTunes 8 (though the media folder would have been called iTunes Music back then as well).
    If you can provide the expected and actual locations of a broken track I should be able to suggest the easiest way to resolve things.
    tt2

  • I never had this problem before but all of a sudden when I go to "edit" a photo the photo turns black.  All the editing functions appear but I cannot see any picture.  When I hit "done" the photo reappears. Why can I no longer see my photo for editing pu

    For years I have had no problems editing photos.  However, for some reason when I go to "edit" my photo the photo turns BLACK/BLANK.  The editing functions appear but I cannot see the photo.  When I select "done" the photo reappears.  Why is the photo disappearing for editing?  Have I hit a command accidentally that is causing this?  Really appreciate someone's assistance.

    Try the following:
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - Run  Option #1, Repair Permissions, followed by Option #4, Rebuild Database, if needed.
    OT

Maybe you are looking for

  • Problem with Netscape: DIV

    Hi All, When i put a checkbox in DIV tag int HTML page and open it with Internet Explorer I can see the checkbox. When I open the same page with Netscape I can also see the checkbox. But if I put some style in the DIV tag, in Internet Exploer I can s

  • Imac mini ppc version suddenly stopped working

    Hi all, my mac mini worked fine until last saturday. Since this time my Mac switches off immediately without any recognizable reason. I can get him working, if I do the following steps: - unplug the mac from the electricity mains, without doing that,

  • Vendor Warranty & Customer Warranty determination

    Hi, in my scenario I need to be able to determine eithin a transaction either a Cutomer or a Vendor warranty (the warranty linked to my iObject could have been sold by my Company or by a Third Paarty Insurer). By the way, from standard it seems to be

  • Download on a directory - a CSV file

    Hiii Please advise what Function module in a report program to download a file in CSV format

  • Help Needed ! OTN Team, Re: @initjvm.sql failer!

    I have installed ORA816 on WindowsNT (128M). I failed to run initjvm.sql for several times, even I have give 120 M Share Pool Size and 120M Java Pool Size. meanwhile I also enlarge the virtual memory to 512M. The error is always the same: create or r