About vercmp return code

Hi.
Sorry if my question is too newbie
Consider these three examples:
1.
$ vercmp "1.5" "1.5-1"
0
$ echo $?
0
2.
$ vercmp "1.5-2" "1.5-1"
1
$ echo $?
1
3.
$ vercmp "1.5-1" "1.5-2"
-1
$ echo $?
255
Is this expected? (I mean the program exit status).
P.S.
This question came up while I was trying to figure out why I cannot build kernel26zen (git-stable) after pacman upgrading.
In PKGBUILD there are lines
msg "Testing if current kernel version is supported by this PKGBUILD..."
vercmp "2.6.30" "$(make kernelversion)" > /dev/null
if [ $? -eq 1 ]; then
error "Failed"
return 1
fi
and 'makepkg' stops after 'vercmp'. Could 'vercmp' return other exit codes in past (before 3.4 version of pacman)?
System:
Archlinux x86_64,
$ LANG=C pacman --version
.--. Pacman v3.4.0 - libalpm v5.0.0
/ _.-' .-. .-. .-. Copyright (C) 2006-2010 Pacman Development Team
\ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet
This program may be freely redistributed under
the terms of the GNU General Public License.

falconindy wrote:The return value of main is unsigned; therefore, -1 and 255 are equivalent when compared in terms of an 8 bit unsigned binary number.
Well, up to now I didn't pay much attention what (signed vs unsigned) main should return.
Whether or not this is intended.. not sure..
looks like the intent of the PKGBUILD is not to build anything newer than 2.6.30.
This is another problem. I mentioned it here because I faced with it only when I upgraded pacman and 'makepkg' stops at these lines.
So I thought that the 'vercmp' in PKGBUILD was to check if version of building kernel is newer than 2.6.30 and continue if it is true.
This thought was based on my previous experience with kernel26zen building for kernel version > 2.6.30.
Now 'makepkg' is interrupted on the 'vercmp' (I don't see 'Failed').
If everything is OK with 'vercmp' then something other was changed that cause 'makepkg' to be interrupted.
Thank you for information.

Similar Messages

  • About the return code of the tpcall

    if i run the client one time ,then it's right,
    but if run again and again,
    the server should return 'TPSUCESS' or 'TPFAIL'
    BUT,iSucess got by client will be 64(run the client sencond),128(third),192(fourth)
    i did not know what happend to this
    client:
    long reclen=1024;
    FBFR32* inputbuf=NULL;
    int iSuccess;
    inputbuf = (FBFR32*)tpalloc("FML32",NULL,reclen);
    int count=0;(or some other value,like 5,6..)
    for (int i=0;i<count;i++)
         iSuccess=-1;
         userlog("tperrno==%d,desr==%s",tperrno,tpstrerror(tperrno));
         iSuccess = tpcall("shlr",(char*)inputbuf,0L,(char**)&inputbuf,&reclen,0L);
         userlog("tperrno==%d,desr==%s",tperrno,tpstrerror(tperrno));
         userlog("return==%d",iSucess);
    tpfree((char*)inputbuf);
    server:
    void shlr(TPSVCINFO *rqst)
    int ret=dealfun(rqst);
    FBFR32 * sendbuf=(FBFR32*)tpalloc( "FML32", NULL, 1024);
    if (ret==1)
    tpreturn(TPSUCCESS,0,(char*)sendbuf,0L,0);
    else
    tpreturn(TPFAIL, 0,(char*)sendbuf,0L,0);     
    }

    guorke,
    I suggest you add userlog to the server to see the tpreturn situation and compare with tpcall's return code. iSucess is -1 means something wrong, other values such as 64, 128... means the tpcall's execution scucessfully and they are code related with internal handler index.
    Wayne

  • Java.exe return codes - windows

    I have a java application being run from a batch file on WindowsNT4sp6a using Sun's j2se 1.3.0 (build 1.3.0-C) with Java Hotspot (TM) Client VM (build 1.3.0-C, mixed mode) and during the course of running the app (confirmed that it happens at different places in the app by observing logs), the VM simply dies with no exceptions thrown that my java app can catch.
    But, using MS batch environment variable ERRORLEVEL, I observe that the java.exe is returning 3 as the return code. I also have observed that java.exe returns 0 normally.
    Can anyone clue me into where I can find info about what return code 3 is?
    Also, are there any VM log/tracing mechanisms I can turn on to help debug this problem?

    Thank you for your reply.
    But, this is why this is so weird ... I am the programmer (well, maintenace programmer), and the java program is not using System.exit(), therefore, the java.exe should return 0 (zero) when the end of the main() is reached (right?).
    But, it doesn't, it returns 3 ....
    Well, I know the end of the main() is not being reached (because the program is not completing its' task). Plus, all the code is wrapped in try { ... } catch(Exception e) { e.printStackTrace(); } ... and no exceptions!
    Then, I wrapped all that in try { ... } catch(Error err) { System.out.println("caught an error!"); } ... but no dice, whatever is happening, it is out of the control of my java program.
    What could this mean, I am assuming (and correct me if I am wrong) that if I don't call System.exit(3), then it must be the jvm itself returning that code (3) .... and probably due to an internal error ... and I would assume the internal error is in some manner being caused by my code, but if I had a list of possible return codes for this specific jvm implementation and their meanings, then I would have an idea of what to look for in the code.
    I was just hoping someone could point me in the right direction on this forum quickly, but I guess I will have to earn my pay and figure it out the old fashioned way ... work!.
    Just to add:
    My current game plan is to check all the JDBC code, it looks as if not all the Statement and Connection objects are being closed properly before new ones are created (don't ask). It uses the sun.jdbc.odbc.JdbcOdbcDriver and I have heard it can be buggy if you don't properly close those things.

  • Generate prov.xml for Creative Cloud. Return Code 27

    We're trying to follow this guide (Creative Cloud Help | Using Adobe Provisioning Toolkit Enterprise Edition) to serialize a package (or something). We're stuck on generating prov.xml. My best attempt at an entry is:
    C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\CCP\utilities\APTEE>adobe_prtk.exe --tool=VolumeSerialize --generate --serial=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx --regsuppress=ss --eulasuppress --locales=en_US --provfilepath=C:\Program Fil
    es (x86)\Common Files\Adobe\OOBE\PDApp\CCP
    It says half of this is optional, but I'm skeptical.
    Anyway, I'm getting return code 27. This indicates that it is unable to edit the prov.xml file specified. I didn't specify a prov.xml file, I'm trying to make one. The syntax I'm using differs from what I found on the page I linked, as that was giving me syntax errors. I lifted this off someone else's code. I've tried just about every variation I can think of. Any help would be appreciated.
    This is on Windows

    One of these links may help
    http://helpx.adobe.com/creative-cloud/packager.html
    http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • SY - System fields and return codes in ABAP

    Hi
    I'm new to ABAP, where do I find what the meaning of the system field return codes are ?
    example SY-SUBRC returns a number of codes 0, 2, 4, 8 etc what do they mean.
    Is there a resource somewhere that provides this information for all the system fields.
    I have searched high and low and have found little, they must be defined somwhere ?
    cheers Hugh

    Here is a listing of all of the system fields.
    http://help.sap.com/saphelp_scm50/helpdata/en/7b/fb96c8882811d295a90000e8353423/frameset.htm
    As for what the return codes( 0, 4, 8) for SY-SUBRC mean,  that is a little tricky.  The meanings of the values are dependent on what statement was used previously. They would mean different things when used with different statements.  For example, if you check SY-SUBRC after a FIND statement, the return code value 4, would mean something different than if you had check the SY-SUBRC value after doing an OPEN DATASET.  So you need to look at the specific statements in help.sap.com and see what it says about the SY-SUBRC values for each statement.
    http://help.sap.com/saphelp_scm50/helpdata/en/43/41341147041806e10000000a1553f6/frameset.htm
    Regards,
    Rich Heilman

  • Return-Code 99 of integration-process in TR  SXI_CACHE

    Hallo,
    in TR SXI_CACHE my integration-process has the return-code 99 (process cannot be activated). On selecting in the tree (left side) and dobble-click of my process following comes up:
    </properties>
    - <lines>
      <line id="208" predid="207" succid="5" parentid="207" order="0" linetype="DEFAULT" />
      <line id="213" predid="7" succid="13" parentid="207" order="0" linetype="DEFAULT" />
      <line id="214" predid="13" succid="9" parentid="207" order="0" linetype="DEFAULT" />
      <line id="215" predid="9" succid="59" parentid="207" order="0" linetype="DEFAULT" />
      <line id="217" predid="59" succid="97" parentid="207" order="0" linetype="DEFAULT" />
      <line id="219" predid="97" succid="89" parentid="207" order="0" linetype="DEFAULT" />
      <line id="220" predid="89" succid="21" parentid="207" order="0" linetype="DEFAULT" />
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    End tag 'prperty' does not match the start tag 'property'. Error processing resource 'file:///C:/W2KMF/Profiles/schmitf/Loc...
    <property id="59" guid="d56d20d4195e11daafd60003ba0ff8f5" name="SendMsgSyncResponse" counter="0" type="EXPR" valueType=""...
    n-left:1em;text-indent:-2em">   <line id="222" predid="21" succid="23" parentid="207" order="0" linetype="DEFAULT" />
      <line id="224" predid="23" succid="25" parentid="207" order="0" linetype="DEFAULT" />
    After activating the process once more the detail-information comes up. Then i see the error steps (Message-Type = E). So for example:
    Der Wert des Ausdrucks '&CH_EVENT_TAB_DATA.PAYLOAD.ERROR&' kann nicht als Quelle einer Zuweisung dienen (expression cannot be the source of an assignment)
    But in the integration-process this seam to be good. What can i do? Delete the container-element and create a new one?
    Thanks in advance,
    Frank

    Hallo,
    when i have a look at the details after acitvation my integration-process (with returncode 99) I make changes in my process. But after refresh there are the old items are still there. What´s about the Button "delete runtime Version" in the acivation step? Can i so delete this process in my cash? Have i to make a new integraion-process-object? After copy one process and giving a new name the same problems occures? What is the best solution?
    Thanks,
    Frank

  • APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN

    Hi All,
    i have configured a printer in R12.1.3, when i am trying to print its giving below error...
    please help..
    lp: The printer or class was not found.
    Pasta: Error: Print failed. Command=lp -c -dHP_P4014N /apps/local/inst/apps/UAT_server/appltmp/pasta9331_0.tmp
    Pasta: Error: Check printCommand/ntPrintCommand in pasta.cfg
    Pasta: Error: Preprocess or Print command failed!!!
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 1
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. Program exited with status 1.
    Action: Review your concurrent request log file for more detailed information.
    Thanks
    RB

    And found this Exception also... in the diagnostic output.
    EXCEPTION - One or more versions were missing. caught in 'FNDPastaDiag.retrieveSupportFiles'
    java.lang.IllegalArgumentException: One or more versions were missing.
    at oracle.apps.jtf.regress.qatool.base.TextUtility.compareVersions(TextUtility.java:650)
    at oracle.apps.fnd.diagnose.FNDPastaDiag.retrieveSupportFiles(FNDPastaDiag.java:1486)
    at oracle.apps.fnd.diagnose.FNDPastaDiag.runSupportTest(FNDPastaDiag.java:556)
    at oracle.apps.jtf.regress.qatool.base.DiagBase.runTest(DiagBase.java:373)
    at oracle.apps.fnd.oam.diagnostics.exec.LegacyJavaTestExecution.runTest(LegacyJavaTestExecution.java:147)
    at oracle.apps.fnd.oam.diagnostics.exec.LegacyJavaTestExecution.execute(LegacyJavaTestExecution.java:83)
    at oracle.apps.fnd.oam.diagnostics.exec.WorkerThread.run(WorkerThread.java:49)
    at java.lang.Thread.run(Thread.java:619)
    ACTION - Please log an iTAR (Service Request) for product "Support Diagnostics Project" (ID=1332) to notify support about this issue
    Thx
    RB

  • SSL Failure every afternoon - InitializeSecurityContext (returned code=InternalError)

    Hi, I hope someone can help me with this.
    I've got an ASP.Net application that initiates an HTTPS request to another server as needed.  The Application Pool is automatically recycled every night, and the end users have no trouble until about 12:30 to 1:00 pm every day.  At that point
    this HTTPS request starts failing.  This happens on 20 load balanced web servers (Windows 2008 R2) at almost the same time.   If the Application Pool is recycled then that web server can make the HTTPS requests again.
    I've compared the network trace log for a good request versus a failed request and I can't see any differences until the error happens.
    I suspect something in IIS memory, or Windows Networking, is leaking or getting confused after being used a certain number of times...?   It was failing when I was using:
    vHttpReq = CreateObject("WinHttp.WinHttpRequest.5.1")vHttpReq.Open("POST", pPost, False)
    I recently change it to use the .Net web request and it Still fails (but now I can get .Net tracing):
    vHTTPWebReq = DirectCast(Net.HttpWebRequest.Create(Me.m_VendorPath), Net.HttpWebRequest)
    Is there some additional tracing or logging that might give more details about "returned code=InternalError" ?
    Here is an example of a request that fails:
    System.Net Verbose: 0 : [1376] WebRequest::Create(https://website)
    System.Net Verbose: 0 : [1376] HttpWebRequest#22178585::HttpWebRequest(https://website#-1667086462)
    System.Net Verbose: 0 : [1376] Exiting HttpWebRequest#22178585::HttpWebRequest()
    System.Net Verbose: 0 : [1376] Exiting WebRequest::Create() -> HttpWebRequest#22178585
    System.Net Verbose: 0 : [1376] HttpWebRequest#22178585::GetRequestStream()
    System.Net Information: 0 : [1376] Associating HttpWebRequest#22178585 with ServicePoint#37880405
    System.Net Information: 0 : [1376] Associating Connection#24339725 with HttpWebRequest#22178585
    System.Net.Sockets Verbose: 0 : [1376] Socket#32990491::Socket(InterNetwork#2)
    System.Net.Sockets Verbose: 0 : [1376] Exiting Socket#32990491::Socket()
    System.Net.Sockets Verbose: 0 : [1376] Socket#14380334::Socket(InterNetworkV6#23)
    System.Net.Sockets Verbose: 0 : [1376] Exiting Socket#14380334::Socket()
    System.Net.Sockets Verbose: 0 : [1376] Socket#32990491::Connect(100:443#1677886995)
    System.Net.Sockets Information: 0 : [1376] Socket#32990491 - Created connection from 10.10.5.40:63705 to 168.135.2.100:443.
    System.Net.Sockets Verbose: 0 : [1376] Exiting Socket#32990491::Connect()
    System.Net.Sockets Verbose: 0 : [1376] Socket#14380334::Close()
    System.Net.Sockets Verbose: 0 : [1376] Socket#14380334::Dispose()
    System.Net.Sockets Verbose: 0 : [1376] Exiting Socket#14380334::Close()
    System.Net Information: 0 : [1376] Connection#24339725 - Created connection from 10.10.5.40:63705 to 168.135.2.100:443.
    System.Net Information: 0 : [1376] TlsStream#52707602::.ctor(host=website.com, #certs=1)
    System.Net Information: 0 : [1376] Associating HttpWebRequest#22178585 with ConnectStream#11199461
    System.Net Information: 0 : [1376] HttpWebRequest#22178585 - Request: POST /secure/stuff.do?app=d HTTP/1.1
    System.Net Information: 0 : [1376] SecureChannel#35796066::.ctor(hostname=website.com, #clientCertificates=1, encryptionPolicy=RequireEncryption)
    System.Net Information: 0 : [1376] SecureChannel#35796066 - Attempting to restart the session using the user-provided certificate: [Version]
    V3
    [Subject]
    OID.0.9.2342.19200300.100.1.1=476817, E=host.com, CN=name, OU=08290275, O=site.com
    [Public Key]
    Algorithm: RSA
    Length: 2048
    Key Blob: 30 82 01 0a 02 82 01 01 00 c0 17 f5 6e eb 90 e5 c3 29 70 d0 d5 e4 8e a0 21 aa 5c b7
    System.Net Information: 0 : [1376] SecureChannel#35796066 - Left with 1 client certificates to choose from.
    System.Net Information: 0 : [1376] SecureChannel#35796066 - Trying to find a matching certificate in the certificate store.
    System.Net Information: 0 : [1376] SecureChannel#35796066 - Locating the private key for the certificate: [Version]
    V3
    [Subject]
    [Not Before]
    1/2/2015 3:49:41 PM
    [Not After]
    1/1/2018 3:49:41 PM
    [Thumbprint]
    FC856FD50073152861A51D80F33D2CA768C12328
    [Signature Algorithm]
    sha1RSA(1.2.840.113549.1.1.5)
    [Public Key]
    Algorithm: RSA
    Length: 2048
    Key Blob: 30 82 01 0a 02 82 01 01 00 c0 17 f5 6e eb 90 e5 c3 29 70 d0 d5 e4 8e a0 21 aa 5c b7
    System.Net Information: 0 : [1376] SecureChannel#35796066 - Certificate is of type X509Certificate2 and contains the private key.
    System.Net Information: 0 : [1376] Using the cached credential handle.
    System.Net Information: 0 : [1376] InitializeSecurityContext(credential = System.Net.SafeFreeCredential_SECURITY, context = (null), targetName = website.com, inFlags = ReplayDetect, SequenceDetect, Confidentiality, AllocateMemory, InitManualCredValidation)
    System.Net Information: 0 : [1376] InitializeSecurityContext(In-Buffer length=0, Out-Buffer length=150, returned code=ContinueNeeded).
    System.Net.Sockets Verbose: 0 : [1376] Socket#32990491::Send()
    System.Net.Sockets Verbose: 0 : [1376] Data from Socket#32990491::Send
    System.Net.Sockets Verbose: 0 : [1376] 00000000 : 16 03 01 00 91 01 00 00-8D 03 01 54 AA DE 6B 28 : ...........T..k(
    System.Net.Sockets Verbose: 0 : [1376] 00000010 : C7 29 9B 9C 0D D8 AB 09-BA E9 A6 8E 34 84 0D AF : .)..........4...
    System.Net.Sockets Verbose: 0 : [1376] 00000020 : 9A 7F C4 42 E5 D7 BF 42-98 6A F3 20 17 C5 24 96 : ...B...B.j. ..$.
    System.Net.Sockets Verbose: 0 : [1376] 00000030 : 6D F7 D8 9C 7D BB 74 16-F3 5E 55 A6 09 88 DA 49 : m...}.t..^U....I
    System.Net.Sockets Verbose: 0 : [1376] 00000040 : D4 BD CC C4 4E 38 C7 05-82 53 D9 44 00 18 00 2F : ....N8...S.D.../
    System.Net.Sockets Verbose: 0 : [1376] 00000050 : 00 35 00 05 00 0A C0 13-C0 14 C0 09 C0 0A 00 32 : .5.............2
    System.Net.Sockets Verbose: 0 : [1376] 00000060 : 00 38 00 13 00 04 01 00-00 2C FF 01 00 01 00 00 : .8.......,......
    System.Net.Sockets Verbose: 0 : [1376] 00000070 : 00 00 13 00 11 00 00 0E-64 73 78 2E 64 65 6C 75 : ........********
    System.Net.Sockets Verbose: 0 : [1376] 00000080 : 78 65 2E 63 6F 6D 00 0A-00 06 00 04 00 17 00 18 : **.com..........
    System.Net.Sockets Verbose: 0 : [1376] 00000090 : 00 0B 00 02 01 00 : ......
    System.Net.Sockets Verbose: 0 : [1376] Exiting Socket#32990491::Send() -> 150#150
    System.Net.Sockets Verbose: 0 : [1376] Socket#32990491::Receive()
    System.Net.Sockets Verbose: 0 : [1376] Data from Socket#32990491::Receive
    System.Net.Sockets Verbose: 0 : [1376] 00000000 : 16 03 01 12 70 : ....p
    System.Net.Sockets Verbose: 0 : [1376] Exiting Socket#32990491::Receive() -> 5#5
    System.Net.Sockets Verbose: 0 : [1376] Socket#32990491::Receive()
    System.Net.Sockets Verbose: 0 : [1376] Data from Socket#32990491::Receive
    System.Net.Sockets Verbose: 0 : [1376] (printing 1024 out of 4376)
    System.Net.Sockets Verbose: 0 : [1376] 00000005 : 02 00 00 53 03 01 54 AA-DE 6C 6E 24 DF 69 10 67 : ...S..T..ln$.i.g
    System.Net.Sockets Verbose: 0 : [1376] 00000015 : 47 AD EF 4C B4 16 23 98-66 65 5F 3B B9 AE 54 FA : G..L..#.fe_;..T.
    System.Net.Sockets Verbose: 0 : [1376] 00000025 : 63 E4 02 77 7D 38 20 57-43 63 04 35 3B 35 3E 4F : c..w}8 WCc.5;5>O
    System.Net.Sockets Verbose: 0 : [1376] 00000035 : E0 22 80 21 6A E3 DE 73-BB 30 AC 03 BD 1D E8 32 : .".!j..s.0.....2
    System.Net.Sockets Verbose: 0 : [1376] 00000045 : F9 B7 FE 35 E8 EB D9 C0-14 00 00 0B FF 01 00 01 : ...5............
    System.Net.Sockets Verbose: 0 : [1376] 00000055 : 00 00 0B 00 02 01 00 0B-00 10 4B 00 10 48 00 05 : ..........K..H..
    System.Net.Sockets Verbose: 0 : [1376] 00000065 : 3B 30 82 05 37 30 82 04-1F A0 03 02 01 02 02 10 : ;0..70..........
    System.Net.Sockets Verbose: 0 : [1376] 00000075 : 05 D8 54 9C B4 A9 49 50-E0 2B F3 79 7E 28 9A A8 : ..T...IP.+.y~(..
    System.Net.Sockets Verbose: 0 : [1376] 00000085 : 30 0D 06 09 2A 86 48 86-F7 0D 01 01 05 05 00 30 : 0...*.H........0
    System.Net.Sockets Verbose: 0 : [1376] 00000095 : 81 BC 31 0B 30 09 06 03-55 04 06 13 02 55 53 31 : ..1.0...U....US1
    System.Net.Sockets Verbose: 0 : [1376] 000000A5 : 17 30 15 06 03 55 04 0A-13 0E 56 65 72 69 53 69 : .0...U....VeriSi
    System.Net.Sockets Verbose: 0 : [1376] 000000B5 : 67 6E 2C 20 49 6E 63 2E-31 1F 30 1D 06 03 55 04 : gn, Inc.1.0...U.
    System.Net.Sockets Verbose: 0 : [1376] 000000C5 : 0B 13 16 56 65 72 69 53-69 67 6E 20 54 72 75 73 : ...VeriSign Trus
    System.Net.Sockets Verbose: 0 : [1376] 000000D5 : 74 20 4E 65 74 77 6F 72-6B 31 3B 30 39 06 03 55 : t Network1;09..U
    System.Net.Sockets Verbose: 0 : [1376] 000000E5 : 04 0B 13 32 54 65 72 6D-73 20 6F 66 20 75 73 65 : ...2Terms of use
    System.Net.Sockets Verbose: 0 : [1376] 000000F5 : 20 61 74 20 68 74 74 70-73 3A 2F 2F 77 77 77 2E : at https://www.
    System.Net.Sockets Verbose: 0 : [1376] 00000105 : 76 65 72 69 73 69 67 6E-2E 63 6F 6D 2F 72 70 61 : verisign.com/rpa
    System.Net.Sockets Verbose: 0 : [1376] 00000115 : 20 28 63 29 31 30 31 36-30 34 06 03 55 04 03 13 : (c)101604..U...
    System.Net.Sockets Verbose: 0 : [1376] 00000125 : 2D 56 65 72 69 53 69 67-6E 20 43 6C 61 73 73 20 : -VeriSign Class
    System.Net.Sockets Verbose: 0 : [1376] 00000135 : 33 20 49 6E 74 65 72 6E-61 74 69 6F 6E 61 6C 20 : 3 International
    System.Net.Sockets Verbose: 0 : [1376] 00000145 : 53 65 72 76 65 72 20 43-41 20 2D 20 47 33 30 1E : Server CA - G30.
    System.Net.Sockets Verbose: 0 : [1376] 00000155 : 17 0D 31 34 30 35 30 35-30 30 30 30 30 30 5A 17 : ..140505000000Z.
    System.Net.Sockets Verbose: 0 : [1376] 00000165 : 0D 31 35 30 35 32 32 32-33 35 39 35 39 5A 30 7C : .150522235959Z0|
    System.Net.Sockets Verbose: 0 : [1376] 00000175 : 31 0B 30 09 06 03 55 04-06 13 02 55 53 31 12 30 : 1.0...U....US1.0
    System.Net.Sockets Verbose: 0 : [1376] 00000185 : 10 06 03 55 04 08 13 09-4D 69 6E 6E 65 73 6F 74 : ...U....Minnesot
    System.Net.Sockets Verbose: 0 : [1376] 00000195 : 61 31 12 30 10 06 03 55-04 07 14 09 53 68 6F 72 : a1.0...U....Shor
    System.Net.Sockets Verbose: 0 : [1376] 000001A5 : 65 76 69 65 77 31 1B 30-19 06 03 55 04 0A 14 12 : eview1.0...U....
    System.Net.Sockets Verbose: 0 : [1376] 000001B5 : 44 65 6C 75 78 65 20 43-6F 72 70 6F 72 61 74 69 : ****************
    System.Net.Sockets Verbose: 0 : [1376] 000001C5 : 6F 6E 31 0F 30 0D 06 03-55 04 0B 14 06 44 65 6C : on1.0...U....***
    System.Net.Sockets Verbose: 0 : [1376] 000001D5 : 75 78 65 31 17 30 15 06-03 55 04 03 14 0E 64 73 : ****.0...U....**
    System.Net.Sockets Verbose: 0 : [1376] 000001E5 : 78 2E 64 65 6C 75 78 65-2E 63 6F 6D 30 82 01 22 : ********.com0.."
    System.Net.Sockets Verbose: 0 : [1376] 000001F5 : 30 0D 06 09 2A 86 48 86-F7 0D 01 01 01 05 00 03 : 0...*.H.........
    System.Net.Sockets Verbose: 0 : [1376] 00000205 : 82 01 0F 00 30 82 01 0A-02 82 01 01 00 E6 F3 6F : ....0..........o
    System.Net.Sockets Verbose: 0 : [1376] 00000215 : 16 D5 99 5E 50 16 53 87-47 8B 1E 35 86 84 DB 69 : ...^P.S.G..5...i
    System.Net.Sockets Verbose: 0 : [1376] 00000225 : 64 A9 2E 9B AF 0C C9 CD-06 3E 5A DE 7A 88 E9 DF : d........>Z.z...
    System.Net.Sockets Verbose: 0 : [1376] 00000235 : B9 CB 15 90 7E CA AE 5E-7F B1 9D E1 86 91 2D 57 : ....~..^......-W
    System.Net.Sockets Verbose: 0 : [1376] 00000245 : F7 27 3D 95 D7 1A D8 F0-83 89 77 42 22 87 56 D3 : .'=.......wB".V.
    System.Net.Sockets Verbose: 0 : [1376] 00000255 : 8C 43 F8 4B 57 F8 6F 45-28 A4 71 2A 21 20 FE F6 : .C.KW.oE(.q*! ..
    System.Net.Sockets Verbose: 0 : [1376] 00000265 : 99 C4 BD C9 29 AA F5 DF-55 7A 07 97 40 A4 2C 86 : ....)...Uz..@.,.
    System.Net.Sockets Verbose: 0 : [1376] 00000275 : B0 C3 91 60 34 4E 2C DB-86 3C 88 02 1D 29 0E BF : ...`4N,..<...)..
    System.Net.Sockets Verbose: 0 : [1376] 00000285 : FF BF DE 64 0D 17 7C 33-D8 47 94 40 D0 6F 8E 37 : ...d..|[email protected]
    System.Net.Sockets Verbose: 0 : [1376] 00000295 : E9 2C 82 72 B0 D4 80 97-6D 94 68 F2 3D 19 F9 99 : .,.r....m.h.=...
    System.Net.Sockets Verbose: 0 : [1376] 000002A5 : 7C 13 55 C8 A8 75 5D F5-F8 C1 2C A8 6F 38 A7 BB : |.U..u]...,.o8..
    System.Net.Sockets Verbose: 0 : [1376] 000002B5 : 3B 98 12 E1 6F 12 F4 9D-76 B1 98 34 78 F5 6C 0E : ;...o...v..4x.l.
    System.Net.Sockets Verbose: 0 : [1376] 000002C5 : 10 71 D7 D0 50 23 C3 77-8B 45 73 D1 47 DA B0 E2 : .q..P#.w.Es.G...
    System.Net.Sockets Verbose: 0 : [1376] 000002D5 : CD 16 97 4B 4A B4 06 42-2F E1 89 5B 31 AF 3F 75 : ...KJ..B/..[1.?u
    System.Net.Sockets Verbose: 0 : [1376] 000002E5 : 77 5A C7 A4 BA 35 8D 05-26 C4 80 05 4B 02 DB 7E : wZ...5..&...K..~
    System.Net.Sockets Verbose: 0 : [1376] 000002F5 : 4F CA BE EF C7 C4 F7 9B-20 8C BC A1 18 29 81 67 : O....... ....).g
    System.Net.Sockets Verbose: 0 : [1376] 00000305 : FA A5 D1 A6 15 6F DD E0-2B 64 43 55 6B 02 03 01 : .....o..+dCUk...
    System.Net.Sockets Verbose: 0 : [1376] 00000315 : 00 01 A3 82 01 72 30 82-01 6E 30 19 06 03 55 1D : .....r0..n0...U.
    System.Net.Sockets Verbose: 0 : [1376] 00000325 : 11 04 12 30 10 82 0E 64-73 78 2E 64 65 6C 75 78 : ...0...*********
    System.Net.Sockets Verbose: 0 : [1376] 00000335 : 65 2E 63 6F 6D 30 09 06-03 55 1D 13 04 02 30 00 : *.com0...U....0.
    System.Net.Sockets Verbose: 0 : [1376] 00000345 : 30 0E 06 03 55 1D 0F 01-01 FF 04 04 03 02 05 A0 : 0...U...........
    System.Net.Sockets Verbose: 0 : [1376] 00000355 : 30 28 06 03 55 1D 25 04-21 30 1F 06 08 2B 06 01 : 0(..U.%.!0...+..
    System.Net.Sockets Verbose: 0 : [1376] 00000365 : 05 05 07 03 01 06 08 2B-06 01 05 05 07 03 02 06 : .......+........
    System.Net.Sockets Verbose: 0 : [1376] 00000375 : 09 60 86 48 01 86 F8 42-04 01 30 65 06 03 55 1D : .`.H...B..0e..U.
    System.Net.Sockets Verbose: 0 : [1376] 00000385 : 20 04 5E 30 5C 30 5A 06-0A 60 86 48 01 86 F8 45 : .^0\0Z..`.H...E
    System.Net.Sockets Verbose: 0 : [1376] 00000395 : 01 07 36 30 4C 30 23 06-08 2B 06 01 05 05 07 02 : ..60L0#..+......
    System.Net.Sockets Verbose: 0 : [1376] 000003A5 : 01 16 17 68 74 74 70 73-3A 2F 2F 64 2E 73 79 6D : ...https://d.sym
    System.Net.Sockets Verbose: 0 : [1376] 000003B5 : 63 62 2E 63 6F 6D 2F 63-70 73 30 25 06 08 2B 06 : cb.com/cps0%..+.
    System.Net.Sockets Verbose: 0 : [1376] 000003C5 : 01 05 05 07 02 02 30 19-1A 17 68 74 74 70 73 3A : ......0...https:
    System.Net.Sockets Verbose: 0 : [1376] 000003D5 : 2F 2F 64 2E 73 79 6D 63-62 2E 63 6F 6D 2F 72 70 : //d.symcb.com/rp
    System.Net.Sockets Verbose: 0 : [1376] 000003E5 : 61 30 1F 06 03 55 1D 23-04 18 30 16 80 14 D7 9B : a0...U.#..0.....
    System.Net.Sockets Verbose: 0 : [1376] 000003F5 : 7C D8 22 A0 15 F7 DD AD-5F CE 29 9B 58 C3 BC 46 : |."....._.).X..F
    System.Net.Sockets Verbose: 0 : [1376] Exiting Socket#32990491::Receive() -> 4376#4376
    System.Net.Sockets Verbose: 0 : [1376] Socket#32990491::Receive()
    System.Net.Sockets Verbose: 0 : [1376] Data from Socket#32990491::Receive
    System.Net.Sockets Verbose: 0 : [1376] 0000111D : 32 08 1C 01 7D 08 B7 18-D5 9F 6D 66 70 4A 63 32 : 2...}.....mfpJc2
    System.Net.Sockets Verbose: 0 : [1376] 0000112D : 17 91 0E E0 05 72 93 BD-03 E1 74 6B CB D9 F9 FB : .....r....tk....
    System.Net.Sockets Verbose: 0 : [1376] 0000113D : F8 E9 AA 40 DC 31 93 4A-10 D7 BC 5A 57 99 BA 06 : [email protected]...
    System.Net.Sockets Verbose: 0 : [1376] 0000114D : D2 38 92 6C 66 C9 BA 6C-33 69 A3 BB 84 F3 F6 D7 : .8.lf..l3i......
    System.Net.Sockets Verbose: 0 : [1376] 0000115D : 94 DA 08 81 90 42 98 26-59 3A 76 BA 0A F1 AB 43 : .....B.&Y:v....C
    System.Net.Sockets Verbose: 0 : [1376] 0000116D : 08 1A F0 97 70 C9 A2 93-B1 57 45 FB C6 BC EF CE : ....p....WE.....
    System.Net.Sockets Verbose: 0 : [1376] 0000117D : DC 19 FD 93 24 DE 01 E0-35 DD 7B DA 6B 29 04 49 : ....$...5.{.k).I
    System.Net.Sockets Verbose: 0 : [1376] 0000118D : FF 1B 71 38 D3 FD F8 3A-5F DA 14 97 4F CE 5E 9C : ..q8...:_...O.^.
    System.Net.Sockets Verbose: 0 : [1376] 0000119D : 1F 4F E8 13 25 DB F1 0B-E9 15 97 3B B5 73 03 D7 : .O..%......;.s..
    System.Net.Sockets Verbose: 0 : [1376] 000011AD : 53 04 14 DC 4A 05 D8 14-06 27 97 0D FB 45 F8 43 : S...J....'...E.C
    System.Net.Sockets Verbose: 0 : [1376] 000011BD : 22 37 FA DA 37 8F 7A B5-02 3D EB 41 12 31 B4 8D : "7..7.z..=.A.1..
    System.Net.Sockets Verbose: 0 : [1376] 000011CD : A9 51 02 B6 67 AD 3B FE-5E 28 97 83 DD 6C 17 4A : .Q..g.;.^(...l.J
    System.Net.Sockets Verbose: 0 : [1376] 000011DD : BE 0C D7 0F 03 9C 80 B2-62 C8 91 48 E0 6B DE A4 : ........b..H.k..
    System.Net.Sockets Verbose: 0 : [1376] 000011ED : 82 F4 DA 25 42 6A 8F D4-72 0D 00 00 77 03 01 02 : ...%Bj..r...w...
    System.Net.Sockets Verbose: 0 : [1376] 000011FD : 40 00 71 00 6F 30 6D 31-1B 30 19 06 03 55 04 0A : @.q.o0m1.0...U..
    System.Net.Sockets Verbose: 0 : [1376] 0000120D : 13 12 44 65 6C 75 78 65-20 43 6F 72 70 6F 72 61 : ..**************
    System.Net.Sockets Verbose: 0 : [1376] 0000121D : 74 69 6F 6E 31 14 30 12-06 03 55 04 0B 13 0B 49 : ****1.0...U....I
    System.Net.Sockets Verbose: 0 : [1376] 0000122D : 54 20 53 65 63 75 72 69-74 79 31 1E 30 1C 06 03 : T Security1.0...
    System.Net.Sockets Verbose: 0 : [1376] 0000123D : 55 04 03 13 15 44 65 6C-75 78 65 20 43 6F 72 70 : U....***********
    System.Net.Sockets Verbose: 0 : [1376] 0000124D : 6F 72 61 74 69 6F 6E 20-43 41 31 18 30 16 06 0A : *********A1.0...
    System.Net.Sockets Verbose: 0 : [1376] 0000125D : 09 92 26 89 93 F2 2C 64-01 01 13 08 44 65 6C 75 : ..&...,d....****
    System.Net.Sockets Verbose: 0 : [1376] 0000126D : 78 65 43 41 0E 00 00 00- : **CA....
    System.Net.Sockets Verbose: 0 : [1376] Exiting Socket#32990491::Receive() -> 344#344
    System.Net Information: 0 : [1376] InitializeSecurityContext(credential = System.Net.SafeFreeCredential_SECURITY, context = 1aeee8e0:3463a390, targetName = website.com, inFlags = ReplayDetect, SequenceDetect, Confidentiality, AllocateMemory, InitManualCredValidation)
    System.Net Information: 0 : [1376] InitializeSecurityContext(In-Buffers count=2, Out-Buffer length=0, returned code=InternalError).
    System.Net.Sockets Verbose: 0 : [1376] Socket#32990491::Dispose()
    System.Net Error: 0 : [1376] Exception in the HttpWebRequest#22178585:: - The request was aborted: Could not create SSL/TLS secure channel.
    System.Net Error: 0 : [1376] Exception in the HttpWebRequest#22178585::EndGetRequestStream - The request was aborted: Could not create SSL/TLS secure channel.

    Group Policy uses a server to verify credentials before connections are made.  If the credential server doesn't respond you may fail. It sound like there is some sort of network loading issue that is causing the issue. Probably a timeout needs to be
    increase. Other possibilities is some admin program is schedule to run at the same time every day (or a user application is downloading large amount of data every day) which is slowing down the network.  I don't think you will be able to change the
    schedule program, so trying to increase the timeouts is the better approach.  
    It also looks like there may be a certificate issue.  Not sure if the server that validates the certificate isn't responding quick enough, or there isn't a certificate available because other users have checked out the all certificates.
    jdweng

  • Received return code 500 ( Error during conversion of XI message )

    Hello Experts,
    I am configuring the WSRM for SD in SAP. I have only configured services CreditWorthinessQuery_Out and CreditWorthinessQuery_In on soamanager to carry out credit checks.
    while i am creating sales order i am getting below error.
    Received return code 500 ( Error during conversion of XI message )
    In debug i checked the string of error it showed me below string :
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">#<SOAP:Hea
    der>#</SOAP:Header>#<SOAP:Body>#<SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.o
    rg/soap/envelope/"><faultcode>SOAP:Client</faultcode><faultstring>Error during c
    onversion of XI message</faultstring><faultactor>http://sap.com/xi/XI/Message/30
    </faultactor><detail><SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.co
    m/xi/XI/Message/30"><SAP:Category>XIProtocol</SAP:Category><SAP:Code area="PARSE
    R">UNEXPECTED_VALUE</SAP:Code><SAP:P1>Main/@versionMajor</SAP:P1><SAP:P2>000</SA
    P:P2><SAP:P3>003</SAP:P3><SAP:P4/><SAP:AdditionalText/><SAP:ApplicationFaultMess
    age namespace=""/><SAP:Stack>XML tag Main/@versionMajor has incorrect value 000;
    expected value is 003##</SAP:Stack></SAP:Error></detail></SOAP:Fault>#</SOAP:Bo
    dy>#</SOAP:Envelope>#
    Does anyone have any idea about this? I am not integrating with PI/XI system.

    Hi
    Can you check this out?
    Transaction SXMB_ADM  Integration Engine Configuration
    For an application system you have to maintain the role of the business system as an application system. Set the corresponding Integration Server as an HTTP destination (for example, dest://INTEGRATION_SERVER). Create the destination in transaction SM59 and set the type to HTTP Connections to R/3 System. Test the connection by using the Connection Test button; you should get HTTP 500 u2013 Empty HTTP Request received, because no u201Ereal‟ XML document is sent during this test.
    A HTTP return code 500 (Internal Server Error) is OK.
    Regards
    Pothana

  • COMMIT failed in RSORAADM, object JOB, function CREATE, return code 4

    Dear Gurus,
    When I am trying to schedule a backup through DB13, I am getting an error as
    "COMMIT failed in RSORAADM, object JOB, function CREATE, return code 4"
    Can any body tell me what is the error about and how to resolve it.
    Thanks
    Best Regards
    Dilip

    hi Kaushal,
    Thanks for your reply.  Yes I could solve the issue as my Operation mode was inactive, I made it active and then could schedule the DB13 jobs. 
    Can you tell me what is the relationship between DB13 jobs scheduling and Operation mode.  Also note when I am scheduling DB13 jobs that time none of the background job is running ie my background wp is free. It is only after I activated day/night operation mode, I could schedule the backup.
    Thanks once again.  Your input was of great help to me.
    Best Regards
    Dilip

  • OCIEnvNlsCreate failed with return code -1

    Hi, we're getting this error when running SQL Server 2005 Reporting Services to connect to an Oracle 9i database. The report works fine locally but breaks on the web. Another user has posted about this same exact issue to Microsoft's SSRS forum, but with no answer: http://tinyurl.com/ynqv7o
    Your help is much appreciated. Thank you.

    Check Re: OCIEnvNlsCreate failed with return code -1

  • BPC5.1 - Data manager package to Stored proc with custom return codes

    Hi all,
    Does anyone have experience passing the return codes from a stored procedure back into the eData "view status" package progress or event log details?
    When my stored procedure throws errors, the offending SQL code shows up in the pacakge details, which is helpful. But what I'd really like is to structure my stored proc with return codes
    0 = everything's wonderful
    1 = invalid category / time combination
    2 = unauthorized
    3 = no data to process
    And then handle these codes as either "completed" "warning" or "error" in the package progress.
    And ideally, I'd like to put some meaningful message about the warnings & errors, directly into the log details, so the user can fix the problem themselves rather than ask the IT guy to trouble-shoot.
    Any tips? I've started playing with using the on-complete, on-success, on-failure routing of different tasks within the DTSX package (SQL 2005), but I'm just working on a trial-and-error basis right now. (With # of errors = # of trials.)
    Thanks,
    Tim

    In case anyone's interested, I've solved this by tracking my return codes as a package variable.
    Within the package, I have conditional logic moving from task to task, evaluating the return code to check for various conditions, and selecting which tasks to perform accordingly.
    In the last task, I run a final stored procedure which posts some data (completion time & status) to a custom transaction log table, and then if the return code is not zero, I script and execute some SQL which I know will throw a "fake" error. The SQL statement itself includes the key information I want the end user to see. For example
    Select InvalidEntitySelection [USEast1],TransactionID [12340]  from ThisTableDoesntExist
    Select UnauthorizedUser [Tim], TransactionID [12345] from ThisTableDoesntExist
    Select WorkStatusIsLocked [USEast1 Actual 2008], TransactionID [12345] from ThisTableDoesntExist
    It's not exactly elegant, but it gets the message across, which is all that I need. In this way, the end user sees that the package failed with an error, and when they look at the package details, they can see the problem. They can pass on the transaction ID to an administrator to look into the details, if they can't figure it out on their own.
    Sorin, I never managed to figure out how to use a VB task to send the information back to the user, plus force the package to end in an error. I'm sure there's a way to do so, but this seems to work for my requirement.
    I'm not entirely happy with the "fake error" approach, but I don't know if BPC has any support for "intentional" programming of errors in the DTS scripting toolset.
    Thanks,
    Tim

  • How to generate the return code automatically through EP

    Hello all,
               I have created a transaction Iview and i am calling transaction SE16 to which i am passing application parameter as the table name which i want to see.Now i am getting the SE16 screen with the table name successfully passed on to the input field. But i want the Iview to process this screen also so that i dont have to press enter to see the next screen. i want this iview to process the SE16 screen directly and show me the next screen. I dont know how can i pass the return code parameter which will directly execute the table name entered in SE16 screen.suppose my table name is "ABC" and i have set the application parameter as DATABROWSE-TABLENAME=ABC&~okcode=ANZE where ANZE is the sy-ucomm value.Plz reply at the earliest.
    Thanks and regards,
    Alpa Desai.

    Madden wrote:
    I do think OOP can only complement procedural programming,Wrong. They don't have to have anything to do with each other.
    but I just wish for my app to exit the same way whether I return or not an exit code.
    I mean we are talking about the implementation, or the system, here.
    Simply let it end and the "return code" will be 0.
    But ... is there a way for a Java application to execute another Java application ? The analog for CreateProcess, but in the Java world ?Start a thread and call the main method of the class that kicks it off with the necessary arguements is one way.
    When an Java app executes another Java app will a new VM be created ?Runtime.getRuntime().exec() and call java ...... Which will, obviously, start a new VM.
    Is ther an internal way, for this that will work inside the same VM ?See the thread situation above.
    How will the parent get the exit code from the child ?If called with Runtime simply call System.exit and then (from the original program) evaluate the return code (see the Runtime and Process classes).
    If called in a thread, without using Runtime.exec any where, then you use a return at the end of the main method, but, if you are looking for a "return code" from an entire application, you're probably looking at Runtime.exec anyway. Otherwise, you are better of writing it so that it can be used in a real OOP manner (i.e. you don't have to call the main method of another application at all, you simply start instantiating and using the classes involved), in which case, a "return code" from the "application" is meaningless.
    >
    Timothy Madden,
    RomaniaEdited by: masijade. on Nov 19, 2007 10:18 AM

  • Return code in trace file from ST01

    Hello All,
    Does anybody know what are the values for the return code (0,4,8,12,16) in an trace file from ST01 ?
    Thanks you All !

    seems that you are very bored during the day ....
    The ST01 displays the raw data for the ST05, that is something which you will never in normal life. Return codes are also displayed in ST05, but even there you don't really need them.
    If you ask this question here in the performance forum then I would definitely advise you to switch to the condensed form of the ST05
    (SQL statement summary) see here:
    SQL trace:
    /people/siegfried.boes/blog/2007/09/05/the-sql-trace-st05-150-quick-and-easy
    This condensed forum shows you all the information whioch you need for about 90% of your work.
    kind regads       Siegfried

  • DBM_CONNECT error, return code -11, tp error

    Hello
    I have an SCM 5.0 ABAP-only system (sid=APC) not correctly communicating with a 7.6.0.3 liveCache.  In transaction LC10, clicking the monitoring button for any DB connection results in:
    Name and Server     : LPC - dngdbs07                         
    DBMRFC Function     : DBM_CONNECT                            
    Error               : DBM Error
    Return Code         :        -11
    Error Message       : tp error: sapparam: SAPSYSTEMNAME neithe
    Notice how error message is cut off ...
    1.  LCA, LDA, and LEA connection tests in DB59 all fail with the same error.
    2.  From transaction SM49, dbmcli -d LPC -n dngdbs07 -tpp no_longer_used -tpi APC -tpc LCA <any command> fails with the same error.
    3.  From the command-line, dbmcli -d LPC -n dngdbs07 -tpp no_longer_used -tpi APC -tpc LCA <any command> succeeds for both apcadm and SAPserviceAPC users.  (ABAP system is Windows, liveCache system is HP-UX.)
    4.  RFC destinations SAPDB_DBM, SAPDB_DBM_DAEMON, and SAPXPG_DBDEST_<HOSTNAME> are all successful.
    5.  I un-checked the Central Authorization checkbox in LC10 --> Integration and the error goes away, so I can then see the liveCache system status.
    I tried debugging the ABAP and it appears sapxpg is having trouble calling the external command when Central Authorization is enabled.  Does anyone have any ideas about what's wrong with this? 
    SAP_BASIS SP 14
    NW 700 kernel patch 159
    non-unicode
    Thanks

    > Name and Server     : LPC - dngdbs07                         
    > DBMRFC Function     : DBM_CONNECT                            
    > Error               : DBM Error
    > Return Code         :        -11
    > Error Message       : tp error: sapparam: SAPSYSTEMNAME neithe
    >
    > Notice how error message is cut off ...
    Ok, the cutoff is just due to the error handling routine - I believe the full error message would be "SAPSYSTMNAME neiter in environment or parameterfile specified" or something like this.
    > 1.  LCA, LDA, and LEA connection tests in DB59 all fail with the same error.
    Of course they do - they are all the same connection setup, just for different purposes.
    > 2.  From transaction SM49, dbmcli -d LPC -n dngdbs07 -tpp no_longer_used -tpi APC -tpc LCA <any command> fails with the same error.
    Of course it does. The TP is used to get logon data from the SCM database (central authorization) for the logon to the liveCache. with the -tpp -tpi -tpc arguments you tell dbmcli to use TP.
    > 3.  From the command-line, dbmcli -d LPC -n dngdbs07 -tpp no_longer_used -tpi APC -tpc LCA <any command> succeeds for both apcadm and SAPserviceAPC users.  (ABAP system is Windows, liveCache system is HP-UX.)
    Well, perhaps you've  a different environment setup here? On Windows it's a quite common issue that everything works fine as <SID>adm but the SAP workprocesses run as SAPSERVICE<SID> ... so checking the environment variables for both might be a good idea.
    > 4.  RFC destinations SAPDB_DBM, SAPDB_DBM_DAEMON, and SAPXPG_DBDEST_<HOSTNAME> are all successful.
    Sure - they've nothing to do with TP. Instead these are just calls to the dbmcli command. SAPDB_DBM is just running one command and returning the result, where SAPDB_DBM_DEAMON is used for multiple commands in one DBM session.
    > 5.  I un-checked the Central Authorization checkbox in LC10 --> Integration and the error goes away, so I can then see the liveCache system status.
    Also quite clear - TP is only used with dbmcli when central authorization is used. If it's not used, then XUSER data is used to connect to the liveCache.
    > I tried debugging the ABAP and it appears sapxpg is having trouble calling the external command when Central Authorization is enabled.  Does anyone have any ideas about what's wrong with this? 
    As already said: check the environment variables. Also check the Transportprofile (TMS).
    If you don't succeed: open a support message.
    regards,
    Lars

Maybe you are looking for

  • 11.1.0.7 SPM is not functioning

    Hi all, I'm relying on SPM to control plan change. But it's found that the SPM cannot deliver what it promises to achieve, resulting in performance regression. The SQL Txt driven from application cannot be amended. The explain plan complains about th

  • Imovie/idvd ratio question

    ..If I made a movie/video in imovie, & completed it with the Aspect Ratio set to "Widescreen 16;9", how does that (or does it), affect how it will look in the end, after exporting it to idvd for a burn. I saw when I exported to itunes, I was able to

  • Java client to MS CRM 3.0 webservice via SOAP : empty credentials received

    Hi,I've been trying to connect to a webservice hosted on a MS platform where IIS runs on and CRM.Based on the WSDL file the project has been built up using a proxy to get it done. a source file is generated by Oracle tools ( is a utility client for i

  • Browser "stuck" in email configuration

    Hello -  Appreciate your help. When I use email configuration (to validate or edit an acct), the internet browser then gets "stuck" in that function.  I cannot change the home page on Browser Configuration; it simply will not erase or allow write ove

  • Macbook pro with Retina black display

    Hi All, I was working in my laptop (MacBook Pro late 2013 with retina) normally for maybe 30 min and suddenly the display become black and the laptop doesn't work. I used turn off bottom to shutdown it. This happened twice. Please, help me with this