Pci-5640R Config.ADC 0 Microport Address write error

I am trying to run the tutorial in the "Getting Started with the NI PCI-5640R IF Transceiver and the LabVIEW FPGA Module" document. I got everything set up, but when I run it, I get an error which says
"Error -61059 occurred at Read/Write Control:Config.ADC 0 Microport Address in Simple Spectrum Analyzer.lvlib:ni5640R ADC address_port_write.vi->Simple Spectrum Analyzer.lvlib:ni5640R ADC read_write.vi->Simple Spectrum Analyzer.lvlib:ni5640R ADC read_write (multi-byte).vi->Simple Spectrum Analyzer.lvlib:ni5640R ADC write_register.vi->Simple Spectrum Analyzer.lvlib:ni5640R ADC 01 - Chip IO Access.vi->Simple Spectrum Analyzer.lvlib:ni5640R ADC Global.vi->Simple Spectrum Analyzer.lvlib:ni5640R ADC Default.vi->Simple Spectrum Analyzer (HOST).vi"
I can't figure out how to fix it.

It may be that the FPGA Refernce has not been binded.  The issue was that the VIs need to be bound to the ni5640R FPGA VI Reference.ctl control.  This is an option on the popup menu when clicking on the Open FPGA VI Reference VI.  In some cases, it may already be selected in the popup menu.  In this case, unselect the Bind to Typedef option.  For good measure, I usually selected the FPGA VI to use with the host VI, and then I reset the Bind to Typedef option.  In most cases this should fix the ni5640R FPGA VI Reference.ctl control mismatches throughout the VI.  In some cases, I have to Save All, close the host VI and all subVIs.  Then reopen the host VI.  This has always working in all cases for me. 
Jerry

