Ironport as Smarthost for Exchage

I'm trying to set up the Ironport as a Smarthost for my Exchange server. I've set up the Ironport according to the following instructions I found on a post here (see below). When I send an e-mail it get bounced with the following message - "<ironport>" Below are the entries from the log.
Fri Aug 1 14:55:15 2008 Info: New SMTP ICID 1534143 interface Management (10.1.255.48) address 10.1.255.30 reverse dns host unknown verified no
Fri Aug 1 14:55:15 2008 Info: ICID 1534143 RELAY SG Exchange match 10.1.255.30-31 SBRS rfc1918
Fri Aug 1 14:55:15 2008 Info: Start MID 133540 ICID 1534143
Fri Aug 1 14:55:15 2008 Info: MID 133540 ICID 1534143 From: <Doug>
Fri Aug 1 14:55:15 2008 Info: MID 133540 ICID 1534143 RID 0 To: <dadockter>
Fri Aug 1 14:55:15 2008 Info: MID 133540 Message-ID '<0C4A10F36EA3674CAE378A13BC44ED67021FCE46>'
Fri Aug 1 14:55:15 2008 Info: MID 133540 Subject 'test e-mail'
Fri Aug 1 14:55:15 2008 Info: MID 133540 ready 4754 bytes from <Doug>
Fri Aug 1 14:55:15 2008 Info: MID 133540 matched all recipients for per-recipient policy DEFAULT in the outbound table
Fri Aug 1 14:55:15 2008 Info: ICID 1534143 close
Fri Aug 1 14:55:15 2008 Info: MID 133540 interim AV verdict using Sophos CLEAN
Fri Aug 1 14:55:15 2008 Info: MID 133540 antivirus negative
Fri Aug 1 14:55:15 2008 Info: MID 133540 queued for delivery
Fri Aug 1 14:55:15 2008 Info: New SMTP DCID 65814 interface 10.1.255.48 address 10.1.255.30 port 25
Fri Aug 1 14:55:15 2008 Info: Delivery start DCID 65814 MID 133540 to RID [0]
Fri Aug 1 14:55:15 2008 Info: Bounced: DCID 65814 MID 133540 to RID 0 - Bounced by destination server with response: 5.1.0 - Unknown address error ('550', ['5.7.1 Unable to relay for [email protected]'])
Fri Aug 1 14:55:15 2008 Info: Start MID 133541 ICID 0
Fri Aug 1 14:55:15 2008 Info: MID 133541 was generated for bounce of MID 133540
Fri Aug 1 14:55:15 2008 Info: MID 133541 ICID 0 From: <>
Fri Aug 1 14:55:15 2008 Info: MID 133541 ICID 0 RID 0 To: <Doug>
Fri Aug 1 14:55:15 2008 Info: MID 133541 ready 5994 bytes from <>
Fri Aug 1 14:55:15 2008 Info: MID 133541 queued for delivery
Fri Aug 1 14:55:15 2008 Info: Message finished MID 133540 done
Create a new mail flow policy as follows:
- Go to 'Mail Policies -> HAT overview' link in GUI.
- Select the Mail Flow Policies link, beneath the HAT Overview.
- Click the Add Policy button.
- Name the policy.
- Set connection Behavior set to RELAY.
- In the Security Features, turn on Virus Protection and disable Spam Protection.
- Submit and commit changes.
Create a new sendergroup as follows:
- Go to 'Mail Policies -> HAT overview' link in GUI.
- Add a new Sender Group and set the order # to 1. Associate the new
mail flow policy(created above) to this sendergroup.
- Submit and commit changes.
Now click on the new sendergroup and add the ip address of the exchange server to this sendergroup. Once again, submit and commit changes.

