Project build includes wrong dll path

Hi everyone
Im doing a test project for a customer at the moment.
The project is based around TestStand 4.1 and LabVIEW 8.6 and is to be executed on a platform consisting of a pc connected to a PXI
rack with a SCXI in series. The software on the pc is a custom operator interface configured with a TestStand Base Deployment engine
license, and LabVIEW 8.6 RTE.
The LabVIEW source part consists of around a thousand VIs organized in a single project, nicely divided into grouped blocks of related code, forming small modules that can be called from TestStand.
One of these module uses functions from a .NET class library and contains a single master VI
that keeps track of all the tedious tasks the library performs.
For nearly every module in the project there's a build specification so that each module can
be linked into a single .llb file surrounded by the shared functions across llb's.
Because of the way the project is organized i've defined the build specification in such a
way that the DLL is included as 'always-included' and has it's own destination folder.
Also FYI, the whole project is under source control by means of Tortoise SVN.
Now to the weird part:
When i build the distribution that references the class library, the path reference in the
VIs doesn't seem to reflect the destination path for the library.
Using a simple ascii viewer i'm able to see that the distributed main driver VI still contains the SVN source path to the DLL.
Is this expected behaviour or did i miss some information somewhere?
This is giving me a headache at the moment since TestStand reports a broken VI whenever the
driver function is used.
I would expect that LabVIEW updated the path in the VIs referencing the DLL to wherever the
specification states the DLL to be placed, but this seems not to be the case..
Any feedback or links to information about this would be greatly appreciated!
Thanks

Thanks for your answer..
However the library is a .NET class library and as far as i know there's no way to do late binding to .NET libraries in LabVIEW?!?
Please correct me if i'm off course here..
My solution has been to define the build specification so that the library always gets copied to the same folder as the VI that uses it.
Also i forgot to mention that building the class library as strong named so that it can be registered in the GAC is not an option at the moment!

