Forum Replies Created

Page 3 of 3
  • John Schneider

    Member
    07/21/2017 at 9:11 AM in reply to: VERSION 10.9.X IMPLEMENTATION ISSUES

    Update : 10.9.10

    10.9.10 build done for the bugs we found and we upgraded to this last night.

    All points above have now been fixed.

    I am still not 100% sure about the client update being smooth.

    But you can at least work around that if you do get it.

    Image temp files are now named:

    (image_ID) + (original_file_name)

    For example: 401765_scannedcert.pdf

    This means the temp file is always unique, as it needed to be.

    10.9.10 seems fine for the modules we use now.

  • John Schneider

    Member
    07/18/2017 at 11:33 AM in reply to: VERSION 10.9.X IMPLEMENTATION ISSUES

    Thanks James

    To sum up:

    1. Client upgrade is not straight forward – on this build expect problems/time wasted. It is just a bit painful.

    2. Changes on Repair Order for someone else’s tracker has stopped us raising some charges, a new rule/logic has been added.

    3. Images – big problems on this due to a tracker which attempted to keep file name intact for export I am guessing. Despite Cole D discussing this at QueGroup and pointing out it would cause major issues with temp files with duplicate file names – changes were made anyway. A big problem if you use ISIS scanning as we do in stores as it always names the file temp.pdf.

    The idea was good but the execution was poor …

    4. In Repair Orders there is a cache issue with Find/Loading RO’s whereby when you find and open a 2nd RO, the window in the bottom left of Window keeps the previous RO number in it, the title of the RO Window also has the previous RO number on it – so it is very mixed up!

    Overall I am guessing that cache issue might show itself up in other places if the fundamental design/usage has been played with.

    5. Custom Barcode label stopped working. Not 100% an upgrade issue but the upgrade certainly made it fail 100% when transferring parts.

    We had to check the latest Std Barcode label to see why the custom label did not work Fairly easy fix in house, but a pain when 300 boxes had the wrong label on within 5 hours. Only affected new parts booked in.

    The above issues will be fixed in an urgent build revision being done today/tomorrow.

    Not sure if the client install will be fixed that quickly as it may need a bit of thought and testing outside of what CC can do in house.

    I would certainly advise caution with this upgrade as some of the issues are not apparent when testing initially.

    This build is certainly not as well tested as previous builds/upgrades.

    We had Konstantin onsite this week anyway which meant we could investigate and apply fixes.as we found them Which is why I was wiling to do the production this week.

  • John Schneider

    Member
    07/01/2017 at 11:12 AM in reply to: SQL DEVELOPER DATABASE CONNECTION

    Are you using username sys@cctl ?

    That would be the default filtered view on that username.

    If you use qctl@cctl you will get:

    AC_BAY

    AC_CATEGORIES

    Different view again on dia@cctl etc.

    It goes without saying but I will say it anyway … exercise caution in this area…

  • John Schneider

    Member
    06/29/2017 at 2:29 AM in reply to: TERMINAL SERVICES – ROAMING PROFILES

    We use both terminal server and Citrix Xendesktop (which still uses roaming profiles).

    Provided best practice is followed regarding redirected-folders and roaming profiles the speed issues should be limited.

    It requires fine tuning to make sure you get the speed you need.

    It will always be slower to startup, maybe 20 seconds, but after that you should not notice much difference.

    If you get very slow loading times then best practice is not being followed, a good example is redirected folder(s) not being used.

    Would also advise using something to keep profiles clean/lean, for example CCleaner or the equivalent.

    The other issue is of course hardware setup, the terminal server needs to be high spec. as you get the performance you pay for …

  • John Schneider

    Member
    06/27/2017 at 2:19 AM in reply to: RESET FETCH SIZES

    This is our procedure, which I believe runs every night to reset every user’s fetch size, if you wanted to automate it:

    create or replace procedure avtrade_fetch_reset is

    sysuq number;

    begin

    for r in (

    select sysuq_auto_key from sys_user_queries

    ) loop

    begin

    update sys_user_queries set max_rows = 50 where sysuq_auto_key = (r.sysuq_auto_key);

    commit;

    exception when others then

    rollback;

    end;

    end loop;

    end;

  • John Schneider

    Member
    05/19/2017 at 10:44 AM in reply to: NO MORE SCANNERS NO MORE CAMERAS!

    I’m a huge fan of doing pics/scans via a mobile app, especially OneDrive & Lens.

    All options have their own strengths etc. We run 2 different ones, just to provide a backup option when the main one doesn’t work, which does happen no matter what product you choose.

    Off topic slightly, but you can use Lens direct from Onedrive and it will save the image to the location you are in (on the app), giving a little more flexibility for filing options. Although it is quicker just to use Lens if you just want to use the one default location.

  • John Schneider

    Member
    04/24/2017 at 11:34 AM in reply to: FREIGHT FORWARDER SECTION

    Hi

    This one was not ours. Looks like unless you use the same 3rd party app this may not be of any use. I have checked with CC Support:

    Freight forwarder, and foreign consigner in the shipping management module is a custom programing for the company:

    Aero Precisions, integrates with 3rd party software called Proship.

  • John Schneider

    Member
    04/14/2017 at 11:17 PM in reply to: AUDITING CHANGES TO PO APPROVAL LIMITS

    I believe this is an SQL update of an Oracle trigger.

    It is on our training system for report testing..

  • John Schneider

    Member
    04/14/2017 at 1:54 AM in reply to: AUDITING CHANGES TO PO APPROVAL LIMITS

    I will be adding this to our CP this week – if it not already there:

    User/System Setup/Maintain System Tables/System Browses/Users

    [Edit User]

    PO Authorization [Check Box]

    PO Limit [Value]

    Will be available in 10.9

  • John Schneider

    Member
    02/09/2017 at 12:25 AM in reply to: DRAG AND DROP

    May not be the same issue, but Symantec AV ( and others ) had an issue recently with the Imaging module on an upgrade. It needed an exception in the AV on the windows desktop clients. By default the rule created by the AV blocked the action.

    The only thing this stopped was the drag and drop feature, so it may be a similar ‘security’ related issue.

    Assuming you have security software on what you are running, you could disable it for a moment to check.

  • John Schneider

    Member
    01/12/2017 at 10:57 PM in reply to: ADOBE DC JANUARY 10, 2017 UPDATE PROBLEMS

    Yes.

    There were previous reports of problems – but most of our installs actually worked fine.

    The recent updates have started to cause problems so we took the decision yesterday to remove and go back to XI.

    We use Nuance as an editor but Adobe reader as default PDF as it’s jut much quicker to load an image, especially in Quantum.

  • John Schneider

    Member
    12/30/2016 at 3:30 PM in reply to: SECURITY AND ADMIN LOGINS

    Sorry for the delay in reply.

    None in your area, but maybe other users of Quantum in your area might have good support available to recommend?

    Firebird was the worst problem, Oracle has been great in comparison.

    The support of servers/workstations/security/applications/licensing is a huge subject…

  • John Schneider

    Member
    12/28/2016 at 1:46 AM in reply to: STOCK LINES WITH IMAGES

    For the Stock line, as an example, I believe you can link:

    STOCK.STM_AUTO_KEY

    to

    IMAGE_LIST.SOURCE_PK

    IMAGE-CODES can also be linked to IMAGE _LIST via IMC_AUTO_KEY

    IMAGE_LIST I believe holds the links to all imaging in Quantum.

    Linked to the appropriate table.auto_key you can get to any images.

    I have not got Crystal in front of me, I am just going by some old notes.

    So maybe try it and see…

  • John Schneider

    Member
    12/18/2016 at 1:14 PM in reply to: SECURITY AND ADMIN LOGINS

    Yes, the new version of imaging caused AV threat warnings so exceptions had to be made. Symantec had issues, but other AV was ok, maybe that is why is slipped past testing. Maybe that is what you experienced.

    To get things going – because we were at a stop – my tech team put exclusions in without really making any real checks. Which is not a good scenario.

    The other ‘thing’ that has always bugged me is someone remotely logging in and then just setting security group Everyone full access to folders – including the folders on the server… without really much due care and attention/planning.

    It’s a fairly poor level of security as you have highlighted. I suspect the answer will just be that it is all down to you as the customer, as far as CC are concerned. I don’t think they have the expertise/resources in security to support anything more than what they do for now anyway.

  • John Schneider

    Member
    12/15/2016 at 12:05 AM in reply to: SECURITY AND ADMIN LOGINS

    Is this the general security bulletin sent out recently? I am assuming it is …

    This was due to a few customers falling for malware attacks on their systems.

    CC are not equipped to deal with customer security, other than to advise/remind us of the problems we may face if security is not at the required level.

    I am not aware of anyone at CC responsible for security questions.

    Other than User rights in Quantum.

    Overall security for Windows, Oracle, networks, email and web services is a huge topic.

    There is no way CC can support that other than a general advisory.

    Or is this another bulletin about something else …?

  • John Schneider

    Member
    12/14/2016 at 3:49 AM in reply to: BAR CODING BASE STATION

    Not sure what your question was…?

    You can run multiple terminals off any one base station – it sounds like someone told you different?

    However….

    Having more than 1 base station I would recommend, if you use them routinely in your business going forward.

    If your company becomes reliant on them, you would not want to have one base station any more than you would rely on one terminal or computer it is attached to, just so that you have options if one fails.

    Each base station then connected to a different computer.

    You have then introduced some fault tolerance. Something often not appreciated until the single base station/terminal you might have fails.

    For that ‘practical’ reason – if you intend to use a lot of functionality and rely on the barcode technology – 2 separate base stations with one terminal on each as a minimum. From that starting point, you can add more terminals to each base station as needed.

    Also… you might have 2 base stations if you needed to use the second one to extend the range etc. depending on your RF requirements/situation.

  • John Schneider

    Member
    12/12/2016 at 9:31 AM in reply to: WHAT’S YOUR EXPERIENCE?

    Well… from a purely selfish point of view … as long as it doesnt stop my CP thats fine 😉

  • John Schneider

    Member
    12/09/2016 at 3:55 AM in reply to: WHAT’S YOUR EXPERIENCE?

    Looking at the size and complexity of the product I am always suprised at how few people work at CC. They have done really well to get where they are, but I think the product has overtaken the company structure – it has done for some time.

    They desperately need more technical staff but I am guessing increasing the payroll is not the number one objective of a new owner(s).

  • John Schneider

    Member
    12/02/2016 at 7:26 AM in reply to: ISSUE OPENING PDF FILES

    Update:

    I asked our Helpdesk Team Leader today.

    They have just deployed a set of systems and they used DC with no problems.

    I checked and they do work fine. They are Windows 7 x86 on Citrix.

    No problems. Even the virtual m/c I tested last night works fine today and I just repeated it from the same snapshot/starting point with an upgrade. Hoping to prove the point it doesnt work and then it did, very frustrating…

    The team are quite keen to put this to the test with different systems.

    I will let them have ago and see if we can find out why these other systems have no problem with DC.

  • John Schneider

    Member
    12/01/2016 at 12:27 PM in reply to: ISSUE OPENING PDF FILES

    Sorry yes it has an issue. We don’t see it on many of the machines as they have other PDF software installed – non adobe – which is default.

    Those that do use Adobe, including mine are probably all power users.

    The rest do have XI installed now – so they must have been rolled back when I was not looking…

  • John Schneider

    Member
    11/30/2016 at 1:15 AM in reply to: ISSUE OPENING PDF FILES

    We use QC 10.8.9

    Adobe Reader has had a few issues over years, but it always fixed with doing Adobe Repair and making sure we do a Reg on the client.

    That combination always fixes the issues for us.

    We did have an issue at one point which also required an Office repair.

    But that was a couple of years ago.

    We use Windows 7/8/10 standard desktops, as well as XenDesktop and Xenapp, across a wide range of equipment.

    Whilst I agree Adobe Reader has been unstable at points due to a certain sequence of events, it has always been recoverable, without going back to a previous version etc.

  • John Schneider

    Member
    11/11/2016 at 12:14 AM in reply to: CAMERAS

    We did previously use cameras but they were slow to use in comparison over all. When they are taking thousands of pics in that dept. it saves hours a day.

    Also, breakages with normal cameras, they just are not designed to be in a busy operational environment.

    These S4 and S5 minis with tough cases and gorilla glasss covers are nearly bullet proof.

    Whatever works for you though, the good thing here is you have options.

  • John Schneider

    Member
    11/09/2016 at 5:46 AM in reply to: CAMERAS

    Not sure if this is what you are asking but… for Doc and Images?

    We use Samsung S4 and S5 Mini’s.

    Set the resolution to an acceptable one as default.

    We then use QNAP Storage with a client app on the phone

    Result is within about 5 to 10 seconds we have photos in shared folder on the network, named for each user.

    We have over 40 of these going at any one time in operations.

    It also means we can put their emails on there phones and anything else we want them to have. Devices are locked down so that users cannot mess around with them. Essentially they are just cameras.

    We take around 6 pics for each receiver and the same for despatch.

    So making pictures a quick seemless task is important.

    We did use Dropbox but its not great in a corporate network.

    QNAP client is great though.

  • John Schneider

    Member
    10/21/2016 at 6:03 AM in reply to: 10.8.8.0

    Crystal is fine. The Unknown receipt uses it which is where we picked it up previously. Yes you need admin rights to update the client crystal. Not an issue for us as we use Citrix in Operations, so it is one time fix.

    We have picked up multiple issues.

    All worked through as we came across them.

    The one annoyance was the T7758, which needed a manual sql fix per schema. A known issues but shall we say forgotten by those doing the upgrade… Konstantin to the rescue again. Issues stopped Shipping being created from a Sales Order.

    A few words about security though and staff on this.

    Unlike any previous upgrade the Document and Imaging created issues with Symantec – which if the user did not click accept on a rule exception stopped imaging from working. Despite telling all staff what to do, too many are a bit too click happy with ‘no’.

    In addition, the Citrix Receiver had a security warning, which again if the user did not accept/allow the user could then not close the Imaging pop up window – but no error present. A single click by user also created a rule so it never asked again. As often the case users had click amnesia so I didn’t realize until I tested it myself.

    So overall be wary of document and imaging security issues – depending on your security software you may get similar but different results.

    Some screen scriptor issues with boxes in the wrong place.

    Other than that it s been fine for us – but keep in mind we don’t use some of the modules you do.

    10.8.9 ok for us and has all our CP 🙂

  • John Schneider

    Member
    10/19/2016 at 3:08 AM in reply to: 10.8.8.0

    We are upgrading on production to 10.8.9 tonight…

  • John Schneider

    Member
    10/12/2016 at 4:10 AM in reply to: 10.8.8.0

    Hi Jason

    10.8.6 in the last two weeks.

    We reported a few bugs/issues.

    ISIS scanning didn’t work – it does now with a fix – you use ISIS at AJW?

    CM on line items on RO didn’t link.

    A few other issues, menu items missing etc. but now fixed.

    The latest update early this week was 10.8.6 which we will onto production next week.

    Interesting you are testing 10.8.8 when 10.8.6 didn’t work 100%.

    I am guessing 10.8.8 is fairly long way from release if 10.8.6 is only just ok.

  • John Schneider

    Member
    09/10/2016 at 12:01 AM in reply to: TRANSFERS WITH SCANNERS CREATING NEW STOCKLINES

    This maybe a fixed bug, I don’t think our 10.7 does this, can you confirm what version of Quantum you are using?

  • http://pastebin.com/7jFwvQvQ

    Sorry don’t know what happened to that paste … I will edit previous link / post

  • Thanks for Reply, sorry for delay as I totally missed it.

    Not that familiar with Python but I will take a look…

    Somebody else also kindly gave me this script, which seemed to work well in DIA:

    http://pastebin.com/7jFwvQvQ

    (edited 9 Sept 2016 as original paste had missing lines)

  • John Schneider

    Member
    09/07/2016 at 3:30 PM in reply to: LOCATION CODE OCDIA

    For anyone else looking, this is a similar script with an error log file – you need to have ExistingWarehouse defined in table first.

    — Start of DDL Script for Procedure DIA.LOC_WHS

    — Generated 6-Sep-2016 17:01:05

    — Only need a CSV file with 2 columns “NewLocation,ExistingWarehouse”

    — No headers

    — If Warehouse is not found location not imported – error in log file

    — If Warehouse and Location found they will be linked

    — If Warehouse is found and Location is not create location and link

    CREATE OR REPLACE

    PROCEDURE loc_whs (P_IMP NUMBER)

    IS

    C DIA_RL_PKG.CURSOR_TYPE ;

    V_START_LINE NUMBER := DIA_RL_PKG.get_start_line(p_imp) ;

    I NUMBER := 0 ;

    V_PWD VARCHAR2(100) := NULL;

    SYSUR NUMBER;

    whs NUMBER;

    loc NUMBER;

    WLC NUMBER;

    V_FILE VARCHAR2(100) := ‘LOC_WHS_ERRORS.log’;

    V_FILE_HLD UTL_FILE.file_type ;

    BEGIN

    OPEN C FOR SELECT PWD, SYSUR_AUTO_KEY FROM SYS_USERS WHERE USER_NAME = ‘SYSDBA’;

    FETCH C INTO V_PWD , SYSUR ; CLOSE C;

    C := qc_sc_pkg.validate_password(‘SYSDBA’,V_PWD);

    CLOSE C ;

    C := qc_sc_pkg.validate_password(‘SYSDBA’,V_PWD);

    CLOSE C ;

    IF NOT UTL_FILE.is_open(V_FILE_HLD) THEN V_FILE_HLD := UTL_FILE.fopen(‘DIA_IMPORT’,V_FILE,’w’,32767) ; END IF ;

    FOR R IN ( SELECT ext.location_code, ext.warehouse_code

    FROM EXT_LOC_WHS EXT

    ) LOOP

    I := I +1 ;

    IF (I >= V_START_LINE) THEN

    begin

    whs := null ;

    for r_whs in (select whs_auto_key from warehouse where warehouse_code = r.warehouse_code ) loop

    whs := r_whs.whs_auto_key ;

    end loop;

    if whs is null then

    IF NOT UTL_FILE.is_open(V_FILE_HLD) THEN V_FILE_HLD := UTL_FILE.fopen(‘DIA_IMPORT’,V_FILE,’w’,32767) ; END IF ;

    UTL_FILE.put_line(V_FILE_HLD,’Line:’||I||’ is not imported. Warehouse is not found. WAREHOUSE_CODE: ‘ ||R.warehouse_code||’ LOCATION_CODE: ‘||R.location_code );

    UTL_FILE.fflush(V_FILE_HLD);

    else

    loc := NULL ;

    IF R.location_code IS NOT NULL THEN

    OPEN C FOR select LOC_AUTO_KEY from location where location_code=R.location_code ;

    FETCH C INTO LOC;

    IF C%NOTFOUND THEN

    CLOSE C;

    SELECT G_LOC_AUTO_KEY.NEXTVAL INTO LOC FROM DUAL;

    INSERT INTO location (LOC_AUTO_KEY, LOCATION_CODE, DESCRIPTION)

    VALUES (LOC, R.location_code, R.location_code);

    ELSE

    CLOSE C;

    END IF;

    —— WAREHOUSE_LOCATIONS

    WLC := null;

    for r_WLC in (select WLC.wlc_auto_key from WAREHOUSE_LOCATIONS WLC where WLC.whs_auto_key=whs and loc_auto_key = loc ) loop

    WLC := r_WLC.wlc_auto_key;

    end loop;

    if WLC is null then

    insert into WAREHOUSE_LOCATIONS (whs_auto_key,loc_auto_key )

    values (whs , loc ) ;

    end if;

    END IF;

    end if;

    exception

    when others then

    IF NOT UTL_FILE.is_open(V_FILE_HLD) THEN V_FILE_HLD := UTL_FILE.fopen(‘DIA_IMPORT’,V_FILE,’w’,32767) ; END IF ;

    UTL_FILE.put_line(V_FILE_HLD,’Line:’||I||’ is not imported. WAREHOUSE_CODE: ‘ ||R.warehouse_code||’ LOCATION_CODE: ‘||R.location_code );

    UTL_FILE.put_line(V_FILE_HLD,’Line:’||I||’ is not imported. ‘ ||to_char(SQLCODE)||’ : ‘||SQLERRM );

    UTL_FILE.fflush(V_FILE_HLD);

    end ;

    END IF;

    END LOOP;

    IF UTL_FILE.is_open(V_FILE_HLD) THEN UTL_FILE.fclose(V_FILE_HLD); END IF;

    exception

    when others then

    UTL_FILE.put_line(V_FILE_HLD,’ERROR : ‘ ||to_char(SQLCODE)||’ : ‘||SQLERRM );

    UTL_FILE.fflush(V_FILE_HLD);

    IF UTL_FILE.is_open(V_FILE_HLD) THEN UTL_FILE.fclose(V_FILE_HLD); END IF;

    raise;

    END ;

    /

    — End of DDL Script for Procedure DIA.LOC_WHS

  • John Schneider

    Member
    08/03/2016 at 2:35 PM in reply to: BARCODING ERROR

    Link to error doesn’t seem to work for me.

    However, we have around 4 base stations and 12 readers (radio)

    We currently have one base station that is doing something similar in Dispatch dept. they only use one base station with 4 readers.

    Every day, sometimes a couple of times day the RF program just stops responding. Have changed machine it is attached to and base station – same issue. Assume it is either one of the readers or the something in the Dispatch function ( as only that team use that function ).

    All of the other base stations and readers work 100% of the time with no error. Will be swapping over the Dispatch Readers with 4 others used in Goods Receiving (on different stations).

    If the fault stays where it is in Dispatch it is something weird in the Dispatch module on the RF.exe. We don’t get an error message though, the RF.exe just stops responding to readers logging on and any Reader already logged on stops responding with Waiting for Base station or something similar.

    Only fix is to power cycle the computer and the RF base station to be 100% sure of a return to service.

Page 3 of 3