In the example below, it looks like From: going To: was accepted and processed successfully by the IronPort appliance as an inbound traffic.
The reason why you can tell it's inbound (Internet into your network) is because of this entry in the provided logs:
Tue Aug 19 17:45:06 2008 Info: MID 143332 matched all recipients for per-recipient policy DEFAULT in the inbound table
The IronPort scanned it okay and delivered it to the mailserver(which I assume is an Exchange server). The lines below tell us that it got delivered successfully. Is your mailserver 10.1.255.30? The IronPort appears to have the IP of 10.1.255.48.
Tue Aug 19 17:45:06 2008 Info: New SMTP DCID 71857 interface 10.1.255.48 address 10.1.255.30 port 25
Tue Aug 19 17:45:06 2008 Info: MID 143332 RID [0] Response '2.6.0 <6d7f9ea20808191545s66c2ef36ld9df0536b30213a6> Queued mail for delivery'
If this wasn't the desired result, please grep on this, "ICID 1638975" to get info on where the connection came from.
grep -i "ICID 1638975" mail_logs
This doesn't appear to be an outbound traffic. Try search for this:
grep -i "outbound table" mail_logs
Well I thought I had this working. I'm attempting to go live with it tonight, but the outgoing e-mails from Exchange are getting stuck in the the SMTP queue. Ironport shows the following:
Tue Aug 19 17:45:06 2008 Info: Start MID 143332 ICID 1638975
Tue Aug 19 17:45:06 2008 Info: MID 143332 ICID 1638975 From:
Tue Aug 19 17:45:06 2008 Info: MID 143332 ICID 1638975 RID 0 To:
Tue Aug 19 17:45:06 2008 Info: MID 143332 Message-ID '<6d7f9ea20808191545s66c2ef36ld9df0536b30213a6>'
Tue Aug 19 17:45:06 2008 Info: MID 143332 Subject '5:45 email test from gmail'
Tue Aug 19 17:45:06 2008 Info: MID 143332 ready 2032 bytes from
Tue Aug 19 17:45:06 2008 Info: MID 143332 matched all recipients for per-recipient policy DEFAULT in the inbound table
Tue Aug 19 17:45:06 2008 Info: MID 143332 interim verdict using engine: CASE spam negative
Tue Aug 19 17:45:06 2008 Info: MID 143332 using engine: CASE spam negative
Tue Aug 19 17:45:06 2008 Info: MID 143332 interim AV verdict using Sophos CLEAN
Tue Aug 19 17:45:06 2008 Info: MID 143332 antivirus negative
Tue Aug 19 17:45:06 2008 Info: MID 143332 queued for delivery
Tue Aug 19 17:45:06 2008 Info: New SMTP DCID 71857 interface 10.1.255.48 address 10.1.255.30 port 25
Tue Aug 19 17:45:06 2008 Info: Delivery start DCID 71857 MID 143332 to RID [0]
Tue Aug 19 17:45:06 2008 Info: Message done DCID 71857 MID 143332 to RID [0]
Tue Aug 19 17:45:06 2008 Info: MID 143332 RID [0] Response '2.6.0 <6d7f9ea20808191545s66c2ef36ld9df0536b30213a6> Queued mail for delivery'
Tue Aug 19 17:45:06 2008 Info: Message finished MID 143332 done
Tue Aug 19 17:45:12 2008 Info: DCID 71857 close

