Programmat​ic access to Import DLL Wizard

Our company does a number of products, and would like to cut down time when working with the SDK. I am almost pleased with the import wizard in 2012, but I would like a few things changed. I have all the code ready to modify the output from the import DLL wizard with the scripting module, but if I could have it automatically generate and run the whole thing (possibly through a command line post-build instruction in Visual Studio), that would save some hassle.
It's not a big deal. I just wanted to speed up the process a little, since our SDK format doesn't change. We had a custom VI generator for our SDKs before, but it gets 95% of the way there, and the wizard does everything we missed and gets about 95% of the way there as well. That, or I could try to convince my coworkers to accept the output from the wizard.
Solved!
Go to Solution.

Since the SDK was already released it is probably not an option anymore, but you can certainly increase the chances for the import library wizard to do a good job by choosing standard API parameters. Basically this means to only use skalars (passed by value or reference), C strings and simple arrays. Never use structs that contain arrays (both fixed size or not). Structs only containing skalars are fine though, but don't create structosaurusses, the C equivalent of clustersaurusses in LabVIEW, big unwieldy structs/clusters.
Then you have to review all the VIs that use output array or string buffers to let the called function write into, to make sure they are preallocated to a reasonable size for the used function.
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • Labview 8.20 Crash using vi's created with import dll wizard

    Has anyone had issues with the DLL wizard or DLLs that use the USB port?
    I have used the DLL import wizard to create an instrument driver for a picoscope 3424. When I run the Initaization.vi it exicutes properly, however, if I close the vi I get the Labview must be closed, send an error report to Microsoft blah,blah. If I disconnect the PicoScope (unplug the usb cable) then close the VI no error happens.
    Once I received the Labview invstigate error and sent the data to NI (REF#7134654).
    I had a driver written with LV 7.1.1 that worked with out any issue, I converted the 7.1.1 vi's to 8.20 and I no longer have the issue. This leads me to beleive that there may be a bug in the DLL wizard.
    Andrew Alford
    Production Test Engineering Technologist
    Sustainable Energy Technologies
    www.sustainableenergy.com

    I'll try to answer your questions.
    a) Yes that is correct, the source files are avaliable for download at http://www.picotech.com/software.html.
    b) I have found some issues with the available settings in the DLL Import wizard, one is there is no availble choice for setting the parameter type to array. This is available when you right click on the CLN and select configure. I checked the configurations of the open unit and close unit nodes and they look the same. I have also noticed that the block diagrams created with the DLL Import wizard are very messy with overlaping wires and poor wire routing.
    c) The original wrapper I created was done quickly and I only created the functions I needed at the time, I was attempting to create a proper Insturment Driver project and wanted all of the functions to be created, this is why I was using the import wizard.
    I am still at a loss as to why disconnecting the instrument from the USB port prevents this crash from happening.
    For now I have reverted to the 7.1.1 wrapper converted to 8.20 as I do not have time to continue investigating this issue.
    Thank you for your response.
    Andrew Alford
    Production Test Engineering Technologist
    Sustainable Energy Technologies
    www.sustainableenergy.com

  • SQL Exoress 2008 import export Wizard wont import Access 2003 mdb to SQL 2008 DB

    Just installed SQL Express with Tools, including SSME and Import Export Wizard.
    Attempted to transfer Access 2003 DB tables from an mdb file to a SQL 2008 Express DB.
    I can view the data in the tables in Access, however, when I tell it to  do the deed, it begins the process and then errors out with a Error 0xc020801c:
    "TITLE: SQL Server Import and Export Wizard
    Could not connect source component.
    Error 0xc020801c: Source - ParentingStats [1]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    ADDITIONAL INFORMATION:
    Exception from HRESULT: 0xC020801C (Microsoft.SqlServer.DTSPipelineWrap)"
    I am unable to find anything that translates this into something mere mortals can deal with.  This is repeatable.
    Steps in the wizard:
    1.  Source: Data Source selected is "Microsoft Access".  The filename is correct.  The username is correct.  The password is blank (there is no password in the Access db).  Clicking on the "Advanced..." button, I get the opportunity to "Test Connection".  I test the connection and the test is successful.
    2.  Destination: I select my server name and the SQL Native Client, select Windows Authentication, and Select my SQL 2008 Express db from the dropdown list.
    3.  Specify Tabloe Copy or Query: I select Table copy
    4.  Select Table or Views: I check the tables I want to copy and successfully preview the data in each table that I checked.  I click on "Edit Mappings ..." and verify that I want to create a new table for each checked table.
    5.  Run package: I accept the pre-checked "Run Immediately" and click the NEXT button
    6.  I get the following:
    "Source Location : C:\Users\wb5rvz\Documents\StatisticsApp_V3_69.mdb
    Source Provider : Microsoft.Jet.OLEDB.4.0
    Destination Location : SHACK_PC\SQLEXPRESS
    Destination Provider : SQLNCLI
    Copy rows from `ParentingStats` to [dbo].[ParentingStats]
    The new target table will be created.
    Copy rows from `Statistics` to [dbo].[Statistics]
    The new target table will be created.
    Copy rows from `StatsSummary` to [dbo].[StatsSummary]
    The new target table will be created.
    Copy rows from `Volunteers_Confidential` to [dbo].[Volunteers_Confidential]
    The new target table will be created.
    Copy rows from `YearMonthTbl` to [dbo].[YearMonthTbl]
    The new target table will be created.
    The package will not be saved.
    The package will be run immediately.
    Provider mapping file : c:\Program Files\Microsoft SQL Server\100\DTS\MappingFiles\JetToMSSql9.xml"
    7.  I click the FINISH button and I get
    "Initializing Data Tasks .... Success"
    "Initializing Connections ...Success"
    "Setting SQL Commend ....20% Compoete"
    "Setting Source Connection ...Error (and an error link)"
    (All following tasks were "Stopped"
    Error detail is:
    ===================================
    Could not connect source component.
    Error 0xc020801c: Source - ParentingStats [1]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
     (SQL Server Import and Export Wizard)
    ===================================
    Exception from HRESULT: 0xC020801C (Microsoft.SqlServer.DTSPipelineWrap)
    Program Location:
       at Microsoft.SqlServer.Dts.Pipeline.Wrapper.CManagedComponentWrapperClass.AcquireConnections(Object pTransaction)
       at Microsoft.SqlServer.Dts.DtsWizard.Execute.SetSourceConnection(Exception& ex, TransformInfo ti)
    OS is Vista Home Premium SP1 (32 bit)
    Processor = Intel core 2 duo E7200 @ 2.5 GHz
    SQL Server Software was just downloaded yesterday, so it is whatever is current on the download site:
    SQL Express with Tools
    So, how do I get this transform to work?  I do not have nor do I want/afford to put Access 2003 on this machine.
    Thanks
    RRR

    I had this similar problem - 32-bit SQL Server 2005 trying to import tables from Access 2000 .mdb file, same error:
    Error 0xc020801c: Source - ParentingStats [1]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
     (SQL Server Import and Export Wizard)
    ===================================
    Exception from HRESULT: 0xC020801C (Microsoft.SqlServer.DTSPipelineWrap)
    I know you said you clicked "Advanced..." and Test Connection when you chose your Access database - but that is what resolved the error for me.  I chose my .mdb file, username is admin, password is blank, but if I don't click the Advanced button and test the connection before continuing on, the import fails with above error message.  Go figure, since the username/blank password is correct. 
    FWIW, sorry if that doesn't help you though.

  • Can't start the Import Export Wizard - "No Description Found"

    Microsoft SQL Server Management Studio                             9.00.3042.00
    Microsoft Analysis Services Client Tools                               2005.090.3042.00
    Microsoft Data Access Components (MDAC)                        2000.085.1117.00 (xpsp_sp2_rtm.040803-2158)
    Microsoft MSXML                                                               2.6 3.0 5.0 6.0
    Microsoft Internet Explorer                                                   7.0.5730.11
    Microsoft .NET Framework                                                  2.0.50727.42
    Operating System                                                              5.1.2600
    Been trying for ages to get access to the Import/Export wizard. If I install the base SQL 2005 install I can use it, but there's no flat file option, which I need. Once SP1 or SP2 is installed I get the error below. I've tried re-registering the msxmlX.dlls but doesn't change anything.
    I don't have Visio installed, which was another suggested cause.
    This wizard will close because it encountered the following error: (Microsoft SQL Server)
    ===================================
    No description found
    Program Location:
       at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.get_DBProviderInfos()
       at Microsoft.SqlServer.Dts.DtsWizard.DTSWizard.GetDtsDbProviderInfos(WizardInputs wizardInputs)
       at Microsoft.SqlServer.Dts.DtsWizard.DataSourceCombo.PopulateProviders(Boolean fSources, WizardInputs wizardInputs)
       at Microsoft.SqlServer.Dts.DtsWizard.Step1.OnInitializePage(EventArgs e)
       at Microsoft.SqlServer.Management.UI.WizardPage.RaiseEnterPage()
       at Microsoft.SqlServer.Management.UI.WizardForm.NextPage(WizardPage nextPage)
       at Microsoft.SqlServer.Management.UI.WizardForm.Next_Click(Object sender, EventArgs e)

    Let us know if you see this issue in SQL 2014 as well. You can quickly create a SQL Server 2014
    Virtual machine on Windows Azure for your testing.
    http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-provision-sql-server/
    Thanks, Sethu Srinivasan [MSFT] SQL Server http://blogs.msdn.com/sqlagent -------------------------------------------------------------------------------- This posting is provided "AS IS" with no warranties, and confers no rights.
    Please remember to click "Mark as Answer" and "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • Import dll

    I am trying to import a dll. All of it. I will need almost all of the functions. I have tried using the Import Library Function Node, but I realized that it is very time consuming. Also, there are functions spanning too many different header files. so I am trying to use Tools -> Import -> Shared Library (.dll). I get stuck with preprocessor directives. I am posting step by step:
    The message for the first function is:
    The function cannot be imported into LabVIEW. This might be caused by one of the following problems:
    The function is not declared in the header file but is exported in the library.
    Check the header file to make sure it contains declarations of the function.
    Undefined symbols can prevent the wizard from recognizing functions and parameters. To correct this problem, check the header file to determine if you must add preprocessor definitions. Click the Back button to return to the previous page of the wizard to add a preprocessor definitionsl (for example, "NIAPI_stdcall = __stdcall" or "NIAPIDefined = 1").
    GENAPIC_EXPORTS;GENAPIC_LINUX_BUILD;GENAPIC_WIN_BU​ILD;MIDL_PASS;MRTDLL;PYLONC_BOOL_DEFINED;PYLONC_EX​PORTS;RC_INVOKED;UNALIGNED;_CRTDBG_MAP_ALLOC;_CRT_​ALIGN;_CRT_ALTERNATIVE_INLINES;_CRT_DISABLE_PERFCR​IT_LOCKS;_CRT_FORCE_MANIFEST;_CRT_GETPUTWCHAR_NOIN​LINE;_CRT_MANAGED_HEAP_NO_DEPRECATE;_CRT_MANAGED_H​EAP_NO_WARNINGS;_CRT_MANIFEST_DEBUG;_CRT_MANIFEST_​INCONSISTENT;_CRT_MANIFEST_RETAIL;_CRT_NOFORCE_MAN​IFEST;_CRT_NONSTDC_DEPRECATE;_CRT_NONSTDC_NO_DEPRE​CATE;_CRT_NONSTDC_NO_WARNINGS;_CRT_NON_CONFORMING_​SWPRINTFS;_CRT_OBSOLETE_NO_DEPRECATE;_CRT_OBSOLETE​_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES​;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES;_CRT_SECU​RE_CPP_OVERLOAD_STANDARD_NAMES_COUNT;_CRT_SECURE_D​EPRECATE_MEMORY;_CRT_SECURE_NO_DEPRECATE;_CRT_SECU​RE_NO_DEPRECATE_GLOBALS;_CRT_SECURE_NO_WARNINGS;_C​RT_SECURE_NO_WARNINGS_GLOBALS;_CRT_SECURE_WARNINGS​_MEMORY;_DEBUG;_DLL;_MSC_EXTENSIONS;_MSC_VER;_MSC_​VER_GREATER_THEN_13102050;_MT;_M_AMD64;_M_CEE;_M_C​EE_MIXED;_M_CEE_PURE;_M_IA64;_M_IX86;_PFT_SHOULD_C​HECK_RETURN;_PFT_SHOULD_CHECK_RETURN_WAT;_PFT_VER;​_POSIX_;_PREFAST_;_STATIC_CPPLIB;_TRUNCATE;_USE_32​BIT_TIME_T;_USE_ATTRIBUTES_FOR_SAL;_VC_NODEFAULTLI​B;_W64;_WIN32;_WIN64;_X86_;__BORLANDC__;__CRTDECL;​__GNUC__;__cdecl;__cplusplus;__cplusplus_cli;__lin​ux__;__midl;
    Most of these should be undefined. For example, there is:
    #ifdef GENAPIC_EXPORTS
    //do A
    #else
    //do B
    And I want it to do B. But this is complaining that GENAPIC_EXPORTS is undefined... How to get around that?
    I am attaching PylonC.h file which I think is enough to help me. The rest of the whole api is available on basler's website: http://www.baslerweb.com/MV_Customer_Service_Downl​oads_pylon-Linux-Text-16855.html. I am using Pylon 3.0 64-bit , C version.
    Attachments:
    PylonC.h ‏33 KB

    you forgot to add the genapi include directory path in the second step. Your include file references this here:
    #include <genapic/GenApiC.h>
    And don't try to generate wrappers for DLLRegisterServer and DLLUnregisterServer.
    And last but not least, don't expect the Import Library Wizard to create magic. It can create the DLL caller VIs for you but it can not guess at how this API should be used. A C header file only gives information about how to link to the function, but none at all about how to use it. A LabVIEW VI usually also implements quite a bit about how the API is used (preparing parameters such as preallocating output buffers, etc) that is really impossible to deduce from the header file alone. It's what a C programmer continously has to worry about when calling functions and since you are incorperating this API into LabVIEW you have to worry about it too. Otherwise it will just cause exceptions.
    So you will have to go through every and each VI and check it for such problems, which is really the hard work. Creating the VIs that call the functions with Call Library Nodes may seem like a lot of work, but once you have done one or two it's absolutely trivial in comparison to the real hard work that the Import Library Wizard can't do for you at all.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • "Import Metadata Wizard" functionality in OMB+

    Using OWB 9.2
    Is it possible to access the functionality of the "Import Metadata Wizard" from OMB+? I need to dynamically import objects from a known host:port:service:schema.
    One way to invoke the "Import Metadata Wizard" from the client is to select "Import" from the right-click menu on an Oracle Module.
    Thanks in advance for any clues.

    I'm told on MetaLink this is not yet possible, although SQL can be used to generate the OMB+ commands needed. ...yet another kludgy workaround...

  • Can't import DLL

    Hi All,
    I'm trying to use the libsie API to open .sie files from SoMat (there is a plugin for this data format for LabVIEW and DIAdem but it doens't work). I've previously imported dll's using the import wizard with a lot of sucess but I dont' know my way around c or c++ so am a bit stumped on this one. When I try to import the attached dll (you'll need to chage the extension from .doc to .dll) using the attached header file none of the calls show up. They are there in the header file. I'm wondering why this is. Is it a badly formattted header file or is there some other issue?
    I've attached a copy of the zip file that I downloaded from the HBM website. There is a demo .sie file in there if you want to look at one. There appears to be pretty comprehensive documentation on the API on the website.
    Any help or pointers gratefully received.
    Phil
    Solved!
    Go to Solution.
    Attachments:
    sie.h ‏27 KB
    libsie-1-0-0-bundle.zip ‏5817 KB
    libsie.doc ‏160 KB

    It doesn't matter what language was used to create the DLL, so long as it exports a C-compatible interface (which it does).
    If you make a copy of the header file and remove SIE_DECLARE(), leaving whatever is inside the parentheses unchanged, from each function declaration, I suspect you'll be able to import at least some of the functions. I don't know how well the import utility will handle the pointer data types, you might have to edit each Call Library Function Node to fix them manually after importing.

  • I can no longer open numbers and am therefore barred from access to important accounts - what do i do next

    I can no longer open numbers and am therefore barred from access to important accounts.What do I do next?

    Hi mp,
    If you updated to OS X Mavericks, there may have been an automatic update to Numbers 3. Numbers 3 will be in your Applications folder. Numbers '09 has not been replaced. Look for Numbers '09 (Numbers 2.3) in a folder called iWork '09 inside your Applications folder. You can run both versions of Numbers at the same time.
    I have icons for both versions on my Dock. Drag each to the Dock from Applications folder and Applications > iWork '09 folder. Right click on each and Options > Keep in Dock. Now you have the choice of which to use.
    Numbers 2 (3 column chart) on the left. Numbers 3 (4 column chart) on the right.
    If a document won't open, try opening from within each version. Or right click on the document and Open With...
    You can Export a Numbers 3 document back to Numbers '09 with Menu > Export > Numbers '09...
    Post back if you have problems.
    Regards,
    Ian.

  • Attunity connectors for Oracle in Import Export Wizard in SQL Server 2008 R2

    Is there a way we can see the Attunity connectors drivers in the Import/Export Wizard (64 bit) for SQL Server 2008 R2?
    Although I made it work for SSIS, I would need these drivers in the Import/Export wizard so as to automate it for numerous number of tables which I want to migrate.
    Can the Attunity connectors for Oracle be used in the Import/Export wizard? If so please let me know.
    Regards,
    Ashutosh.
    Ashutosh.

    I have 100 tables to migrate. Creating a data flow for each table is tedious and that's why I was looking out for a way to do it through import export wizard so that I don't have to create a separate data source and destination for each table in the Data
    flow Task.
    Is there a way to loop through all tables and transfer data in SSIS without having multiple sources and destinations created for each table? This also involves a bit of transformation as well.
    Regards,
    Ashutosh.

  • Trying to update creative cloud, comes error: The installation program could not access the important files / directories. Try to run the installer again. (Error code: 43), please contact customer support. The same error comes updating Muse. Mac 10.9.5. W

    Trying to update creative cloud, comes error: The installation program could not access the important files / directories. Try to run the installer again. (Error code: 43), please contact customer support. The same error comes updating Muse. Mac 10.9.5. What shall I do?

    Alauda_positos I would recommend reviewing your installation log files to determine the exact directory which the installer is unable to access.  You can find details on how to locate and interpret your installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post any specific errors discovered to this discussion.
    For information on how to adjust file permissions please see Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html.

  • Import/Export wizard auto-generates all columns as DATE

    Hi
    I'm trying to use the Import/Export Wizard as I used to, as a handy tool to figure out what a series of T-SQL statements (in an SSIS package) is doing - or, if I'm lucky, what on earth the original dev
    intended them to do.
    Version: SQL 2014 64-bit running on Win 7 64-bit
    The code is pretty dreadful:
    SELECT DISTINCT on one set of column names,
    join this set to another table but not on exactly the same set of column names,
    embedded (SELECT MAX(bla) FROM SameTable WHERE [match to outer set on another set of columns] GROUP BY [hey, yet another set of columns!]) inside the SELECT column list...
    and it all goes to a nasty #Tmp, which is then abused with further bad code further down.
    Imp/Exp is always handy to quickly get the intermediate results into an auto-created real table, so I can figure out exactly what the effect of this is.  I use it to export from the database back to the same database, but to a persisted table.
    This time (first time with SQL2014) it's not working.  The source is "write a query" (paste the actual query).  The destination I set to a new table.  The auto-generation of the new table creates every column as type
    date.  Not surprisingly, this doesn't work, as the original data is mostly not of
    date time.
    Looks like a bug.  Any idea of a workaround or fix?
    thanks!

    Sorry, but I think you're still not getting what I'm saying.
    This is not a production SSIS package design, but a quick'n'nasty diagnosis technique I'm used to using:
    - Find some SQL in an existing query/script that I'm trying to debug
    - Paste it into Import/Export wizard as a source
    - Wizard creates a new table for the result - I then have the results persisted for examination, comparison with the results from refactored code, etc.
    And I can't even put suitable CAST/CONVERT statements in, because the wizard is mis-identifying the
    input column data types, with no way to change them.   It's somehow thinking that every column in the input (the SQL query) is of type
    date(500), when the columns are obviously not of this type.

  • Post Create/Import Application Wizard Action

    I'm fairly new to working with SCCM 2012 R2 so most of this will be pure ignorance.
    I've had a fairly easy time learning how to craft my own forms and extensions using C# and xml. I'm even getting more and more comfortable using the Admin UI Console Editor; though the sheer amount of detail in that is a bit overwhelming trying to digest
    (Series of walkthroughs anyone?)
    What I'm wondering is there a way and if so how do I link up a post wizard action to run after the standard create or import application wizard finishes.
    Right now I already have a custom wizard that sends an existing application information including it's parent folder tree and it's deployments to our intranet document repository, But that's based on our Application Section in configuration manager organized
    in the following way (All are folders obviously except the final item)
    Applications
    <Manufacturer/Publisher>
    <Product>
    <Version>
    <Actual Application>
    I would like to fire up a follow up action to automatically create the folder structure based on the above information provided in the application wizard, and then move the application into its intended destination folder
    I could add the logic into my custom documentation form but I would rather have it be something that happens when an application is created so it's one less thing our software packaging staff has to worry about.
    Thanks in advance for any help and direction on this.
    Ryan

    Hi,
    How about writing a script to create a application and the script contains codes of creating folder and moving application to a folder?
    Best Regards,
    Joyce
    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.

  • Import Metadata Wizard not loaded

    Hi,
    I'm new to  Oracle Warehouse Builder, I want to load data from a flat file (source file) but Import Metadata Wizard not loaded after creation of flat file module or nor launch Import Metadata Wizard manually.
    It shows me the screen as in the link.
    Please guide me on this issue am i miss some thing.
    View image: Impot Metadata Wizerd
    Thanks

    I'm told on MetaLink this is not yet possible, although SQL can be used to generate the OMB+ commands needed. ...yet another kludgy workaround...

  • Project Server 2010 - Import Project Wizard - Local Resource Import Error

    Using Project Server 2010 SP2 with admin rights when I encountered the following error:
    Steps:
    Upon importing a local mpp file with Import Projects Wizard
    Mapped Resources.  Some were mapped to enterprise resources and others were left as local.
    Following completion of import process (mapped task fields, and save), the resources that were marked as "keep as local" were imported to the server as enterprise resources.
    I have never encountered this issue with previous versions of project server and am wondering if anyone else has run into the same issue and if there is a patch?  The error is consistently repeatable and I will check utilizing the account
    of someone without admin rights to see if it happens there as well. 
    It appears that in proceeding to validation step, the import field is automatically defaulted to Yes when proceeding to step 2.  If the user doesn't manually flag this back to No, then the resource is imported to project server.

    Hi Luis,
    I just ran a quick test and I couldn't reproduce your issue with PS2010 SP2. My local resources have been kept as local resources after the import process whereas the resources with a similar name than enterprise resources have been mapped with enterprise
    resources.
    Not sure which CU I have but I'd suggest you to upgrade to the
    latest CU.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • When accessing favorites imported from IE8, duplicate links appear for those bookmarks on Google new tab page, while things I have bookmarked in Firefox appear normally, as a single link.

    For several months now, I have had this issue. I'm not sure if this is an issue with Google Toolbar or Firefox, but I have uninstalled and re-installed the toolbar several times, and the same thing keeps happening when I access anything Imported from IE8. Anything I originally bookmark in Firefox appears as a single link on the Google new tab page, while my favorites from IE8 appears twice. Everything appears as normal in the Firefox Bookmarks menu. This doesn't seem to affect functionality in any way, but it is rather irritating at times. Is it possible it could be a bug in IE8? I'm curious to see if anyone knows of a solution to this issue. Any help or input is greatly appreciated. Has anyone else had this happen? I have the latest versions of Google Toolbar and Firefox, so far as I'm aware. Thanks, once again, for your time and input.

    Thanks to jscher! With some help from AVG my AVG & Google browser panels now work OK. But I've taken the advice & disabled several extensions including the Disconnect. The browsers are still OK after re-launching them so I keep fingers crossed.
    My original problem was that I had suddenly found a small popup window appearing, over the browser window, that I couldn't get rid of. It contained an advisory to the effect that Windows couldn't find the file popuptransparent[dot]xul. I tried searching for that to see what it was and in the course of doing that I seem to have executed it. Then was when the trouble started.
    I have 3 instances of that file in my computer and would dearly like to get rid of them if they are of no use to me. Any advice there?

Maybe you are looking for

  • Fields Missing in datasource

    Hi friends,           Please help, I have some fields missing in my data source , but they are available in the extract structure of that data source..what do I do now, to see the same fields in my data source also?? should I ahve to append the data

  • Crystal Report not showing details when analysis authorizations are used

    We have a crystal report that is filter by company code. Analysis authorizations have been created for each company code as well as one for all (* access). In bex the report runs fine with the analysis authorizations. In crystal if the test user has

  • Itunes 7 - Songs Stutter/Skip at the beginning of each song

    Every new song i start playing itunes stutters and skips about 4-5 times. It is short...and then the song plays normally afte rthat until the end. But this happens without fail each and every time. Any ideas why it would do this?

  • Import of SPML in Pi 7.1

    Hello, we want to do some provisioning between different systems and want to use SPML for the different messages. Therefor we use the description in http://docs.oasis-open.org/provision/spml/v2.0/xsd/pstc_spmlv2_core.xsd . After the import we get an

  • Opening a jsp directly in source view and not design view

    I'm using JDeveloper 10.1.3.0.4, and everytime I double click in Application Navigator onto a .jsp file, it is opened directly into design view. Instead I'd like it to be opened directly into source view. Is it possible ? Thanks.