Problem initializing libsapsecu.so on Solaris 10 with SAP NW2004s.

We have developed a Java application that we intend to serve with SAP NetWeaver 7.0 (NW2004s). Our NetWeaver system is running on Solaris 10 with an Oracle DB. We want our application to be able to extract usernames from SAP Login Tickets and to do these we need the external libraries <b>libsapsecu.so</b> and <b>libsapssoext.so</b>. However, when our application tries to initialize these libraries an exception is thrown:
Mysapinitialize failed. rc=14
However, we are using Windows versions of these libraries on another server and they work.
Does anybody have experience using these libraries on Solaris, and if so, has anybody had similar problems.
Any help would be greatly appreciated.

Standard C++ defines two versions of qsort (and also bsearch): one that takes a pointer to a C function, and one that takes a pointer to a C++ function.
Recall that in standard C++, a pointer to a C function has a different type than a pointer to a C++ function. This issue is discussed at length in the C++ Migration Guide that comes with the compiler.
The version of qsort that takes a pointer to a C function is the C version of qsort, and is in libc.so (the basic Solaris runtime library that all programs use).
The version of qsort that takes a pointer to a C++ function is in the C++ runtime library libCrun.so that all C++ programs use.
But because it took a while for Solaris headers to be updated to the C++ requirement, early versions of libCrun did not have the C++ version of qsort (or bsearch). If you get the latest C++ runtime library patch (SUNWlibC) for your system, your program should link. You can get patches here:
http://developers.sun.com/prodtech/cc/downloads/patches/index.html
Not only the system where you build the program needs updating, but every system that runs the program you build.
Alternatively, you can declare the comparison function extern "C" so that the C version of qsort will be used.
extern "C"
int comp(const void pv1, const void pv2)
But if the comparison function is in a namespace or is a class member function, you cannot usefully declare it extern "C".

