Transaction MB01 we are trying to restrict user to only run Document Type U

Dear All,
In Transaction MB01 we are trying to restrict user in Document Type in Purchase Order and restriction is only user can create Document Type UB (Stock Transport Ord. )
But I am create a dummy user and dummy role and assign MB01 to that role but it is not working I canu2019t understand why? What I can do wrong if nothing is wrong then what is the solution

Document types also use the "authorization group" concept. You do not grant access to them individually, but rather protect groups of them and then grant the access back again.
This means they are optional objects... --> which also implies that they are not the only objects...
If a document type is not protected by an authorization group, then there is no check... --> except for the mandatory objects such as the movement type to actually use the document...
This is normally explained, together with the customizing prerequisites, in transaction SU21.
Cheers,
Julius
ps: Please do not duplicate-post the same question. To keep the forums tidy, we reject such posts.

Similar Messages

  • How To Restrict Users To Only Create Purchase Requisitions with Item Catalog?

    Hi, everyone 
    Please help me, 
    How To Restrict Users To Only Create Purchase Requisitions with Item Catalog? is it possible? 
    Regards,   Manuel

    Hi Steenie Norman
    First click on the text item ---> Tools ---> Property Pallete ---->
    and change the Keyboard State to Local Only also this Depend in your OS
    hope this useful ....
    Regards
    Mohammed

  • BADI for MIGO for restricting User to entered other MVT types?

    Hi All,
    BADI for MIGO for restricting User to entered other MVT types?
    I want to restrict some of user not to use 501 Movement type ..I already created a Ztable for checking User for 501 type.
    Please let me know any Enhancement to be used to restrict user ?
    Thanks and Regards
    Steve

    Hi Steave,
    You can use this enhancement exit MB_CF001, this exit will be called every time before posting, you can use your logic in this exit. see its documentation first before implementing.
    Regards
    Ahsan

  • How to add a default user group for multiple document type's?

    Hi,
    I am trying to add same default user group for different document types when MA is created. Is there any way to setup using a single "Document Security Template"? Or I need to create different templates for different document types?
    Please confirm.
    Thanks,
    Saloni

    Hi Saloni,
    Based on what your specific requirement, it might be easier to do it with scripting.
    If you are doing it using Document Security Templates, you would have to create a Document Security Template for each of the 6 MA types and assign the default group. Create another one and leave the Document Type field blank, so it will apply to the other 4 MA types that don't have a default group.
    Regards,
    Vikram

  • BASIS--to restrict authorization for a PO document type & 122 movement type

    Dear All,
    Plz guide me how to restrict authorization for a PO document type & for a movement type 122 i.e. for eg. if a user has authorization for PO document type IC then he should not be able to rum movement type 122 for any T-code he runs.
    Thanks in advance
    Arpit
    Basis

    Hi,
    Your request was not too clear to me.. As per my unde
    Here is some details of Authorization object related to Purchase Order:
    Document Type in Purchase Order( M_BEST_BSA )
    Purchasing Group in Purchase Order (M_BEST_EKG )
    Purchasing Organization in Purchase Order  (M_BEST_EKO)
    Plant in Purchase Order  (M_BEST_WRK )
    Document Type in Outline Agreement (M_RAHM_BSA )
    Purchasing Group in Outline Agreement (M_RAHM_EKG )
    Purchasing Organization in Outline Agreement ( M_RAHM_EKO )
    Plant in Outline Agreement ( M_RAHM_WRK )
    This can be helpfull to you to restrict authorization to PO..
    In Organization Level, it can be restricted by Purchasing group, Purchasing organization and plant..
    Regards,
    Sandip

  • Restrict user to print the document

    Dear Friends,
    I have uploaded and linked a scanned document to SAP FI Document by transaction code OAWD  by SAP Archive Link.
    Say 1700000145,
    Co.Co. BP01
    Fis Yr. 2011.
    Object BKPF
    User is able to see the linked document in FB03 from Services for Object>Attachment List.
    I want to restrict the user from printing the document.
    I checked with Authorization Object "S_WFAR_KPR" & "S_WFAR_OBJ". But this did not help.
    Can you please guide me how to handle this scenario.
    With Warm Regards
    Mangesh Pande

    Hi Mangesh,
    Have you seen in roles , object for activities like create,change,display. Kindly check if you have a option for print in activity. from there you can restrict. But if don't find such a option then you can't control printing otherwise you have to restrict the user for displaying also.
    Hope this will help.
    Regards,
    Ravindra

  • How to restrict user to only see Performance Monitoring in RWB?

    Hi
    I have an issue, where I would like to let a business person see how many requests, there have been the last 24 hours for a given interface in PI 7.11. This can be done, in the RWB -> Performance monitoring, but how do I restrict the user, to only have access to the Performance Monitoring link in RWB?
    Shold I just give him the UME role "NWA_READONLY" even though, this probably will also give him access to the other links in RWB? Or is there a smarter way?
    BR
    MIkael

    Hi,
    There is no way to provide access to only Performance monitoring in RWB.

  • Restrict user to view uploaded document in solar02

    Dear All,
    I have uploaded some document in Solution Manager vi solar02 transaction.
    I want that only with my sapid documnet should view. With another login id document should not view.
    Is it possible? please help.

    Hey Tarun,
    here is a simple solution for you but, that requires some lines of ABAP but its still very easy and it works (tested on my Solman).
    Create an enhancement for function module SOLAR_BUSINESS_CONTENT_FCODE at the beginning (1st line)
    Insert following lines
    if fcode = 'SA_DOCDISPLAY' and sy-uname ne 'I060172'.          "      Here put YOUR User ID
      message 'You re not authorized to display this document' type 'E'.
    endif.
    Keep us updated !!
    Hope this helps,
    Regards
    Khalil

  • Field editable in FB02 for only one document type and user

    Hi:
    I have a question about editing a field and I hope you can help me. I need to make a field editable in FB02, but only for one document type and two users. The field is BSEG-ZFBDT, Baseline payment dte.
    I have tried in ‘Document Change Rules’, make this field editable when line item not cleared, but it works for all document types and users.
    Please, any idea?
    Thanks in advance for your time.
    Best regards.

    Hi,
    You have to write a ABAP code to achieve this.
    Validation is another Option where you can mention that value is allowed in the Baseline Date field only if the User and Document type value satisfies.
    BR
    Amitash

  • MRU - trying to restrict UPDATE to only certain users - everyone INSERT

    Application Express 2.2.1.00.04
    I’m looking for a solution to a problem. I have a region that is a multi-row SQL Query (Updateable). Everything works as expected. Now, I’d like to restrict the ability to update ANY rows based upon an authorization scheme.
    I want everyone accessing my application to be able to insert rows (WORKS FINE).
    I only want certain authorized people to be able to update existing rows (CAN’T GET THIS TO WORK).
    Anyone have any ideas?
    Thanks, Mike

    Hi Mike,
    I think you have two possibilities:
    1) Create a page validation with some similar code:
    DECLARE
        vHasUpdatePriv BOOLEAN := apex_util.public_check_authorization('MY_AUTHORIZATION_SCHEME');
        vExists NUMBER;
    BEGIN
        FOR ii IN 1 .. Apex_Application.g_f01.COUNT
        LOOP
            IF [check if record has changed by comparing against MD5 checksum]
              AND Apex_Application.g_f01(ii) IS NOT NULL -- I assume f01 stores the PK
              AND NOT vHasUpdatePriv
            THEN
                RAISE_APPLICATION_ERROR(-20123, 'You try to update, but you don''t have update privileges!');
            END IF;
        END LOOP;
    END;Or if you don't want to care how to check if a record has changed, take a look at http://inside-apex.blogspot.com/2006/12/plug-play-tabular-form-handling.html
    With that library the code would look like:
    DECLARE
        vHasUpdatePriv BOOLEAN := apex_util.public_check_authorization('MY_AUTHORIZATION_SCHEME');
        vExists NUMBER;
    BEGIN
        FOR ii IN 1 .. ApexLib_TabForm.getRowCount
        LOOP
            IF    ApexLib_TabForm.hasRowChanged(ii)
              AND ApexLib_TabForm.NV('YOUR_PK_COLUMN') IS NOT NULL
              AND NOT vHasUpdatePriv
            THEN
                ApexLib_Error.raiseError
                  ( pError => 'You try to update, but you don''t have update privileges!'
            END IF;
        END LOOP;
    END;2) You could write your own MRU process, which does the same as above, but additionally you also have to check for lost-update-detection, ...
    Hope that gives you a direction
    Patrick

  • 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

  • RESTRICT USER FROM USING SAME REQUIREMENT TYPE  WHILE CREATING SALES ORDER

    Hi Friends,
    I Have a requirement to in SD while creating any sales order i want the system sholud throw a error
    message when i am using line items having same requirement type more than one time
    i have tried some customer exits v45a0001 & v45a0003 . but was not successfull .
    kindly somebody help me with elaborated steps  .
    thanks in advance  .
    regards
    digvijay rai

    no reply and i am to close this thread so i am putting it as answered ;(

  • DMS Connector for KM : I see only one document type from the document area

    Hi,
    The DMS connector is installed successfully on KM.
    I can display folder tree and documents but I see only one type of document.
    I mean, when I use transaction OAC0, I see different content repository defined in DMS.
    I wonder where is the setting that specified which content is link to the DMS connector for KM.
    Thanks in advance.

    Hello Zbynek,
    I installed the DMS once, but my experience how to use it is poor.
    In the Backend ( Transaction CV01N i think,) you can store search variants using the prefix you have defined for the DMSRM (default is KM_<theName>). This variants can be used to filter out several documents. There must be a way to give authorizations on them. Maybe you will have to use a security manager, i don't know.. in our case the user persistence (authScheme) was SAP-System an no TREX involved.
    It is not much, but maybe it helps...
    best regards
    Guido

  • Enabling a Windows user to Only Run One Package

    I am completely new to SSIS. I made a package in SQL Server 2005. I need to import it to another SQL instance, also 2005. I think I can get that done. My question is, how can I set it up so that a different Windows user can execute this package and only
    this package on the instance? A development team has a Windows account that is being used for the security and I don't want to give them the ability to run any and every package that is on the instance. I only want them to be able to execute this one particular
    package. Can this be accomplished and how would I do it? they are wanting to be able to execute EXEC
    MSDB...@start_job 'JobName' from inside a stored proc. This will let them run any sp for which they have the name. 
    Lee Markum

    Hello Lee,
    You can set Protection Level for each package.if you configure it as "EncryptAllWithPassword",People can execute package via sql job.

  • Can users display only own documents in Web CRM?

    Hello
    is it possible to have a limitation for users in diplaying documents (sales order, quotes, tickets, and so on) in web CRM?
    Each user can access to own documents with a super user able to display all.
    We are in the situation where sales reps do have to displays only own orders, while the Sales Manager can display all.
    Thanks
    Paolo

    As a default, users with the Sales Rep Role will only see their own assigned customers and assigned customer documents in the Sales View.  However, they could still search for customers assigned to other reps in any of the search fields. 
    If you wanted to go further than that you could create a custom role that keeps them from accessing pages or components that allow searching but I doubt you could disable them all without seriously affecting some pages and functions (like searching for a customer's name and contact when creating an activity).
    I suspect it would take some custom work to truly isolate every rep and his/her customers and documents from every other rep in every situation.

Maybe you are looking for