[SOLVED] mailx error and inconsistency

I'm finalizing a set of utilities that is supposed to send me a text message, via mailx.  However, when I set the recipient's email (my email-to-text address: [email protected]) and send the message, I never recieve the email.  In addition, I even tried sending texts in a similar manner to, for instance, friends with other phones ([email protected]), but to no avail. 
I find this strange because my friend can send me one from his school's server, via mailx ([email protected]).  I also find this strange because I can successfully send messages to my personal email account.
I'm sure that I'm missing something, but I have no idea what.
[edited: the flow of the original post was pretty incoherent]
Last edited by apolyonn (2014-03-25 17:16:27)

roentgen wrote:Looks like a copy paste error to me.
Thanks for clarifying XD I fixed those two lines.  The error still persisted, but I found this article, which offered a solution: progress!  However, I was still getting an error:
Mar 25 12:55:08 Linuxhost postfix/pickup[13649]: 0567C181954: uid=1000 from=<username>
Mar 25 12:55:08 Linuxhost postfix/cleanup[13655]: 0567C181954: message-id=<20140325165508.0567C181954@Linuxhost>
Mar 25 12:55:08 Linuxhost postfix/qmgr[13648]: 0567C181954: from=<username@Linuxhost>, size=411, nrcpt=1 (queue active)
Mar 25 12:55:08 Linuxhost postfix/smtp[13657]: warning: database /etc/postfix/sasl_passwd.db is older than source file /etc/postfix/sasl_passwd
Mar 25 12:55:08 Linuxhost postfix/smtp[13657]: connect to smtp.googlemail.com[2607:f8b0:400d:c00::10]:587: Network is unreachable
Mar 25 12:55:08 Linuxhost postfix/smtp[13657]: 0567C181954: to=<[email protected]>, relay=smtp.googlemail.com[173.194.76.16]:587, delay=0.82, delays=0.11/0.19/0.48/0.05, dsn=5.5.1, status=bounced (host smtp.googlemail.com[173.194.76.16] said: 530-5.5.1 Authentication Required. Learn more at 530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 h90sm27856514qgf.3 - gsmtp (in reply to MAIL FROM command))
Mar 25 12:55:08 Linuxhost postfix/cleanup[13655]: E41EF181ADB: message-id=<20140325165508.E41EF181ADB@Linuxhost>
Mar 25 12:55:08 Linuxhost postfix/bounce[13659]: 0567C181954: sender non-delivery notification: E41EF181ADB
Mar 25 12:55:08 Linuxhost postfix/qmgr[13648]: E41EF181ADB: from=<>, size=2383, nrcpt=1 (queue active)
Mar 25 12:55:08 Linuxhost postfix/qmgr[13648]: 0567C181954: removed
Mar 25 12:55:09 Linuxhost postfix/local[13660]: E41EF181ADB: to=<username@Linuxhost>, relay=local, delay=0.11, delays=0.05/0.01/0/0.05, dsn=2.0.0, status=sent (delivered to mailbox)
Mar 25 12:55:09 Linuxhost postfix/qmgr[13648]: E41EF181ADB: removed
Mar 25 12:56:23 Linuxhost postfix/smtp[13493]: 2476E18162A: to=<[email protected]>, relay=smtp.googlemail.com[173.194.68.16]:465, delay=300, delays=0.1/0.02/300/0, dsn=4.4.2, status=deferred (conversation with smtp.googlemail.com[173.194.68.16] timed out while receiving the initial server greeting)
Did a little more digging, starting with this, from the above log:
warning: database /etc/postfix/sasl_passwd.db is older than source file /etc/postfix/sasl_passwd
Ran across this forum discussion about postfix.  Then I remembered that I changed the both main.cf and sasl_password from smtp.gmail.com to smtp.googlemail.com, which mirrors my Thunderbird credentials.  But, I never issued the postmap command to update the db file.  So, I simply ran:
sudo postmap /etc/postfix/sasl_passwd
sudo postfix reload
and now it's working great.
NOTABLE HIGHLIGHT FROM MY ENDEAVOUR:
Use smtp.googlemail.com if smtp.gmail.com doesn't work
Final main.cf:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Arch)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
readme_directory = no
# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname = Sera
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = $myhostname localhost.$mydomain localhost
# Sera, localhost.localdomain, localhost
relayhost = [smtp.googlemail.com]:587
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
default_transport = smtp
relay_transport = smtp
inet_protocols = all
# use sasl when authenticating to foreign smtp servers
smtp_sasl_auth_enable = yes
# path to password map file
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
# List of CAs to trust when verifying server certificatee
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
# eliminates default security options which are incompatible wtih gmail
smtp_sasl_security_options =
smtp_tls_security_level = may
smtp_sasl_security_options = noanonymous
Thanks a bunch for your help!
Solved.
Last edited by apolyonn (2014-03-25 17:17:03)

