Prepare a binder for the service requests is not working

Hi all I did migration from stellet 7.5 tp oracle cs 10gr3 but my component is not working well the problem is in getEnvironment I think can any body help
thanks
here is the code how can i fix it
// prepare a binder for the service requests
DataBinder serviceBinder = new DataBinder();
serviceBinder.setEnvironment(SharedObjects.getEnvironment());

What is Oracle CS 10gR3? Is this an E-business component? In that case this is not the appropriate forum...

Similar Messages

  • Problem in updating the notes for the service request

    Hi All,
    I am passing the following parameters to update the notes to the service request but not successful.
    Can anyone let me know the workable solution.
    set text
        ls_text-ref_handle  = 1.
        ls_text-ref_kind   = 'A'.
        ls_text-tdid       = 'S001'.
        ls_text-text_object = 'CRM_ORDERH'.
        ls_text-tdstyle    = 'SYSTEM'.
        ls_text-tdform     = 'SYSTEM'.
        ls_text-tdspras    = 'E'.
        ls_text-mode       = 'I'.
        lv_txt = 'Centre Update request for:'.
        ls_lines-tdformat = '*'.
        ls_lines-tdline = lv_txt.
        append ls_lines to lt_lines.
        ls_text-lines   = lt_lines.
        append ls_text to lt_text.
      clear ls_input_field.
      ls_input_field-ref_handle = 1.
      ls_input_field-ref_kind = 'A'.
      ls_input_field-objectname = 'TEXTS'.
      CLEAR ls_fieldname.
      ls_fieldname-fieldname = 'LINES'.
      CLEAR ls_fieldname-changeable.
      lv_logical_key = '1'.
      concatenate 'CRM_ORDERH' lv_logical_key into lv_logical_key.
      ls_input_field-logical_key = lv_logical_key.
      INSERT ls_fieldname INTO TABLE ls_input_field-field_names.
      INSERT ls_input_field INTO TABLE lt_input_field.

    Hi Surya
    Please, use this FM:
    DATA: lv_textobject TYPE thead.
      lv_textobject-tdid         = <TEXT ID>.
      lv_textobject-tdname   = <GUID OF SERVICE REQUEST>.
      lv_textobject-tdobject   = 'CRM_ORDERH'.
      lv_textobject-tdspras   = sy-langu.
      CALL FUNCTION 'SAVE_TEXT'
        EXPORTING
          header          = lv_textobject
          savemode_direct = 'X'
    "      insert          = 'X'
        TABLES
          lines           = lt_text.
    Hope this helpful!

  • I've become increasingly frustrated with the ipad adobe app. I've subscribed to be able to convert my pdf files into word documents and it has yet to work I've paid for a service that does not work which in turn makes me a disgruntled customer to say the

    I've become increasingly frustrated with the ipad adobe app. I've subscribed to be able to convert my pdf files into word documents and it has yet to work I've paid for a service that does not work which in turn makes me a disgruntled customer to say the least very disappointed with such horrible service

    Which service did you subscribe to?  Adobe PDF Pack?
    Once I know the service that you subscribed to, I can move this post to the right forum so that you can get in touch with the folks who can assist you.

  • Alert to IC Agent when the status for the service request is changed

    HI,
       When a Service request status is changed to completed immediately the ic Agent should receive an Alert so that he can call the customer for survey. If he has not taken any action then the alert should be available in his inbox and an Alert should be sent to his manager that the Ic Agent has not done the survey.
    With Regards,
    Selvam T

    Hi,
    You may try in the service request action profile, when the status is set 'completed' then trigger the alert.
    For this you have to first configure the alert.
    Thanks,
    Pandu

  • SOAPElement in web service request does not work

    I have following code call web service:
    ServiceFactory sf = ServiceFactory.newInstance();
    Service service = sf.createService(new QName("http://echo.demo.oracle/", "tns"));
    String endpoint="http://localhost:8888/test/echo";
    Call call = service.createCall();
    call.setTargetEndpointAddress(endpoint);
    SOAPFactory soapfactory = SOAPFactory.newInstance();
    SOAPElement m1 = soapfactory.createElement("echoStringElement", "tns", "http://echo.demo.oracle/");
    SOAPElement m2 = soapfactory.createElement("sss", "tns", "http://echo.demo.oracle/");
    m2.addTextNode("Bob");
    m1.addChildElement(m2);
    System.out.println("Request is: ");
    ((XMLElement) m1).print(System.out);
    call.invoke( new Object[]{m1} );I got the SOAP request like:
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
    <tns:echoStringElement xmlns:tns="http://echo.demo.oracle/"/>
    </env:Body>
    </env:Envelope>
    Why the element m2 "sss" missing from request?
    from ((XMLElement) m1).print(System.out);
    I can see both m1 and m2 and XML looks fine.
    Also, I noticed actually the SOAP request is not affect by the SOAPElement I created since even I modified some string in this line, I still get the same request.
    SOAPElement m1 = soapfactory.createElement("echoStringElement", "tns", "http://echo.demo.oracle/");

    Hello Ivan,
    I think you better submit a support ticket to investigate the issue.
    Regards,
    Konstantin

  • Charged for the service I do not want

    I have skype service for unlimited US and Canada, recently I have found that they have charged my credit card for premium service which is $9.99, when I called they told me that I have to subscribe to $39.99 to get that resolved. I am not sure how 2 mistake can correct something?
    They even told me to go to bank and dispute the charge if I want.
    Does anyone has customer care number where I can get solution? How I can get this resolve?

    Hi,
    I checked your account and found that the $9.99 charge has already been refunded. You also have your preferred subscription active on your account.
    For future reference, you can find out how to contact Customer Service via chat or email through this link: https://support.skype.com/en/faq/FA1170/
    Rod
    If you found this answer helpful, please give Kudos. If it resolved your issue, mark it as a solution to help others. Thanks!

  • Upgrade from 12.1.1 to 12.1.3 now Find Service Request does not work.

    I recently upgraded our Test machine from 12.1.1 to 12.1.3 (RHEL 4.8). After performing the install and applying appropriate patches and most recent CPU when I attempt to 'Find Service Request' I can search by number, choose the correct SR I want in the form and click open. However when the SR form opens it just defaults to a new SR instead of the one returned in the search results. I have generated all form files again and that did not change anything. I have searched and not come across anything that appears to be applicable. Anyone have any ideas?
    Thanks

    I am logged in as myself and using the 'Service' responsibility.
    Service -> Service Requests -> Find Service Requests
    versions:
    CSXSRISR 120.208.12010000.84
    I do the search and I find it, however when it goes to open the result the sr form is as it is new.
    Oddly enough if I go under sysadmin and use the same responsibility, same path and search the sr will open the returned result.
    As sysadmin however it has a different layout in the 'folder' at the top of the screen. Could this be causing the difference or should that matter?
    Thanks

  • The USB ethernet adapter for the macbook air is not working. Cable unplugged. How can I fix this for the recent patch 10.7.2?

    I have recently purchased an ethernet usb adapter for the MBA and after a month it is not working. Says cable unplugged.
    Now I have tried it with 2 other connections on other computers that are working and still no response. Many reviews or fixes online mention something with a 10.5.5 patch that seems quite outdated and do not work. Anyone figure out how to fix this or do I have a broken adapter?

    I've used Apple's adaptor on a mini MBA without a problem.

  • Query for the huge table is not working.

    Hi,
    I am having a link between oracle server and Microsoft sql server let' say 'SQLWEB' this link is perfectly working fine when I query table having few hundred thousand records but It’s not working for one of the table which is having a more then 3 million record at sql server. any one of you is having any Idea why this peculiar behavior is there any limitations for this heterogeneous link is there any workaround for the same. Below you can see the first query returns the count from table but second query is getting disconnected as that’s a very huge table having millions of record.
    shams at oracleserver> select count(*) from investors@sqlweb ;
    COUNT(*)
    15096
    shams at oracleserver> select count(*) from transactions@sqlweb;
    select count(*) from transactions@sqlweb
    ERROR at line 1:
    ORA-02068: following severe error from SQLWEB
    ORA-28511: lost RPC connection to heterogeneous remote agent using SID=%s
    ORA-28509: unable to establish a connection to non-Oracle system
    Regards
    Shamsheer
    Message was edited by:
    Shamsheer

    In general you want to minimize the traffic going over the dblink. This is best handled with view on the sql server try. You might try creating a view on sql server like:
    create view all_investors as
    select * from investors
    Then from sql plus:
    select count from all_investors@sqlweb.

  • What do you do if one of your speakers for the iphone 4s is not working?  how yould you fix it?

    what do you if one of your speakers is not working on an ipone 4s.  how would you fix it?

    If you are referring to the speaker at the bottom, there is only one, the other is a microphone. Otherwise, have you attempted a reset?
    Tap and hold the Home button and the On/Off buttons for approximately 10-15 seconds, until the Apple logo reappears. When the logo appears, release both buttons.
    No content is affected by this procedure.

  • Why is the download link for the upgrade of Lightroom not working?

    Am I the only one, for who the download link https://creative.adobe.com/de/products/de/download/lightroom?promoid=KSKAY ist not working? I just get the error site not found...

    The 5.7 version. I found a different link, which was working, but I wasn't aware that's not just an upgrade but a completely new version you have to pay for again.
    So I think I will stick to my version. But thanks for your answer anyway.

  • My passbook on my iphone 5 works the same as it did for the iphone 4, its not working like it should. why?

    my pass book on my iphone 5 does not work like it should, it works just the same as it did on the iphone 4, i tryed the date an time trick like 5 times an still nothing. i tryed factory reset an nothing. i know it workds different on the iphone 5 then the 4. but i dont know what else to do.

    Can you be more specific about what isn't working?  Are you running iOS 6 or iOS 6.1?
    Did you read the support page on Passbook?  http://support.apple.com/kb/HT5483

  • One of the applications for the ipod touch is not working

    the support site is not active

    Alright.
    So, what is it supposed to do, that it is not doing?
    Choose one:
    Opening, then quitting.
    Not opening at all.
    Telling you it can't connect to a server or database.
    Something else.
    The more information you provide, the better you can be assisted.

  • Push notifications for the social networking are not working. How to fix it?

    Try to solve the problem of push notifications of social networking apps which are not working on my iphone 4. Fix it please..!

    If you go to settings-->general-->accessibility then scroll down you'll see "increase contrast." Turn that off and your control center and notification center should become more transparent. I had the same problem and that's how I fixed it! Hope it works :)

  • I had a crash on my desk top and had to replace hard drive.  In process lost my Adobe PDF converter.  I beleive I paid for the service and do not know how to get it re installed on my repaired computer.   Help....

    I had a crash on my computer and lost my paid PDF converter.  How do I get it back on the repaired computer?

    Hi ford1003,
    Create PDF cannot be installed as it is a SAAS. However, when i looked in to your account, i see only export PDF.
    It can be used to export PDF to WORD, Excel,PPT.
    Hope it helps.
    THanks,
    Vikrantt Singh

Maybe you are looking for