Sdk not working

Hi!
First i want to say that u are doing a nice work here!
Ok, i need some help... i'm runing win7, flex 4.1, so my test app from your tutorial isn't showing
in browser ...
1. only fp9 swc shows no errors but still there's nothing in browser
2. fp 10,10.1 throws errors like - GroupSpecifier not a compile time constant
and lccs.swc design mode could not load incompatible with sdk
i've tryed in many diferent configurations but always ending with same problem
can u help me?
best regards

thanks for fast reply,
first of all i have only nice words for your work here and nothing else,
the problem is not design mode ( maybe i was not clear enough, my english problems )
i've just tried to explain what was happening thru thease days on my machines,
we have done that first simple app and it is working with no problem, but later
we are having problems and we can not compile anything....
we are in time trouble, but ok we will fix the problem like everything else...
and sorry if i've offendid u with "please more help" in my parts that is just a nice manner, nothing else
cheers
sam

Similar Messages

  • Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows

    I have an Acrobat plugin compiled in Visual C++ 6 using Acrobat 6 SDK. The plugin works flawlessly in Acrobat versions 6 to 9 in Windows XP. While the plugin is able to add a menu iterm and tool bar icon in Windows 7, it causes Acrobat to hang everytime when activated in which event I have to close Acrobat. Since Visual C++ 6 is a 32 bit app, I have to believe that Acrobat 6 SDK is responsible for the behavior described herein in attempting to get the plugin to work in Windows 7. Any comments or suggestions regarding what Visual C++ version to use along with the appropriate Acrobat SDK to get the plugin to work in Windows 7 are appreciated. In doing so, I would also be interested in knowing what backward compatibility one may expect w/regard to previous versions of Acrobat in updating the plugin to work in Windows 7. As for the answer, correct me if I am wrong but I'm thinking Acrobat 9.

    Adobe hasn't supported Acrobat 6, VC6 or the Acrobat 6 SDK for at least 5 years.  You will need to move to the Acrobat 9 SDK if you wish support.
    And Acrobat 9 and its SDK are fine with Windows 7.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 1 Dec 2011 01:15:42 -0800
    To: Leonard Rosenthol
    Subject: Re: Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows
    Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows
    created by gomfp49<http://forums.adobe.com/people/gomfp49> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4056529#4056529

  • SDK not work in Acrobat X

    I was using AcroAVDoc::FindText to find particular text and in Acrobat 9. The SDK work fine and will be scrolled and highlight the text. However, the same code not work in Acrobat X. Anywork have any idea how to make it work. Thanks.
    The code as below:
    Dim pdAVDoc as AcroAVDoc
    pdAVDoc.FindText("End Of Statement")

    So you're also implying that my code is fine and should work as far as you know?

  • Link on SDK not working

    This is in the descriptor file template:
    <!-- Adobe AIR Application Descriptor File Template.
    Specifies parameters for identifying, installing, and
    launching AIR applications.
    not working: ----------->>> See
    http://www.adobe.com/go/air_1.0_application_descriptor
    for complete documentation.

    Hi Czajka,
    Thanks for the report. I've forwarded the information along.
    Hopefully we can get it resolved.
    For the time being, perhaps this can help:
    http://livedocs.adobe.com/air/1/devappshtml/help.html?content=File_formats_1.html
    -Erica

  • Adobe Illustrator CS5 SDK not working with Xcode on Mac OS X Lion 10.7.1

    I recently was interested in developing an illustrator plug-in. I downloaded all the required files listed on the adobe site, including the pdf files.
    I was following the "getting started guide" while working on Xcode 4.1 when I saw that it required a "Carbon Bundle", since there wasn't one. I did my research and found out that I could download the bundle, which would only work on Xcode 3.2. However, when any of the sample files which are Carbon-based are loaded, Xcode 3.2 crashes while Xcode 4.1 notifies me with "Base SDK Missing".
    I would just love to have the sample code running, and I'm pretty sure I can handle it from thereon.
    Thanks in advance!

    I can get it to build on Lion with Xcode 4.1. The steps I went through were to first set all the "Build Settings" > Base SDK to Mac OS X 10.6 like below:
    Then when I built I found it would get stuck on TwirlFilter think there is a problem with Xcode as after force quiting and restarting the computer it was able to compile successfully.
    If you get any LLVM errors like error: extra qualification ... to do with AIPlatformFileDlgOpts then you just have to go to the line with the error and delete AIPlatformFileDlgOpts:: though I think that only happens if you have not done a clean before you built and there are still projects with Base SDKs set as 10.5
    Let me know how you get on,
    Robert

  • DNG SDK not working on Mac (Leopard)

    Hi, I am writing a program to create dng files via the latest adobe dng sdk. I follow the same basic recipe as outlined in the example dng_validate code. On a Windows PC, the created thumbnails and previews appear just fine. However, the same code on the Mac creates dng files that do not show the thumbnails or the previews. In addition, apple programs like Aperture do not recognize these dng files either, even though they validate correctly by the provided dng_validate program on the Mac. Is this a bug in the Mac version of the SDK? OR, are there additional steps that are needed for these dng files to work???

    Hi Eric,
    An example image is given below. The first one (test.dng) is the image we created with the Adobe DNG SDK on a Mac. The second image (test_dngv.dng) is the result of running it through the dng_validate program (which uses a compressed image by default with the -dng option), and therefore much smaller in size.
    Neither of these images produce visible thumbs or previews on the Mac (not in any of the Apple programs such as Finder, Preview, Aperture, iPhoto etc.). However, when placed onto a Windows machine, they appear just fine everywhere.
    As the previous poster has indicated, this may not be the fault of the Adobe DNG SDK, but for all practical purposes it is a hindrance to us. Whoever is at fault, the bottom line is that the DNG format is proving to be less portable than other image formats such as TIFF or JPG. We have no problem moving these other formats from any computer to any other computer, whether it be Mac or Windows. We are trying to support Adobe and its efforts with new standards, but this is costing us valuable engineering time in dealing with these matters, that just do not exist with other formats.
    And, I apologize if this is presented in the wrong forum. However, we would appreciate if you can help us in this matter. Obviously, it can be done, since the Adobe DNG Converter program is capable of generating dng files with proper thumbs and previews on a Mac. It is just not documented anywhere for developers trying to work with the DNG SDK.
    http://www.davidklepacki.com/test.dng
    http://www.davidklepacki.com/test_dngv.dng
    Thank you,
    David

  • Google app engine python SDK not working

    I installed the google-appengine-python package in the AUR and followed the app engine hello world example.https://developers.google.com/appengine … helloworld
    Then I start the server with the command
    dev_appserver.py .
    , here is the output:
    WARNING 2013-04-01 09:39:42,671 api_server.py:328] Could not initialize images API; you are likely missing the Python "PIL" module.
    INFO 2013-04-01 09:39:42,674 api_server.py:152] Starting API server at: http://localhost:47061
    INFO 2013-04-01 09:39:42,694 dispatcher.py:98] Starting server "default" running at: http://localhost:8080
    INFO 2013-04-01 09:39:42,701 admin_server.py:117] Starting admin server at: http://localhost:8000
    It seemed everything worked fine but when I tried to access the urls, the connection was rejected with the code  Error 102 (net::ERR_CONNECTION_REFUSED): The server refused the connection.  It seemed the server didn't start at all.
    I also tried to download the official zip package from google and it didn't work either.....
    So, anyone can help me? Thanks in advance.

    Hello all,
    The thing that wished to be done in this thread is also the one of the questions that I wonder much about its answer.
    As asked above, I would like to learn if it is possible to build a connection between "Google App Engine" and SAP. If it seems possible to do that, what would be the potential way for building that connection? Which steps do we have to follow? Could anyone advice something for that?
    Thanks and regards,
    Mustafa

  • Help with Xcode 3.2.6 with ios sdk 4.3: will not work...

    So I recenty upgraded my Mac to OS X Snow Leopard (10.6.8) and the xcode that came with it would not work effectively. I just downloaded xcode 3.2.6 with ios sdk 4.3 from Apple and installed them (after having to change the date to 2011). Xcode worked but opening the interface builder resulted in a blank window opening, not the actual interface builder. So then I tried to reinstall the .dmg file of xcode and ios sdk, which was again successful, but when I click on any of the applications it installs to open them I get an error. This is what happens when trying to open xcode:
    Process:         Xcode [4609]
    Path:            /Users/myname/Desktop/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.Xcode
    Version:         ??? (???)
    Build Info:      DevToolsIDE-18070000~38
    Code Type:       X86 (Native)
    Parent Process:  launchd [92]
    Date/Time:       2012-07-21 23:18:17.358 -0400
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          3537 sec
    Crashes Since Last Report:           13
    Per-App Crashes Since Last Report:   13
    Anonymous UUID:                      F17937FB-B272-4B47-811F-333D66AB2B3B
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: @rpath/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
      Referenced from: /Users/myname/Desktop/Xcode.app/Contents/MacOS/Xcode
      Reason: image not found
    Binary Images:
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    Model: MacBook1,1, BootROM MB11.0061.B03, 2 processors, Intel Core Duo, 1.83 GHz, 1 GB, SMC 1.4f12
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x86), Atheros 5424: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHY2120BH, 111.79 GB
    Parallel ATA Device: MATSHITACD-RW  CW-8221
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0217, 0x1d200000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x5d200000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x7d100000 / 2
    Can anyone please help me? Ps, I've changed the directory location to "myname" for security reasons;p so that is not the problem

    The error message is telling you that the linker is looking for the Xcode executable on your desktop and can't find it. Where did you install Xcode? The default location is in /Developer.
    It sounds like you have an outdated alias to Xcode on your desktop. Can you launch Xcode if you navigate to Xcode in the Finder and launch it from there?

  • Diagnostics not working in web role for Azure SDK 2.5.1

    I am working with Azure SDK 2.5.1, mainly on the new designed diagnostics stuffs. However, I found I cannot get it run for my web role.
    So, I created a cloud service project, added a web role. Then, I appended one Trace message at the end of Application_Start in Global.asax.cs:
    Trace.TraceInformaction("Application_Start end.");
    After that, I right clicked the WebRole and opened the Properties tab.
    In the diagnostics config window:
    General: I choose 'Custom
    plan', also specified the storage account, keep the 'Disk
    Quota in MB' as default '4096'
    Application Logs: 'Log
    level' switch to 'All',
    others kept as default
    Other tabs are in default config settings
    After I deployed the project to cloud, I found some unexpected things:
    There is no WADLogsTable exists
    in Table storage. That's very strange, if I use a Worker Role, it would work as expected. So in web role, I just cannot find the Trace logging?
    For the performance counters, since I am using the default config with 8 counters, I can only see 8 in WADPerformanceCountersTable table
    storage. In my assumption, over time, there would be more and more values of this 8 counters transferred to this table. But it was just not happened, after several hours, it still had that 8 counter values.
    I just thought the diagnostics for Web Role just crashed or not working at all. Meanwhile, I checked the logs located at "C:\Logs\Plugins\Microsoft.Azure.Diagnostics.PaaSDiagnostics\1.4.0.0\DiagnosticsPlugin.log" in
    server, at the end of this file there is an exception said some diagnostics process exit:
    DiagnosticsPlugin.exe Error: 0 : [4/25/2015 5:38:21 AM] System.ArgumentException: An item with the same key has already been added.
    at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
    at Microsoft.Azure.Plugins.Diagnostics.dll.PluginConfigurationSettingsProvider.LoadWadXMLConfig(String fullConfig)
    DiagnosticsPlugin.exe Error: 0 : [4/25/2015 5:38:21 AM] Failed to load configuration file
    DiagnosticsPlugin.exe Information: 0 : [4/25/2015 5:38:21 AM] DiagnosticPlugin.exe exit with code -105
    From MSDN,
    the code -105 means:
    The Diagnostics plugin cannot open the Diagnostics configuration file.
    This is an internal error that should only happen if the Diagnostics plugin is manually invoked, incorrectly, on the VM.
    It doesn't make sense, I did nothing to the VM.
    As I said above, I just did very tiny changes to the scaffold code generated by Visual Studio 2013. Did I do something wrong or it's a bug for Azure SDK 2.5?
    By the way, it seems everything is ok for Worker Role.

    Hi,
      This issue could be an internal issue, I do not have any update on this as of now. There was a similar issue due to a regression last month that has been resolved, however i dont think this issue is related.
      Please follow the below article on how to enable Diagnostics and let us know if it works.
    http://azure.microsoft.com/en-in/documentation/articles/cloud-services-dotnet-diagnostics/
      I will let you know if I have any update on this issue from my side.
    Regards,
    Nithin Rathnakar.

  • Java ME SDK 3.0 not working on Windows 7 64-bit

    Hi everybody,
    the sdk has no 64-bit Version and the solution described at:
    http://forums.sun.com/thread.jspa?threadID=5434297&tstart=45
    did not work for me.
    Even after changing the two configuration files bin\java and toolbar\bin\java to point to 32-bit installations of the jdk/jre, the sdk does not work and it cannot be uninstalled.
    Error when starting the SDK:
    A java.io.IOException exception has occurred.
    Click Show Details or see the messages.log file located in your Z:\javame-sdk\toolbar\3.0\var\log folder.
    (Details:)
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    Caused: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    Caused: java.io.IOException: Failed to retrieve RMIServer stub
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.lookupMBean(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.findObject(Unknown Source)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.openConnection(DevicemanagerHelper.java:53)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:86)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
    [catch] at java.lang.Thread.run(Thread.java:619)
    When I try to uninstall, an error log file is generated in the installation path of the SDK. Although it "sees" the 32-bit java installation, at its botton appears the following (interesting?) line:
    vm_info: Java HotSpot(TM) 64-Bit Server VM (17.0-b17) for windows-amd64 JRE (1.6.0_21-b07), built on Jul 17 2010 01:05:36 by "java_re" with MS VC++ 8.0 (VS2005)
    Can someone help?
    Thanks a lot in advance.

    Hey what's up Gatos.
    Listen I have the same problem and I was wondering if you figured it out since October 2010 (your last post).
    I also get the same IOException exception error. I also have windows 7 64bit, i installed 32 bit version of the SDK and uninstalled any previous versions. The Java ME SDK 3.0 Kit installed as well, and pointing to an appropriate sdk directory. I also tried changing the two configuration files (didn't have to change them because they were correct since I did not have any other version of sdk installed prior to installation of Java ME SDK 3.0.
    So I am experiencing the same exact symptoms and I am wondering if you have resolved this issue yet or if you know of any other source of information that might help me. Your help would be greatly appreciated on this one. Thanks, and please respond even if it is a no if you can.
    **EDIT:**
    The Java ME SDK 3.0 magically started few times too, after displaying manyyyyyyy of these error windows, but it does not happen every time either. HELP
    Edited by: 835054 on Feb 9, 2011 12:10 AM

  • AIR SDK 17 (BETA) is not working with Flash CS6

    Hi,
    The latest AIR SDK 17 is not working with Flash CS6.
    I tried to publish and install an iOS app to my connected device via USB but I always get an error "Check if iTunes is installed".
    The latest stable AIR SDK 16 is working fine, and yes, iTunes is installed on my PC.
    DETAILS:
    - Flash CS6
    - AIR SDK 17
    - System: Windows 8,1
    - iPodTouch with iOS 8.1
    REPRODUCE:
    Open new AIR iOS template and publish/install it to a USB connected iOS 8.1 device.
    Anyone else got that error?

    I was getting this intermittently.   Not a super problem.   A remove and install in iTunes gets it loaded (after you tell ITunes where it is).

  • error-page not working in J2EE SDK 5 Update 1

    I recently migrated from Tomcat 5 to J2EE SDK 5 Update 1, and since, have not been able to get my custom error page working. I have verified the path to the error page by testing the link directly in a browser, but still see the default gray and white error page anytime an error occurs. This exact xml worked perfectly in tomcat 5 - am I missing something?
    I have the following in my web.xml:
      <!-- Http error -->
      <error-page>
        <error-code>500</error-code>
        <location>/error.faces</location>
      </error-page>
      <!-- java exception -->
      <error-page>
        <exception-type>java.lang.Exception</exception-type>
        <location>/error.faces</location>
      </error-page>
      <!-- page not found -->
      <error-page>
        <error-code>404</error-code>
        <location>/error.faces</location>
      </error-page>

    Hi, Here is a link from Mozilla that addresses this : http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin
    Page down to "Flash does not work properly and /or will not update."
    When you have two SWF installed the websites use the old one, not the new one. Don't ask me why, I often wonder that myself. That's why when you disabled the old one, Flash didn't work.
    Hope this solves the issue.
    Thanks,
    eidnolb

  • AcrobatActiveXVB SDK Sample - Links in PDF Not working

    Hi,
    I am trying to create an application in VS.net (similar to AcrobatActiveXVB SDK Sample) to display PDF files in my application.  PDF file opens fine.  But external links in PDF file are not working.  I trying to display a main index pdf file, which contains external links to 10 other PDF files.  All 10 PDF files are located in my local hard drive (main index pdf file is also located in the same folder).  If I open the main index file in Acrobat Reader then it the links are working fine.  It is not working only when it is opened inside the AcrobatActiveXVB SDK Sample.  Please help.
    Please Note: Links are not grayed.  I get the hand mouse pointer, when I mouse over to the links.
    Windows OS - XP SP3
    Acrobat Reader - Tried it with 9.1.3 & 9.3.3.  Un-installed and re-installed multiple times
    Thanks in advance.
    Rajaram

    hello, the pdf viewer is still somewhat experimental and under very active development - you could try if the same error is occurring in the current development version, which you can download as an addon from http://mozilla.github.io/pdf.js/extensions/firefox/pdf.js.xpi
    in case it has the the same rendering problems, you could then file a bug report at https://github.com/mozilla/pdf.js/issues (a github account is necessary for it though) - please also provide a sample document where the error is apparent!

  • LDAP compare not working as documented in SDK

    I'm developing a Java application against Novell eDirectory 8.8 SP6 with
    LDAP and seeing some differences between the Novell LDAP SDK
    Documentation and the actual LDAP implementation inside eDirectory for
    LDAP. The problem is that compare(java.lang.String dn, LDAPAttribute
    attr) method of com.novell.ldap.LDAPConnection is not working as
    described. I've noticed two strange issues:
    1) LDAP COMPARE THROWS AN ERROR WHEN IT SHOULD NOT
    According to the documentation ( the value FALSE should be returned when
    the entry does not have the value or the attribute. However, eDirectory
    return a -603 LDAP error when yo do a compare on an entry which does not
    have the attribute (it does exist in the schema though).
    In example:
    Compare on User John Doe without any value for myauxattr:
    ldapcompare -x -H ldap://ldapserver.test.com -D cn=admin,o=org -w
    <password> cn=jdoe,ou=users,o=org myauxattr:testfornomatch
    COMPARE RESULT: NO SUCH ATTRIBUTE (16)
    ADDITIONAL INFO: NDS ERROR: NO SUCH ATTRIBUTE (-603)
    UNDEFINED[/B] --> INCORRECT RESPONSE
    COMPARE ON USER JOHN DOE WITH VALUE 'TESTFORNOMATCH' FOR MYAUXATTR:
    LDAPCOMPARE -X -H LDAP://LDAPSERVER.TEST.COM -D CN=ADMIN,O=ORG -W
    <PASSWORD> CN=JDOE,OU=USERS,O=ORG MYAUXATTR:TESTFORNOMATCH
    TRUE
    COMPARE ON USER JOHN DOE WITH VALUE 'OTHERVALUE' FOR MYAUXATTR:
    LDAPCOMPARE -X -H LDAP://LDAPSERVER.TEST.COM -D CN=ADMIN,O=ORG -W
    <PASSWORD> CN=JDOE,OU=USERS,O=ORG MYAUXATTR:TESTFORNOMATCH
    FALSE
    *1) LDAP COMPARE DOES NOT THROW AN ERROR WHEN IT SHOULD
    Moreover, if you don't have the Compare Rights to that attribute,
    eDirectory always returns FALSE on a LDAP compare, which I beleive is
    not correct. A return value of FALSE implicitly states that the compare
    could be done, but no match is found. However, insufficient rights
    prevent the compare, so eDirectory should throw an error. Something like
    LDAP: error code 50 INSUFFICIENT_ACCESS_RIGHTS.
    In example:
    Compare on User John Doe without any value for myauxattr and no compare
    rights:
    ldapcompare -x -H ldap://ldapserver.test.com -D cn=limiteduser,o=org -w
    <password> cn=jdoe,ou=users,o=org myauxattr:testfornomatch
    [B]FALSE* --> incorrect response
    Compare on User John Doe with value 'testfornomatch' for myauxattr and
    no compare rights:
    ldapcompare -x -H ldap://ldapserver.test.com -D cn=limiteduser,o=org -w
    <password> cn=jdoe,ou=users,o=org myauxattr:testfornomatch
    *FALSE* --> incorrect response
    Compare on User John Doe with value 'othervalue' for myauxattr and no
    compare rights:
    ldapcompare -x -H ldap://ldapserver.test.com -D cn=limiteduser,o=org -w
    <password> cn=jdoe,ou=users,o=org myauxattr:testfornomatch
    *FALSE* --> incorrect response
    My question is: should I file this as a bug or is the LDAP SDK
    documentation invalid?
    sveldhuisen
    sveldhuisen's Profile: https://forums.netiq.com/member.php?userid=1813
    View this thread: https://forums.netiq.com/showthread.php?t=48106

    Thanks Ab for pointing that out. That explains the error when doing a
    compare on an entry without that attirbute. However, if no compare
    rights are given, LDAP compare shoudl throw an error as well. This part
    seems like a bug to me. My conclusion is that the documentation of JLDAP
    is incorrect and we have a bug upon insufficient rights. Interesting is
    that also the code Examples for LDAP compare in the SDK are invalid as
    well: no check is done if the attribute exists on the entry before
    calling LDAP compare.
    ab;231062 Wrote:
    > I think what you are seeing is correct per RFC 4511:
    >
    > <quote>
    > Upon receipt of a Compare Request, a server will attempt to perform
    > the requested comparison and return the result in the Compare
    > Response, defined as follows:
    >
    > CompareResponse ::= [APPLICATION 15] LDAPResult
    >
    > The resultCode is set to compareTrue, compareFalse, or an appropriate
    > error. compareTrue indicates that the assertion value in the ava
    > field matches a value of the attribute or subtype according to the
    > attribute's EQUALITY matching rule. compareFalse indicates that the
    > assertion value in the ava field and the values of the attribute or
    > subtype did not match. Other result codes indicate either that the
    > result of the comparison was Undefined (Section 4.5.1.7), or that
    > some error occurred.
    > </quote>
    >
    > Note the part about an "appropriate error", and the bit about the
    > comparison being Undefined. The full RFC can be read in many places,
    > such
    > as the following URL:
    >
    > http://www.ietf.org/rfc/rfc4511.txt
    >
    > Good luck.
    sveldhuisen
    sveldhuisen's Profile: https://forums.netiq.com/member.php?userid=1813
    View this thread: https://forums.netiq.com/showthread.php?t=48106

  • Soft KeyBoard is not working on ios 7 with Air sdk 3.8

    Hi
    In my app Soft KeyBoard is not working on ios 7 with Air sdk 3.8. Does any one know soluton for this ?

    Hi,
    There's no question that TextFields and TextAreas weren't working in our case, likely because we have a deep displaylist with a variety of object types. Presumably, AIR has changed how it looks through the displaylist for objects that need keyboard, and perhaps we have an object type somewhere in the hierarchy that AIR no longer recurses. It's definitely something that changed, though.
    It's no picnic to put together a sample app, I can't afford that time when I have a solution. But the symptom was very clear, a textbox would open, and the cursor would just blink with no way of interacting with it.
    I'm happy using StageText directly, because it's a more direct way to interact with the OS and gives more control.
    It also solves a bug in AIR that I haven't reported yet, but is as follows. Rarely, when you move the container of a TextField of TextArea after it has been created, AIR will crash and freeze iOS devices. It doesn't happen on Android or desktop, but with a user-base of about 100,000 of our app, we've had it reported maybe 50 times. One of our dialogs sometimes needs to reposition the elements, which is done animated. During this, AIR will crash about 0.01% of the time. We tried only creating the TextArea, but not activating it or even having it visible, but even an invisible TextArea will crash, presumably because AIR moves the internal StageText overlay around as well, and this confuses iOS after a while during the animation.
    By using StageText directly, I finally also have a way to get rid of this bug, because I simply don't activate StageText until the object has already been positioned. Prior to that, it isn't even an editable text field, it's a label like anything else. So I'm happy I did this solution.
    Let's just leave this thread as a record if someone else has the same problem. I'm quite sure it's because of our very complicated display list, and AIR having changed how it scans the displaylist for objects that need keyboard.
    Best,
    Per

Maybe you are looking for

  • Apple TV 2 won't fill the TV screen

    My ATV 2 won't fill the entire TV screen.  It just plays in a small rectangle within the entire screen.  I've tried adjusting the video settings.  It is a 1080p HDTV.  When I set the ATV to 480 it fills the screen.  When I set it to 720 or auto it do

  • How can I get a Row in a JTable?

    I want to get the Last row in a JTable. How can I get it? Thanks.

  • Saving on Windows Mobile

    Does anyone know of a program that will allow you to save "pdf" files on Windows mobile?  I want to fill-out a form I created in Acrobat 9 and saved.  Then fill it out on a Windows Mobile device and save the filled form.  Reader 2.0 for Windows Mobil

  • Inconsistent result of CallableStatement

    I have seached for this problem in different forums and found some similar postings about this on java.sun.com. But here nothing. OK come to business. I have a PL/SQL stored procedure, that calls sequent 4 more similar procedures. If I use SQLPLUS or

  • Is older Mac Pro worth upgrading?

    Hi, I am running 10.10.2 on a Mac Pro (Early 2009). I'm a graphic designer and I run Adobe CS4 Photoshop, Indesign, Illustrator and Dreamweaver often simultaneously along with other programs. This computer was lightening fast when I first bought it.