VAMT LDAP Invalid Pointer error after partial search

I've been looking and looking for a couple days now and haven't found anything that encompasses all the symptoms I'm having here so here goes nothing.
Using VAMT 2.0, I'm attempting to search the whole directory for all machine accounts that are not servers, and are enabled. My LDAP URL query has evolved significantly in my testing, but I still cannot seem to get around the error.
My Progression so far:
LDAP://corp.domain.com:389/DC=corp,DC=domain,DC=com??sub?(&(objectCategory=computer)(!userAccountControl:1.2.840.113556.1.4.803:=2)(!operatingSystem=*server*))
ADUC: 1775 results
VAMT: 3 results
LDAP:///??sub?(&(objectCategory=computer)(!userAccountControl:1.2.840.113556.1.4.803:=2)(!operatingSystem=*server*))
ADUC: 1775 results
VAMT: 3 results
^Expected^
LDAP:///??sub?(&(objectCategory=computer)(!userAccountControl=4098)(!operatingSystem=*server*))
ADUC: 1785 results
VAMT: 6 results
LDAP:///??sub?(&(objectCategory=computer)(userAccountControl=4096)(!operatingSystem=*server*))
ADUC: 1752 results
VAMT: 621 results
LDAP:///??sub?(&(objectClass=computer)(userAccountControl=4096)(!operatingSystem=*server*))
ADUC: 1752 results
VAMT: 621 results
I think you can see my frustration. I theorize that VAMT is hitting an object that doesn't have any of those items to query and is crashing out, but this is totally a theory.
My end-goal is to use VAMT from the command line to help us audit our MS software much more accurately than SCCM is and to help us with Volume licensing true-up. Maybe, if I get this working I can setup the scripts to auto resolve some license issues, but
I'll work on that later. Anyone have an idea on why VAMT might be acting this way?

Hi,
Check the following in debug mode .
I think value of s_from_rec is getting ZERO, check what is the exact reason. The value of  s_from_rec is always should be greater than ZERO.
if s_dataset_lines le s_to_rec. "Last package 
>>>>> append lines of lt_dataset 
157 from s_from_rec to s_dataset_lines 
158 to e_t_data. 
regards,
Raju

