Does SAP's JNDI Context support connecting to  remote Directory?

I have wriiten a WebDynpro containing code that creates a new InitialContext using the Context.PROVIDER_URL to refer to a remote Websphere, and then try to list contents of the Context.  It seems to list the contents of my local SAP WebAS deployment, as if the constructed java.naming.Context is ignoring the PROVIDER_URL.  Here is the code I have written:
  Properties props = new Properties();
  props.put(Context.PROVIDER_URL,"IIOP://PHI18734:900");
  InitialContext ctx = new InitialContext(props);
  NamingEnumeration enum = ctx.list(ctxName);
  while (enum.hasMore()) {
    NameClassPair ncp = (NameClassPair)enum.next();
      sb.append(ncp.getName());
      sb.append("="+ncp.getClassName());
      sb.append(" ");
wdContext.currentContextElement().setNamelist(sb);
Anyone have any insights to offer, or perhaps point me to some documentation that I haven't found yet, that would discuss SAP's InitialContext implementation?
Thanks,
Michael Rains

Use Java SE 6.0 beta or wait untill it is released in Fall 2006

Similar Messages

  • Does SAP SRM 7.0 supports Arabic language

    Hi All,
    Does SAP SRM 7.0 supports Arabic language. Can you let me know, any where SAP Mentions it supports.
    Does Poratal content also available for that in Arabic.
    Abdul Raheem

    Hello,
    Check note 330104 and look for SRM 7.0.
    It says:
    New Language Arabic (AR) Version available:
    Please see Note 1477369:
    SRM 7.0 - Arabic (AR) - SAPKLAR700SRMA6B6V70
    Regards,
    Ricardo

  • Does SAP Web AS ABAP support automatic checking of revocation lists (CRL)?

    Hi,
    At my customer we have the scenario that X.509 client certificates (smartcards) are to be used (for authentication) to access CRM Web Interaction Center from a web browser. As I understand it, this basic scenario is supported.
    But I can find any information that the ABAP stack supports automatic checking against an external CRL. Rather it seems that the valid certificates must be maintained (manually) in the CRM server, which is unwanted by the customer.
    Does anyone know of ways to get automatic checking in the ABAP stack? (using the Online Certificate Status Protocol OCSP, or other method)??
    We also have Portal installation and JAVA stack in the system landscape, and I understand there are ways to perform CRL checks with SAP Java?
    Ideas anyone?
    Thanks,
    Lars

    No, in Web AS 6.20 there is an older version of the ABAP stack without the feature of Web Dynpro for ABAP. On the Java stack Web Dynpro for Java comes with release 6.40 which is supported of course.
    regards, Manfred

  • Does SAP stop/terminate ITS support in the future? - truth or just gossip

    I've heard a gossip about SAP will terminate the ITS functionality in the near future.
    Does anyone know something exact about this theme, what is the SAP official slant in this question?
    If it is true, what is the alternative solution instead of ITS functionality is WAS?
    Message was edited by:
            Andras Heger

    Hi Andras,
    SAP provides different frameworks to program user interface. The most often used framework is the SAP dynpro programming model which is probably used by 80-90 percent of SAP applications. ITS is the technology to display screens based on the dynpro framework in the browser. Because dynpros are so widely used it is very unlikely that SAP will terminate support for ITS in the near future. On the SAP Service Marketplace (http://service.sap.com) following official information can be found for the oldest release of ITS, ITS 6.20 standalone:
    ITS 6.20 - supported 'longterm'
    The date for end of support for release 6.20 depends on the maintenance deadlines for the SAP products which need the SAP ITS 6.20.
    As long as one of these products is supported, the ITS 6.20 will also be supported.
    Currently the product with the longest lifecycle is SAP ECC 5.0 (until 31st of March 2013).
    For integrated ITS which is a functionality of SAP Netweaver 2004/7.0 the maintenance timeline is as long as for the SAP Netweaver release.
    As you see you can expect ITS to be healthy for quite long time.
    Please also check the ITS FAQ: <a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/itsFAQs&">https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/itsFAQs&</a>
    Best regards,
    Klaus

  • Does iPod Classic 6th Gen support a headphone remote for pausing/playing, adjusting volume, and advancing the track?

    I know that the 7th Gen does support this feature, and my iPod video (5th Gen) does not.

    The listing for Apple's EarPods
    http://store.apple.com/us/product/MD827LL/A/apple-earpods-with-remote-and-mic
    under Compatibility, shows it supporting back to "iPod classic 120GB (2008)."
    The official list of iPods does not actually name iPods after the 5th gen model by a "gen" name, but if you look at the list
    http://support.apple.com/kb/HT1353
    it is clear which one "iPod classic 120GB (2008)" refers to.  There is an earlier "iPod classic" ("6th gen") model from 2007 that is apparently NOT supported by the EarPods.  But it's possible that Apple's older headphones with remote control works with it.

  • Is possible to connect a Remote Ressource with Windows Phone 8.1 ?

    I am trying to connect the my mobile with Windows Phone 8.1 with a remote ressource (and not remote PC). The address is something like "https://xxx.xxxx.xx/...". This connection is possible wiith Androïd and Mac. Here I don't fond it.

    Hi,
    Current versions of Microsoft Remote Desktop Preview for Windows Phone 8.1 do not support connecting to Remote Resources. I will help to forward your concern to the product group.
    Best Regards.
    Jeremy Wu
    TechNet Community Support

  • Connect to remote database/soap to pull entries

    Dear all,
    We are creating an application that will mirror a file store on our windows network. We run a PHP scheduled tasks that takes the file structure (with the filename, path, folders) from UNC path and stores it in the sqlite database and can be seen by using a table view. The files can sometimes have multiple sub folders which makes thing a bit more tricky. My first process was to include this database in the project and it was working great. The issue I have now is that I have now set this process up I want it to be updated remotely through the internet. As far as I can see from research the database’s included in the project are read only and are unable to be updated.
    I have got a bit stuck and the internet doesn’t seem to give me any definitive answers. I need someone to point me in the right direction to start looking:
    We have IIS web services, does xcode have the ability to connect to remote databaseHow will I pull the data, I have nowhere to store and the array will be too big to run on the fly
    Using soap to pull entries? Can this be used for display folder structures
    I am after just a direction in which to head so I know what best to research to proceed further
    Kind regards
    Sonal

    The developer forums are here: http://devforums.apple.com
    or here: https://discussions.apple.com/community/developer_forums

  • Does SAP.Functions support unicode?

    Hi,
    I have an ASP page using Server.CreateObject("SAP.Functions") to connect to SAP ecc 6.0. Does anyone know whether the wdtfuncs.ocx supports unicode? The result i got back from SAP shows English contents correctly but not Cyrillic character. Source code is something like this
    Set oSAP = Server.CreateObject("SAP.Functions")
    Set oConn = oSAP.Connection
    oConn.User = sUID
    oConn.Password = sPWD
    oConn.Language = "EN"
    oConn.Destination = sServer
    oConn.Client = iClient
    oConn.GroupName = sServer
    oConn.MessageServer = sMessageServer
    oConn.codepage = "4110"
    oConn.Logon 0, True
    Set oRFC = oSAP.Add(SAPFunctionModueName)
    Set oParam = oRFC.Exports(ParameterName)
    oParam.Value = ParameterValue
    Set oOut = oRFC.Tables(SAPoutputTableName)
    oRFC.Call
    The SAP .net connector works well, but in this case i have to use the .ocx file trying to avoid rewriting existing application with .net.

    Sorry, the SAP version is 710

  • Error in SQL Developer: Database Connections has no JNDI context so cannot

    Hello,
    I have installed SQL Developer 3.1.07 version on Linux. Previously I was able to create a connection and browse the existing tables, add tables, etc.
    Now when I launch SQL Developer, I see that no connections are displayed. Instead there are these three messages indicating an error. Can you please advice on how to resolve this?
    Thanks,
    Errors:
    SEVERE     44     0     oracle.jdeveloper.db.DatabaseConnections     DatabaseConnections has no JNDI context so cannot list connections.
    SEVERE     43     36     oracle.jdevimpl.db.adapter.DefaultContextWrapper     Failed to create naming Context for db connections at url: file:/home/user/.sqldeveloper/system3.1.07.42/o.jdeveloper.db.connection.11.1.1.4.37.59.48/connections.xml
    SEVERE     42     0     oracle.jdevimpl.db.adapter.DefaultContextWrapper     Failed to create naming Context for db connections at url: file:/home/user/.sqldeveloper/system3.1.07.42/o.jdeveloper.db.connection.11.1.1.4.37.59.48/connections.xml

    Hi uparthas,
    Here is a similar thread (Windows 7) marked as answered, and may be applicable to a Linux environment if you are using jdk1.7 rather than jdk1.6:
    Lost my connections.
    If that does not solve the issue, you might also wish to ...
    1. Exit SQL Developer
    2. Delete or rename the /home/user/.sqldeveloper/system3.1.07.42 directory
    3. Launch SQL Developer, perhaps without choosing to migrate settings from a prior install.
    Hope this helps,
    Gary
    SQL Developer Team

  • Does SAP supports transport of TPZ  files from PI7.11 to XI3.0 ???

    Hi,
    Does SAP supports transport of TPZ  files from PI7.11 to XI3.0 ???
    because after Pasting PI7.11 .tpz files into import directory of Development XI3.0 .. I am not able to find these files into ID/IR -Tools - Import ?
    What could be reason ??
    Regards
    PS

    Have check this note :Note 1247043 - Release Restrictions for EHP 1 for SAP NetWeaver PI 7.1
    BC-XI-CON-SOP
    No release
    XI 3.0 message protocol in the SOAP adapter
    Supported with EHP 1 for SAP NetWeaver Process Integration 7.1 (version abbreviated with 7.11 from now on) is the XI 3.0 message protocol in the SOAP adapter for the communication between an Advanced Adapter Engine version 7.11 and ABAP proxies generated in the SAP NetWeaver Process Integration versions 3.0, 7.0, 7.10, 7.11; Advanced Adapter Engine version 7.11 and 7.10; SAP Partner Connectivity Kit version 7.11 and below, Java SE Adapter Engine 7.11 and below, Integration Server 7.11. However for all above listed scenarios the following functions are currently not supported: Acknowledgements, Transport & message level security, Principal propagation, Bulk support on sender-side, HTTP destinations support. Not supported with EHP 1 for SAP NetWeaver Process Integration 7.1 is the XI 3.0 message protocol in the SOAP adapter for the communication between an Advanced Adapter Engine version 7.11 and Java proxies, Integration Server 7. 10 and below.
    ( Changed at 18.12.2009 )
    Regards
    Pothana

  • Does SAP BW support Window vista.

    hi Friends,
    Does SAP BW support Window vista.
    I have got a laptop with Vista, I have installed SAP BW in external Harddisk. Can I connect with VMWare on window vista of my laptop.
    Thanks in Advance.
    Alykya

    -> what do you mean "installed on external disk"?
    sap needs to be installed locally...some parts, eg. databse files etc. can be spread over sveral disks...but on windows all information needs to be in the registry...
    you could install vmware under vista, create a new virtual machine using for example windows 2003 server and install sap into that vm...
    GreetZ, AH

  • Does SAP support Solaris 10 ZFS filesystem when using DB2 V9.5 FP4?

    Hi,
    I'm installing NW7 (BI usage). SAPINST has failed in the step "ABAP LOAD due to the DB2 error message
    "Unsupported file system type zfs for Direct I/O". It appears my Unix Admin must have decided to set these filesystems as ZFS on this new server.
    I  have several questions requiring your expertise.
    1) Does SAP support ZFS filesystems on Solaris 10 (SPARC hardware)? I can not find any reference in SDN or Service Market Place? Any reference will be much appreciated.
    2) How can I confirm my sapdata fielsystems are ZFS?
    3) What actions do you recommend for me to resolve the SAPINST errors? Do I follow the note "Note 995050 - DB6: NO FILE SYSTEM CACHING for Tablespaces" to disable "Direct I/O" for all DB2 tablespaces? I have seen Markus Doehr's forum Link:[ thread|Re: DB2 on Solaris x64 - ZFS as filesystem possible?; but it does not state exactly how he overcame the error.
    regards
    Benny

    Hi Frank,
    Thanks for your input.
    I have also found  the command "zfs list" that would display any ZFS filesystems.
    We have also gone back to UFS as the ZFS deployment schedule does not meet this particular SAP BW implementation timeline.
    Has any one come across any SAP statement that states NW7 can be deployed with ZFS for DB2 database on Solaris SPARC platform. If not, I'll open an OSS message.
    regards
    Benny

  • HT1937 i unlocked my iphone 4 factory and i upgrade to 6.1 when i connect it to itunes it apears  The SIM card inserted in this iPhone does not appear to be supported This iPhone is not currently setup to work with carrier you're attempting to use. Please

    i unlocked my iphone 4 factory and i upgrade to 6.1 when i connect it to itunes it apears
    The SIM card inserted in this iPhone does not appear to be supported
    This iPhone is not currently setup to work with carrier you're attempting to use. Please insert another SIM card from a supported carrier or request that this iPhone be unlocked.

    It sounds like you or someone else hacked the phone to unlock it. Updating it locked it to the original carrier.
    How did you unlock it? The ONLY legitimate way is to ask the carrier it is locked to to unlock it. Any other way requires hacking or jailbreaking the phone.

  • Does SAP support open tender process for Vendor selection

    Hi all,
    Does SAP Support Open tendering process for Vendor Selection.
    I men in my clients scenario. For vendor selection process for any material starts with advertisement of tender  in newspaper. Vendor replies back with his quotation. After receiving technical and commercial quotation, the organization go for technical bidding and those who qualify in technical bidding they contest for commercial bidding. After commercial bidding, comparative statement is prepared and then purchase committee approves the vendor. The problem is that any no. of vendors from any where can give their reply to the tender as it is a government organization. So, how to map this process in SAP as we are not directly sending RFQ to the vendor, instead he reply back with quotation directly once he sees the advertisement in newspaper.
    I want you all to suggest me whether to keep this process in SAP or out of SAP. waiting for your response.
    Regards,
    Amit

    Hi Ravi,
    Thanks for your response. My problem is that the organization advertise its tender in newspaper of all india circulation and seeing that tender vendor reply back with quotation. They don't identify who all are the vendors to whom RFQ is send. only when reply of vendor comes with quotation client comes to know about the vendors submitting quotation. Normally one vendor is selected for one material and 20 to 25 vendors give their quotation. Is it feasible to bring those 25 vendors in SAP if only one will be selected. Because in any way, for any processing we need to create vendor in SAP. So do we need to create 25 vendors, though we know we require only one finally. Can you please clarify this issue. If you want I can mail you the whole process map.
    Thanks & Regards,
    Amit

  • Does SAP XI (PI 7.0) support streaming to support large file/Idoc

    Does SAP XI (PI 7.0) support streaming to support large file/Idoc/Message Structure transfers?

    AFAIK, that is possible with flat files, when you use File Content Conversion.
    Check this blog: /people/sravya.talanki2/blog/2005/11/29/night-mare-processing-huge-files-in-sap-xi
    Regards,
    Henrique.

