Systemd: Socket service syslog.service not loaded, refusing [SOLVED]

I have installed systemd as mentioned in the wiki alongwith initscripts and I use "init=/bin/systemd" in kernel line to start it.
I am getting this systemd error "Socket service syslog.service not loaded, refusing" at boottime. This is the only error that comes. I have tried to check the wiki and google and found following links:
https://bbs.archlinux.org/viewtopic.php?id=147640
http://www.spinics.net/lists/hotplug/msg05295.html
There is apparently a solution to this:
http://www.spinics.net/lists/hotplug/msg05296.html
But it is too technical for me to understand and implement; and it is not for Arch linux. Please help.
Last edited by rnarch (2012-10-25 16:46:46)

I have syslog-ng in the DAEMONS line of rc.conf file. I mentioned that I see this error at time of booting only. The systemctl status outputs are as follows:
$ systemctl status syslog.service
syslog.service
      Loaded: error (Reason: No such file or directory)
      Active: inactive (dead)
$ systemctl status syslog-ng.service
syslog-ng.service - System Logger Daemon
      Loaded: loaded (/usr/lib/systemd/system/syslog-ng.service; disabled)
      Active: active (running) since Wed, 24 Oct 2012 19:09:18 +0000; 1h 54min ago
        Docs: man:syslog-ng(8)
    Main PID: 294 (syslog-ng)
      CGroup: name=systemd:/system/syslog-ng.service
          └ 294 /usr/sbin/syslog-ng -F
What further information should I provide.

