Payment Batch AP is not working

Hi all,
out of 802 payments which have
equal Due Date, Pay Group, Payment Method ( at header and payment schedule level) bank ( all bank related information) every thing match in this 802 invoices.
where in 800 got paid and 2 were left out.
can you please tell me what is the reason might be for these 2 not getiing picked up inspite of having all necessary data for payment batch to process.
Thank you.

Can't really tell without you posting more details. Here are a few pointers:
Don't use relative paths such as CD X86. Use absolute paths instead:
CD F:\X86.
There is no process called "iexplorer.exe". It should be "iexplore.exe".
What is the point of spawning an extra command processor to remove a folder?
Why do you try to delete the Java folder twice?
Did you invoke the batch file from a Console so that you can see the messages it generates?
What were these messages?
Did you run the batch file under elevated admin privileges?
Try this version:
@ECHO OFF
echo *** This will kill Browsers and Java Processes ***
taskkill /F /IM iexplore.exe
taskkill /F /IM firefox.exe
taskkill /F /IM chrome.exe
taskkill /F /IM jusched.exe
taskkill /F /IM jp2launcher.exe
taskkill /F /IM java.exe
taskkill /F /IM javaw.exe
taskkill /F /IM jqs.exe
cd /d "F:\x64"
msiexec.exe /i jre1.7.0_51.msi /qn AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 EULA=1 /NORESTART /log c:\java_7_51_x64_install.log
rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S/q
cd /d "F:\x86"
msiexec.exe /i jre1.7.0_51.msi /qn AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 EULA=1 /NORESTART /log c:\java_7_51_x86_install.log
rem ??? rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S/q

