Credit Classification is null in the call to create credit request api

Hi All,
We are currently working on the implementation of Credit Management module. The plan is to integrate it with Orders Management. When an order is created above a specified credit limit for a customer, a credit review request is submitted. This is done from Order Management side through the seeded procedure OE_CREDIT_CHECK_ORDER_PVT. In this procedure, the call to the API, the credit classification is passed as null. As a result the credit application cannot be processed further. Is any Oracle Patch required to fix this issue. Morevover we cannot update the table with credit classification, since the credit application is in submitted state.
           AR_CMGT_CREDIT_REQUEST_API.Create_credit_request
           ( p_api_version           => 1.0
           , p_init_msg_list         => FND_API.G_FALSE
           , p_commit                => FND_API.G_FALSE
           , p_validation_level      => FND_API.G_VALID_LEVEL_FULL
           , x_return_status         => x_return_status
           , x_msg_count             => l_msg_count
           , x_msg_data              => l_msg_data
           , p_application_number    => NULL
           , p_application_date      => SYSDATE
           , p_requestor_type        => NULL
           , p_requestor_id          => fnd_global.employee_id
           , p_review_type           => 'ORDER_HOLD'
           , p_credit_classification => NULL
           , p_requested_amount      => l_total_exposure
           , p_requested_currency    => l_limit_curr_code
           , p_trx_amount            => g_order
           , p_trx_currency          => p_header_rec.transactional_curr_code
           , p_credit_type           => 'TRADE'
           , p_term_length           => NULL  --the unit is no of months
           , p_credit_check_rule_id  =>
                   p_credit_check_rule_rec.credit_check_rule_id
           , p_credit_request_status => 'SUBMIT'
           , p_party_id              => l_review_party_id --bug 5907331
           , p_cust_account_id       => l_customer_id
           , p_cust_acct_site_id     => NULL
           , p_site_use_id           => l_site_use_id
           , p_contact_party_id      => NULL --party_id of the pseudo party
           , p_notes                 => NULL  --contact relationship.
           , p_source_org_id         => l_source_org_id
           , p_source_user_id        => l_source_user_id
           , p_source_resp_id        => l_source_resp_id
           , p_source_appln_id       => l_source_appln_id
           , p_source_security_group_id => l_source_security_group_id
           , p_source_name           => 'OM'
           , p_source_column1        => p_header_rec.header_id
           , p_source_column2        => p_header_rec.order_number
           , p_source_column3        => 'ORDER'
           , p_credit_request_id     => l_request_id
Please let me know the solution.
Warm Regards,
Vivek.

Hello,
     MDM Version is 5.5.65.86
         Portal
         sap.com/SAP-JEECOR  7.00 SP18 (1000.7.00.18.0.20081123155626)  20091203155047 
         sap.com/SAP-JEE  7.00 SP18 (1000.7.00.18.0.20081123155510)  20091203154825 
         sap.com  MDM_JAVA_API  5.50 SP6 (1000.5.50.6.5.20100120101105)  SAP AG  SAP AG  20100204091131 
         sap.com  MDM_WEB_SERVICES  550 SP6 (1000.550.0.6.5.20100117165943)  SAP AG  MAIN_MDM55VA_C  20100204091208 
this problem happened after our P system upgrade from 5.5.65.76 to 5.5.65.86,sometime when our MDM upgrade,SAP supply correspond WEBSERVICE jar, but this time ,SAP does not supply the correspond WEBSERVICE JAR file.we used WEBSERVICE JAR is the one that correspond with 5.5.65.76 may be this is the isuue causation

Similar Messages

  • Can i create more than one attributes for the custom class created using java API

    Hello everyone,
    I have been creating class and its attributes programatically using java APIs, I want to know that is there any way to create multipal attributs for the same class in just one call of API with all the options for each attributes,
    thanks

    You can create a new class and define all of the Attributes at the time the class is created - this is the preferred way of creating classes. Use the addAttributeDefinition() method on ClassObjectDefinition. If you need to add attributes to existing classes, you can only add them one at a time (using the addAttribute() method on ClassObject).
    (dave)

  • Why can't I block a number through the call and message blocking request?

    Every time I try to insert a number, it keeps saying that they are unable to complete my requested change at this time.

        Jezallygrace, I want to make sure you're able to block those unwanted calls and messages. If you're still having problems with the site, we'll need to verify the feature is on your account and possibly add the block for your. If you still need assistance, please send me a private message with your mobile number.
    MarquiaF_VZW
    Follow us on Twitter @VZWSupport

  • I have $15.00 credit from a gift card the prompt ask for credit card info-then gift card number when I enter it will not let me in to purchase videos?

    need help I cannot redeem the credit on my gift card to get music?

    First, make sure that you are following the correct procedure for redeeming a gift card:
    http://support.apple.com/kb/HT1574
    If you are sure you have followed the procedure correctly and iTunes shows the correct credit balance next to your Apple ID when you are connected to the iTunes Store, post back with exactly what is happening when you try to purchase and we'll go from there.
    Regards.

  • Help with modal dialog returning a value to the calling page

    Greetings,
    Apex Version: 4.1.0.0.32
    What I am trying to do is to create a modal dialog that is called from a form page. The dialog will present the user with an IR report that will allow the him to select a row and return a value from that row to a field on the calling page. I have it working in Firefox, but I get an error using IE 8. I hope someone can show me why it is not working in IE.
    Here is how I am doing it:
    From the calling page:
    Created a button
         Action: Redirect to URL
         URL Target: javascript:var rc = window.showModalDialog('f?p=&APP_ID.:70:&SESSION.::&DEBUG.:::','','resizable:yes;center:yes;dialogWidth:1000px;dialogHeight:500px;');
    On the called page:
    The called page is an IR report where the query returns this as one of the columns:
    *(Note: I had to put a dot '.' in front of the onclick to get it to show in this thread. It is not there in my real code.)*
    select
    <a href="#" name="z" style="color:blue; text-decoration:underline;" .onclick="javascript:passBack(''' || LOT_NO ||''');">Select</a>' SelectThis
    , column1
    , column2
    from sometablename;This resolves the anchor to:
    <a .onclick="javascript:passBack('232158');"  href="#">Select</a>Here is the Javascript function that is called from the anchor onclick:
    function passBack(passVal1)
      opener.document.getElementById("P75_ITEM1").value = passVal1;
      close();
    }When I run this in Firefox, it works as expected. I click on the button on the parent page. The modal dialog is opened and the IR report is displayed. I click on one of the links in the report and it returns the correct value back to the calling page and closes the modal dialog.
    When I run it in IE8, it fails. I click on the button on the parent page. The modal dialog is opened and the IR report is displayed. I click on one of the links in the report and I get this error: “opener.document is null or not an object”.
    I hope that is clear and that someone can help.
    Thanks
    Larry

    A quick google search determines that window.opener doesn't exists when using window.showModalDialog
    Suggestions range from using window.open instead of window.showModalDialog to using dialogArguments instead of window.opener
    Try the following:
    In the parent page define a getPopupValue() function:
    function getPopupValue(){
       var dr =  window.showModalDialog('f?p=&APP_ID.:70:&SESSION.::&DEBUG.:::','','resizable:yes;center:yes;dialogWidth:1000px;dialogHeight:500px;');
        if ( (dr != undefined) && (dr != '') && (dr != false) ){
         $x("P75_ITEM1").value = dr;
    }Change the button url to call the function:
    javascript:getPopupValue(); On the popup page change the passback function to:
    function passBack(passVal1)
      returnValue = passVal1;
      close();
    }

  • 403 Forbidden errors when calling GetUploadURL for iTunes U API

    I am trying to test the uploading of XML to iTunes U using the provided
    API. However, I am consistently receiving a 403 Forbidden response
    (and resulting exception thrown in Java) when I attempt to get the
    URL for upload with the call to /WebObjects/Core.woa/API/GetUploadURL/.
    I am able to generate successful login URLs with identical calls to
    /WebObjects/Core.woa/API/GetBrowseURL/, which successfully authenticate
    me to iTunes U, with the same credential.
    Furthermore, following a suggestion found online, I have issued calls to
    /WebObjects/Core.woa/Browse/ with my debugging string appended, again
    with the same credentials, and that SUCCEEDS, telling me that
    "Because the received signature and time were valid, the received identity
    and credentials were accepted by iTunes U" so I get no further information.
    My system clock has the proper time, etc.
    I am also able to retrieve an XML manifest of the contents of my site
    by issuing a call to /API/ShowTree/, no problem whatsoever.
    Any ideas of what might be the problem? Or perhaps some way I might be
    able to do further debugging? Putting the debug string on the
    GetUploadURL does nothing, the Forbidden overrides me getting any actual
    response at all.
    Thanks for any assistance.

    Just a sanity check here ...
    When you use GetUploadURL, and you want to send a web services XML document rather than an ordinary media file, you must also include the type=XMLControlFile token in your token string.
    That is, normally, you create a token string this way:
    credentials=your-creds&identity=your-identity&time=12345678&signature=big-long-h ex-string
    When you want an upload URL for a web services request, you need to add one more token ...
    credentials=your-creds&identity=your-identity&time=12345678&signature=big-long-h ex-string
    &type=XMLControlFile

  • HT1725 For about three weeks I haven't been able to download any apps, not even the free ones.   My apple id billing information says that my security code on the back of my credit card is invalid. I called apple support and they told me to go to the expr

    For about three weeks I haven't been able to download any apps, not even the free ones.   My apple id billing information says that my security code on the back of my credit card is invalid. I called apple support and they told me to go to the express lane website but I still cant find a fix for my problem. If you could help me out that would be superb!!!!

    Is the address on your iTunes account exactly the same (format and spacing etc) as on your credit card bill : http://support.apple.com/kb/TS1646 ? If it is then you could try what it says at the bottom of that page :
    If the issue persists, contact your credit card company and verify that they and any company they use to process credit card authorisations have the correct information on file.
    And/or try contacting iTunes support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.

    Hi,
    I am trying to run a long running process, by redirecting to the LongRunningView using the code below. But its throwing exception Can anyone please help
    string strCurrentUrl = SPUtility.OriginalServerRelativeRequestPath;
    strCurrentUrl = strCurrentUrl + "?ListName=" + strListName;
    ////Initiates the Excel Import
    if (ObjdtExcel != null && ObjdtExcel.Rows.Count > 0)
    ExcelImportJob objJob = new ExcelImportJob(strTabName, ObjdtExcel, strFileExt, SPContext.Current.Site.ID, SPContext.Current.Web.ID, strWorkflow, strListName);
    objJob.Title = "Excel Import Job";
    //// Redirect the user to another page when finished.
    objJob.RedirectWhenFinished = false;
    //// Specify if the user can cancel this.
    objJob.UserCanCancel = false;
    //// Specify the refresh rate of the job, here, the page polls every 5 seconds for completion.
    objJob.MillisecondsToWaitForFinish = 15000;
    //// Finally, start the job on a web.
    objJob.Start(SPContext.Current.Web);
    string strUrl = string.Format("{0}?JobId={1}&Source={2}", PROGRESS_PAGE_URL, objJob.JobId, strCurrentUrl);
    SPUtility.Redirect(strUrl, SPRedirectFlags.Default, HttpContext.Current);
    The exception being "Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack."
    Arjun Menon U.K

    Hi Arjun,
    Any update?
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.

    Evenin' all.
    I'm creating a Flash application split up into scenes. One of the scenes is divided into sections of ten frames with keyframes at 1 (home, 10, 20, 30, 40, 50, 60, 70, 80 and 90. Frame #1 is the menu and contains the buttons to skip to each section using the gotoAndStop(); command.
    However, I want to be able to skip to #1 from any point using Next/Previous buttons. I have declared the buttons in frame 1 of scene 1 as follows:
    I have declared the buttons in frame 1 of scene 1 as follows:
    Code:
    var nextButton:Button = new Button();
    var prevButton:Button = new Button();
    var homeButton:Button = new Button();
    At each point, I use addChild(nextButton) to add the buttons to  the stage, and when the buttons are clicked it removes them as follows:
    Code:
    nextButton.addEventListener(MouseEvent.CLICK, goNext);
    function goNext(e:Event):void
          removeChild(videoPlayer);
          removeChild(prevButton);
          removeChild(nextButton);
          removeChild(homeButton);
          gotoAndStop(20);
    Now, all the 'Next' buttons work but none of the 'Previous'  buttons work, when all they do is gotoAndStop() ten frames backwards  rather than ten frames forwards, I keep getting this error message:
    Code:
    ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
         at flash.display::DisplayObjectContainer/removeChild()
         at Prototype_fla::MainTimeline/goBack()
    The same is happening with the Home buttons, which skip from whichever frame the user is on to the menu. The Next buttons are the only ones working consistently.
    Please help, this is really stressing me out, I'm on Flash CS4.
    Cheers

    You can`t remove the target of your event while it is "active"
    you wrote....
    nextButton.addEventListener(MouseEvent.CLICK, goNext);
    function goNext(e:Event):void
          removeChild(videoPlayer);
          removeChild(prevButton);
          removeChild(nextButton);
          removeChild(homeButton);
          gotoAndStop(20);
    instead you should write sth. like:
    nextButton.addEventListener(MouseEvent.CLICK, goNext);
    function goNext(e:Event):void
      // to be sure that there`s actualloy sth. to remove
          if(videoPlayer!=null){
          removeChild(videoPlayer);
         //similar  
         removeChild(prevButton);
          removeChild(homeButton);                
          e.currentTarget.removeEventListener(MouseEvent.CLICK, goNext)     
          removeChild(e.currentTarget);     
          gotoAndStop(20);
    this is probably similar in your other function, too

  • Reporting errors or exceptions back to the caller

    I'm u sing OracleAS 10.1.3 and I'm exposing some of my PL/SQL procedures as web services. I was wondering what the convention is for reporting errors back to the caller. I read a little bit about Soap faults and some lack of support in the current JDev release.
    Are soap faults the standard way of reporting handled exceptions? What about returning a record like:
       type r_ws_response_string is record (
          result          varchar2 (4000),
          return_code     number,
          error_message   varchar2 (4000)
       );... and having the caller check the return_code. Bad idea?
    Any resources you can point is is appreciated (books/sites).
    -Vahid Pazirandeh

    Hi Toby,
    Yes, I've come up with a working solution.
    Essentially, I've made use of PL/SQL's OUT parameters and always reporting a status to the caller. At minimum, any procedure or function that I expose as a web service will have two out parameters: status, error_msg. The benefit of having a status being returned is that the caller can build logic based on different problems encountered, rather than just saying "an error occured". The error strings that you define are textual error codes, so they shouldn't change once you decide on an API.
    The caller will always check for the value of status, if it is not 'SUCCESSFUL', then something is wrong. They can then log the value of error_msg so that their developers can figure out what went wrong later.
    What's also nice is that the XML that's generated by JDeveloper looks clean when we're using one or more OUT params.
    I don't know what the best way is to deal with this problem, but this works for me. :) Here's an example:
    g_status_success        := 'SUCCESSFUL';
    g_status_bad_password   := 'ERROR_INVALID_PASSWORD';
    g_status_file_not_found := 'ERROR_FILE_NOT_FOUND';
    g_status_unknown_error  := 'ERROR_UNKNOWN_EXCEPTION';
    procedure give_me_file(password varchar2,
                           status out varchar2,
                           error_msg out varchar2,
                           file out blob)
    is
    begin
         if bad_password(password) then
              status := g_status_bad_password;
              error_msg := 'You entered the wrong password friend!';
              return;
         end if;
         file := get_top_secret();
         if file is null then
              status := g_file_not_found;
              error_msg := 'Your file could not be found';
              return;
         end if;
         status := g_status_success;
         exception
              when others then
                   status := g_status_unknown_error;
                   error_msg := 'An unknown error occured.  Please file a ticket.';
    end;Regards,
    Vahid Pazirandeh

  • Does making objects equal null help the gc handle memory leakage problems

    hi all,
    does making objects equal null help the gc handle memory leakage problems ?
    does that help out the gc to collect unwanted objects ??
    and how can I free memory avoid memory leakage problems on devices ??
    best regards,
    Message was edited by:
    happy_life

    Comments inlined:
    does making objects equal null help the gc handle
    memory leakage problems ?To an extent yes. During the mark phase it will be easier for the GC to identify the nullified objects on the heap while doing reference analysis.
    does that help out the gc to collect unwanted objects
    ??Same answer as earlier, Eventhough you nullify the object you cannot eliminate the reference analysis phase of GC which definitelely would take some time.
    and how can I free memory avoid memory leakage
    problems on devices ??There is nothing like soft/weak reference stuffs that you get in J2SE as far as J2ME is concerned with. Also, user is not allowed to control GC behavior. Even if you use System.gc() call you are never sure when it would trigger the GC thread. Kindly as far as possible do not create new object instances or try to reuse the instantiated objects.
    ~Mohan

  • How to Automate the Query Search Upon Return to the Calling Form?

    Greetings Ya’ll Gurus,
    Could you please share with me how to make the Query Search executed automatically each time, when database table is updated, upon return to the “Calling Form” (i.e. FormA in this posting) from the “Called Form” (i.e. FormB from here on)?
    I have FormA call_form to FormB. FormB may return to FormA. FormA allows users to enter the Query parameters and perform query Search to the database table with a list of search results afterward; whereas FormB allows users to add or delete the same database table records. Both form images are as follows:
    FormA:
    !http://dot.state.ak.us/nreg/jtomasic/FormA_DWR_SEL.GIF!
    FormA call_form to FormB by clicking PB “Daily Work Report” (see circled PB "Daily Work Report" in the above image.)
    FormB Image (FormB allows users to add and delete database records):
    !http://dot.state.ak.us/nreg/jtomasic/FormB_DWR.GIF!
    FormB EXIT_FORM and returns to FormA (see circled PB "DWR Selection" in above image).
    Currently, our users must press the PB “Search” on FormA each time to refresh the Query “Search” results after returning to FormA, and they request to have the "Search" done automatically/programmatically upon return to FormA each time when the database table is updated.
    If you have programming code on this and are willing to share or if you have any suggestion or thoughts on this, it would be most greatly appreciated.
    Thanks a lot & Happy Holidays!

    Thanks so much Andreas, and yes, your link for calling a form and passing a context is very helpful. I believe, your suggested use of the global variable for the saved database table will work for the automation of the Query Search. I am, however, not sure how to make the code and the trigger to automatically perform Query PB "Search". The code for our current "WHEN-BUTTON-PRESSED" Trigger for the PB-Search of FormA is as following:
    DECLARE
         alert_button     NUMBER;
         alert_id               ALERT;
      MY_WHERE VARCHAR2(2500);
      MY_DIST_ID         DIST.DIST_ID%TYPE     := :BLK_UPDATE.DIST_ID;
      MY_ORG_ID          DWR.ORG_ID%TYPE       := :BLK_UPDATE.ORG_ID;
      MY_ACTY_ID         DWR.ACTY_ID%TYPE      := :BLK_UPDATE.ACTY_ID;
      MY_ACTY_WORK_ID    DWR.ACTY_WORK_ID%TYPE := :BLK_UPDATE.ACTY_WORK_ID;
      MY_CNTY_ID         DWR.CNTY_ID%TYPE      := :BLK_UPDATE.CNTY_ID;
      MY_ASSET_GRP_ID    DWR.ASSET_GRP_ID%TYPE := :BLK_UPDATE.ASSET_GRP_ID;
      MY_ASSET_ID        DWR.ASSET_ID%TYPE     := :BLK_UPDATE.ASSET_ID;
      MY_RTE             DWR.RTE%TYPE          := :BLK_UPDATE.RTE;
      MY_BEG_MP          DWR.BEG_MP%TYPE       := :BLK_UPDATE.BEG_MP;
      MY_END_MP          DWR.END_MP%TYPE       := :BLK_UPDATE.END_MP;
      MY_FROM_DATE       DWR.DWR_DATE%TYPE     := :BLK_CONTROL.FROM_DATE;
      MY_TO_DATE         DWR.DWR_DATE%TYPE     := :BLK_CONTROL.TO_DATE;
      MY_FLAG_OFFSYS     VARCHAR2(11)          := :BLK_UPDATE.FLAG_OFFSYS;
      MY_FLAG_COMMENTS   VARCHAR2(11)          := :BLK_UPDATE.FLAG_COMMENTS;
      MY_SPECIAL_EVENT_SEQ_NO SPECIAL_EVENT.SPECIAL_EVENT_SEQ_NO%TYPE  := :BLK_UPDATE.SPECIAL_EVENT_DESCR;
      MY_FLAG_ACCDT      VARCHAR2(11)          := :BLK_UPDATE.FLAG_ACCDT;
    BEGIN
    :blk_control.dummy_flag := 1 ;
    :BLK_CONTROL.DUMMY_ERR_FLAG := 'N';
    VALIDATION_SELECTION;     -- Program Unit VALIDATES DWR SELECTION PARAMETERS PRIOR TO
                                                    -- PERFORMING THE SEARCH AND POPULATING THE DISPLAY BLOCK
    if :blk_control.dummy_flag = 1 then
      IF :BLK_CONTROL.DUMMY_ERR_FLAG = 'N' THEN
        MY_WHERE := BUILD_WHERE_CLAUSE(MY_DIST_ID,
                                       MY_ORG_ID,
                                       MY_ACTY_ID,
                                       MY_ACTY_WORK_ID,
                                       MY_CNTY_ID,
                                       MY_ASSET_GRP_ID,
                                       MY_ASSET_ID,
                                       MY_RTE,
                                       MY_BEG_MP,
                                       MY_END_MP,
                                       MY_FROM_DATE,
                                       MY_TO_DATE,
                                       MY_FLAG_OFFSYS,
                                       MY_SPECIAL_EVENT_SEQ_NO,
                                       MY_FLAG_ACCDT,
                                       MY_FLAG_COMMENTS);
        SET_BLOCK_PROPERTY('BLK_DISPLAY', DEFAULT_WHERE, MY_WHERE);
        GO_BLOCK('BLK_DISPLAY');
        CLEAR_BLOCK(NO_VALIDATE);
        EXECUTE_QUERY(ALL_RECORDS);
        IF :BLK_DISPLAY.DWR_SEQ_NO IS NOT NULL THEN
                   SET_ITEM_ON_OR_OFF('BLK_CONTROL.PB_PRINT', TRUE);
        ELSE
                   SET_ITEM_ON_OR_OFF('BLK_CONTROL.PB_PRINT', FALSE);
                   alert_id := FIND_ALERT('no_data_query');
                   IF ID_NULL(alert_id) THEN
                        error_msg(1000);
                   ELSE
                        set_alert_message(alert_id, 1040);
                        alert_button := SHOW_ALERT(alert_id);
                   END IF;
              END IF;
              GO_BLOCK('BLK_UPDATE');
              GO_ITEM('BLK_CONTROL.PB_SEARCH');
         END IF;
    end if;
    END;My questions are:
    After initializing, set and/or reset the global variable for the saved database table,
    do I copy the above code (i.e. the "entire" code in the "WHEN-BUTTON-PRESSED" Trigger for the PB-Search) to the WHEN-NEW-FORM-INSTANCE-trigger, or other trigger(s), of FormA to automate the Query Search whenever there is a successful database commit/save? Or
    is there a simple way to activate the code in the "WHEN-BUTTON-PRESSED" Trigger for the PB-Search of FormA? Or
    is there a simple way to activate the EXECUTE_QUERY(ALL_RECORDS) command in the WHEN-NEW-FORM-INSTANCE-trigger or other trigger(s) of FormA ?
    Thanks and always.

  • Any way to return to the calling page from the User Profile Editor page?

    I built a url to the User Profile Editor page, and upon playing around with some of the parameters in the url itself, I have the Editor page returning to My Page (home page) for the logged in user. I would like to get it to return to the calling page, which is not necessarily a My Page. It might be a Community page. I'm not quite sure what the Editor Type value is and if it is even relevant. (it is hard-coded right now, and I've tried changing it to several values). Here is the url string:
    http://awg1/portal/server.pt?open=space&name=UserProfileEditor&psname=OpenerPageID=253&cached=false&in_hi_userid=257&control=EditorStart&editorType=10. It would be really nice to be able to open the editor with a tag!

    You can use a table
    This was answered in the Numbers forum by someone else so cant take any credit.
    Put "1" in first cell
    put 2 in cell below
    Select both cells and hover mouse over botton right hand corner ( you should get a cross) click and drag down and sequential numbers will fill into the blank cells - and over the page if you wish.
    Is that what you are after?
    Or you can always use a numbered list but that would be by paragraph not line.
    Message was edited by: John H

  • Quality Manager no record the calls.

    Hi everyone
    I'm Deploying a Recording QM solution and it does't record the calls.
    I'm using a Network Recording enviroment with CUCM 8.6, CCX 8.5(su4) and QM 8.5.2.18
    I've followed the QM Configuration Guide and the CUCM monitoring a recording configuration guide to setup the QM. 
    Postinstall process was good, without any errors.
    Agents have basic license, and workflow is configured.
    I can see RTP packets coming from Agents pohones on call to Windows 2008 QM server using Wireshark.
    But any audio files is saves in the Recording folder.
    I have found some error in log files releated with SQL DB, But I checked the SQL information, and it is ok.
    I have attached a RecordSErver0001.dbd error as well.
    RecordSErver0001.log
    2014-03-23 23:00:14:348 INFO SL4007 The Windows NT service has started.
    2014-03-23 23:00:16:407 INFO SOCKET0000 <RecordService> service on port <59102> has started.
    2014-03-23 23:00:16:469 INFO MS0001 Socket service has been started.
    2014-03-23 23:00:19:932 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:00:23:630 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:00:51:959 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:00:55:657 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:01:24:017 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:01:27:699 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:01:56:075 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:01:59:757 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:02:28:118 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:02:31:784 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:03:00:176 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:03:03:724 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:03:32:131 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:03:35:766 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:04:04:158 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:04:07:808 INFO QM0001 Unable to retrieve 'recording storage location' with error '-1'.  Retries will occur automatically.
    2014-03-23 23:09:43:225 INFO STD0004 Client <Primary_CTI> connected to service at <10.10.10.5>.
    2014-03-23 23:27:01:859 INFO CTI0001 An error was received from the QM CTI Server for client with MAC address '': 'Provider Down.'
    ctiservice.log
    2014-03-23 23:04:44,578 INFO  QMCT0000 Server is listening at port <52102>.
    2014-03-23 23:04:50,022 INFO  QMCT0000 Opening JTAPI Provider Primary='10.10.10.2' Username='QM'...
    2014-03-23 23:04:52,471 INFO  QMCT0000 SQM CTI Service ready.
    2014-03-23 23:05:49,006 INFO  QMCT0000 Client Connected <10.10.10.5>
    2014-03-23 23:05:49,053 INFO  QMCT0000 Sending Response <10.10.10.5>: Head[26,158,1]InvokeId=1;StatusCode=0;StatusText=OK;StatusMemory=0,0439;StatusThreads=0,0033;<
    2014-03-23 23:06:14,590 INFO  QMCT0000 TimeoutTimer[HeartbeatTimer] Timeout Items=0 - FreeMem=4784304 TotalMem=16252928 MaxMem=259522560.
    2014-03-23 23:09:43,225 INFO  QMCT0000 Client Connected <10.10.10.5>
    2014-03-23 23:09:44,223 INFO  QMCT0000 Sending Response <10.10.10.5>: Head[26,158,1]InvokeId=1;StatusCode=0;StatusText=OK;StatusMemory=0,0446;StatusThreads=0,0033;<
    2014-03-23 23:09:44,239 INFO  QMCT0000 <Agent[type=Network,dev=SEP000C298D44C2,ip=10.10.10.5,id=1.PC2]> created successfully.
    2014-03-23 23:09:44,254 INFO  QMCT0000 <Agent[type=Network,dev=SEP000C298D44C2,ip=10.10.10.5,id=1.PC2]> registered successfully.
    2014-03-23 23:09:44,254 INFO  QMCT0000 <Agent[type=Network,dev=SEP000C290478A3,ip=10.10.10.5,id=1.PC3]> created successfully.
    2014-03-23 23:09:44,254 INFO  QMCT0000 <Agent[type=Network,dev=SEP000C290478A3,ip=10.10.10.5,id=1.PC3]> registered successfully.
    2014-03-23 23:09:44,270 INFO  QMCT0000 <Agent[type=Network,dev=SEP000C29B5DB52,ip=10.10.10.5,id=1.PC1]> created successfully.
    2014-03-23 23:09:44,270 INFO  QMCT0000 <Agent[type=Network,dev=SEP000C29B5DB52,ip=10.10.10.5,id=1.PC1]> registered successfully.
    2014-03-23 23:15:43,039 INFO  QMCT0000 Client Connected <10.10.10.5>
    2014-03-23 23:15:43,039 INFO  QMCT0000 Sending Response <10.10.10.5>: Head[26,158,1]InvokeId=1;StatusCode=0;StatusText=OK;StatusMemory=0,0476;StatusThreads=0,0033;<
    2014-03-23 23:27:01,859 INFO  QMCT0000 NT Service requested shutdown <QM CTI Server[Configuration[10.10.10.5:52102][30,3]][running=true]>
    2014-03-23 23:27:01,859 INFO  QMCT0000 Shutting down request handling...
    2014-03-23 23:27:01,859 INFO  QMCT0000 Server no longer listening on port <52102>.
    2014-03-23 23:27:02,124 INFO  QMCT0000 Request handling shutdown complete.
    2014-03-23 23:27:02,124 INFO  QMCT0000 CTI Service shutdown complete.
    2014-03-23 23:27:03,372 INFO  QMCT0000 VERSION INFO: <Quality Management - ctiservice>: Version <8.5.2.18>
    2014-03-23 23:27:03,372 INFO  QMCT0000 NT Service requested start.
    2014-03-23 23:27:03,856 ERROR QMCT2006 Cannot load configuration from Data API Service.
    2014-03-23 23:27:03,856 ERROR QMCT2000 Could not retrieve configuration <Cannot load configuration from DB.>.  Retry in <30000> ms.
    2014-03-23 23:27:33,886 ERROR QMCT2006 Cannot load configuration from Data API Service.
    2014-03-23 23:27:33,886 ERROR QMCT2000 Could not retrieve configuration <Cannot load configuration from DB.>.  Retry in <30000> ms.
    2014-03-23 23:28:03,947 ERROR QMCT2006 Cannot load configuration from Data API Service.
    2014-03-23 23:28:03,947 ERROR QMCT2000 Could not retrieve configuration <Cannot load configuration from DB.>.  Retry in <30000> ms.
    2014-03-23 23:28:34,008 ERROR QMCT2006 Cannot load configuration from Data API Service.
    2014-03-23 23:28:34,008 ERROR QMCT2000 Could not retrieve configuration <Cannot load configuration from DB.>.  Retry in <30000> ms.
    2014-03-23 23:29:04,054 ERROR QMCT2006 Cannot load configuration from Data API Service.
    2014-03-23 23:29:04,054 ERROR QMCT2000 Could not retrieve configuration <Cannot load configuration from DB.>.  Retry in <30000> ms.
    2014-03-23 23:29:32,758 INFO  QMCT0000 NT Service requested shutdown <null>
    2014-03-23 23:29:32,773 INFO  QMCT0000 CTI Service shutdown complete.
    dbproxy.log
    14-03-23 22:02:05,442 INFO  QMDP0000 VERSION INFO: <Quality Management - dbproxy>: Version <8.5.2.18>
    2014-03-23 22:02:05,442 INFO  QMDP0000 NT Service requested start.
    2014-03-23 22:02:05,894 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:02:05,894 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:02:35,924 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:02:35,924 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:03:05,954 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:03:05,954 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:03:35,984 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:03:35,984 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:04:06,015 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:04:06,015 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:04:36,045 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:04:36,045 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:05:06,075 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:05:06,075 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:05:36,105 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:05:36,105 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:06:06,135 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:06:06,135 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:06:36,165 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:06:36,165 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:07:06,195 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:07:06,195 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:07:36,225 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:07:36,225 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:08:06,255 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:08:06,255 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:08:36,285 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:08:36,285 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:09:06,315 ERROR QMDP2001 Unable to load database connection properties from Data API Service
    2014-03-23 22:09:06,315 ERROR QMDP2003 Could not initialize RequestManager. Verify DB connection information is correct. Will retry in 30000ms.
    2014-03-23 22:09:36,626 INFO  QMDP0000 Server is listening at port <52103>.
    2014-03-23 22:14:42,839 ERROR QMDB2001 SQM database execute failed: The INSERT statement conflicted with the FOREIGN KEY constraint "EventAudit_person_FK". The conflict occurred in database "SQMDB", table "dbo.Person", column 'id'..
    2014-03-23 22:16:06,845 ERROR QMDB2001 SQM database execute failed: The INSERT statement conflicted with the FOREIGN KEY constraint "EventAudit_person_FK". The conflict occurred in database "SQMDB", table "dbo.Person", column 'id'..
    2014-03-23 22:16:11,431 INFO  QMDP0000 NT Service requested shutdown.
    2014-03-23 22:16:11,431 INFO  QMDP0000 Server no longer listening on port <52103>.
    2014-03-23 22:16:11,431 INFO  QMDP0000 DB Proxy shutdown complete.
    mana.log
    2014-03-23 23:25:42,626 INFO  MANA0000 Running polling diagnostic...
    2014-03-23 23:26:01,799 ERROR QMMN2016 Unexpected error while getting call data for CM task.
    2014-03-23 23:26:01,908 INFO  MANA0002 Notification: <2014-03-23 23:26:01 QM1000 [CATASTROPHIC] Mana no pudo conectarse a Quality Management CTI Service (10.10.10.3): RECHAZADA>
    2014-03-23 23:26:01,908 INFO  MANA0000 Polling diagnostic finished.
    Any aideas?
    Thank you

    Did you ever get this resolved?  This product is horrible.  I fix one thing and then another is broken.

  • Where is the Call to the Remote Header Portlet

    I am running into some issues and will really appreciate if any one can provide some information about the issue.
    We have a portlet ready navigation in our portal (6.1 MP1) and we have a custom header portlet ( Remote portlet , sitting on our portlet server). Once in a while the header portlet will disappear ( possible reasong, invalid response from remote portlet server, the web service times out.) in these events , We want to display soem fake HTML with error message on it.
    I am trying to find the actual call to the header portlet in the UI customization code but not able to find. I can get to the calls for the other type of portelt (Narrow, Wide portelts) in the "PortalContent View" But that View doesn't have calls for the header portelt.
    I will really appreciate if someone can provide some pointers on how to look for that call and what code to customize.
    thanks
    Manoj

    public virtual HTMLElementCollection GetHeaderElement()
    if (!GetHeaderHasBeenSet())
    return null;
    return ((HTMLElementCollection) (((NavigationModelTempData) GetTempData()).m_headerCollection));
    This is the code available in the NaviationModel.GetHeaderElement, What do you recommend for this kind of customization, How can i get the get the content of the header portlet and at the semtime find out if the webservice has timed out.
    Thanks For responding to my post

Maybe you are looking for

  • Adobe Bridge CS 6 error - crash

    Hey I have Adobe Photoshop CS6 elements. It has Adobe Bridge CS6. If I want to run Adobe Bridge receives an error: Problem signature:    Problem Event Name:                   APPCRASH    Application Name:                         Bridge.exe    Applica

  • Add New Field in KB15N

    Hello Friends, I need to add one field in the KB15N screen. I feel that I must use the coding block feature to first add the field in the structure CI_COBL and then follow the rest of the process. Is this is the right approach or is there any other s

  • Spool output into script

    Hello, I'm using dbms_metadata.getddl to generate a script to recreate a bunch of indexes for a schema. The SELECT command below works fine but I'm getting the SQL COMMAND and SPOOL OFF output in my spooled file. Is there a way to turn something off

  • TextEdit, Calca, Numbers photos syncing stop to work

    Hello, Since Mavericks have been having some obscure, difficult to formulate problem. In the nutshell, some programs (TextEdit, Calca to name the few) cease to work under unknown circumstances (nothing magical, I just missed the moment when it happen

  • How to install lightroom 4 when the password is not know to the apple mac computer?

    how to install the software and not know the password?