Fails to open connection stream

Ok, so have a page that works wonderfully where it currently sits (off the HTTP_ROOT).
It includes the line:
<?php require_once('/Connections/imaging101.php'); ?>
I decided I wanted to move this page, along with a few others that are all "admin only" to an "admin" directory.  I moved the pages and DW automatically updated the above string to:
<?php require_once('../Connections/imaging101.php'); ?>
I expected this to work, but it does not... I constantly get the error:
Warning: require_once(Connections/imaging101.php) [function.require-once]: failed to open stream:
No such file or directory in
/home/content/d/j/m/djmikewatt/html/sites/imaging101/includes/left_pane.php
on line 1
Fatal error: require_once() [function.require]: Failed opening required
'Connections/imaging101.php' (include_path='.:/usr/local/php5/lib/php') in
/home/content/d/j/m/djmikewatt/html/sites/imaging101/includes/left_pane.php
on line 1
I tried adjusting the string to things like:
<?php require_once($_SERVER['HTTP_HOST'].'/Connections/imaging101.php'); ?>
<?php require_once($_SERVER['DOCUMENT_ROOT'].'[path from root]/Connections/imaging101.php'); ?>
None of this works. I don't know what is wrong.  If the page works off the root, and then is places one level deep ([root]/admin/) shouldn't simply adding the ".." in front of the path do the trick? (../Connections/imaging101.php)
Am I missing something else here?

Thread moved to Dreamweaver Application Development forum, which deals with server-side issues.
The PHP include and require commands use document-relative paths or look for files in your PHP include_path. They do not understand links relative to the site root. It would appear that the previous location of your include file just happened to translate correctly to the location of the include file. Now that you have moved it, PHP can't find it.
The reason $_SERVER['HTTP_HOST'] doesn't work is because most hosts turn off the inclusion of files through a URL. In fact, it's the default setting in PHP since 5.2.
I don't know why  $_SERVER['DOCUMENT_ROOT'] doesn't work, but it's not supported on all servers, so that might be the problem.
There are two simple ways to solve this problem:
Use an absolute path, starting with /home/content/ etc.
Use set_include_path() to add the folder where the file resides in your include_path.

