Transaction BP recording problem.

Hi Everyone,
I am trying to do the BDC rcording for the t-code BP in Finance. Ecc 6.0.
What I am trying to do is update the information of the existing partner nos. While updateing I have to switch to edit mode from the display mode.
So when you run the recording at times it comes in display mode and at times in edit mode. I want the recording to run in edit mode always.
Can anyone tell me where am I going wrong. What could be an alternative for this .....
Also can any one suggest any BAPI for the same requirement . The list of fields to be changed are:-
Enter the Business Partner number (in the input file)
Enter SAP Credit Management in the Display in BP role
Make sure the General Data Section of the Business Partner is selected
Select the Credit Profile Tab
The following fields must be populated
Score –
Valid To –
Check Rule –
Customer Group –
Rules
Radio Button Limit Defined must be set
Limit –
Valid To –
Save the record and progress to the next record in the file
Thanks,
Anu.

Hi Poorna
BDC recording is not very reliable for any SAP screen using controls (most SAPGUI screens built since about 2000 use the control framework).
The Marketing Attributes sub-screen is a grid control, I believe.
Try using IDocs for reliable messaging, or BAPI's if you have some other form of error handling.
Cheers
Dom

Similar Messages

  • 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.

  • Drilldown from workbook to R3 Transaction. InfoSource problem

    Hello sapfans,
    Using RSBBS i've made a link between a workbbok and a R3 transaction. The problem is that each time the user choose the path:
    GoTo->MyTransaction the Bex ask him to select an InfoSource.....
    How do i Make this Popup to disapear??? I already chose the infosource and save the workbook but no results... 
    Please Advice,
    Amir

    Amir,
    Have you specified an InfoSource in RSBBS? Specify an InfoSource there and then try. InfoSource popup should not come then.
    Cheers
    Aneesh

  • 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

  • IDOC's in TRFC ("Transaction recorded") Problem

    Dear Gurus,
    BW System = SAP NetWeaver 7.40 , Sap_Basis = 7.40 - 007 , Database = Hana , 1.00.80.00.391861 , Kernel = 741 , Sup.Pck.Lvl = 31
    ERP System = ERP 6 EHP 4 , Sap_Basis = 701 - 0011 , Database = Oracle , 11.2.0.4.0 , Kernel = 721 , Sup.Pck.Lvl = 401
    The IDOCs we send are sitting in TRFC queues, they are not sent to the target system. I checked all the ALE settings, they are fine. The processing mode is "Immediate".
    When I go to SM58 I will find the entry for the transaction with status "Transaction Recorded". If I select the entry and press F6 (Execute LUW) the IDOC is sent to the target system and the queue becomes empty.
    Also " 530997 - tRFC calls are not processed in transaction SM58" job is scheduled for 2 min period but same result !
    What is the problem ? It should be goes automatically.
    Best Regards

    Dear Kumar,
    We have enough DIALOG WP defined, now we will check 1280898 note and see what happens.
    Best Regards

  • In a global transaction 2 records are inserted in a DB, but only one of them is committed

    Hello,
    in a ATMI application I run the following servers using one DB2 database:
    A kind of Frontend, which receives requests over TCP-IP and sends these requests to other servers by the following calls: tpbegin, tpcall S1, tpcall S2, tpcommit
    S1, written in C with embedded SQL: inserts 1 record A
    S2, written in COBOL with embedded SQL: inserts 1 record B
    Here is a snippet of the config-File:
    >>>>>>
    *GROUPS
    GROUP1
          LMID=server    GRPNO=1
          TMSNAME=TMS_UDB TMSCOUNT=2
          OPENINFO="UDB_XA:db=xxx,uid=yyy,pwd=zzz"
    *SERVERS
    FE     SRVGRP=GROUP1 SRVID=200 MIN=1 MAX=1 MINDISPATCHTHREADS=1 MAXDISPATCHTHREADS=2 CLOPT="-s FE:services"
    S1     SRVGRP=GROUP1 SRVID=100 MIN=1 MAX=1 CLOPT="-s S1:services"
    S2     SRVGRP=GROUP1 SRVID=700 MIN=1 MAX=5 CLOPT="-s S2:services"
    <<<<<<
    My problem is: only record B is in the database at the end of the transaction. If I am debugging the transaction I can see that record A is inserted into the database, but it has vanished after the tpcommit.
    All servers are built with "-r UDB_XA" and call tpopen during initialisation.
    I have produced a trace, where I see the following:
    Tuxedo Version 12.1.1.0, 64-bit, Linux RH, DB2 9.7
    gtrid is the same everywhere
    tpreturn in S2 calls xa_end: this is the server which inserts the commited record B
    tpreturn in S1 does NOT call xa_end.
    Thanks everyone.
    Georg

    Hi Todd,
    In the call of S1 the TPNOTRAN flag is not set
    S1 ist built with: buildserver -o ... -f "source/S1.c $(LINK_OBJS)" -r UDB_XA -s S1:services
    All the servers are built alike.
    Statements like SQL CONNECT do not exist in S1
    What does irritate me in the trace: there are lines with "tpopen = 1". In the documentation the return value for error is -1, and we check for -1 in the code. What does the 1 mean?
    The trace follows beneath.
    Regards
    Georg
    151706.SERVER!tmboot.5389.2406381312.-2: 08-06-2013: client high water (0), total client (0)
    151706.SERVER!tmboot.5389.2406381312.-2: TRACE:tr:  trace("*:ulog:dye")
    151706.SERVER!tmboot.5389.2406381312.-2: TRACE:tr:  dye
    151708.SERVER!BBL.5390.530695936.0: 08-06-2013: Tuxedo Version 12.1.1.0, 64-bit, Patch Level (none)
    151708.SERVER!BBL.5390.530695936.0: TRACE:tr:  trace("*:ulog:dye")
    151708.SERVER!BBL.5390.530695936.0: TRACE:tr:  dye
    151708.SERVER!BBL.5390.530695936.0: TRACE:tr:  trace("*:ulog:dye")
    151708.SERVER!BBL.5390.530695936.0: TRACE:tr:  dye
    151710.SERVER!BBL.5390.530695936.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!BBL.5390.530695936.0: TRACE:tr:  dye
    151710.SERVER!BBL.5390.530695936.0: LIBTUX_CAT:262: INFO: Standard main starting
    151710.SERVER!BBL.5390.530695936.0: TRACE:ia:  { tpsvrinit(14, "BBL -C dom=DOM -g 30002 -i 0 -u SERVER -U /path/ULOG -m 0 -A")
    151710.SERVER!BBL.5390.530695936.0: TRACE:ia:    { tpadvertise(".TMIB", 0x0x409349)
    151710.SERVER!BBL.5390.530695936.0: TRACE:ia:    } tpadvertise = 1
    151710.SERVER!BBL.5390.530695936.0: TRACE:ia:    { tpadvertise("..TMIBSET", 0x0x409349)
    151710.SERVER!BBL.5390.530695936.0: TRACE:ia:    } tpadvertise = 1 [tperrno TPENOENT]
    151710.SERVER!BBL.5390.530695936.0: TRACE:ia:  } tpsvrinit = 1 [tperrno TPENOENT]
    151710.SERVER!TMS_UDB.5393.2750289696.0: 08-06-2013: Tuxedo Version 12.1.1.0, 64-bit
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:tr:  dye
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:tr:  dye
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:tr:  dye
    151710.SERVER!TMS_UDB.5393.2750289696.0: LIBTUX_CAT:262: INFO: Standard main starting
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:ia:  { tpsvrinit(14, "TMS_UDB -C dom=DOM -g 1 -i 30001 -u SERVER -U /path/ULOG -m 0 -A")
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:ia:    { tpopen()
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:xa:      { xa_open(0x0xeeeb10, 0, 0x0)
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:xa:      } xa_open = 0
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:ia:    } tpopen = 1
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:ia:    { tpalloc("rpcrqst", "", 4096)
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:ia:    } tpalloc = 0x0xf4a068
    151710.SERVER!BBL.5390.530695936.0: TRACE:ia:  { tprealloc(0x0xe0ad28, 52)
    151710.SERVER!BBL.5390.530695936.0: TRACE:ia:  } tprealloc = 0x0xe0e208
    151710.SERVER!BBL.5390.530695936.0: TRACE:ia:  { tpfree(0x0xe0d7b8)
    151710.SERVER!BBL.5390.530695936.0: TRACE:ia:  } tpfree
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:ia:    { tpfree(0x0xf4e188)
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:ia:    } tpfree
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:xa:    { xa_recover(0x0x7fff59d82990, 100, 0, 0x1000000)
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:xa:    } xa_recover = 0
    151710.SERVER!TMS_UDB.5393.2750289696.0: TRACE:ia:  } tpsvrinit = 1
    151710.SERVER!TMS_UDB.5394.2099959584.0: 08-06-2013: Tuxedo Version 12.1.1.0, 64-bit
    151710.SERVER!TMS_UDB.5394.2099959584.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!TMS_UDB.5394.2099959584.0: TRACE:tr:  dye
    151710.SERVER!TMS_UDB.5394.2099959584.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!TMS_UDB.5394.2099959584.0: TRACE:tr:  dye
    151710.SERVER!TMS_UDB.5394.2099959584.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!TMS_UDB.5394.2099959584.0: TRACE:tr:  dye
    151710.SERVER!TMS_UDB.5394.2099959584.0: LIBTUX_CAT:262: INFO: Standard main starting
    151710.SERVER!TMS_UDB.5394.2099959584.0: TRACE:ia:  { tpsvrinit(14, "TMS_UDB -C dom=DOM -g 1 -i 30002 -u SERVER -U /path/ULOG -m 0 -A")
    151710.SERVER!TMS_UDB.5394.2099959584.0: TRACE:ia:    { tpopen()
    151710.SERVER!TMS_UDB.5394.2099959584.0: TRACE:xa:      { xa_open(0x0x1706b10, 0, 0x0)
    151710.SERVER!TMS_UDB.5394.2099959584.0: TRACE:xa:      } xa_open = 0
    151710.SERVER!TMS_UDB.5394.2099959584.0: TRACE:ia:    } tpopen = 1
    151710.SERVER!TMS_UDB.5394.2099959584.0: TRACE:ia:  } tpsvrinit = 1
    151710.SERVER!S1.5395.3805534048.0: 08-06-2013: Tuxedo Version 12.1.1.0, 64-bit
    151710.SERVER!S1.5395.3805534048.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!S1.5395.3805534048.0: TRACE:tr:  dye
    151710.SERVER!S1.5395.3805534048.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!S1.5395.3805534048.0: TRACE:tr:  dye
    151710.SERVER!S1.5395.3805534048.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!S1.5395.3805534048.0: TRACE:tr:  dye
    151710.SERVER!S1.5395.3805534048.0: LIBTUX_CAT:262: INFO: Standard main starting
    151710.SERVER!S1.5395.3805534048.0: TRACE:at:  { tpsvrinit(18, "S1 -C dom=DOM -g 1 -i 100 -u SERVER -U /path/ULOG -m 0 -s S1:services")
    151710.SERVER!S1.5395.3805534048.0: TRACE:at:    { tpopen()
    151710.SERVER!S1.5395.3805534048.0: TRACE:xa:      { xa_open(0x0xf4eb10, 0, 0x0)
    151710.SERVER!S1.5395.3805534048.0: TRACE:xa:      } xa_open = 0
    151710.SERVER!S1.5395.3805534048.0: TRACE:at:    } tpopen = 1
    151710.SERVER!S1.5395.3805534048.0: TRACE:xa:    { ax_reg(0, 0x0x7fffbae0ac80, 0)
    151710.SERVER!S1.5395.3805534048.0: TRACE:xa:    } ax_reg = 0
    151710.SERVER!S1.5395.3805534048.0: TRACE:at:  } tpsvrinit = 0
    151710.SERVER!FE.5396.2057348960.0: 08-06-2013: Tuxedo Version 12.1.1.0, 64-bit
    151710.SERVER!FE.5396.2057348960.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!FE.5396.2057348960.0: TRACE:tr:  dye
    151710.SERVER!FE.5396.2057348960.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!FE.5396.2057348960.0: TRACE:tr:  dye
    151710.SERVER!FE.5396.2057348960.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!FE.5396.2057348960.0: TRACE:tr:  dye
    151710.SERVER!FE.5396.2057348960.0: LIBTUX_CAT:262: INFO: Standard main starting
    151710.SERVER!FE.5396.2057348960.0: TRACE:at:  { tpsvrinit(18, "FE -C dom=DOM -g 1 -i 200 -u SERVER -U /path/ULOG -m 0 -s FE:services")
    151710.SERVER!FE.5396.2057348960.0: TRACE:at:    { tpopen()
    151710.SERVER!FE.5396.2057348960.0: TRACE:xa:      { xa_open(0x0x29ddb10, 0, 0x0)
    151710.SERVER!FE.5396.2057348960.0: TRACE:xa:      } xa_open = 0
    151710.SERVER!FE.5396.2057348960.0: TRACE:at:    } tpopen = 1
    151710.SERVER!FE.5396.2057348960.0: TRACE:xa:    { ax_reg(0, 0x0x7fffeb618490, 0)
    151710.SERVER!FE.5396.2057348960.0: TRACE:xa:    } ax_reg = 0
    151710.SERVER!FE.5396.2057348960.0: TRACE:at:  } tpsvrinit = 0
    151710.SERVER!FE.5396.1917224704.-2: TRACE:at: { tpappthrinit (0)
    151710.SERVER!FE.5396.1917224704.-2: TRACE:ia:  { tpsetctxt(1, 0x0)
    151710.SERVER!FE.5396.1917224704.1: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!FE.5396.1917224704.1: TRACE:tr:    dye
    151710.SERVER!FE.5396.1917224704.1: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!FE.5396.1917224704.1: TRACE:at:} tpappthrinit = 0
    151710.SERVER!FE.5396.1917224704.1: TRACE:at:  { tpopen()
    151710.SERVER!FE.5396.1917224704.1: TRACE:xa:    { xa_open(0x0x7fd868005730, 0, 0x0)
    151710.SERVER!FE.5396.1906734848.-2: TRACE:at: { tpappthrinit (0)
    151710.SERVER!FE.5396.1906734848.-2: TRACE:ia:  { tpsetctxt(2, 0x0)
    151710.SERVER!FE.5396.1906734848.2: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!FE.5396.1906734848.2: TRACE:tr:    dye
    151710.SERVER!FE.5396.1906734848.2: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!FE.5396.1906734848.2: TRACE:at:} tpappthrinit = 0
    151710.SERVER!FE.5396.1906734848.2: TRACE:at:  { tpopen()
    151710.SERVER!FE.5396.1906734848.2: TRACE:xa:    { xa_open(0x0x7fd860005730, 0, 0x0)
    151710.SERVER!FE.5396.1896244992.-2: TRACE:at: { tpappthrinit (0)
    151710.SERVER!FE.5396.1896244992.-2: TRACE:ia:  { tpsetctxt(3, 0x0)
    151710.SERVER!FE.5396.1896244992.3: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!FE.5396.1896244992.3: TRACE:tr:    dye
    151710.SERVER!FE.5396.1896244992.3: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!FE.5396.1896244992.3: TRACE:at:} tpappthrinit = 0
    151710.SERVER!FE.5396.1896244992.3: TRACE:at:  { tpopen()
    151710.SERVER!FE.5396.1896244992.3: TRACE:xa:    { xa_open(0x0x7fd858005730, 0, 0x0)
    151710.SERVER!FE.5396.1885755136.-2: TRACE:at: { tpappthrinit (0)
    151710.SERVER!FE.5396.1885755136.-2: TRACE:ia:  { tpsetctxt(4, 0x0)
    151710.SERVER!FE.5396.1885755136.4: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!FE.5396.1885755136.4: TRACE:tr:    dye
    151710.SERVER!FE.5396.1885755136.4: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!FE.5396.1885755136.4: TRACE:at:} tpappthrinit = 0
    151710.SERVER!FE.5396.1885755136.4: TRACE:at:  { tpopen()
    151710.SERVER!FE.5396.1885755136.4: TRACE:xa:    { xa_open(0x0x7fd85c005730, 0, 0x0)
    151710.SERVER!FE.5396.1875265280.-2: TRACE:at: { tpappthrinit (0)
    151710.SERVER!FE.5396.1875265280.-2: TRACE:ia:  { tpsetctxt(5, 0x0)
    151710.SERVER!FE.5396.1875265280.5: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!FE.5396.1875265280.5: TRACE:tr:    dye
    151710.SERVER!FE.5396.1875265280.5: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!FE.5396.1875265280.5: TRACE:at:} tpappthrinit = 0
    151710.SERVER!FE.5396.1875265280.5: TRACE:at:  { tpopen()
    151710.SERVER!FE.5396.1875265280.5: TRACE:xa:    { xa_open(0x0x7fd850005730, 0, 0x0)
    151710.SERVER!FE.5396.1864775424.-2: TRACE:at: { tpappthrinit (0)
    151710.SERVER!FE.5396.1864775424.-2: TRACE:ia:  { tpsetctxt(6, 0x0)
    151710.SERVER!FE.5396.1864775424.6: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!FE.5396.1864775424.6: TRACE:tr:    dye
    151710.SERVER!FE.5396.1864775424.6: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!FE.5396.1864775424.6: TRACE:at:} tpappthrinit = 0
    151710.SERVER!FE.5396.1864775424.6: TRACE:at:  { tpopen()
    151710.SERVER!FE.5396.1864775424.6: TRACE:xa:    { xa_open(0x0x7fd854005730, 0, 0x0)
    151710.SERVER!FE.5396.1854285568.-2: TRACE:at: { tpappthrinit (0)
    151710.SERVER!FE.5396.1854285568.-2: TRACE:ia:  { tpsetctxt(7, 0x0)
    151710.SERVER!FE.5396.1854285568.7: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!FE.5396.1854285568.7: TRACE:tr:    dye
    151710.SERVER!FE.5396.1854285568.7: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!FE.5396.1854285568.7: TRACE:at:} tpappthrinit = 0
    151710.SERVER!FE.5396.1854285568.7: TRACE:at:  { tpopen()
    151710.SERVER!FE.5396.1854285568.7: TRACE:xa:    { xa_open(0x0x7fd848005730, 0, 0x0)
    151710.SERVER!FE.5396.1843795712.-2: TRACE:at: { tpappthrinit (0)
    151710.SERVER!FE.5396.1843795712.-2: TRACE:ia:  { tpsetctxt(8, 0x0)
    151710.SERVER!FE.5396.1843795712.8: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!FE.5396.1843795712.8: TRACE:tr:    dye
    151710.SERVER!FE.5396.1843795712.8: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!FE.5396.1843795712.8: TRACE:at:} tpappthrinit = 0
    151710.SERVER!FE.5396.1843795712.8: TRACE:at:  { tpopen()
    151710.SERVER!FE.5396.1843795712.8: TRACE:xa:    { xa_open(0x0x7fd84c005730, 0, 0x0)
    151710.SERVER!FE.5396.1822816000.-2: TRACE:ia:  { tpsetctxt(9, 0x0)
    151710.SERVER!FE.5396.1822816000.9: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!FE.5396.1822816000.9: TRACE:tr:    dye
    151710.SERVER!FE.5396.1822816000.9: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!FE.5396.1822816000.9: LIBTUX_CAT:6126: INFO: New server dispatched thread starting
    151710.SERVER!FE.5396.1822816000.9: TRACE:at:  { tpopen()
    151710.SERVER!FE.5396.1822816000.9: TRACE:xa:    { xa_open(0x0x7fd84c0170d0, 0, 0x0)
    151710.SERVER!FE.5396.1927714560.-2: TRACE:at: { tpappthrinit (0)
    151710.SERVER!FE.5396.1927714560.-2: TRACE:ia:  { tpsetctxt(10, 0x0)
    151710.SERVER!FE.5396.1927714560.10: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!FE.5396.1927714560.10: TRACE:tr:    dye
    151710.SERVER!FE.5396.1927714560.10: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!FE.5396.1927714560.10: TRACE:at:} tpappthrinit = 0
    151710.SERVER!FE.5396.1927714560.10: TRACE:at:  { tpopen()
    151710.SERVER!FE.5396.1927714560.10: TRACE:at:} tpappthrinit = 0
    151710.SERVER!FE.5396.1927714560.10: TRACE:at:  { tpopen()
    151710.SERVER!FE.5396.1927714560.10: TRACE:xa:    { xa_open(0x0x7fd848019880, 0, 0x0)
    151710.SERVER!FE.5396.1938204416.-2: TRACE:at: { tpappthrinit (0)
    151710.SERVER!FE.5396.1938204416.-2: TRACE:ia:  { tpsetctxt(11, 0x0)
    151710.SERVER!FE.5396.1938204416.11: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!FE.5396.1938204416.11: TRACE:tr:    dye
    151710.SERVER!FE.5396.1938204416.11: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!FE.5396.1938204416.11: TRACE:at:} tpappthrinit = 0
    151710.SERVER!FE.5396.1938204416.11: TRACE:at:  { tpopen()
    151710.SERVER!FE.5396.1938204416.11: TRACE:xa:    { xa_open(0x0x7fd8540192d0, 0, 0x0)
    151710.SERVER!FE.5396.1885755136.4: TRACE:xa:    } xa_open = 0
    151710.SERVER!FE.5396.1885755136.4: TRACE:at:  } tpopen = 1
    151710.SERVER!FE.5396.1843795712.8: TRACE:xa:    } xa_open = 0
    151710.SERVER!FE.5396.1843795712.8: TRACE:at:  } tpopen = 1
    151710.SERVER!SR.5409.185980768.0: 08-06-2013: Tuxedo Version 12.1.1.0, 64-bit
    151710.SERVER!SR.5409.185980768.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!SR.5409.185980768.0: TRACE:tr:  dye
    151710.SERVER!SR.5409.185980768.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!SR.5409.185980768.0: TRACE:tr:  dye
    151710.SERVER!SR.5409.185980768.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!SR.5409.185980768.0: TRACE:tr:  dye
    151710.SERVER!SR.5409.185980768.0: LIBTUX_CAT:262: INFO: Standard main starting
    151710.SERVER!SR.5409.185980768.0: TRACE:at:  { tpsvrinit(18, "SR -C dom=DOM -g 1 -i 300 -u SERVER -U /path/ULOG -m 0 -s SR:services")
    151710.SERVER!SR.5409.185980768.0: TRACE:at:    { tpopen()
    151710.SERVER!SR.5409.185980768.0: TRACE:xa:      { xa_open(0x0x1399b10, 0, 0x0)
    151710.SERVER!FE.5396.1896244992.3: TRACE:xa:    } xa_open = 0
    151710.SERVER!FE.5396.1896244992.3: TRACE:at:  } tpopen = 1
    151710.SERVER!FE.5396.1854285568.7: TRACE:xa:    } xa_open = 0
    151710.SERVER!FE.5396.1854285568.7: TRACE:at:  } tpopen = 1
    151710.SERVER!FE.5396.1917224704.1: TRACE:xa:    } xa_open = 0
    151710.SERVER!FE.5396.1917224704.1: TRACE:at:  } tpopen = 1
    151710.SERVER!FE.5396.1927714560.10: TRACE:xa:    } xa_open = 0
    151710.SERVER!FE.5396.1927714560.10: TRACE:at:  } tpopen = 1
    151710.SERVER!FE.5396.1822816000.9: TRACE:xa:    } xa_open = 0
    151710.SERVER!FE.5396.1822816000.9: TRACE:at:  } tpopen = 1
    151710.SERVER!FE.5396.1875265280.5: TRACE:xa:    } xa_open = 0
    151710.SERVER!FE.5396.1875265280.5: TRACE:at:  } tpopen = 1
    151710.SERVER!FE.5396.1906734848.2: TRACE:xa:    } xa_open = 0
    151710.SERVER!FE.5396.1906734848.2: TRACE:at:  } tpopen = 1
    151710.SERVER!FE.5396.1864775424.6: TRACE:xa:    } xa_open = 0
    151710.SERVER!FE.5396.1864775424.6: TRACE:at:  } tpopen = 1
    151710.SERVER!FE.5396.1938204416.11: TRACE:xa:    } xa_open = 0
    151710.SERVER!FE.5396.1938204416.11: TRACE:at:  } tpopen = 1
    151710.SERVER!SR.5409.185980768.0: TRACE:xa:      } xa_open = 0
    151710.SERVER!SR.5409.185980768.0: TRACE:at:    } tpopen = 1
    151710.SERVER!SR.5409.185980768.0: TRACE:xa:    { ax_reg(0, 0x0x7fff552572d0, 0)
    151710.SERVER!SR.5409.185980768.0: TRACE:xa:    } ax_reg = 0
    151710.SERVER!SR.5409.185980768.0: TRACE:at:  } tpsvrinit = 0
    151710.SERVER!SR.5409.56346368.-2: TRACE:at: { tpappthrinit (0)
    151710.SERVER!SR.5409.56346368.-2: TRACE:ia:  { tpsetctxt(1, 0x0)
    151710.SERVER!SR.5409.56346368.1: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!SR.5409.56346368.1: TRACE:tr:    dye
    151710.SERVER!SR.5409.56346368.1: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!SR.5409.56346368.1: TRACE:at:} tpappthrinit = 0
    151710.SERVER!SR.5409.56346368.1: TRACE:at:  { tpopen()
    151710.SERVER!SR.5409.56346368.1: TRACE:xa:    { xa_open(0x0x7f37fc005730, 0, 0x0)
    151710.SERVER!SR.5409.45856512.-2: TRACE:ia:  { tpsetctxt(2, 0x0)
    151710.SERVER!SR.5409.45856512.2: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!SR.5409.45856512.2: TRACE:tr:    dye
    151710.SERVER!SR.5409.45856512.2: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!SR.5409.45856512.2: LIBTUX_CAT:6126: INFO: New server dispatched thread starting
    151710.SERVER!SR.5409.45856512.2: TRACE:at:  { tpopen()
    151710.SERVER!SR.5409.45856512.2: TRACE:xa:    { xa_open(0x0x7f37f4003520, 0, 0x0)
    151710.SERVER!SR.5409.66836224.-2: TRACE:at: { tpappthrinit (0)
    151710.SERVER!SR.5409.66836224.-2: TRACE:ia:  { tpsetctxt(3, 0x0)
    151710.SERVER!SR.5409.66836224.3: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!SR.5409.66836224.3: TRACE:tr:    dye
    151710.SERVER!SR.5409.66836224.3: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!SR.5409.66836224.3: TRACE:at:} tpappthrinit = 0
    151710.SERVER!SR.5409.66836224.3: TRACE:at:  { tpopen()
    151710.SERVER!SR.5409.66836224.3: TRACE:xa:    { xa_open(0x0x7f37f8005730, 0, 0x0)
    151710.SERVER!SR.5409.45856512.2: TRACE:xa:    } xa_open = 0
    151710.SERVER!SR.5409.45856512.2: TRACE:at:  } tpopen = 1
    151710.SERVER!SR.5409.66836224.3: TRACE:xa:    } xa_open = 0
    151710.SERVER!SR.5409.66836224.3: TRACE:at:  } tpopen = 1
    151710.SERVER!SR.5409.56346368.1: TRACE:xa:    } xa_open = 0
    151710.SERVER!SR.5409.56346368.1: TRACE:at:  } tpopen = 1
    151710.SERVER!SD.5413.2751166304.0: 08-06-2013: Tuxedo Version 12.1.1.0, 64-bit
    151710.SERVER!SD.5413.2751166304.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!SD.5413.2751166304.0: TRACE:tr:  dye
    151710.SERVER!SD.5413.2751166304.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!SD.5413.2751166304.0: TRACE:tr:  dye
    151710.SERVER!SD.5413.2751166304.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!SD.5413.2751166304.0: TRACE:tr:  dye
    151710.SERVER!SD.5413.2751166304.0: LIBTUX_CAT:262: INFO: Standard main starting
    151710.SERVER!SD.5413.2751166304.0: TRACE:at:  { tpsvrinit(18, "SD -C dom=DOM -g 1 -i 600 -u SERVER -U /path/ULOG -m 0 -s SD:services")
    151710.SERVER!SD.5413.2751166304.0: TRACE:at:    { tpopen()
    151710.SERVER!SD.5413.2751166304.0: TRACE:xa:      { xa_open(0x0x2b75b10, 0, 0x0)
    151710.SERVER!SD.5413.2751166304.0: TRACE:xa:      } xa_open = 0
    151710.SERVER!SD.5413.2751166304.0: TRACE:at:    } tpopen = 1
    151710.SERVER!SD.5413.2751166304.0: TRACE:xa:    { ax_reg(0, 0x0x7fff2182b280, 0)
    151710.SERVER!SD.5413.2751166304.0: TRACE:xa:    } ax_reg = 0
    151710.SERVER!SD.5413.2751166304.0: TRACE:xa:    { ax_unreg(0, 0)
    151710.SERVER!SD.5413.2751166304.0: TRACE:xa:    } ax_unreg = 0
    151710.SERVER!SD.5413.2751166304.0: TRACE:at:  } tpsvrinit = 0
    151710.SERVER!SD.5413.2632021760.-2: TRACE:ia:  { tpsetctxt(1, 0x0)
    151710.SERVER!SD.5413.2632021760.1: TRACE:tr:    trace("*:ulog:dye")
    151710.SERVER!SD.5413.2632021760.1: TRACE:tr:    dye
    151710.SERVER!SD.5413.2632021760.1: TRACE:ia:  } tpsetctxt = 0
    151710.SERVER!SD.5413.2632021760.1: LIBTUX_CAT:6126: INFO: New server dispatched thread starting
    151710.SERVER!SD.5413.2632021760.1: TRACE:at:  { tpopen()
    151710.SERVER!SD.5413.2632021760.1: TRACE:xa:    { xa_open(0x0x7f8498003520, 0, 0x0)
    151710.SERVER!SD.5413.2632021760.1: TRACE:xa:    } xa_open = 0
    151710.SERVER!SD.5413.2632021760.1: TRACE:at:  } tpopen = 1
    151710.SERVER!SC1.5415.3318970208.0: 08-06-2013: Tuxedo Version 12.1.1.0, 64-bit
    151710.SERVER!SC1.5415.3318970208.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!SC1.5415.3318970208.0: TRACE:tr:  dye
    151710.SERVER!SC1.5415.3318970208.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!SC1.5415.3318970208.0: TRACE:tr:  dye
    151710.SERVER!SC1.5415.3318970208.0: TRACE:tr:  trace("*:ulog:dye")
    151710.SERVER!SC1.5415.3318970208.0: TRACE:tr:  dye
    151710.SERVER!SC1.5415.3318970208.0: LIBTUX_CAT:262: INFO: Standard main starting
    151710.SERVER!SC1.5415.3318970208.0: TRACE:at:  { tpsvrinit(18, "SC1 -C dom=DOM -g 1 -i 700 -u SERVER -U /path/ULOG -m 0 -s SC1:SC1")
    151710.SERVER!SC1.5415.3318970208.0: TRACE:at:    { tpopen()
    151710.SERVER!SC1.5415.3318970208.0: TRACE:xa:      { xa_open(0x0x1b23f00, 0, 0x0)
    151711.SERVER!SC1.5415.3318970208.0: TRACE:xa:      } xa_open = 0
    151711.SERVER!SC1.5415.3318970208.0: TRACE:at:    } tpopen = 1
    151711.SERVER!SC1.5415.3318970208.0: TPSVRINIT   =TPSVRINIT started successfully
    151711.SERVER!SC1.5415.3318970208.0: TRACE:at:  } tpsvrinit = 1
    151711.SERVER!S2.5426.2701363040.0: 08-06-2013: Tuxedo Version 12.1.1.0, 64-bit
    151711.SERVER!S2.5426.2701363040.0: TRACE:tr:  trace("*:ulog:dye")
    151711.SERVER!S2.5426.2701363040.0: TRACE:tr:  dye
    151711.SERVER!S2.5426.2701363040.0: TRACE:tr:  trace("*:ulog:dye")
    151711.SERVER!S2.5426.2701363040.0: TRACE:tr:  dye
    151711.SERVER!S2.5426.2701363040.0: TRACE:tr:  trace("*:ulog:dye")
    151711.SERVER!S2.5426.2701363040.0: TRACE:tr:  dye
    151711.SERVER!S2.5426.2701363040.0: LIBTUX_CAT:262: INFO: Standard main starting
    151711.SERVER!S2.5426.2701363040.0: TRACE:at:  { tpsvrinit(18, "S2 -C dom=DOM -g 1 -i 800 -u SERVER -U /path/ULOG -m 0 -s S2:S2")
    151711.SERVER!S2.5426.2701363040.0: TRACE:at:    { tpopen()
    151711.SERVER!S2.5426.2701363040.0: TRACE:xa:      { xa_open(0x0xd80430, 0, 0x0)
    151711.SERVER!S2.5426.2701363040.0: TRACE:xa:      } xa_open = 0
    151711.SERVER!S2.5426.2701363040.0: TRACE:at:    } tpopen = 1
    151711.SERVER!S2.5426.2701363040.0: TPSVRINIT   =TPSVRINIT started successfully
    151711.SERVER!S2.5426.2701363040.0: TRACE:at:  } tpsvrinit = 1
    151734.SERVER!FE.5396.1885755136.4: TRACE:at:  { tpbegin(0, 0x0)
    151734.SERVER!FE.5396.1885755136.4: gtrid x0 x5200f756 x1: TRACE:at:  } tpbegin = 1
    151734.SERVER!FE.5396.1885755136.4: gtrid x0 x5200f756 x1: TRACE:at:  { tpalloc("CARRAY", "", 17160)
    151734.SERVER!FE.5396.1885755136.4: gtrid x0 x5200f756 x1: TRACE:at:  } tpalloc = 0x0x7fd85c016468
    151734.SERVER!FE.5396.1885755136.4: gtrid x0 x5200f756 x1: TRACE:at:  { tpcall("S1", 0x0x7fd85c016468, 17160, 0x0x631210, 0x0x7fd870664c28, 0x0)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:tr:  dye
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:  { tpservice({"S1", 0x10, 0x0xfaf0a8, 17160, 0, 2147483648, {0, -2, -1}})
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 3000)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0xfaae18
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 3000)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0xfb3fa8
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 18000)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0xfb4e68
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpcall("EDP", 0x0xfaae18, 1586, 0x0x640b08, 0x0x645208, 0x0)
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:tr:  dye
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:at:  { tpservice({"EDP", 0x10, 0x0x2bd73a8, 1586, 0, 2147483648, {0, -2, -1}})
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 8192)
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0x7f84980161e8
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:at:    { tpreturn(2, 0, 0x0x7f84980161e8, 14, 0x0)
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:ia:      { tpalloc("rpcrqst", "", 4096)
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:ia:      } tpalloc = 0x0x7f84980184e8
    151734.SERVER!SD.5413.2632021760.1: TRACE:ia:      { tpfree(0x0x7f84980161e8)
    151734.SERVER!SD.5413.2632021760.1: TRACE:ia:      } tpfree
    151734.SERVER!SD.5413.2632021760.1: TRACE:at:    } tpreturn [long jump]
    151734.SERVER!SD.5413.2632021760.1: TRACE:at:  } tpservice
    151734.SERVER!SD.5413.2632021760.1: TRACE:tr:  undye
    151734.SERVER!SD.5413.2632021760.1: TRACE:at:  { tpfree(0x0x2bd73a8)
    151734.SERVER!SD.5413.2632021760.1: TRACE:at:  } tpfree
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpcall = 0
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 4096)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0xfa9b18
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpcall("EDP", 0x0xfa9b18, 4096, 0x0x646e70, 0x0x7fffbae12278, 0x0)
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:tr:  dye
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:at:  { tpservice({"EDP", 0x10, 0x0x2bd60a8, 4096, 0, 2147483648, {0, -2, -1}})
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 8192)
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0x7f84980161e8
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:at:    { tpreturn(2, 0, 0x0x7f84980161e8, 2064, 0x0)
    151734.SERVER!SD.5413.2632021760.1: TRACE:ia:      { tpfree(0x0x7f84980161e8)
    151734.SERVER!SD.5413.2632021760.1: TRACE:ia:      } tpfree
    151734.SERVER!SD.5413.2632021760.1: TRACE:at:    } tpreturn [long jump]
    151734.SERVER!SD.5413.2632021760.1: TRACE:at:  } tpservice
    151734.SERVER!SD.5413.2632021760.1: TRACE:tr:  undye
    151734.SERVER!SD.5413.2632021760.1: TRACE:at:  { tpfree(0x0x2bd60a8)
    151734.SERVER!SD.5413.2632021760.1: TRACE:at:  } tpfree
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpcall = 0
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: UskRef0_db2.db_ref0_insert_azref: nach insert
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpfree(0x0xfaae18)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpfree
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpfree(0x0xfbb498)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpfree
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpreturn(2, 0, 0x0xfb4e68, 17160, 0x0)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:ia:      { tpalloc("rpcrqst", "", 4096)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:ia:      } tpalloc = 0x0xfaae18
    151734.SERVER!FE.5396.1885755136.4: gtrid x0 x5200f756 x1: TRACE:at:  } tpcall = 0
    151734.SERVER!FE.5396.1885755136.4: gtrid x0 x5200f756 x1: TRACE:at:  { tpcall("AR01", 0x0x7fd85c024fe8, 15624, 0x0x631210, 0x0x7fd870664a68, 0x0)
    151734.SERVER!SR.5409.45856512.2: gtrid x0 x5200f756 x1: TRACE:at:  { tpservice({"AR01", 0x10, 0x0x14035e8, 15624, 0, 2147483648, {0, -2, -1}})
    151734.SERVER!SR.5409.45856512.2: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 15624)
    151734.SERVER!SR.5409.45856512.2: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0x7f37f4015f58
    151734.SERVER!SR.5409.45856512.2: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 32784)
    151734.SERVER!SR.5409.45856512.2: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0x7f37f4019f68
    151734.SERVER!SR.5409.45856512.2: gtrid x0 x5200f756 x1: TRACE:at:    { tpcall("S2", 0x0x7f37f4019f68, 32784, 0x0x62d948, 0x0x7f3802ba2298, 0x0)
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:tr:  dye
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:at:  { tpservice({"S2", 0x10, 0x0xde8348, 32784, 0, 2147483648, {0, -2, -1}})
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:at:    { tptypes(0x0xde8348, 0x0x7fff807aa030, 0x0x7fff807aa010)
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:at:    } tptypes = 35840
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpfree(0x0xde8348)
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpfree
    151734.SERVER!S1.5395.3805534048.0: TRACE:ia:      { tpfree(0x0xfb4e68)
    151734.SERVER!S1.5395.3805534048.0: TRACE:ia:      } tpfree
    151734.SERVER!S1.5395.3805534048.0: TRACE:at:    } tpreturn [long jump]
    151734.SERVER!S1.5395.3805534048.0: TRACE:at:  } tpservice
    151734.SERVER!S1.5395.3805534048.0: TRACE:tr:  undye
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:xa:    { ax_reg(0, 0x0x7fff807a7f90, 0)
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:xa:    } ax_reg = 0
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 32784)
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0xdf63e8
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:at:  } tpservice
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:at:  { tpreturn(2, 538976288, 0x0xdf63e8, 32784, 0x0)
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:ia:    { tpalloc("rpcrqst", "", 4096)
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:ia:    } tpalloc = 0x0xdfe8a8
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:xa:    { xa_end(0x0xd80430, 0, 0x4000000)
    151734.SERVER!S2.5426.2701363040.0: gtrid x0 x5200f756 x1: TRACE:xa:    } xa_end = 0
    151734.SERVER!SR.5409.45856512.2: gtrid x0 x5200f756 x1: TRACE:at:    } tpcall = 0
    151734.SERVER!SR.5409.45856512.2: gtrid x0 x5200f756 x1: TRACE:at:    { tpreturn(2, 0, 0x0x7f37f4015f58, 15624, 0x0)
    151734.SERVER!SR.5409.45856512.2: gtrid x0 x5200f756 x1: TRACE:ia:      { tpalloc("rpcrqst", "", 4096)
    151734.SERVER!SR.5409.45856512.2: gtrid x0 x5200f756 x1: TRACE:ia:      } tpalloc = 0x0x7f37f402bc88
    151734.SERVER!SR.5409.45856512.2: TRACE:ia:      { tpfree(0x0x7f37f4015f58)
    151734.SERVER!SR.5409.45856512.2: TRACE:ia:      } tpfree
    151734.SERVER!SR.5409.45856512.2: TRACE:at:    } tpreturn [long jump]
    151734.SERVER!SR.5409.45856512.2: TRACE:at:  } tpservice
    151734.SERVER!SR.5409.45856512.2: TRACE:at:  { tpfree(0x0x14035e8)
    151734.SERVER!SR.5409.45856512.2: TRACE:at:  } tpfree
    151734.SERVER!FE.5396.1885755136.4: gtrid x0 x5200f756 x1: TRACE:at:  } tpcall = 0
    151734.SERVER!FE.5396.1885755136.4: gtrid x0 x5200f756 x1: TRACE:at:  { tpcall("S1", 0x0x7fd85c0299f8, 17160, 0x0x631210, 0x0x7fd8706649c8, 0x0)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:  { tpservice({"S1", 0x10, 0x0xfb3fa8, 17160, 0, 2147483648, {0, -2, -1}})
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 3000)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0xfa9b18
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 3000)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0xfbf168
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 18000)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0xfc65e8
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpcall("EDP", 0x0xfa9b18, 1564, 0x0x640b08, 0x0x645208, 0x0)
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:at:  { tpservice({"EDP", 0x10, 0x0x2bd86a8, 1564, 0, 2147483648, {0, -2, -1}})
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:at:    { tpalloc("CARRAY", "", 8192)
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:at:    } tpalloc = 0x0x7f84980161e8
    151734.SERVER!S2.5426.2701363040.0: TRACE:ia:    { tpfree(0x0xdf63e8)
    151734.SERVER!S2.5426.2701363040.0: TRACE:ia:    } tpfree
    151734.SERVER!S2.5426.2701363040.0: TRACE:at:  } tpreturn [long jump]
    151734.SERVER!S2.5426.2701363040.0: TRACE:at:} tpservice
    151734.SERVER!S2.5426.2701363040.0: TRACE:tr:  undye
    151734.SERVER!SD.5413.2632021760.1: gtrid x0 x5200f756 x1: TRACE:at:    { tpreturn(2, 0, 0x0x7f84980161e8, 38, 0x0)
    151734.SERVER!SD.5413.2632021760.1: TRACE:ia:      { tpfree(0x0x7f84980161e8)
    151734.SERVER!SD.5413.2632021760.1: TRACE:ia:      } tpfree
    151734.SERVER!SD.5413.2632021760.1: TRACE:at:    } tpreturn [long jump]
    151734.SERVER!SD.5413.2632021760.1: TRACE:at:  } tpservice
    151734.SERVER!SD.5413.2632021760.1: TRACE:at:  { tpfree(0x0x2bd86a8)
    151734.SERVER!SD.5413.2632021760.1: TRACE:at:  } tpfree
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpcall = 0
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpfree(0x0xfa9b18)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpfree
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpfree(0x0xfaf0a8)
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    } tpfree
    151734.SERVER!S1.5395.3805534048.0: gtrid x0 x5200f756 x1: TRACE:at:    { tpreturn(2, 0, 0x0xfc65e8, 17160, 0x0)
    151734.SERVER!S1.5395.3805534048.0: TRACE:ia:      { tpfree(0x0xfc65e8)
    151734.SERVER!S1.5395.3805534048.0: TRACE:ia:      } tpfree
    151734.SERVER!S1.5395.3805534048.0: TRACE:at:    } tpreturn [long jump]
    151734.SERVER!S1.5395.3805534048.0: TRACE:at:  } tpservice
    151734.SERVER!FE.5396.1885755136.4: gtrid x0 x5200f756 x1: TRACE:at:  } tpcall = 0
    151734.SERVER!FE.5396.1885755136.4: gtrid x0 x5200f756 x1: TRACE:at:  { tpcommit(0x0)
    151734.SERVER!FE.5396.1885755136.4: gtrid x0 x5200f756 x1: TRACE:xa:    { xa_commit(0x0x7fd85c005730, 0, 0x40000000)
    151734.SERVER!FE.5396.1885755136.4: gtrid x0 x5200f756 x1: TRACE:xa:    } xa_commit = 0
    151734.SERVER!FE.5396.1885755136.4: TRACE:at:  } tpcommit = 1

  • Open Contract conversion recording problem?

    Hi ABAPers,
         I am facing problem in recording the transaction me31k. I am not knowing where to stop what all the screens to record.
         If I am entering the material details then go to conditions and then to scale and save there. I am getting a recording. But this doesn't work as is when multiple conditions and multiple scales exists for a material and if many materials exist under one contract. So if some body has sample code for this. please provide me that.
         Points will be awarded to all who could give good solutions. thanks in advance.

    well this BAPI is useful for creating contracts in SD, but I am creating Contracts in MM,i.e Open Contracts.

  • Duplicate records problem

    Hi everyone,
    I'm having a a little difficulty resolving a problem with a repeating field causing duplication of data in a report I'm working on, and was hoping someone on here can suggest something to help!
    My report is designed to detail library issues during a particular period, categorised by the language of the item issued. My problem is that on the sql database that out library management system uses, it is possible for an item to have more than one language listed against it (some books will be in more than one language). When I list the loan records excluding the language data field, I get a list of distinct loan records. Bringing the language data into the report causes the loan record to repeat for each language associated with it, so if a book is both in English and French, it will cause the loan record to appear like this:
    LOAN RECORD NO.     LANGUAGE CODE
      123456                             ENG
      123456                             FRE
    So, although the loan only occurred once I have two instances of it in my report.
    I am only interested in the language that appears first and I can exclude duplicated records from the report page. I can also count only the distinct records to get an accurate overall total. My problem is that when I group the loan records by language code (I really need to do this as there are millions of loan records held in the database) the distinct count stops being a solution, as when placed at this group level it only excludes duplicates in the respective group level it's placed in. So my report would display something like this:
    ENG     1
    FRE      1
    A distinct count of the whole report would give the correct total of 1, but a cumulative total of the figures calculated at the language code group level would total 2, and be incorrect. I've encountered similar results when using Running Totals evaluating on a formula that excludes repeated loan record no.s from the count, but again when I group on the language code this goes out of the window.
    I need to find a way of grouping the loan records by language with a total count of loan records alongside each grouping that accurately reflects how many loans of that language took place.
    Is this possible using a calculation formula when there are repeating fields, or do I need to find a way of merging the repeating language fields into one field so that the report would appear like:
    LOAN RECORD     LANGUAGE CODE
      123456                      ENG, FRE
    Any suggestions would be greatly appreciated, as aside from this repeating language data there are quite a few other repeating database fields on the system that it would be nice to report on!
    Thanks!

    if you create a group by loan
    then create a group by language
    place the values in the group(loan id in the loan header)
    you should only see the loan id 1x.
    place the language in the language group you should only see that one time
    a group header returns the 1st value of a unique id....
    then in order to calculate avoiding the duplicates
    use manual running totals
    create a set for each summary you want- make sure each set has a different variable name
    MANUAL RUNNING TOTALS
    RESET
    The reset formula is placed in a group header report header to reset the summary to zero for each unique record it groups by.
    whileprintingrecords;
    Numbervar  X := 0;
    CALCULATION
    The calculation is placed adjacent to the field or formula that is being calculated.
    (if there are duplicate values; create a group on the field that is being calculated on. If there are not duplicate records, the detail section is used.
    whileprintingrecords;
    Numbervar  X := x + ; ( or formula)
    DISPLAY
    The display is the sum of what is being calculated. This is placed in a group, page or report footer. (generally placed in the group footer of the group header where the reset is placed.)
    whileprintingrecords;
    Numbervar  X;
    X

  • RESULT RECORDING PROBLEM

    Dear Gurus,
    I am facing problem I have maintained formula for paricular MIC,e.g Zn-for this MIC i have to calculate the percantage as 100 minus balance of the remaining MICs eg i  have maintained in this form--1
    100-(C9010C9020C9030C9040C9050C9060C9070C9080C9090)
    Please note i have maintain the folowing parameters in control indicators for the MICs from 10 to 90 in the Inspection plan
    1) Sampling procedure
    2) Required chara
    3) single results
    4) Fixed scope
    5)Record measured values
    6)print
    7) documentation
    and only for the MIC which formula is maintain i have maintained CAL CHAR.
    when i creat a purchase and do migo an inpsection lot is gnerated.
    when go to t.code QA32 to record results in RECORD RESULTS CHARACTERISTICS OVERVIEW
    I HAVE NOTICED THE FOLLOWING PROBLEMS
    1) FORMULA IS NOT BEEN CALCULATED.
    2)INSPECTED COLCUMN NEXT TO SINGLE VALUE IS AN INPUT SCREEN.i.E-Number of Inspected Sample Units--(WHAT I MEAN ITS NOT GREY FEILD-THE VALUES HERE SHOULD BE 1 AND GREY )
    3)ALSO THE SINGLE VALUE TAB IS GREY NOT USUAL-IF CLICK ON IT THE TAB DROP DOWN.
    I HAVE RUN THIS SCENRIO IN MY DEVELOPMENT SERVER AND IT WORKED PREFECTLY,BUT MY CLIENT SERVER I AM GETTING THIS PROBLEM
    WHAT ARE SETTING I AM MISSING.
    Regards
    Ram
    Edited by: RAMKUMAR WARIYAR on Feb 24, 2009 4:41 PM

    Dear Ram
    1) As the sample size was 1 system was taking this as Summarised recording & that is the reason why the system is showing 3 tabs instead 4
    2) Please do the following setting in Config : SPRO>QM> Basic Setting> maintain setting for plant level>Plant> Result recording  > untick Summ. Recording n=1.
    If you had ticked this means that the results recording will always be summarized if n = 1 (for example when inspecting one unit or 1 ml).
    please do check now whether the formula is working for a new lot and you have 4 tabs in RR
    Was a good question to solve
    Regards
    gajesh

  • Change transaction using BDC-problem for large number of lines on screen

    Hi All,
    I am developing BAPI (using BDC) which creates quality notification in SAP which is entered via front end web application. Structure p_qmsm contain 3 lines of task in notification. The code is as given below. To avoid problem of large no of lines on screen,code lines starting with * is used. This actually for pagedown after entering every 2 lines and creates new line. so that 2 lines always push up on screen and there will not be problem for creating large no of lines on screen
    perform bdc_dynpro using 'SAPLIQS0' '7200'.
    perform bdc_field using 'BDC_OKCODE' '=10\TAB11'.
    LOOP AT p_qmsm INTO wa_qmsm.
    *IF wa_qmsm_cntr > 2.
           wa_qmsm_cntr = 2.
           perform bdc_dynpro  using 'SAPLIQS0'                   '7204'.
           perform bdc_field   using 'BDC_OKCODE'                 '=PEND'.
    ENDIF.
    perform bdc_dynpro using 'SAPLIQS0' '7204'.
    perform bdc_field using 'BDC_OKCODE' '/00'.
    CONCATENATE 'VIQMSM-QSMNUM(' wa_qmsm_cntr ')' INTO wm_qmsm_qsmnum.
    CONCATENATE 'VIQMSM-MNGRP(' wa_qmsm_cntr ')' INTO wm_qmsm_mngrp.
    CONCATENATE 'VIQMSM-MNCOD(' wa_qmsm_cntr ')' INTO wm_qmsm_mncod.
    CONCATENATE 'VIQMSM-MATXT(' wa_qmsm_cntr ')' INTO wm_qmsm_matxt.
    perform bdc_field using wm_qmsm_qsmnum wa_qmsm-qsmnum.
    perform bdc_field using wm_qmsm_mngrp wa_qmsm-mngrp.
    perform bdc_field using wm_qmsm_mncod wa_qmsm-mncod.
    perform bdc_field using wm_qmsm_matxt wa_qmsm-matxt.
    wa_qmsm_cntr = wa_qmsm_cntr + 01.
    ENDLOOP.
    CALL TRANSACTION 'IQS2' USING wt_bdc
    MODE 'N' UPDATE 'A'  MESSAGES INTO P_MESSTAB.
    The same code is used in modify mode also. web application is sending all 3 lines in modify mode even if single line is modified. It is already decided to send all rows back from web application to SAP in same sequence. It is working fine if i comment 5 lines which is starting with *. But in modify mode, how can i ensure that correct row is modified? and how can i achieve problem of large no of lines on screen?Please suggest?

    Hi yogesh,
    how can i ensure that correct row is modified?
    1. For this we need to know two things ;
       a) the database table in which the entries are already stored
       b) the sequence in which they are displayed in the transaction.
    2. So before changing any line, we need to compare (the primary key values / important values)
       a) as per the database table and as per the incoming data from web application (using bapi)
      b) if the match is ok, it means that particular row was not modified, else modified.
    how can i achieve problem of large no of lines on screen?
    1. For this I am  not sure about the transaction and its screen. Manytimes for appending row on the screen,
      there is a PLUS + button on the grid toolbar. So for every entry, (inspite of some empty/filled rows already visible on the screen), we should use the + button, and this new row always appears on the top i.e. row number 1.
    hope this helps.
    regards,
    amit m.

  • TV@nywhere Master Recording Problems

    The TV@nywhere Master works fine for viewing, but I can't record without problems.  There is a sound problem with all available versions of WinDVR.  The recorded sound regularly "warbles" or pulsates. It is detectable when a musical tone is playing, otherwise it may be hard to hear. It is very annoying once you pick up on it.  Other interVideo programs WinProducer and WinDVD Recorder exhibit the same problem.
    I tried PowerVCR and I get an error message when attempting to record in MPEG2:
    S0009 : Unable to render preview video stream.
    I have all the latest drivers and software versions. I even tried a clean install of Windows several times and a different sound card, but no luck. I'm getting nowhere with tech support. Very frustrating.
    ASUS A7N8X Deluxe MB
    Onboard nForce2 sound (also tried Soundblaster Audigy)
    AMD 2800+ Barton CPU
    512MB DDR RAM
    GeForce 5600 Video Card
    250 Gig Hard drive
    Windows XP

    Using PowerVCR II 3.0, and there is no Use Smart Tee option available.
    Here's all the options:
    Video -> Overlay Options -> Overlay/Non-Overlay  (Non-overlay causes a crash)
    Profiles
    Check boxes for MMX, SSE, 3DNow and Enhanced 3DNow.  All are checked.
    Recording / Advanced -> Advanced Options
    Video Smoothing (during recording) - unchecked
    Intelligent Noise Removal (during recording)  checked
    Enable Time-Shifting when recording  - unchecked
    Have tried changing most of these settings but always get error message, unless I use MPEG1 which is not acceptable quality.
    I did a search in Help for "Smart" and for "Tee" and there are no matches.

  • Recording Problem!

    hi folks,
    i'm having problem recording from tv. whenever i start recording, my screen turns to black & white. the device settings switches from PAL B to SECAM. i'm using anthena connection from a cenralized cable connection. I'm here right now in Saudi Arabia, Riyadh. we are using here PAL signal. can anyone tell me what to do and what is causing this problem. regarding recording from VCR no prolems. thanks!

    The problem is probably caused by a bad or outdated frequency table ...
    Try changing your country code to one with Pal-B (Germany).

