AddOn installer for C# in SAP 2004

Hi,
I have a question. Is there an AddOn Installer for C# in SAP 2004? Or do I have to write it by myself?
Regards,
Hmg

Hi Szymon,
You can use B1DE package you can donwload for free from SDN. It will create an installer in Vb.NET but it is very easy to adapt the code to C#.
Regards
Trinidad.

Similar Messages

  • AddOn Installer for 2005

    Hi Trinidad!
    Is the "SAP Business One Development Environment Setup for SAP Business One SDK 2004 version" valid to generate addon installers for 2005 version?
    Thanks,
    vanesa

    Hi Vanesa,
    It is not valid for generating installers for 2005. There is a separate installer for version 2005. Version 2005 uses more functions in the installer than 2004, like EndUninstall, etc.
    My suggestion would be to use the installer for B1DE 2005.
    Hope it helps,
    Adele

  • B1DE (AddOn Installer) for 64 bit server

    Hi All,
    I have a problem. One of my client has a 64 bit server. AddOn installation created with B1DE for SAP 2007 doesn't work on that server. After running SAP AddOn is trying to install, and then there is an error. Is there any way to create AddOn installation files that work on 64 bit server?
    Regards
    Hmg

    Both Robin and Owen are right... You need to run your code as forced 32 bit.
    The reason is the following:
    - A default project in Visual Studio is compiled as "Any CPU"
       - Any CPU means that you code will be executed as 32bit on a 32bit machine, and 64bit on a 64bit machine.
       - The Any CPU option is great for pure .NET (since all parts of it can run 32bit and 64bit)
       - In case of the SAP SDK and the AddonInstaller.dll, these are COM-based unmanaged code
          - If such unmanage code is not written to work with 64 bit, problems like yours can occur (this happens not only for SAP SDK... Tons of API out there have the same problems)
    - If you change the Any CPU option to the x86 option, you will force 64 bit mashines to run your code in "simulated" 32bit (Don't worry.. it is quite fast and gives no problems)
    We are you this with our 64 bit customers and without any problems...
    Lastly, if you wish to know more about this please hear the following podcast that describes the issue in detail (A good listen): http://www.dotnetrocks.com/default.aspx?showNum=341
    /Rasmus

  • Do I Enhancement Package Installation for BI on NW(2004s)

    Hi, Guys,
    We just finished a new installation of NW(2004s) with aim to use new BI features, especially, the BI Integrated Planning-Planning Modeler and Visual Composer.
    During central system installation, we have choson to use EP/EP CORE usage type.
    With to check some reference, I doubt the current status of system is missing something to use BI Planning Modeler and Visual Composer.
    I wonder if I should apply any enhancement package of NW(2004s) and just in case, where can I check the current stack level in system?

    Thanks for the responses from you guys.
    I have make clean on this point.  Enhancement package comprises various support packages related to those components you installed.
    If listening to sap suggestion, it's best to install all the support package(either ABAP or JAVA).
    I just finished the new installation with sp 9 and started to configure BI-JAVA functionalities.
    Current situation is fine. I can carry on all the steps stated in Note or guide document.
    So, just leave it alone and see how it's going.
    Thanks again.

  • Installation for SAP Netweaver 2004s stops

    Installation for SAP Netweaver 2004s stops - I get the following errors:
    ERROR 2008-06-15 05:40:13.406
    CJS-00030  Assertion failed: in function (nothrow) {    if (nothrow == undefined) {        nothrow = false;    }    NW.trace("NW.getDirProfile(", nothrow, ")");    var retval;    if (row.dir_profile) {        retval = FSPath.get(row.dir_profile);    } else {        if (!nothrow) {            var pf = this.getPersistentDefaultProfile();            var dirpf = pf.resolveExtended("DIR_PROFILE");            if (dirpf) {                retval = FSPath.getPath(dirpf.value());            } else {                ASSERT(arguments.callee, false, "DIR_PROFILE undefined: profile not yet loaded.");            }            row.dir_profile = retval.toString();            this._updateRow(row);        } else {            NW.trace("NW.getDirProfile() done, returning undefined");        }    }    NW.trace("NW.getDirProfile() done: ", retval);    return retval;}DIR_PROFILE undefined: profile not yet loaded.
    ERROR 2008-06-15 05:40:13.406
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2008-06-15 05:40:13.406
    FCO-00011  The step fillTrexContext with step key |rapidinstaller|ind|ind|ind|ind|0|0|rapid_Trex|ind|ind|ind|ind|8|0|fillTrexContext was executed with status ERROR .
    INFO[E] 2008-06-15 05:39:54.531
    FSL-02077  File system export (share) saploc does not exist.
    INFO[E] 2008-06-15 05:40:13.390
    FSL-02077  File system export (share) sapmnt does not exist.
    Please help.

    Hello. Check your shares in "computer management" are you see "sapmnt" and "saploc" ? Read this for example Issues in Installing Web AS - Java [ FSL-02077  File system export (share)]
    Regards.

  • SAP Business one 9.0 AddOn installer error

    Hi Experts,
    I have upgrade my SAP B1 from 8.82 to 9.0 PL 5. I have an addon also which is I compile with 9.0 DLLs. it is working fine if I direct connect by visual studio 2010 to any client 32-bit or 64 bit. But When I make an .ard file using B1DE 2.2.6 . it gives me error '"BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)". I use the following steps for make an addon.
    1. Run Addon Installer Wizard and follow all steps.
    2. Change Compile -Advance Compile option -Any CPU.
    3  Rebuild again project.
    4. Rebuild ard file by clicking on batch file
    Please suggest where is the gap. It tried to install on both client 32 bit or 64 bit, but it gives me above error.
    Thanks
    Regards
    Jitender

    hi Kerremans,
    Thanks for you quick reply.
    I try to compile my installer with 86x .Now it gives a new error EndInstallEx return -2. Please what is this new error.
    Thanks
    Regards

  • Can i  use B1DE v1.2 for SAP 2004.B ?

    Hi,
    I have installed B1DE v1.2 but dont know it supports SAP 2004.B.
    Regards ,
    Ganesh

    Hi Ganesh,
    B1DE supports SDK 2004, 2005 and 2005 SP01 versions. You have to download the setup corresponding to your version.
    If you are working in 2004B version it should not be a problem, you will have the standard SDK features provided by B1DE. Inside your addon will be included the DI and UI API references corresponding to your installation.
    Please let me know if you find something strange, I haven't heard about any problem with 2004 B version.
    Regards
    Trinidad.

  • Error : "Wrong Digital Signature for Addon Installer"

    I'm having some problems at the time of installing any kind of addon in sap B1
    Everytime I'm having an error -
    "Wrong Digital Signature for Addon Installer"
    even when I'm adding SCREEN PAINTER

    Hi
    This error could be cause by a versioning or corrupted installation:
    1. For the version please check if you have another add-on installed with the same version like 2.1.2 (try to change it add-on file and try again)
    You can also try to change the add-on installation order (in case of you have another add-ons installed).
    2. If checking the version does not help please check those notes on How to clean client after corrupt installation of addon and also Re-registering the UI.                                                                               
    808354 UI Server is not loaded with SAP Business One client        
    819501 How to clean client after corrupt installation of addon     
    Paulo Calado
    SAP Business One Forums Team

  • Which CD contains the EP Installation for SAP R/3 470-620 ?

    Hi,
    I want to know which CD contains the EP installation for SAP R/3 47- 620, windows ,MS SQL server ?
    I have gone through SAP documentation for EP 6.0 installation.
    According to it, says that
    <i>1. To navigate to the J2EE Engine folder, on NetWeaver DVD, choose SAPINST > NT > I386.
         Double-click sapinst.exe.
    2. Navigate to SAP NetWeaver ’04 Java System (J2EE only) > MS SQL Server > Central System > Custom Installation – Java System      and choose Next.</i>
    But I am unable to find the directory J2EE on my CD ?
    Further my CD does have SAPINST.EXE, after excuting it the installation does not show option for <i>Central System > Custom Installation – Java System </i> only matching option available is  <b>Central Instance</b> .
    If you have any experience , please share .
    Regards
    Gurpreet Singh Sidhu

    Hello Gurpreet,
    For JAVA installationyou need to use Netweaver DVDs and not 4.7 CDs.  You need to install JAVA through Master Installation DVD ( in which you will find SAPINST.exe) and also make use of the JAVA DVD. Further for EP installation you will have to again make use of Master Installation DVD as well as JAVA DVD since the JAVA DVD has Netweaver Components also in it. Check you collection. You must have these DVDs in order to install EP 6.0. I hope you already have required JDK version on your installation machine.
    Regards.
    Ruchit.

  • Post Installation for SAP PI 7.0

    I have done installation and post installation for SAP XI 3.0. Now I am trying to do the same with SAP PI 7.0. I am done with the installation. Presently working on Postinstallation. I believe this is not similar to SAP XI 3.0 ? Please let me know what are the difference in the Postinstallation between these two and also any links or documents for SAP PI 7.0 will be appreciated. Thank you.

    Hello Akella,
    You can view the Post Installation steps involved in PI 7.0 in the template installer under
    http://servername:50xx0/nwa
    Also refer this
    PI(XI 7.0) configuration guides
    Regarding SAP PI 7.0 Configuration
    Just Installed PI
    http://help.sap.com/saphelp_nw2004s/helpdata/en/14/39084136b5f423e10000000a155106/frameset.htm
    regards,
    Anandh

  • Visual Composer 7.0 on SAP 2004s

    Hi All,
    I have installed SAP 2004s on my server. I also want to install VC 7.0 on this.
    Can anyone let me know whether VC is automatically installed with 2004s or we need to install it seperately? Also, if it it comes with 2004s how can we configure it for use.?
    Where can I find some installation and configuration guides for VC 7.0?
    Thanks in advance.

    Hi all,
    Thanks for the suggestion till now.
    we are currently using 2004s SP6. the inst.  config guide given is for SP8.
    but i can see that some visual composer archive files are already deployed on the server.
    are they enough to start configuring the system? if yes can you tell how to configure the system. can moving to SP8 be useful?
    Already deployed files on the server..
    com.sap.visualcomposer.vcbase.default
    com.sap.visualcomposer.vcflex.default
    com.sap.visualcomposer.vcfrwork.default
    com.sap.visualcomposer.vckitbi.default
    com.sap.visualcomposer.vckitgp.default
    com.sap.visualcomposer.vckitxx.default
    com.sap.visualcomposer.wdext.default

  • Connect to SAP gateway failed during Installatio(SAP 2004s with Oracle10.2)

    Hi,
    I am doing SAP 2004S installation with Oracle10.2
    Oracle installation completed.
    SAP installation completed till step : ABAP post installation (28 out of 43 completed)
    Now I am stuck in Check DDIC Password phase.
    but my problem is not able to start Sap instance.
    dev_rfc.trc says...
    >TS> Mon Jul 13 11:34:02 2009
    T:612 ======> Connect to SAP gateway failed
    Connect_PM  TPNAME=IGS.ANK, GWHOST=INLD50057853A, GWSERV=3301
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       internal error
                (this retcode should be handled by caller of NI-layer)
    TIME        Mon Jul 13 11:34:02 2009
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -8
    MODULE      nixx.c
    LINE        1537
    DETAIL      NiCloseHandle: invalid hdl -1
    COUNTER     12
    >TS> Mon Jul 13 11:35:03 2009
    T:612 ======> Connect to SAP gateway failed
    Connect_PM  TPNAME=IGS.ANK, GWHOST=INLD50057853A, GWSERV=3301
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       internal error
                (this retcode should be handled by caller of NI-layer)
    TIME        Mon Jul 13 11:35:03 2009
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -8
    MODULE      nixx.c
    LINE        1537
    DETAIL      NiCloseHandle: invalid hdl -1
    COUNTER     14
    Could you please let me know what is problem here...where can I adjust gateway if it is the only problem.
    Thanks,
    Regards,
    Ankit Baphna

    also dispatcher log says...
    ue Jul 14 16:31:05 2009
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1611]
    ***LOG Q0K=> DpMsAttach, mscon ( INLD50057853A) [dpxxdisp.c   11163]
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 33
    Release check o.K.
    Tue Jul 14 16:31:45 2009
    ERROR => W0 (pid 5556) died [dpxxdisp.c   13748]
    ERROR => W1 (pid 2768) died [dpxxdisp.c   13748]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => W2 (pid 4376) died [dpxxdisp.c   13748]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => W3 (pid 3708) died [dpxxdisp.c   13748]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => W4 (pid 5392) died [dpxxdisp.c   13748]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => W5 (pid 1544) died [dpxxdisp.c   13748]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => W6 (pid 3872) died [dpxxdisp.c   13748]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    killing W0-5556 (SIGUSR2)
    ERROR => DpWpKill(5556, SIGUSR2) failed [dpxxtool.c   2586]
    killing W1-2768 (SIGUSR2)
    ERROR => DpWpKill(2768, SIGUSR2) failed [dpxxtool.c   2586]
    killing W2-4376 (SIGUSR2)
    ERROR => DpWpKill(4376, SIGUSR2) failed [dpxxtool.c   2586]
    killing W3-3708 (SIGUSR2)
    ERROR => DpWpKill(3708, SIGUSR2) failed [dpxxtool.c   2586]
    killing W4-5392 (SIGUSR2)
    ERROR => DpWpKill(5392, SIGUSR2) failed [dpxxtool.c   2586]
    killing W5-1544 (SIGUSR2)
    ERROR => DpWpKill(1544, SIGUSR2) failed [dpxxtool.c   2586]
    killing W6-3872 (SIGUSR2)
    ERROR => DpWpKill(3872, SIGUSR2) failed [dpxxtool.c   2586]
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1673
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Jul 14 16:31:55 2009
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Tue Jul 14 11:01:55 2009
    ========================
    and syslog says...
    SAPBasis:MEssage server disconnected
    SAP Gateway closed
    Database error: 1017 at CON
    ORA01017: invalid username/password; logon denied
    Which username is this referring to?
    Regards,
    Ankit Baphna
    Edited by: I041468 on Jul 14, 2009 1:09 PM

  • Addon Installer exception

    hey
    i am still a rooky in sbo and SAp in general.
    i am creating the addon:blanket agreement that i find in the SDK help center
    well the module blanket is running correctly.
    but when i create the addon installer and try to run t  get the exception(from french):"the object instance is not assigned to an object".
    i now the meaning of message but i dont how to solve it.
    if you have any idea pls let me know thank you

    This the script of my installer hope sombody can help.
    ps:when i check the install directory after the failer of the installation i foun the blanketagreement temp file.
    'the addon intallation script
    Public Class Form1
        Inherits System.Windows.Forms.Form
    #Region " Code généré par le Concepteur Windows Form "
        Public Sub New()
            MyBase.New()
            'Cet appel est requis par le Concepteur Windows Form.
            InitializeComponent()
            'Ajoutez une initialisation quelconque après l'appel InitializeComponent()
        End Sub
        'La méthode substituée Dispose du formulaire pour nettoyer la liste des composants.
        Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
            If disposing Then
                If Not (components Is Nothing) Then
                    components.Dispose()
                End If
            End If
            MyBase.Dispose(disposing)
        End Sub
        'Requis par le Concepteur Windows Form
        Private components As System.ComponentModel.IContainer
        'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form
        'Elle peut être modifiée en utilisant le Concepteur Windows Form. 
        'Ne la modifiez pas en utilisant l'éditeur de code.
        Friend WithEvents Label1 As System.Windows.Forms.Label
        Friend WithEvents Label2 As System.Windows.Forms.Label
        Friend WithEvents chkDefaultFolder As System.Windows.Forms.CheckBox
        Friend WithEvents txtDest As System.Windows.Forms.TextBox
        Friend WithEvents chkRestart As System.Windows.Forms.CheckBox
        Friend WithEvents cmdInstall As System.Windows.Forms.Button
        <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
            Me.Label1 = New System.Windows.Forms.Label
            Me.Label2 = New System.Windows.Forms.Label
            Me.txtDest = New System.Windows.Forms.TextBox
            Me.chkDefaultFolder = New System.Windows.Forms.CheckBox
            Me.chkRestart = New System.Windows.Forms.CheckBox
            Me.cmdInstall = New System.Windows.Forms.Button
            Me.SuspendLayout()
            'Label1
            Me.Label1.Location = New System.Drawing.Point(88, 24)
            Me.Label1.Name = "Label1"
            Me.Label1.Size = New System.Drawing.Size(200, 23)
            Me.Label1.TabIndex = 0
            Me.Label1.Text = "Blanket Addon Installer"
            'Label2
            Me.Label2.Location = New System.Drawing.Point(8, 80)
            Me.Label2.Name = "Label2"
            Me.Label2.Size = New System.Drawing.Size(200, 23)
            Me.Label2.TabIndex = 1
            Me.Label2.Text = "Installation Folder"
            'txtDest
            Me.txtDest.Location = New System.Drawing.Point(8, 120)
            Me.txtDest.Name = "txtDest"
            Me.txtDest.Size = New System.Drawing.Size(288, 20)
            Me.txtDest.TabIndex = 2
            Me.txtDest.Text = "TextBox1"
            'chkDefaultFolder
            Me.chkDefaultFolder.Location = New System.Drawing.Point(8, 160)
            Me.chkDefaultFolder.Name = "chkDefaultFolder"
            Me.chkDefaultFolder.TabIndex = 3
            Me.chkDefaultFolder.Text = "CheckBox1"
            'chkRestart
            Me.chkRestart.Location = New System.Drawing.Point(8, 184)
            Me.chkRestart.Name = "chkRestart"
            Me.chkRestart.TabIndex = 4
            Me.chkRestart.Text = "CheckBox2"
            'cmdInstall
            Me.cmdInstall.Location = New System.Drawing.Point(112, 224)
            Me.cmdInstall.Name = "cmdInstall"
            Me.cmdInstall.TabIndex = 5
            Me.cmdInstall.Text = "Button1"
            'Form1
            Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
            Me.ClientSize = New System.Drawing.Size(320, 270)
            Me.Controls.Add(Me.cmdInstall)
            Me.Controls.Add(Me.chkRestart)
            Me.Controls.Add(Me.chkDefaultFolder)
            Me.Controls.Add(Me.txtDest)
            Me.Controls.Add(Me.Label2)
            Me.Controls.Add(Me.Label1)
            Me.Name = "Form1"
            Me.Text = "SAP Business One"
            Me.ResumeLayout(False)
        End Sub
    #End Region
        Friend WithEvents FileWatcher As New System.IO.FileSystemWatcher
        'EndInstall - Signals SBO that the installation is complete.
        Declare Function EndInstall Lib "AddOnInstallAPI.dll" () As Int32
        'SetAddOnFolder - Use it if you want to change the installation folder.
        Declare Function SetAddOnFolder Lib "AddOnInstallAPI.dll" (ByVal srrPath As String) As Int32
        'RestartNeeded - Use it if your installation requires a restart, it will cause B1 application to close itself after the installation is complete.
        Declare Function RestartNeeded Lib "AddOnInstallAPI.dll" () As Int32
        Private strDll As String ' The path of "AddOnInstallAPI.dll"
        Private strDest As String ' Installation target path
        Private bFileCreated As Boolean ' True if the file was created
        Private Sub ExtractFile(ByVal path As String)
            Dim AddonExeFile As IO.FileStream
            Dim thisExe As System.Reflection.Assembly
            thisExe = System.Reflection.Assembly.GetExecutingAssembly()
            Dim file As System.IO.Stream
            file = thisExe.GetManifestResourceStream("AddOn.BalnketAgreement.exe")
            ' Create a tmp file first. After the file is extracted change the
            ' extension to exe.
            AddonExeFile = IO.File.Create(path & "BlanketAgreement.tmp")
            Dim buffer() As Byte
            ReDim buffer(file.Length)
            file.Read(buffer, 0, file.Length)
            AddonExeFile.Write(buffer, 0, file.Length)
            AddonExeFile.Close()
            ' Change file extension to exe
            Try
                IO.File.Move(path & "BlanketAgreement.tmp", path & "BlanketAgreement.exe")
            Catch
                IO.File.Delete(path & "BlanketAgreement.tmp")
                IO.File.Move(path & "BlanketAgreement.tmp", path & "BlanketAgreement.exe")
            End Try
        End Sub
        Private Sub Install()
            Environment.CurrentDirectory = strDll ' For Dll function calls will work
            If chkDefaultFolder.Checked = False Then ' Change the installation folder
                SetAddOnFolder(txtDest.Text)
                strDest = txtDest.Text
            End If
            If Not (IO.Directory.Exists(strDest)) Then
                IO.Directory.CreateDirectory(strDest) ' Create installation folder
            End If
            FileWatcher.Path = strDest
            FileWatcher.EnableRaisingEvents = True
            ExtractFile(strDest) ' Extract add-on to installation folder
            While bFileCreated = False
                Application.DoEvents()
                'Do not continue running until the file is copied...
            End While
            If chkRestart.Checked Then
                RestartNeeded() ' Inform B1 that restart is needed
            End If
            EndInstall() ' Inform B1 that the installation has ended
            MessageBox.Show("Finished Installing", "Installation ended", MessageBoxButtons.OK, MessageBoxIcon.Information)
            Windows.Forms.Application.Exit() ' Exit the installer
        End Sub
        Private Sub frmInstall_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            ' The command line parameters, separated by '|' will be broken to this array
            Dim strCmdLineElements(2) As String
            Dim strCmdLine As String     ' The whole command line
            Dim NumOfParams As Integer   'The number of parameters in the command line (should be 2)
            NumOfParams = Environment.GetCommandLineArgs.Length
            If NumOfParams = 2 Then
                strCmdLine = Environment.GetCommandLineArgs.GetValue(1)
                strCmdLineElements = strCmdLine.Split("|")
                ' Get the installation destination folder
                strDest = strCmdLineElements.GetValue(0)
                txtDest.Text = strDest
                ' Get the "AddOnInstallAPI.dll" path
                strDll = strCmdLineElements.GetValue(1)
                strDll = strDll.Remove((strDll.Length - 19), 19)   ' Only the path is needed
            Else
                MessageBox.Show("This installer must be run from Sap Business One", "Incorrect installation", MessageBoxButtons.OK, MessageBoxIcon.Exclamation)
                Windows.Forms.Application.Exit()
            End If
        End Sub
        Private Sub chkDefaultFolder_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles chkDefaultFolder.CheckedChanged
            txtDest.Enabled = Not (chkDefaultFolder.Checked)
        End Sub
        Private Sub FileWatcher_Renamed(ByVal sender As Object, ByVal e As System.IO.RenamedEventArgs) Handles FileWatcher.Renamed
            bFileCreated = True
            FileWatcher.EnableRaisingEvents = False
        End Sub
        Private Sub cmdInstall_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdInstall.Click
            Install()
        End Sub
    End Class
    thanks for your help.

  • Post installation for XI

    Hi All,
    I have installed ECC 6.0. I have added XI component also. Now i need to perform post installation steps for XI alone. i have downloaded the NW7 installation Guide MAXDB. is that enough? or should i need more documents....
    Also, i found out a document for post installation guide system landscape directory of SAP Netweaver 7.0....
    Which one should i follow?
    Please clarify....
    Thanks in advance,
    Madhukar

    Hi madhukar !!
    Is this what you are looking for:
    https://websmp103.sap-ag.de/~sapidb/011000358700001697502004E.PDF
    Also check this thread..
    Re: XI INSTALLATION and POSTINSTALLATION
    those describe din XI installation and configuration guides:
    http://help.sap.com/bp_bpmv130/Documentation/Installation/XI30InstallGuide.pdf
    http://help.sap.com/bp_bpmv130/Documentation/Installation/Configuration_Guide_FP.pdf
    check this thread for SLD configuration soon after XI installation
    SLD configuration
    Check this link also it has the procedure.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/78/20244134a56532e10000000a1550b0/frameset.htm
    Here is the guide with necessary steps
    http://help.sap.com/bp_bpmv130/Documentation/Installation/XI30InstallGuide.pdf
    /people/sravya.talanki2/blog/2006/11/15/post-installation-steps-for-activating-adobe-document-services-in-sap-xi-nw-2004s
    You will get the details of post installation activities for SAP XI in its installation guides itself. Have a look:
    SAP Exchange Infrastructure Release 3.0 - Installation Guide
    SAP Exchange Infrastructure 3.0 SR1 - Installation Guide
    Plus you can go through the following docs:
    SAP Exchange Infrastructure (XI) 3.0
    Troubleshooting Guide - SAP XI 3.0 and 2.0
    SAP XI Release 3.0 SPS11Configuration Guide
    Also you can have a look at the following thread, you will get some links in these threads too:
    Post installation of XI?
    XI INSTALLATION and POSTINSTALLATION
    XI Post Installation....Need help...
    XI Post Installation - Help
    XI Post Installation - SLD Connection
    Post Installation of PI - PI template Installer not found
    Pls reward if useful

  • Post-installation for BW, help

    Hi
          this is min from india and i want help on steps for the post installation for BW 3.1. i cant work in rsa1 as told in groups i have done the client copy and kept the default profile still i cant work in that rsa1.some where i am doing the mistake can any one plz tell the post installation steps plzz its urgent to me
    thanks

    HI:
    The real problem is that you have installed a version that is about to go out of maintenance at the end of this year.  It does not make sense to use 3.1 for a new installation.  If you are performing a new installation, it is recommended to utilize the current version, SAP NetWeaver BI 2004s.  If for some reason you are unable to install the current version, at the very least install the 3.5 version.
    Please see this area:
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000632586&
    If you persist with your (ill-adivsed) new installation of 3.1, and this problem continues, please provide the exact error message that you receive when you attempt to go into RSA1.
    Best Regards -
    Ron Silberstein
    SAP

Maybe you are looking for

  • Is it possible to have two apple loans under one account?

    So back in June my mum took up apple finance so I could get a macbook and pay her each month (I was under 18 at the time and have no credit history) and that went through within a minute no issues.. Now I face another issue, I want the new iphone 5s

  • External web service call from WebDynpro for ABAP

    Hi... I'm inspecting Web Dynpro For ABAP, and trying to call external web services. I'm created Web Service, CAF-AS. I create the proxy class(se80) and Logical Port(lpconfig), and I take the web service in componentcontoroller of my web dynpro using

  • Invisible program

    I am writing a program that currently calls a shell program. This program doesn't need input from the user so I would not like the window to pop up. Is there anyway to run a program without showing the window?

  • R12: Setup Fiscal Policy in OPM Cost Management

    hi, In Vision R12 Instance,the organisation code PRU is not getting listed in the LOV of Legal Entity field in the FISCAL POLICY set up function. This PRU is also a Legal Entity and which is getting listed in all other Setup functions like Cost Calen

  • LMS 3.2 discovery problem

    Hi I am doing a POC at one of the customer location for LMS 3.2 Now the problem i am fcaing is that when i have enabled the discovery based on CDP i am only able to discover two to 3 cisoc device only. The customer has around 75 cisco devices includi