Similar Messages

  • Any methods to simulate Cisco IronPort WSA appliance for practice

    Similar to GNS3 on which we can simulate ASA/Routers, same way any other methods to simulate Cisco IronPort WSA appliance for practice or testing? Please let me know. Thanks.

    You can download the virtual WSA. I have not tried it so I'm not sure how it works without a license.
    http://software.cisco.com/download/release.html?mdfid=284806698&flowid=41610&softwareid=282975114&release=7.7.5&relind=AVAILABLE&rellifecycle=GD&reltype=latest

  • Is there any Ironport Virtual Appliance for Testing Purpose ?

    Hi Everyone,
    Advance Thanks to Every One.
    Is there any Ironport Virtual Appliance for Testing Purpose ?
    Regards,
    Bala Krishna G

    Looks like there are a couple of vendors who have virtual options. Here's one.
    http://www.ironportstore.com/VirtualEvalRequest.asp
    Also, IronPort has a 30-day free trial of their product.
    http://pages.ironport.com/evalrequest.html?source=eval_req
    Hope this helps.
    Brandon

  • Symantec Mail security & Forefront protection for Exchage on same environment

    We are Running Symantec Mail security on Edge transport with all strict antispam policies but still some users once in a while recieve a spam here or there ,so we are planning to install Forefront Protection for exchange on hub transport , so both products
    are running , is this a do able scnerio , will we face any issues....please suggest from Microsoft point of view,

    Hi,
    As far as I know,  no single tool or process can eliminate all spam. For more spam features and easier management, you can elect to purchase the Forefront Online Protection for Exchange (FOPE) hosted email filtering service or the next version
    of this service, Microsoft Exchange Online Protection (EOP).
    http://technet.microsoft.com/en-us/library/jj218660(v=exchg.150).aspx
    http://technet.microsoft.com/en-us/library/jj673032(v=exchg.150).aspx
    Thanks,
    Angela Shi
    TechNet Community Support

  • Ironport directory harvest for distributed deployment.

    Hello everyone
     We have running multiple ESAs and one SMA. The ESAs cannot access LDAP, but the SMA can. Is there a way to strengthen directory harvest protection without ESAs LDAP integration?
    Thanks a lot!
    Guido

    No...
    But there are a couple of ways to get LDAP closer to them...
    I'm guessing that the ESAs are in a DMZ, and you're not letting stuff in the DMZ access the LDAP boxes, right?
    Not sure if you're using Exchange, but you could put an Edge box in place, and setup Edgesync.  EdgeSync uses your internal HT boxes to push out just enough AD info (eg valid email addresses) to an ADAM instance on the Edge box.  You wouldn't have to feed it mail, but you could just point the ESAs at the ADAM instance for LDAP lookups...
    Or you could roll your own LDAP sync somehow, using ADAM as your LDAP box in the DMZ.  Or a *nix with an LDAP server on it that just has valid email addresses...

  • IronPort SPAM plugin for Outlook 2003-2007

    We are looking at rolling this out and just wondering if anyone can tell me how this plug-in works. We have a content filter that copies any mail to [email protected] to a mailbox that we look at to evaluate the amount of SPAM that our staff is reporting. Looks like when we use the plugin to report SPAM the content filter is not working. Any advice?

    The spam plugin sends the email directly to https://ipas-complaints.ironport.com so you won't see it as an email going through the normal process.

  • Proper TLS Config for IronPort C170

    I inherited an infrastructure a little bit ago that uses an IronPort C170 cluster for email security. I have been tasked with configuring TLS connections with our new medical benefits provider and have some issues doing so. We have 3 MX records, let's call them mail1, mail2 and mail3. Mail1 and mail2 are configured normally on our firewall to pass SMTP traffic on port 25 to the MailListener port on the IronPort which is 25. Mail3, however, is configured on the firewall to translate SMTP traffic on port 25 to port 3600 which is sent to the TLS Listener port 3600 on the IronPort. The IronPort MailInterfaces are configured as such (25,3600) Reverse configuration on the firewall takes any port 3600 traffic from the IronPort and translates it to port 25 traffic for the rest of the world.
    I configured the IronPort with a new Sender Group named TLS_ACCEPT,  added all the medical provider domain names/IPs to it and assigned it to  the ACCEPTED Mail Flow Policy where TLS is set to Required. Likewise,  for outgoing, I specified the same domain names/IPs within the  Destination Controls to require TLS for sending purposes.
    I replaced the guy who originally configured this so I am not too sure how it is setup on the other end for TLS connections already established. We do have a few in place that are active. I am assuming that the other end is configured to send email only to the mail3 MX record. This configuration, however, is not possible with our medical provider so I need an alternative. They have verified that they cannot contact us on mail1 or mail2 via TLS but can with mail3.
    The obvious problem is if a sender from these new domains tries to send TLS_required emails to us over the mail1 and mail2 MX IPs, they will receive an NDR. If I configure the firewall to translate mail1 and mail2 incoming connections from port 25 to 3600, any email sent with TLS not prefered/required will get an NDR. This was actually tested and domains like Yahoo and Hotmail could not send to us.
    Are there any options for me on the IronPort to allow these connections to be sent from all our MX IPs without having to translate the ports? If not, what would happen if I changed the TLS Listener port on the IronPort to 25 instead of 3600 and disabled all the NAT rules on the firewall for mail3? I am only to assume this translation was another security step added by the previous admin here but am not too sure what would happen if I eliminated it.
    Any advice, help, questions, assistance or fun-poking would be greatly appreciated!! Thank you in advance!

    Kevin,
    OMG there's so much unneeded complication here...You can totally ditch the port translation
    Here's what I did:
    Under Network/IP interfaces, I have 3 interfaces:  managment, Public, Private.
         Public is exposed to the net, only port 25 allowed in/out, with 1 A  record for a Domain1 which I have a certificate for.
    Under Network/Listener I have 2 Listeners: 
         Outbound on the Private interface not really relavent for the rest of this discussion
         Inbound on the Public interface
              listening on port 25
              using an Accept query pointed at my Active Directory (all the various email domains in 1 AD)
              using a cert that matches the hostname on the Public interface
              Mail flow polices in HAT all set to TLS preferred with an address list configed for the "required" ones
    Mail Policies/Destination Controls to force sending as TLS
    In my external DNS
         Domain1
              A  mail.domain1.com  x.x.x.
              mx domain1.com  mail.domain1.com pref 10 weight 10 TTL 86400
         Domain2-10
              mx domain2.com mail.domain1.com
              mx domain3.com mail.domain1.com
         etc....
    Hope that helps...
    Ken    

  • Help me in ironport

    hello all
    i have cisco router 2900 this internet router
    and after router conected directry by asa 5540
    and conetecd by ciso switch and have tmg 2010 and exchanger 2010
    i plan to install ironport c170
    ip for router is 192.168.1.1/24
    and ip for asa outside int 192.168.1.2/24
    ip address for asa 192.168.193.2/24
    ip address for tmg 192.168.193.3/24 extenal network
    and internal ips
    10.28.64.0/24
    all network access inernet via proxy server 10.28.64.1:8080
    in asa i make access list for exchange 443
    587 port and 80
    where i can put ironport and ip address for data 1 interface and data 2  and
    i need to configure it as spam filter only
    please i want all steps in this sinareo

    Hello Mohamed,
    basically what  you need to do is to run the setup wizzard and configure all host  settings, receiving domaink, and your destinations Exchange server  there. Then enable antispam (Security Sercices->Antispam) and  activate it in your inbound mail policies (Mail Policies Incomming Mail  Policies). As you are using a proxy for internet access, this needs to  be included in your update settings as well, in order for the antispam  engine to receive updates.
    Security Services -> Update Service Updates -> Edit Update Settings -> Proxy Servers
    Also do not forget to commit your changes once you are done with everything.
    Hope that helps,
    Andreas

  • AsyncOS 5.5.1-014 for Email is now available

    UPDATE: 2008-2-26 5.5.1-014 releases:
    This release includes a number of fixes:
    * Fixed: Appliances Are Not Generating SNMP Traps
    * Fixed: Leftover Files Are Deposited in scanning_temp_files Directory
    * Fixed: DNS-Related Memory Issues Delay Acceptance of Incoming Mail
    UPDATE: 2007-12-17 5.5.1-011, 5.1.2-011, 4.7.2-005 releases:
    This release includes a number of updates and fixes:
    * Fixed: 35715,38152,38531,38532 Consolidated LDAP fixes
    * Fixed: 38506,38527 Certain malformed messages can severely degrade performance
    * Fixed: 38274 IronPort Spam Quarantine alias consolidation issues with Active Directory
    * Fixed: 38248 Clustered SafeList/BlockList incorrectly prompts for login
    About Earlier Builds of AsyncOS for Email
    38527 is also present in earlier builds of AsyncOS for Email. Due to the potential severity of this issue we have also patched the earlier versions listed below, customers who are not ready to upgrade to 5.5.1-011 are encouraged to upgrade to one of these builds:
    5.1.2-011
    4.7.2-005
    UPDATE: 2007-11-28 5.5.1-010 releases:
    This Hot Patch release contains the following feature and stability fixes
    * New: PCI, HIPAA, GLB and SOX dictionaries preloaded for use in content and message filters
    * 37711 Logging into the IronPort Spam Quarantine generates error
    * Fixed: 37971 LDAP can slow delivery after log subscription update
    * Fixed: 37772 LDAP routing host is ignored when the routing address matches the original address
    * Fixed: 36408 application fault in smtpauth
    IronPort Systems is pleased to announce the release of AsyncOS 5.5.1-010 for Email for all C-Series and X-Series Email Security Appliances. This release includes all of the powerful new tools for integrated Data Loss Prevention and Encryption released in AsyncOS 5.5.0 as well as critical security patches. IronPort recommends all customers to upgrade to 5.5.1.
    * New Feature: IronPort PXE Encryption
    * Enhanced: Content Scanning capabilities for Data Loss Prevention
    * Enhanced: LDAP Capabilities
    * New Feature: DKIM Authentication
    * New Feature: End-User Safelists and Blocklists
    * Enhanced: Reporting
    * Enhanced: Web User Interface
    * Updated: Brazilian DST
    * Fixed: Double-Byte character rendering in IronPort Spam Quarantine
    * Fixed: Performance optimization of disabled content filters
    * Fixed: Virtual gateway delivery to host with invalid DNS entry may disrupt mailflow
    NOTE: For customers running pre 5.5.0 releases, there is no requirement to upgrade to 5.5.0 first. If 5.5.1 appears as an available upgrade customers are encouraged to upgrade directly to 5.5.1.
    Customers running older builds who are not ready to move to 5.5.1, are encouraged to upgrade to our current patched builds:
    - 5.1.2-014
    These builds provide out latest stability fixes.
    Webinar for Selected New 5.5.0 Features
    We are pleased to offer a webinar that presents information about Safelist/Blocklists, Smart Identifiers and DKIM. You can download the webinar from the Support Portal:
    http://tinyurl.com/2o28uw
    Preparing to Upgrade
    As a best practice, IronPort recommends preparing for an upgrade by taking the following steps:
    1. Save the XML configuration file off of the appliance.
    2. Suspend the listeners.
    3. Drain the mail queue and the delivery queue.
    4. Re-enable the listeners after you upgrade.

    I haven't upgraded to 5.5.0 yet, but I was very excited to learn about end-user whitelists and blacklists, which is something we'd been pushing for since we bought our Ironports. Unfortunately, it looks like it's being implemented in a way that makes it impossible for me to deploy at this time.
    We have two C350s, and would need the whitelists and blacklists to appear on each box. It appears that I could do this by exporting the database from one machine, transferring it to the other, and then importing it. However, this appears to ONLY be able to be done via the GUI.
    This is a showstopper for me, because I do not want to have to log into the Ironport every day to import and export the databases - I would want to automate it. I talked to technical support, and it appears that there is no way to do this via the CLI.
    My feature request is this: please consider adding a command that would allow me to remotely force the database to be dumped, and another command to import the database.
    Ideally, it would be something like:
    safelistconfig dump
    safelistconfig import
    If that was available, I would make my users a lot happier with this feature.

  • How to set smarthost in JES messaging 6.0

    I want to forward outbound mail to smarthost for scan virus. Please help me how to set smarthost in JES?

    It's the same as in 5.2
    imta.cnf
    look for "section II, channel block"
    find your outbound channel, usually "tcp_local"
    Add to the end of the long second line,
    daemon virus_scanner_host_name
    where "virus_scanner_host_name" is the fqdn of your machine that does the virus scanning
    after you've saved the imta.cnf file, run
    imsimta cnbuild
    imsimta restart dispatcher

  • IronPort best practices and configuration guide

    Hi there,
    I manage a Cisco IronPort ESA appliance for my organisation and made a quick blog post last night about things I thought should be a best practice for a new ESA appliance.
    The reason I wrote this is because some of these things are not configured from the start or are configured poorly by default.
    Take a look and let me know what you think - I plan to make a part 2 because there are some things I did not have time to go through and it was quite long already!
    Remember that your environment will be different from mine so you should understand the things I say before blindly implementing them!
    http://emtunc.org/blog/06/2014/cisco-ironport-e-mail-security-appliance-best-practices-part-1/

    First of all, I think your question is related to the WebCenter (Framework) as such, not just OUCSS.
    As for JDev. vs. run-time, this question is well discussed in Yannick Ongena's tutorial: http://www.yonaweb.be/webcenter_tutorial/part1_configure_webcenter_portal_application
    "Let me first talk a bit about the architecture of WebCenter and the runtime customizations. ADF (and WebCenter) has an additional component since 11g called the MDS (MetaDataServices). The MDS is a repository that stores all the customizations. The page we just created at runtime is not stored in the project folder of JDeveloper but is instead stored in the MDS."
    I guess the answer when to use which methods depends on the situation what page you want to create.
    I am surprised, however, that you state that
    Pages created in JDeveloper are not searchable online. It is possible to link it to a Navigation Model but the path needs to be manually entered.Could you elaborate on your use case?
    As for navigation models, you can check another tutorial: http://docs.oracle.com/cd/E21764_01/webcenter.1111/e10148/jpsdg_navigation.htm#BABJHFCE
    Maybe, what your are looking for is the way how to create a navigation model according to your needs?

  • CE with Ironport

    Customer has a standalone CE (7326) and all traffic is redirected to an Ironport device. The Ironport device prompts for a username/password, once those credentials are correct, the user can view webpages. Is there a way to enter a username / password credentials in the Content Engine so it will be able to cache the appropriate sites. Another company manages the Ironport device for my customer and we are trying to get in touch with them to allow the CE to bypass the Ironport altogether, just didn't know if there was a different way to go about this.
    thanks!

    Go through this Configuration Examples and TechNotes.
    http://www.cisco.com/en/US/products/hw/contnetw/ps766/prod_configuration_examples_list.html

  • Ironport C160 Device Troubleshooting

    My apologies if I am posting this in the wrong place but there does not appear to be a place for Ironport devices.
    We have two Ironport C160 appliances configured as a cluster that have been running without issue for several months.  In the past month and a bit one of the units has hung/failed/become unresponsive.  I'm wondering if there is a standard process people who support these devices follow to troubleshoot problems like this?  I couldn't find anything of much use in the documentation I have available so any advice relating to what I should be checking would be appreciated.  Are there log files to look at?  Is there anything I can do other than a hard reset to get this machine back and once its back is there something I should be doing to make sure its working properly?
    Any assistance or direction you can provide would be great.
    Thanks

    Mitch,
    it looks like your user account only has guest level access, while you need customer level access. I can only suggest to follow the FAQ's recommendation:
    If you are a Cisco IronPort customer and facing issues accessing these
    communities, please contact Cisco IronPort Customer support for
    assistance. The contact information can be found here: Cisco IronPort Support Contacts
    hth
    Herbert

  • Cisco Unity Connect 8.6 smarthost

    Hi Guys,
                I am in the process of deploying the Cisco Unity Connect 8.6 on the virtual environment. I was able to configure the smtp configuration smarthost with our exchange server. And the test user is able to receive the voicemail via the phone and the email. My question is, since we are going to outsource our email to Gmail in a couple months. Currently I am using the "Accept and Relay the Message" under Message Action for the User and the "Reply Address as [email protected]".  I would like to know if there is a way to configure the smarthost as gmail, if so what will be the smarthost for gmail? Has anyone has this scenrio setup before? Please let me know. Thanks in Advance.
    Hakach

    Hakach,
    Google's SMTP relay server is smtp.google.com. However, I don't think this will work with Unity Connection. Google forces authentication and TLS encryption. As far as I know the Unity Connection won't support these pre-requisites for smarthost configurations.
    Maybe you can consider keeping a basic relay server on prem and have Unity Connection relay through this server to Google. Of course the 3rd party solution should support the pre-reqs defined by Google.
    HTH.
    Regards,
    Bill

  • Quick way to sort out who is using one of 2 ironports?

    I have 2 ironports, working together for receiving mail but with different configurations regarding outgoing smtp authentication.
    We are gradually trying to migrate all users to the authenticated solution, and I need a way to understand who is still using the old configuration.
    Of course the interfaces have diffent names and I can see which appliance was used from logs or MFC, but this is not practical for a couple of thousand mailboxes.
    I would also need to create periodical reports to see the migration progress.
    Any idea? Filters, Policies, Labels?

    Hello,
    We push the Maillog to a syslog server and can then grep the log on the machine name, mail from: and your outgoing domain (including the @ sign)
    If you have multiple outgoing domains I think, you can create a nice RegExp for it (or ask a RegExp expert to do this for you)
    I think you can do the same on the Ironport appliance locally but you can not schedule anything there, so it stays a manual process.