Similar Messages

  • Windows in Leopard: solving disk error and formatting as NTFS

    Hi,
    I'll post here a link to a solution I found on an australian forum
    (http://forums.whirlpool.net.au/forum-replies.cfm?t=848369&p=-1#bottom).
    Look to Malcolm Burtenshaw posts and follow his procedure.
    It worked fine for me and solved all my problems; I higly recommend it.
    Good luck!

    I have also been having serious issues, and this worked for me also. Before (In Leopard with BootCamp 2.0) I could partition ok, and everything else, but the Windows installer just wouldn't give me the option of reformatting the drive (formatted to FAT32 by BootCamp v. 2) to NTFS. To re-iterate, if you're having these DISK ERROR problems, do the following:
    Backup all files
    Use Leopard/Tiger install disk to wipe the entire hard drive (all volumes mac and pc) with Disk Utility (this may not be necessary, but it could clear up the problem)
    Install Tiger (10.4)
    Run Bootcamp (in Tiger), partition, install Windows, and install drivers
    Install Leopard (you may choose "erase" within the Installer since this will just wipe the Mac partition)
    Now you're good to go. For running Bootcamp on Tiger, you will need to download BootCamp beta 1.4, there is at least one mirror (and a 1.3 one too) that you can easily find with google. Also, if you're having trouble installing with the beta after December 2007, try setting back the clock and disconnecting from the Internet.
    Although it is very strange that Bootcamp 2.0 (or Leopard) have broken the ability to install.

  • [solved]xorg error and brightness

    Hello,
    I'm new and I have a newbie error in logx org
    I know how to give a hand, for the same light I have a samsung r700, everything worked first with nvcolck and samartdimmer now give segmentation fault
    here is the log
    thanks to those who will give me a hand
    grep EE /var/log/Xorg.0.log.old
    [ 13.461] Current Operating System: Linux (none) 3.4.6-1-ARCH #1 SMP PREEMPT Fri Jul 20 08:21:26 CEST 2012 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 13.817] (II) Loading extension MIT-SCREEN-SAVER
    Last edited by newbie1962 (2012-07-24 15:59:10)

    drobole wrote:Just for the record, I don't think you have an error, its just a line at the beginning explaining what WW, EE, NI and ?? means
    thank for information
    best regard
    newbie1962

  • Parser to solve XHTML errors?

    Hi,
    I have a fairly complex problem to describe with Xerces-J 2.5.0. I'll try to make it simple.
    My goal is to parse XHTML files. I parse them ok but my issues are with not compliant XHTML files such as the ones with <input ...> instead of <input .../>.
    I have rebuilt the Xerces library in eclipse.
    I have made a small test in a test environment, and it looks like Xerces is able to correct such xml errors. I was surprised. However, some features are failing to be set such as http://apache.org/xml/features/validation/schema/augment-psvi, http://xml.org/sax/features/external-general-entities...
    But the parse process is running ok. And it solves my XHTML mistakes...
    Now, when I use this Xerces jar in Tomcat (I have removed all other reference to any XML parser), the features are set correctly but the document fails to be parsed.
    I simply do not understand why it is different in the command line and in tomcat. I use an explicit call to create a new org.apache.xerces.parsers.DOMParser:
          parser = new org.apache.xerces.parsers.DOMParser();When I use a library from the binary distribution (2.4.0, 2.5.0 and 2.6.1) it fails in both cases.
    Is there some Sun XML parser that is overriding my use of Xerces (like the built-in version of Xalan)?
    Is there a way to know the location of the JAR files the program is using? I am pretty sure that I am using the right classpath (otherwise it fails) but who knows...
    Any help / hint will be really appreciated...
    TIA

    Pete,
    There is a misunderstanding here. I am not rewriting Xerces. I just rebuilt it, but there were no special goals in rebuilding it. I want to use a standard one.
    The "fun" thing is that after a simple rebuilt of Xerces, without modifying the source, it does not behave as i expect it to behave. You would say that i did not rebuild it correctly and that was also my initial thoughts.
    However, the strange thing is that it behaves as expected when used in Tomcat and it does not when used in commad line.
    I was thinking that another xerces was used, but it was not the case as i removed all xerces i could find and check that it fails (normal). After that, i put mine inside and it behaves as the one you can download from the binary distribution.
    The issue is with the command line that still "solve XHTML errors" and i do not understand why! I also fail to set some features on this parser (when used in c.l.), this makes me think that the parser i am using in CL is not the same than the one i used within Tomcat.
    I have twisted the classpath in all sorts of ways, checked the endorsed paths, etc.
    My goal is to be able to parse both HTML and XHTML, so i first try to parse XHTML, if it fails, i switch to the HTML parser (i use NekoHTML). But in my CL test environment, it corrects the XHTML errors, so Neko is never used...
    I was thinking of a similar problem i had with Xalan, but it does not look like it either...

  • I'm trying to install Creatice Suite 5.5 on a new Mac but I get the error message "Inconsistency in the installer database. Please restart your computer and install again."

    I'm trying to install Creatice Suite 5.5 on a new Mac but I get the error message "Inconsistency in the installer database. Please restart your computer and install again."
    I have restarted but that doesn't help.

    Jonkpirateboy did you migrate/transfer/copy your CS5.5 application to this new Mac?
    If so then please utilize the uninstallers located in the Applications/Utilities/Adobe Installers folder.  You will then want to run the CC Cleaner Tool located at Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.
    Finally if you need a fresh copy of the installation files they are available for download at Download CS5.5 products.

  • How to solve the error message "Could not activate cellular data network: PDP authentication failure"when using 3g or gPRS on safari with an iphone 4 and latest software updates

    Please can someone help me to solve the error message "Could not activate cellular data network: PDP authentication failure"when using 3G or GPRS on safari with an iphone 4GS and latest software updates. I have tried resetting the network and phone settings. I have restored the factory settings on itunes and still the problem persists.

    All iPhones sold in Japan are sold carrier locked and cannot be officially unlocked by the carrier. If you unlocked it, it was by unauthorized means (hacked), and support cannot be given to you in this forum.
    Hacked iPhones are subject to countermeasures by Apple, particularly when updating the firmware. It is likely permanently re-locked or permanently disabled.
    Message was edited by: modular747

  • [SOLVED] lib32-libgpg-error and lib32-libgcrypt no longer working

    The Dell 1320c printer requires a workaround of using it with a FujiXerox DocuPrint C525a driver, which only exists for 32bit systems.  In order to get it running, you need to manually copy the files to the proper locations.  With the new upgrade on both of those packages (lib32-libgpg-error and lib32-libgcrypt) the filter file /usr/lib/cups/filters/FXM_PF no longer runs, and complains about "wrong ELFCLASS64", which I take it to mean it's not recognizing/finding the lib32 packages.  I've since downgraded and added the packages to the IgnorePkg array in pacman.conf, but I wanted to point it out to anyone who may have the same issue, or in case it was an error with the generation of the packages.  Or is there simply a dependency that hasn't yet been updated?
    *EDIT* Thanks to Wonder for fixing it (or letting us know it was fixed)!
    Last edited by lswest (2010-06-02 20:14:43)

    Kirurgs wrote:Exactly the same error with Lotus Notes. Dowgrading package solves the problem.
    New packages are couple of bytes in size, which is waaaay smaller than previous versions.
    Smart thinking, I didn't think to check the size of the packages.  Same thing here, lib32-libgcrypt is 4Kb vs 240Kb (working package), and lib32-libgpg-error is 4Kb vs 8Kb (working package).  For the lib32-libgpg-error it might be due to the new compression format, but I doubt that.  I doubt very much that .xz compression can result in a change of 1/60th the original size for lib32-libgcrypt.
    Last edited by lswest (2010-06-02 15:30:55)

  • When i want to download an app in app store give me an error number and i could not down load.how i can solve this error number?

    When i want to download an app in app store give me an error number and i could not down load.how i can solve this error number?

    Hi Amir.09395340646,
    Welcome to the Support Communities!
    What app are you trying to download? Is it iPhoto for iOS?  What error message are you receiving? The first thing I would suggest is to log out of your iTunes Store account on your iPhone. Then restart the device and log in again. 
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311?viewlocale=en_US
    If the above did not resolve your issue, follow the troubleshooting steps in the article below.
    The link includes the complete details and screenshots, but I've highlighted a few points for you:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    - Make sure that your iOS software is up to date by connecting your iOS device to iTunes and clicking on Check for Update in your device's Summary page in iTunes.
    - Check and verify that you are in range of a Wi-Fi router or base station. If you are on a 3G capable device, make sure that cellular data is turned on from Settings > General > Cellular.
    - Check to make sure you have an active internet connection. You can check the User Guide for your device for help with connecting to the internet.
    - Check to make sure other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the internet.
    - Try resetting (turning off and then on again) your Wi-Fi router
    - If the issue still persists see, iOS: Troubleshooting Wi-Fi networks and connections or iOS: Troubleshooting Wi-Fi networks and connections.
    I hope this information helps ....
    - Judy

  • My iPod says to connect to iTunes, and then it crashes, error 3014, I've tried everything it says that might solve the error but nothing,

    my iPod says to connect to iTunes, and then it crashes, error 3014, I've tried everything it says that might solve the error but nothing

    Not knowing what everything is:
    Error 3194, Error 17, or "This device isn't eligible for the requested build" - Apple Support
    - Try another cable                                                       
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • How to solve the error message Podcast cover art must be at least 1400 X 1400 pixel JPG or PNG, in RGB color space, and hosted on a server that allows HTTP head requests."

    please help!! I've been trying to solve this error message for hours
    the feed url is http://feeds.feedburner.com/goodstewards
    the artwork url is http://www.goodstewards.com/wp-content/uploads/2014/11/logo.jpg
    this is a wordpress domain that i am using with feedburner

    "Your Blogger feed has no 'itunes' tags and is lacking the 'iTunes declaration' in the second line, so you have no image as far as the Store is concerned. You need to set Blogger to provide an itunes-compliant feed."
    So, how do I set Blogger to do that? I was Googling for the answer, but nothing. I have "Allow Blog Feed" set to full and Title Links and Enclosure Links enabled.
    "Your Feedburner feed link goes to a text page containing the code of a feed - this feed does have the 'itunes:...' tags. However in both feeds you are using Google Drive as a server for the image and media files and the URLs are prefaced with https (encrypted connection) - this may work in the Store but it is inadvisable and your URLs should begin with http."
    Yeah, I couldn't think of another way to get you straight to the actual XML file. I guess what you are saying is that Google Drive does not have an appropriate server, which is why it gives https instead of http as a head.

  • How to solve the error "The specified resource is reserved" when running with DAQmx And LabVIEW?

    How to solve the error "The specified resource is reserved" when running with DAQmx And LabVIEW?

    I hate "J term"
    OK I love the learning the students get.   And, I like helping them out!  But, as a former man who's got the varicose viens to prove he's spent time "behind the podium" (yeah, "behind the podium" puts 'em to sleep- songs and dances for the young'uns) come on! USE the tools you teach!
    Instructors invited to engage in the forums
    Jeff

  • Adobe error and we could not able to solve this

    If we select a single item in the comment field, multiple edits were selected in the page. Please refer the attached screenshot. Number 1 and 2 indicates the edits that highlights when we select 1 item in the comment field which is indicated by number 3. It seems Adobe error and we could not able to solve this.
    Could you please kindly do the needful and let us know your comments?
    - Mohamed Sathakathllah
    Message was edited by: uamsathak

    Read this:
    http://forums.adobe.com/thread/931829

  • What is this Configuration Error: 1  = I must reinstall the AI every time again and again and loose so much time! How can I solve this error?

    What is this Configuration Error: 1  = I must reinstall the AI every time again and again and loose so much time! How can I solve this error?
    please answer on my email too
    [email protected]

    Nobody can tell you anything without proper system info or other technical details. The simply answer probably is that you are running your system with insufficient user privileges and system restore or some security tools are blocking stuff/ erasing your install.
    Mylenium

  • When using nant i was told "excepted point(.) and coma(;)".how to solve this error

    hi
      i am using nant and for my code 
                var symmetricKey = new RijndaelManaged() { Mode = CipherMode.CBC, Padding = PaddingMode.Zeros };
              it is ok when i compile it  by visual studio,but when i use nant i was told"excepted point(.) and  coma(;)".
             how to solve this error?
          any help would be appreciated
    best regards
    martin

    anyway now i realized that since i used .Net Frame work 2.0, and i should use like this
     RijndaelManaged symmetricKey = newRijndaelManaged();
                symmetricKey.Mode = CipherMode.CBC;
                symmetricKey.Padding = PaddingMode.Zeros; and i cannot use "var" i've solved this problem and it could be helpful if some one who have the same problem

  • MSI Big Bang-XPower: Errors and Bluescreens Trying to Install Windows 7 64-bit

    Hello!  This is my first build since... Well, Pentium 3 really.  It's been an adventure learning the new hardware.  The PC components listed in my signature are the pieces to the machine I'm working on currently, and the one related to this issue.
    It boots up just dandy, all the bright and shiny mobo lights blinking reassuringly, recognizes the full 12 GB of RAM in setup, and everything seems peachy until I get to loading the Windows 7 install.
    I've tried using an old Vista disc I had lying around, no go.  Same issues.  I tried loading a different Windows 7 Pro 64-bit disc.  Same issues.
    These are the error messages I'm receiving most often:
    "Windows failed to start. A recent hardware or software change might be the cause. To fix the problem:
    1.) Insert your windows installation disc and restart your computer.
    2.) Choose your language settings, and then click 'next'.
    3.) Click "repair your computer".
    If you do not have this disc, contact your system administrator or computer manufacturer for assistance.
    File: \windows\system32\ntoskrnl.exe ((This changes every now and then, as does the status number. Always in the system32 file though))
    Status: 0xc0000098
    Info: Windows failed to load because the kernel is missing, or corrupt."
    The error is inconsistent in the files it mentions, also often referring to:
    "File: \windows\system32\config\system
    Status:  0xc0000001
    Info:  Windows failed to load because the system registry file is missing, or corrupt."
    The HDD is still brand new and entirely blank, not yet even formatted.  I have not done much changing things around in the BIOS, because I haven't done much in the BIOS in a very long time, and I'd rather not accidentally make things worse without first obtaining external help.  I do not currently intend to overclock the machine, as I am a huge wuss and don't want to screw up my shiny new equipment with my noobsauce. XD
    I did some searching around the Interwebs, and found references to similar problems where it was suggested that the person remove all but one stick of RAM and try loading the OS at that point, but it was also mentioned that one stick for that person would be 2 GB.  The least I have available to me is 4 GB, and I have attempted this with no change.  In this instance, flashing the BIOS to a new version was also recommended.  However, I have never flashed a BIOS before and am leaving that as a last resort unless otherwise advised.
    Setup currently lists my BIOS Version as V1.2 060910.
    It has on a few attempts made it past the 'Starting Windows' screen, and this is the kind of error I generally receive there on a bluescreen:
    "STOP: c00002221 Unknown Hard Error
    \Systemroot\System32\ntdll.dll"
    Over the course of this build, I found that the two previous HDDs that I'd ordered from Newegg were dead and were neither consistently spinning up nor being detected by the mobo, but the current one seems to be recognized just fine.  I'd been worried it was a mobo issue, that it just wasn't recognizing them.
    I've also read around, and am wondering if perhaps this could be related to a RAM incompatibility issue with the mobo and processor?  The RAM that was recommended to me for this build was Triple Channel DDR3 PC 1333, and is supposedly low voltage enough to play happily with the current equipment.
    I'd thought to plug the HDD into another machine and format it/install the OS there, then hook it back up and see if it boots, but I have serious doubts as to whether that will ultimately solve the problem, and solving the problem is really what I'm after.
    All the equipment save for the power supply and HDD were bought on Newegg.com.
    Any assistance would be incredibly appreciated.  I'd really like to get the new baby up and running. 
    :D

    Welp, I wasn't a moron bios flasher >.>... It was stable when I flashed it, and it said it was successful... I cleared CMOS after it was done, did the reboot and load optimized thing and reboot again...
    Aaaaand it won't go into Windows.  Now, I went back at that point and set all the settings back to what let it boot originally:  9-9-9-20, 1.6v, CR of 2... made sure it was booting in the right order, unplugged the USB...
    And it freezes midway through the little windows icon forming, bluescreens, and shuts down.  I haven't been able to catch what it is yet, since it's crashing so fast. 
    I tried to run the windows repair thing when the option was given after the crash, and it gets partway through loading the files and then crashes again, sending me right back to the same place.
    *facedesk*
    On the bright side, what files it does load seem to be loading quickly. _ _;
    Edit:  Tried booting into my Ubuntu drive, no luck.  Just sits stuck at the startup screen.  Tried loading Failsafe Defaults... still crashes.  Still fiddling with it.  I'm hoping the fact that I can get into the BIOS at all means I didn't bust it, but never done this before.
    Edit:  Managed to load into Startup Repair with just one stick of RAM in it, fiddling with it still and seeing what happens.
    Edit:  _ _;; Bluescreened and restarted.  *facedesk... facedesk...* 
    Edit:  Tried Startup Repair again, and it said 'Startup Repair cannot repair this this computer automatically.'  This was the information it gave:
    Quote
    Problem signature:
         Problem Event Name:          StartupRepairOffline
         Problem Signature 01:         6.1.7600.16385
         Problem Signature 02:         6.1.7600.16385
         Problem Signature 03:         unknown
         Problem Signature 04:         21200765
         Problem Signature 05:         AutoFailover
         Problem Signature 06:         2
         Problem Signature 07:         NoRootCause
         OS Version:                       6.1.7600.2.0.0.256.1
         Locale ID:                         1033
    The mouse isn't lagging across the screen anymore at least, I guess.
    Edit... Again >.>: After some searching around the web, it seems as though there have been other people with similar problems with other boards, etc.  Most suggested a repair or reinstall of Windows.  I don't have much on the drive installed yet that can't be redone, so I'm going to venture a reinstall.  Will post results.

Maybe you are looking for

  • "Could not complete your request because of a program error" - Photoshop 7, XP platform

    I have searched the FAQs and forums and still haven't been able to resolve this issue. Any time I try to copy-and-paste text from another program (Word or Internet Explorer, for example) into my Photoshop file, I get problems with the Type tool, and

  • Can SSIS be used to pick up files dynamically from an FTP folder?

    I get 4 files dumped into an FTP folder each day.  Each comes in with a date, in this format: '20140320' & the filename, which is always the same convention for these four files.  Can I run SSIS on a daily basis, like at 9AM, to scan through the file

  • Change or Update Email Address

    There seems to be no option of updating or changing a users email address. How can this be done? I looked at changing my profile with no success.

  • Webservices client

    Hi, I have deployed webservice which is running on Weblogic server. For that I have to write a webservices client in VC++, for my java webservice the arguments are String and Complex type and return type is Complex type. Can any body tell me how to w

  • How do I show...

    Hi, Quick question. I don't really know how hard this is to do but if anyone could help me out with how to do this that would be great... How do I show what the top visited pages are on a website and how do I show what the most recent pages added to