Similar Messages

  • Batch processing does not work with action

    Here is the thing. I have implementes several action on Photoshop. SOme of the include several  sub actions and  different saving locations. For example, I open a file, then I hit my prefered key combo for that action, and I have:
    1) convert to cmyk
    2)save  copy as JPG with 11 quality level
    3) save to folder A
    4) image size to 72 dpi
    5) covert to RGB
    6) save as JPG 6 quality level
    7) save to folder B
    8) close file and discard cahnges.
    Everything runs like heaven, but the moment I want to batch several files everything stalls.
    I choose file > Batch > Choose my set > choose my action
    Source > I choose where my files are (usually a PDF)
    then I use "Supress file open options dialogs"
    Destination>  Since I already have set destinations y my actions, I choose here a "dump" folder
    On errors > I hit Save As... and put a name for that log.
    Then photohop opens my PDF on Photoshop and does nothing! It keeps my file open.
    I m gettting frustated here, because I ma about to work with 400 files to batch, and this batch system does not work.
    I am using CS6
    Any clues

    Your action doesn't to seem to include any Open actions. Why do you have the "Supress" option enabled?
    Also, since your action has the two save commands, you would just leave the Destination set to None. Setting a Destination means that is going to save the files again.
    The problem you'll run into though is that the action also saves the file name as part of the action, so that you'll end up just saving over the one file each time the action is played back on your 400 files. So Photoshop will process all the files, but each time it will overwrite the first file, so you'll end up with one file in each folder. Normally, in these situations, you'd use the Destination setting and use the "Overrride Action "Save As" Commands", which would substitute the Destination folder for whenever a Save command is used. The problem here is that you can only choose a single destination folder, so all files would be saved to the same location.
    Short of scripting this, it may be best to break this into two separate actions.

  • Batch process does not work in one service, but worked in another.

    Hi Fellows,
    We have here a batch process with a code encrypted, that runs daily in a production environment.
    Tonight this batch process did not work.
    It is expected that this process runs in about 20 seconds, but tonight this process used about 3 hours and did not finished.
    We checked if it was concurrency, killed some sessions and tried again, and nothing has changed.
    And then someone changed the service that this process uses, it was 'bat' and changed to 'dba'. And it worked succesfully in 11 seconds.
    Here is the tnsnames that the batch process uses:
    bat =
    (DESCRIPTION =
    (LOAD_BALANCE = OFF)
    (FAILOVER=ON)
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.x.x1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.x.x2)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.x.x3)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = bat)
    (FAILOVER_MODE =
    (BACKUP = dba)
    (TYPE = NONE)
    (METHOD = BASIC)
    (RETRIES = 20)
    (DELAY = 5)
    dba =
    (DESCRIPTION =
    (LOAD_BALANCE = OFF)
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.x.x1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.x.x2)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.x.x3)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = dba)
    Do you guys know what could be the reason?
    Thanks in advance.

    We set the service which the app should connect.
    These services are set in srvctl:
    ora.cms.bat.cms1.srv ONLINE ONLINE on fastora1
    ora.cms.bat.cms2.srv ONLINE ONLINE on fastora2
    ora.cms.bat.cms3.srv ONLINE ONLINE on fastora3
    ora.cms.bat.cs ONLINE ONLINE on fastora1
    ora.cms.cms1.inst ONLINE ONLINE on fastora1
    ora.cms.cms2.inst ONLINE ONLINE on fastora2
    ora.cms.cms3.inst ONLINE ONLINE on fastora3
    ora.cms.cmsuser.cms1.srv ONLINE ONLINE on fastora1
    ora.cms.cmsuser.cms3.srv ONLINE ONLINE on fastora3
    ora.cms.cmsuser.cs ONLINE ONLINE on fastora1
    ora.cms.db ONLINE ONLINE on fastora1
    ora.cms.dba.cms1.srv ONLINE ONLINE on fastora1
    ora.cms.dba.cms2.srv ONLINE ONLINE on fastora2
    ora.cms.dba.cms3.srv ONLINE ONLINE on fastora3
    The batch process connects to a service [ bat ], but it hangs and don't finish. But when we change the service do dba is just pass in some seconds and finish succesfully.
    Connected to DB [issr@bat  ]
    PAYware CMS Version 8.0 - Module : E352 Release : 000000002
    Program: /cms/cmsissr/CMS/bin/issuer/mepcs352
    Release: 2
    PARAMETERS OK !!!
    NUMBER OF PROC.: 000001
    Number of transactions : +000047570
    Number of parallel processes: 000001
    Transactions by process: 000000000000047570
    Transactions Processed: 000010000

  • Copying a Payment method to another not working.

    Hi guys,
    I want to copy the payment method check C to a different one.
    I copied and did all the config steps in FBZP. But When i run the payment run using payment method C, it is working.
    But it is giving me error when i am using the copied payment method. Is there some thing else that is missing here.
    Thanks
    Srikanth.

    Hi Srikanth,
    First I would like to tell if u copy a payment method and do not want check printing, then in F110 do not select the 5th tab or else u can remove the RFFOUS_C payment program in the copied payment method in FBZP.
    coming to error as company xyz is not present, that error is only because there are no open items present for processin ur payments for the given vendor.
    See, copying a payment method and after doing required configurations in FBZP, I am 100%  sure that F110 runs fine without error.
    Please check thoroughly by comparing the original payment method configurations with the copied ones.
    Your Problem will be solved.
    regards
    srikath.

  • Test Stand seq w/ dll batch file execution not working

    I am using Test Stand 4.1, running a seq that calls a dll.  The dll contains a batch file execution function that has not been working properly.  I am not 100% sure what the function is as I do not have access to the direct code from which the dll was created.  I believe I have a file, however please remember this is a guess that I am looking at the correct function/file. 
    This is a Pass/Fail test step that calls a batch file.  The batch file runs properly without the use of Test Stand and called by the dll.  In the code that I believe is running, I see there is a step that I am guessing does not run (see below for test steps).  It seems as though these steps are being "stepped over" and not running, however the test does seem to be entering this function.  The test reports a pass/fail status as the data is reported into a txt file.  If the txt file contains the correct data, the test step reports PASS, even though the batchfile does not run.
    :Note:  [batchfile.bat] is the name of the batch file being called; the [ ] are not present 
    // Run Batch File
     ChkErr(LaunchExecutableEx([batchfile.bat] ,windowState,&handle));   
     // Wait for batch file to complete task
     do{
      ProcessSystemEvents();
     }while(!ExecutableHasTerminated (handle));
     RetireExecutableHandle (handle);
    Any one have any suggestions as to why the batch file is not being called and running properly?
    Thank you
    Jason_C

    Thanks for the feed back.  I have realized and it seems as though sometimes the CWD varies.  The current working directory when the batch file does not run seems to be set to the desktop, not to the specified directory.  The batch file is used to program a chip, calling the exe to run using commands.  The file are speciifed by an absolute path, however the exe is not.  The batch file is as below and seems to match up with a problem with the CWD.  How can change though?  I will have to check in the Start in field, but where can I find that property? 
     Thank You
    --Jason
    del ..\misc\mplab.txt
    echo C:\Program Files\JTRS\01_P55461U\bin\uutsw\CR1_T2V3L_PMM_STUB_LOAD.hex
    ..\misc\pm3cmd /5 /BLCC:\Program Files\JTRS\01_P55461U\misc\t2v3l_pmm_stub_load\t2v3l_pmm_stub_load.pm3 /k /m /y /e >> ..\misc\mplab.txt >> ..\misc\mplab.txt
    ..\misc\pm3cmd /5 /BVCC:\Program Files\JTRS\01_P55461U\misc\t2v3l_pmm_stub_load\t2v3l_pmm_stub_load.pm3 >> ..\misc\mplab.txt

  • Batch File is not working correctly

    Hey Everyone,
    I've got a batch file that I'm trying to get to work and seem to be running into difficulties on getting the whole batch file to work. I'm guessing that I have something missing or incorrect.  What
    I'm trying to accomplish is we currently have Java versions 7.0.45 both x64 & x86 platforms installs on all production client machines. My batch file will uninstall the x86 version of Java 7.0.45 and theninstall the
    latest version of Java 7.0.51 x86 without any problems. It's the x64 that my batch file is running into problems and does not uninstall it or install the new version of java (7.0.51 x64).
    Here's what my batch file looks like:
    @ECHO OFF
    cls
    :KillIE&JavaProcesses
    echo *** This will kill Browsers and Java Processes
    Rem ***
    taskkill /F /IM iexplorer.exe
    taskkill /F /IM iexplore.exe
    taskkill /F /IM firefox.exe
    taskkill /F /IM chrome.exe
    taskkill /F /IM jusched.exe
    taskkill /F /IM jp2launcher.exe
    taskkill /F /IM java.exe
    taskkill /F /IM javaw.exe
    taskkill /F /IM jqs.exe
    rem cd x64
    rem msiexec.exe /i jre1.7.0_51.msi /qn AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 EULA=1 /NORESTART /log c:\java_7_51_x64_install.log
    rem cmd.exe /C rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S/q
    rem cd..
    cd x86
    msiexec.exe /i jre1.7.0_51.msi /qn AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 EULA=1 /NORESTART /log c:\java_7_51_x86_install.log
    cmd.exe /C rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S/q
    The CM 2012 exemgr log shows that the batch file installed successfully. Please help.
    Thanks!

    Can't really tell without you posting more details. Here are a few pointers:
    Don't use relative paths such as CD X86. Use absolute paths instead:
    CD F:\X86.
    There is no process called "iexplorer.exe". It should be "iexplore.exe".
    What is the point of spawning an extra command processor to remove a folder?
    Why do you try to delete the Java folder twice?
    Did you invoke the batch file from a Console so that you can see the messages it generates?
    What were these messages?
    Did you run the batch file under elevated admin privileges?
    Try this version:
    @ECHO OFF
    echo *** This will kill Browsers and Java Processes ***
    taskkill /F /IM iexplore.exe
    taskkill /F /IM firefox.exe
    taskkill /F /IM chrome.exe
    taskkill /F /IM jusched.exe
    taskkill /F /IM jp2launcher.exe
    taskkill /F /IM java.exe
    taskkill /F /IM javaw.exe
    taskkill /F /IM jqs.exe
    cd /d "F:\x64"
    msiexec.exe /i jre1.7.0_51.msi /qn AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 EULA=1 /NORESTART /log c:\java_7_51_x64_install.log
    rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S/q
    cd /d "F:\x86"
    msiexec.exe /i jre1.7.0_51.msi /qn AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 EULA=1 /NORESTART /log c:\java_7_51_x86_install.log
    rem ??? rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S/q

  • Batch processing: Action not working - Photoshop CC

    I've created an action to apply a watermark. I want to apply this to a folder of jpeg pics.
    I've gone to:
    File>Automate>batch - see pic below
    I ok this.
    The batching looks as though it's taking place since I can see it running through the steps of the action. But when finished, nothing has changed.
    I've also tried changing the 'Destination' to 'Folder' and using '4 digit serial number + extension' but this doesn't work either.
    Many thanks for help in advance.
    PS. I've tried using File>Scripts>Image processor and this works. Why this and not Batching?

    Your terminology seems to be pretty jumbled.
    Please focus one one issue/tool for now and post a screenshot/s with the pertinent Panels (Layers, Channels, Options Bar …) visible.

  • Batch reading does not work

    Hello,
    I have class A, attribute List < B > A.b, B.d (back reference, mapped variable one to one). I want to use batch reading A.b. Sometimes it works, sometimes not.
    It is because of this method in VariableOneToOneMapping:
        public Object valueFromObject(Object object, DatabaseField field, Session session) {
            // First check if the value can be obtained from the value holder's row.
            DatabaseRow referenceRow = getIndirectionPolicy().extractReferenceRow(getAttributeValueFromObject(object));
            if (referenceRow != null) {
                Object value = referenceRow.get(field);
                // Must ensure the classification to get a cache hit.
                try {
                    value = session.getDatasourcePlatform().convertObject(value, getFieldClassification(field));
                } catch (ConversionException e) {
                    throw ConversionException.couldNotBeConverted(this, getDescriptor(), e);
                return value;
            //2.5.1.6 PWK.  added to support batch reading on variable one to ones
            Object referenceObject = getRealAttributeValueFromObject(object, session);
            String queryKeyName = (String)getSourceToTargetQueryKeyNames().get(field);
            Descriptor objectDescriptor = session.getDescriptor(referenceObject.getClass());
            DatabaseField targetField = objectDescriptor.getObjectBuilder().getTargetFieldForQueryKeyName(queryKeyName);
            if (targetField == null) {
                return null;
            return objectDescriptor.getObjectBuilder().extractValueFromObjectForField(referenceObject, targetField, session);
        }When B.d is instantiated, referenceRow is null. getSourceToTargetQueryKeyNames() does not contain an entry for indicator field, so the method returns null. How can I fix it?

    If the field equals the mapping's indicator field it should do a lookup in its indicator mapping with the object's class for the value. Please log this bug.
    -- James : http://www.eclipselink.org

  • Batch rename is not working

    I attempted to batch rename files in Adobe Bridge CC. Nothing happens. I force quit as Bridge will not quit on command (which is strange as Photoshop will). When I reopen Bridge the files have been renamed "AdobeBatchRenameTemp(than the file name I asked it to write)".
    Any ideas what is wrong with Bridge? Thanks

    Hi
    Are you using Mac Or windows  please mentioned some of the  system specification as well as it will be helpful
    if you are using mac . please go to a location ~/library/cache/adobe      "there will a folder by the name of Bridge CC please move it to desktop and then restart the bridge. this should take care of the cache issue.
    if you are using windows , please go this location C:\Users\user name\AppData\Roaming\Adobe\Bridge CC   and move the cache folder to the desktop
    and restart the Adobe Bridge CC

  • Batch File Naming - not working

    In Automate > Batch... can someone tell me how to make File Naming work? I put in my name info, but PS is ignoring it and saving the new file with the original file name.
    Thx,
    Steven
    OS X 10.4.11 PS 10.0.1 (CS3), 867 MHz PowerPC G4 Quicksilver with 1.5 GB RAM

    SFW is exporting the file and you must either save or close (preferable-and without saving) the original. Therefore you better use Bridge for the renaming part :-)
    I do find the destination section to confusing to0. That is why I record actions with the save as and destination part in it. It is really a peace of cake to select the in the finder and move to other folders, it takes less time then selecting (and/or creating new folders) in the destination section.
    I know everyone has its own way but this is mine. I develop Raw in ACR and finish them in PSCS using various actions for most of the parts, last action sharpens the files and saves them as PSD file in one particular folder. In Bridge I select this files adding metadata and (batch)renaming.
    After this I have several actions for resizing and save as. One is creating 4 different sizes and a SFW version each saved in a predestinated set of folders. I end each batch with closing the file without saving which is leaving the original psd file untouched.
    But as I said, so much photographers so much workflows... :-(

  • Batch Loader is not working

    Hi,
    I am using UCM on weblogic 10.3 and trying to upload contents through Batch Loader. Today while running the Batch Loader script i am getting the below exceptions. thx in advance.
    Output of version and java home is as below:
    [wlsuser@locadelvmpmodev bin]$ echo $JAVA_HOME
    [wlsuser@locadelvmpmodev bin]$ java -version
    java version "1.6.0_25"
    Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
    ==========================
    java.lang.UnsatisfiedLinkError: /u04/Oracle/Middleware/Oracle_ECM/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.0/libJniNativeOsUtils.so: /u04/Oracle/Middleware/Oracle_ECM/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.0/libJniNativeOsUtils.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
    java.lang.UnsatisfiedLinkError: /u04/Oracle/Middleware/Oracle_ECM/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.0/libJniNativeOsUtils.so: /u04/Oracle/Middleware/Oracle_ECM/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.0/libJniNativeOsUtils.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.loader.IdcClassLoader.invokeMain(IdcClassLoader.java:337)
    at intradoc.loader.IdcClassLoader.startMain(IdcClassLoader.java:170)
    at intradoc.loader.IdcClassLoader.main(IdcClassLoader.java:140)
    Caused by: java.lang.AssertionError: !syNativeOsUtilsNotLoaded
    at intradoc.common.NativeOsUtilsBase.doLoad(NativeOsUtilsBase.java:386)
    at intradoc.common.NativeOsUtilsBase.<init>(NativeOsUtilsBase.java:352)
    at intradoc.common.NativeOsUtils.<init>(NativeOsUtils.java:26)
    at DynamicConverterInstallerFilter.initEnvironmentVariables(DynamicConverterInstallerFilter.java:283)
    at DynamicConverterInstallerFilter.initEnvironmentVariables(DynamicConverterInstallerFilter.java:207)
    at DynamicConverterInstallerFilter.doFilter(DynamicConverterInstallerFilter.java:61)
    at intradoc.shared.PluginFilters.filterWithAction(PluginFilters.java:114)
    at intradoc.shared.PluginFilters.filter(PluginFilters.java:68)
    at intradoc.server.IdcExtendedLoader.executeFilter(IdcExtendedLoader.java:462)
    at intradoc.server.IdcExtendedLoader.extraAfterConfigInit(IdcExtendedLoader.java:152)
    at intradoc.server.IdcSystemLoader.extraAfterConfigInit(IdcSystemLoader.java:481)
    at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:463)
    at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:336)
    at intradoc.apps.shared.StandAloneApp.initSystem(StandAloneApp.java:276)
    at intradoc.apps.shared.StandAloneApp.init(StandAloneApp.java:112)
    at intradoc.apps.shared.AppLauncher.init(AppLauncher.java:234)
    at BatchLoader.main(BatchLoader.java:82)
    ... 7 more
    Caused by: java.lang.UnsatisfiedLinkError: intradoc.common.NativeOsUtilsBase.getNativeVersion()Ljava/lang/String;
    at intradoc.common.NativeOsUtilsBase.getNativeVersion(Native Method)
    at intradoc.common.NativeOsUtilsBase.doLoad(NativeOsUtilsBase.java:382)
    ... 23 more
    =====================

    thx Jiri for your response but issue has been resolved. Actually earlier everything was working fine but all of sudden that day it stopped working. If you see the exceptions where it was referring "libJniNativeOsUtils.so" was 64 bit and when i replaced that with 32 bit, it started working.
    It really surprises me why and how it got changed but and how everything was working earlier :)
    thx anyways.
    ajay

  • Batch selection strategy not working properly

    Hi ,
    I have an issue with automtaic batch determination
    The header item contains 10 component items, out of 10 components I am facing issue with only one component so that I can consider this is not a configuration issue and might be a master data issue
    Scenario :
    process order created , released and after material staging saved , then the transfer order created automaticallyfor component items . the particular one component having 3 batches .. In the material master the total sheif life time maintained as 1095 days.  for the first batch mfg date 01/01/2010 the system calculates the SLED 31/12/2010 , and the remaining 2 batches expires during 08/09/2013  .logically the system should pick the first batch which one expires first ( FEFO ). but it picking the others
    If i change the date of mfg and save it , after that if i create a process order it picks the batch correctly
    but if i put back the earlier dates in mfg date after that it picking the correct batch only
    My question is why the batch sreach strategy is picking the differnt batches for same dates , whether the batch number get stored if we change manually
    pls suggest and give some hints what are the points I need to check

    Dear
    Some of the check points may be :
    1.Investigate the Batch management -SLED/FIFO : Batch management - FEFO
    2.Please check whther any Batch search strategy is maintined for th  component in MBC2 or in COB2 and check the sort rule of the batch determination   : Re: Error In Batch Determination
    3.Create a batch search strategy using selection criteria and include characteristics LOBM_RLZ (Remaining shelf life) in the class. Check the oss note 33396 to calculate this characteristics automatically.You can enter selection criteria in something like >= 0, for example.
    4.Check the Period Indicator for SLED and Rounding values in Plant Data 1/Storage Loaction 1 in MMR for the particual compoenets .
    5.Check the settings for SLED in  Material master material/sto loc data1 and  Log-batch management-exparation date check SLED settings & there is a user exit through we can configure the date check. Check in OMJ5 here you have to define check with plant and move tpe wise
    Regards
    JH

  • I subscribed Adobe ExportPDF, I'm logged in, payment is approved, yet, not working !

    I don't understand what I going on:
    I am logged in, payment is no longer pending, yet I am being asked to subscribe, which I already did.
    Thank you.

    Try signing on to http://exportpdf.adobe.com instead, might just work.

  • Automatic payments details changing does not work

    Hello Comcast team,
    I have signed on automatic payment of my Comcast bills form my First Tech VISA credit card.
    Since First Tech moves from Visa to Master Card partner, I changed the payment method from credit card to the checking account on July 29, 2015. I got the following confirmation from Comcast:
    Thank you! Changes to your automatic payment settings will begin with your next bill. 
    I was sure I did everything that was needed, however today I checked my account and found the  automatic payment was not pass, and now the bill sum is $116.44 instead of $39.99.
    I made the payment of $39.99 immediately and now I have a question:
    - what was the reason of such a bill sum and how that problem can be solved?
    Thank you.
    Nick.
     

    Yes, I did, since I first thought that was a Mellel-only problem. But now that OmniOutliner also started showing these symptoms, I thought I’d also report it here.
    No results so far regarding my reports to 3rd party developers… If I hear something, then I’ll report here.

  • Budget not working

    Hi All,
    I have set block for the budget deviation.
    I have set budget for PO , GRPO, and Accounting. selected the radio button of monthly budget.
    I have set the 12000 as budget amount for G L NO EX1111. So per month budget amount is Rs.1000.
    For the first time when I raise service type PO value 1100 for the Account No. EX111, system blocked the transaction by giving error message' Budget deviation'
    But If i make outgoing payment for the same account for the same amount by choosing Account radio button with cash payment means, budget is not working and system allowed to add document.
    guide me to solve this.
    By,
    Isayah.

    Hi,
    You should set the budgetted amount in the main budget.
    Are you sure you have set the amount in the main budget?
    If not then set the main budget and then with respect to the main budget you can create budget for
    optimistic and pessimistic budget.
    After setting the amount in the main budget.Check tranaction it will be validating according to the budgetted amount.
    Rgds,
    Sundar