Similar Messages

  • ADC Microport address write error

    Hi everyone,
    I am trying to learn how to use the IF RIO PCI 5640 for a project in my class. I have been able to run the first tutorial (single tone output) and it works just fin. Problems arose when I ran the second project, based on the available 'analog input and output' template. At first the FPGA interface pallete was missing from the functions menu. A reinstallation of the drivers and the FPGA module solved this.
    I followed all the instructions given in this tutorial: http://digital.ni.com/manuals.nsf/websearch/1F9D087D7EA6E58F862572C80078C0A2, but now I get this error when I try to run the host vi: "ADC Microport address write error". I am not sure what I am doing wrong. Any help/suggestions would be greatly appreciated.
    Thank you,
    Vasile 

    Hello Vasile,
    As you may have noticed already, that version of the getting started manual has been removed from the web and replaced with this one. There were obviously issue with the previous version, which you found out. Hopefully this new version provides no problems but please post back if you find anything wrong and we can investigate and make any necessary revisions/workarounds if needed. Thanks for posting on the IF-RIO forums!
    Chris W

  • PCI 5640R using Both ADCs

    Hi,
    I am having a difficulty acquiring data from both ADCs on the PCI-5640R.  I started with the My Simple Spectrum Analyzer example in the User Guide tutorial and then added the second channel to it as seen in the figure.  I didn't observe any errors, but the second FIFO (FIFO 1) comes back empty.  Maybe I need ADC1 acquisition to occur in it's own timed loop with the ADC1_clk driving it?  Maybe the problem is in the Host VI where I signal for acquisition and then read from FIFO before FIFO1?  I'm hoping someone can provide an example to save me compile time in trying to guess my way through it.  There must be a lot of people using both inputs!
    Chris
    Attachments:
    DualADCtarget.JPG ‏52 KB

    Sorry.  I reposted on the IF-RIO board.
    Chris

  • Multiple issues with PCI-5640R FPGA: DAC and Strange Execution at Host

    We are working on a communications systems project using the PCI-5640R
    IF-RIO transceiver and the FPGA module. At the FPGA, a sequence of bits are
    being modulated through multiplication with the sine wave generator.  The
    next step is to take the modulated sinusoidal signal and send it through the
    DAC. Throughout this project, we have been using the Analog Input and Output
    example project from Getting Started with the 5640-R IF... as a template
    to build this project.  There are, however, several issues/questions we
    have.  Attached are the HOST and FPGA vis that we are working with.  
    1.  The host only runs every other time.  At the host (BPSK_TX(HOST).VI, the execution gets
    halted for an infinite period of time at one of the FIFOs until 'stop' is
    hit.  But then at the subsequent execution, the host completes execution
    of the program.  In other words, the host is only receiving data from the
    FPGA every second time it is run. Why is this happening?  Are we missing
    something at the host or FPGA VI?  
     2.  How exactly do we send our own digitized signal through
    the DAC?  As seen in one of the FPGA VIs, we have tried modfiying the
    output section of the FPGA VI in the Analog Input and Output project in which
    the FPGA reads from the FIFO.  In our case, we are modulating the signal
    in a separate section, writing it to a target-scoped FIFO and then reading from
    that FIFO and processing the data as in the example.  This modified FPGA
    vi is "BPSK_TX(FPGA).VI)
    Unfotunately, we are not observing anything at an oscilloscope
    connected to the transceiver.  Even when we try to pass in a
    "custom" signal at the HOST we have no luck observing anything
    coherent.   As seen in the bare_sine_wave_test (FPGA).vi, we have
    attempted a relatively simple way of sending a signal through the DAC, yet
    still no luck.  I am guessing that this is related to issue #1.  
    On a related note, when
    receiving the signal and running it through the ADC, what steps are
    necessary?  Can one assume that it is
    similar to the FPGA.VI in the analog input and output example? 
    3.  How do for loops and while loops synchronize with timed loops
    and frames in the FPGA?  In the FPGA we are using a for loop to
    modulate the signal because the sine wave generator cannot be contained within
    a timed loop on the FPGA.  This will be important to us because at the
    receiver we will need to know the symbol rate in order to recover the signal.
     I would sincerely appreciate any feedback or help that can be provided
    on this,
    Attachments:
    BPSK_TX(FPGA).vi ‏152 KB
    BPSK_TX(HOST).vi ‏257 KB
    bare_sine_wave_test (HOST).vi ‏135 KB

    It may be that the FPGA Refernce has not been binded.  The issue was that the VIs need to be bound to the ni5640R FPGA VI Reference.ctl control.  This is an option on the popup menu when clicking on the Open FPGA VI Reference VI.  In some cases, it may already be selected in the popup menu.  In this case, unselect the Bind to Typedef option.  For good measure, I usually selected the FPGA VI to use with the host VI, and then I reset the Bind to Typedef option.  In most cases this should fix the ni5640R FPGA VI Reference.ctl control mismatches throughout the VI.  In some cases, I have to Save All, close the host VI and all subVIs.  Then reopen the host VI.  This has always working in all cases for me. 
    Jerry

  • FPGA Base Clocks PCI-5640R

    Hi,
         I am using NI PCI-5640R. Following FPGA Base Clocks are available to me:
    (1)   Configuration_Clk
    (2)   RTSI_Ref_Clk
    (3)   DAC_0_IQ_Clk
    (4)   DAC_1_IQ_Clk
    (5)   ADC_0_Port_A_Clk
    (6)   ADC_1_Port_A_Clk
    Can anyone help me with brief descriptions of each clock? When these clocks are to be used?
    Kindly send me some URL links where I can find details about the usage of these clocks?
    Thanks and Regards,
    Rashid 
    Solved!
    Go to Solution.

    Hello Rashid,
    (1)   Configuration_Clk -  This is 20MHz onboard clock, which runs independently of the other clocks.  The role of the 20MHz configuration_clk is to provide a fixed frequecny configuration clock that is use by STC2 ASCI for PCI-DMA operations. Also this clock is not synchronized to the 200MHz VCXO or to the external clock
    (2)   RTSI_Ref_Clk - This is a device reference clock derived from 200MHz internal VCXO, by setting the dividing factor ranging from 1,2,4,8 and 16.
    The I/Q clocks are the signals that indicate the rate of the baseband data. These clocks indicate the rate of the data before the digital upconversion in DAC and the rate of the data after the digital downconversion for ADC. They are described as below.
    (3)   DAC_0_IQ_Clk and (4)   DAC_1_IQ_Clk -
        DAC_<i>_IQ_Clk = 2 ×  REFCLKDAC_<i> ×  Clock multiplierDAC_<i>  / InterpolationDAC_<i>
    where
    REFCLKDAC_<i> is the specified device reference clock / N2 or 3 CDC. Specify the divisor using the ni5640R CDC Program VI.
    Clock multiplierDAC_<i>(M) is equal to 1 or 4 ≤ M ≤ 20. Configure the clock multiplier using the ni5640R DAC Program VI.
    InterpolationDAC_<i> is the hardware interpolation rate determined by the DAC fixed 4× interpolator times a programmable 2× to 63× CIC interpolating filter. The programmable CIC interpolator can be configured using the ni5640R DAC Profile VI.
    (5)   ADC_0_Port_A_Clk and (6)   ADC_1_Port_A_Clk -
        ADC_<i>_Port_A_Clk =  ENCADC_<i> × Clock multiplierADC_<i> / (Predivide FactorADC_<i> × DecimationADC_<i>)
    where
    ENCADC_<i> is the device reference clock / N0 or 1 CDC. Specify the divisor using the ni5640R Configure Timebase VI.
    Clock multiplierADC_<i>(M) is equal to 1 or 4 ≤ M ≤ 20. Configure the clock multiplier using the ni5640R Input Port VI.
    Predivide FactorADC_<i> (N) is equal to 1, 2, 4, or 8. Configure the predivide factor using the ni5640R Input Port VI.
    DecimationADC_<i> is the decimation factor for a particular channel in the ADC. Decimation is performed in various filters throughout the processing channel. Each channel includes one CIC filter (decimates by 1 to 32), two FIR-HB filters (each decimates by 2), one DRC filter (decimates by 1 to 16) and one CRCF filter (decimates by 1 to 16). Configure all these filters using the ni5640R ADC Configure DDC VI. 
    The figure below shows how all the above clocks are derived
     Thanks
    NI-khil

  • PCI-5640R for my thesis

    Hi everyone!
    First, I apologize for my english, but I'll do my best to be understood
    So, I'm starting with my thesis that I have to defend at the end of this year, and my mentor(?) gave me this PCI-5640R card to explore. At this point I must say, that I'm totally rookie with this Even more, I don't even know how to explore it. OK, I installed card in my PC, installed LabVIEW, drivers for the PCI card etc. It gets complicated or frustrated when I try to run some demos - it has always some errors.I read "Gettting started" thing, but still no success A lot of "VIs" is missing while loading example.
    All I have to do is to run some demos for PCI-5640R card that will demonstrate it's functions and capabilities. And my thesis is basically done...well, still have to dome reasearch on SDR, DPS, LabVIEW etc.
    Any help, suggestions will be more then appreciated!
    Best regards from Slovenia!
    Senad

    SenadMur wrote:
    Hi everyone!
    First, I apologize for my english, but I'll do my best to be understood
    So, I'm starting with my thesis that I have to defend at the end of this year, and my mentor(?) gave me this PCI-5640R card to explore. At this point I must say, that I'm totally rookie with this Even more, I don't even know how to explore it. OK, I installed card in my PC, installed LabVIEW, drivers for the PCI card etc. It gets complicated or frustrated when I try to run some demos - it has always some errors.I read "Gettting started" thing, but still no success A lot of "VIs" is missing while loading example.
    All I have to do is to run some demos for PCI-5640R card that will demonstrate it's functions and capabilities. And my thesis is basically done...well, still have to dome reasearch on SDR, DPS, LabVIEW etc.
    Any help, suggestions will be more then appreciated!
    Best regards from Slovenia!
    Senad
    Senad,
    I think I could better asses what is going on if you tell me what software you are running.
    Please tell me your:
    Operating System Version?
    Operating System 32 or 64bit?
    LabVIEW version?
    LabVIEW 32bit or 64bit?
    Are you using LabVIEW FPGA?
    NI-RIO Version?
    NI-5640R Driver Version?
    These National Instruments software versions can be found in Measurement and Automation Explorer with the exception of the NI-5640R Driver. The NI-5640R driver version can be found by going to control panel >> add/remove programs >> National Instruments Software.
    Also, if you write down a few of the missing file names it might help me figure out what is missing.

  • After reinstalling MAC OS 10.6.8, config the permissions to read/write/no access, my MacMini [mid 2010] refuses to reboot. I tried to reboot in safe mode with fsck, but after the steps to be taken, it says fscs not done, root device is read only

    After reinstalling MAC OS 10.6.8, I config the permissions to read/write/no access, my MacMini [mid 2010] refuses to reboot. I tried to reboot in safe mode with Command+S and fsck, but after the steps to be taken, it says fscs not done, root device is read only. I also tried to bypass the Mac firmware password by taking one Ram card out and reboot the macmini while holding COMMAND+OPTION+P+R. But no luck. The macmini is not able to see the mac OSX installation CD.
    Please help ??

    f.fromleiden wrote:
    After reinstalling MAC OS 10.6.8, I config the permissions to read/write/no access, my MacMini [mid 2010] refuses to reboot.
    How and where did you change which permissions? And what was the goal?
    Do you have a complete backup of your system? and more importantly data files?
    What happened that prompted the need to reinstall the 10.6.8 update?
    The immediate road forward would be to boot from the optical drive and revert the changes you made.
    What happens when you boot with the install cd and hold down C or hold down the option key?
    [Off topic: I've been to Leiden a few times ]

  • How do I get about:config and other about: addresses to drop down from URL bar?

    How do I get about:config and other about: addresses to drop down from URL bar?
    It's a pain having to retype them in full... not sure why there is no easier interface to them.

    hello, you can bookmark the sites for faster access.
    [[How to use bookmarks to save and organize your favorite websites]]

  • Win2K - Infra Install - DB Config Asstn fails "write error"

    I'm trying to install the 9iAS Release 2 infrastrukture on a 1.4 Ghz P4 with 1.5 gigabytes of ram and enough disk. The machine already has 9iR2 database on it.
    It installs the software, but fails when it tries to run the database configuration assistant. The logfile is shown below, along with a full description of the command being run.
    Win2K is very happy (nothing in the logs indicating disk errors), and the error is consistent through a number of attempts.
    Did anybody see anything like this before?
    Eirik Lygre
    [email protected]
    +++++++++++++++
    Logfile content:
    Launched configuration tool Oracle Database Configuration Assistant
    Command which is being spawned is C:\Program Files\Oracle\jre\1.1.8\bin/jrew.exe [more ... se below]
    Configuration tool Oracle Database Configuration Assistant failed
    java.io.IOException: write error
    java.io.IOException: write error
         at java.io.FileOutputStream.write(Compiled Code)
         at java.io.BufferedOutputStream.write(Compiled Code)
         at oracle.sysman.assistants.dbca.backend.CloneDBUnjarringStep.unjar(Compiled Code)
         at oracle.sysman.assistants.dbca.backend.CloneDBUnjarringStep.executeImpl(CloneDBUnjarringStep.java:173)
         at oracle.sysman.assistants.dbca.backend.Step.execute(Compiled Code)
         at oracle.sysman.assistants.dbca.backend.Host$ModeRunner.run(Compiled Code)
         at java.lang.Thread.run(Thread.java:466)
    Result code for launching of configuration tool is 1
    +++++++++++++
    Full command line (truncated in the log file above, and reformatted for readability)
    Command which is being spawned is C:\Program Files\Oracle\jre\1.1.8\bin/jrew.exe -DORACLE_HOME="C:\oracle\orainfra" -DJDBC_PROTOCOL="thin"
    -classpath ";C:\Program Files\Oracle\jre\1.1.8\lib\i18n.jar;
    C:\Program Files\Oracle\jre\1.1.8\lib\rt.jar;
    C:\oracle\orainfra\jlib\ewt3.jar;
    C:\oracle\orainfra\jlib\kodiak.jar;
    C:\oracle\orainfra\jlib\ewtcompat-3_3_15.jar;
    C:\oracle\orainfra\lib\xmlparserv2.jar;
    C:\oracle\orainfra\jdbc\lib\classes111.zip;
    C:\oracle\orainfra\classes;
    C:\oracle\orainfra\jlib\gss-1_1.zip;
    C:\oracle\orainfra\jlib\oembase-9_0_2.jar;
    C:\oracle\orainfra\jlib\srvm.jar;
    C:\oracle\orainfra\assistants\jlib\assistantsCommon.jar;
    C:\oracle\orainfra\jlib\share.jar;
    C:\oracle\orainfra\jlib\swingall-1_1_1.jar;
    C:\oracle\orainfra\assistants\dbca\jlib\dbca.jar;
    C:\oracle\orainfra\jlib\help3.jar;
    C:\oracle\orainfra\jlib\oracle_ice5.jar;
    C:\oracle\orainfra\jlib\netcfg.jar;
    C:\oracle\orainfra\jlib\ojmisc118.jar;
    C:\oracle\orainfra\lib\vbjorb.jar;
    C:\oracle\orainfra\lib\vbjtools.jar;
    C:\oracle\orainfra\lib\vbjapp.jar;"
    oracle.sysman.assistants.dbca.Dbca
    -progress_only
    -createDatabase
    -templateName Oracle9iAS_Repository_Database.dbc
    -gdbname iasdb.prosjekt2.evita.no
    -sid iasdb
    -datafileJarLocation C:\oracle\orainfra\assistants\dbca\templates
    -datafileDestination C:\oracle\orainfra\oradata
    -responseFile NO_VALUE
    -characterset WE8MSWIN1252
    -passwordDialog false Protected value, not to be logged
    -obfuscatedPasswords false
    +++++++++++++

    Hi
    Sorry, its a complete re-build for you!!
    I Had similar problems with the oracle installs where config assistants using jrew located in c:\program files... would not run.
    Usually this is not a problem as they can be run outside of the installer. It seems to be a problem installer 2.x on well used Windows installations. However, it does not seem that the issue can be worked round for the 9iAS R2 Infrastructure as some of the other config assistants run and create major authentication problems. A completely fresh install of W2K Sp2 seems to be the only answer.
    Best of Luck
    Richard

  • Using NI PCI-5640R as Real-Time Spectrum Analyzer

    Hi,
    The code for NI PXIe-5641R Real-Time Spectrum Analyzer demo is posted HERE  for LV 2009. I want to use the same code for NI PCI-5640R instead of NI PXIe-5641R. Since I am using a 5640R, I have changed the device in the project.
    Can any one guide me what else changes I have to make in this Demo code so that I can use the same code for NI PCI-5640R
    instead of NI PXIe-5641R?
    Thanks and Regards,
    Rashid
    Solved!
    Go to Solution.

    Hi Eug,
    It sounds to me like you need to go back and re-install support for LabVIEW 2009 and 2010 through the NI-RFSA driver. You can do this through Add/Remove Programs. Select National Instruments "Change/Remove" and when the pop up window comes up select NI-RFSA and select "Modify." This will re-load the installer for NI-RFSA and through there you can add/remove support for versions of LabVIEW. Make sure that LV 2009 and 2010(if you're using it) are selected.
    As for your application, if I understand you correctly your setup goes something like PXI-5600»PXIe-5641R»PXI-5610 (»PXI-5690?). If you're just trying to acquire a signal on the 5641R and amplify it digitally before replaying it on the AO port, then you could try to use the example code "ni5640R Analog Input and Output" that is found here:
    C:\Program Files\National Instruments\LabVIEW 2009\examples\instr\ni5640R\FPGA\PXIe-5641R\ni5640R Analog Input and Output\
    as a base to follow, but you'll need to modify the code so that you're not providing the AO data from the host, instead you'll re-route the AI data on the FPGA through some amplification block and then feed that to the AO port. If you're including the 5600 and 5610 in this process, then that modified example will just need to include some code on the host to setup the 5600 for downconverter only mode and the 5610 for upconverter only mode. There are examples of this that you can find in their respective driver examples:
    C:\Program Files\National Instruments\LabVIEW 2009\examples\instr\niRFSA\RFSA Downconverter with External Digitizer.vi
    C:\Program Files\National Instruments\LabVIEW 2009\examples\instr\niRFSG\RFSG External AWG (5610).vi
    The addition of these last two pieces of code will make this modified example look a lot like the code that NAyer linked above without the FFT processing.
    I hope this helps.
    Chris W

  • Clock of PCI 5640R

    Hi!
       I got a little bit confused by the clock of PCI 5640R.
       What does "nominal frequency" which appears when I add a clock in in the Project Explorer mean?
       How does it come into play with the following equation?
       DAC_<i>_IQ_Clk = 2 × REFCLKDAC_<i> × Clock multiplierDAC_<i> / InterpolationDAC_<i>
       Thanks!
    Dayu

    Hi Dayu
    The "nominal frequency" field in the Project Explorer is basically a value that the Xilinx tools use to determine if the FPGA code will run on the FPGA.  In the process of compiling the code, it will determine the maximum speeds that portions of the circuit will run at.  Say you specific 75.0 MHz.  If Xilinx thinks the circuit can run at 100 MHz, there are no problems, but if Xilinx thinks that the circuit’s maximum speed is ~70 MHz, it will fail.
    You should only have to change this if your FPGA code can’t run at the default number and you want to clock the circuit at a much slower rate.  Then put in a value higher than the rate you are going to clock it, and lower than what the Xilinx tools say is the maximum rate for your code.
    This value does not really factor into the DAC_<i>_IQ_Clk equation, which is configured with the Clock and DAC configuration VIs.
    Jerry

  • Simulation mode for PCI-5640R

    Hi,
    I am evaluating whether to buy a PCI-5640R (or PXI-5641R) card for a project.   I would like to prototype the code first to see if what I want to do would work.  Is it possible to use the 5640R driver in simulation mode, without a physical card installed?   M-series daq cards support this, is there similar support for 5640R / 5641R/
    thanks in advance
    greg

    Hi Greg,
    You can simulate the use of your IF Transceiver code before you make a decision on whether or not to purchase. There are a couple caveats though. First, you must have the NI-5640R driver installed in order to find that device as a simulated device. The other thing is that you'll need to have the LabVIEW FPGA module already purchased and installed. If neither of these are issues, then you are good to go for prototyping. I recently updated the instructions on how to set your IF-RIO FPGA project for simulation that you can find HERE.The updates that I made to include the IF-RIO may not be live yet, but should be up within the next day. Those instructions should get you rolling. Enjoy!
    Chris W

  • Address list error -- 5.7.1 Relaying not allowed

    Hi,
    We have setup the Java Messaging Server to send/recieve mails from a gateway. The inbound mail flow works perfectly but, the outbound mail flow has issues.
    The outbound mails are not hitting the gateway. When checked the log for outbound mail, it displays the address list error - 5.7.1 Relaying not allowed for any domain i.e gmail.com, etc
    version:
    Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)
    libimta.so 6.3-5.02 (built 17:15:31, Oct 12 2007; 32bit)
    SunOS P1192FLPLN 5.9 Generic_118558-02 sun4u sparc SUNW,Sun-Fire
    here is the log for reference...
    =========================================================================
    root@P1192FLPLN # /opt/SUNWmsgsr/sbin/imsimta test -rewrite -debug -source_channel=tcp_local [email protected] [email protected]
    Initializing mm_.
    Initializing mm_ submission.
    Checking identifiers.
    *** Debug output from initializing MM for submission:
    17:09:37.43: Debug output enabled, system P1192FLPLN.extmail.xyz.com, process 3fbf.1, message enqueue routines version V6.3 compiled Oct 12 2007 17:15:38
    17:09:37.43: mmc_winit('tcp_local','[email protected]','') called.
    17:09:37.43: Address reversal invoked on [email protected], force reverse URL 1, capture 1
    17:09:37.43: Rewriting:  Mbox = "abhishek.sen", host = "extmail.xyz.com", domain = "$*", literal = "", tag = ""
    17:09:37.43: Rewrite: "$*", position 0, hash table -
    17:09:37.43:   Found: "$A$E$F$U%[email protected]"
    17:09:37.43:   Rewrite failed, not forward.
    17:09:37.43: Rewrite: "$*", position 1, hash table -
    17:09:37.43:   Failed.
    17:09:37.43: Rewrite: "$*", position 0, rewrite database -
    17:09:37.43:   Failed
    17:09:37.43: Rewriting:  Mbox = "abhishek.sen", host = "extmail", domain = "extmail.xyz.com", literal = "", tag = ""
    17:09:37.43: Rewrite: "extmail.xyz.com", position 0, hash table -
    17:09:37.43:   Found: "$U%[email protected]"
    17:09:37.43:   New mailbox: "abhishek.sen".
    17:09:37.43:   New host: "extmail.xyz.com".
    17:09:37.43:   New route: "P1192FLPLN.extmail.xyz.com".
    17:09:37.43:   New channel system: "P1192FLPLN.extmail.xyz.com".
    17:09:37.43: Looking up host "P1192FLPLN.extmail.xyz.com".
    17:09:37.43:   - found on channel l                              
    17:09:37.43: Routelocal flag set; scanning for % and !
    17:09:37.43:   Checking reverse URL cache for: [email protected]
    17:09:37.43:   Applying reverse URL pattern ldap:///$V?$N?sub?$R to: [email protected]
    17:09:37.48:   Resulting URL: ldap:///o%3Dextmail.xyz.com%2Co%3Dext?preferredlanguage,mailmsgmaxblocks,mail,mailalternateaddress,mailequivalentaddress?sub?(|([email protected])([email protected])([email protected]))
    17:09:37.49: mmc_open_url called to open ldap:///o%3Dextmail.xyz.com%2Co%3Dext?preferredlanguage,mailmsgmaxblocks,mail,mailalternateaddress,mailequivalentaddress?sub?(|([email protected])([email protected])([email protected])), flags = 384
    17:09:37.49:   URL with quotes stripped: ldap:///o%3Dextmail.xyz.com%2Co%3Dext?preferredlanguage,mailmsgmaxblocks,mail,mailalternateaddress,mailequivalentaddress?sub?(|([email protected])([email protected])([email protected]))
    17:09:37.49:   LDAP URL identified
    17:09:37.49: URL context #1 will be used
    17:09:37.49:   Performing URL search on: ldap:///o%3Dextmail.xyz.com%2Co%3Dext?preferredlanguage,mailmsgmaxblocks,mail,mailalternateaddress,mailequivalentaddress?sub?(|([email protected])([email protected])([email protected]))
    17:09:37.53: mmc_read_url result: [uid=asen,ou=People,o=extmail.xyz.com,o=ext]
    17:09:37.53:   URL resolution returned: [uid=asen,ou=People,o=extmail.xyz.com,o=ext]
    17:09:37.53: mmc_read_url result: [preferredlanguage] en
    17:09:37.53:   URL resolution returned: [preferredlanguage] en
    17:09:37.53:       Attribute index: 0
    17:09:37.53:       LDAP URL produced preferred language en
    17:09:37.53: mmc_read_url result: [mailmsgmaxblocks] 700
    17:09:37.53:   URL resolution returned: [mailmsgmaxblocks] 700
    17:09:37.53:       Attribute index: 0
    17:09:37.53:       LDAP URL produced blocklimit 700
    17:09:37.53: mmc_read_url result: [mail] [email protected]
    17:09:37.53:   URL resolution returned: [mail] [email protected]
    17:09:37.54:       Attribute index: 0
    17:09:37.54:       LDAP URL produced address [email protected]
    17:09:37.54:   No more results to return
    17:09:37.54:     Override postmaster: [email protected]
    17:09:37.54:     Preferred language en
    17:09:37.54:     Content return block limit now 700
    17:09:37.54:   Mapped return address: [email protected]
    17:09:37.54:   from_access mapping check: ||MAIL|tcp_local|[email protected]|
    17:09:37.54: Queue area size 73232902, temp area size 2067314
    17:09:37.54:   18308225 blocks of effective free queue space available; setting disk limit accordingly.
    17:09:37.54:   1033657 blocks of free temporary space available; setting disk limit accordingly.
    17:09:37.54:       - passed.
    17:09:37.54: Rewriting:  Mbox = "abhishek.sen", host = "extmail.xyz.com", domain = "$*", literal = "", tag = ""
    17:09:37.54: Rewrite: "$*", position 0, hash table -
    17:09:37.54:   Found: "$A$E$F$U%[email protected]"
    17:09:37.54:   Rewrite failed, not forward.
    17:09:37.54: Rewrite: "$*", position 1, hash table -
    17:09:37.54:   Failed.
    17:09:37.54: Rewrite: "$*", position 0, rewrite database -
    17:09:37.54:   Failed
    17:09:37.54: Rewriting:  Mbox = "abhishek.sen", host = "extmail", domain = "extmail.xyz.com", literal = "", tag = ""
    17:09:37.54: Rewrite: "extmail.xyz.com", position 0, hash table -
    17:09:37.54:   Found: "$U%[email protected]"
    17:09:37.54:   New mailbox: "abhishek.sen".
    17:09:37.54:   New host: "extmail.xyz.com".
    17:09:37.54:   New route: "P1192FLPLN.extmail.xyz.com".
    17:09:37.56:   New channel system: "P1192FLPLN.extmail.xyz.com".
    17:09:37.56: Looking up host "P1192FLPLN.extmail.xyz.com".
    17:09:37.56:   - found on channel l                              
    17:09:37.56: Routelocal flag set; scanning for % and !
    *** Debug output from rewriting a forward header address:
    17:09:37.56: Rewriting:  Mbox = "bhanu.prasad", host = "xyz.com", domain = "$*", literal = "", tag = ""
    17:09:37.56: Rewrite: "$*", position 0, hash table -
    17:09:37.56:   Found: "$A$E$F$U%[email protected]"
    17:09:37.57:   Rewrite failed, not envelope.
    17:09:37.57: Rewrite: "$*", position 1, hash table -
    17:09:37.57:   Failed.
    17:09:37.57: Rewrite: "$*", position 0, rewrite database -
    17:09:37.57:   Failed
    17:09:37.57: Rewriting:  Mbox = "bhanu.prasad", host = "relianceada", domain = "xyz.com", literal = "", tag = ""
    17:09:37.57: Rewrite: "xyz.com", position 0, hash table -
    17:09:37.57:   Failed.
    17:09:37.57: Rewrite: "xyz.com", position 0, rewrite database -
    17:09:37.59:   Failed
    17:09:37.59: Rewriting:  Mbox = "bhanu.prasad", host = "relianceada", domain = ".com", literal = "", tag = ""
    17:09:37.59: Rewrite: "*.com", position 0, hash table -
    17:09:37.59:   Failed
    17:09:37.59: Rewrite: ".com", position 0, hash table -
    17:09:37.59:   Found: "$U%$H$D@TCP-DAEMON"
    17:09:37.59:   New mailbox: "bhanu.prasad".
    17:09:37.59:   New host: "xyz.com".
    17:09:37.59:   New route: "TCP-DAEMON".
    17:09:37.59:   New channel system: "TCP-DAEMON".
    17:09:37.59: Looking up host "TCP-DAEMON".
    17:09:37.60:   - found on channel tcp_local                      
    17:09:37.60: Rewriting:  Mbox = "bhanu.prasad", host = "xyz.com", domain = "$*", literal = "", tag = ""
    17:09:37.60: Rewrite: "$*", position 0, hash table -
    17:09:37.60:   Found: "$A$E$F$U%[email protected]"
    17:09:37.60:   Rewrite failed, not envelope.
    17:09:37.60: Rewrite: "$*", position 1, hash table -
    17:09:37.60:   Failed.
    17:09:37.60: Rewrite: "$*", position 0, rewrite database -
    17:09:37.60:   Failed
    17:09:37.61: Rewriting:  Mbox = "bhanu.prasad", host = "relianceada", domain = "xyz.com", literal = "", tag = ""
    17:09:37.61: Rewrite: "xyz.com", position 0, hash table -
    17:09:37.61:   Failed.
    17:09:37.61: Rewrite: "xyz.com", position 0, rewrite database -
    17:09:37.61:   Failed
    17:09:37.61: Rewriting:  Mbox = "bhanu.prasad", host = "relianceada", domain = ".com", literal = "", tag = ""
    17:09:37.61: Rewrite: "*.com", position 0, hash table -
    17:09:37.61:   Failed
    17:09:37.61: Rewrite: ".com", position 0, hash table -
    17:09:37.63:   Found: "$U%$H$D@TCP-DAEMON"
    17:09:37.63:   New mailbox: "bhanu.prasad".
    17:09:37.63:   New host: "xyz.com".
    17:09:37.63:   New route: "TCP-DAEMON".
    17:09:37.63:   New channel system: "TCP-DAEMON".
    17:09:37.63: Looking up host "TCP-DAEMON".
    17:09:37.63:   - found on channel tcp_local                      
    17:09:37.63:   Rewrite rules result: [email protected]
    17:09:37.63:   Checking reverse URL cache for: [email protected]
    17:09:37.63:   Applying reverse URL pattern ldap:///$V?$N?sub?$R to: [email protected]
    17:09:37.65:   URL generation failed, status = 0
    *** Debug output from rewriting a forward envelope address:
    17:09:37.65: Rewriting:  Mbox = "bhanu.prasad", host = "xyz.com", domain = "$*", literal = "", tag = ""
    17:09:37.65: Rewrite: "$*", position 0, hash table -
    17:09:37.65:   Found: "$A$E$F$U%[email protected]"
    17:09:37.65:   Match, pattern = "xyz.com", current = "(*domaincheck*)"
    17:09:37.65:     old state = not checked.
    17:09:37.65:     Domain check on xyz.com.
    17:09:37.66:     Could not add domain result 0 to cache for xyz.com.
    17:09:37.66:     new state = fail pending.
    17:09:37.66:   Rewrite failed due to prechannel mismatch.
    17:09:37.66: Rewrite: "$*", position 1, hash table -
    17:09:37.66:   Failed.
    17:09:37.66: Rewrite: "$*", position 0, rewrite database -
    17:09:37.66:   Failed
    17:09:37.66: Rewriting:  Mbox = "bhanu.prasad", host = "relianceada", domain = "xyz.com", literal = "", tag = ""
    17:09:37.66: Rewrite: "xyz.com", position 0, hash table -
    17:09:37.66:   Failed.
    17:09:37.67: Rewrite: "xyz.com", position 0, rewrite database -
    17:09:37.67:   Failed
    17:09:37.67: Rewriting:  Mbox = "bhanu.prasad", host = "relianceada", domain = ".com", literal = "", tag = ""
    17:09:37.67: Rewrite: "*.com", position 0, hash table -
    17:09:37.67:   Failed
    17:09:37.67: Rewrite: ".com", position 0, hash table -
    17:09:37.67:   Found: "$U%$H$D@TCP-DAEMON"
    17:09:37.67:   New mailbox: "bhanu.prasad".
    17:09:37.67:   New host: "xyz.com".
    17:09:37.67:   New route: "TCP-DAEMON".
    17:09:37.69:   New channel system: "TCP-DAEMON".
    17:09:37.69: Looking up host "TCP-DAEMON".
    17:09:37.69:   - found on channel tcp_local                      
      address channel        = tcp_local                      
      forward channel        = tcp_local                      
      channel description    =
      channel caption        =
      channel user filter    =
      dest channel filter    =
      source channel filter  =
      channel flags #0       = BIDIRECTIONAL SINGLE_SYSTEM IMMNONURGENT NOSERVICEALL  channel flags #1       = SMTP_CRLF MX IDENTNONENUMERIC DEFAULT
      channel flags #2       = COPYSENDPOST COPYWARNPOST POSTHEADONLY HEADERINC NOEXPROUTE
      channel flags #3       = LOGGING NORESTRICTED RETAINSECURITYMULTIPARTS
      channel flags #4       = EIGHTNEGOTIATE HEADERKEEPORDER NOHEADERREAD RULES
      channel flags #5       = TRUNCATESMTPLONGLINES
      channel flags #6       = LOCALUSER REPORTNOTARY
      channel flags #7       = SWITCHCHANNEL REMOTEHOST DATEFOUR DAYOFWEEK
      channel flags #8       = NODEFRAGMENT EXQUOTA REVERSE NOCONVERT_OCTET_STREAM
      channel flags #9       = NOTHURMAN INTERPRETENCODING USEINTERMEDIATE RECEIVEDFROM VALIDATELOCALNONE NOTURN
      defaulthost            = extmail.xyz.com extmail.xyz.com
      linelength             = 998
      addrsperfile           = 99
      channel env addr type  = SOURCEROUTE
      channel hdr addr type  = SOURCEROUTE
      channel official host  = tcp-daemon
      channel queue 0 name   = SMTP_POOL
      channel queue 1 name   = SMTP_POOL
      channel queue 2 name   = SMTP_POOL
      channel queue 3 name   = SMTP_POOL
      channel after params    =
      channel daemon name    = 10.8.51.126
      channel user name      =
      urgentnotices          = 1 2 4 7
      normalnotices          = 1 2 4 7
      nonurgentnotices       = 1 2 4 7
      channel rightslist ids =
      local behavior flags   = %x0
      expandchannel          =
      notificationchannel    =
      dispositionchannel     =
      tlsswitchchannel       =
      backward channel       = tcp_local                      
      unique identifier      = [email protected]
      header forward address = [email protected]  (route (TCP-DAEMON,TCP-DAEMON)) (host xyz.com)
      header reverse address = [email protected]
      envelope forw address  = [email protected]  (route (TCP-DAEMON,TCP-DAEMON)) (host xyz.com)
      envelope rev address   = [email protected]  (route (TCP-DAEMON,TCP-DAEMON)) (host xyz.com)
      name                   =
      mbox                   = bhanu.prasad
    Extracted address action list:
        [email protected]
    Extracted 733 address action list:
        [email protected]
    Address list expansion:
    *** Debug output from alias expansion:
    17:09:37.76: Inner expand, level = 0, mailbox = [email protected]
    17:09:37.76: Rewriting:  Mbox = "bhanu.prasad", host = "xyz.com", domain = "$*", literal = "", tag = ""
    17:09:37.76: Rewrite: "$*", position 0, hash table -
    17:09:37.76:   Found: "$A$E$F$U%[email protected]"
    17:09:37.76:   Match, pattern = "xyz.com", current = "(*domaincheck*)"
    17:09:37.76:     old state = not checked.
    17:09:37.76:     Domain check on xyz.com.
    17:09:37.77:     Could not add domain result 0 to cache for xyz.com.
    17:09:37.77:     new state = fail pending.
    17:09:37.77:   Rewrite failed due to prechannel mismatch.
    17:09:37.77: Rewrite: "$*", position 1, hash table -
    17:09:37.77:   Failed.
    17:09:37.77: Rewrite: "$*", position 0, rewrite database -
    17:09:37.77:   Failed
    17:09:37.77: Rewriting:  Mbox = "bhanu.prasad", host = "relianceada", domain = "xyz.com", literal = "", tag = ""
    17:09:37.77: Rewrite: "xyz.com", position 0, hash table -
    17:09:37.77:   Failed.
    17:09:37.79: Rewrite: "xyz.com", position 0, rewrite database -
    17:09:37.79:   Failed
    17:09:37.79: Rewriting:  Mbox = "bhanu.prasad", host = "relianceada", domain = ".com", literal = "", tag = ""
    17:09:37.79: Rewrite: "*.com", position 0, hash table -
    17:09:37.79:   Failed
    17:09:37.79: Rewrite: ".com", position 0, hash table -
    17:09:37.79:   Found: "$U%$H$D@TCP-DAEMON"
    17:09:37.79:   New mailbox: "bhanu.prasad".
    17:09:37.79:   New host: "xyz.com".
    17:09:37.79:   New route: "TCP-DAEMON".
    17:09:37.80:   New channel system: "TCP-DAEMON".
    17:09:37.80: Looking up host "TCP-DAEMON".
    17:09:37.80:   - found on channel tcp_local                      
    -13 expansion total.
    *** Debug output from submitting an envelope address:
    17:09:37.80: mmc_wadr(0x0017ae68,'[email protected]','[email protected]') called.
    17:09:37.80: Copy estimate before address addition is 1
    17:09:37.80:     Parsing address [email protected]
    17:09:37.80: Rewriting:  Mbox = "bhanu.prasad", host = "xyz.com", domain = "$*", literal = "", tag = ""
    17:09:37.80: Rewrite: "$*", position 0, hash table -
    17:09:37.81:   Found: "$A$E$F$U%[email protected]"
    17:09:37.81:   Match, pattern = "xyz.com", current = "(*domaincheck*)"
    17:09:37.81:     old state = not checked.
    17:09:37.81:     Domain check on xyz.com.
    17:09:37.81:     Could not add domain result 0 to cache for xyz.com.
    17:09:37.81:     new state = fail pending.
    17:09:37.81:   Rewrite failed due to prechannel mismatch.
    17:09:37.81: Rewrite: "$*", position 1, hash table -
    17:09:37.83:   Failed.
    17:09:37.83: Rewrite: "$*", position 0, rewrite database -
    17:09:37.83:   Failed
    17:09:37.83: Rewriting:  Mbox = "bhanu.prasad", host = "relianceada", domain = "
    xyz.com", literal = "", tag = ""
    17:09:37.83: Rewrite: "xyz.com", position 0, hash table -
    17:09:37.83:   Failed.
    17:09:37.83: Rewrite: "xyz.com", position 0, rewrite database -
    17:09:37.83:   Failed
    17:09:37.83: Rewriting:  Mbox = "bhanu.prasad", host = "relianceada", domain = "
    .com", literal = "", tag = ""
    17:09:37.83: Rewrite: "*.com", position 0, hash table -
    17:09:37.84:   Failed
    17:09:37.84: Rewrite: ".com", position 0, hash table -
    17:09:37.84:   Found: "$U%$H$D@TCP-DAEMON"
    17:09:37.84:   New mailbox: "bhanu.prasad".
    17:09:37.84:   New host: "xyz.com".
    17:09:37.84:   New route: "TCP-DAEMON".
    17:09:37.84:   New channel system: "TCP-DAEMON".
    17:09:37.84: Looking up host "TCP-DAEMON".
    17:09:37.84:   - found on channel tcp_local                      
    17:09:37.84:       - adding address [email protected] to headers.
    17:09:37.86:       - orig_send_access mapping check: tcp_local|abhishek.sen@extm
    ail.xyz.com|tcp_local|[email protected]
    17:09:38.16:         - failed.
    17:09:38.16: Good address count 0 defer count 0
    17:09:38.16: Copy estimate after address addition is 1
    17:09:38.16: mmc_waend(0x0017ae68) called.
    17:09:38.16:   Copy estimate is 1
    17:09:38.16:   Queue area size 73232902, temp area size 2067288
    17:09:38.16:   36616451 blocks of effective free queue space available; setting
    disk limit accordingly.
    17:09:38.16:   1033644 blocks of free temporary space available; setting disk li
    mit accordingly.
    Expanded address:
      [email protected]
    Submitted address list:
    Address list error -- 5.7.1 Relaying not allowed: [email protected]
    Submitted notifications list:
    =========================================================================Do we have to make any changes on other config files except the imta.cnf and mappings file for inbound and outbound..
    thanks for any help
    Edited by: prasad0_0 on Jul 8, 2008 4:58 AM

    i have already setup the messaging server 6 months back.. followed the same procedure to route mails to a gateway..
    made changes to the imta.cnf for outbound mail flow to the tcp_local and mappings file to accept inbound mail flow from the gateway. Its working perfectly on the older setup, but this now, have issues with new setup.
    here is the imta.cnf file..
    ! IMTA configuration file
    ! part I : rewrite rules
    ! Domain Rewrite Rules.
    ! Uncomment this line to use domain rewrite rules
    ! from the configuration file instead of the domain database.
    ! Please refer to the iMS documentation for details.
    !<IMTA_TABLE:domains.rules
    ! Rules to select local users
    $* $A$E$F$U%[email protected]
    P1192FLPLN.extmail.xyz.com $U%[email protected]
    extmail.xyz.com $U%[email protected]
    ! ims-ms
    .ims-ms-daemon $U%$H.ims-ms-daemon@ims-ms-daemon
    ! lmtp
    !.lmtp $U%$H@lmtpcs-daemon
    ! lmtpn
    !.lmtpn $U%$H@lmtpcn-daemon
    ! native
    .native-daemon $U%$H.native-daemon@native-daemon
    ! pipe
    .pipe-daemon $U%$H.pipe-daemon@pipe-daemon
    ! tcp_local
    ! Rules for top level internet domains
    <IMTA_TABLE:internet.rules
    ! tcp_intranet
    ! Do mapping lookup for internal IP addresses
    [] $E$R${INTERNAL_IP,$L}$U%[$L]@tcp_intranet-daemon
    .extmail.xyz.com $U%$H.extmail.xyz.com@tcp_intranet-daemon
    * $U%$&0.extmail.xyz.com
    ! reprocess
    reprocess $U%reprocess.P1192FLPLN.extmail.xyz.com@reprocess-daemon
    reprocess.P1192FLPLN.extmail.xyz.com $U%reprocess.P1192FLPLN.extmail.xyz.com@reprocess-daemon
    ! process
    process $U%process.P1192FLPLN.extmail.xyz.com@process-daemon
    process.P1192FLPLN.extmail.xyz.com $U%process.P1192FLPLN.extmail.xyz.com@process-daemon
    ! defragment
    defragment $U%defragment.P1192FLPLN.extmail.xyz.com@defragment-daemon
    defragment.P1192FLPLN.extmail.xyz.com $U%defragment.P1192FLPLN.extmail.xyz.com@defragment-daemon
    ! conversion
    conversion $U%conversion.P1192FLPLN.extmail.xyz.com@conversion-daemon
    conversion.P1192FLPLN.extmail.xyz.com $U%conversion.P1192FLPLN.extmail.xyz.com@conversion-daemon
    ! bitbucket
    bitbucket $U%bitbucket.P1192FLPLN.extmail.xyz.com@bitbucket-daemon
    bitbucket.P1192FLPLN.extmail.xyz.com $U%bitbucket.P1192FLPLN.extmail.xyz.com@bitbucket-daemon
    ! deleted
    deleted-daemon $U%$H@deleted-daemon
    .deleted-daemon $U%$H@deleted-daemon
    ! inactive
    inactive-daemon $U%$H@inactive-daemon
    .inactive-daemon $U%$H@inactive-daemon
    ! hold
    hold-daemon $U%$H@hold-daemon
    .hold-daemon $U%$H@hold-daemon
    ! part II : channel blocks
    defaults notices 1 2 4 7 copywarnpost copysendpost postheadonly noswitchchannel immnonurgent maxjobs 7 logging defaulthost extmail.xyz.com extmail.xyz.com
    ! delivery channel to local /var/mail store
    l subdirs 20 viaaliasrequired maxjobs 7
    P1192FLPLN.extmail.xyz.com
    ! ims-ms
    ims-ms defragment subdirs 20 notices 1 7 14 21 28 backoff "pt5m" "pt10m" "pt30m" "pt1h" "pt2h" "pt4h" maxjobs 2 pool IMS_POOL fileinto $U+$S@$D
    ims-ms-daemon
    ! native
    native defragment subdirs 20 maxjobs 1
    native-daemon
    ! pipe
    pipe single defragment subdirs 20
    pipe-daemon
    ! tcp_local
    tcp_local smtp mx single_sys remotehost inner switchchannel identnonenumeric subdirs 20 maxjobs 7 pool SMTP_POOL maytlsserver maysaslserver saslswitchchannel tcp_auth missingrecipientpolicy 0 loopcheck daemon 10.8.51.126
    tcp-daemon
    ! tcp_intranet
    tcp_intranet smtp mx single_sys subdirs 20 dequeue_removeroute maxjobs 7 pool SMTP_POOL maytlsserver allowswitchchannel saslswitchchannel tcp_auth missingrecipientpolicy 4
    tcp_intranet-daemon
    ! tcp_submit
    tcp_submit submit smtp mx single_sys mustsaslserver maytlsserver missingrecipientpolicy 4
    tcp_submit-daemon
    ! tcp_auth
    tcp_auth smtp mx single_sys mustsaslserver missingrecipientpolicy 4
    tcp_auth-daemon
    ! tcp_tas
    tcp_tas smtp mx single_sys allowswitchchannel mustsaslserver maytlsserver deliveryflags 2
    tcp_tas-daemon
    ! tcp_lmtpss (LMTP server - store)
    !tcp_lmtpss lmtp flagtransfer
    !tcp_lmtpss-daemon
    ! tcp_lmtpcs (LMTP client - store)
    !tcp_lmtpcs defragment lmtp port 225 nomx single_sys subdirs 20 maxjobs 7 pool SMTP_POOL dequeue_removeroute
    !lmtpcs-daemon
    ! reprocess
    reprocess
    reprocess-daemon
    ! process
    process
    process-daemon
    ! defragment
    defragment
    defragment-daemon
    ! conversion
    conversion
    conversion-daemon
    ! bitbucket
    bitbucket
    bitbucket-daemon
    ! deleted
    deleted
    deleted-daemon
    ! inactive
    inactive
    inactive-daemon
    ! hold
    hold
    hold-daemonand mappings file..
    ! MTA mappings file
    !  for access control and other table lookups
    FROM_ACCESS
    ! Entries to block certain submissions normally would be inserted here,
    ! above the ntended-to-be-final entries that while permitting submission,
    ! merely disable any potential "vacation" effect.
    ! The following entries disable Sieve "vacation" action on lists sorts
    ! of addresses, as recommended by the Sieve "vacation" extension draft.
       *|SMTP*|*|*|MAILER-DAEMON@*|*    $!$Y
       *|SMTP*|*|*|LISTSERVE*@|*        $!$Y
       *|SMTP*|*|*|majordomo@*|*        $!$Y
       *|SMTP*|*|*|*-request@*|*        $!$Y
       *|SMTP*|*|*|*-owner@*|*          $!$Y
       *|SMTP*|*|*|owner-*@*|*          $!$Y
    PORT_ACCESS
      *|*|*|*|*  $C$|INTERNAL_IP;$3|$Y$E
      *  $YEXTERNAL
    INTERNAL_IP
      $(10.8.55.49/24)  $Y
      $(10.8.51.125)  $Y
      $(10.8.51.126)  $Y
      127.0.0.1  $Y
      *  $N
    ORIG_SEND_ACCESS
      tcp_local|*|tcp_local|*  $N$D30|Relaying$ not$ allowed
      tcp_*|*|native|*  $N
      tcp_*|*|hold|*  $N
      tcp_*|*|pipe|*  $N
      tcp_*|*|ims-ms|*  $N
    ! Block "external" submissions of explicitly source-routed "internal" addresses
      tcp_local|*|tcp_intranet|@*:*.*   $N$D30|Explicit$ routing$ not$ allowed
      tcp_local|*|tcp_intranet|*$%*@*   $N$D30|Explicit$ routing$ not$ allowed
      tcp_local|*|tcp_intranet|*.*!*@*  $N$D30|Explicit$ routing$ not$ allowed
      tcp_local|*|tcp_intranet|"*@*"@*  $N$D30|Explicit$ routing$ not$ allowed
    SEND_ACCESS
      tcp_*|*|*|*@[127.*]  $X5.1.2|$NBad$ destination$ system
      tcp_*|*|*|*@localhost.*  $X5.1.2|$NBad$ destination$ system
      tcp_*|*|*|*@example.com  $X5.1.2|$NBad$ destination$ system
      tcp_*|*|*|*@example.net  $X5.1.2|$NBad$ destination$ system
      tcp_*|*|*|*@example.org  $X5.1.2|$NBad$ destination$ system
      tcp_*|*|*|*@*.test  $X5.1.2|$NBad$ destination$ system
      tcp_*|*|*|*@*.example  $X5.1.2|$NBad$ destination$ system
      tcp_*|*|*|*@*.invalid  $X5.1.2|$NBad$ destination$ system
      tcp_*|*|*|*@*.localhost  $X5.1.2|$NBad$ destination$ system
    <IMTA_TABLE:mappings.localewe are able to receive mails from the gateway, but when using uwc to send the mail, the mail doesnt hit the gateway. trying a telnet from the messaging server to the gateway, works perfectly.
    thanks in advance.

  • Resman error: VXI A24 address allocation error on bus 0

    When we execute resman.exe on our test system the following error occurs:
    VXI A24 address allocation error on bus 0
    We have the MXI Controller configured the same as other systems and our configuration is a pc and two VXI chassis. Anyone have any ideas on what could cause this error?

    Hi Jim,
    I do not immediately know the solution to the problem you are seeing, but have a few troubleshooting suggestions:
    1. Check the pins on all of your MXI-2 connectors.  If the cable
    has damaged pins which cannot be bent back to place, you will want to
    replace the cable.
    2. Try a single VXI chassis, and then the other.  If the problem
    occurs with each chassis individually, then it is likely an issue with
    the PC or cabling.
    3. If the problem only occurs with one of the chassis in step 2, remove
    all instruments from the chassis and try running resman again.  If
    this solves the problem, add your instruments back one at a time to
    isolate which instrument could be causing problems.
    4. If the problem occurs with both chassis in step 2, do you have another PCI-MXI-2 that you could try?
    Let us know the results of your troubleshooting, and we'll be happy to help you out further.
    Jason S.
    Applications Engineer
    National Instruments

  • IPod problem - firmware update error. Disk write error.

    I need your help! I’me just bought a new iPod 60 GB photo (with color display) but when I connected it for the first time to my PC (with Windows XP Home Edition SP 2) using USB 2.0 I got the message: ”iPod not readable. This iPod needs to be reformatted for use on your PC”. Of course I decided to do that. The system had launched iPod updater. It asked me if I wanted to update or restore iPod’s software however the operation “update” was inactive (grey). So I choosed “restore”. Then a new window appeared: “Firmware update error. Disk write error”. On the iPod’s display a normal menu was replaced by exclamation mark. I tried to reset iPod, updated iTunes and iPod’s updater to the newest version and… nothing. It still doesn’t work. A folder with „!” mark comes up. I try to restore once again and it says: „Firmware update error. Disk write error”.
    Please help! What should I do to solve my problem? I want to add that my iPod is properly recognized by the computer system.
    Unfortunately, it’s rather impossible to give back my iPod to the store. It was bought in the U.S.A. and I live in Poland.
    Adam

    b “Firmware Update Failure” Possible Solution
    -- Disconnect the iPod
    -- Right click on "My Computer"
    -- Select "Manage"
    -- Select "Device Manager"
    -- Expand "Universal Serial Bus controllers"
    -- Right click on "Enhanced PCI to USB Host controller"
    -- Click on "Disable"
    -- Click "OK" to accept changes
    Run the Updater software (Start==>Run==>iPod) and wait till it says to "Plug in an iPod to update it"
    Plug in the iPod and wait (for a long while). It takes awhile because you are now running at USB 1.1 speeds. When it finally shows up, do the "update" or "restore", which ever you were trying to do.
    You can try to re-enable the "Enhanced PCI TO USB Host controller" after you are done running the Updater software and try to copy your songs and pictures to the iPod. This may or may not work. If not, revert back to USB1.1.
    See: Dirk Brewer, ""Firmware Update Failure", please help" #1, 11:01am Jul 23, 2005 CDT
    Also see: http://forums.ipodlounge.com/showthread.php?s=&threadid=94075
    http://docs.info.apple.com/article.html?artnum=300836

Maybe you are looking for

  • Program will run with errors, but not at all in a .jar file

    First off, here is my program right now: import java.io.*; import java.util.*; import javax.swing.JOptionPane; public class prune     public static void main(String args[])         String steamid="",time="";         BufferedReader infile = null;     

  • Syntax error while compiling

    Hi Gurus, I have started with VC and while compiling a model, I get a syntax error in Fiscalyear (variable in the query). the message is "The expression in field 'FiscalYear' contains an error: Syntax error". "Stopped due to errors" Have no clues as

  • Adobe Reader requires Internet Explorer 6 or higher

    I have attempted several times to install Adobe Reader X and keep getting this error. The computer runs Windows 7 and has Adobe Acrobat Standard 8 also installed. Any recommendations would be appreciated.

  • Csv formatting problem!!!!!!!

    Hi! Sorry if this can be a stupid question.... I've a class that write a csv file.. the problem is that in this file there are value (like 0090 or 010) that must be managed always as string and not as number. Any idea??? Thanks. Ale

  • Call of Duty error

    I just download the sample copy of Call of Duty... It ran very well with 1 gig of ram and highest video setting. Only problem when halfway through game I got the following error FS_Handleforfile:none free! what in the world is that error? Fan kicked