Maybe you are looking for

  • IPod 3rd Gen Not Connecting to Windows AT ALL

    i have an iPod 3rd Gen 10gb. I use firewire to connect it to my iPod. When i connect it, it shows that it is charging but that is all. my computer won't recognize it at all. i tried a new cable, a new firewire card, i bought a USB cable, reinstalling

  • "Combine supported filed in Acrobat" doesn't work for Office docs

    Windows 7 x64, Acrobat 9 Pro, Office 2010. I used to be able to select the context menu action "Combine supported files in Acrobat..." on multiple Office files, and it worked fine. But I recently had this computer reimaged, and now what happens is th

  • SWTOR .exe icon does not show correctly

    right after updating to 16.0.2 the .exe launcher icon for Star Wars The Old Republic changed from the default swtor icon to the generic 'windows page' icon. this is the exe launcher icon on my win 7 x64 task bar and in the start menu. removed both ic

  • Avoid internet connections when using ovi maps.

    I own a E60 and have the latest version of Ovi Maps for Belgium on my cell phone. In my internet settings I mentioned: connection -> Offline. As such I expected not to connect to internet at all and only usethe local maps. But my last bill mentioned

  • Use the description of an UDF in a query

    Hi all, I have create a UDF and I haven´t linked a User table to it. I have insert some values for it. I´m trying to do a query where appears the descriptions of these values, but I can only show in the query the value. Is it possible to show the val