Similar Messages

  • Error in Crystal report( built  on Universe) preview in CMC - Failed to load DB credentials or Failed to open Connection

    Hi,
          I created a Crystal Report (CR XI r2) using Universe and database is Db2.
         My report is working fine in Crystal report ,.But when i am uploading this report (Save AS ->enterprise) to repository ,and then trying to preview this report from CMC/Infoview,it throws error "Failed to load DB credentials  "or sometimes it throws" Failed to open Connection" .
    I have given DB user credentials correctly and used both option "prompt user for DB logo" as well as "use same database logon" .
    I am not sure why it is throwing this error.I checked both "Bo server machine as well as Client machine ,both  are having DB2 cleint installed and configured.
    Is this an issue with Service Packs ?
    As my machine configuration is -
         BO Client - BO XI R2 RTM + SP1+SP2
         BO Server (Linux) - BO XI R2 RTM
    If anybody faces the same issue ,please share the solution with me,as it is very urgent .
    Thanks
    Nitin

    Hello,
    Thank you for your post.
    Based on your description, your issue is out of support of VS General Question forum which mainly discusses
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    I suggest that you can consult your issue directly on SAP Crystal Reports:
    http://scn.sap.com/community/crystal-reports/content?filterID=content~objecttype~objecttype[thread]
      for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Schedule a report with custom datasource cause "failed to open connection"

    Dear all,
          I have a BOE enterprise Xi 3.1 SP 2.3 running on a RED Hat Enterprise kernel 5.3 with tomcat as web server. I have a report design with crystal report designer. The report default use JDBC as connection to Oracle 11g database. If I select to "Use original database logon information from the report" I can schedule the report and a success instance returned. If I select "Use custom database logon information specified here" and the custom driver inputted "crdb_jdbc". I can not schedule a report and obtain a success instance. It throw "Failed to open connection. {Report Name}"
    I have add the Oracle 11g JDBC driver (ojdbc5.jar) to the classpath in bobje/java/CRConfig.xml.
    Anything I have missed, Please advice.
    Gabriel.

    Please help

  • InfoView - Error when opening a report ("Failed to open connection")

    Hellow everybody!
    > I created a crystal report using Crystal Reports 2008.
    > The report was designed to connect to a mysql database.
    > In Crystal Reports 2008, the report works fine, but when I try to open it in InfoView, the error bellow appears:
    "Failed to open connection"
    The BO XI3.0 is intalled in a windows 2003 server.
    The odbc driver is installed and configured on the server (I test the connection and it is working fine).
    I don't know what the problem is.
    anyone have any idea about what might be happening?

    The DB is on the server machine.
    When I said I created a connection in the CMC, I did it by creating a connection using the Designer tool:
    II went in the Designer tool and I've just created the connection, but I not drawn any universe since my report does not use a universe (in CR the report directly connects to the database).
    I do not know if this is a correct procedure.
    Edited by: Gisele Machado Souza on Apr 12, 2010 10:19 PM

  • Failed to open connection error message on Crystal Server

    I have recently upgraded my desktop to Windows 7.  Crystal Reports XI Developer works fine on this new system as it did on my earlier Vista system.  I can create and run reports with no problems on each of these system using Developer.
    The problem I am experiencing is this:  when I publish, using the Publishing Wizard, a report on my Crystal Server using my Windows 7 system, the report does not work.  Instead, the error message: 'Failed to open connection' appears from Crystal Report Viewer.
    If I open the same report using my Developer license on my old Vista machine and then re-save it, I can publish it to my CR Server and it runs successfully.
    ODBC is used on all systems and all appear to be  32 bit versions, albeit different version numbers.
    This problem can be repeated with any of the many reports currently in use.

    HI Don,
    Let's see if I understand what you're saying:
    When a report is created on a legacy desktop in CR Developer, the ODBC connection on that computer works with direct access to the SQL Server 2008 on my Windows Server 2003 R2 system.  I can then also publish these using the Publishing Wizard to the CRS these same reports and they run successfully; no connection issues, works great.
    However, when a report is created on my 64 bit Windows 7 desktop in CR Developer, the ODBC connection on that computer also works well with direct access to the SQL Server 2008 on my Windows Server 2003 R2 system.  BUT, when I then publish these using the Publishing Wizard to the CRS these same reports do NOT successfully connect to the database and that is when I get the Crystal Viewer message about the connection failed.
    So, I would assume then that Crystal Server on my Windows Server 2003 system is similar enough to older MDAC criteria on legacy systems but different enough my Win7 desktop to introduce the problem even though Developer on that same Win7 system works fine directly against the SQL DB.
    If this is all correct, then I either need a legacy MDAC to work on my Win7 system, or an updated MDAC\WDAC for Crystal Server to use.
    By the way, I'm using ODBC and here are some details from the Component Checker:
    Server:
                 MDAC 2.8 SP2 on Windows Server 2003 SP2
    Desktops:
                 MDAC 2.8 SP1 on Windows XP SP3 - on an XP machine that works fine
                 UNKNOWN on Vista (but it works fine with CRS)
                 UNKNOWN on Windows 7 - (doesn't work with CRS - must be a different UNKNOWN than on Vista)
    Thanks for your assistance as this is rather important -
    Bob.

  • BIEE Scheduler error - Failed to open connection to SMTP Server

    I get the following error while runing an iBot.
    nQSError: 75003 Failed to open connection to SMTP Server. Delivery to same user's Dashboard works fine. Warning is as shown below. Any help is greatly appreaciated. This is for internal customer.
    ==============================================
    Eventually succeeded, but encountered and resolved errors...
    Number of skipped recipients: 2 of 5
    +++ ThreadID: 1264 : 2009-06-17 16:57:31.246
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 1264 : 2009-06-17 16:57:31.246
    iBotID: /users/administrator/_ibots/Open Issue Alert
    ...Trying SMTP Delivery loop again
    +++ ThreadID: 1264 : 2009-06-17 16:57:31.246
    ... Sleeping for 5 seconds.
    +++ ThreadID: 115c : 2009-06-17 16:57:31.637
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 115c : 2009-06-17 16:57:31.637
    iBotID: /users/administrator/_ibots/Open Issue Alert
    ...Trying SMTP Delivery loop again
    +++ ThreadID: 115c : 2009-06-17 16:57:31.637
    ... Sleeping for 3 seconds.
    +++ ThreadID: 115c : 2009-06-17 16:58:16.602
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 115c : 2009-06-17 16:58:16.602
    iBotID: /users/administrator/_ibots/Open Issue Alert
    ...Trying SMTP Delivery loop again
    +++ ThreadID: 115c : 2009-06-17 16:58:16.602
    ... Sleeping for 5 seconds.
    +++ ThreadID: 1264 : 2009-06-17 16:58:18.414
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 1264 : 2009-06-17 16:58:18.414
    iBotID: /users/administrator/_ibots/Open Issue Alert
    ...Trying SMTP Delivery loop again
    +++ ThreadID: 1264 : 2009-06-17 16:58:18.414
    ... Sleeping for 8 seconds.
    +++ ThreadID: 115c : 2009-06-17 16:59:03.614
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 115c : 2009-06-17 16:59:03.614
    iBotID: /users/administrator/_ibots/Open Issue Alert
    ...Trying SMTP Delivery loop again
    +++ ThreadID: 115c : 2009-06-17 16:59:03.614
    ... Sleeping for 8 seconds.
    +++ ThreadID: 1264 : 2009-06-17 16:59:08.644
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 1264 : 2009-06-17 16:59:08.644
    iBotID: /users/administrator/_ibots/Open Issue Alert
    ...Trying SMTP Delivery loop again
    +++ ThreadID: 1264 : 2009-06-17 16:59:08.644
    ... Sleeping for 6 seconds.
    +++ ThreadID: 115c : 2009-06-17 16:59:53.859
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 115c : 2009-06-17 16:59:53.859
    iBotID: /users/administrator/_ibots/Open Issue Alert
    Exceeded number of delivery retries.
    +++ ThreadID: 1264 : 2009-06-17 16:59:56.687
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 1264 : 2009-06-17 16:59:56.687
    iBotID: /users/administrator/_ibots/Open Issue Alert
    Exceeded number of delivery retries.

    You have a problem with your smtp parameters. Verify them. Here an article to see how you can do with telnet.
    http://gerardnico.com/wiki/smtp_telnet
    And here an article when you are sure of the parameters to configure delivers :
    http://gerardnico.com/wiki/dat/obiee/bi_scheduler/obiee_scheduler_configuration_mail
    Success
    Nico

  • Failed to update table name (location): Failed to open connection.

    Folks,
    ENV : SQL Server 2005, CR 2008 SP3, Windows Server 2003
    All the reports are working fine except for 4 of them. All of them demonstrate the same symptoms.
    Failed to print/preview report with the error 'A Crystal Reports job failed: Failed to update table name (location): Failed to open connection. Failed to open connection. COA.rpt
    All the reports use OLE DB connection. I have verified the the DB Connection Information. It's the same across all the rpt files.
    Please help.
    Regards,
    Balaji K

    Hi,
    Additional Info:
    CR 2008 SP3 is called by an application using .net. The Application passes a couple of parameters to the CR report. I'm able to preview the report. All the reports use the same set of parameters.
    Balaji K

  • Failed to Open Connection - CrystalViewer in InfoView

    Post Author: hollyschulz
    CA Forum: Data Connectivity and SQL
    Failed to open the connection. Details: &#91;Database Vendor Code: 12154 &#93; Failed to open the connection. C:\WINDOWS\TEMP\{F0E59389-0C91-43B2-9D66-CBC0189F0C87}.rpt Details: &#91;Database Vendor Code: 12154 &#93;
    I have no idea what this error message indicates! I've verified the data base already, cleared internet files and cookies from IE...  Reports are running perfectly from BusinessObjects, but InfoView is not running any. 

    Hi Amos,
    First of all, check that your ODBC is working.  Do this thorugh ControlPanel->Administrative Tools->DataSources.  If this is working then good.
    If the connection test is successful, update your conneciton theough "Set DataSource Location" under the Databadse menu in Crystal Repoorts.

  • Failed to open connection when opening report in InfoView

    We get the following error when trying to open any report in InfoView.  This is only happening after our database server changed, but the ODBC connections appear correct.  Can anyone help with this?

    Hi Amos,
    First of all, check that your ODBC is working.  Do this thorugh ControlPanel->Administrative Tools->DataSources.  If this is working then good.
    If the connection test is successful, update your conneciton theough "Set DataSource Location" under the Databadse menu in Crystal Repoorts.

  • CR XI R2- Failed to open the connection

    I just installed Crystal Reports XI Release 2 and I installed Service Pack 2 and SP5 on my laptop running Windows Vista Business SP1 with 64-bit operating system.
    I also installed Oracle 10g client on my laptop, configured DSN to connect to our Oracle 9i database and it show that Connection Successful when tested (I created User DSN and System DSN and they both connected fine)
    However, when I tried to open one of my existing report and refresh the data and CR asked me to specified data source from my ODBC(RDO) then a message appeared as:
    Failed to open connection.
    Details:IM002:[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
    Thank you in advance for your help.
    Best regards,
    Tuan

    Hi Don,
    I did go into C:\Windows\SysWOW64 to run the 32bit version (where I see the Oracle 9.2 driver there) and created the Data Source(Test Successful) but when I used Crystal to open the Data Source I see this error message:
    Failed to open connection:
    Details: 08004:[Oracle][ODBC][Ora]ORA-12154:TNS: TNS could not resolve service name
    [Database Vendor Code:12154]
    I am not really sure what it means and I need your advise on this .
    Best regards,
    Tuan
    Edited by: Tuanz Huynh on Sep 21, 2009 6:10 PM

  • Failed to open the connection

    We have just moved to CR2008 and have been migrating our first application to support same.
    We have a number of reports developed in CR10 which were designed based on stoered procedures with parameters and as a result have a number of questions.
    1. Why is it that if we have already set a reports datasource to a populated dataset we still have to pass parameters?
    2. Why is it that we have to advise the viewer of connection properties if all it's doing is running a report based on the above dataset?
    3. Although the above questions remain, we made the changes and this was all working fine. We subsequently loaded the CR2008 Sp1 and Sp1fix1.1 now we get an error when trying to load the reports:- "Failed to open connection"?
    .LogOnInfo(0).ConnectionInfo.ServerName = "our sql server"
    .LogOnInfo(0).ConnectionInfo.UserID = "valid username"
    .LogOnInfo(0).ConnectionInfo.Password = "valid password"
    .LogOnInfo(0).ConnectionInfo.DatabaseName = "database"
    Thanks
    Geoff

    Don
    Thanks for the response but we have fixed this issue with help from another post on this forum but to clarify what had happened here:-
    We were running VS2005 and CR10 on Windows XP but moved our systems to Vista and VS2008 after which we had a few issues with CR10 and Vista DEP.
    We purchased upgrades to CR2008 but then could not run the reports with the existing code. The reason that we thought the problem was fixed and then it came back was that one of our number edited the reports in CR2008 to connect to the correct SQL Server and saved them, hooray they work!
    As we were only testing and wanted to be sure of the steps taken to roll out elsewhere and unaware of the impact his changes had had on the problem he undid the checkout at the end of the day rolling back the reports to there VS 2005, CR10 state. Hey presto the next day they did not work.
    All we needed to do to update the connection properties of the report was to iterate the tables collection as shown in the thread **** Canu2019t Change ServerName or DatabaseName At Runtime In Crystal Report!!!* from MikeLACalifUSA
    For Each myTable In MyReport.Database.Tables
    myLogonInfo = myTable.LogOnInfo
    myLogonInfo.ConnectionInfo.ServerName = " DATASERVER2"
    myLogonInfo.ConnectionInfo.DatabaseName = "CMSDATASQL"
    myLogonInfo.ConnectionInfo.UserID = "SQL_USER"
    myLogonInfo.ConnectionInfo.Password = "34567WERTD"
    myTable.ApplyLogOnInfo(myLogonInfo)
    Next myTable
    Problem solved.
    I'm still unsure why it is neccesary to advise the report object of the stored procedures parameters and connection properties when we are telling it that it's datsource is a fully formed and populated dataset?
    I can see that being able to load different tables wthin the report from different datsources may be useful but we should be able to load and display disconnected data surely?
    Geoff

  • Failed to open the connection - database vendor code 17

    I'm upgrading a VB.net Windows Forms application from 1.1 to 4.0.  In the reporting form, the list of reports you can choose are pulled from a folder where the .rpt files reside.  Once the user chooses a report and executes it, vb code populates the current database connection information and displays the report in the report viewer control.
    The following things are true:
    - Version 1.1 works on my systems and my customers systems
    - The code has not been changed, except that it now targets .Net 4.0 instead of 1.1
    - The exact same .rpt files are being used
    - Version 4.0 connects to the same database my customer is using, and I can run the reports just fine from here.
    - Version 4.0 is able to connect to the database just fine from my customers systems (using the same connection information provided to the report)
    - My customer installed this:  http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_2.zip
    The only problem is that my customer encounters this error when trying to run any report from his systems:
    Failed to open the connection.
    Details:  Database Vendor Code: 17
    Failed to open the connection.
    Orders.BOL.TaskDetail {393C9017-0ED1-4E1E-8824-E222F4B9D14C}.rpt
    Details:  Database Vendor Code: 17
    I read all of the articles I could find, and they either don't describe this exact situation, or there is insufficient information for troubleshooting this issue.  Are there steps that I've missed to make Crystal Reports for VS2010 work on my customer's systems?
    Your help is appreciated,
    Mark

    Hi Mark,
    More information required -
    - Does this happen with all reports or few?
    - What is the connection type used for the report to connect to the database (OLEDB,ODBC etc)
    - Are you changing the database at runtime?
    few things you could check
    - Check if the database is accaessible from the client machine with proper permissions / rights.
    - If its an ODBC connection check if the DSN with same name is created on the client machine.
    - Check the driver / provided used by the report to connect to the DB, verify that the same is installed on the client machine. (SQL NAtive client, SQL Server etc)
    Also take a look at below articles discussing the simillar issue.
    [CR for VS2010: Failed to Open Connection [Database Vendor Code: 17 ]|CR for VS2010: Failed to Open Connection [Database Vendor Code: 17 ]]
    [1474461 - Unknown Database Connector Error when connecting to a Dataset in a VS .NET application |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333433373334333433363331%7D.do]
    Hope this helps,
    - Bhushan.

  • Failed to open the connection. Error in the Designer when copying ...

    I have two different systems I am developing an application on.
    I copy the entire directory from one system to the other. Both systems have the same environment:
    Visual Studio 2010
    Crystal Reports for Visual Studio 2010 (the production release, or I think it is the vesion is 13.0.2.0 is the version on the assemblies)
    SQL 2008 R2
    Today, I started adding Crystal reports to this VS solution. I have a reportdriver class that exports all the reports to an HTTP Stream, but we can sit that aside for now. The problem I am having is strictly with the integrated designer.
    I have a bunch of existing reports written for an old Sybase databse. I have ported them to SQL and the table structure matches. I simply add the report to my project, point it to the new datasource (using "Set Datasource Location" - OLE ADO SQL) and then preview the report to be sure it runs.
    I am just using "localhost" as my server name for the OLE connection so I...in theory... don't have to change the data source to view it on the other system. Both systems have SQL 2008 R2 installed locally. For my login credentials, I use SQL Security and use the same database login/password on both development machines andthe production server.
    Today, I copied my entire project to the other PC (as I do almost every day).. When I open any of the reports (in VS) and try to preview them I get:
    Failed to open the connection.
    Details: ADO Error Code: 0x80004005
    Source: Microsoft OLE DB Provide for SQL Server
    Description: [DBNETLIB][ConnectionOpen (Connect().]SQL Server does not exist or access denied.
    SQL State: 08001
    Native Error: 17 [Database Vendor Code: 17]
    I can only guess that I am using two different OLE ADO drivers on the two systems or there is something embedded in the rport or somewhere in my solution that "knows" I am not really on the same system that I initially set them up on and previewd them with.
    Am I on the right track? Any idea how I can fix this? Obviously, I don't want to have to setup the datasource for every report in my application (if I do that, the report works) when I copy it from the development to the production server.
    I am in a real bind here and under a fast aproaching deadline. Any help is much appreciated!!!
    Shayne

    Don't use localhost as your server name. It's a reserved name and should not be used in code.
    Try this also [Kbase |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533353333333433363339%7D.do] SAP Note 1553469 - How to enable Database logging in Crystal Reports for Visual Studio 2010
    Edited by: Don Williams on Jan 30, 2011 6:02 AM

  • Connection refused 61 can't open SMTP stream (10.3.9)....

    After doing a manual reconstruct on the cyrus mailboxes, the server refuses to send or receive mail. Attempting to send email via squirrelmail's web interface, I get the following error:
    Connection refused 61 can't open SMTP stream
    Nothing seems changed in either the postconf or squirrelmail's config file...anyone else experienced this problem?? No email is being received either....
    Thanks,
    Jim

    Here's the postconf -
    staff:~ Admin$ ponsconf-n
    -bash: ponsconf-n: command not found
    staff:~ Admin$ postconf -n
    always_bcc =
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    inet_interfaces = all
    luser_relay =
    mail_owner = postfix
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    messagesizelimit = 10240000
    mydestination = $myhostname,localhost.$mydomain,mail.montclairprep.org,montclairprep.org,mail.m ontclairprep.net,montclairprep.net,mail.montclairprep.com,montclairprep.com
    mydomain_fallback = localhost
    myhostname = staff.montclairprep.com
    mynetworks = 127.0.0.0/8
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdclientrestrictions = hash:/etc/postfix/smtpdreject
    smtpdenforcetls = no
    smtpdpw_server_securityoptions = login,cram-md5
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtls_certfile = /etc/postfix/server.pem
    smtpdtlsloglevel = 0
    smtpduse_pwserver = yes
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 450
    staff:~ Admin$
    here is the SMPT log - (all other mail logs empty)
    Mar 31 09:58:29 localhost postfix/master[377]: daemon started -- version 2.0.10
    Here is the syetem log - Mar 31 09:58:31 localhost /usr/share/servermgrd/cgi-bin/servermgr_ipfilter: ipfw config:Info:Timing: Services array obtained from context
    Mar 31 09:58:31 localhost /usr/share/servermgrd/cgi-bin/servermgr_ipfilter: ipfw config:Info:Finished generating rules in 4 ms
    Mar 31 09:58:32 localhost /usr/share/servermgrd/cgi-bin/servermgr_ipfilter: ipfw config:Info:Flushed rules
    Mar 31 09:58:32 localhost ctl_cyrusdb[380]: verifying cyrus databases
    Mar 31 09:58:32 localhost ctl_cyrusdb[380]: skiplist: recovered /var/imap/annotations.db (0 records, 144 bytes) in 0 seconds
    Mar 31 09:58:32 localhost /usr/share/servermgrd/cgi-bin/servermgr_ipfilter: ipfw config:Info:Finished applying generated rules in 663 ms
    Mar 31 09:58:32 localhost ctl_cyrusdb[380]: done verifying cyrus databases
    Mar 31 09:58:32 localhost /usr/share/servermgrd/cgi-bin/servermgr_ipfilter: ipfw config:Info:Timing: Finished applying NAT rules
    Mar 31 09:58:32 localhost /usr/share/servermgrd/cgi-bin/servermgr_ipfilter: ipfw config:Info:Timing: Finished applying local rules
    Mar 31 09:58:32 localhost master[378]: No address associated with nodename, disabling sieve
    Mar 31 09:58:32 localhost master[378]: ready for work
    Mar 31 09:58:32 localhost ctl_cyrusdb[426]: checkpointing cyrus databases
    Mar 31 09:58:33 localhost ctl_cyrusdb[426]: done checkpointing cyrus databases
    Mar 31 09:58:34 localhost ConsoleMessage: Disabling IPFilter
    Mar 31 09:58:34 localhost SystemStarter: Disabling IPFilter
    Mar 31 09:58:34 localhost SystemStarter: Startup complete.
    Mar 31 09:58:40 localhost /System/Library/CoreServices/SecurityAgent.app/Contents/MacOS/SecurityAgent: DSOpenNode(): dsOpenDirNode("/LDAPv3/127.0.0.1") == -14002
    Mar 31 09:58:45 localhost /System/Library/LoginPlugins/MCX.loginPlugin/Contents/MacOS/MCXCacher: DSOpenNode(): dsOpenDirNode("/LDAPv3/127.0.0.1") == -14002
    Mar 31 10:00:20 localhost imap[639]: auxpropfunc error generic failure
    Mar 31 10:00:20 localhost imap[639]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:00:24 localhost last message repeated 2 times
    Mar 31 10:01:43 localhost pop3[731]: auxpropfunc error generic failure
    Mar 31 10:01:43 localhost pop3[731]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:01:51 localhost ntpd[267]: time set -0.014594 s
    Mar 31 10:01:51 localhost ntpd[267]: synchronisation lost
    Mar 31 10:02:03 localhost pop3[731]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:06:43 localhost pop3[1152]: auxpropfunc error generic failure
    Mar 31 10:06:43 localhost pop3[1152]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:07:03 localhost pop3[1152]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:10:27 localhost imap[1420]: auxpropfunc error generic failure
    Mar 31 10:10:27 localhost imap[1420]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:11:43 localhost pop3[1501]: auxpropfunc error generic failure
    Mar 31 10:11:43 localhost pop3[1501]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:12:03 localhost pop3[1501]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:16:43 localhost pop3[1854]: auxpropfunc error generic failure
    Mar 31 10:16:43 localhost pop3[1854]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:16:47 localhost pop3[1854]: login: [10.2.1.99] jgernes APOP User logged in
    Mar 31 10:17:03 localhost pop3[1854]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:20:29 localhost imap[2198]: auxpropfunc error generic failure
    Mar 31 10:20:29 localhost imap[2198]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:21:43 localhost pop3[2279]: auxpropfunc error generic failure
    Mar 31 10:21:43 localhost pop3[2279]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:22:03 localhost pop3[2279]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:22:07 localhost imap[2280]: auxpropfunc error generic failure
    Mar 31 10:22:07 localhost imap[2280]: login: localhost [::1] gwank CRAM-MD5 User logged in
    Mar 31 10:22:08 localhost last message repeated 2 times
    Mar 31 10:23:10 localhost last message repeated 2 times
    Mar 31 10:23:12 localhost imap[2280]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:23:15 localhost imap[2362]: auxpropfunc error generic failure
    Mar 31 10:23:16 localhost imap[2362]: login: localhost [::1] gwank CRAM-MD5 User logged in
    Mar 31 10:23:22 localhost imap[2362]: login: localhost [::1] gwank CRAM-MD5 User logged in
    Mar 31 10:23:52 localhost imap[2362]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:24:32 localhost imap[2362]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 10:24:42 localhost last message repeated 3 times
    Mar 31 10:24:45 localhost imap[2362]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:25:40 localhost imap[2362]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 10:25:53 localhost last message repeated 2 times
    Mar 31 10:26:43 localhost pop3[2630]: auxpropfunc error generic failure
    Mar 31 10:26:43 localhost pop3[2630]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:26:48 localhost imap[2362]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 10:26:51 localhost imap[2362]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 10:27:04 localhost pop3[2630]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:27:56 localhost imap[2711]: auxpropfunc error generic failure
    Mar 31 10:27:56 localhost imap[2711]: login: localhost [::1] rcohen CRAM-MD5 User logged in
    Mar 31 10:27:58 localhost last message repeated 2 times
    Mar 31 10:28:32 localhost ctl_cyrusdb[2792]: checkpointing cyrus databases
    Mar 31 10:28:32 localhost ctl_cyrusdb[2792]: done checkpointing cyrus databases
    Mar 31 10:28:57 localhost imap[2711]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 10:30:30 localhost imap[2902]: auxpropfunc error generic failure
    Mar 31 10:30:30 localhost imap[2902]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:31:03 localhost pop3[2985]: auxpropfunc error generic failure
    Mar 31 10:31:03 localhost pop3[2985]: login: [10.2.1.103] tcarlson plaintext User logged in
    Mar 31 10:31:43 localhost pop3[2985]: login: [10.2.1.84] hwarshaw APOP User logged in
    Mar 31 10:32:06 localhost pop3[2985]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:33:35 localhost imap[3158]: auxpropfunc error generic failure
    Mar 31 10:33:35 localhost imap[3158]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 10:33:45 localhost last message repeated 3 times
    Mar 31 10:34:35 localhost imap[3158]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 10:35:47 localhost imap[3334]: auxpropfunc error generic failure
    Mar 31 10:35:47 localhost imap[3334]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 10:35:47 localhost imap[3334]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 10:36:27 localhost pop3[3339]: auxpropfunc error generic failure
    Mar 31 10:36:28 localhost pop3[3339]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 10:36:55 localhost pop3[3339]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 10:37:02 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:02 localhost xinetd[412]: START: ssh pid=3416 from=60.19.30.196
    Mar 31 10:37:02 localhost sshd[3416]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:03 localhost pop3[3339]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:37:05 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:05 localhost xinetd[412]: START: ssh pid=3418 from=60.19.30.196
    Mar 31 10:37:05 localhost sshd[3418]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:07 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:07 localhost xinetd[412]: START: ssh pid=3420 from=60.19.30.196
    Mar 31 10:37:07 localhost sshd[3420]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:10 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:10 localhost xinetd[412]: START: ssh pid=3422 from=60.19.30.196
    Mar 31 10:37:10 localhost sshd[3422]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:12 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:12 localhost xinetd[412]: START: ssh pid=3424 from=60.19.30.196
    Mar 31 10:37:12 localhost sshd[3424]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:14 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:14 localhost xinetd[412]: START: ssh pid=3426 from=60.19.30.196
    Mar 31 10:37:14 localhost sshd[3426]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:17 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:17 localhost xinetd[412]: START: ssh pid=3428 from=60.19.30.196
    Mar 31 10:37:17 localhost sshd[3428]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:20 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:20 localhost xinetd[412]: START: ssh pid=3430 from=60.19.30.196
    Mar 31 10:37:20 localhost sshd[3430]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:37:22 localhost xinetd[412]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
    Mar 31 10:37:22 localhost xinetd[412]: START: ssh pid=3432 from=60.19.30.196
    Mar 31 10:37:22 localhost sshd[3432]: /etc/sshd_config line 93: Deprecated option VerifyReverseMapping
    Mar 31 10:39:17 localhost imap[3542]: auxpropfunc error generic failure
    Mar 31 10:39:17 localhost imap[3542]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 10:39:26 localhost last message repeated 2 times
    Mar 31 10:39:32 localhost pop3[3552]: auxpropfunc error generic failure
    Mar 31 10:39:32 localhost pop3[3552]: login: [10.2.1.92] jkrupp APOP User logged in
    Mar 31 10:39:44 localhost imap[3542]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 10:40:12 localhost last message repeated 3 times
    Mar 31 10:40:31 localhost imap[3542]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 10:40:37 localhost imap[3542]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 10:41:06 localhost last message repeated 5 times
    Mar 31 10:41:52 localhost last message repeated 6 times
    Mar 31 10:42:03 localhost pop3[3564]: auxpropfunc error generic failure
    Mar 31 10:42:03 localhost pop3[3564]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 10:42:04 localhost imap[3542]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 10:42:30 localhost last message repeated 5 times
    Mar 31 10:43:26 localhost last message repeated 8 times
    Mar 31 10:43:38 localhost imap[3542]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    rror generic failure
    Mar 31 11:40:35 localhost imap[7866]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 11:42:04 localhost pop3[7947]: auxpropfunc error generic failure
    Mar 31 11:42:04 localhost pop3[7947]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 11:43:41 localhost imap[8135]: auxpropfunc error generic failure
    Mar 31 11:43:41 localhost imap[8135]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 11:44:49 localhost imap[8216]: auxpropfunc error generic failure
    Mar 31 11:44:50 localhost imap[8216]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:44:51 localhost last message repeated 2 times
    Mar 31 11:44:54 localhost imap[8218]: auxpropfunc error generic failure
    Mar 31 11:44:54 localhost imap[8218]: login: localhost [::1] sthompson CRAM-MD5 User logged in
    Mar 31 11:44:56 localhost last message repeated 2 times
    Mar 31 11:45:07 localhost imap[8218]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:45:24 localhost last message repeated 4 times
    Mar 31 11:45:29 localhost imap[8216]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:45:29 localhost imap[8218]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:45:43 localhost imap[8218]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:45:49 localhost imap[8216]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:45:59 localhost imap[8218]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:46:11 localhost imap[8216]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:46:17 localhost imap[8218]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:46:24 localhost imap[8216]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:46:29 localhost imap[8218]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:46:33 localhost imap[8216]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:46:54 localhost imap[8218]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:47:04 localhost pop3[8304]: auxpropfunc error generic failure
    Mar 31 11:47:04 localhost pop3[8304]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 11:50:26 localhost imap[8570]: auxpropfunc error generic failure
    Mar 31 11:50:27 localhost imap[8570]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:50:36 localhost imap[8570]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 11:50:44 localhost imap[8570]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:51:10 localhost imap[8570]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:51:11 localhost imap[8570]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 11:52:04 localhost pop3[8733]: auxpropfunc error generic failure
    Mar 31 11:52:04 localhost pop3[8733]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 11:52:38 localhost pop3[8733]: login: [10.2.1.99] jgernes APOP User logged in
    Mar 31 11:53:42 localhost imap[8841]: auxpropfunc error generic failure
    Mar 31 11:53:42 localhost imap[8841]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 11:54:08 localhost imap[8841]: login: localhost [::1] gpatterson CRAM-MD5 User logged in
    Mar 31 11:54:39 localhost last message repeated 4 times
    Mar 31 11:55:32 localhost last message repeated 5 times
    Mar 31 11:56:55 localhost pop3[9082]: auxpropfunc error generic failure
    Mar 31 11:56:55 localhost pop3[9082]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 11:57:04 localhost pop3[9082]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 11:57:08 localhost pop3[9082]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 11:57:14 localhost pop3[9082]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 11:57:41 localhost imap[9087]: auxpropfunc error generic failure
    Mar 31 11:57:41 localhost imap[9087]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 11:57:43 localhost imap[9087]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 11:58:33 localhost ctl_cyrusdb[9164]: checkpointing cyrus databases
    Mar 31 11:58:33 localhost ctl_cyrusdb[9164]: done checkpointing cyrus databases
    Mar 31 12:00:44 localhost imap[9356]: auxpropfunc error generic failure
    Mar 31 12:00:44 localhost imap[9356]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:02:04 localhost pop3[9441]: auxpropfunc error generic failure
    Mar 31 12:02:04 localhost pop3[9441]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:03:42 localhost imap[9629]: auxpropfunc error generic failure
    Mar 31 12:03:42 localhost imap[9629]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 12:04:37 localhost pop3[9632]: auxpropfunc error generic failure
    Mar 31 12:04:37 localhost pop3[9632]: login: [10.2.1.92] jkrupp APOP User logged in
    Mar 31 12:05:49 localhost imap[9715]: auxpropfunc error generic failure
    Mar 31 12:05:49 localhost imap[9715]: login: localhost [::1] sribeiro CRAM-MD5 User logged in
    Mar 31 12:05:51 localhost last message repeated 2 times
    Mar 31 12:06:36 localhost imap[9715]: login: localhost [::1] speffer CRAM-MD5 User logged in
    Mar 31 12:07:03 localhost last message repeated 4 times
    Mar 31 12:07:04 localhost pop3[9806]: auxpropfunc error generic failure
    Mar 31 12:07:05 localhost pop3[9806]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:07:05 localhost imap[9715]: login: localhost [::1] speffer CRAM-MD5 User logged in
    Mar 31 12:07:36 localhost imap[9715]: login: localhost [::1] speffer CRAM-MD5 User logged in
    Mar 31 12:10:22 localhost ntpd[267]: time reset -0.160139 s
    Mar 31 12:10:22 localhost ntpd[267]: synchronisation lost
    Mar 31 12:10:45 localhost imap[10140]: auxpropfunc error generic failure
    Mar 31 12:10:45 localhost imap[10140]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:11:13 localhost imap[10140]: login: localhost [::1] speffer CRAM-MD5 User logged in
    Mar 31 12:12:04 localhost pop3[10221]: auxpropfunc error generic failure
    Mar 31 12:12:04 localhost pop3[10221]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:12:24 localhost pop3[10221]: login: [10.2.1.99] jgernes APOP User logged in
    Mar 31 12:13:42 localhost imap[10329]: auxpropfunc error generic failure
    Mar 31 12:13:42 localhost imap[10329]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 12:17:05 localhost pop3[10570]: auxpropfunc error generic failure
    Mar 31 12:17:05 localhost pop3[10570]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:17:57 localhost imap[10651]: auxpropfunc error generic failure
    Mar 31 12:17:57 localhost imap[10651]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:18:09 localhost last message repeated 2 times
    Mar 31 12:19:37 localhost imap[10759]: auxpropfunc error generic failure
    Mar 31 12:19:37 localhost imap[10759]: login: localhost [::1] rcohen CRAM-MD5 User logged in
    Mar 31 12:19:38 localhost last message repeated 2 times
    Mar 31 12:20:45 localhost imap[10840]: auxpropfunc error generic failure
    Mar 31 12:20:45 localhost imap[10840]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:22:04 localhost pop3[10923]: auxpropfunc error generic failure
    Mar 31 12:22:04 localhost pop3[10923]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:22:24 localhost imap[11002]: auxpropfunc error generic failure
    Mar 31 12:22:24 localhost imap[11002]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 12:22:27 localhost imap[11002]: login: localhost [::1] wsteele CRAM-MD5 User logged in
    Mar 31 12:27:04 localhost pop3[11350]: auxpropfunc error generic failure
    Mar 31 12:27:04 localhost pop3[11350]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:28:32 localhost ctl_cyrusdb[11431]: checkpointing cyrus databases
    Mar 31 12:28:32 localhost ctl_cyrusdb[11431]: done checkpointing cyrus databases
    Mar 31 12:30:46 localhost imap[11621]: auxpropfunc error generic failure
    Mar 31 12:30:46 localhost imap[11621]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:32:04 localhost pop3[11706]: auxpropfunc error generic failure
    Mar 31 12:32:04 localhost pop3[11706]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:36:12 localhost pop3[12054]: auxpropfunc error generic failure
    Mar 31 12:36:13 localhost pop3[12054]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 12:37:04 localhost pop3[12054]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:38:43 localhost imap[12242]: auxpropfunc error generic failure
    Mar 31 12:38:43 localhost imap[12242]: login: localhost [::1] tcarlson CRAM-MD5 User logged in
    Mar 31 12:38:44 localhost last message repeated 2 times
    Mar 31 12:39:52 localhost imap[12323]: auxpropfunc error generic failure
    Mar 31 12:39:52 localhost imap[12323]: login: localhost [::1] alejbowicz CRAM-MD5 User logged in
    Mar 31 12:39:53 localhost last message repeated 2 times
    Mar 31 12:40:49 localhost imap[12323]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:42:04 localhost pop3[12484]: auxpropfunc error generic failure
    Mar 31 12:42:05 localhost pop3[12484]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:42:24 localhost pop3[12484]: login: [10.2.1.99] jgernes APOP User logged in
    Mar 31 12:47:04 localhost pop3[12832]: auxpropfunc error generic failure
    Mar 31 12:47:05 localhost pop3[12832]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:50:52 localhost imap[13100]: auxpropfunc error generic failure
    Mar 31 12:50:52 localhost imap[13100]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 12:52:04 localhost pop3[13181]: auxpropfunc error generic failure
    Mar 31 12:52:05 localhost pop3[13181]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:53:17 localhost imap[13262]: auxpropfunc error generic failure
    Mar 31 12:53:17 localhost imap[13262]: login: localhost [::1] rcohen CRAM-MD5 User logged in
    Mar 31 12:53:36 localhost last message repeated 6 times
    Mar 31 12:57:05 localhost pop3[13393]: auxpropfunc error generic failure
    Mar 31 12:57:05 localhost pop3[13393]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 12:58:32 localhost ctl_cyrusdb[13404]: checkpointing cyrus databases
    Mar 31 12:58:32 localhost ctl_cyrusdb[13404]: done checkpointing cyrus databases
    Mar 31 13:00:53 localhost imap[13458]: auxpropfunc error generic failure
    Mar 31 13:00:53 localhost imap[13458]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 13:02:04 localhost pop3[13469]: auxpropfunc error generic failure
    Mar 31 13:02:04 localhost pop3[13469]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 13:07:04 localhost pop3[13539]: auxpropfunc error generic failure
    Mar 31 13:07:05 localhost pop3[13539]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 13:08:24 localhost pop3[13558]: auxpropfunc error generic failure
    Mar 31 13:08:24 localhost pop3[13558]: login: [10.2.1.71] wsteele plaintext User logged in
    Mar 31 13:08:40 localhost imap[13586]: auxpropfunc error generic failure
    Mar 31 13:08:40 localhost imap[13586]: login: localhost [::1] slevine CRAM-MD5 User logged in
    Mar 31 13:09:10 localhost last message repeated 3 times
    Mar 31 13:09:57 localhost last message repeated 3 times
    Mar 31 13:10:55 localhost imap[13586]: login: localhost [::1] jblake CRAM-MD5 User logged in
    Mar 31 13:12:04 localhost pop3[13617]: auxpropfunc error generic failure
    Mar 31 13:12:05 localhost pop3[13617]: login: [10.2.1.96] awaisman APOP User logged in
    Mar 31 13:12:24 localhost pop3[13617]: login: [10.2.1.99] jgernes APOP User logged in
    Mar 31 13:15:18 localhost imap[13677]: auxpropfunc error generic failure
    Mar 31 13:15:18 localhost imap[13677]: login: localhost [::1] speffer CRAM-MD5 User logged in
    Mar 31 13:15:19 localhost last message repeated 2 times
    Mar 31 13:17:05 localhost pop3[13761]: auxpropfunc error generic failure
    Mar 31 13:17:05 localhost pop3[13761]: login: [10.2.1.96] awaisman APOP User logged in
    Here is the watchdog event log -
    2008-03-31 09:55:54 PDT Terminating due to signal.
    2008-03-31 09:55:54 PDT Automatic reboot timer disabled.
    2008-03-31 09:55:54 PDT Reaped child process 380 ("/usr/bin/cyrus/bin/master"); quit with exit status 0.
    2008-03-31 09:55:54 PDT Reaped child process 379 ("/usr/libexec/postfix/master"); quit due to signal 15.
    2008-03-31 09:55:54 PDT Reaped child process 382 ("/usr/sbin/hwmond"); quit due to signal 15.
    2008-03-31 09:55:56 PDT Reaped child process 377 ("/usr/sbin/PasswordService"); quit with exit status 0.
    2008-03-31 09:56:00 PDT Waiting for KILLed child (pid 378)
    2008-03-31 09:56:00 PDT Reaped child process 378 ("/usr/sbin/PrintServiceMonitor"); quit due to signal 9.
    #End-Date: 2008-03-31 09:56:00 PDT
    #Start-Date: 2008-03-31 09:58:28 PDT
    #Fields: date time s-comment
    2008-03-31 09:58:28 PDT Started child "/usr/sbin/PasswordService" as pid 375.
    2008-03-31 09:58:28 PDT Started child "/usr/sbin/PrintServiceMonitor" as pid 376.
    2008-03-31 09:58:28 PDT Started child "/usr/libexec/postfix/master" as pid 377.
    2008-03-31 09:58:28 PDT Started child "/usr/bin/cyrus/bin/master" as pid 378.
    2008-03-31 09:58:28 PDT Started child "/usr/sbin/hwmond" as pid 379.
    2008-03-31 09:58:28 PDT Automatic reboot timer enabled.

  • "Failed to open the connection" problem related to multiple tables in the report?

    Post Author: Gadow
    CA Forum: Data Connectivity and SQL
    System specifics:
    Web environment using ASP.Net 2.0 (from Visual Studio 2005 Professional)
    Crystal Reports 2008, v. 12.0.0.549, Full
    We have set up the following method for displaying reports via our website:
    User is sent to a report-specific page. The user is given some filtering options specific to the report that will be viewed. When the user has specified the data filters, the user clicks a button.
    The page wraps up the report parameters -- selection query, formula values, report location, the name to be displayed, etc. -- into a class which gets put into the Session object.
    The page redirects to DisplayReport.aspx. ALL reports redirect to this page.
    DisplayReport.aspx retrieves the report parameters from Session. A ReportDocument object is created and loaded, then set with the data from the parameters class.
    A ConnectionInfo object is created and set with the relevant log on credentials. All of the reports draw from the same database, so the connection information is hard-coded as the same for all reports. The page then iterates through all of the tables in the Database.Tables collection of the ReportDocument and calls ApplyLogOnInfo to each table using the ConnectionInfo object.
    The page is rendered and the user gets the filtered report.
    We currently have seven reports. Five reports work fine and display the correctly filtered data with no error messages. Two reports generate a Failed to open the connection error and do not display. I have verified that the queries being sent to DisplayReport.aspx are valid, and as I said the connection information itself is hard-coded in the one page that displays the reports and this is identical to all reports.
    The five reports that do work all have a single data table, either an actual database table or a single view. The two reports that do not work all have multiple tables. As far as I can tell, this is the only difference between the sets; all seven reports are based on the same DSN and I have verified the database on all of the reports. All of the reports were written using Crystal Reports 8, and all of the reports display fine in a Windows app I wrote some years ago using Crystal Reports 8. Again, the only difference between those reports that do work and those that do not is the number of tables used in the report: one table or view in the reports that display, more than one table (tables only, none use views) in the reports that do not display.
    As for the code I am using, below are the relevant methods. The function MakeConnectionInfo simply parses out the components of a standard SQL connection string into a ConnectionInfo object. DisplayedReport is the ID of the CrystalReportViewer on the page.Protected Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs)
            Dim o As Object = Session("ReportParams")
            Dim ReportURL As String = ""
            'Verify that there is a ReportParameters object
            If o Is Nothing OrElse o.GetType IsNot GetType(ReportParameters) Then 'Redirect to the error page
                Response.Redirect("/errors/MissingReport.aspx")
            End If
            ReportParams = CType(o, ReportParameters)
            'Verify that the report exists
            ReportURL = "/Reports/ReportFiles/" + ReportParams.ReportName
            ReportPath = Server.MapPath(ReportURL)
            If Not File.Exists(ReportPath) Then
                Response.Redirect("/errors/MissingReport.aspx?Report=" + ReportParams.ReportTitle)
            End If
            InitializeReport()       
        End Sub
        Protected Sub InitializeReport()
            Dim RD As New ReportDocument
            Dim CI As ConnectionInfo = MakeConnectionInfo(DB_Bonus)
            Dim RPF As CrystalDecisions.Shared.ParameterField = Nothing
            RD.Load(ReportPath)
            If ReportParams.SelectString <> "" Then
                Dim Adapt As New SqlDataAdapter(ReportParams.SelectString, DB_Bonus)
                Dim DS As New Data.DataSet
                Adapt.Fill(DS)
                RD.SetDataSource(DS.Tables(0))
            End If
            For Each kvp As KeyValuePair(Of String, String) In ReportParams.Formulas
                Dim FFD As FormulaFieldDefinition = Nothing
                Try
                    FFD = RD.DataDefinition.FormulaFields(kvp.Key)
                Catch ex As Exception
                    'Do nothing
                End Try
                If FFD IsNot Nothing Then
                    Select Case FFD.ValueType
                        Case FieldValueType.DateField, FieldValueType.DateTimeField
                            If IsDate(kvp.Value) Then
                                FFD.Text = String.Format("Date()", Convert.ToDateTime(kvp.Value).ToString("yyyy, MM, dd"))
                            Else
                                FFD.Text = "Date(1960, 01, 01)"
                            End If
                        Case FieldValueType.StringField
                            FFD.Text = String.Format("""""", kvp.Value)
                        Case Else
                            'For now, treat these as if they were strings. If things blow up here,
                            'we will need to add the appropriate formatting for the field type.
                            FFD.Text = String.Format("""""", kvp.Value)
                    End Select
                End If
            Next
            For Each T As CrystalDecisions.CrystalReports.Engine.Table In RD.Database.Tables
                Dim TLI As TableLogOnInfo = T.LogOnInfo
                TLI.ConnectionInfo = CI
                T.ApplyLogOnInfo(TLI)
            Next
            DisplayedReport.ReportSource = RD
        End Sub
    Does this approach not work with reports containing multiple tables, or is there something I'm missing? Any meaningful suggestions would be much appreciated.

    Dear Dixit,
    Please refer to the Crystal report landing page to get the details
    information about the support for crystal report issues.
    Please use the following thread to post your questions related to
    crystal report.
    SAP Business One and Crystal Reports
    Regards,
    Rakesh Pati
    SAP Business One Forum Team.

Maybe you are looking for

  • Messages are in waiting mode in SMQ2

    Hello All, I have plenty of messages in waiting mode of SMQ2. How do I release these messages from the queues. The queue name starts with ABC* in SMQR and it is Registration mode. Please let me know step by step solution and checklist Thanks Mike

  • Is possible to save a vector.pdf with smart object?

    Hi PS masters I am finishing a poster, fully created in shapes in illustrator. Due to customers request I was forced to do some color corrections so I decided to use my PhotoShop CS6. I imported vector files into my photoshop as smart objects, added

  • Size available on mailbox disk

    Hi all, Im running this command : Get-MailboxDatabase -Status | Sort-Object DatabaseSize -Descending | Format-Table Name, DatabaseSize, AvailableNewMailboxSpace Then i get info about database size and Available New mailbox Space (white Space). What i

  • ABAP/Java Code to create ID configuration

    Hi Experts , It is our project requirement that we need to create the mass ID Configs like ( Receiver determination / Interface determination) from the code (ABAP/JAVA)... I have seen on the SAP docs that there is some web services available to do th

  • Why will some CDs not work properly with my Macbook Pro with Retina display?

    I have the external CD drive for the Macbook Pro with Retina display, but I'm finding that some CDs will not run their applications properly. However, on the older editions of the Macbook Pro (for example, on the 13"), the programs run fine. Is there