UCCX 8.0 Upload Recording problem

Hello,
I haven't been able to get the upload recording function to work. When I use the Reactive Script debug it works through the authenticate step, but then jumps to the unsuccessful step of the upload recording. I've tried loading it to L[en_US] as ptMsgOne.wav as well as to a subfolder called PatrickTest\ptMsgOne.wav. I tried with the prompt already being there, with an old message, and without it being there. Same results. I've attached the script, but just as a .docx, since some of the repondants can't always access .aef files. Any help would be greatly appreciated.
Thanks,
Patrick

I cannot see the properties of your Upload Document step, and it's possible the error is in there somewhere.  If you pop it open and screenshot it, I'll take a look.
On the topic of XML documents and templates, you could do this in one of three ways:
Individual XML documents for each prompt, and individual templates for each XML document
Individual XML documents for each prompt, and a single shared template for all XML documents
A single XML document, with individual elements for each prompt, and a single template for the XML document
Option 1 uses extra documents when they're not needed, but gives you flexibility with the templates
Option 2 uses less documents but limits your flexibility with the templates
Option 3 uses the least amount of documents, but has the most complex scripting requirements
I personally would go with option 2.  It's a good balance between file counts, and ease of scripting.
Moving to another solution option, I didn't see if this was a requirement or not, but do you need the recording to go unmodified between uses, or would the recording be re-recorded between uses?
E.g., If you were using a holiday greeting specific to the holiday, you would need to re-record the recording for each holiday.  On the flip side of that coin, you might have a "high call volume" message playing at the beginning of the call, which doesn't change, but you need to toggle it on and off.
In the case of the holiday greeting, you could simply silence the recording by pressing the mute button on the phone when you go to record it, so no audio is recorded, and then quickly end the recording step by pressing the pound/hash (#) key.
In the case of the "high call volume" message, you would definitely need to control the playing of the recording with a file.
But if you didn't want to mess with XML, and just to keep things simple, you could just use a plain text document for each prompt, which contains either a 0 or a 1 (Off or On respectively).
Here's how that would look if you were to read the status from the text file
Reading a Plain Text Status Document Example
Prompt
Filename
PatrickTest/ptMsgOne.wav
Contents
...audio...
Document
Filename
PatrickTect/ptMsgOne.txt
Contents
0
Script
Variables
Prompt msgOnePrompt = P[PatrickTest/ptMsgOne.wav]Document msgOneStatusDoc = DOC[PatrickTest/ptMsgOne.txt]String msgOneStatusValue = ""
Steps
StartAccept (--Triggering Contact--)Set msgOneStatusValue = msgOneStatusDocIf (msgOneStatusValue == "1")  True    /* Only play the prompt if the value is exactly equal to "1" */    Play Prompt (--Triggering Contact--, msgOnePrompt)  False    /* If the value is anything other than a "1", E.g., "0" or even "2", don't play it */Terminate (--Triggering Contact--)End
You could use the above example in your status management IVR to tell the admin if the current setting is either On or Off.
Here's how updating the status document could look, sans a menu or anything fancy, just straight to the mechanics of it.
Writing a Plain Text Status Document Example
Document
Filename
PatrickTect/ptMsgOne.txt
Contents
0
Script
Variables
String msgOneStatusFilename = "PatrickTest/ptMsgOne.txt"Document msgOneStatusDoc = DOC[PatrickTest/ptMsgOne.txt]String msgOneStatusValue = ""User user = USER[avholloway]
Steps
StartAccept (--Triggering Contact--)/* Get the current value */Set msgOneStatusValue = msgOneStatusDoc/* Toggle the value */If (msgOneStatusValue == "1")  True    /* We're flipping the value from a "1" to a "0" */    Set msgOneStatusValue = "0"  False    /* We're flipping the value from any other value to a "1" */    Set msgOneStatusValue = "1"/* Write the new value */Authenticate User PIN (user, "12345")  Successful    /* Authentication worked like a charm, upload the document, overwriting the existing one */    Upload Document (TEXT[msgOneStatusValue] to L[en_US], msgOneStatusFilename)      Successful        /* We have updated the document! */      Unsuccessful        /* Something went wrong updating the document */  Unsuccessful    /* Something went wrong authenticating the user */Terminate (--Triggering Contact--)End
I hope that sheds some light on the subject.
EDIT: Corrected a typo I had in the Upload Document step.
Anthony Holloway
Please use the star ratings to help drive great content to the top of searches.

Similar Messages

  • Recording problem for f-04 transation

    Hi,
    Iam using f-04 for uploading records from FBL3N. suppose if i have 3 records in database , recording is not going to second record, i have enter manually save button to go to second record (Mode 'A'), if i try with mode 'N), iam not getting output.
    PERFORM bdc_dynpro      USING 'SAPMF05A' '0122'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'BKPF-BUDAT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=SL'.
      PERFORM bdc_field       USING 'BKPF-BLDAT'
                                     l_dat1.
      PERFORM bdc_field       USING 'BKPF-BLART'
                                     it_bsis-blart .
      PERFORM bdc_field       USING 'BKPF-BUKRS'
                                     p_bukrs.
      PERFORM bdc_field       USING 'BKPF-BUDAT'
                                     l_dat2.
      PERFORM bdc_field       USING 'BKPF-MONAT'
                                     it_bsis-monat.
      PERFORM bdc_field       USING 'BKPF-WAERS'
                                     it_bsis-waers.
      PERFORM bdc_field       USING 'FS006-DOCID'
      PERFORM bdc_dynpro      USING 'SAPMF05A' '0710'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RF05A-XPOS1(03)'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=PA'.
      PERFORM bdc_field       USING 'RF05A-AGBUK'
                                     p_bukrs.
      PERFORM bdc_field       USING 'RF05A-AGKON'
                                     p_hkont.
      PERFORM bdc_field       USING 'RF05A-AGKOA'
                                    'S'.
      PERFORM bdc_field       USING 'RF05A-XNOPS'
                                    'X'.
      PERFORM bdc_field       USING 'RF05A-XPOS1(01)'
      PERFORM bdc_field       USING 'RF05A-XPOS1(03)'
                                    'X'.
      PERFORM bdc_dynpro      USING 'SAPMF05A' '0731'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RF05A-SEL01(01)'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=PA'.
      PERFORM bdc_field       USING 'RF05A-SEL01(01)'
                                     it_bsis-belnr.
      PERFORM bdc_dynpro      USING 'SAPDF05X' '3100'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=AB'.
      PERFORM bdc_field      USING  'BDC_SUBSCR'
                               'SAPDF05X'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RF05A-ABPOS'.
      PERFORM bdc_field       USING 'RF05A-ABPOS'
                                    '1'.
      PERFORM bdc_dynpro      USING 'SAPMF05A' '0700'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RF05A-NEWKO'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '/00'.
      PERFORM bdc_field       USING 'RF05A-NEWBS'
                                    '50'.
      PERFORM bdc_field       USING 'RF05A-NEWKO'
                                    '101047'.
      PERFORM bdc_dynpro      USING 'SAPMF05A' '0300'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'BSEG-WRBTR'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '/00'.
      PERFORM bdc_field       USING 'BSEG-WRBTR'
                                     v_amt.
      PERFORM bdc_field       USING 'BSEG-VALUT'
                                      l_dat3.
      PERFORM bdc_field USING  'BDC_SUBSCR'
                                 'SAPLKACB'.
      PERFORM bdc_field       USING 'DKACB-FMORE'
                                      'X'.
      PERFORM bdc_dynpro      USING 'SAPLKACB' '0002'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'COBL-ANLN1'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=ENTE'.
      PERFORM bdc_field      USING  'BDC_SUBSCR'
                                 'SAPLKACB'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=BU'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '/00'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=BU'.
    ANy one help me to go to second record with out user interaction.
    thanks,
    Veeru

    HI Veeru,
    Problem may be in file structure and which method u r using for uplaod the data?
    Regards,
    Kumar.

  • Need help, Trouble in uploading records using sql loader in Forms 6i

    Hi,
    I am trying to develop a screen for uploading records to a table by using a ctl file, batch file and sql loader.
    Env: Forms 6i, Oracle 8
    Table to be updated is: shy_upload_table
    My TSN entry looks similar to this,
    TEST_AXA.CNB.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 11.23.11.123)(PORT = 1234))
    (CONNECT_DATA =
    (SID = axdabc)
    My intention is whenever i press the upload_button, I should truncate the table and upload it with the contents of the file.
    In the when-button-pressed event of the upload_button I have the following code. always I am able to truncate the table but am not able to upload it with the contents of the file. Can any of you help me fix this problem ?
    declare
         var_control varchar2(256);
         VAR_DATA VARCHAR2(256);
         VAR_OUTPUT VARCHAR2(500);
         var_filename varchar2(256);
         str varchar2(50);
         cnt number;
    begin
         FORMS_DDL('TRUNCATE TABLE shy_upload_table ');
         select count(*) into cnt from shy_upload_table;
         message('count '||cnt);
         MESSAGE('');
    If NOT form_success Then
         MESSAGE('Upload Failed');
         MESSAGE('Upload Failed');           
    else
         set_item_property('DISPLAY_PB',enabled,property_true);
    --when ever i run, i am able to see the display_pb enabled. it means form_success is true.
    end if;
         var_filename := :txt_filename;
    --I have tried with each of the below option,
    --sqlldr userid/[email protected] control=F:\ERP\file_upload.ctl
    --sqlldr userid/password@axdabc control=F:\ERP\file_upload.ctl
    --sqlldr userid/password@TEST_AXA.CNB.COM control=F:\ERP\file_upload.ctl
         VAR_DATA :='data=' || var_filename ;
         VAR_OUTPUT := var_control|| ' ' ||VAR_DATA;
         host('F:\a.bat');
    end;
    batch file contents...
    # I have tried with each of the below options
    sqlldr userid/[email protected] control=F:\ERP\file_upload.ctl data=F:\ERP\sample.txt log=F:\ERP\x.log bad=F:\ERP\x.bad
    #sqlldr userid/password@axdabc control=F:\ERP\file_upload.ctl data=F:\ERP\sample.txt log=F:\ERP\x.log bad=F:\ERP\x.bad
    #sqlldr userid/password@TEST_AXA.CNB.COM control=F:\ERP\file_upload.ctl data=F:\ERP\sample.txt log=F:\ERP\x.log bad=F:\ERP\x.bad
    pause
    Thanks
    vish

    Hi Francois,
    Thanks for responding, I am not very sure of what you want me to try out.
    When I double click the batch file containing the below, the record gets inserted in the table. Only when using my form and trying to upload, it fails to insert the record.
    batch file contents...
    #sqlldr userid/password@TEST_AXA.CNB.COM control=F:\ERP\file_upload.ctl data=F:\ERP\sample.txt log=F:\ERP\x.log bad=F:\ERP\x.bad
    pause
    Thanks
    Vish

  • Sync error: Uploading records failed: "client issue: request body too large"

    1328917629619 Sync.Engine.AdblockPlus DEBUG Uploading records failed: "client issue: request body too large"
    This happens from 2 Win 7 computer and 1 Win XP computer sync'd. Without the Add Block Plus being sync'd everything works.

    Hi!
    That's a problem with the Add Block Plus sync engine. It seems that they have issues on their servers.
    Try to ask the same question in their forum: https://adblockplus.org/forum/
    Good luck!

  • How to upload records  in two different interface tables through WebADI.

    We have created custom integrator with two different interfaces to insert records in AP_INVOICES_INTERFACES and AP_INVOICE_LINES_INTERFACE. Also defined the custom layout in which we mention the header and lines column info to be displayed in the spreadsheet. When I tried to create document to upload the records into the interface tables, could find two different interface for header and lines , when we select the header and upload records into the AP_INVOICES_INTERFACES table it was successfull. But couldn't upload records inserted in Lines interfaces tables. How do we upload records in both the table do we have constraint with Web ADI can insert records to only one interface tables. Any recommendation highly appreciated.

    Raghu,
    Thanks for the reply,
    I have a concern, But if you are connecting a another database you have to create one more subreport and each time am creating connections across databases we have to create subreport and go for the design to show the record. Is it any way to have a common field or union records approach in crystal report 2008.
    For Example :
    Approach 1 :
    Emp name           Emp salary      (Common Header)
    Variable Field1    Variable field2   ( Iterations to be done here for records)
    Variable field 1 contains ---> emptbl(employee name), b.emptbl(employee name) (A database, b database, c database or any .db)
    Variable field2  contains --->  emptbl (salary info between databases)
    Approach 2:
    getting all the records and union all the records 
    Thanks
    Murali Sri

  • Recording problem on my Xi-Fi Fatality?

    'Recording problem on my Xi-Fi Fatality?d So I have a Xi-Fi Fatality, and I would like to be able to record directly from my computer so that it's own output is also the input. For example, if I'm on ventrillo or something and I want to play a funny mp3 to show my friends I'd like to be able for the audio to come directly from the output.
    Anyways, my microphone seems to work fine, and that's where the trouble begins.
    I go to the sound control panel and click on the recording tab. ? It has microphone as the default device and it says "working."
    There are also options for "Auxillary" "Line-In" "Digital-In" and "What U Hear"
    However, under each of them it says "currently unavailable"
    I am unable to get any of them to function even when I set them to the default device.
    Is this normal?

    + It's funny you should post this because I came here right now to post the exact same thing. I would have posted earlier but I forgot my account information and had to wait to get a reply email.
    So... same here (yes I know this was no help).
    Actually this is kind of weird. Every now and then my "Aux 2" will become available and my mic is not. I have to restart my computer 4 or 5 times for my mic to become available.

  • How to upload records into Infotype 382(Awards)

    Hi,
      Could anyone suggest me how to upload records into infotype 382(Awards) of an Employee.
    For solutions points rewarded.
    Regards,
    Radhu

    Hi
    you can develop a <b>BDC</b> for transaction <b>PA30</b>
    using infotype 382.
    (or)
    can upload using batch input recording in <b>LSMW</b>.
    regards,
    Thangesh

  • Record Store only reads one record problem

    I have a problem where I can read and write a record to a records store, but i can not do this for multiple records as i am trying with below code. Any help is very welcomes thank you, I am very new to J2ME.
    I have a J2ME midlet that calls the startRecordStore() method which create a record 1.
    It uses a static int records and it increments it every time a new recordstore is created, well I am not entirely sure if i need to do this. Because I want to go through all the records created.
    public void startRecordStore() {
         // Incremenets records count
         // Temporary example for this workshop only
         records+=1;
         try { rs = RecordStore.openRecordStore("StudentStore"+records+"", true);
         catch (Exception err) {
              Alert alr = new Alert("Error Creating", err.toString(), null, AlertType.WARNING);
              alr.setTimeout(Alert.FOREVER);
              display.setCurrent(alr);
    }Then it calls the readData() method which reads the data from the 3 fields, something like this
    for(int i=0;i<count;i++) {
              ods.writeUTF(ReadDataString);
              ods.writeUTF(ReadDataString[i+1]);
              ods.writeInt(ReadDataInt[i]);
              ods.flush();
              // Put the whole write stream to a byte
              ReadDataByte = os.toByteArray();
              // finally add the fetchDataType to to a record store
              rs.addRecord(ReadDataByte, 0, ReadDataByte.length);
         os.reset();
         os.close();
         ods.close();
    Then the WriteData() method is called displaying the records
    PROBLEM it only displays the last record, instead of more then one record.
    eg. StudentStore1, StudentStore2 etc etc ..
    // create record enumerator referrence to the instance
         re = rs.enumerateRecords(null,null,false);
         // go through each records using enumerator
         while(re.hasNextElement()) {
              rs.getRecord(re.nextRecordId(), ReadInputData, 0);
              buffer.append(ids.readUTF());
              buffer.append("\n");
              buffer.append(ids.readUTF());
              buffer.append("\n");
              buffer.append(ids.readInt());
              buffer.append("\n");
              Alert alr = new Alert("Currently Reading", buffer.toString(), null, AlertType.WARNING);
              alr.setTimeout(Alert.FOREVER);
              display.setCurrent(alr);
         // CLOSE INPUT STREAM
         is.close();Any idea thanks guys

    public void startRecordStore() {
        records+=1;
        try {
            rs = RecordStore.openRecordStore("StudentStore"+records+"", true);
        }Are you sure this is what you want to do?
    I don't know where you're calling startRecordStore(), but you're creating a new record store for each "records".
    Shouldn't you be just opening the record store "StudentStore", and them adding records to that store?
    jc

  • Audio recording problem in Cap 5

    I have used earlier Captivate editions a great deal and never had audio recording problems.  I am getting a weak scratchy audio recording.  I have tried in Vista, Win 7 and with multiple microphones.  What can be the problem?

    Joe,
    Unfortunately, you have posted to the Premiere forum. This was the precursor to PrPro. The MOD's will probably move this out to the PrPro forum, so more folk will see it and can respond.
    Now, did you use a USB mic? Many have had issues with those.
    Also, going back about a year, there was a similar thread, and the description was about the same - "chipmunk." I do not recall the flow of that thread, or the resolution, but will try to find it. I just hope that it was not before the forum changeover, as it is likely gone forever.
    Good luck,
    Hunt
    [Edit] OK, I think that this is the THREAD.
    Message was edited by: Bill Hunt - Added Edit and link

  • Audio Recording Problem - distorted

    Hey all,
    I got an audio recording problem here...
    When I try to record audio onto my project, the sounds is very poor and distorted. Plus, there is a pretty ugly delay. But when I use garageband, the sound is great and how it should be. So this makes me think that Logic has some sort of problem with my driver (Firebox) or somethin'.
    Here's my Setup
    -imac G5
    -Logic Pro 7.2 (Bought just a few days ago)
    -Presonus Firebox (audio interface)
    -Condensor Mic
    Cheers!

    Hi,
    It is possible that your FireBox is not the audio card set up in Logic, and that you are accidentally recording the built-in mic.
    If Garageband is seeing your FireBox corrctly, then it is the setup in Logic, and nothing else, that you should be looking at.
    Check your audio hardware and drivers.
    Cheers

  • Re: Recording Problems - Programmes Recoding but B...

    Posts: 1
    Registered: 24-02-2011
    0
    Re: Recording Problems - Programmes Recoding but Blank Screen
    Options
    Edit Reply
    Mark as New
    Bookmark
    Subscribe
    Subscribe to this message's RSS Feed
    Highlight this Message
    Print
    Email this Message to a Friend
    Report Inappropriate Content
    on 24-02-2011 21h35
    Need help please I'm new to this forum... I have been having a few problems with my recordings like others I try to play back programme I have recorded and get nothing and also trying to delete a programme I'm getting a message to say I can't delete as the programme may be running on another box!!! I only have 1 box!!! I have tried all the rebooting fixes but no joy... I have an old white style hh... Is this or the box tired and in need of replacing??? I've also checked the settings and I'm online and have space on my disk!!! Help

    We have had the same problem, which is really frustrating!!
    The box appears to be recording but when the programme is played back, it stops during the programme and goes to the resume play on the menu or sometimes the channel isn't there, its just a black screen, I'm thinking of going to Sky if it carries on, getting really fed up now!!!
    davearliss wrote:
    Posts: 1
    Registered: 24-02-2011
    0
    Re: Recording Problems - Programmes Recoding but Blank Screen
    Options
    Edit Reply
    Mark as New
    Bookmark
    Subscribe
    Subscribe to this message's RSS Feed
    Highlight this Message
    Print
    Email this Message to a Friend
    Report Inappropriate Content
    on 24-02-2011 21h35
    Need help please I'm new to this forum... I have been having a few problems with my recordings like others I try to play back programme I have recorded and get nothing and also trying to delete a programme I'm getting a message to say I can't delete as the programme may be running on another box!!! I only have 1 box!!! I have tried all the rebooting fixes but no joy... I have an old white style hh... Is this or the box tired and in need of replacing??? I've also checked the settings and I'm online and have space on my disk!!! Help

  • Problems with Upload record to Infotype 2010 together with Cost Assignment (PREF)

    Hi
    I create program using your guide
    http://scn.sap.com/people/aditya.palekar/blog/2010/01/19/uploading-a-pa-infotype-record-with-cost-assignment
    but I have two problems:
    If I call method "CALL METHOD ref2->modify_data" is obligatory parameter SECONDARY_RECORD, but I update only infotype 2010 as PRIMARY_RECORD and PREF (I don't have secondary record).
    When for secondary_record use same record as primary_record, give me an error. When for secondary_record use null record give me a error.
    I try used "ref2->MODIFY_PRIMARY_RECORD" and "ref2->MODIFY_PREF" together, but using method "CALL METHOD g_masterdata_bl->INSERT" updated only last record (in this case is PREF because is call as last method"ref2->MODIFY_PREF")
    What InfoType is Secondary_Record for InfoType 2010?
    I have problem with NO COMMIT data. Method "CALL METHOD g_masterdata_bl->flush" have a parameter no_commit with two possible options. When I use no_commit = 'X', this commit data even if this do don't commit.
    Why still commit data? When this method no_commit data?
    Thank you

    Hi
    I create program using your guide
    http://scn.sap.com/people/aditya.palekar/blog/2010/01/19/uploading-a-pa-infotype-record-with-cost-assignment
    but I have two problems:
    If I call method "CALL METHOD ref2->modify_data" is obligatory parameter SECONDARY_RECORD, but I update only infotype 2010 as PRIMARY_RECORD and PREF (I don't have secondary record).
    When for secondary_record use same record as primary_record, give me an error. When for secondary_record use null record give me a error.
    I try used "ref2->MODIFY_PRIMARY_RECORD" and "ref2->MODIFY_PREF" together, but using method "CALL METHOD g_masterdata_bl->INSERT" updated only last record (in this case is PREF because is call as last method"ref2->MODIFY_PREF")
    What InfoType is Secondary_Record for InfoType 2010?
    I have problem with NO COMMIT data. Method "CALL METHOD g_masterdata_bl->flush" have a parameter no_commit with two possible options. When I use no_commit = 'X', this commit data even if this do don't commit.
    Why still commit data? When this method no_commit data?
    Thank you

  • Stereo Audio Record problem (While recording video as well)

    Hi,
    I just just bought Sony Xperia C3 dual yesterday. I'm having problem with audio recording. I installed the Sony audio recorder from Google play store but while recording in stereo mode with it the gain suddenly drops after 1/2 second(s). Same problem while recording a video with stock camera app as well, video quality is fine but the audio with it is,just worst. Tried third party app like regorge pro but faced the same problem. Tried disabling the AGC with it, but no good. Recording in mono mode just works fine and I get clear record.
    Any solution?
    Thanks.

    @uliwooly  This one i recorded today morning. The audio starts good & clear at the begining but just after one second it drops & then you can hear the bus engine sounds like waterfall. Here is the youtube link https://www.youtube.com/watch?v=5H1jNxyYMlw Here's another video uploaded by a review site with the same problem https://www.youtube.com/watch?v=z3vKwydfN6U & more from youtube https://www.youtube.com/watch?v=-GLLj2ommP4  then i used a third party audio recorder with mic switch option https://www.youtube.com/watch?v=D6d4uAEZFRE as usual with the rear mic the gain suddenly drops after second & you can hear some weird sounds like a "movie bomb" sound at 00:04, "rattle snake" sound at 00:05 & 00:12 & with the front mic starts at 00:17 you can hear the difference. It's mono but so clear & sharp.  Finally, as i dont have the mic swith option while recording video, all videos i record will have the same problem. This is definitely not  the typical "sony" thing to carry on.

  • Sorting records problem in BOE

    Hi all.
    I have a problem. I have created a new Crystal Reports Report which I uploaded to BOE. I tested it firstly locally in my machine, refreshing it through Crystal Reports  at design time. It gives me the results I want.
    This reports gets called from another application via URL using the opendocument command. Such application sends the proper parameters to my report when I upload it to BOE. The BOE server connects to the same DatabaseServer which I get connected locally. The problem comes when I execute the Report in BOE through the opendocument command, cause it sorts the records in a different order from the order I get when I run it locally which is a big issue since the main functionality of this report is based on the order it presents the information.
    The DataSource  for my Report is an Oracle Stored Procedure.
    This would be the output of my local Report (It would be clearer if I could upload the PDF file itself, but I'm afraid I can't)
    CPM FOP_01 Produccion
         CPM FOP_01 C2 Produccion
              Cemento Granel Tipo V
              Clinker Gris 02 Tipo I
              Harina Gris - es
    CPM FOP_01 Inventarios
         CPM FOP_01 C2 Inventarios Amounts
         CPM FOP_01 C2 Inventarios Units
    CPM FOP_01 C1 Income
         Own production
    This would be the output of the Report called from the application.  As you can see the record containing CPM FOP_01 C1 Spread should not be placed there, according to my local test
    CPM FOP_01 Produccion
         CPM FOP_01 C2 Produccion
              Cemento Granel Tipo V
              Clinker Gris 02 Tipo I
              Harina Gris - es
    CPM FOP_01 C1 Spread
    CPM FOP_01 Inventarios
         CPM FOP_01 C2 Inventarios Amounts
         CPM FOP_01 C2 Inventarios Units
    CPM FOP_01 C1 Income
         Own production
    The record containing CPM FOP_01 C1 Spread does exist in my report, but should be placed in another section below the section it is placed now.
    Besides, the report in BOE is doing weird things such as hiding some totals is should not hide.
    I wonder is this has something to do with some sort of problem involving the services, or maybe some cache memory or something alike. I tried as many things as have come to my mind in order to solve this issue, but now I'm out of ideas.
    As always, any help will be very useful for me and my team
    Edited by: GABRIEL SANCHEZ VALDEZ on Jun 22, 2010 7:11 PM

    Hi Gabriel,
    Since you are a BOE user you should also have a support contract. I suggest you log a new case and get a Support engineer working with your directly. Then you can attach the PDF to the case.
    Thank you
    Don
    Also, I am moving this post to the BOE forum.

  • BDC  RECORDING PROBLEM

    HI all,
    i am  uploading the customer master data  by using  bdc session method.
    Tcode XD01 contain customizing  tab and subscreen with four Z fields .
    When i am recording Tcode XD01 that tab and subscreen with fields not appearing  how i can write code for that four fields .please give me code sample following are details.
    standard program: sapmf02d.
    subscreen program: ztab_scr(sub screen designed for four fields program name)
    screen number : 5000
    ok _code = ok-code-5000.
    Please give ur suggestions... asap
    thanks&Regards,
    rao.

    Tale a look at OSS note <a href="https://websmp101.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=105244&_NLANG=E">Note 105244 - LSMW 1.0: known problems, tips and tricks</a>
    Extract :
    <i>Situation:
    You added separate fields to table KNA1 and want to fill these fields when you transfer data.
    Tip:
    Make sure that your own fields are also supplemented in the structure BKNA1 and on standard screens. Then these fields are also supplied by the standard batch input program RFBIDE00.</i>
    Regards

Maybe you are looking for