Maybe you are looking for

  • Issue with using my gift card points

    Okay, here's what I've done: I've bought an iTunes gift card, I've redeemed it onto my account, it was $15 CDN. Now, I've wanted to purchase the OS 3.0 for my iPod Touch (2nd Gen.), but it won't let me use the points on my account. Account currently

  • Acrobat attachment unremovable till Acrobat restart

    Following these: http://forums.adobe.com/message/5429652 http://forums.adobe.com/thread/1237338 I have got a more general question: once I open the attachment (in my case a PDF form generated in Livecycle) using both .openDataObject and .openDoc (to

  • Are plug-ins downloaded from the web safe?

    Macworld newsletter just sent out an article about the most useful Safari plug-ins (http://lm.macworld.com/t/1158383/7026212/108592/0/). How do you know if it is safe to install a plug-in that sounds very useful but has been downloaded from the web?

  • Shufflilng by genre

    I have a 20GB Ipod. I listen to many different kinds of music and would like to be able to pick a genre then shuffle the songs. As it is now, if I pick shuffle songs it shuffles all the songs on the Ipod. In the settings it looks like I can sort by a

  • PC Suite 7.1.30.9 connectivity issue xp pro and E6...

    Ive just spent 3 solid hours trying to connect my E65 to my xp pro pc. Ive read all manner of threads and ive tried : 1.removing nokia pc suite 2.remove nokia connectivity cable driver 3.reboot 4.turn off mobile phone 5.turn on mobile phone 6.reinsta