Custom form shows wrong path

Custom form registered and worked successfully .
CUSTOM_TOP
echo $XXTIME2_TOP
/u03/PROD/apps/apps_st/appl/xxtime2/12.0.0
if we removed form from this path "$XXTIME2_TOP/forms/US/FORM_NAME" . then we found that form is not opening from applications and message that there's no form in this path is appear . which means form is detecting proper path .
only issue related when we open the form and check "Help >> About Oracle Application" it shows form path " $FND_TOP" instead of"$CUSTOM_TOP"
Any idea ?
Thanks and Regards

Current Form
Form Application : Application Object Library
Form Name : XXTIMEATTENDANCE
Form Path : /u03/PROD/apps/apps_st/appl/fnd/12.0.0/forms/US/XXTIMEATTENDANCE.fmx
Form Version : 11.5.12
Form Last Modified : $Date: 2003/12/19 11:02 $
while errors are in :
1- form path (gives fnd instead of my custom top),
2- form version ,
3- last modified
Regards ,
Waleed .

Similar Messages

  • Data Form showing wrong total after Planning Refresh

    Hi. My end users are having an issue in Planning after a refresh.
    Existing projects (budgets) display correct information through data forms. However, when opening a data form to input numbers for a new budget, the data form is populated with the sum of all budgets, instead of showing the expected $0 dollar values.
    In an attempt to fix the issue, we've run a few data refreshes through the Planning Desktop. They run without error, but do not fix the problem.
    Any suggestions will be greatly appreciated.
    We are using planning version 9.2.0.2.

    The data form should show exactly what is in essbase so if you query essbase with the Excel Add-in you should see the same number.
    Seems like either your data is not what you expect it to be or the form definition is incorrect.
    Regards,
    -John

  • Saptranshost profile parameter showing wrong value

    Hi Expert,
    We are using EHP6 with sybase database on windows platform
    We get stuck while configuring stms.
    After working more on same issue we found that "DIR_TRANS" parameter showing wrong path in AL11 tx.
    "DIR_TRANS = \stats\sapmnt\trans"
    The correct value should "DIR_TRANS = \sapprd\sapmnt\trans"
    (Wrong host name showing in path as "stats" where it should be "sapprd" )
    After changing the value in profile parameter "SAPTRANSHOST" from RZ10 tx as "SAPPRD" issue get resolved.
    When I checked profile parameter "SAPTRANSHOST" from RZ10 in production system, its showing me following value:
    >>Unsubstituted standard value: STATS
    >>Substituted standard value: STATS
    Same I checked in Development system and showing as below:
    >>Unsubstituted standard value: $(SAPGLOBALHOST)
    >>Substituted standard value: SAPDEV
    My question is why "SAPTRANSHOST" profile parameter showing "Unsubstitued standard value" as "STATS" where is should be "$(SAPGLOBALHOST)"
    Sap not allowed to change the same. Only allowed "Parameter Val" in RZ10 tx.
    How to change "stats" as "$(SAPGLOBALHOST)" and what can be possible reason as value showing stats.
    Regards.
    Dev

    HI

  • Calendar Lov not showing in custom forms on EBS 12.1.1

    Hi,
    Previously i worked on Oracle Forms 6i but at present i am working on Forms 10g (Forms [32 Bit] Version 10.1.2.0.2 (Production)) with no patch.
    I build the custom forms and compile that in custom top on EBS 12.1.1 but the calendar lov is not showing.
    Build Step.
    Used TEMPLATE.fmb for scratch.
    Field name -Order date, Item Type- TextItem, SubclassInformation- TEXT_ITEM_DATE, DataType-Datetime, FormatMask -DD-MON-YYYY HH24:MI:SS,
    List Of Values- ENABLE_LIST_LAMP, Validate Form List- No
    Add 'KEY-LISTVAL' trigger in ORDER_DATE field and write 'calendar.show;' Trigger text but it's not working.
    If Above steps apply on forms-6i then calendar lov populated on EBS 11.5.10.2.
    I know this is very old topic and found lots of post for this topic but none of them help me.
    Could any one help me if anything i missed for Forms-10g with EBS12.1.1 ?
    Thanks in advance.

    Hi Srini,
    Thanks for your reply.
    You can see i followed the all the above steps as mentioned in the article.
    But still it's not working.
    If you implemented the Calendar LOV in EBS12.1.1 through forms 10g then please give me your steps.
    AS per my understanding the below is the required steps.
    1. Item Type - Text Item
    2. Subclass Information - TEXT_ITEM_DATE
    3. Data Type - Datetime or Date
    4. List of Values - Enable_List_Lamp
    5.Add key-LISTVAL trigger and written calendar.show;
    Thanks
    Edited by: user10977928 on Aug 6, 2012 1:25 AM

  • Customer Credit Limit showing wrong in VKM3

    Hi All,
    Customer credit limit is showing wrong in VKM3 for all the customer.
    i.e : actuall T.Code:F34 is showing 740,000.00 which is correct. But in VKM3 it is 740.00(insted of 740K it is showing 740 only)
    The same thing happening for all the customer. How can I correct this. Pls advise.
    Thank You ,
    Pranitha.

    Thank You for you replay.
    But I found some other client, the credit limit same in FD32 and VKM3.they also ECC6.0.
    So what is the solution.

  • The Customer not showed in customer form

    Dears,
    how are you ??
    I am in a problem .
    I used hz_party_v2pub.update_person API to update the customer first name and last name .
    It updated already on table hz_parties and i checked it .
    But when i query it from the customer form ,it not showed me any customer ...
    Whyyyyyyyyyyyyyyyyyyyyyyyy??
    How to solve this ??

    And this is the code that i used for update customers first and last name
    set heading off
    set feedback off
    set pagesize 0
    set linesize 200
    set serveroutput on size 100000
    DECLARE
    cursor emp_old_data IS select * from xx_person_customer where COUNTER=107;-- BETWEEN 71 AND 100 ;
    p_person_rec HZ_PARTY_V2PUB.PERSON_REC_TYPE;
    xin_xout_object_version_number NUMBER;
    x_profile_id NUMBER;
    x_return_status VARCHAR2(2000);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(2000);
    BEGIN
    for i in emp_old_data loop
    p_person_rec.Party_rec.party_id := i.party_id;--10307;--12072; --<< party_id from 1d >
    xin_xout_object_version_number := I.OBJECT_VERSION_NUMBER; --<< OBJECT_VERSION_NUMBER from 1d >
    p_person_rec.person_FIRST_name := I.FISRT_NAME;
    p_person_rec.person_last_name := I.LAST_NAME; --<< this is the new last name >
    HZ_PARTY_V2PUB.update_person(
    fnd_api.g_false,
    p_person_rec,
    xin_xout_object_version_number,
    x_profile_id,
    x_return_status,
    x_msg_count,
    x_msg_data);
    dbms_output.put_line('***************************' );
    dbms_output.put_line('Output information ....');
    dbms_output.put_line('xin_xout_object_version_numb er: '||xin_xout_object_version_number);
    dbms_output.put_line('x_profile_id: '||x_profile_id);
    dbms_output.put_line('x_return_status: '||x_return_status);
    dbms_output.put_line('x_msg_count: '||x_msg_count);
    dbms_output.put_line('x_msg_data: '||x_msg_data);
    dbms_output.put_line('***************************' );
    END LOOP;
    commit;
    END;
    waiting your replay

  • Date field submited via my custom form does not show in mysql database

    I created a form with the custom form wizard with a birthdate field having the date picker feature. i set the birthdate field to sumit date as date datatype. My birthdate column in mysql database is datatype date. but when i submit the form the date does not show in mysql database. what should i do pls. is the problem with my form or with my database birtdate column.
    Thanks

    zeeztaz wrote:
    iis the problem with my form or with my database birtdate column.
    Thanks
    please post the complete code of the page which contains that form, otherwise it will be impossible to detect the possible reason for this error.
    Cheers,
    Günter

  • Always record number is showing as 0/1 in the custom form

    Hi All,
    I have created a custom form(multi record) and its working fine in Oracle 11.5.8 with data base oracle 8i.
    After that we have update database to Oracle 9i.
    After updation onwards all the records in the form are showing as 0/1. That is current record numbers are not changing and always displaying as 0/1.
    Can any one help me where is the problem.
    Thanks,
    Nav.

    Need more information. When you do a query using SQL Plus what data is returned? What data are you expecting? What do you mean by 0/1? Do you mean a record has a value of zero or one, or do you mean a string '0/1'? Have you done a test creating a new form to see what data is returned when querying those records?

  • PasswordSynch in Custom Form

    We are using passwordSynch at our site and I want to use the date of last synchronization for a particular user in a custom form.
    I would like to know how to do that. So can someone point me to documentation, code or contribution as to how this can be done.

    arizuddin wrote:
    Hi,
    We have single node EBS-R12.0.6,DB-10.2.0.3 & OS-AIX 5.3.7.In custom developed form, .fmx path is showing as $FND_TOP/forms/US (Help>About Oracle Applications). In this path, there is no such .fmx file. Where as the .fmx file exists in custom top $YY_TOP/forms/US. How to correct this entry?
    RegardsPlease see this thread.
    Wrong path written in the 'About' window...
    Wrong path written in the 'About' window...
    I have seen this behavior before, and I could not find any explanation to it. You may log a SR and ask Oracle support for an explanation.
    Thanks,
    Hussein

  • Upgrade from 11i to R12 - Custom Forms,Reports and Workflows

    Dear Community Friends,
    We are planning for upgrade from oracle apps 11.5.10.2 to R12.
    We have custom Forms,Form Libraries,Reports and Workflows.
    Kindly provide me for approach on how to migrate Custom form libraries,reports and Workflows.
    I beleive, this thread will exists as one shot point for custom forms,reports,workflow upgradation from 11i to r12 with detailed steps.
    I know that many links exists here in the forum for all the above objects mentioned,but still from all those i am able to get a clear picture for oracle forms but not for custom form libraries ,reports and workflows.
    Also,this post will provide a low level,practical picture of the steps for those who are in line with this.
    Links i have read for all these in our forum are:
    For Custom Forms,
    Re: Planning to upgrade from 11i to R12
    Re: Custom forms: After upgrading 11i to R12
    ofcourse,'n' number of links exists providing metalink notes also.
    Hussain,Helios and some others also has given many updates regd this.
    For custom workflow upgradation,
    Upgrade Workflow 11i to R12
    Workflow Upgrade
    Workflow Upgrade
    For reports,links mentioned the below metalink notes:
    Do Not Compile EBS R12 Reports Using rwconverter.sh or Reports Builder from IDS 10gR2 [ID 786794.1]
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Per my understanding, after searching in many threads,i am here by summarising the practical low level steps for custom forms migration
    Please correct me,if i am wrong.
    1) Download the Forms(.fmb's) and all PLL's(all the PLL from resource folder in AU_TOP) into a Local Machine Folder
    2) Open the forms using Forms Developer 10G and connect to DB
    3) Compile by clicking compilein Forms Developer and then save it.
    4) Upload the Saved Forms(.fmb's) into the new R12 server(system) in the respective custom paths(paths similar to 11i Server)
    5) Compile all the forms using the command like below(example command is shown below or f60 gen commands or frmcmp.sh utility) in the respective custom form paths,
    this will generate the .fmx's.
    frmcmp_batch module=FORMNAME.fmb userid=apps/apps output_file=FORMNAME.fmx compile_all=yes
    Link for compiling forms: https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=359210362972527&type=DOCUMENT&id=1085928.1&displayIndex=3&_afrWindowMode=0&_adf.ctrl-state=c348xvwbg_98
    6) Open the form and check in R12 instance
    As per my understanding for custom form libraries,we can just copy paste the PLL's from 11i server to R12 server (Please correct me,if i am wrong)
    Can anyone please help me out in custom reports and custom workflows.Sorry that,i could not get a practical and clear picture for reports and also for workflow even after referring many threads and metalink notes mentioned.
    As for reports,some says that Developer Suite 10g can be used and .rdf can be used in R12.
    Some says that reports should be converted to XML published as reports does not exists in R12.
    So,i am not clear on this.
    Thanks,
    Ganesh
    [email protected]

    Per my understanding, after searching in many threads,i am here by summarising the practical low level steps for custom forms migration
    Please correct me,if i am wrong.
    1) Download the Forms(.fmb's) and all PLL's(all the PLL from resource folder in AU_TOP) into a Local Machine Folder
    2) Open the forms using Forms Developer 10G and connect to DB
    3) Compile by clicking compilein Forms Developer and then save it.
    4) Upload the Saved Forms(.fmb's) into the new R12 server(system) in the respective custom paths(paths similar to 11i Server)
    5) Compile all the forms using the command like below(example command is shown below or f60 gen commands or frmcmp.sh utility) in the respective custom form paths,
    this will generate the .fmx's.
    frmcmp_batch module=FORMNAME.fmb userid=apps/apps output_file=FORMNAME.fmx compile_all=yes
    Link for compiling forms: https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=359210362972527&type=DOCUMENT&id=1085928.1&displayIndex=3&_afrWindowMode=0&_adf.ctrl-state=c348xvwbg_98
    6) Open the form and check in R12 instance
    As per my understanding for custom form libraries,we can just copy paste the PLL's from 11i server to R12 server (Please correct me,if i am wrong)You are right, and the steps mentioned above should be sufficient.
    Can anyone please help me out in custom reports and custom workflows.Sorry that,i could not get a practical and clear picture for reports and also for workflow even after referring many threads and metalink notes mentioned.
    As for reports,some says that Developer Suite 10g can be used and .rdf can be used in R12.
    Some says that reports should be converted to XML published as reports does not exists in R12.
    So,i am not clear on this.You can still use RDF files in R12, and just follow the approach you mentioned above, and you do not have to migrate them to XML publisher (though it is recommended, but this can be done after the upgrade as an enhancement task).
    For custom workflow, you need also to do the same thing, open them using workflow builder and make sure they work in R12 (correct the code if required and save them again in R12 once they work properly).
    Thanks,
    Hussein

  • How to Call  fnd_submit.submit_program  in a custom Form ?

    Hi,
    Im creating a custom form based on TEMPLATE.fmb in Oracle EBS R12.
    I want to call a concurrent program (called: RVCTP) through trigger WHEN_WINDOW_CLOSED or WHEN_BOTTON_PRESSED whatever..
    I'm using this function: fnd_submit.submit_program
    How i can call it through the trigger ?
    I tried :
    declare
    con bolean;
    begin
    con:=fnd_submit.set_request_set('PO','TEST');
    con:= fnd_submit.submit_program('PO','RVCTP',NULL,'BATCH',NULL,89);
    commit;
    end;
    Nothing happening!
    Please advise!
    PS. i used fnd_submit.set_request_set because in Oracle Apps Developer's Guide it says i have to use it before fnd_submit.submit_program.

    Thank you,
    Check This in (20-30 Oracle Applications Developer's Guide R12 ) :
    Example Request Submissions
    /* Example 1 */
    /* Submit a request from a form and commit*/
    :parameter.req_id :=
    FND_REQUEST.SUBMIT_REQUEST (
    :blockname.appsname,
    :blockname.program,
    :blockname.description,
    :blockname.start_time,
    :blockname.sub_req = 'Y',
    123, NAME_IN('ORDERS.ORDER_ID'), 'abc',
    chr(0), '', '', '', '', '', '',
    IF :parameter.req_id = 0 THEN
    FND_MESSAGE.RETRIEVE;
    FND_MESSAGE.ERROR;
    ELSE
    IF :SYSTEM.FORM_STATUS != 'CHANGED' THEN
    IF app_form.quietcommit THEN
    /*form commits without asking user to save changes*/
    fnd_message.set_name('SQLGL',
    'GL_REQUEST_SUBMITTED');
    fnd_message.set_TOKEN('REQUEST_ID',
    TO_CHAR(:PARAMETER.REQ_ID), FALSE);
    fnd_message.show;
    ELSE
    fnd_message.set_name('FND',
    'CONC-REQUEST SUBMISSION FAILED');
    fnd_message.error;
    END IF;
    ELSE
    DO_KEY('COMMIT_FORM');
    IF :SYSTEM.FORM_STATUS != 'CHANGED' THEN
    /*commit was successful*/
    fnd_message.set_name('SQLGL',
    'GL_REQUEST_SUBMITTED');
    fnd_message.set_TOKEN('REQUEST_ID',
    TO_CHAR(:PARAMETER.REQ_ID), FALSE);
    fnd_message.show;
    END IF;
    END IF;
    END IF;
    I'm still getting an error "Wrong Number of types or arguments in call to 'SUBMIT_REQUEST' "

  • How to Locate the Custom Form Name  in Oracle Apps

    Hi hussein,
    We had a migration project from 11.0.3 NT to 11.5.10.2 AIX, and it include
    1 form I guess. The client user is showing me the navigation tree where the customized form was located.
    She opened the NT Oracle Apps 11.0.3 and it is showing the following:
    Cash Management Responsibilty
    + Other
    Enter Adjustment >> this is the customized form that she showed me
    When the form opened, i shows a block with parent table "AP_BANK_ACCOUNTS_ALL" and a child table
    "CEC_ADJUSTMENT_RECON".
    My question is, based on the navigation, how do I know which is the location of the forms.fmx? of what
    module was it registered to?
    ==============
    I tried to navigate to the custom form and open it, then click "Help --> About"
    from the menu bar, but it does not show you the form name and the forms executable location path,
    (not like the standard forms of oracle where it shows the form name),
    the "help" being shown is the help of the runtime form in a normal default oracle form window.
    so I assumed that the custom form has been registered but not following the standard procedure.
    ==============
    How do I reverse locate it? base on the "tree" > Enter Adjustment
    Thanks a lot

    Hi,
    Please see (Note: 176852.1 - Integrating Custom Applications with Oracle Applications Release 11i), Step 10-f.
    For the (Help > About) issue, please see if (Note: 556755.1 - Forms Version Not Showing On 'About Oracle Applications' Form From Help Menu) helps.
    Btw, I guess we had a similar discussion before in this EBS 11i Customized Oracle Forms and Reports.
    Regards,
    Hussein

  • How to style a custom form that's been inserted as HTML into Muse

    Apologies in advance if something similar already exists, and as a print-based designer I'm likely to use incorrect terminology.
    I've created a basic website that requires a custom form. I've created this form using dreamweaver as it requires a dropdown and a check box. The unstyled html from DW I then insert into Muse via the 'Insert HTML' function, on a page called 'booking form'
    To style it I did the following...
    - Opened the form I created back in DW and added classes to the labels .formname, and added a class to some terms and conditions that sits somewhere in the form and called that .formsubtext
    - Copied all of this code and inserted it back into Muse via Insert HTML
    - The form shows up unstyled as expected
    - I export the site as HTML
    - Go into the exported folder into the CSS, and into the corresponding css file booking-form.css
    - Added some custom CSS styling to reflect the font and colour I wanted to use
    - Re-uploaded those edited files
    - The result was that it rendered the class .formsubtext reflecting the terms and conditions as it should but not all the other labels
    Would someone be able to tell me a better way to style a custom form or point out what I've done wrong.
    Thanks!!!

    If you have structured your HTML markup for the form well using appropriate class and id names, then you can just add corresponding CSS using the <style> element in the "HTML for <head>" section in Page Properites > Metadata.
    You may also choose to add all the CSS in a separate file and add reference to that in the HTML for <head> section and then upload the CSS file in appropriate location after publish.
    Cheers,
    Vikas

  • Profile pictures wrong Path

    I have setup the thumbnail pictures for users in Sharepoint 2013. I can browse the library throughy this  link
    http://myserver/sites/mysite/_layouts/15/start.aspx#/User%20Photos/Forms/Thumbnails.aspx?RootFolder=%2Fsites%2Fmysite%2FUser%20Photos%2FProfile%20Pictures&FolderCTID=0x0120008BF2C6579F4E1947B6C670F4524E2C06&View=%7BDF932ADB%2D33D5%2D4024%2DA88C%2DA4B0253DBE98%7D
    but when I open a user page, the picture is not loading. I see from the debugger that is calling the following url which is missing a "/" right after the sites/mysite
    http://myserver/sites/mysiteUser%20Photos/Profile%20Pictures/j_doe_LThumb.jpg?t=63560464578
    How can I fix this??
    CKotsis

    Hi CKotsis,
    According to your description, my understanding is that the profile picture showed a wrong path.
    Please try to run a full user profile sync, compare the result.
    Please modify and run the following PowerShell commands to check if it works:
    $site = get-spsite "https://sharepoint" 
    $context= [Microsoft.office.server.servercontext]::GetContext($site)  
    $userProfileManager = new-object Microsoft.office.server.userprofiles.userprofilemanager($context)  
    $profiles = $userProfileManager.GetEnumerator()
        foreach ($profile in $profiles)
         $Matchurl = "mysitesUser Photos"
          if($profile["pictureurl"].value -match $matchurl)
                     Write-host $profile["AccountName"].value "contains incorrect url"
                     $CurrentURL = $profile["Pictureurl"].value
                     $CurrentURL = $CurrentURL.tostring()
                     $GoodUrl = "mysites/User Photos"
                     $CorrectUrl = $CurrentURL.replace($matchurl,$goodurl)
                     $profile["pictureurl"].value = $correcturl
                     $profile.commit()
                     Write-host $profile["AccountName"].value "PictureURL has been corrected"
    Here is a similar post for your reference:
    https://social.technet.microsoft.com/Forums/office/en-US/1fa50226-a495-4d3c-8fd3-da9fdede6a52/wrong-profile-picture-url?forum=sharepointadminprevious
    Best Regards,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to localize labels in customized forms in SCSM?

    Hi,
    when customizing SCSM forms I add label controls with the Authoring Tool. This results in a XML like this:
              <AddControl Parent="StackPanel499" Assembly="PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Type="System.Windows.Controls.Label"
    Left="63.5" Top="39.0357407407408" Right="0" Bottom="0" Row="0" Column="0" />
              <PropertyBindingChange Object="Label_1" Property="Content">
                <NewBinding Enabled="False" />
              </PropertyBindingChange>
              <PropertyChange Object="Label_1" Property="Content">
                <NewValue>Requested by:</NewValue>
              </PropertyChange>
    The content of the label is hard coded within the XML and therefore is always the same, independently from the chosen language of the console.
    The question is: How can I refer/bind the Content property to a DisplayString from the LanguagePacks section of the Management Pack?
    I tried something like this in my Management Pack:
    Defined a FormStrings section:
            <FormStrings>
              <FormString ID="formTestString">$MPElement[Name="dhTestString"]$</FormString>
            </FormStrings>       
    Defined a new binding to the form string (googled from different souces):
              <PropertyBindingChange Object="Label_1" Property="Content">
                <NewBinding Enabled="True" Path="Strings[formTestString].Value" Mode="Default" BindsDirectlyToSource="False" UpdateSourceTrigger="Default" />        
              </PropertyBindingChange>
    Defined a string resource:
        <StringResources>
          <StringResource ID="dhTestString" />
        </StringResources>
    Defined the display strings in the LanguagePacks section of the MP:
            <DisplayString ElementID="dhTestString">
              <Name>Hello World</Name>
            </DisplayString>
    But after importing the MP, restarting SCSM service and console, the label is not visible in the form, its content is blank.
    Can somebody help me?

    I have no proof otherwise, but I don't believe it is possible to localize a value from within a form extension.
    Label localization uses a RelativeSource binding.
    http://blogs.technet.com/b/servicemanager/archive/2010/02/25/localizing-forms-service-request-example.aspx (note: this blog post talks about localizing labels on custom forms, not form extensions)
    The <NewBinding> and <PropertyBindingChange> capability is a feature of the SCSM console framework and, as far as I can tell looking in the code, it doesn't support the creation of a RelativeSource binding.
    By the way, you're not the only one to have asked this question..a couple people have asked in the forums in the past, but I never saw an answer. In fact, the only other references I can find to localizing labels and such revolves around custom forms or
    correctly applying label values to copies of existing forms (but not applying values to new labels).
    Hopefully I'm wrong and it can be done, but I personally don't know how.
    An admittedly complicated work-around, however, would be to create your own custom XAML control and add it to your form..then you could use the relative source binding on the labels. But creating a custom control requires some experience with Visual
    Studio and C#.
    http://blog.scsmsolutions.com/2011/08/create-custom-user-control-for-scsm-2010/

Maybe you are looking for

  • Portal Runtime error in assigning a role to a user by UME

    Hi ALL, I am assigning a role to a user through UME using this piece of code: String uids = userFactory.getUserByUniqueName("Shilpa").getUniqueID(); String roleid = roleFact.getRoleByUniqueName("pcd:portal_content/administrator/content_admin/content_

  • Printer & scanner not working after updating to 10.6.6

    Canon ip4500 printer no longer recognised by computer since I updated to OS 10.6.6. Tried deleting & adding it but it cant find printer. No drivers to update either. Tried disconnecting & connecting via USB. Nothing is working. Same with scanner that

  • DLSw over WAN to Ethernet to Token Ring

    Currently, a 3745 in Portland is token ring attached and SNA traffic travels that ring to an IBM 2210 router. That IBM router connects to a second token ring, which a Cisco 2613 is also connected to. From there the traffic travels DLSw over the WAN (

  • Synching Pages between Mac and Ipad 2

    I  use Pages to work on a document and then place in the File Sharing section of iTunes to copy the file to my iMac. However, if I then make additonal changes to the document on the iMac I cannot update the file in my iPad by copying over the origina

  • Verification email

    Can someone please tell me do BT send out verification emails and failing that, closing your email account.  Solved! Go to Solution.