Maybe you are looking for

  • How can I add a row into a JTable with JButton

    Hi all. I have the following code: package gui; import db.*; import javax.swing.table.AbstractTableModel; import java.util.ArrayList; public class FoundersTable extends AbstractTableModel{     private static final int COLUMNS = 8;     private String

  • Iphone 6 Storage Issue

    I have a new Ihone 6 with 128 GB .  My storage is full , there is 1 GB avail.  When in Itunes , it shows about 23GB breakdown of apps, music, video , etc, and a huge empty space which says 3.7 GB available. ( see bottom of screenshot)  I've deleted 3

  • Using a RV180W to encrypt data passing thu an existing VLAN

    Hi, I have a customer with an existing VPN across 20 sites that has been implemented using ADSL lines and routers. The VPN is used to view confidential CCTV data. This VPN, which I will call the security VPN, must be upgraded to use the customer's ex

  • 9300 curve acting crazy

    I am having a problem with typing messages on my 9300 curve in any application. Example: trying to type message in bbm and cursor bounces all over screen, and when you are finally able to type a letter, sometimes wierd accent marks appear above the l

  • How to structure photo files on disk (PrEl 9)

    Hi Rather new user of Photoshop Elements..running version 9 I'm in progress grouping the files in some sort of logical folder structure on disk....the idea I have is then to use "Keyword tags" in PrEl and take usage of the possibility of creating a s