Announcement

Collapse
No announcement yet.

Command Line Options not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Command Line Options not working

    I have a batch file that will be called at regular intervals. Unfortunatly Actinic is not running correct.
    If I understand the help page correctly the /D /U /Q should perform a download of orders, an upload of stock and product details and then quit actinic.
    All it does at the moment is open Actinic.

    Any ideas why this isn't working?

    Update.bat
    Code:
    cd c:
    cd "c:\Program Files\Actinic v7"
    Catalog.exe /D /U /Q
    exit
    p.s. One-Stop is not an option for this project unfortunatly.

    Actinic Catalog 7.0.5

    #2
    Try changing to your Site1 folder and using a 1 line enclosed string command with lower case switches - like this
    Code:
    cd c:
    cd "c:\Program Files\Actinic v7\Site1"
    "c:\Program Files\Actinic v7\Catalog.exe" /d /u /q
    exit
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      I'm affraid that didn't work either. I'm most puzzelled by this.

      Comment


        #4
        Try using this
        cd c:
        cd "C:\Program Files\Actinic v7\Catalog.exe" /s "Site1" /d /u /q
        exit
        Bruce King
        SellerDeck

        Comment


          #5
          So far no success. I really don't see the need to change directory, since we have all the pathing information in the command. All versions I have tried do open Actinic, and appear to perform the download, then stop. I am now trying this as a desktop shortcut. Tried telling it to run minimised, but it ignores that. It has once again made the brief flurry of network activity that would indicate an attempt to download. Just waiting to see if anything else happens.
          Bill
          www.egyptianwonders.co.uk
          Text directoryWorldwide Actinic(TM) shops
          BC Ness Solutions Support services, custom software
          Registered Microsoft™ Partner (ISV)
          VoIP UK: 0131 208 0605
          Located: Alexandria, EGYPT

          Comment


            #6
            Well, I left it open for an hour and fifteen minutes and nothing happened, no apparent upload activity (would there be if it found nothing to download at the time it was started?), and no self-close.
            Bill
            www.egyptianwonders.co.uk
            Text directoryWorldwide Actinic(TM) shops
            BC Ness Solutions Support services, custom software
            Registered Microsoft™ Partner (ISV)
            VoIP UK: 0131 208 0605
            Located: Alexandria, EGYPT

            Comment


              #7
              Is the green upload arrow enabled on your site - ie can you upload from within Actinic.

              If you can then try changing those slashes to dashes.

              Regards,
              Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
              Visit our facebook page for the latest news and special offers from Mole End

              Top Quality Integrated label paper for Actinic and Sellerdeck
              A4 Paper with one or two peel off labels, free reports available for our customers
              Product Mash for Sellerdeck
              Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
              Multichannel order processing
              Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

              Comment


                #8
                The green upload arrow is enabled and working correctly. I've tried with slashes and dashes, still with no sucess.
                There isn't an option in actinic somewhere that might be blocking this is there?

                Comment


                  #9
                  Hi there,

                  Please use the following, this is how i do it on my version of Actinic.

                  Code:
                  cd\
                  cd "c:\Program Files\Actinic v7"
                  Catalog.exe /D /U /Q
                  exit
                  This should work, I have tested this on Developer 7.0.5.

                  Kind Regards
                  Nadeem Rasool
                  SellerDeck Development

                  Comment


                    #10
                    Nadeem - that is the same code we started with that the OP was having trouble with. I have tried that code too, and also confirm it is not working. It opens Actinic, but it does not download orders or reupload site, and it certailnly never reaches the last instruction to quit. None of the variations seem to work, either as batch files or as desktop shortcuts.

                    I have XP SP2 and have checked that Actinic is not being blocked by software/hardware firewalls or anti-spy/anti-virus programmes.

                    After watching nothing happen (except Actinic opening full page) for a while, I click the dowload arrow in Actinic and my orders come in. I click the button to upload, and the site uploads - all the time the little command windows sits there open, with the cursor on a blank line after the Catalog.exe instruction, flashing, but doing zip. If I close Actinic manually, the command prompt closes right behind it with no input from me.
                    Bill
                    www.egyptianwonders.co.uk
                    Text directoryWorldwide Actinic(TM) shops
                    BC Ness Solutions Support services, custom software
                    Registered Microsoft™ Partner (ISV)
                    VoIP UK: 0131 208 0605
                    Located: Alexandria, EGYPT

                    Comment


                      #11
                      Hi Bill

                      Nadeem - that is the same code we started with that the OP was having trouble with. I have tried that code too, and also confirm it is not working.
                      Hmm strange as it works for me. Please can you confirm what software the OP is using? Don't suppose it is Order Manager? (if it is OM then i believe that does not support command lines parameter). I normally use batch files and have always got it to work.

                      Kind Regards
                      Nadeem Rasool
                      SellerDeck Development

                      Comment


                        #12
                        From the last line of his post he is on the same version as I am 7.0.5 Catalog
                        Bill
                        www.egyptianwonders.co.uk
                        Text directoryWorldwide Actinic(TM) shops
                        BC Ness Solutions Support services, custom software
                        Registered Microsoft™ Partner (ISV)
                        VoIP UK: 0131 208 0605
                        Located: Alexandria, EGYPT

                        Comment


                          #13
                          Hi Bill,

                          Just wanted to see if you are on the same software and version. Okay this is a bug within the software, as command lines are currently not working with Catalog 7.0.5.

                          Kind Regards
                          Nadeem Rasool
                          SellerDeck Development

                          Comment


                            #14
                            When can we expect a patch for this bug?

                            Comment


                              #15
                              Hi there

                              This bug should be fixed in the next maintenance patch which is 7.0.6. A Beta release is expected before Christmas and the production release is expected to be available early January. Please note that whilst every effort is made to meet the planned release dates, the release will be postponed if necessary.

                              Kind Regards
                              Nadeem Rasool
                              SellerDeck Development

                              Comment

                              Working...
                              X