Similar Messages

  • VS2013 Invalid Pointer error

    Good day master's.
    I am using Visual studio 2013 in three months. At first everything is fine until something happen in my operating system that I need to use system restore. The problem is my VS2013 encountered error since I used system restore. Every time I run (F5) my program
    the error "Error while trying to run project: invalid pointer" keep showing and my program won't start. But the program is build properly because i can run it manually in "BIN" folder. The worst is all my project won't run now (VB.net/C#.net).
    Please HELP master's!
    Thanks in advance.

    Hi Kenneth,
    Thank you for posting in the MSDN forum.
    Actually I’m not very sure that what the real app you were debugging, but if you couldn’t debug your app after system restore, we would check whether it is your VS IDE or the specific app issue.
    >> Invalid Pointer error.
    Actually I doubt that you got the error “Unable to Start Programxxxxxx.exe" Invalid Pointer.
    Anyway, to make sure that it is not your VS IDE issue, please reset your VS settings, and then re-open your project, test it again.
    http://msdn.microsoft.com/en-us/library/ms247075(v=vs.90).aspx
    To make sure that it is not your project issue, please clean and rebuild your whole project, and then debug it again. 
    Maybe you could get more useful information from the Error list/output window if you rebuild it in solution explorer window.
    Please delete the bin\debug folder, and then reopen and rebuild it, debug it again.
    If still no help, please share us the latest message, it would be better if you could share us the detailed output/error list message if you got.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Invalid pointer error on setting reportviewer parameter values

    Post Author: erika
    CA Forum: General
    Hi
    I'm using the crystal reports version bundled with VS2005, everything on the web reportviewer works perfectly until I set any parameter values. I then get the following error:
    Message: "Invalid Pointer",
    Source: rptcontrollers.dll,
    Stack Trace:     at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.GetPage(PageRequestContext pPageRequestContext)\r\n   at CrystalDecisions.ReportSource.EromReportSourceBase.GetPage(PageRequestContext pageReqContext)\r\n   at CrystalDecisions.CrystalReports.Engine.FormatEngine.GetPage(PageRequestContext reqContext)\r\n   at CrystalDecisions.ReportSource.LocalReportSourceBase.GetPage(PageRequestContext pageReqContext)\r\n   at CrystalDecisions.Web.ReportAgent.GetPage(Boolean bSeparatePages)\r\n   at CrystalDecisions.Web.CrystalReportViewer.OnPreRender(EventArgs e)
    My rptcontroller DLL version is: 10.2.0.1093
    The following code is how I set the parameters:
    ParameterFields pfsReport = new ParameterFields();
    ParameterDiscreteValue pdvReport = new ParameterDiscreteValue();
    pdvReport.Value = oReportParameterValues.ToString();
    ParameterField pfdReport = new ParameterField();
    pfdReport.CurrentValues.Add(pdvReport);
    pfsReport.Add(pfdReport);
    rpvView.ParameterFieldInfo = pfsReport; //rpvView = ReportViewer
    rpvView.ReportSource = rptReport; //rptReport = ReportDocument
    rpvView.RefreshReport();
    Has anybody got any answers to how I can fix this, or maybe another way to add the parameter values that doesn't give the same error?

    This is likely an issue with order of operations.  I would try setting the dataset first, then pass parameters.  if that is what you are already doing, reverse the order and see what happens.

  • Invalid Number Error in IR search bar.

    Hi,
    I am getting an invalid number error when i put a value in search bar without selecting the column name.
    I followed ' "Invalid number" error using Interactive Report search on collection' thread and accordingly
    1) Purged User preferences and session state.
    2) Cleared browser settings and cache.
    3) Deleted old region and Created a new region on the page with the same query.
    If I select a column and search it works fine but when I just give an arrangement id which looks like 'ARR12345' directly in search bar it throws Invalid Number.
    This is working perfectly fine in other environments which is replica of this one.
    I also ran Apex util function to remove sort preferences.
    Also my report is a very simple report like select * from a,b where a.id = b.id.
    Please help me. This is a production issue.
    Thanks a lot in advance.
    Regards
    Garima
    Edited by: 860249 on Nov 4, 2011 11:40 AM

    UPDATE SET as = '1', ad = '1', co = '1', pr = '1', date = localtimestamp, lus = 'username'SELECT * FROM sys.v_$reserved_words;
    SQL> create table test1(as varchar2(10));
    create table test1(as varchar2(10))
    ERROR at line 1:
    ORA-00904: : invalid identifier
    SQL> create table test1(sno number, date date);
    create table test1(sno number, date date)
    ERROR at line 1:
    ORA-00904: : invalid identifier
    SQL> create table test1("as" varchar2(10));
    Table created.
    SQL>
    SQL> create table test2(sno number, "date" date);
    Table created.
    SQL> desc test1
    Name                                      Null?    Type
    as                                                 VARCHAR2(10)
    SQL> desc test2
    Name                                      Null?    Type
    SNO                                                NUMBER
    date                                               DATE
    SQL> 

  • Attempt to access invalid address error after June 2014 updates (All IE Versions)

    I don't know if anyone else is having this issue but after the recent patch run by MS this week we are getting a high proportion of users unable to access internet explorer (all versions) on Windows 7 machines.
    The error displayed is
    C:\Program Files\Internet Explorer\iexplore.exe
    attempt to access invalid address
    This happens when trying to run Internet Explorer short cuts or iexplore.exe directly. I have had a searched around and given the number of users that with the issue I'm surprised if not found more info
    Any feedback appricated

    Hi,
    Glad to see your problem resolved, hope your experience was helpful with others.
    Roger Lu
    TechNet Community Support

  • Outlook Contacts "invalid entryid" error after edit on iPod Touch and sync

    There are a few threads about this in the iPhone discussion, but so far nothing on the iPod Touch side and I'm encountering it in both Outlook 2003 and Outlook 2007 after testing on two different computers.
    Issue:
    1. Create or edit a contact on the iPod Touch
    2. Sync with Outlook Contacts
    3. You are no longer able to access the added or edited contact's e-mail address when composing e-mail. If you select the contact's properties from the e-mail interface, you receive an error message that an "invalid entryid was passed."
    My discovery:
    Deleting data from the "Display as" field in the Contact will fix the problem.
    1. In the Contacts folder, open the contact with the problem.
    2. Delete all data from the "Display as" field (displays with Email field).
    3. Select any other field on the Contact form - "Display as" will automatically re-populate
    4. Save the contact. Problem solved.
    Not sure how iTunes sync is corrupting this, but thought I'd share the discovery since suggestions in the iPhone discussion involve exporting, deleting, and importing affected contacts.

    Quick fix method for those who really can't be bothered with any manual methods. Below is a macro for Outlook that will, starting with the currently selected contact folder and including subfolders (mobileme groups), reset all email display names which effectively fixes the EntryID issue. There's no error checking, it's pretty raw but does the job. Hope it helps.
    <STARTMACROCODE>
    Option Explicit
    Sub FixEntryIDs()
    Call FixEntryID
    End Sub
    Sub FixEntryID(Optional ByVal contacts As folder)
    Dim item As ContactItem
    Dim subf As folder
    Dim changed As Boolean
    If IsMissing(contacts) Or contacts Is Nothing Then
    Set contacts = ActiveExplorer.CurrentFolder
    End If
    For Each item In contacts.Items
    changed = False
    If Len(item.Email1DisplayName) Then
    changed = True
    item.Email1DisplayName = ""
    End If
    If Len(item.Email2DisplayName) Then
    changed = True
    item.Email2DisplayName = ""
    End If
    If Len(item.Email3DisplayName) Then
    changed = True
    item.Email3DisplayName = ""
    End If
    If changed Then
    Call item.Save
    End If
    Next
    For Each subf In contacts.Folders
    Call FixEntryID(subf)
    Next
    End Sub

  • VC Web Service "Invalid url error", after following all steps in blog.

    I need urgent help.
    I am trying to define External Web Service System http://www.webservicex.net/CurrencyConvertor.asmx?WSDL
    I have completed all steps as given in https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/webServiceInvalid+URL&
    But it still points me to "Invalid url for the webservice".
    I have follwing version installed, SAP NW 04 java Preview, Appl server java 6.4 sp16
    If I go to VC help, it shows versions 700.10.0027.
    I am from Java background, and new to EP, have to get in speed with VC, I have followed all steps properly, as given in above url.
    More information:
    I have installed SAP NW 04 java Preview, Appl server java 6.4 sp16
    later for VC I have installed following through SDM.
    VCBASE10_0-10003602.SCA.zip
    VCFLEX10_0-10003616.SCA.zip
    VCFRAMEWORK10_0-10003624.SCA.zip
    Among few initial exercises I did, all are working fine except, calling external web services.
    I would highly appreciate your help on this.

    Hi,
    I have configured proxy both through vishal administrator as well as through System Administration -> System Configuration -> Service Configuration -> Applications -> com.sap.portal.ivs.httpservice -> Services -> Proxy".
    I have copied the values exactly as it is in my web browser settings. but still getting the same problem.
    Could you please refer me a link of creating WS through Portal. I am not finding any tutorial for the same.
    Aloke Dasgupta

  • Invalid email error after successful verification of email. please help

    I have read many other responses on the web. All info is correct: phone number, address, and email is a valid and active gmail account. I can login online and verify all is active and even checked the address and p. number to be sure. I am trying to sign in to itunes andwhen I login in I get a prompt "This Apple id has not yet been used with the itunes store.(i assume this means the email and login is recognized?)  Please review your account information". I click review and re-enter my login and password and then get the error that email is invalid. Please assist. Not sure what the bug is.

    Well, I have just spent an HOUR (no, I'm not kidding or exaggerating) talking to Apple support, and the saddest thing is that they were not able to resolve my issue. Their suggestion is for me to create another email account, then a new Apple ID for that email address and if that does not help, they want me to come to an Apple Store and show them what's going on. I find that a bit ridiculous...

  • Invalid Pointer - Live Office - after in/uninstalling Live Office 3.0

    Hi Everyone,  thanks for your help in advance.
    When I add use Live Office to add an object into Excelsius, I get a "Invalid Pointer" error when I select the report.
    Also receiving a .NET error when shutting down the computer
    Object reference not set to an instance of the object.
    Steps to reproduce:
    - Business Objects XIR2 installed
    - Xcelsius 2008 installed
    - Live Office Productivity Pack XIR2 installed
    1.  Installed Live Office 3.0
    2.  Uninstalled Live Office 3.0
    Steps taken to resolve:
    - Restarted all BOE Servers
    - Restarted computer
    - Reinstalled Xcelsius 2008
    - Reinstalled Live Office XIR2 Productivity Pack
    - Reintalled .NET Framework

    Hi Steve,
    Live Office is only supported when it is connected to the same version of BusinessObjects Enterprise, eg XI R2 with XI R2, 3.0 with 3.0. Unfortunately, you are attempting to connect Live Office 3.0 with BOE XI R2. This is not supported and you may run into problems.
    Beyond that, I would highly recommend reading the Release Notes for both Live Office and Xcelsius, paying particular attention to the sections in each dedicated to the other program. Live Office within Xcelsius does not have the full functionality or feature set of Live Office in MS Office applications.

  • Out Of Memory & Invalid Pointer exceptions on CSV export

    Iu2019m having problems when exporting more than 1 million rows of data to a CSV format.  Iu2019m running the export from C# code (see sample code below).  Depending on the template that I use, I get either a System.OutOfMemoryException or a System.Runtime.InteropServices.COMException (Invalid pointer) error.  See the full error text below.
    This worked fine with Crystal XI but now breaks with Crystal 2008.
    Is this a known problem and are there any workarounds?
    Sample Code:
    ReportDocument rptDoc = new ReportDocument();
    rptDoc.Load("C:\somereport.rpt");
    ExportOptions opts = new ExportOptions();
    opts.ExportDestinationType = ExportDestinationType.DiskFile;
    DiskFileDestinationOptions destOpts = ExportOptions.CreateDiskFileDestinationOptions();
    destOpts.DiskFileName = "C:\outputfile.csv";
    opts.ExportDestinationOptions = destOpts;
    opts.ExportFormatType = ExportFormatType.CharacterSeparatedValues;
    rptDoc.Export(opts);
    Configuration:
    Crystal Reports 2008 (Full Version)
    C#
    .NET 3.5
    VS 2008
    Exceptions:
    System.Runtime.InteropServices.COMException occurred
      Message="Invalid pointer\r"
      Source="Analysis Server"
      ErrorCode=-2147467259
      StackTrace:
           at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
           at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
           at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
           at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
           at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export(ExportOptions options)
    System.OutOfMemoryException occurred
      Message="Exception of type 'System.OutOfMemoryException' was thrown."
      Source="CrystalDecisions.ReportAppServer.Controllers"
      StackTrace:
           at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
           at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
           at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
           at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
           at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export(ExportOptions options)

    Hello Ludek, Thanks for the reply.
    I am using 'Crystal Report Basic For Visual Studio 2008 - version 10.5'  version of the Crystal Report.
    I have 12 columns in my Report. Out of these 12 columns 2 columns display images (one is of size 320X240 and second one is of size 120X240).
    Some description is as :-
         When Report contain 1180 events, and when I export it as .xls( Size - 21, 492 KB i.e near about 22.5 MB) and .pdf ( Size :- 153,961 KB i.e near about 154MB) it get export properly without an error.
         When Report contan 1451 events, and when I export it as .xls (size :- 26,644 KB i.e. Near about 26.6MB) it export properly without an error. But if I try to export it as .pdf it gives " Invalid Pointer" exception.
         When Report contain 2813 events and when I export it as .xls (size :- 13, 957 KB) it get export properly without an error but this xls file does not contain the images. (If you look into size of xls for 1451 Events Report and 2813 Events Report, xls for 2813 Events Report has lower size than 1451 Events Reports, because it does not contain the images.) If I export this Report as .pdf , it gives "Invalid Pointer" exception.
         I used my own code to export the report in various formats.
        What should be done to export the large sized Reports in all possible formats?
    Thanks in advance.
    Edited by: YogeshP on Sep 2, 2009 2:20 PM

  • ORA-31202: DBMS_LDAP: LDAP client/server error: Invalid credentials

    Hey Guys,
    I have an application with LDAP authentication and a custom login page (pg 101). When I run this app, the login page displays first, logs me in and logs out fine. However, when I branch to this application from another application, the login page shows up with the following error:
    ORA-31202: DBMS_LDAP: LDAP client/server error: Invalid credentials
    Error ERR-1082 Error in executing authorization scheme code.
    I looked at debug and this is happening because when this page is loaded, it goes to my authentication scheme and tries to authenticate me even though I havnt logged in and because no user exists at this point the error happens.
    I have set the login page to 'Page is Public' and have also used the following code in the authentication scheme's Page Sentry Function:
    IF APEX_CUSTOM_AUTH.CURRENT_PAGE_IS_PUBLIC = TRUE THEN;
    RETURN TRUE;
    ELSE
    RETURN FALSE;
    END IF;
    Any ideas of how I can stop my login page from being authenticated? Or where I am going wrong
    Thanks
    -Mark

    Jes,
    I could get it work !!!! my complete code
    DECLARE
    l_attributes wwv_flow_global.vc_arr2;
    l_attribute_values wwv_flow_global.vc_arr2;
    l_msg dbms_ldap.message;
    l_entry DBMS_LDAP.message;
    l_session DBMS_LDAP.session;
    l_ber_element DBMS_LDAP.ber_element;
    l_attr dbms_ldap.string_collection;
    l_attr_name VARCHAR2(256);
    l_vals DBMS_LDAP.string_collection;
    retval PLS_INTEGER;
    BEGIN
    l_session := DBMS_LDAP.init('server', '389');
    retval := DBMS_LDAP.simple_bind_s(l_session,'cn=myid,cn=na', 'mypwd');
    dbms_output.put_line('Retval -> ' || retval);
    l_attr(1) := '*'; -- retrieve all attributes
    retval := DBMS_LDAP.search_s(
    ld => l_session,
    base => 'ou=xx,o=xx',
    scope => DBMS_LDAP.SCOPE_SUBTREE,
    filter => 'uid=myid',
    attrs => l_attr,
    attronly => 0,
    res => l_msg);
    dbms_output.put_line('Retval 2 -> ' || retval);
    dbms_output.put_line('msg : ' || l_msg);
    IF DBMS_LDAP.count_entries(ld => l_session, msg => l_msg) > 0 THEN
    -- Get all the entries returned by our search.
    l_entry := DBMS_LDAP.first_entry(ld => l_session,
    msg => l_msg);
    << entry_loop >>
    WHILE l_entry IS NOT NULL LOOP
    -- Get all the attributes for this entry.
    DBMS_OUTPUT.PUT_LINE('---------------------------------------');
    l_attr_name := DBMS_LDAP.first_attribute(ld => l_session,
    ldapentry => l_entry,
    ber_elem => l_ber_element);
    << attributes_loop >>
    WHILE l_attr_name IS NOT NULL LOOP
    -- Get all the values for this attribute.
    l_vals := DBMS_LDAP.get_values (ld => l_session,
    ldapentry => l_entry,
    attr => l_attr_name);
    << values_loop >>
    FOR i IN l_vals.FIRST .. l_vals.LAST LOOP
    DBMS_OUTPUT.PUT_LINE('ATTIBUTE_NAME: ' || l_attr_name || ' = ' || SUBSTR(l_vals(i),1,200));
    END LOOP values_loop;
    l_attr_name := DBMS_LDAP.next_attribute(ld => l_session,
    ldapentry => l_entry,
    ber_elem => l_ber_element);
    END LOOP attibutes_loop;
    l_entry := DBMS_LDAP.next_entry(ld => l_session,
    msg => l_entry);
    END LOOP entry_loop;
    END IF;
    retval := DBMS_LDAP.unbind_s(l_session);
    END;
    thank you :D

  • GPRESULT /H GPReport.html = ERROR: Invalid pointer

    When I enter GPRESULT /H GPReport.html I get the following error...ERROR: Invalid pointer
    With the syntax /X it´s possible to get an xml report. Any ideas?
    Thanks in advance
    Martin

    Hi,
    Thanks for your posting.
    After search I think your issue is caused by unregistered .dll file. Run below command to register all .dll files. After that, restart your OS
    to check whether you can generate an html group policy report.
    for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
    For more information please refer to following articles:
    Explanation of Regsvr32 usage and error messages
    http://support.microsoft.com/kb/249873
    Lawrence
    TechNet Community Support

  • ORA-01722: invalid number (Error in Application after upgrade to 3.0)

    Dear All,
    After upgrading to 3.0 I am no longer able to login to my application. The error I am seeing is:
    ORA-01722: invalid number
         Error      Could not process show_hide_memory.show_hide_collection_output procedure !
    Please help me pin-point the issue and fixed it.
    This happens in some applications but in others it doesn't...
    Regards,
    Pawel.

    I believe I have found the source of the problem!
    This is coming from the sample application which was used for the show/hide of regions example.
    The code behind the above procedure is:
    CREATE OR REPLACE
    PACKAGE show_hide_memory AS
    PROCEDURE show_hide_collection;
    PROCEDURE show_hide_collection_output;
    END;
    CREATE OR REPLACE PACKAGE BODY show_hide_memory AS
    PROCEDURE show_hide_collection AS
    l_arr apex_application_global.vc_arr2;
    l_found boolean := FALSE;
    l_collection_name VARCHAR2(255) := 'SHOW_HIDE_COLLECTION';
    BEGIN
    IF(wwv_flow_collection.collection_exists(p_collection_name => l_collection_name) = FALSE) THEN
    htmldb_collection.create_or_truncate_collection(p_collection_name => l_collection_name);
    END IF;
    l_arr := apex_util.string_to_table(p_string => v('TEMPORARY_ITEM'), p_separator => ']');
    -- If the array member count of l_arr < 3, then the following code will raise an exception
    FOR c1 IN
    (SELECT seq_id
    FROM apex_collections
    WHERE collection_name = l_collection_name
    AND c001 = l_arr(1)
    AND c002 = l_arr(2)
    AND c003 = l_arr(3))
    LOOP
    -- It exists, so delete it
    apex_collection.delete_member(p_collection_name => l_collection_name, p_seq => c1.seq_id);
    l_found := TRUE;
    END LOOP;
    IF l_found = FALSE THEN
    apex_collection.add_member(p_collection_name => l_collection_name, p_c001 => l_arr(1), p_c002 => l_arr(2), p_c003 => l_arr(3));
    END IF;
    COMMIT;
    END show_hide_collection;
    PROCEDURE show_hide_collection_output AS
    BEGIN
    htp.prn('<script type="text/javascript">' || CHR(10));
    htp.prn('<!--' || CHR(10));
    htp.prn('window.onload=function(){' || CHR(10));
    FOR c1 IN
    (SELECT c003
    FROM apex_collections
    WHERE collection_name = 'SHOW_HIDE_COLLECTION'
    AND c001 = wwv_flow.g_flow_id
    AND c002 = wwv_flow.g_flow_step_id)
    LOOP
    htp.prn('htmldb_ToggleWithImage(''' || c1.c003 || 'img'',''' || c1.c003 || 'body'');' || CHR(10));
    END LOOP;
    htp.prn('}' || CHR(10));
    htp.prn('//-->' || CHR(10));
    htp.prn('</script>' || CHR(10));
    END show_hide_collection_output;
    END;
    I guess now I have to find the bug in the above code !

  • Invalid Floating Point Error

    I have one Captivate 3 project published as a Stand Alone
    project with Flash 8 selected. There are 36 slides, no audio, no
    eLearning, SWF size and quality are high.
    One person who runs this gets an "Invalid Floating Point"
    error when he tries to run it the first time. He is running Windows
    XP SP2, Firefox 3.0.4. and Flash Player 10.0.12.36. Other Captivate
    projects I've created run fine for him. This one sometimes runs
    after the first Error message.
    Any thoughts on the cause and fix?
    Thanks,
    Janet

    iMediaTouch probably doesn't support Floating Point formats - it certainly doesn't mention them in the advertising. Try saving your files as 24-bit PCMs, and they should import fine.

  • Error after setting up direct LDAP

    Running iMS 5.2 and LDAP 4.1.6
    after making the changes to set up direct LDAP lookup I started getting the following error:
    4.0.0 temporary error returned by alias expansion
    While making the changes to set the server back to dirsync mode I noticed that the databases:
    aliasesdb.db and reversedb.db had been recreated but were significanly smaller than the originals.
    After changing the imta.cnf, option.dat,job_controller.cnf and mappings files back and replacing my db files I ran a imsimta cnbuild and a full dirsync and everything functioned normal again.
    Any ideas?
    Don

    Hi Roger and Jay,
    I followed the instructions exactly. I have restored my backups of the config files a couple times and started over again. I did catch the error that Roger pointed out and my line read exactly like his example (with my domain of course)
    This is my old mailserver. I have a new one working right now. I am trying to get the updates all working on this one before I mess up the production machine so there is no problem with it being down while I work the bugs out.
    Here is a clip from the ldap access log
    the last line shows an error 11 that I assume is the problem.
    [14/Dec/2004:15:44:29 -0700] conn=46 op=1 SRCH base="dc=sturgeon,dc=ab,dc=ca,o=Internet" scope=0 filter="(|(objectclass=inetDomain)(objectclass=inetdomainalias))"
    [14/Dec/2004:15:44:29 -0700] conn=46 op=1 RESULT err=0 tag=101 nentries=1 etime=0
    [14/Dec/2004:15:44:29 -0700] conn=46 op=2 SRCH base="o=sturgeon.ab.ca,o=ab.ca" scope=2 filter="(&(objectclass=groupOfUniqueNames)(objectclass=inetMailAdministrator))"
    [14/Dec/2004:15:44:29 -0700] conn=46 op=2 RESULT err=0 tag=101 nentries=1 etime=0
    [14/Dec/2004:15:44:29 -0700] conn=46 op=3 SRCH base="cn=Domain Administrators,ou=Groups,o=sturgeon.ab.ca,o=ab.ca" scope=0 filter="(objectclass=*)"
    [14/Dec/2004:15:44:29 -0700] conn=46 op=3 RESULT err=0 tag=101 nentries=1 etime=0
    [14/Dec/2004:15:44:29 -0700] conn=46 op=4 SRCH base="o=sturgeon.ab.ca,o=ab.ca" scope=2 filter="(uid=carlgren)"
    [14/Dec/2004:15:44:29 -0700] conn=46 op=4 RESULT err=0 tag=101 nentries=1 etime=0
    [14/Dec/2004:15:44:29 -0700] conn=47 fd=54 slot=54 connection from 192.168.0.12 to 192.168.0.12
    [14/Dec/2004:15:44:29 -0700] conn=47 op=0 BIND dn="uid=carlgren,ou=people,o=sturgeon.ab.ca,o=ab.ca" method=128 version=3
    [14/Dec/2004:15:44:29 -0700] conn=47 op=0 RESULT err=0 tag=97 nentries=0 etime=0
    [14/Dec/2004:15:44:29 -0700] conn=46 op=5 SRCH base="cn=Service Administrators,ou=Groups,o=ab.ca" scope=0 filter="(objectclass=groupOfUniqueNames)"
    [14/Dec/2004:15:44:30 -0700] conn=46 op=5 RESULT err=0 tag=101 nentries=1 etime=1
    [14/Dec/2004:15:44:30 -0700] conn=46 op=6 SRCH base="uid=carlgren,ou=people,o=sturgeon.ab.ca,o=ab.ca" scope=0 filter="(objectclass=*)"
    [14/Dec/2004:15:44:30 -0700] conn=46 op=6 RESULT err=0 tag=101 nentries=1 etime=0
    [14/Dec/2004:15:44:31 -0700] conn=48 fd=55 slot=55 connection from 192.168.0.12 to 192.168.0.12
    [14/Dec/2004:15:44:31 -0700] conn=48 op=0 BIND dn="uid=msg-admin-1,ou=People,o=sturgeon.ab.ca,o=ab.ca" method=128 version=3
    [14/Dec/2004:15:44:31 -0700] conn=48 op=0 RESULT err=0 tag=97 nentries=0 etime=0
    [14/Dec/2004:15:44:31 -0700] conn=48 op=1 SRCH base="ou=carlgren,ou=people,o=sturgeon.ab.ca,o=ab.ca,o=pab" scope=2 filter="(|(cn=*)(ou=*))"
    [14/Dec/2004:15:44:31 -0700] conn=48 op=1 RESULT err=0 tag=101 nentries=40 etime=0
    [14/Dec/2004:15:44:31 -0700] conn=48 op=2 SRCH base="ou=carlgren,ou=people,o=sturgeon.ab.ca,o=ab.ca,o=pab" scope=2 filter="(|(objectclass=pab)(objectclass=pabgroup))"
    [14/Dec/2004:15:44:31 -0700] conn=48 op=2 RESULT err=0 tag=101 nentries=2 etime=0
    [14/Dec/2004:15:44:31 -0700] conn=48 op=3 SRCH base="ou=carlgren,ou=people,o=sturgeon.ab.ca,o=ab.ca,o=pab" scope=2 filter="(memberofpab=AddressBook271b6af)"
    [14/Dec/2004:15:44:31 -0700] conn=48 op=3 RESULT err=0 tag=101 nentries=37 etime=0
    [14/Dec/2004:15:44:42 -0700] conn=38 op=3 SRCH base="o=sturgeon.ab.ca,o=ab.ca" scope=2 filter="(|([email protected])([email protected])([email protected]))"
    [14/Dec/2004:15:44:49 -0700] conn=38 op=3 RESULT err=11 tag=101 nentries=1 etime=7 notes=U
    If I put the machine back into dirsync mode then everything works fine. I must be missing something.
    In the morning I'll try again.
    Thanks for the help,
    Don

Maybe you are looking for