LDAP Lookup / Network Address sometimes populates with TCP

Our development team has configured our local intranet to do LDAP searches against our tree, thus eliminating the need for users to login. They're doing an IP lookup and then retrieving the user name. What happens very rarely is the the "Network address" field under the Environment tab within ConsoleOne will display "TCP:" followed by the users IP address.
When this hapens (it's rare), the lookup fails. The typical results display "IP:" followed by the users IP address. This always works. Here's the code that is doing the LDAP query:
$sLDAPQuery = ldap_search($sLDAPConn, "o=XYZ", "(networkaddress=1#$sIPAddress)")
Where "(networkaddress=1#$sIPAddress)" is the search string, $sIPAddress being the HEX value of the IP.
My question is, is there a way for me to eliminate the return value of TCP? Does anyone have any other pointers or potential workarounds for this? Like something that would still allow the IP lookup to succeed when TCP is presented instead of IP?
Thanks for your help,
Ryan

ryan r sd 2 wrote:
> My question is, is there a way for me to eliminate the return value of
> TCP? Does anyone have any other pointers or potential workarounds for
> this? Like something that would still allow the IP lookup to succeed
> when TCP is presented instead of IP?
There are different types of network addresses (as defined by that first
number in the returned string). So, your dev folks need to decode
according to the type of address that is being returned, and not just
assume its always IP (ie 1).
Peter
eDirectory Rules!
http://www.DreamLAN.com

Similar Messages

  • When I open a new tab, the address area populates with an unwanted, unused address, it doesn't go there, I don't want populated automatically, how to fix?

    When ever I open a new tab in Firefox, this address populates the address bar: chrome://quick_start/content/index.html. Now, I don't have anything against it, but I can't seem to get rid of it. I have been to my settings and add ons and that doesn't work. Tried to see if I could find it somewhere in my internet settings on my computer control panel. I just had somebody delete some serious virus and adware issues with my computer, and I'm sure they put this in there. How do I get it to stop? If I call the place who fixed it, they'll probably charge me for fixing it when it should be an easy fix.
    The page does NOT LOAD, it just populates the address bar, and if I hit enter, then it loads...help please.
    Thank you so much.

    jscher2000,
    SUCCESS!!! Thank you so much, it is so helpful to have someone who KNOWS what they are doing to give me advice. I have to admit, I had never even realized you could do that in the address bar to get to certain areas of your browser settings. Thank you so much and I am keeping a copy of your text so that I can check it out and roam around in there...I am learning HTTP, C++ and CSS right now, so I am really excited about learning this new trick. I don't know what else I can do with it, but it's definitely a keeper! Thanks again. Namaste.

  • Keeps "aquiring network address" problem

    I have the WRT54G2 Wireless router, and have the WUSB54GSC adapter, which I got to take the place of my built in "b" wireless card.(I have just turned the switch off for the internal card) wanted to take advantage of the speed from the "G" router. My problem is, when I first boot I have problems with the "acquiring network address". sometimes taking several mins. to connect. Once it gets an address all is well. Everything of course is set to DHCP on router and laptop. One thing I tried was to uninstall the adapter,then I disabled "windows zero config service". It does get shut down during the install of the usb adapter, but does not get disabled. Even though Linksys does not mention anything about this windows service, I thought maybe if I disabled before hand, that the new install might help. Well it seems like it "could" have helped a bit. After the reinstall, it did not take nearly as long to acquire an address(I have only re-booted once so far) and have a solid connections. DOES this have anything to do with the problem of taking so long to get an address? If not, what else can I do to get connected right away? thanks in advance for ant help.

    picohat wrote:
    Maybe you can go to this Linksys page to download the latest driver for WUSB54GSC and install, maybe can solve your problem..
    picoHat
    Home Network and Wireless Network Help
    Thanks, but there is no updated driver.

  • GC 11G AND Network Address Translation

    HI,
    I have simple question , Is Network Address Translation supported with GC 11g. I know it is not on 9i.
    thanks.

    I can't find anything on this on the internet. So creating a SR is an option.
    The only note I found was: Agent Fails to Upload Through Load Balancer, Secures Successfully [ID 1149610.1] suggesting you can use NAT.
    Eric

  • Does JNDI cache physical IP address on ldap lookups?  And How to stop it?

    We are using Oracle's 11.1.0.6 thin jdbc driver using the 'ldap lookup' syntax for database connect string lookups. The ldap server we specify is a DNS alias pointing to a hardware server load balancer, which returns different IP addresses based on load and current availability. During maintenance, we will remove a server from the load balancing rotation, but applications will continue to try connecting to this physical IP address even though DNS is no longer serving it up as a valid address. This causes continuous application failures until either the server is brought back up or the application is bounced. Only the application needs to be bounced, not the websphere or the physical server, so the caching is not being done at the server level.
    We've used the tracing capabilities in the 11g jdbc driver to trace the fact that Oracle is passing in thd DNS alias name and not an IP address to the JNDI interface, so it appears the caching is occurring at the JNDI level. Unfortunately, tracing is not detailed enough to show exactly what JNDI calls are being made.
    Is there any JNDI attributes that can be set to stop JNDI from caching this IP address and force it to re-evalute the new DNS lookup at each invocation?
    We already know Oracle's jdbc thin driver supports specifying secondary failover ldap lookup strings, but this IP address is also getting cached, so while this will reduce the frequency of errors, it won't eliminate the problem, especially if a server is removed from the load balancing rotation permanently.

    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    Do you have this problem with other networks/routers/access points? If not then that points to a problem with your network.

  • Secure LDAP lookup with 2005Q4 Outlook Connector 7 not working

    Hello all,
    I have Sun Java(TM) System Directory Server/5.2_Patch_4 B2005.230.0041 (64-bit) installed and the latest 2005Q4 Calendar, Messaging and UWC Server. When testing the Outlook Connector, I can get the 2005Q1 version 7 connector to work just fine with all features. I uninstalled the 2005Q1 connector and installed the 2005Q4 connector into a new profile and everyting works expect if I try to make the LDAP lookups secure for the global address list. Changing the port to 636 for ldap causes Outlook to timeout on the lookup. I checked the directory server logs and noticed that the secure connection is being made without errors, but after a minute an ABANDON operation takes place on the secure connection and Outlook gives up. When using port 389 for lookups, the Connector has no issues.

    Jay,
    I think I found the fix. I upgraded the 2005Q1 -> 2005Q4 Sun Java Connectory Deployment Tool. After I uninstalled the deployment tool and then reinstalled the 2005Q4 I was able to create and .exe and create an Outlook profile that did not have any LDAP over SSL problems.

  • A pop-up message on desktop with nonexistent home network address

    A pop-up window appears sometimes on my desktop saying that no network connection to a specific home network address can be established. There is no device in that address. How to remove the pop-up?

    Actually the message is that there is no File Server on this computer associated with netwok address 192.168.1.9. Access the files manually.

  • A have new problem that has appeared in my Mac Mail.  When I type a frequently used email into the 'To: line' it populates the correct name but with 8 different email addresses not associated with that name.

    A have new problem that has appeared in my Mac Mail.  When I type a frequently used email into the 'To: line' it populates the correct name but with 8 different email addresses not associated with that name.  I have gone to the window pop-down to 'previous recipients' and deleted that addressee as well as all the email addresses it is assigning to that name.  I have also deleted the account entirely from my address book.  I have have run repair permissions and also full defrag in iDefrag.  Still the problem persists.  Any suggestions?

    Hello CarolineLongEaton,
    I noticed you posted this problem quite a while ago and wondered if you managed to have it fixed in an alternative way then posting here. It is too bad no one has posted a solution here. I have a similar problem and if you have had yours solved since this occurance how you accomplished it may help me with mine. I am interested to know what you have done about yours.
    If you are interested in comparing the problems to see if your solution (if you have found one) might help me also then here is the link to the discussion.
    https://discussions.apple.com/thread/6116927
    If your problem has not been solved then I will comment here again if/when my issue is resolved as it may help you too. My hope here is that we may help each other. To quote you "all ideas gratefuly recieved". I hope your problem was resolved, ernestly for your sake and selfishly for mine also. I wish you and yours a great day!
    dofromon

  • ACS Database Replication over VPN with overlapping Network Addresses

    We currently have two co-locations each situated in different provinces. We have two ACS servers which we want to deploy at each co-location. All our network equipments are behind PIX/ASA devices. Getting them to replicate over the VPN should be easy but in our case we have overlapping Network Addresses at both ends of the tunnels.
    As per Cisco data does not transit a NAT device when the two Cisco Secure ACS servers communicate and a successful database replication can occur only if the secondary ACS server perceives no change in the IP header or content of the data it receives. So that means we will not be able to Implement NAT to achiever this.
    Has any one of you faced this problem of replicating ACS Database over the VPN with overlapping Network Addresses and was anyone able to successfully solve this issue using a work around ?
    All provided info and comments are greatly appreciated.

    I can help with the 3005 setup if you decide to go that route.
    You will need to add 2 network list entries under Configuration>Policy Management>Traffic Management>Network Lists.
    You will need to configure a local and remote address. The local will be one of the public ip's for the site.(Provided by your ISP)The remote will be the device you are connecting to on the other end.
    You will also need to add a Nat Lan to Lan rule under Configuration>Policy Management>Traffic Management>Nat>Lan to Lan.
    Use a static Nat type. The rest will look similar to my example.
    Source(Local address)Translated(Public Ip Address used in the network local list)Remote(Ip address of the device on the other end)
    Now just create an Ipsec lan to lan tunnel. You will need to agree with the ISP on des type and auth type. Use you local and remote networks you created earlier.

  • Having issues with WRT54GS router acquiring network address after wireless connection.

    I've been experiencing problems acquiring a network address after making a wireless connection with the WRT54GS wireless router. I have a Comcast cable modem connected to the internet port of the router and after configuring the SSID and the 64 bit WEP key, I can connect to my router's SSID, but since I can't get an IP address, never connect to the Internet. I've already cloned the laptop's mac address to no avail. Even after configuring a static IP address, subnet mask and default gateway, still cannot connect. I can Ping and Traceroute from the router but not the PC. I can ping localhost and host IP address from the laptop but not the default gateway. Any suggestions would be appreciated. Thanks, SJ

    Connect the computer to the router with the Ethernet cable.
    Try to access the internet when you connect the computer to the router with the Ethernet cable.
    Open the setup page of the router and go to Status page. Check the Internet IP address on the status page of the router.
    If you are able to access the Internet with the Wired connection to the router then try to create a new wireless network on your router.
    Open the setup page of the router and go to Wireless tab. Change the wireless network name SSID and change the channel to 11. Save the settings. Go to Wireless security sub tab and check the wireless security settings. Click on Wireless MAC filter sub tab and make sure that it is disabled. Click on Advanced wireless settings sub tab. Change the Beacon Interval to 75, RTS and fragmentation threshold to 2304. Save the settings.
    Try to connect to the new wireless network and see if that works.
    How many wired and wireless computers do you have in the network?

  • How to resolve error 'The DPMRA service terminated with service-specific error Only one usage of each socket address (protocol/network address/port) is normally permitted'

    One of my exchange 2010 servers dpm agent is give the following error when the dpmra service attempts to start.
    The DPMRA service terminated with service-specific error Only one usage of each socket address (protocol/network address/port) is normally permitted..
    I have tried uninstalling/reinstalling the agent but this does not resolve the issue
    Any help would be greatly appreciated.
    Thanks
    William Hickson

    Hi
    Something has probably changed on the protected server side that affects the DPM agent. In some cases the DCOM configuration could change. Look at this blogpost and verify your DPMRA DCOM object.
    http://robertanddpm.blogspot.com/2010/08/dpm-ra-rights.html
    If this doesn't do the trick try reinstall the agent.
    Best Regards
    Robert Hedblom
    MVP DPM
    Check out my DPM blog @ http://robertanddpm.blogspot.com

  • [ASK] Set Network Address Restriction With Script

    Hi all, i have a question about set network address restriction.. if i post in wrong category i'm very sorry about it because i don't know where i supposed to post this..
    i need to set network address restriction to every user in my tree..
    the problem is there is hundreds of user that i need to set the restriction.. i think it will take a lot of time if i do it one by one..
    i created the user with script, and i want to ask whether there is a command to set network address restriction with script or maybe there is another simple way to set network address restriction..
    thanks..

    Is the restriction going to be the same for all users? Depending on what
    "script" you use, you should be able to also set the restriction at the
    same time - its just another attribute value to set.
    Peter
    eDirectory Rules!
    http://www.DreamLAN.com

  • Network Address of Subscriber Objects

    When I look at a Distribution in Imanager's Tiered Distribution View,
    Some of my Subscribers show up with the IP address.
    I have gone into the Object in NDS and checked under the Other tab and
    looked at the Network address. On some Subscribers I have a TYPE_13 that
    has the DNS and some that have the IP in the TYPE_13. On other
    Subscribers I have both a TYPE_13 field and an IP field.
    My question is
    1. Is there any issue with changing the TYPE_13 field that has the IP
    address to the DNS name as it should be.
    2. Is there any issue with leaving the extra field IP in place.
    3. does adding the field IP to my subscribers get me anything ?

    Ron,
    I have made the change to the entry on the Subscriber objects under the
    other tab/network Address/type_13 and changed the entry from the IP
    address to the DNS name.
    This has resolved the issue of the IP address of the subscriber showing
    in iManager rather than the Subscribers name and also looks like it may
    of resolved a certificate issue we were having with these subscribers as
    well.
    Thanks for your help as always
    Groten
    Jules ;-))
    > It should just use the DNS entry
    >
    > Ron
    >
    > <[email protected]> wrote in message
    > news:%[email protected]...
    > > Yes some of our links were goign up and down at the time we were
    running
    > > some our initial installs, and we have had a few Certificate issues
    with
    > > the Subscribers that have the IP address in the TYPE_13 address field.
    > > I will change the information in the TYPE_13 field back to DNS name
    entry
    > > so that it matches the rest of the subscribers.
    > > I was also wondering about the IP address field as I have this on some
    > > subscribers as well. Should I add this to all of the subscribers ?
    > > Would this help the subscriber if we have a DNS issue ?
    > >
    > >> Might be that there where some problems with the reversed lookup
    during
    > > the
    > >> install, this is why sometimes you see the IP address. Shouldn't be a
    > >> problem in a pure NetWare environment, if you have certificate
    problems
    > > this
    > >> is one thing to look at.
    > >>
    > >> Ron
    > >>
    > >> <[email protected]> wrote in message
    > >> news:[email protected]...
    > >> > When I look at a Distribution in Imanager's Tiered Distribution
    View,
    > >> > Some of my Subscribers show up with the IP address.
    > >> > I have gone into the Object in NDS and checked under the Other tab
    and
    > >> > looked at the Network address. On some Subscribers I have a TYPE_13
    > > that
    > >> > has the DNS and some that have the IP in the TYPE_13. On other
    > >> > Subscribers I have both a TYPE_13 field and an IP field.
    > >> > My question is
    > >> > 1. Is there any issue with changing the TYPE_13 field that has the
    IP
    > >> > address to the DNS name as it should be.
    > >> > 2. Is there any issue with leaving the extra field IP in place.
    > >> > 3. does adding the field IP to my subscribers get me anything ?
    > >>
    > >>
    > >
    >
    >

  • LAN with TCP/IP doesn't work

    Hello,
      I have a problem with my laptop IdeaPad S10e 4187-5PG: LAN with TCP/IP doesn't work, after I have updated all the drivers to the latest ones form the Lenovo site (except BIOS update). I tried to check if LAN worksby sending a ping to the IP address and that is OK, but when Isend a ping to the default gateway it failes. A ping to the DNS server also fails.Could you please help me because I tried everythinh and I can't getthe LAN to work.
    Thank you very much

    Perhaps you could describe you network in a little more detail.
    Is this a Workgroup home network or are you connected to a Domain server?
    If this is a workgroup are you connecting to the internet via a cable or DSL router?
    Do other computers on your network connect OK?
    Has your S10e ever worked properly on the network?
    Are you connecting via a wireless access point or LAN cable? 
    What do you Ping on and from where?
    Can you Ping OK on another networked computer?
    Open up a DOS Prompt (aka command prompt, DOS Box). and type IPCONFIG  /ALL <enter>. Do you get a compatible IP address and subnet mask? You should also get the gateway IP address.

  • Survey Builder : Survey question not populate with questionnaire link.

    Dear Friends
    i have created application using SURVEY BUILDER Package application .
    i have two application with same schema .one is my created application :100 and second is Survey Builder pacaskge application 105 ,with no chamge in survey builder application.
    My Questionnaire Link is created but when i put this link into address bar then there is no rection,no question set open in that window.
    Questionnaire Link
    http://178.110.201.231:7777/apex/f?p=100:Q::AAL8:::code:AQDQEIWJAUWVCGGZ
    this is my application question link.
    But if i change application no 100 with survey builder application 105 and submit then survey question open .
    I am confuse where is problem why survey question does not populate with my application 100.
    Please help.
    Thanks

    Did you get your link from "Manage Respondents"?
    I usually get a link like
    http://apex.oracle.com/pls/apex/f?p=67351:Q::ABCD::::
    (this is an example that doesn't point to a real live survey).
    http://178.110.201.231:7777/apex/f?p=105:Q::AAL8:::code:AQDQEIWJAUWVCGGZ
    did not work for me, maybe because of your specific IP:port in the URL. Sometimes the colons ::: create a problem when copying/pasting to email, so I use a service such as is.gd to transform it into a simpler URL like
    http://is.gd/B7hxIl
    Does that help?
    Ben

Maybe you are looking for

  • How to Edit Web Gallery Output from CS5?

    Hello!  I just upgraded from Photoshop CS3 to CS5.  (Got some scrambling to do to catch up!)  I had been using the old File>Automate>Web Photo Gallery to create galleries for my Web site.  Massaged a little in Dreamweaver MX (I know, I know...) they

  • 5.1 over analgue not working, 5.1 over digital work

    I have the 24 bit external li've sound card plugged into my laptop via usb. Well i connected it into my reciever via digital coax and i can get DD. But if i connect it via analogue wires(http://www.radioshack.com/product/in...entPage=search) i can on

  • Instance roll back while validating the XML message using Mediator

    Hi all, I am facing issue when calling a mediator process in validating the XML before invoking the target application Below is the error for the instance. com.collaxa.cube.engine.EngineException"> Global retry rollback fault thrown. The current JTA

  • Multiple fonts/colors of characters in JTextArea

    How can I have multi color / font characters in a JTextArea? If it can't be done in JTextArea, then how to do it in Swing?

  • Modification quantity default in the transaction CO11N

    Dear gurus, i need to modification the quantity propose in the transaction CO11N. For example in the production order 1 for the operation 10 the operation quantity is 100 pzp. When we run CO11N we would like see the propose quantity 200 pzp. There is