Similar Messages

  • Problem connection in OIM 9.1 with SAP user managment

    Hi!
    When I want to provision a sap user management resource to an user, it appeared this problem.
    2008-07-30 14:50:52,587 INFO [XL_INTG.SAPUSERMANAGEMENT] Create User Request
    2008-07-30 14:50:52,587 INFO [XL_INTG.SAPUSERMANAGEMENT] userId :PRUEBA4803, userGroup:AUDITOR_ARG,lastName:prueba4803,firstName:prueba4803,userTitle:0003,langComm:S,department:,langLogIn:,timeZone:,telephone:,extension:,Fax:,email:,dateFormat:1,decimalNotation:Y,function:,roomNo:,floor:,building:,code:,commType:,alias:,startMenu:000,userType:A,sapUserId:,empId:PRUEBA4803,fromHRMS:
    2008-07-30 14:50:52,587 INFO [XL_INTG.SAPUSERMANAGEMENT] SAP Create Connection Request
    2008-07-30 14:50:52,587 INFO [XL_INTG.SAPUSERMANAGEMENT] Inside XLSAPUTILITIES
    2008-07-30 14:50:52,587 INFO [XL_INTG.SAPUSERMANAGEMENT] SAP Create Connection Requesting****
    2008-07-30 14:50:52,587 INFO [XL_INTG.SAPUSERMANAGEMENT] START SAP Connection creation.
    It is strange because it was working all right since 3 months ago and in these 2 last weeks, it is frequently this problem. Sometimes it works sometimes it does not.
    Of course, I tried the connection between OIM and SAP, with the SAP login, and the connection is all OK.
    My oim vertion is 9.1 and the SAP User Management connector is 9.0.4.1.
    Did anybody have this problem before?
    Bye!

    Oh I forget, when I restart the application server, in my case the jboss, the problem is fixed. Strange...

  • In case of problems with SAP GUI for Java  ...

    Hello all,
    in case of having problems (errors, ABAP dumps etc.) with SAP GUI for Java, please create an OSS message on component BC-FES-JAV with information described in OSS note 326558
    http://www.service.sap.com/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700010521522001.
    This makes sure our official support channels get aware of your problem.
    Thanks and best regards
    Rolf-Martin

    Hello Rolf-Martin,
    i don't have access to this website to view the note.
    The version of the Suse libc is:
    GNU C Library stable release version 2.3.2, by Roland McGrath et al.
    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    Compiled by GNU CC version 3.3 20030226 (prerelease) (SuSE Linux).
    Compiled on a Linux 2.4.20 system on 2003-03-13.
    Best Regards,
    Piotr Brostovski

  • ODI background execution with SAP

    Hi Experts,
    Here is my problem. I am connecting ODI with SAP R/3 to extract data from some tables.
    In my client configuration on SAP, they have a timeout of 10 minutes and that is a problem when I try to extract data from a big table where the time of processing is more than 10 minutes. Some people tell me that you can execute the ABAP programs in dialog mode or in background mode, and in the second option, you skip this problem.
    So, my question is: can I configure the excecution of the ODI ETL in background on SAP? or Can I configure the ABAP program to always execute in background on SAP?

    Someone have an idea?

  • Installation problems with SAP Web AS 6.20 came with Official ABAP Ref

    Can anyone help.
    Purchased ref books with SAP WAS 6.20
    I have followed the instructions for installation and everything goes ok up until 41%.
    Installation of SAP DB server finished succesfully.
    When I check the technical info on SAP Press where I bought the books it say's at 42% change disks and continue. As I'm as near to that as possible then I did just that, but when I press the next button nothings happens.
    What does happen is that a new window appears with the folders from the disk in the drive, as though I'm supposed to select something; but what.
    I am using xp home edition, with plenty of memory and plenty of hard disk.
    Also created the Loopback Adapter but not sure if this needs configuring or what.
    This is driving me mad especially as it means me cleaning all reference to sap from my hard drive along with entries in the registry.
    The instructions to be honest are as bad as the minsap that came with ABAP Objects and which I had no success with.
    I would have thought buying these books, that all these issues would have been sorted out, but obviously I was wrong.
    Why produce such great reference books and ruin it with software that doesn't work.
    Any help would be much appreciated.

    Hi Peter,
    Whereas I take your point. You are not telling me something that I don't already know.
    Time is of the essence and time is something I don't have.
    I am very busy and work in Switzerland 5 days a week and don't have any free time whatsoever. I travel back to the UK at the weekend for 1 day, so wasting time is not something I relish. End of moan!
    I thought that these forums were there to help ?
    I need to be spending valuable time on the product and not the  installation.
    You may, like others have a lot of spare time on your hands. I don't.
    If the damn instructions were correct in the first place then people wouldn't be having these sorts of issues.
    I am amazed at the number of installation issues there are and everyone appears to be different.
    Obviously SAP have cornered the market because when you're in you can't get out.
    I know quite a few people who work in SAP, and alI I hear is, we should not have gone for this ERP solution. That its over complicated (obviously for a reason), its slow and when you have problems its a nightmare to trace back to where the problem initially came from.

  • Problem initializing ConnectionPool with Login Failed

    Hi, we are using weblogic 8.1 on solaris with sybase 12.5, Our application initialize
    several connection pools to several sybase databases. We are having problem only
    with one of connection pool, we always get "JZ00L: Login failed. Examine the
    SQLWarnings chained to this exception for the reason(s)." We are pretty sure the
    user id and password is correct, they are all the same as other databases which
    we don't have problem. The setting is pretty much the same other than hostName,
    port and database name. we even set initialCapacity to 1, it still failed? What
    could be the reeason? and how can make weblogic spit out the Syabse specific SQLWarning
    which could give us some clue?
    Any help is appreciated!
    Thanks,
    Kevin

    It turns out there are something in the "Properties" attrib that this Sybase server
    didn't like. After we took out most of the them, (only leave the user, sqlinitstr,
    applicationname) , then it starts to work.
    Thanks,
    Joe Weinstein <[email protected]> wrote:
    >
    >
    Kevin wrote:
    We can login using the same user id and password through syabse's SQLwindow. That
    Error not neccessarily means userid and password problem. We had experiencewhen
    there weren't enough connections for initial connection allocationwe got the
    same error. That's why it would be helpful to see the real SQLWarningmsg. Is
    there anyway to make Weblogic to print out that?Interesting... What does a tiny standalone program using sybase's driver
    alone
    show with those connection properties? Unfortunately, that error message
    from the
    Sybase driver is a bit silly if it says to check the SQLWarning, because
    the
    only access to SQLWarnings in JDBC is via the Connection.getWarnings()
    call,
    which we wouldn't need to call if the driver returned us a connection
    to make
    the call ;)...
    Joe
    Kevin
    Joe Weinstein <[email protected]> wrote:
    Kevin wrote:
    Hi, we are using weblogic 8.1 on solaris with sybase 12.5, Our applicationinitialize
    several connection pools to several sybase databases. We are havingproblem only
    with one of connection pool, we always get "JZ00L: Login failed.
    Examine
    the
    SQLWarnings chained to this exception for the reason(s)." We are prettysure the
    user id and password is correct, they are all the same as other databaseswhich
    we don't have problem. The setting is pretty much the same other thanhostName,
    port and database name. we even set initialCapacity to 1, it stillfailed? What
    could be the reeason? and how can make weblogic spit out the Syabsespecific SQLWarning
    which could give us some clue?
    Any help is appreciated!That is coming straight from the DBMS, meaning the user/password is
    most likelly incorrect.
    Joe
    Thanks,
    Kevin

  • Can SAP GRC AC 5.3 connect without any problem with SAP R/3 4.7 Enterprise?

    hello,
    I went to the PAM in the SAP Marketplace to see if SAP GRC AC 5.3 could connect to SAP R/3 4.7 Enterprise but I can't see all the "Add-On Product Version for...", it's cut off.
    Can SAP GRC AC 5.3 connect without any problem with SAP R/3 4.7 Enterprise?
    If I can't is there any proof about it? I have to show it to a client.
    Best Regards,
    Pablo Mortera,

    Pablo,
    GRC AC 5.3 works perfectly fine with SAP's R/3 4.6c, mySAP ERP 4.7 and ECC systems. In fact we have two 4.7 Enterprise systems connected to GRC AC 5.3 system.
    You can get the details of supported SAP ERP systems under prerequisite section of Info page of GRC AC 5.3 , it can be accessed on marketplace at -
    Downloads-->Installations and Upgrades - Entry by Application Group > SAP Solutions for Governance, Risk, and Compliance>SAP GRC Access Control>SAP GRC ACCESS CONTROL>SAP GRC ACCESS CONTROL 5.3
    Just ensure to have proper BASIS and ABAP support pack level as mentioned in prerequisites.
    Regards,
    Amol

  • Problem with SAP GUI for HTML

    Hi SDN
    I am creating a SAP transaction iView with SAP GUI for HTML. I have give the Transaction code VA01 but when i execute the the iView it is displaying the  SAP Easy Access screen in html. Can any one suggest me how to rectify this error and display the required transaction in html.
    Thanks in advance.
    Regards
    Basha

    Hi Basha,
    Try this in the browser:
    http://<host>:<port>/sap/bc/gui/sap/its/va01?sap-client=100(XXX)
    1) It will ask for the username and password
    2) Enter the credentials and it should directly take you to the VA01 transaction
    If it fails again, try this:
    http://<host>:<port>/sap/bc/gui/sap/its/vl31w?sap-client=100(XXX)
    This should display the "Create Inbound Delivery NotificationTitle Create Inbound Delivery Notification " sreen."
    If it faisl again, there is some problem with the way the ITS has set up. Check with your basis.
    Thanks,
    Sathya

  • Problem with SAP logon 720 for printng with Citrix.

    Hi,
    I have a problem with sap logon 720 when printing for Citrix, one time print and other time don't print....
    I try to start SAPLPD for prompt comand... it's start but don't print....
    i'm write here for look if other people have this problem... I dont know what I can do.....
    Thank you very much....

    Hi Itmar,
    I was having the similar issue on my Windows Server 2003 Terminal Server. At times SAP prints stop working. Then i changed Printer Type to "G" and it had solved the problem. It skips the use of SAPLPD service and calling windows printing service directly.
    Just try with that.
    Regards,
    Gaurav

  • One more Problem with SAP query

    Hi All,
    I am having a problem with SAP query
    Execution of SAP query transaction is leading to Dump
    the dump says Field 'R01' contains no fields, syntax check on the program shows same error.
    When I tried regenerating the Query in SQ01
    " Query Specification cannot be use to generate list
    Ranked list contains only numeric fields
    Please help me

    Gianpiero Bucchieri wrote:
    > So its important to listening the following tables too: Faktura (invoice), Partner Role, Partnernumber and the requierements number. The table are EKKO EKPO AND VRKPA OR vbkd, but if I join this table the query doesn't listining any results. If I cancel this 3 or 4 table and I start the query, the listening are ok. 
    >
    I am not sure what business process you are describing here - is it some kind of third-party sales order? If so, your join is wrong.
    From VB E P, firled BANFN and BNFPO you can go to table EBAN, where in field EBELN you will find the number of the purchase order (if somebody already had an MRP+Me58 run over the PR) which will lead you to table EKKO, and EKPO.
    So what we have here (essentially is):
    VBAK -> VBAP -> VBEP -> EBAN -> EKKO -> EKPO
    But that only solves one of your problems - you still have a long way to go to get invoices, partner and partner roles into there and I am beginning to ask myself what exactly it is you want to evaluate.
    Care to explain?
    Edited by: Mylène Dorias on Apr 1, 2010 2:10 PM

  • Problem with SAP 7.10

    I've a problem with download to xlsf rom ALV GRID with SAP 7.10
    Can I execute a patch download for resolve thi problem?
    Where I can find it?
    Best regards.
    Cristiano

    Hi,
    Please have a look in the below link.
    Upgrade SAP GUI 6.40 to 7.10 SAPLOGON problem
    /message/6593778#6593778 [original link is broken]
    OO Splitter  ALV  grid's  Header  data Download
    Hope this link are helpfull
    Thanks
    kalyan B

  • BPEL with SAP integration problem.

    Hi,
    I have a serious problem to integrate with SAP and BPEL.
    I have to create a IDOC document in BPEL process.
    Can I create IDOC in BPEL process through SAP Adapter?
    Does anybody know about this?
    Thanks in advance.
    Regards,
    Jean.

    Looks like Process B is being called successfully, if it wasn't it wouldn't be in the BPEL Console.
    I suggest that you look at the Process B the in the flow in the BPEL Console. It looks like you may be assigning a variable that has not been populated.
    The reason why you cann't see a instance for Process A is because Process B has not returned a value, sucess or failure. Therefore Process A is still stitting there waiting. To confirm this go to your BPEL Console select the BPEL processes tab then the manual recovery. You should see a row for your Process A.
    cheers
    James

  • Problem with SAP PI7.0 J2ee Engine starting

    Hi,
    Problem with SAP PI7.0 Server
    I am using AIX6.1 and p570
    J2ee engine is not starting but I am able to login to ABAP engine.
    When I am trying to long in through internet explorer it is not working.
    How to check J2ee engine started or not.
    If it is not started then how to start J2ee engine.
    If J2ee engine problem is there then how to solve the issue and where to check to solve the issue.

    Hi,
    How to check J2ee engine started or not.
    Check the url http://ipaddress:5xx00/index.html
    If this url shows you the system info page then you j2ee engine is up.
    If it is not started then how to start J2ee engine.
    Check your server0.log file.
    If J2ee engine problem is there then how to solve the issue and where to check to solve the issue.
    Check for the problems in log file and do search in sdn or in the market place you will get plenty of info read them and try to resolve the errors.
    Regards,
    Vamshi.

  • Problem connectivity of Web Dympro with SAP Netweaver

    Hi guys,
    I've a problem connectivity of Web Dympro with SAP Netweaver
    I installed Sap NW in a machine on the local network with IP 192.168.x.y, and I can connect to it without problems; I can use the portal and implement jobs in Visual Composer.  
    After installing Sap Developer Studio, I connected it successfully to the NW through the menu "Preferences->SAP j2EE engine" selecting the option "SAP J2EE is installed on remote hosts" and inserting IP address of the machine with NW (192.168.x.y) and port 3900.
    Using these parameters the logon works, in fact I can see the tab "J2EE engine".  
    The problem is that when I try to make the deploy, Web Dynpro asks me the SDM password  (that I'm sure I've inserted correctly) but it returns the following error to me:
    Deployment aborted
    Settings
    SDM host : SVR-NW
    SDM port : 50118
    URL to deploy : file:/C:/DOCUME1/Michele/IMPOST1/Temp/temp59548Welcome.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/Michele/IMPOST1/Temp/temp59548Welcome.ear
    Aborted: development component 'Welcome'/'local'/'LOKAL'/'0.2010.09.01.07.31.29':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [svr-nw] with user name: [Administrator]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.]
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted
    I want to add that  I use Win XP Prof, and I set the same credentials (user "Administrator" and the correct password) I used on the machine where SAP NW is installed.

    Hi Michele,
    There were 2 cases I explained, and the second was the one in case your SDM was blocked. Did you try the first one?
    Anyways, here is something more that you can try to get it working. In case the SDM password is valid, did you log into the portal as the Administrator? If yes, then you must have been asked to change the password. If you did change the password there, login to the remoteGUI using the Master password (abcd1234) and change the password there also to the same password you use for Administrator on the Portal. Now try again.
    In case the above doesnt work, start the configtool.bat from \usr\sap\J2E\JC01\j2ee\configtool and go to secure store. Here define the J2E passwords again (the same new password you gave for the Administrator in the portal), save and restart the server. I think it would work then
    Hope that helps you out!
    Bye,
    Sameer
    P.S - the main thing is that the error you got was Authentication failure using the Administrator username. Thats why you have to make sure that the password for the SDM is the same as what you gave for the Administrator login in the portal. So after you login into the remoteGUI, CHANGE the password to what you have for the Administrator(just like the one in the portal).
    Message was edited by: Sameer Jagirdar

  • Problems with SAP instalation

    I am doing research work on SAP R/3.
    I got the IDES R/3 4.7x2.00 installation for Windows 2000/2003 server with MS SQL Database.
    Because I need to install J2EE Add-in, I have to upgrade SAP_BASIS and SAP_ABA module from level 38 to 41.
    I have done this one month ago with no problem. But I had to reinstall SAP system (with out MS SQL server and OS) once again.
    Now I separately upgraded SAP_BASIS from level 38-39 and 39-40. When I tried to upgrade (I use SPAM version 00019) from level 40-41 computer (OS) went down in the middle of DDIC_ACTIVATION. I tried to run OCS Queue again (it started on DDIC_ACTIVATION), but the result was the same.
    What could chouse this problem?
    Pleas give me some suggestion.
    Regards, Mihail

    If you're in the DDIC activation phase, you cannot ignore test import errors - you're past that part. What does the log file for the activation say? What object is the activation failing on? DDIC activations ususally fail because a dependent object is not or cannot be acticated. You need to learn more about the specific object that is causing you grief.
    If you can get this information, then the solution will come much faster.
    Cheers,
    Tim

Maybe you are looking for

  • Batch wise stock report with qty and value as on date

    is there any report so that we can see the stock qty with value as on date, i have tried mb5b but it is showing only qty and batch combination not qty value and batch combination plz suggest me, it is very urgent. nitin

  • My phone suddenly quit working.  Totally blank

    My phone was on the charger all night, and charged and working this morning.  I checked email on it this morning.  Went back to it a couple of hours later to unplug and use, and the screen stayed blank when I pressed the home button.  I tried turning

  • I find the menu bar in ibook inside ipad disappeared. How can I fix it? Thanks.

    Hi! I'm using ipad3. I found the menu in ibook disappeared. I've reinstall the app. But it can't help. Is there any solution to fix it??

  • Not received mail using Alert

    Hi to all, i have created Alert when i check the alert everything finished successfully but i havent received the email. in View Output getting following message Performing alert "sample Worker Alert" Connecting to "APPS" Performing action set "Send

  • Dobe photoshop elements 10 editor didnt work

    i bought adobe photoshop elements 10 editor early this year by apple store (mac) before adobe photoshop elements 11 editor came out. i recovered  my mac , i installed i adobe photoshop elements 10 again , but unfortunatly it is not working always sho