Maybe you are looking for

  • HT1277 I cannot send email from my mac but I can from my iPad and iphone

    Hi Guys, Suddenly I cannot send email from my Mac.  I can however receive emails. I can send emails with the same settings from my iPad and iPhone. Please help!!

  • Materialized view refresh error

    Hi, I get the error in the package I run. 04/29/2011 BM_CARLSON 64x Failed: ORA-12008: error in materialized view refresh path ORA-04052: error Should I drop the mview and recreate it. Since the package refreshes a lot of mview's how will I know that

  • SSRS report running very slow but query is very fast in SSMS

    I am running a very basic report. I am just retrieving some data from a table and I am using a parameter in the Where clause of the query. The query runs fast (in less than 5 secs) if I hardcode the parameter in the SSRS query but if it's left as a d

  • TREX Full Search via CV04N Displays DIR Hits While EasyDMS Search Shows All

    Hello All, I've searched for information on this and have not yet located an answer so I hope this has not already been addressed even though I think it is somewhat basic.  We have recently installed EasyDMS and TREX to enhance our existing DMS capab

  • SPA50X transfer with one-touch button

    Hi to All! Sorry for my English first! :-) I'm using SPA504G phones with IP-PBX ZyXEL X8004. One-touch buttons is configured as described in manuals: fnc=sd+cp+blf; sub=UserID@$PROXY Here is my problem: when I want to transfer incoming call to other