Similar Messages

  • [Solved]can't get systemd to work, syslog.service not loaded

    So, i've been trying to use systemd today, after "Create systemd configuration files." step and reboot, i always got this:
    Any Help would be appreciated..
    Last edited by veroke12 (2012-08-25 07:31:06)

    eldragon wrote:remove quiet from your kernel boot parameters. post some more useful stuff like the dmesg (obtained from the recovery console)
    that did the trick, but can't login (i use startx)..
    and get an error mounting:
    mnt-windows.mount - /mnt/windows
    Loaded: loaded (/etc/fstab)
    Active: failed (Result: exit-code) since Sat, 25 Aug 2012 13:03:57 +0700; 3min 26s ago
    Where: /mnt/windows
    What: /dev/sdb
    Process: 367 ExecMount=/bin/mount /dev/sdb /mnt/windows -t ntfs-3g -o gid=users,fmask=113,dmask=002 (code=exited, status=12)
    CGroup: name=systemd:/system/mnt-windows.mount
    Aug 25 13:03:57 myhost mount[367]: NTFS signature is missing.
    Aug 25 13:03:57 myhost mount[367]: Failed to mount '/dev/sdb': Invalid argument
    Aug 25 13:03:57 myhost mount[367]: The device '/dev/sdb' doesn't seem to ha...S.
    Aug 25 13:03:57 myhost mount[367]: Maybe the wrong device is used? Or the w... a
    Aug 25 13:03:57 myhost mount[367]: partition (e.g. /dev/sda, not /dev/sda1)...d?
    dmesg:
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e1d5602b-de83-46e0-8ed8-4366a319b49b ro init=/bin/systemd
    [ 0.709226] systemd-udevd[41]: starting version 188
    [ 2.936891] systemd[1]: systemd 188 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP; arch)
    [ 3.170230] systemd[1]: Inserted module 'autofs4'
    [ 3.199718] systemd[1]: Set hostname to <myhost>.
    [ 4.267502] systemd[1]: [/usr/lib/systemd/system/rc-local.service:3] Unknown lvalue 'ConditionPathIsExecutable' in section 'Unit'. Ignoring.
    [ 4.445331] systemd[1]: [/usr/lib/systemd/system/rc-local-shutdown.service:3] Unknown lvalue 'ConditionPathIsExecutable' in section 'Unit'. Ignoring.
    [ 4.503987] systemd[1]: Cannot add dependency job for unit dkms.service, ignoring: Unit dkms.service failed to load: No such file or directory. See system logs and 'systemctl status dkms.service' for details.
    [ 4.504023] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 4.504291] systemd[1]: Socket service syslog.service not loaded, refusing.
    [ 5.060568] systemd-udevd[125]: starting version 188
    [ 5.760783] systemd-journald[132]: Fixed max_use=145.0M max_size=18.1M min_size=64.0K keep_free=72.5M
    [ 5.760833] systemd-journald[132]: Reserving 33009 entries in hash table.
    [ 5.761588] systemd-journald[132]: Vacuuming...
    [ 61.730597] systemd[1]: Job systemd-tmpfiles-clean.timer/start failed with result 'dependency'.
    [ 61.730612] systemd[1]: Job dbus.socket/start failed with result 'dependency'.
    [ 61.730719] systemd[1]: Unit mnt-windows.mount entered failed state.
    [ 61.734921] systemd-journald[132]: Received SIGTERM
    [ 61.810451] systemd[1]: Startup finished in 3s 223ms 841us (kernel) + 58s 586ms 503us (userspace) = 1min 1s 810ms 344us.
    [ 61.839330] systemd-journald[379]: Fixed max_use=145.0M max_size=18.1M min_size=64.0K keep_free=72.5M
    [ 61.839678] systemd-journald[379]: Vacuuming...
    [ 61.893807] systemd-journald[379]: Received SIGUSR1
    Last edited by veroke12 (2012-08-25 06:31:18)

  • [SOLVED][systemd 210] systemd-backlight@.service gets loaded and fails

    Hello,
    I just updated to 210 and rebooted as soon as possible as advised. The first thing I noticed is the red [Failed] message during startup. After looking at systemctl I noticed that systemd-backlight@backlight:eeepc-wmi.service fails. There are 3 things wrong with this 1) I don't have a backlight this is on a desktop 2) It's not an eeePC 3) I never had any failed services before the update. I tried to disable this service, but the service still tries to start and fails on every boot. I read about systemd-backlight here: http://www.freedesktop.org/software/sys … rvice.html but it doesn't really help much to explain why it tries to load this service in the firstplace. I have not tried masking it, but this would not fix the underlying problem anyway.
    The systemctl status doesn't provide any usful information.
    systemd-backlight@backlight:eeepc-wmi.service - Load/Save Screen Backlight Brightness of backlight:eeepc/wmi
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
    Active: failed (Result: exit-code) since Di 2014-03-04 18:51:41 CET; 20min ago
    Docs: man:[email protected](8)
    Process: 185 ExecStart=/usr/lib/systemd/systemd-backlight load %I (code=exited, status=1/FAILURE)
    Main PID: 185 (code=exited, status=1/FAILURE)
    Mär 04 18:51:41 archbox systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:eeepc/wmi...
    Mär 04 18:51:41 archbox systemd[1]: systemd-backlight@backlight:eeepc-wmi.service: main process exited, code=exited, status=1/FAILURE
    Mär 04 18:51:41 archbox systemd[1]: Failed to start Load/Save Screen Backlight Brightness of backlight:eeepc/wmi.
    Mär 04 18:51:41 archbox systemd[1]: Unit systemd-backlight@backlight:eeepc-wmi.service entered failed state.
    Regards,
    blackout23
    Last edited by blackout23 (2014-03-07 01:24:29)

    You're not alone. I have the same problem, though Google really doesn't show anyone else who does. What's your hardware situation look like?
    Here's my lcpci:
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
    00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
    00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
    00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4)
    00:1c.5 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 (rev c4)
    00:1c.6 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 7 (rev c4)
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation Z77 Express Chipset LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    01:00.0 PCI bridge: PLX Technology, Inc. Device 8747 (rev ba)
    02:08.0 PCI bridge: PLX Technology, Inc. Device 8747 (rev ba)
    02:10.0 PCI bridge: PLX Technology, Inc. Device 8747 (rev ba)
    03:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 680] (rev a1)
    03:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
    05:00.0 PCI bridge: PLX Technology, Inc. PEX8112 x1 Lane PCI Express-to-PCI Bridge (rev aa)
    06:04.0 Multimedia audio controller: C-Media Electronics Inc CMI8788 [Oxygen HD Audio]
    07:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6315 Series Firewire Controller (rev 01)
    08:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
    09:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
    0a:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
    Last edited by dhaines (2014-03-05 01:37:50)

  • Oracle AS 10.1.2.3 - Application/Web Service 'not loaded'

    I've successfully deployed my application against OAS 10.1.3.3 with no problems. Unfortunately, my target platform is 10.1.2.3 and I cannot upgrade.
    When I deploy my application against OAS 10.1.2.3, it does not start/load. When I look at the application in the Enterprise Manager, I can see that it says "Status - not loaded" and "Auto Start - true".
    Any suggestions as to why it would start okay in one and not in the other? The .ear file is the same for both of them.
    Thanks!

    The certification from metalink says for 10.1.2
    OAS Ver DB Ver Cerftified?
    10g (10.1.2.0.2)      11gR1 64-bit      Certified      
    10g (10.1.2.0.2)      11gR1 64-bit      Certified      
    For 10.1.3 the DB does not apply, but the Certificaction matrix xls file says that 10.1.3 is also certified for DB 11, you just need to check the issues or any related thing about it.
    Link:[http://www.oracle.com/technology/software/products/ias/files/oracle%20fusion%20middleware%2011gr1%20%2811%201%201%201%200%29%20certification%20matrix.xls]
    Greetings.

  • SOAP Service not loaded: WSDL Exception

    MII: 12.0.3
    OS: Win2k3 64bit
    JDK: 1.4.2_18
    Trying to load a web service and i keep getting this error which i'm having a hard time finding out the problem.
    SOAP service could not be loaded. WSDLException (at /Rowsets): faultCode=INVALID_WSDL: Expected element 'definitions'
    I loaded the WSDL path in IE and it comes up fine. The targetNamespace="http://tempuri.org" and xmlns:wsdl="http://schemas.xmlsoap.org/wsdl
    If anyone has any suggestions or help please let me know....
    Thank You

    Nevermind.....Figured it out.
    Turns out the target system was on a domain while the client box accessing it was NOT on a domain.
    Changed the URL reference to the IP address instead of the server name and it worked.
    - Thanks

  • Tabs are not loading correctly [SOLVED]

    I'm using FF 4.0b9 on Windows 7.
    My tab behavior has recently changed in an unwanted way: if I use an update function from a program, it loads in the top tab instead of opening a new one.
    For example, with CCleaner, there is a link in the bottom right corner "Check for updates..." which is a link to their website. In the past, it would open a new tab--which is what I wanted--but now loads the top tab, which may be on a website that I don't want changed.
    I have tried safe mode, but the problem persists.
    Suggestions?

    Fixed this; went through config with a fine tooth comb. Apologies, but I didn't take careful notes to help others. Mea culpa...
    m

  • Xorg not loading correctly [solved]

    I have been using Ubuntu since version 8 and I feel it is time for me to move to arch. I have installed arch base and base-devel and got wireless working. I used pacman to install xorg and gnome. I have having an issue that I have never seen in all my years of using linux though and have no idea how to fix it. when I boot my system it loads what I am assuming is the x server however it is just a blinding white blank screen that slowing morphs into a grey blank screen and thats it. I was able to get back to a terminal prompt once and issued the command startx and it said not found.
    What am I doing wrong and how can I fix it?
    Last edited by scampbell70 (2012-08-29 02:08:34)

    Please take the time to read the Forum Etiquette: https://wiki.archlinux.org/index.php/Forum_Etiquette and then edit your title to more accurately reflect your issue - your current choice is unlikely to attract anyone  interested in helping you.
    You should also read How to ask questions the smart way and then include information that would help others diagnose your issue and offer constructive suggestions as to what might fix it.
    That information might include details about your graphics card, the driver you installed (if any) and output from logs.
    Moving to Newbie Corner.

  • Xfwm not loading themes [solved], icon issues, cursor issues

    i'm stuck on a userinterface theme, and i can't change it at all, the sizes of the fonts and such change, but nothing more, no colours or anything, just started today, haven't installed any new packages. anyone else getting this?
    (i have been having this problem with murrine engine the whole time, no murrine themes will work)
    any ideas?
    edit: just checked, works under root login, just not my own. permission problem maybe? ( i still haven't figured out where themes are stored on xfce.. help there too?)
    also, when i install cursor themes from /community they all show up under icon themes, and i can't find where to put icon themes for them to properly work too, i'd hate to have to go back to gnome
    edit: ok, found the themes dir in /opt/xfce4/share/themes (currently all dir's are drwxr-xr-x)
    and found gtk in /usr/share/themes (currently all dir's are drwxr-xr-x)
    and found icons in /opt/xfce4/share/icons (currently all dir's are drwxr-xr-x)
    what should perm's be for themes?
    Last edited by spookshow (2007-04-05 02:21:42)

    I have murrine themes in .themes. You can change the default directory when it is run root if I remember correctly. (And the root directory is not the .themes if I remember too.)
    Try copying the theme from /oPT/blah to .themes that you want to use.
    Stock themes (non murrine) work, right?

  • Migrated to systemd, modules are not loading [solved]

    Hi;
    I got around to migrating to systemd, but now modules are not loading. I got this setup (i gave full permissions thought it would help):
    $ ls /etc/modules-load.d/
    -rwxrwxrwx  1 root root   20 Dec  2 22:34 vbox*
    $ cat /etc/modules-load.d/vbox
    #vbox
    vboxdrv
    loop
    Any methods of debugging why this doesnt work?
    Thanks.
    Last edited by daf666 (2012-12-03 21:01:26)

    the files have to end with ".conf". And -x permissions are certainly not necessary.
    man modules-load.d

  • [SOLVED] systemd service not starting

    Hi,
    Been using Arch for just over a week now moving from Ubuntu and loving it. Achieved so much more on Arch in this short time until this evening.
    I am trying to run a shell script at startup. I added the service file under /etc/systemd/system/myapp.service
    With the following content:
    [Unit]
    Description=Notification
    [Service]
    ExecStart=/usr/bin/myscript
    [Install]
    WantedBy=multi-user.target
    As it is I can run "systemctl restart myapp.service" and the script execute flawlessly however on reboot it does nothing and I get this error when I run systemctl status myapp.service:
    systemctl status myapp.service
    myapp.service - Notification
       Loaded: loaded (/etc/systemd/system/myapp.service; enabled)
       Active: failed (Result: exit-code) since Thu 1970-01-01 10:00:08 EST; 14s ago
      Process: 116 ExecStart=/usr/bin/myscript (code=exited, status=6)
    Other info:
    Script starts with #!/bin/sh
    Script permissions 755
    Tried adding After=network.target under unit.
    Tried Type=oneshot and forking
    O yes /var/log/messages.log | grep myapp
    Sep  6 14:25:56 alarm systemd[1]: [/etc/systemd/system/myapp.service:1] Unknown section 'unit'. Ignoring.
    Sep  6 14:25:56 alarm systemd[1]: [/etc/systemd/system/myapp.service:2] Assignment outside of section. Ignoring.
    Jan  1 01:00:11 alarm systemd[1]: myapp.service: main process exited, code=exited, status=6/NOTCONFIGURED
    Jan  1 01:00:11 alarm systemd[1]: Unit myapp.service entered failed state.
    Jan  1 01:00:11 alarm [    3.243318] systemd[1]: [/etc/systemd/system/myapp.service:1] Unknown section 'unit'. Ignoring.
    Jan  1 01:00:11 alarm [    3.243490] systemd[1]: [/etc/systemd/system/myapp.service:2] Assignment outside of section. Ignoring.
    Only thing I dont get is the date difference? I have set the timezone correctly..
    Any suggestions?
    thanks
    Last edited by blueteq (2013-09-10 10:01:11)

    Reaching the network.target does not necessarily mean that an active connection has been reached.  For example, if you use wicd or netctl-auto, it will report the stating of the service as successful after the daemon itself has started, but starting the daemon simply means that it is ready to start scanning for wireless networks and then connect.
    If you want to be absolutely sure that there is a network connection before the service starts, you should use NetworkManager.service.  That will also pull in the NetworkManager-wait-online.service which will not complete until a full connection has been reached.  At that point the startup will have reached the network-online.target.  So you should order the service after that instead.  In reality, you should order it after that anyway, no matter what netowrk connection service you use, as that is a built in target to systemd.
    Even though you have the RestartSec=35 and Restart=on-failure (which is a sane thing to do IMO), it is probably a good idea to order it After=netowrk-online.target anyway, as that will cause the service to start a bit later and at least attempt to order itself correctly.  That way it will also ensure that the service is stopped before the network is taken down as well, hopefully ensuring a clean disconnect as well.

  • [Solved] Fails to load systemd-modules.service

    Kernel: 3.12.9-2-ARCH
    $ systemctl status systemd-modules.service
    systemd-modules.service
       Loaded: not-found (Reason: No such file or directory)
       Active: inactive (dead)
    Any ideas?
    Thanks!
    Last edited by hellolj (2014-02-21 11:17:50)

    WonderWoofy wrote:
    hellolj wrote:$ journalctl -b _PID=127
    Failed to parse relative boot ID number '_PID=127'
    Try this instead:
    $ journalctl -b 0 _PID=127
    The '-b' flag can optionally be given a negative number to indicate which boot you would like to be shown (for example, 'journalctl -b -1' will show you the previous boot).  So this way you are passing it that optional argument so that it knows for sure that the '_PID=127' is a new switch/argument*.
    * Not sure if it would be considered a switch or an argument since it acts like a switch but looks like an argument.
    Thanks for the explaination!!! ; Here is the output by executing the command:
    $ journalctl -b 0 _PID=127
    -- Logs begin at Tue 2014-02-11 07:50:17 CST, end at Fri 2014-02-21 16:24:44 CST. --
    Feb 21 22:06:02 arch-hp systemd-modules-load[127]: Inserted module 'vboxdrv'
    Feb 21 22:06:02 arch-hp systemd-modules-load[127]: Failed to find module 'vboxsf'
    Feb 21 22:06:02 arch-hp systemd-modules-load[127]: Failed to find module 'vboxvideo'
    Also, I reinstalled the virtualbox and host module packages, rebooted but didn't get it fixed
    $ pacman -Qs virtualbox
    local/virtualbox 4.3.6-3
    Powerful x86 virtualization for enterprise as well as home use
    local/virtualbox-guest-iso 4.3.6-1
    The official VirtualBox Guest Additions ISO image
    local/virtualbox-host-modules 4.3.6-4
    Host kernel modules for VirtualBox
    Last edited by hellolj (2014-02-21 06:12:41)

  • I'm having trouble updating my iphone 4 since i updated to 4.3.3 i can't update it anymore. right now when i connect it to my itunes, itunes freezes for about 5 minutes then says something like "could not load sync service" any ideas on what i shud do?

    I'm having trouble updating my iphone 4 since i updated to 4.3.3 i can't update it anymore. initially itunes would let me go so far as downloadin the new software then an error poped up as soon as the download finished, and now when i connect it to my itunes, itunes freezes for about 5 minutes then says something like "could not load sync service, reconnect or try again later" any ideas on what i shud do?

    Did you try to connect in recovery mode? iPhone and iPod touch: Unable to restore

  • I have poor/no service on my iphone 6  in places that I do have service on my old iphone 5.  Takes 10 minutes to send text and webpages will not load but load within seconds on the iphone 5 and forget making a phone call.  How do i resolve this issue??

    I have poor/no service on my iphone 6  in places that I do have service on my old iphone 5.  Takes 10 minutes to send text and webpages will not load but load within seconds on the iphone 5 and forget making a phone call.  How do i resolve this issue??

    Hey kristiac,
    Thanks for the question. If I understand correctly, you have no service on the iPhone. I would recommend that you read this article, it may be able to help the issue.
    If you can't connect to a cellular network or cellular data - Apple Support
    Thanks for using Apple Support Communities.
    Have a good one,
    Mario

  • Firefox will not load talktalk web mail. ihave to keep reverting to 3.16 to get the service i am familiar with

    i am and have used firefox for some considerable time and am abig fan!when fire fox 4 was introduced i tried it out and was impressed with the uprated performance.BUT at age 70 was introduced to computers and internetby.my bro-in-law same age was computer literate and set up my system with tiscali.it was stable and if i got into trouble because we both ran XP we could communicate despite living 70 miles apart.i for my part ran tiscali web mail service because it was clear and enabled me to keep my various interests in folders and was simple. i loaded firefox 4 but it would not load the web mail. i reverted to 3.16 and my webmail service loaded and i was able to carry on despite you system constantly imploring me to upgrade to f-f 4.unfortinately my bro-in-law died a year ago and I entered into a sevice with PC advisor published by "AGORA business publications" it was whilst i was trying to implement some of their tweeks to make XP run in concert with windows 7 from a dvd called "windows advisor" when up popped firefox 5 so i thought i would give it another go BUT same result in box quote "you have undefined new mails in your in box " how do i get them out? sorry but at 78 its past my bed-time!

    Apparently TalkTalk mail will work with Firefox 4 and Firefox 5 ''if'' you set the browser to ''lie'' to TalkTalk mail by saying that you are still using version 3.6.
    You can find the instructions for that in a post on the TalkTalk forums: [http://www.talktalk.co.uk/forums/showthread.php?t=185113#post2452787 Firefox 4 & TalkTalk webmail - Forums].
    Note: when you open about:config the first time, it will display a warning message that you should be careful with the changes you make. That's definitely good to bear in mind.
    Does it work?

  • What do i do when Itunes says "Itunes could not load data from sync services  reconnect or try again later

    Hi, just recently when I attemted synced my ipod touch 5th generation, i got a message saying
    "Itunes could not load data from sync services  reconnect or try again later
    I am running the latest version on itunes (not quiet sure which specific one)
    I am running ios 6.1   my ipod is not jail broken
    don't know what to do
    I then cleard the message and my ipod showed up and began to sync
    however it is staying at the backing up stage for 12 hours
    Not sure what to do help!

    Try:
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert
    "load data class"

Maybe you are looking for

  • Can I share my internet connection via wifi AND use my wireless printer at the same time?

    Not completely familiar with  wifi capabilities. I have this new setup in my office. I want to share my iMac internet connection via wifi so I can text and check emails using my iPhone (no cell service inside the building). Which works fine. However,

  • Missing 25% bonus points

    Looking back at all my previous purchases, it seems I haven't been getting the 25% bonus points on any of my purchases. I've also noticed that sometimes my purchase history says reward zone card and sometimes it says reward zone elite plus. Solved! G

  • WS14000044: avoid loop in Completion workflow usage if all lines not compl

    Dear all, I have a question around the detailed usage of Workflow WS14000044: Completion workflow. Here is my case: A requisitioner creates a SC with complete items from catalog and also incomplete one's in free text (because not in his catalogs) The

  • Layer Auto-trace issue in AE CC 2014

    Hello, There seems to be a bug in the CC 2014 auto-trace layer command.  When I execute the command the new traced layer does not appear in the comp above the original layer as it did in AE CC previously.  Is there a new method?  I also notice that t

  • Delimiter in the Source Data

    Hi All, We are using BODS 3.2 on linux. How should we handle when a delimiter is present in the source data. For example: We have CSV file as the source, The file has comma ',' as part of the data in one of the columns. When we execute the job it thr