Which path of AddOnInstallAPI_x64.dll for 64 bit of SAP B1 9.0?

Hi Everybody,
Can u explain which path of AddOnInstallAPI_x64.dll for 64 bit of SAP B1 9.0 Version?
Please share the download path for AddOnInstallAPI_x64.dll for 64 bit of SAP B1 9.0 Version.
When am creating ARD fie for 64 bit of SAP B1 9.0 , By Right Click on the Project Properties-->compile-->Advanced Compile Options-->X64.
Once created ARD file, then i opened "C:\Users\User1\Desktop\ARDFile\ARDname\ARDname\ARDname\AddOnRegDataGenFile"
While double click on the "windows Batch file"(AddOnRegDataGen), it automatically generates ARD file and EXE File.
In ARD file, Edit the ARD file--> Change the Platform "N" to "X". whereas EXE file could not change the 64 bit.
Hence the error shows in SAP b1 "Addon exception or "Incorrect string format".
Please fix this issue ASAP.
Thanks & Regards,
Bowya S S

hi have a look below posts..
While running Addon in server I am getting Error...
in this post see only last reply only
how to prepare  ard  for 64  bit os...
How to make a ARD File
If it is wrong wait for expert suggestion...

Similar Messages

  • Which path is the localhost for the tomcat

    hi,
    if i type http://localhost:8080/
    then which path will it access
    i have the tomcat in the directory called
    d:\jakarta-tomcat-4.1.12\
    please help me
    from
    darshan soni

    if you can see the index.jsp page, you have the response else, look your user config file (/conf/tomcat-users.xml) :
    If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!
    As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at:
    $CATALINA_HOME/webapps/ROOT/index.html
    where "$CATALINA_HOME" is the root of the Tomcat installation directory. If you're seeing this page, and you don't think you should be, then either you're either a user who has arrived at new installation of Tomcat, or you're an administrator who hasn't got his/her setup quite right. Providing the latter is the case, please refer to the Tomcat Documentation for more detailed setup and administration information than is found in the INSTALL file.
    NOTE: For security reasons, using the administration webapp is restricted to users with role "admin". The manager webapp is restricted to users with role "manager". Users are defined in $CATALINA_HOME/conf/tomcat-users.xml.
    Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation (including the Servlet 2.3 and JSP 1.2 API JavaDoc), and an introductory guide to developing web applications.
    Tomcat mailing lists are available at the Jakarta project web site:
    [email protected] for general questions related to configuring and using Tomcat
    [email protected] for developers working on Tomcat
    Thanks for using Tomcat!

  • Which SAPCRYPTO.DLL for Web Dispatcher on WIN 2008 64-bit

    Hi all,
    I have installed WebDispatcher 7.20 on a Windows 2008 64-bit platform - according to PAM this is a supported platform.
    Now I cannot find a suitable Cryptographic Library that does not cause the following error message during startup in dev_webdisp:
    *** ERROR => DlLoadLib()==DLENOACCESS - LoadLibrary("c:program filesSAPSAPWebDispsapcrypto.dll")
      Error 193 = "c:program filesSAPSAPWebDispsapcrypto.dll is not a valid Win32 application."
    When I browse the download catalogue on marketplace there is only one download available for WIN 2008 64-bit and this one seems to be for Itanium:
    SAP Cryptographic Library Microsoft Win64 for IA64 (Itanium)
    Can anyone please let me know where to find the suitable sapcrypto.dll for usage on WIN 2008 X-64 platform together with WebDispatcher 7.20?
    Thanks a lot in advance and best regards
    Günter

    Hello Günter,
    With my Web Dispatcher 7.2 running on Windows 2008 64 bit, I use SAPCRYPTO-Library 5.5.5pl26 target
    x64 (AMD64/EM64T/Intel64). It works OK for my use (SSL ).
    I have never been able to download any sapcrypto lib even after asking our SAP correspondant to activate the download link for us.
    Each time whe had to wait to get a DVDROM by snail mail....
    Regards,
    Olivier

  • Set Path to DLLs for Runtime.exec(...)

    I have got a little server application that creates a Process of an external application. (eg Example1.exe or Example2.exe - which one is to be called is configurable via property files)
    All of these external apps rely on a couple of DLLs, that are distributed seperately from the ExampleX.exe.
    So my directory structure looks something like this:
    /Server (contains my java app)
    /Server/dll (contains the dlls)
    /Server/app (contains ExampleX.exe files)
    How do I configure my Runtime.exec(...) so that it can supply a PATH info to my DLLs?
    How about the ...exec(String command, String[] envp, File dir) call?
    -> It already works when the DLLs are in the same dir as my .exe files.
    -> I would like to avoid setting a global PATH to my DLLs in the OS.
    Has anybody already dug itself through this pile?

    Solved my problem, awarded the Dukes to myself! ;-)
    Here's what I did in case somebody else has similar probs:
    The envp Parameter didn't work for me. The Application and the DLLs were found but the Subprocess was somehow screwed up - the Threading didn't work right. (I have no clue how that could be, but whatever...)
    Anyway I could put the path to the DLLs in the PATH info of my startup script for the Java-Server. The subprocess inherits that information.
    I used relative path info there so that nobody has to fiddle around in the script when the application is moved to different directories.
    The only thing you have to do then is to set the present working directory of the subprocess to the location of the server via ...execute(String, String[], File)
    You need to supply thecomplete path to the application in the first String parameter that way but all in all this semms to be the most sensible way to do it.

  • Trying to install Acrobate 8 Standard on PC with Windows 7, 64 bit. During the installation I was asked to provide "File Adobe PDF.dll for Windows Vista. How can I obtain the required file?

    Trying to install Acrobate 8 Standard on PC with Windows 7, 64 bit. During the installation I was asked to provide "File Adobe PDF.dll for Windows Vista. How can I obtain the required file?

    Nothing in the Acrobat 8.x product family is compatible with Windows 7 (or any contemporary OS).
    The Acrobat 8.x product family passed into End of Support way back -- (November 2011).
    The current release of Acrobat (XI) is compatible in Windows 7.
    Be well...

  • How do I set a path in an executable for a DLL?

    I wrote a VI that is using a DLL in the Call Function Library Node. I set the parameters to Specify Path In Program in the node. I did this because I am distributing the VI as an executable and the path is obviously not the same as my VI. When running the VI I am using the Current VIs path, Strip Path, and then Build Path to get the directory for the DLL I am calling. It works fine for the VI. Where my problem lies is when I run it as an executable the filename.exe is being used in the build path and the DLL is then not being found. Is there a reason the .exe is acting different than the VI? What would a good solution be to fix this problem? Thanks in advance for any help.

    There's a perfectly good reason and this question gets asked about once a week from people new to the app builder. When you use the current VI's path in the development system, the path might be c:\folder\example.vi. When in a exe or dll, the path to the current VI is c:\folder\program.dll\example.vi. You need an extra strip path. You make it work in both development and the dll by using reading the App.Kind property and wiring the output to a case statement. Put the extra strip path in the run-time case.

  • Which path will be the perfect in MCSD for me to deal with SQL Server Stuff ?

    I intended to be a SQL Server developer and Administrator , but I planning to take MCSD before MCSA SQL Server 2012 , to help me to developing a full solutions to any database system , but I found MCSD certificate had more than one path 
    First Path
    MCSD: Windows Store Apps Using C# :
    Exam 70-483 
     - Manage program flow (25%)
     - Create and use types (24%)
     - Debug applications and implement security (25%)
     - Implement data access (26%)
    Exam 70-484
     - Design Windows Store apps (20-25%)
     - Develop Windows Store apps (15-20%)
     - Create the user interface (20-25%)
     - Program the user interaction (20-25%)
    Manage security and data (20-25%)
    Exam 70-485
     - Develop Windows Store apps (15–20%)
     - Discover and interact with devices (15–20%)
     - Program user interaction (15–20%)
     - Enhance the user interface (15–20%)
     - Manage data and security (15–20%)
     - Prepare for a solution deployment (15–20%)
    Second Path
    MCSD: Web Applications
    Exam 70-480
     - Implement and manipulate document structures and objects (24%)
     - Implement program flow (25%)
     - Access and secure data (26%)
     - Use CSS3 in applications (25%)
    Exam 70-486
     - Design the application architecture
     - Design the user experience
     - Develop the user experience
     - Troubleshoot and debug web applications
     - Design and implement security
    Exam 70-487
     - Accessing data (24%)
     - Querying and manipulating data by using the Entity Framework (20%)
     - Designing and implementing WCF Services (19%)
     - Creating and consuming Web API-based services (18%)
     - Deploying web applications and services (19%)
    The question now which path I must take before I delve into MCSA SQL Server 2012 will help me more in the database world and sharp my skills as a database developer and administrator in the future and  will help me to create or develope a full solutions
    to any database system in the future , and also this path will be related more to database world and more valuable in the job market
    In other words, Which path contain alot of work with databases and SQL stuff , will help me in SQL Server , Please Help
    Mohamed Ahmed Database Administrator & Developer

    Hi, MohamedDBA.
    I agree with Horizon_Net that the MCSD: Web Applications certification would be best for your certification goals. Especially since you are concerned with becoming certified in the future of database development technologies.
    Specifically, the 70-487 certification exam covers programming with WCF (for data access over the internet/intranet), Entity Framework (for data access anywhere), Web API (REST Services for data access over the internet/intranet), and Microsoft Azure
    (for hosting databases, applications, and much more in the cloud). Most likely, you will be managing SQL Server databases in the cloud in your future.
    I highly recommend that you swap 70-483 for 70-480, which will still count for the
    MCSD: Web Applications certification. The 70-483 C# programming exam will be really useful while studying the C# language, which is used by the 70-486 and 70-487 exams. As well, just by passing this one exam, you will earn the title
    Specialist: Programming in C# title. Here are the details (including the ability to swap the two exams, under
    Additional Options) for this MCSD title:
    http://www.microsoft.com/learning/en-us/mcsd-web-apps-certification.aspx
    I must warn you that the MCSA: SQL Server certification will require you to pass the 70-643 exam. It includes content on Microsoft Business Intelligence tools. Specifically, the 70-463 exam requires you to know SQL Server Integration Services
    (SSIS) and SQL Server Analysis Service (SSAS). Here are the details:
    http://www.microsoft.com/learning/en-us/exam-70-463.aspx
    Please know that the MCSA: SQL Server exams are based on SQL Server 2012 and will remain about SQL Server 2012. Only the four (MCSE) exams (two for each MCSE SQL Server title) are going to be updated to SQL Server 2014 in April 24th, 2014. Here are the details
    from Larry Kaye (Microsoft employee):
    http://borntolearn.mslearn.net/btl/b/weblog/archive/2014/03/10/certification-update-sql-server-2014.aspx
    Good luck!
    Best wishes, Davin Mickelson

  • Need U2ltdate.dll for Cyrstal Reports for Enterprise on 64 Bit systems

    I am working through migrating older reports from a very outdated version of Crystal into a newer version and trialing Crystal Server 2013 with Crystal Reports for Enterprise.  The only problem I am running into is that I have added the u2ltdate.dll to the correct folder inside of windows/system32 and in the program files(x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/win32_x86 and the win64_x64 as well just to be sure but I am still getting the following error in crystal reports: "UFL 'u2ltdate.dll' that implements this function is missing."  Does anyone know what I am missing or if I need a different dll for 64 bit?  Thanks!

    hi Warren,
    you may wish to look into replacing the formula code that calls this dll with built in date functions instead. please see your online help for more info on Date() functionality.
    also, please see this post from Don Williams on using this dll in a 64 bit program. it deals with a 64 bit vs app but I am assuming that the necessity to recompile to 64 bit would be the same when trying to utilize the dll in 64 bit enterprise.
    in this post Don also mentions that the source code is no longer available for the .dll and in that case you'd need to look at switching the formula syntax from referencing the dll to using built in functions.
    -jamie

  • I have an HP Pavilion zv6000 laptop with which I have used iTunes for years. I downloaded iTunes version 11.1.4.62 and rcvd error msgs (Apple Mobile Device failed to start. Verify sufficient privileges to start system svc. Then a MSVCR80.dll not found.???

    I have an HP Pavilion zv6000 laptop with which I have used iTunes for years. I downloaded iTunes version 11.1.4.62 and rcvd error msgs (Apple Mobile Device failed to start. Verify sufficient privileges to start system svc. Then a MSVCR80.dll not found.???

    Hello Don,
    Thank you for the details of the issue you are experiencing with iTunes.  I suggest removing iTunes and all related components and reinstalling iTunes for the issue you described.  The following article has steps to do this(it is important to remove all components in the order listed):
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    I recommend continuing with these articles if you continue to experience issues with iTunes:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/TS1567
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I have a Mac os x 10.7.4 which has Java 32 and 64 bit installed.  Am unable to deposit to bank online getting a message stating I need Java 32 bit for Mac, confused???

    I just got a MAC OS X 10.7.4 which has Java 32 and 64 bit installed.  Am unable to make deposits on line.  I get a msg stating it appears I am using 64 bit java and I need 32 bit java for MAC. I have changed order of java in preferences but it does not make a difference.  Suggestions?

    MadMAC0 posted at https://discussions.apple.com/message/20107182?ac_cid=tw123456#20107182 that:
    Apple has posted (10/22/12) the approved solution for restoring the Java 6 plug-in:
    Java for OS X 2012-006: How to re-enable the Apple-provided Java SE 6 applet plug-in and Web Start functionality.

  • Where can i find ACROPDFlib.dll 64 bit dll or is there any alternate to use pdf for 64 bit?

    Where can i find ACROPDFlib.dll 64 bit dll or is there any alternate to use pdf for 64 bit?
    No Matter either its free or Not . ?
    Or can I order this Dll to Adobe ?

    The Adobe PDF Library is licensed on behalf of Adobe by DataLogics. Price is by negotiation.
    http://www.datalogics.com/products/pdfl/

  • Where does HWND information i mean in which path it looks for

    HI,
    I using the below code to get information of a webcontrol into the ControlInfo*
     ::SendMessage(hWebControl, WM_GETCONTROLINFO, 0, (LPARAM) pInfo);
    From which Path does it Gets the Required Info.?
    vishnu

    What do you mean by "From which Path does it Gets the Required Info.?"?
    Windows Data Types
    HWND
    A handle to a 
    window.
    This type is declared in WinDef.h as follows:
    typedef HANDLE HWND;
    In a graphical Windows-based application, a window is a rectangular area of the screen where the application displays output and receives input from the user. Therefore, one of the first tasks of a graphical Windows-based application is to create a window.                        
    A window shares the screen with other windows, including those from other applications. Only one window at a time can receive input from the user. The user can use the mouse, keyboard, or other input device to interact with this window and the application
    that owns it.
    hWnd Property
    Remarks
    The Microsoft Windows operating environment identifies each form in an application by assigning it a handle, or
    hWnd. The hWnd property is used with Windows API calls. Many Windows operating environment functions require the
    hWnd of the active window as an argument.
    Because the value of this property can change while a program is running, you cannot rely on its value (e.g., when stored in a variable).
    hWnd is available in user-defined Forms and Toolbar objects and is read-only at both run and design-time.
    La vida loca

  • How to create the C++ DLL for Windows Mobile and how to import it in C#

    Hi All,
         Please can u guide me for creating DLL on C++ and using it in C#
         1) Steps to create the DLL using C++ for Windows Mobile
         2) And where to place the DLL after builiding to make use of it in my C# project
    Thanks in Advance!!!
    Thanks & Regards,
    Sharan

    Hello all,
    I know this is an old thread but i have to give it a try ( i am stuck with an almost identical problem but cant solve it since 5 days googling and reading.
    I am developing an app for Unitech HT660e which has Win CE. THe app is complete but now i need some more control over the barcode scanner. In order to gain controll i need to use USI.dll which is explained in this documentation (chapter 2 has the link to
    the SDK which contains the USI.dll ) :
    http://www.datacol.co.nz/pdf/uni_prog-guide_1.21.pdf
    But i also get : Cant find PInvoke DLL 'USI.dll'.
    In chapter 4 is SysIOAPI.DLL mentioned which i cant fin.
    Chapter 17 has USICF.dll which may be interesting bcos this one can be added as reference and "using USICF" . I am using compact framework 3.5 for this and the emulator is "usa windows mobile 5.0 pocket pc r2 emulator". 
    Reading your post i noticed i can use the "Pocket PC 2003 SE Emulator" but it gives me the same error.
    Maybe i need to include a path in my code but i tried this as well...and get the same problem. Maybe i am missing something.
    Here is my code:
    using USICF;
    using System.Runtime.InteropServices;
    namespace SmartDeviceProjectzaDLLtesting
        public partial class Form1 : Form
            [DllImport("USI.dll", EntryPoint = "VibrationOn")]   //ignorethis?:,CallingConvention=CallingConvention.Winapi)]//Cdecl)]    //EntryPoint = "VibrationOn")]
            public static extern void VibrationOn(bool bEnable);
            public Form1()
                InitializeComponent();
            private void Form1_Load(object sender, EventArgs e)
               // USICF.USIClass usiba = new USICF.USIClass(this); // this gives an exception as well
               VibrationOn(true); // thiis causes the exception
     //           VibrationOn(false);

  • 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

  • In Adobe Acrobat 9 which I have been using for a long time (Widows 7) says, You cannot use this prod

    In Adobe Acrobat 9 (Wndows 7) which I have been using for a long time now it says I cannot use it withoutv repairing.  It instructs me to uninstall & reinstall...

    I have not run into this yet with my AA9 and Win7, but have been seeing posts about it. I would try a repair before I would do an uninstall and reinstall. You might also turn off javascript for a bit in case there has been some javascript that has caused problems (ok, making wild guesses). If you do decide to uninstall, be sure to deactivate first, uninstall, run http://labs.adobe.com/downloads/acrobatcleaner.html, and remove any left over parts of the Acrobat folder. Then proceed to the reinstall and updates.
    There is a question about whether being able to use it is correct, or you are just getting some message that is a spam that somehow got into your system (again, a possible javascript issue). Besides turning off javascript, you could also try isolating the javascripts to moving them to a temporary directory and seeing if one is causing the problem.

Maybe you are looking for

  • Living in a VW

    Perhaps I should know this, but I don't! I am going to be living in a VW van for 2 months with my MBP. Can I charge it with the 12 volt outlet in the van??? If not, is there some way I can charge it while I'm on the road?

  • Connecting to an Oracle 9i DB using PHP?

    Hi, I'm having difficulties connecting to an Oracle 9i database using PHP. I've set up an ODBC data source called "connOracle", which when I test it is successful. I've also installed php componenents and am able to run basic php files using basic ph

  • Why am I having so many issues, should have stayed...

    Hi all, I had infinity installed last month with a promised 55/20 upload download, the first installation guy came fitted it and left and my speeds were awful, a week later another engineer came from BT and re did all the previous engineers work, aft

  • Do I have to run the OS (10.6.3) in 64 bit in order to get full 64 bit benefits of PS CS5?

    I keep reading about the benefits of running PS in 64 bit, especially for very large files (which is most of my work). I was under the impression that applications can only use more than ~ 3GB of memory if the operating system is running in 64 bit mo

  • Problem after upgrade from patch level 36 to 43

    Hi,   Recently our system is upgraded from 36 to 43 patch level. After this there are problem in doing hiring action, IT0000 is saving but the next infotype IT0001 does not gets saved and also no error message. So, really not able to figure out what