ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Are You Doing Right Now

    Scheduled Pinned Locked Moved Water Closet
    time waster
    88.9k Posts 285 Posters 42.7m Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • handsofqwertyH
      handsofqwerty @coliver
      last edited by

      @coliver said:

      Trying to figure out how to do unattended SAP B1 installations... it doesn't look like that is going to be an option. Looks like I will be going to every PC in the near future.

      How to do what?

      DashrenderD 1 Reply Last reply Reply Quote 0
      • DashrenderD
        Dashrender @handsofqwerty
        last edited by

        @handsofqwerty said:

        @coliver said:

        Trying to figure out how to do unattended SAP B1 installations... it doesn't look like that is going to be an option. Looks like I will be going to every PC in the near future.

        How to do what?

        Deploy remotely I would guess.

        handsofqwertyH 1 Reply Last reply Reply Quote 0
        • handsofqwertyH
          handsofqwerty @Dashrender
          last edited by

          @Dashrender said:

          @handsofqwerty said:

          @coliver said:

          Trying to figure out how to do unattended SAP B1 installations... it doesn't look like that is going to be an option. Looks like I will be going to every PC in the near future.

          How to do what?

          Deploy remotely I would guess.

          Right, I got that part. I just have no idea was "SAP B1" means.

          coliverC 1 Reply Last reply Reply Quote 0
          • coliverC
            coliver @handsofqwerty
            last edited by

            @handsofqwerty said:

            @Dashrender said:

            @handsofqwerty said:

            @coliver said:

            Trying to figure out how to do unattended SAP B1 installations... it doesn't look like that is going to be an option. Looks like I will be going to every PC in the near future.

            How to do what?

            Deploy remotely I would guess.

            Right, I got that part. I just have no idea was "SAP B1" means.

            SAP Business One

            handsofqwertyH 2 Replies Last reply Reply Quote 0
            • handsofqwertyH
              handsofqwerty @coliver
              last edited by

              @coliver said:

              @handsofqwerty said:

              @Dashrender said:

              @handsofqwerty said:

              @coliver said:

              Trying to figure out how to do unattended SAP B1 installations... it doesn't look like that is going to be an option. Looks like I will be going to every PC in the near future.

              How to do what?

              Deploy remotely I would guess.

              Right, I got that part. I just have no idea was "SAP B1" means.

              SAP Business One

              They don't have an MSI?

              1 Reply Last reply Reply Quote 0
              • handsofqwertyH
                handsofqwerty @coliver
                last edited by

                @coliver said:

                @handsofqwerty said:

                @Dashrender said:

                @handsofqwerty said:

                @coliver said:

                Trying to figure out how to do unattended SAP B1 installations... it doesn't look like that is going to be an option. Looks like I will be going to every PC in the near future.

                How to do what?

                Deploy remotely I would guess.

                Right, I got that part. I just have no idea was "SAP B1" means.

                SAP Business One

                Taken from here: http://scn.sap.com/thread/3197494
                ++++++++++++++++++++++++++++++++++++++++++
                Re: Automated/Silent Installation of SAP Business One
                Harikumar NS
                Silver
                Harikumar NS Jun 25, 2012 1:58 PM (in response to Helmut Pfeiler)
                Hi Helmut,

                1. From B1 installation kit, run Autorun.exe file. If you are using Windows Vista, Windows Server 2008, Windows 7, right click the Autorun.exe file and choose Run as Administrator.

                2. First it checks whether SQL SERVER is installed or not. If installed, it will show you the list to install Server, Client & Integration component.

                3. If SQL SERVER is not installed then before installing B1 Server Components, it will show you the SQL SERVER installation window which is a silent process which installs the SQL SERVER components and applies the default values.

                4. If Microsoft .NET framework is not installed, then it will also be installed during the silent installation of SQL SERVER.

                5. If you used the B1 Silent installation for SQL SERVER, then the default User Id and Password are 'sa' and 'SAPB1Admin'

                6. B1 client application should be installed on every workstation manually.

                7. As part of client installation, B1 client agent is installed by default which saves the configuration parameters provided by the user during client installation for the silent update of B1 client in future.

                8. If you want to install or upgrade B1 Client in silent mode, use the following command line parameters:

                setup.exe /S /z"c:\Program Files (x86)\SAP\SAP Business One Client*127.0.0.1:30000"

                where /S = silent mode

                I hope this helps you.

                Thank you,

                Hari
                ++++++++++++++++++++++++++++++++++++++++++

                coliverC 1 Reply Last reply Reply Quote 0
                • coliverC
                  coliver @handsofqwerty
                  last edited by

                  @handsofqwerty said:

                  @coliver said:

                  @handsofqwerty said:

                  @Dashrender said:

                  @handsofqwerty said:

                  @coliver said:

                  Trying to figure out how to do unattended SAP B1 installations... it doesn't look like that is going to be an option. Looks like I will be going to every PC in the near future.

                  How to do what?

                  Deploy remotely I would guess.

                  Right, I got that part. I just have no idea was "SAP B1" means.

                  SAP Business One

                  Taken from here: http://scn.sap.com/thread/3197494
                  ++++++++++++++++++++++++++++++++++++++++++
                  Re: Automated/Silent Installation of SAP Business One
                  Harikumar NS
                  Silver
                  Harikumar NS Jun 25, 2012 1:58 PM (in response to Helmut Pfeiler)
                  Hi Helmut,

                  1. From B1 installation kit, run Autorun.exe file. If you are using Windows Vista, Windows Server 2008, Windows 7, right click the Autorun.exe file and choose Run as Administrator.

                  2. First it checks whether SQL SERVER is installed or not. If installed, it will show you the list to install Server, Client & Integration component.

                  3. If SQL SERVER is not installed then before installing B1 Server Components, it will show you the SQL SERVER installation window which is a silent process which installs the SQL SERVER components and applies the default values.

                  4. If Microsoft .NET framework is not installed, then it will also be installed during the silent installation of SQL SERVER.

                  5. If you used the B1 Silent installation for SQL SERVER, then the default User Id and Password are 'sa' and 'SAPB1Admin'

                  6. B1 client application should be installed on every workstation manually.

                  7. As part of client installation, B1 client agent is installed by default which saves the configuration parameters provided by the user during client installation for the silent update of B1 client in future.

                  8. If you want to install or upgrade B1 Client in silent mode, use the following command line parameters:

                  setup.exe /S /z"c:\Program Files (x86)\SAP\SAP Business One Client*127.0.0.1:30000"

                  where /S = silent mode

                  I hope this helps you.

                  Thank you,

                  Hari
                  ++++++++++++++++++++++++++++++++++++++++++

                  Yep found that earlier, trying it now. No unfortunately, they don't have an MSI, I kind of wish this product had a web client like most modern software is going to...

                  handsofqwertyH 1 Reply Last reply Reply Quote 1
                  • handsofqwertyH
                    handsofqwerty @coliver
                    last edited by

                    @coliver said:

                    @handsofqwerty said:

                    @coliver said:

                    @handsofqwerty said:

                    @Dashrender said:

                    @handsofqwerty said:

                    @coliver said:

                    Trying to figure out how to do unattended SAP B1 installations... it doesn't look like that is going to be an option. Looks like I will be going to every PC in the near future.

                    How to do what?

                    Deploy remotely I would guess.

                    Right, I got that part. I just have no idea was "SAP B1" means.

                    SAP Business One

                    Taken from here: http://scn.sap.com/thread/3197494
                    ++++++++++++++++++++++++++++++++++++++++++
                    Re: Automated/Silent Installation of SAP Business One
                    Harikumar NS
                    Silver
                    Harikumar NS Jun 25, 2012 1:58 PM (in response to Helmut Pfeiler)
                    Hi Helmut,

                    1. From B1 installation kit, run Autorun.exe file. If you are using Windows Vista, Windows Server 2008, Windows 7, right click the Autorun.exe file and choose Run as Administrator.

                    2. First it checks whether SQL SERVER is installed or not. If installed, it will show you the list to install Server, Client & Integration component.

                    3. If SQL SERVER is not installed then before installing B1 Server Components, it will show you the SQL SERVER installation window which is a silent process which installs the SQL SERVER components and applies the default values.

                    4. If Microsoft .NET framework is not installed, then it will also be installed during the silent installation of SQL SERVER.

                    5. If you used the B1 Silent installation for SQL SERVER, then the default User Id and Password are 'sa' and 'SAPB1Admin'

                    6. B1 client application should be installed on every workstation manually.

                    7. As part of client installation, B1 client agent is installed by default which saves the configuration parameters provided by the user during client installation for the silent update of B1 client in future.

                    8. If you want to install or upgrade B1 Client in silent mode, use the following command line parameters:

                    setup.exe /S /z"c:\Program Files (x86)\SAP\SAP Business One Client*127.0.0.1:30000"

                    where /S = silent mode

                    I hope this helps you.

                    Thank you,

                    Hari
                    ++++++++++++++++++++++++++++++++++++++++++

                    Yep found that earlier, trying it now. No unfortunately, they don't have an MSI, I kind of wish this product had a web client like most modern software is going to...

                    That would make sense.

                    1 Reply Last reply Reply Quote 0
                    • MattSpellerM
                      MattSpeller
                      last edited by MattSpeller

                      Anyone have a contact that works with / for Antec? I just thought of a genius product that'll make them some money.

                      Or Corsair

                      1 Reply Last reply Reply Quote 0
                      • handsofqwertyH
                        handsofqwerty
                        last edited by

                        Been working on setting up some macros in Notepad++ today to automate some stuff I've been doing manually to this point, particuarly removing parts of output I don't need when showing proof of something on a case.

                        1 Reply Last reply Reply Quote 0
                        • Minion QueenM
                          Minion Queen
                          last edited by

                          Trying to be productive. But too tired need to go laydown again (have that whole eyes can't focus light headed thing going).

                          1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User
                            last edited by

                            Trying to get through some emails and stuff.. Got stuck at my temp/contract job til 8AM last night. Dead tired.

                            1 Reply Last reply Reply Quote 1
                            • ?
                              A Former User
                              last edited by

                              Um How does physical vs wifi stop DNS poisoning and and traffic sniffing? (which is what they are referring too)

                              Why not just tell people to make sure they go to SSL sites and make sure it's a known trusted site.

                              Youtube Video

                              1 Reply Last reply Reply Quote 0
                              • nadnerBN
                                nadnerB
                                last edited by

                                Listening to Mini-nadnerB playing.
                                My double espresso shot is quite good.

                                Almost time to join in with Mini-nadnerB

                                1 Reply Last reply Reply Quote 1
                                • scottalanmillerS
                                  scottalanmiller
                                  last edited by

                                  Just closed down the local tavern. Open wine and heading to the terraza now.

                                  1 Reply Last reply Reply Quote 0
                                  • JoyJ
                                    Joy
                                    last edited by

                                    at work right now, doing some inventory of network using Spiceworks.

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • JaredBuschJ
                                      JaredBusch
                                      last edited by

                                      Just getting started playing our every other friday D&D game.

                                      1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @Joy
                                        last edited by

                                        @Joyfano said:

                                        at work right now, doing some inventory of network using Spiceworks.

                                        What happened to your avatar?

                                        ? JoyJ 2 Replies Last reply Reply Quote 0
                                        • ?
                                          A Former User @scottalanmiller
                                          last edited by

                                          @scottalanmiller said:

                                          @Joyfano said:

                                          at work right now, doing some inventory of network using Spiceworks.

                                          What happened to your avatar?

                                          She probably tried to update hers like I did at one point. It took my old one away but didn't take the new one, so it switched to gravitar. It seems to be working now though..

                                          1 Reply Last reply Reply Quote 0
                                          • ?
                                            A Former User
                                            last edited by

                                            Are you suppose to call DisplayPort Cables - DisplayPort Cables or Display Cables, It just sounds wrong to call it DisplayPort .... but wait it's a cable.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 4443
                                            • 4444
                                            • 5 / 4444
                                            • First post
                                              Last post