Similar Messages

  • Project Builder 6.0.5.7.0 woes

    Couple of questions....
    1. Has anyone used this with Oracle Developer 6i? When I started to put in
    all my items then picked tools:delivery wizard, the option to "Deliver
    locally and create an Oracle Installer Script" is Greyed out. Any body else
    experience this?
    2. When I add reports objects (rdf), the node "Reports Builder Document" is
    added but no "Reports Builder Executable". Ideas?
    THIS HAS BEEN RESOLVED (METALINK NOTE)
    3. When I click on Ctrl-T or "Build Selection" button on a form, I get an
    information dialog: "No items were built". What's up?
    4. When I attempt to open a form, right click and select Edit, it opens the
    form and can't find referenced objects (or libraries). Should I be placing
    ALL SOURCE in one path, with the project file in there too, and then using a
    shortcut to startup Project Builder, or putting the path in the registry??
    5. The BUILD option for the module type of FMB says "Convert from Text" and
    when I try Edit Type, the build Action "display in popup menu" is selected.
    However, if I right click a form builder document, I see NO "convert from
    text option". I DO get the CONVERT To Text option (The SCRIPT action).
    Ironically, both have the same HOTKEY. (which is also used by "c"opy)
    6. Why isn't there simply a "Build"/Compile option?
    7. How can I specify a different output directory for the BUILT modules.
    They are defaulting to the directory containing the project file? I see
    this when I turn on Project: Action Preview
    mode, the output_file parameter.
    8. Also, if I turn this on and Select a Build all, there's NO WAY to stop ALL
    OF THE DIALOGS being displayed for each module - what if I want to QUIT in
    the middle of this.
    Any help appreciated!
    null

    Hi Ida
    Ensure that your Oracle 9i database instance is up and running.
    Also, you must have appropriate settings in your tnsnames.ora for using the Oracle 9i database.
    Regards
    Sripathy.

  • Using MS Visual Studio C++ 2008 Express, the "LoadLibrary" function doesn't recognize the NI-VISA DLL: "visa32.dll". I've included all the paths to the DLL. Is there a problem with this C++ compiler?

    I'm using MS Visual Studio C++ 2008 Express.  I've included all the paths to the DLL, "visa32.dll" but the LoadLibrary("visa32.dll") call returns the statement that can't convert character string to LPCSTR (pointer).  I ran the same code with the Portland Group compiler (which I no longer have) and there was not a problem accessing the DLL.  Is there some requirement for the C++ 2008 Express compiler that needs to be met?

    Hello jterry,
    If you compile as Unicode you need to pass Unicode strings to
    Win32 APIs which have LPTSTR or LPWSTR string.
    When you want to write code compilable for Unicode
    and Ansi just enclose all string constants in _T(). In your case:
    LoadLibrary(_T("visa32.dll"))
    You can look at this post on the microsoft discussion forums for more information.  Have a great day.
    O. Proulx
    National Instruments
    www.ni.com/support

  • New MVC 5 project build fails in Visual Studio Online using TFS

    Here are some of the errors I'm getting.
     Controllers\AccountController.cs (44): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\BundleConfig.cs (2): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (2): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (3): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (4): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (5): The type or namespace name 'Owin' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (12): The type or namespace name 'UserManager' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\IdentityConfig.cs (59): The type or namespace name 'IIdentityMessageService' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\IdentityConfig.cs (68): The type or namespace name 'IIdentityMessageService' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\RouteConfig.cs (5): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\Startup.Auth.cs (1): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\Startup.Auth.cs (2): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
    The project builds fine in VS 2013 (since its a new project).
    It seems that it is not recognizing all the packages. How do I fix this problem?

    It doesn't work for me either. It's an MVC 5.2.2.0 project straight out of the Wizard. It's part of a solution with other projects which appear to be working. I tried configuring NuGet to download missing assemblies on the build machine as it suggested on
    some other sites. That didn't help. According to the list of installed software on the Hosted Build Controller, I don't see MVC explicitly listed. (getting-started/hosted-build-controller-..) page in the TFS project site.
    It definitely doesn't work. I'm trying out Visual Studio Premium 2013 and Team Foundation Service on the 90 day trial offer. I can't find any mention of an MVC restriction. I don't want to have to include the package binaries in source control.
    Edit: I tried a standalone MVC 5 project and it worked fine on the Hosted Build Controller. If you add an MVC 5 project using the wizard to an existing solution with other projects, you get the errors below. So it isn't the Hosted Build Controller.
    Strange.
    App_Start\BundleConfig.cs (2): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     Controllers\AccountController.cs (200): The type or namespace name 'ValidateAntiForgeryToken' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (200): The type or namespace name 'ValidateAntiForgeryTokenAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (226): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (226): The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (234): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (234): The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (242): The type or namespace name 'HttpPost' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (242): The type or namespace name 'HttpPostAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (243): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (243): The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (244): The type or namespace name 'ValidateAntiForgeryToken' could not be found (are you missing a using directive or an assembly reference?)
    It seems that my working stand alone project has the dlls in the packages folder tree added to source control. Whereas in the composite project, only the corresponding .xml files are added to source control. So with the standalone project, the build server
    is locating these dlls and using them.

  • Don't include USER32.DLL in built applicatio​n

    Hello,
    I would like to avoid including USER32.DLL in the installer for my built application. I am using several Windows API functions from USER32.DLL, and as soon as I select the top-level VI, an entry for USER32.DLL shows up if I click the "Files" button on the "Installer Settings" tab. I want to just use the local version of the DLL once it's installed.
    I'm using another windows DLL, and it somehow isn't getting included - I think because in the "Call Library Function" configuration dialog there is no path, just the file name. If I try to delete the path from my calls to USER32.DLL (i.e. delete "C:\WINNT\System32\"), it automatically re-appears once I close and reopen the dialog box. I've also tried using just "USER32.*", but the path still gets added automatically.
    Any ideas?
    TIA,
    Jaegen

    Waldemar,
    Thank you very much for your insight.
    This is a very interesting/intriguing problem ... Please bear with me as I try to describe it:
    It seems that LV is treating DLLs exactly as it would a sub-VI. Once one VI which uses a DLL is loaded into memory, all other VIs which use a DLL with the same name, regardless of the path used, use the same DLL. I was trying to delete the path in one VI, while other VIs with the path were in memory. Therefore, as soon as I clicked OK, LV just went ahead and added the path again. However, if I loaded the VIs separately, I was able to delete the path. I was tipped off when I did this with only one sub-VI, then loaded the top-level VI and was presented with the warning that "USER32.DLL" was actually found at "C:\WINNT\system32\USER32.DLL" for the VI I had changed.
    Now of course the problem arose as to how I delete the path for a DLL call when the VI has two separate calls to the same DLL (i.e. if I delete the path for one, while the other still has the path, it won't be deleted). I had to mangle the name in one call ("C:\WINNT\system32\xUSER32.DLL"), delete the path in the other ("USER32.DLL"), then delete the path in the first. Likewise, when one VI with a call to the DLL uses a sub-VI which also calls the DLL, I had to go through this process with all the calls in all the VIs.
    I hope I'm making sense. I was able to eventually get the paths permanently deleted from every call, and "USER32.DLL" no longer appears when I go to build an executable.
    I'm not sure if this is a bug per se. I'm not sure what else LV could do, other than display a warning dialog when you click OK on the DLL config dialog. However, it would be nice if the application builder allowed DLLs to not be included (even if it thinks they need to be).
    By the way, I did work out a very interesting work-around for this before realizing the details I described above: I included a batch file in the installer, which I called using the "Run executable after installation" option, which cd'ed to the install path, deleted USER32.DLL, then deleted itself (I didn't know this was possible until now).
    I did however discover a bug in the application builder help documentation:
    On the page titled "Advanced Installer Settings Dialog Box (Windows, Professional System Only)", the "- Executable" paragraph states "The file must be one of the files that you install in the Installer directory you selected in the Installer Settings tab." This is not the case. It should read:
    "The file must be one of the files copied to the *Install Directory* using the "Installation Destination Settings" dialog. (Click the "Files..." button on the "Installer Settings" tab)."
    Note "Install Directory", not "Installer directory".
    Hopefully this all makes sense and is informative.
    Cheers,
    Jaegen

  • Non-Display of attached word document in Project builder

    Hi,
    I am not able display / view the word document attached to the WBSE in the Project builder. We are not using DMS for keeping documents. Please suggest to fix the issue.
    Thanks & Regards,
    Ranjan

    Hi,
    Thanks for your reply. I am assigning the document to the WBSE and that time it is asking for path of document to be attached. I am assigning the document from my local machines.
    While opening the document or displaying, system is showing 46.080 bytes tranfered & no document. However if i will attach excel file there is no issue on that.
    Could you please sugegst on this.
    Thanks & Regards,
    Ranjan

  • How to change company code in Assignment tab (CJ20n-project builder)

    Dear All,
    Is there any config to maintain company code in assignment tab (project builder) ? We have a problem in our project. It shows that in basic data, user put company code A (in basic data) but in Assignment tab they put different company code let say B. When we do settlement , two accounting document created to company code A and B. By right it should be only company code A. In addition, we cannot change the company code, when the status is already Release (REL).
    Please help how to change the company code B to A and how to reverse the accounting document that has been created under these two accounting document.
    Thank you.
    Best Regards,
    nies

    Now I understand your scenario, you have the Requesting Company Code and the Company Code Different.
    You usually use this primarily with IM module if you want to manage the asset under construction (cross company) belonging to a different i.e., company code (Requesting ) than company code on main WBS.
    You can not change the company code (Assignment Tab) as you already have actual posted against it.
    You've also created an AUC (in wrong company code) and even if you reverse the settlement you would not be allowed to delete the AUC or the delete the settlement rule (its grey out as its already used)
    What I can suggest is to reverse the settlement, lock this WBS which was created wrongly, create a new WBS and then continue with you regular process.
    Above are my views but you can expect views from others.
    Regards
    Sreenivas
    Please close the post if satisfied.

  • [svn] 4267: Change path to Assets.swf in eclipse . project file from full hardcoded path to use the FLEX_SDK variable as the base path .

    Revision: 4267
    Author: [email protected]
    Date: 2008-12-09 10:32:36 -0800 (Tue, 09 Dec 2008)
    Log Message:
    Change path to Assets.swf in eclipse .project file from full hardcoded path to use the FLEX_SDK variable as the base path. There is still an issue with Assets.swf not getting referenced correctly. If you import the framework project from Blazeds/trunk into Eclipse and get an error related to Assets.swf or that says "Unable to export SWC oem" for the time being try right clicking on the framwork project in Eclipse and selecting properties. Then in the properties panel, select Flex Library Build Path and then the Assets tab. On the Assets tab, check the check box next to Assets.swf and click Ok. This usually fixes the reference for me.
    Modified Paths:
    blazeds/trunk/development/eclipse/projects/flex/3.0/framework/.project

    Revision: 4267
    Author: [email protected]
    Date: 2008-12-09 10:32:36 -0800 (Tue, 09 Dec 2008)
    Log Message:
    Change path to Assets.swf in eclipse .project file from full hardcoded path to use the FLEX_SDK variable as the base path. There is still an issue with Assets.swf not getting referenced correctly. If you import the framework project from Blazeds/trunk into Eclipse and get an error related to Assets.swf or that says "Unable to export SWC oem" for the time being try right clicking on the framwork project in Eclipse and selecting properties. Then in the properties panel, select Flex Library Build Path and then the Assets tab. On the Assets tab, check the check box next to Assets.swf and click Ok. This usually fixes the reference for me.
    Modified Paths:
    blazeds/trunk/development/eclipse/projects/flex/3.0/framework/.project

  • Including a DLL in JAR file (Comm API)

    Writing a little app that interfaces with serial port device using the communications API and I'd like to bundle it into an executable JAR. JBuilder will create the JAR for me fine, but the issue is with the win32com.dll file thats part of the comms API. I need to include this, I don't think its possible to include as part of the executable, but otherwise the DLL needs to be in the windows\system folder. Could I include the dll as part of the JAR archive and then extract it upon runtime? If so how would I go about this?
    Any help much appreciated.

    There is another option. Native libraries need to reside within the java.library.path location. As it turns out, if you, at runtime, grab this property and ADD your own location to it, then set it back in to the System.setProperty() call, it will NOT work. The only way to do it is the -Djava.library.path value that tjmaven suggested.
    However, if you read up on how a native library is found, it uses the ClassLoader.loadLibrary() which calls the protected findLibrary() method. You can therefore extend ClassLoader to find a path yourself.
    One way is to extend URLClassLoader since it has the protection/security stuff AND the ability to look in .jar files for you. Your custom loader is created by a "launcher" class in your .jar file. First, your luancher uses getClass().getProtectionDomain().getCodeSource().getLocation() to get the absolute location of the .jar file its executing within. From there, you open the jar and look for your native library, extract it using the JAR api to a location of your choosing. Now, you instantiate the custom classloader and using this custom loader instance you load the rest of your classes. The main .jar file contains two classes, the launcher and the custom classloader, and contains the native library if you wish to do it this way. The custom classloader, you specify a URL[] of "classpath" entries. You bundle up the rest of your source in a second .jar file that you pass to the URL[] when creating the custom classloader. It will find all your classes in the 2nd jar no sweat. You can even "reload" these classes on the fly by recreating the custom classloader instance if you so wish to add a sort of "reload" feature.
    Now, in your custom classloader, you override the findLibrary() and return the SAME STRING PATH that you used to unjar your native files to. This way, when the JVM asks your custom loader to load the library at some path, you return the right path to find the native files in.
    I haven't verified that this works just yet, but I will soon. Primarily, my plugin engine over at www.platonos.org will support the ability to place native libraries in plugins, allowing you to effectively wrap a native library use as a plugin. Not yet working, but we'll soon have it in place.

  • What is the use and how to use project builder in forms 6i

    Hi,
    I would like to know the usage of project builder in forms 6i, could anybody explain it.........
    thanks
    Bcj

    Here the link from Grant,
    http://download-east.oracle.com/docs/cd/A97336_01/buslog.102/a73073/prjmgmt.htm#997046
    It is realy helpful, but not yet tested, so still making sure that can i create a setup.exe including forms ' fmx' formats , or i need to add the ' fmx ' files manually while running the setup.
    Thanks for your help
    Bcj

  • Easy Cost Planning & Project Builder

    Dear All,
    I would like to know whether the Material included in Easy Cost Planning be updated in Project Builder strucure. Is there any BAPI to upload material component?

    I do think, that there is no functionality in standard to include the materiai in ECP into PS structure.
    The material in ECP represent the costs point of view, and the material in PS structure represent typically not only the logistic view but also the costs point of view. If you manage to include the material into PS structure (e.g. manually), please avoid the double costs.
    Kind regards,
    Zhenbo

  • Explode BPOs or BOMs in Easy Cost Planning from Project Builder

    Hi,
    Has anyone had the requirement to be able to explode BOMs or BPOS (in costing models) while in the ECP screen in Project Builder. Is there an enhancement which one could use to do this, or do one of the Industry Solutions adress this?
    Regards
    Marc

    hi chandra...
    you are doing correct, nothing wrong in process.....
    but as a practice it is not advisable to make any changes in ECP for your operative project.....
    if you want to make changes in ECP then just creat one simulation version and make changes in that.... & then  do sales pricing for that simulation version....
    advantages
    1) you will have track of all quotation you submitted... ( for all operative as well as simulation project)
    2) if any quotation got selected from customer ( say simulation version sim002)  then you just transfer that simulation version to operative one & start workin on that..........
    in your case
    you will keep on changing your ECp you will not have track wich quotation you submitted what was the price what was the strucuture & ECp...... you will not come to know.....
    Please correct me if i'm wrong.....
    Venkatesh

  • OIncomingPayment + BillOfExchange = error -5002 - Invalid dll path or name

    Hi for all,
       I´m having a problem when I try to pay a incoming payment from a invoice with BillOfExchange, I´ve been search all this forum for many hours, with all possibile combinations of subject, but any past topic could explain this problem.
       When I try to add a BillOfExchange of one invoice, I´m getting the error -5002 called 'Invalid dll path or name'. I know that the PaymentMethod that I use references the BankOfBrazil.dll library, but how can I handle this error? I´ve tried to put this file on my projects folder, but It wasn´t works...
       Here´s the code, I´m using the SAP B1 2005B PL36:
       Thanks
                'oIP = oIncomingPayments
                oIP = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oIncomingPayments)
                chave = oIP.DocEntry
                oIP.CardCode = oBP.CardCode
                oIP.CardName = oBP.CardName
                oIP.DocDate = Now
                oIP.DueDate = Now
                oIP.TaxDate = Now
                oIP.Invoices.AppliedFC = 0
                oIP.Invoices.DocEntry = oInvoiceIn.DocEntry
                oIP.Invoices.InvoiceType = 13
                oIP.Invoices.SumApplied = 5.85
                oIP.Invoices.InstallmentId = 1
                oIP.Invoices.Add()
                 oIP.BillOfExchange.PaymentMethodCode = oInvoiceIn.PaymentMethod
                oIP.BoeAccount = "1121110"
                oIP.BillOfExchangeAmount = 5.85
                '**** Commita ****
                lErrCode = oIP.Add 'Occours error -5002
                connmatriz.getConn().GetLastError(lErrCode, sErrMsg)
                If lErrCode <> 0 Then
                    connmatriz.getConn().EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_RollBack)
                    GoTo FALHA
                End If

    HI
    I have also got several times same message:
    1. Disconnect with development environment
    2. Clear the SM_OB_DLL directory from the TEMP directory.
    3. Start it again, and try
    In the BankofBrazil stuffs i am so perfect....
    Regards,
    J.

  • CR 2008 dependence files cannot be found during the web setup project build

    Hi,
    Please anyone who knows why dependence files cannot be found?
    CR 2008 dependence files cannot be found during the web setup project build. Nevertheless, this problem did not prevent the project from being installed on the server but I need to know why it couldn't be found? while I'm having the latest service packs installed on my development machine (SP0, SP1, SP-Fix 1, 2, 3 and 4 including ClickOnce and Merge Modules).
    The warning messages that I'm getting during the web setup project build.
    Build started: Project: VMAComponentsLibrary, Configuration: Debug Any CPU
    Starting pre-build validation for project 'VMASetup'
    WARNING: Unable to find module dependency with signature 'MFCLOC.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'ATL.Policy.66332652_9C28_58B1_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'OpenMP.Policy.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'MFCLOC.Policy.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'ATL.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'CRT.Policy.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'MFC.Policy.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'MFC.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'CRT.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'OpenMP.1E507087_0819_45E0_FF1F_C8B3B9A1E18E'
    Pre-build validation for project 'VMASetup' completed
    Thank you.

    Hi,
    CR 2008 for VS has a merge module that will be copied to the C:\Program Files\Common Files\Merge Modules for example (CRRuntime_12_1.msm, CRRuntime_12_1_da.msm, CRRuntime_12_1_de.msm, u2026).
    According to CR documentation in order to deploy a project which uses a crystal reports we have to including one or more of these files in the setup project (Merge Modules).
    As I understand these files can help the setup project to know which dependence files are needed for the application to be deployed successfully with CR.
    You mentioned
    (The merge modules for Crystal Reports 2008 SP1 are dependent on the C++ library files from 2005 SP1.) I understood the above message.
    But what did you mean by this? What are the merge modules that you are mentioning hear?
    (I know this isn't what you want to hear but the merge modules just aren't available any other way. Microsoft doesn't have them available for download, and we are not permitted to make them available.)
    Thanks.
    Edited by: Sami Aljafer on Jun 15, 2009 9:37 PM

  • How to deliver 2-tier project with Project Builder?

    Hi all,
    I am playing around with Project Builder and try to deliver form with Delivery Wizard in 6i.
    However, I am unable to select the radio button where we ask Project Builder to create installation script. It is gray out.
    Am I missing something here? Any tip is appreciated.
    Cheers,

    Hi Wandeson,
    The OLAP products are:
    Oracle 9i Release 2 Enterprise Edition, which includes the OLAP option.
    Front end:
    For custom analytic applications, use BI Beans and JDeveloper. Current release is 9.0.3.
    For more details, please read the Business Intelligence Technical Overview OTN:
    http://otn.oracle.com/products/bi/content.html
    http://otn.oracle.com/products/bi/pdf/bi_overview.pdf
    Oracle 9i OLAP:
    http://otn.oracle.com/products/oracle9i/datasheets/olap.pdf
    http://otn.oracle.com/products/bi/9iolap.html
    Hope this helps,
    Katia
    BI Beans PM

Maybe you are looking for

  • Acrobat SDK C# Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)

    Hi, Here I want to known one thing clearly, that is I was developed one application in C# with Acrobat SDK. In my application I am using Acrobat AxAcroPDFLib.AxAcroPDF and  also some other acrobat class. In my development system i am using Acrobat 7.

  • MDD USB does not wake

    There are some related threads to this, and I've also posted a similar problem (left unresolved) in the past, but the symptoms are alive and well again. I recently purchased a new ATA100 hard drive, formatted it, installed Tiger, did the updates, and

  • Burning itunes movies to DVD

    Hi Is it possible to create a DVD of TV/movies purchased from the apple store. Its not always preferable to watch them on the MacBook

  • IS-OIL Installation Failed

    Hi, there, An error occurred when I was tring to install IS-Oil 4.6C on SAP IDES 4.6C. I was stopped at JOB_RSSPAM02 phase, importing SAPKI4CH26 by SPAM. The detailed error message is below. ========================================================   

  • Tried downloading new ios, now my phone is in recovery mode, and iTunes doesn't recognize my phone.

    I have an iPhone 5. I was on ios 6.0.1. and tried to update to the new software via my computer (a PC). I received an error mid-download and now my phone is stuck in recovery mode. However, my iTunes does not even recognize my phone or that it's in r