Modify Request Form Problem

Hi everyone,
I want to add an attribute in "Modify Provisioned Resource".
According to my research, I have to edit request data set file ******.xml .
But I dont know where this request data set file.
In addition, I dont know what I have to do after I find this request data set file.
If any one help me , I will be happy.
Thenks.

Use weblogicExportMetadata.sh/cmd to export the request dataset. CreateUserDataSet.xml is located at */metadata/iam-features-requestactions/model-data*
Make sure that the from location in weblogic.properties is set similar to this
metadata_from_loc=/metadata/iam-features-requestactions/model-data
metadata_files=CreateUserDataSet.xml
You can also refer 1223763.1 in metalink to export all MDS data.

Similar Messages

  • Adobe Form Logo Edit(Modify) Problem in Travel Request Form of ESS

    Dear Experts
    We have the ESS working in which travel Request form has got the logo of IDES (Adobe Form) thatb come from the t-code: TRIP. My query is to remove that logo and print our company's logo on the same. After doing many effort to change that logo, I am not able to make change on that Adobe Form. Please suggest how could we achieve that?
    Regards,
    Akg
    Moderator message: wrong forum, please have a look in the forum for "Adobe Interactive Forms".
    Edited by: Thomas Zloch on May 25, 2011 11:39 AM

    Hi,
    As per your code, you are seletcing data from BSEG table as 'SELECT * FROM BSEG'.
    BSEG is a cluster table. Its better to use only selected field from this table during select query.
    Other than this run your program in SE30 and check analysis for the queries taking more time.
    Better to modify them, tune them and re transport the program in production.
    Regds,
    Anil

  • Can approver modify user's request form in OIM 11g?

    Dear All,
    In OIM 10g, the approver of a request can modify user's request form, we just need to configure the permission in OIM. But, can we do it in OIM 11g?
    If can, how can i configure it?
    really need your help guys,, :D
    Thank you,
    --herry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi user12841694,
    Thanks for the suggestion. But, the data (field) that can be modified by the approver is very limited. We cannot attach multi-valued attribute there (like Child Form).
    Regards,
    ---herry

  • How to create software request form using Info path functionality?

    Hi All,
    i am trying to create a Software Request Form using Info path functionality. Following are the steps:
    1. Users will fill out the form with all necessary fields.
    2. once they click on Submit button, it will send an email to two specific groups with a link so that they can see the form and Approve/Deny or can put comments on that.
    Thanks in advanced!

    Hi Rakib,
    There are many ways you can achieve this.
    Either by Creating a SharePoint list and then modify it using InfoPath to get all your required fields added
     or
    Use InfoPath application and select any template or blank form template to get all your required fields added and then publish it to SharePoint site
    For the second step you can create an OOTB workflow which can send email to view an approve items using Approval workflow feature
    For the advance notification you can use SPD workflows as well.
    Refer this article for more on InfoPath and SPD integration - http://gallery.technet.microsoft.com/office/Step-By-Step-build-30f84363
    Let us know if this helps, thanks
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.

  • Report name LOV in Submit request form in Oracle Applications

    One of my client have a requirement to make modification in List of Values of Report Name on Submit Request form in Oracle Applications.
    Currently or by default it displays the reports order by Applications name, but the requirement is that It should display reports Order by Report Name instead of Applications Name.
    Any one have idea how to customized the form, can it is possible through custom.pll or any other method.
    THanks in Advance
    Muhammad Ali

    The Report Submission screen is FNDRSRUN. The LOV for the concurrent program name is based on the PROGLOVDEF record group, which has the "order by a.application_name, p.user_concurrent_program_name" order by clause.
    As far as I know, you cannot modify the query for a "static" record group (defined in the form) at run time, so I can't see that you could do anything with the CUSTOM.pll.
    However, you could create a customised version of the form (same name) with a different order by on the record group, but then you have to reapply the customisation every time the form is patched (or you lose the customisation).
    You can create a custom copy of the form (different name) and then update all of the functions that call the standard form to call your custom form, but there are lots of functions that call this standard form and you have the problem with patches overwriting the customised function anyway.

  • Display Request Form is not triggering in Standard SAP WDA : FITE_REQUEST

    Hi Guru's,
    In our Travel Scenario in NWBC, Once the employee finish the Travel Request he is unable to take print out by clicking on Display Request Form. Nothing is happening when we click on "Display Request Form".
    The Form I am using is FITP_REQUEST_FORM. It is displaying perfectly when I execute via SFP. The problem I am facing is nothing is happening when I click on "Display Request Button" in WDA
    Application:
    FITE_REQUEST
    Application Component:
    FI-TV
    Component:
    FITE_VC_REVIEW
    Window:
    VC_WINDOW
    View:
    REVIEW_VIEW
    Application Component:
    FI-TV
    Give me some lights to solve this issue
    Thanks,
    Namsheed.

    Hi Samuli,
    Issue is solved. It was Program Error from SAP side.
    Now All the buttons are working fine and I am able to print PDF also.
    Solution is implement the note 2031585 - SAP NWBC ABAP Runtime Patch 40.
    System Details : ECC 6.0 NetWeiver 7.4 ,
                                EHP 7 , SP-Level 06
    Thanks a lot for all your suggestions.
    Regards,
    Namsheed.

  • SPML Client Modify Request

    Hi,
    I am trying to assign a user in OIM to a Role or group using the spml modify request webservice.
    I am creating a java procy for this webservice and then trying to invoke the same.
    I am not sure how to add membership to any role , i am trying with the following code. Please let me know if any one has already done the same.
          ((BindingProvider) port).getRequestContext().put(BindingProvider.USERNAME_PROPERTY,    
                                                                  OIMUSER);
          ((BindingProvider) port).getRequestContext().put(BindingProvider.PASSWORD_PROPERTY,    
                                                                  OIMPW);
            ServiceHeaderType serviceHeader = new ServiceHeaderType();
            ModifyRequestType modReq = new ModifyRequestType();
            modReq.setExecutionMode(ExecutionModeType.ASYNCHRONOUS);
    //        modReq.se
    //        AddRequestType art = new AddRequestType();
    //        art.setLocale("en");
            Identity user = new Identity();
            MultiValuedString emailString = new MultiValuedString();
            emailString.getValue().add("[email protected]");
            user.setMail(emailString);
            ProvisioningObjectType pot = new ProvisioningObjectType();
            pot.setIdentity(user);
            Member member = new Member();
            PSOIdentifierType psoType = new PSOIdentifierType();
            psoType.setID("identity:505cf0daee022a41918851fb11f1a876");
            ModificationType mod = new ModificationType();
            mod.setModificationMode(ModificationModeType.ADD);
            CapabilityDataType capability = new CapabilityDataType();
            capability.setCapabilityURI("urn:oasis:names:tc:SPML:2:0:reference");
            capability.setMustUnderstand(true);
            oracle.iam.wsschema.model.common.pso.Member modsDataMember = new oracle.iam.wsschema.model.common.pso.Member();
            List<ReferenceType> modRef = new ArrayList<ReferenceType>();
            ReferenceType type = new ReferenceType();
            type.setTypeOfReference("memberOf");
            PSOIdentifierType rolePSOID = new PSOIdentifierType();
            rolePSOID.setID("E03CB5CBC5FE7E13E0400A0ABEB47C29");
            type.setToPsoID(rolePSOID);
            modRef.add(type);
            capability.getAny().add(modRef);
            modsDataMember.setIdentityPSOID("identity:505cf0daee022a41918851fb11f1a876");
            modsDataMember.setRolePSOID("E03CB5CBC5FE7E13E0400A0ABEB47C29");
            modReq.getCapabilityData().add(capability);
            modReq.setPsoID(psoType);
            mod.setData(pot);
            modReq.getModification().add(mod);
    //        pot.setMember(value);
            logger.severe("before  port.spmlAddRequest");
            ModifyResponseType response = port.spmlModifyRequest(modReq, new ServiceHeaderType());
    Please help with your solutions.

    Hi Pollicove,
    Thanks for your response. Yes I m using VDS 7.1 SP6. I tried the same code in different system, the SPML modification is working fine which is very weird.
    But now I m facing different problem with SPML search operation. I have a plain Java code acting as SPML client.
    When I do search I m getting below error in the response body.
    "<spml:searchResponse error="(MIC Identity store:82:ERROR:Incorrect syntax near '?'.)" requestID="A" result="urn:oasis:names:tc:SPML:1:0#success" xmlns:dsml="urn:oasis:names:tc:DSML:2:0:core" xmlns:spml="urn:oasis:names:tc:SPML:1:0"/>"
    If you check the query formation in VDS, it looks like below which is the root cause of the problem,
    "#1.5#C0000AC10EBD00070000002F270E32930004AAC32CBD22E0#1313655152780#com.sap.idm.vds.HeiSPMLTest.extension.main_listener_4389##com.sap.idm.vds.HeiSPMLTest.extension.main_listener_4389#######Thread[6,3,LDAP Sessions:main_listener_4389]##0#0#Debug##Plain###Together with basic template:SELECT $TOP$ mskey FROM mxi_values WHERE attr_id=(select attr_id from mxi_attributes where attrname='MSKEYVALUE' and is_id=?) AND (mskey in (SELECT mskey FROM mxi_values WHERE attr_id = (SELECT attr_id FROM mxi_attributes WHERE attrname='MX_ENTRYTYPE' and is_id=1) AND searchvalue  LIKE '*' ))#"
    Not sure why the IS ID is not passed. Do you have any idea what would the reason for this behavior.
    Thanks in advance.

  • Modifying request before approval

    Hello Friends,
    I want to allow modification to the request before Manager Approval. Once it is approved user/admin should not be able to modify request. how to achieve this. If have any sample code snippet, then please, give me.
    Thanks and Regards
    DB

    Buddy Your requirement is little bit complex. You want to give permission to modify Request i.e. form before manager approval but after manager approval you don't want this.
    I think it wouldn't be possible because you can give access to any group level not at user level.
    Even there's no API for updating these permissions of this form. Even if you get this API, it's not going to fulfill your requirement. Because it will update permissions for group. If in the meanwhile if some other user raise request then it will work differently for him and you can see undesired results.
    So may be if you go for its action classes then you can find some way.
    All I have written as per my understanding. There may be some other way, someone can update the thread.
    Anyways it's a nice requirement which showed me OIM Limitation.

  • Modify request in productive system

    Hi expert,
    Users want to modify requests in productive system. These request are been created in development and transported in production.
    And, in fact, I would like to retransport request modified in production to development.
    No problemes for authorization but I would like to know, what configuration to do in productive system (order BEx, parameters in rsa1/ transport connection).
    I tried to create :
    - a transport request for BEx
    - object changeability : everithing changeable for query element
    But changes are not registered in the BEx transport request.
    Thanks in advance for your help.
    Daniel

    Hi Daniel,
    In your systems you have something called a Transport Route. This is a route that it says to a request where it would be transported. I think your productive system may be closed for modifications from transaction SCC1, but you allowed BEx modifications from the object changeability customizing, but this won't collect your modifications in a request, because of SCC1 customizing (and that´s correct). That's how SAP works.
    So, if you want to transport from PRD to DEV, you may need to create a new transport route from PRD to DEV, but that's not a good option, and i think basis people wouldn't be neither. Then, you should manually copy BEx modifications from PRD to DEV, and to leave the system consistent, then transport it to PRD in a request. If you want to have always the systems consistent, then you should disable object changeability to BEx objects, and always make modifications in DEV and transport them to PRD.
    Hope it helps.
    Regards,
    Diego Lombardini

  • Survey Form Problem

    I have a survey form whose results post back to a .CSV form.
    My problem is that if someone does not answer all of the questions
    (and none are mandatory), the answers end up in the wrong columns.
    Questions are answered such as:
    <input type="radio" name="RadioGroup1" value="5">5
    <input type="radio" name="RadioGroup1" value="4">4
    <input type="radio" name="RadioGroup1" value="3">3
    <input type="radio" name="RadioGroup1" value="2">2
    <input type="radio" name="RadioGroup1" value="1">1
    <input type="radio" name="RadioGroup1" value="na">na
    Also on the form are checkboxes and a text field. What do I
    need to add that will report a blank answer if a radio or checkbox
    is not answered? If it helps, following is the code for the form
    that processes the answers:
    Dim datafile, redirectpage
    datafile=Request.Form("filesave")
    redirectpage=Request.Form("redirpage")
    Dim fso, f
    Set fso=Server.CreateObject("Scripting.FileSystemObject")
    Set f=fso.OpenTextFile(Server.MapPath ("myfile.csv"), 8,
    True)
    f.WriteBlankLines(1)
    f.WriteLine "Date : " & CStr(Date)
    For Each field in Request.Form
    If field<>"filesave" And field<>"redirpage" Then
    f.WriteLine field & " : " & Request.Form(field)
    End If
    Next
    f.WriteBlankLines(1)
    f.Close
    Set f=Nothing
    Set fso=Nothing
    Response.Redirect "thankyou.asp"
    Thanks in advance for your help on this!

    bake01 wrote:
    > I have a survey form whose results post back to a .CSV
    form. My problem is
    > that if someone does not answer all of the questions
    (and none are mandatory),
    > the answers end up in the wrong columns.
    Your problem is due to the way radio buttons and checkboxes
    work. If
    nothing is selected in a radio button group or a checkbox is
    left
    unselected, it doesn't appear in the form data. So, if the
    user selects
    nothing in RadioGroup1, RadioGroup1 doesn't have a blank
    value, nothing
    is passed to your script.
    One approach with radio buttons is to set "No answer" as the
    default by
    inserting checked="checked" in the <input> tag. That
    way, you will
    always get a value from a radio button group: the default "no
    answer" or
    whatever the user selects.
    You can't do that with checkboxes. Basically, you need to
    check your
    form data array to find if there's a value for each checkbox.
    If any
    checkbox is missing, you need to insert a "no answer" value
    in the array
    at the appropriate point. I could write a script to do this
    in PHP, but
    not VB Script. In pseudocode, it would go something like
    this:
    if (length of form array is not equal to maximum possible
    answers) {
    if (checkbox A not in form array) {
    insert '' in array at appropriate position
    if (checkbox B not in form array) {
    insert '' in array at appropriate position
    process form data as before
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Emailing for a request form

    I hired someone to create a request form for a company's website. He did that. And then, as of January the company's email service changed their security to stop spammers, spoofers and other malfeasance. And what then happened is that several people stopped getting email requests from the company's website for service, sales or support.
    The form is here: http://alertscientific.com/contact.php
    Here is what I have that checks to see if everything is filled out properly (it's a file called function.php and it's called by the main script):
    <?php
    function checkinfo(&$pst)
              $states = explode("|","AK|AL|AR|AZ|CA|CO|CT|DC|DE|FL|GA|HI|IA|ID|IL|IN|KS|KY|LA|MA|MD|ME|MI|MN|MO|M S|MT|NC|ND|NE|NH|NJ|NM|NV|NY|OH|OK|OR|PA|RI|SC|SD|TN|TX|UT|VA|VT|WA|WI|WV|WY");
              $err = "";
              foreach($pst as $key => $val)
                        if(!empty($_POST[$key]))
                                  switch($key)
                                            case "dob":
                                                      if(!strtotime($_POST[$key]))
                                                                $err .= $pst[$key]." ".$_POST[$key]." is not a valid date.\r<br />";
                                                      break;
                                            case "phone":
                                                      $temp = $_POST[$key];
                                                      if(substr($temp, 3, 1) != "-")
                                                                $temp = substr($temp, 0, 3)."-".substr($temp, 3, strlen($temp)-3);
                                                      if(substr($temp, 7, 1) != "-")
                                                                $temp = substr($temp, 0, 7)."-".substr($temp, 7, strlen($temp)-7);
                                                      if(!preg_match("/^([1]-)?[0-9]{3}-[0-9]{3}-[0-9]{4}$/i", $temp))
                                                                $err .= $pst[$key]." ".$_POST[$key]." is not a valid phone number.\r<br />";
                                                      break;
                                            case "state":
                                                      if(!in_array($_POST[$key], $states))
                                                                $err .= $pst[$key]." ".$_POST[$key]." is not a valid state. Please use your state's two character abreviation.\r<br />";
                                                      break;
                                            case "email":
                                                      if(!filter_var($_POST[$key], FILTER_VALIDATE_EMAIL))
                                                                $err .= $pst[$key]." ".$_POST[$key]." is not a valid email address.\r<br />";
                                                      break;
                                            case "zip":
                                                      $temp = str_replace("-","",$_POST[$key]);
                                                      if(!is_numeric($temp) || (strlen($temp) != 5 && strlen($temp) != 9)) {
                                                                $err .= $key." --- ".$pst[$key]." ".$_POST[$key]." is not a valid zip code.\r<br />";
                        } else {
                                  $err .= $pst[$key]." is empty.\r<br />";
              if($err != "")
                        return "The following errors were found:\r\r<br />".$err;
              } else {
                        return $err;
    ?>
    That is not the problem.
    Now, we come to the problem:
    validate.php does all of the heavy lifting.
    <?php
    require_once("function.php");
    $expected = array("name"=>"Name", "need"=>"need", "address1"=> "Address 1", "city"=>"City", "state"=>"State", "zip"=>"Zip", "email"=>"Email", "phone"=>"Phone" );
    $options = array("name"=>"Name", "title"=>"Title", "company"=>"Company", "need"=>"need", "address1"=>"Address 1",  "address2"=>"Address 2", "city"=>"City", "state"=>"State", "zip"=>"Zip", "email"=>"Email", "phone"=>"Phone", "httpagent"=>"Browser info: ", "httpref"=>"Referrer", "ip"=>"Ip address");
    $needs = array("service"=>" service.", "sales"=>" a salesperson contact you.", "literature"=>" literature be sent to you.");
    $wants = array("service"=>" service.", "sales"=>" to be contacted by a salesperson.", "literature"=>" that literature be sent.");
    $errors = checkinfo($expected);
    $serv_two = "[email protected]";
    $lit_one = "[email protected]";
    $sales_two = "[email protected]";
    if($errors == "") {
              $replace = array("PHPNAME", "PHPNEED", "PHPIPADDRESS");
              $with = array($_POST['name'], $needs[$_POST['need']], $_POST['ip']);
              $output = file_get_contents("sendail.html");
              $output = str_replace($replace,$with, $output);
              $message = $_POST['name']." has requested".$wants[$_POST['need']]."\r";
              foreach($options as $key => $val) {
                        $message .= $val.": ".$_POST[$key]."\r";
        $headers =  'From: [email protected]' ."\r\n" .'Reply-To: [email protected]'. "\r\n" .'X-Mailer: PHP/' . phpversion();
              switch($_POST['need']) {
                        case "service":
                                  $subj = "Service request";
                                  mail($serv_one, $subj, $message, $headers);
                                  mail($serv_two, $subj, $message, $headers);
                                  break;
                        case "sales":
                                  $subj = "Sales request";
                                  mail($sales_one, $subj, $message, $headers);
                                  mail($sales_two, $subj, $message, $headers);
                                  break;
                        case "literature":
                                  $subj = "Literature request";
                                  mail($lit_one, $subj, $message, $headers);
                                  mail($lit_two, $subj, $message, $headers);
                                  break;
              echo $output;
    } else {
              echo "Errors:<br />".$errors;
              echo "Please click the back button and update your choices.<br />";
    echo "Validating...";
    print_r($_POST);
    ?>
    At issue here are the headers (shown in red). The incoming email server is blocking stuff from my website because my website is not the email server. And so no email is received, it is assumed to be spam.
    How do I tease the actual sender's email out of the array  of stuff and place it into the headers?
    Thanks!

    Here's what I was looking for:
    $headers =  'From:'.$_POST['email']."\r\n" .'Reply-To: '.$_POST['email']."\r\n" .'X-Mailer: PHP/' . phpversion();
    Now, here's the problem...
    The folks at the incoming server changed their security protocols in January, resulting in lots of messages not being delivered -- but the company had a second person receiving emails who did recieve them.
    So, Some people got the emails, others didn't.
    The email hosting people are very nice on the phone, but they blamed my server. Said that I had to change to port 2525. I was set up to port 25 (default for email) and 587. So I did that, as well as changed the code. Now, the email is from the sender with the reply-to from the sender.
    But here is going to be the next step: If these people keep blaming "insecurity" at my end, I'll tell the company to switch to my server. Then a company whose name includes "Forest" will lose some easy money for providing email and webmail.
    This problem will be solved. I have changed php code and I have altered the port. If their host isn't getting the emails in all in-boxes, we switch on Monday. I don't have time to play games.
    -Mark

  • CUP 5.3 (SP9) CUP request form confusion

    Hello Experts,
    There are two ways to create a CUP request as I know:
    (1) Use a CUP link in the Request Access screen to create a CUP request
    (2) CUP>My Work>Create Request
    Here I have a question:
    What are the differences between these two request forms? Obviously, the appearance is different in each request form. In what situation do we use each form?
    A little background:
    Our business requirement goes; a person (security admin) who is creating a CUP request for other people does risk analysis and mitigates the user if there is any risk violation before submitting to the 1st stage approver (manager).
    My problem:
    When creating a CUP request with an option (1), I cannot run risk analysis since there is no "Risk Analysis" button. I don't think this is configurable.
    On the other hand, I can do risk analysis with the option (2). But, with the option (2), there is only so much I can customize. Whatever I customize in CUP>Configuration>Request Form Customization, it only changes the option (2) form but not the option (1) form. For example, I want the manager name field mandatory, but CUP won't let me do it for the option (1).
    Please share your knowledge why there are two request forms available in CUP and how I can make them fit into our business requirement (risk analysis when requesting and set mandatory fields as we want).
    Thanks,
    HM

    HM,
      Option 1: End user request form ->
      It should be used by all the users and offcourse CUP does not allow end users to run risk analysis for their requests. All the customization made through end user personalization will show up in this form.
    Option 2: Approver view request form ->
    This request form should not be used by all the users. It is only intended to be used by power or advanced users. As you can fill the form with any kind of fake details here.
    Alpesh

  • Editing Request Form - SCSM 2012 - Have an item span two StackPanels

    Hello!
    I'm finding this to be near impossible, perhaps someone out there can help.
    I'm trying to add a 'List Picker' object to my Service Request Form. The Default form looks like this (just for reference):
    And I'm trying to shuffle Urgency and Priority down, while leaving Source where it is. I've managed to get a visual mockup so you can see below:
    The problem is that I can't find a way to have the new list picker span two stack panels. I can have it easily span one stack panel (the middle, or the leftmost work fine) but it limits it to expanding only within that stack panel. I can adjust the margins
    so that the list picker does span the entire width of the form at a fixed width, but if the user scales the form on the machine they are running the console on, everything looks horrible.
    Anyone have any idea how to get a list picker (or an additional panel object) spanning two Stack Panels so that everything scales properly?
    Thanks!

    Hi Eli,
    You are correct, the SR form does not have Stack Panels, like the IR form does.  This does make the customizations much more difficult.  When I added a field to the SR form, I just used the Authoring Tool and it was a bit challenging to get the
    positioning correct.  You could always create a new tab and implement a custom control that would allow you to put in some Stack Panels.  I agree, the SR and IR forms are built differently.
    http://blog.scsmsolutions.com/2011/08/create-custom-user-control-for-scsm-2010/
    Until the Whole World Hears

  • Cannot acces iPod service request form

    The screen has recently broken on my iPod nano and it wasn't do to abuse. I went to go and fill out the iPod service request form and after it has me log in it says that there is a people code problem or something like that. I was won dering if this has happened to anybody else

    There is currently a problem with the form. Check back later today to see if it is working.
    btabz

  • How do I get a new service request form?

    Hi all --
    I am sending my laptop in for service. I received the box with the "service request form" (or a similar name), specifying information about the computer, the problem etc., but I have misplaced it. Are these available for download from the website? Thanks --
    shadyj

    call toshiba back and ask if they will send you a new one. they will most likely have ups drop off another box.
    -civicman4-
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Post all info about your laptop and version of windows. We are working on it but still do not have the powers to read your mind.

Maybe you are looking for

  • Images on a page cause the High-Contrast mode to fail

    I have created some very simple two page PDF files, with both Microsoft Word 2013 (using the Acrobat Pro XI PDF Maker) and Adobe InDesign CS6. When viewing the PDF I set a high contrast colour scheme by going to Edit/Preferences/Accessibility and sel

  • Please Help I'm going to loose 5000 songs

    Last week my hard disk was damaged.I have 40gb ipode with 5000 songs in it.I have 2 questions. 1.I installed itunes and it is empty. I'm afraid that if i connect the ipod all of the songs will be erased. Is it true? (because when i connected it, it u

  • Ade 3.0 doesn't recognize nook color

    It also never sees my asus memo  10" pad either.  I followed the instructions -- plug in nook, computer sees nook, atart ade 3.0, ade 3.0 shows the book I bought but never shows the nook (or any other device) on the left side.  What now?

  • I can't import cda files into itunes from a disc

    I have a disc of 7 audio tracks that were recorded on a Mac and burned onto a CD using itunes. I was given this disc but I can only get the audio files to play on a PC. I have tried all methods of importing/copying into iTunes but it doesn't work - i

  • Exposing ejb3 as webservices

    hi java folks, I am exposing my existing ejb3 components as web servieces. cleint tries to access webservice using JNDI lookup,but i am getting following error, javax.naming.NameNotFoundException: service not bound could anybody tell me does it requi