SXMB_MONI: Message not moving

Hi,
I am doing a mail attachment to file scenario.
I have configured everything including CC. Now,  the data is successfully getting picked from Mail and is visible in SXMB_MOni in Inbound Message ( CENTRAL ) --> Payloads but the message is not moving forward. Also, in RWB this CC is showing processing completed.
Please sugest what can be the reason and if any more steps are required.
Thanks,
Priya

Chirag,
The status shows Scheduled.
Can it be due to data type mismatch.
My original attachment looks like this :
COMPUTERISED SPARE PARTS ORDER
DEALER CD  : 10424
ORDER REF  : SP/174 DT.18/12/2007
ORDER TYPE : R
ITEM CD       QTY
12345678         45     
30151105       40
31151060       40
DD191125       10
DG161121       50
DH101180       10
DH111015       10
DH121096       10
DH161194       40
DH201048        2
DH201049        2
DS101036       20
DS101276        6
DU191022        2
DZ73033W        1
GH201012       50
JB730522        1 
END
and I have configured the DT for this mail as :
DT_M1
  ~row                     0....unbounded
     ~Details              1
Is that okay or it should be like this :
DT_attop
  ~Header
        dealerCode
        orderRef
         orderType
  ~ItemData
    ~item
        itemCode
        quantity
End
Plz suggest.
Thanks,
Priya

Similar Messages

  • Mail messages not moving to trash seemingly until reopening Mail

    I have posted about mail messages disappearing after moving them between mailboxes (a nightmare!).  I tried several things, deleting preferences, rebuilding mailboxes, etc. The particular dissappearing message symptom is yet to reappear.
    However, yesterday the prelude behavior returned.... when I delete a message, it remains in the inbox. I have to quit and restart mail for it to be moved to the trash. It matters not whether I use the delete key on the highlighted message, use the trash tool button, or the "move to trash" command in the "Message" menu. There is other weird associated behavior with the highlighting of a particular message jumping arround (if other messages were unsuccessfully deleted) when this happens too.
    I also have the funky search problems in Mail others have described (sometimes working, sometime not).
    All this started with Mavericks.... what a mess. Any ideas on a fix... what we need here is a serious software fix from Apple!!!!!!

    Apple doesn’t routinely monitor the discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Mail/Provide Mail Feedback
    Try re-indexing Spotlight.
    Spotlight – Re-index

  • Mail not saving sent messages, not moving Junk messages

    Hi everyone, I'm having a bit of trouble with OS Mail. I've set it up to use an IMAP account, and have set my preferences such that Mail should save all my sent messages in the Sent folder (I assume the Sent folder on my computer, not the one on my IMAP server). Regardless, neither my IMAP server's sent folder nor my computer's sent folder contain any messages that I've sent, and I have confirmed that these messages have in fact been received by the recipients (therefore successfully sent). I am unsure of how to resolve this issue, as there is no obvious setting change for me to persue. I just received this computer (new) a few days ago, so I wouldn't expect this problem to be due to disk maintenance/management, etc.
    Also, I have noticed that Junk messages remain highlighted and in my inbox. I changed my prefs to have these messages be placed in my Junk Mail folder. Mail asked me whether I wanted to apply that preference to older messages marked as junk that have yet to be put in the folder; I indicated yes. Nothing happened, and the Junk Mail folder remained empty (until I manually moved the messages to it). Any ideas?
    I have searched the forums for related issues and could only find problems that had an associated error message with it; my issue is different in that there are no error messages; Mail is simply ignoring my preferences. Thanks in advance,
    Vic

    In OS X Mail, this sent folder appears as a subdirectory
    (sub "mailbox"?) under my "Inbox" mailbox along with
    other folders that are mapped on my IMAP account.
    This means you haven't set up your account properly. You probably should set Preferences > Accounts > Advanced > IMAP Path Prefix to INBOX, or something like that.
    After putting the right string in the IMAP Path Prefix field, either the IMAP folders will appear somewhere else in Mail (i.e. not as subfolders of Inbox), or your problem will have already been fixed. Let me know what happens.
    I should probably mention (just realized) that in my
    account settings, my outgoing SMTP server is set to
    be my ISP's server (which is different from my IMAP
    provider).
    I wonder if, by selecting "save messages on server"
    I am saving these messages somewhere on my ISP?
    Mail should still save the sent messages where you've told it to. It's Mail, not the SMTP server, that stores the sent messages. The SMTP server has no bearing on this, but it was a good idea to consider that possibility, nevertheless.
    When I uncheck this option, perhaps my mail will
    be stored on my local computer instead?
    Yes, that's what would happen, but don't uncheck that option if you really want your sent messages to be stored on the IMAP server, or do it temporarily, so that Mail does at least save them somewhere until we fix the problem, but I believe I already know what the problem is.

  • Images in Mail messages NOT moving

    I used to have messages with .gif images show the movement in the message window. Now when I check my email and it has an image which is supposed to wave, or walk, etc. there is no movement unless I drag it to the desktop and open it in preview, but then it only shows a set of images which will move if you click through them fast enough.
    What can do to get the images to move again in mail.

    Greetings,
    You've posted in the Leopard forum, even though you're running Snow Leopard. You need to pay closer attention to be sure you're posting in the correct forum for the OS you're running. I will have the moderators move it.
    What can do to get the images to move again in [M]ail.
    You can't. The ability to see moving .gif images in Mail was removed in Leopard, without any notice by Apple. You can send them to others, but you won't see them move if they are sent to you.

  • Message not moving to default exception queue when max retries reached

    Hi
    I've set up an advanced queue with max retrie of 5 but when the dequing fails the retry count increments but it never goes to the exception queue. The retry count stays at 6, msg_state = READY, deq_txn_id = RETRY_EXCEEDED. Any ideas?
    -- drop queue if it exists
    exec dbms_aqadm.stop_queue (queue_name => 'AQ$_JY_METER_ENABLE_QTAB_E');
    exec dbms_aqadm.stop_queue (queue_name => 'JY_METER_ENABLE_QUE');
    exec dbms_aqadm.drop_queue (queue_name  => 'JY_METER_ENABLE_QUE') ;
    exec dbms_aqadm.drop_queue_table( queue_table => 'JY_METER_ENABLE_QTAB');
    -- create the payload for the messages
    CREATE TYPE jy_meter_enablement_typ AS OBJECT
    request_id                VARCHAR2(30) ,
    request_system_code       VARCHAR2(20) ,
    business_process_ref      VARCHAR2(20) ,
    request_type_ref          VARCHAR2(20) ,
    meter_serial_number       VARCHAR2(10) ,
    message_request_content   CLOB
    -- Create queue table.
    -- This one has a sort list so items will be enqueued first based on priority and then based on enq_time
    BEGIN
       dbms_aqadm.create_queue_table (queue_table        => 'JY_METER_ENABLE_QTAB',
                                      queue_payload_type => 'JY_METER_ENABLEMENT_TYP',
                                      multiple_consumers => TRUE ,
                                      sort_list          => 'priority,enq_time' ,
                                      comment            => 'Queue table to handle JY Meter Enablement messages');
    END;
    -- Create Queue based on table
    BEGIN
      -- retention time set 3600 seconds (ie 1 hour) so the message is kept on the queue for 1 hour after it has been dequeued.
       dbms_aqadm.create_queue (queue_name     => 'JY_METER_ENABLE_QUE',
                                queue_table    => 'JY_METER_ENABLE_QTAB' ,
                                max_retries    => 5 ,
                                retry_delay    => 2 ,
                                retention_time => 3600 ,
                                comment     => 'Queue to handle JY Meter Enablement messages in priority/enq_time order');
    END;
    -- start the queue
    BEGIN
    dbms_aqadm.start_queue (queue_name => 'JY_METER_ENABLE_QUE');
    END ;
    -- Add and register a subscriber to the queue to run the Dequeue procedure
    BEGIN
       dbms_aqadm.add_subscriber (queue_name => 'EMO_METER_MGMT.JY_METER_ENABLE_QUE',
                                  subscriber => SYS.AQ$_AGENT('JY_METER_ENABLE_QUE_SUBSCRIBER',
                                                              NULL,
                                                              NULL )
        dbms_aq.register (SYS.AQ$_REG_INFO_LIST(SYS.AQ$_REG_INFO('JY_METER_ENABLE_QUE:JY_METER_ENABLE_QUE_SUBSCRIBER',
                                                                 DBMS_AQ.NAMESPACE_AQ,
                                                                 'plsql://EMO_METER_MGMT.DEQUEUE.dequeue_jy_request',
                                                                 HEXTORAW('FF'))),1);
    END;
    -- start the default exception queue
    BEGIN
    dbms_aqadm.start_queue(queue_name => 'EMO_METER_MGMT.AQ$_JY_METER_ENABLE_QTAB_E',
                            enqueue => FALSE,
                            dequeue => TRUE);
    END ;
    /Thanks

    Sorry, forgot to add db version
    select banner from v$version/
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE 11.2.0.2.0 Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    5 rows selected.

  • Messages are not moving to Error Queue in OSB if Error is Raised

    Hi All,
    My OSB process is as below.
    Queue1-->OSB-->Queue2.
    OSB Proxy is listening to the Queue1.When messages comes to Queue1 Proxy will pick the message and after applying the business logic it will put the message to Queue2.
    If OSB is not able to deliver the message succesfully to Queue2 then it should retry for 2 times.If retry exhausted then the message should move to the error Queue.
    I have configured Queue 1 with delivery failure paramaters redelivery limit and redelivery delay.Also the Connection factory is XA enabled.Even if any error happens (i am not using reply activity in the error handler) its retrying infinitely and messages are not coming to the error Queue.If i use reply activity its not retrying its failing at first time and the message is moved out of the main Queue1.
    Can any one please help me on this?
    Thanks.
    Edited by: 892479 on Dec 21, 2011 6:31 AM

    Since the messages are getting retried, it means that messages are getting rolled back to Queue1 when any errors happen. So transactional behavior is configured correctly.
    Now the problem yu face is that the messages are not moving to error queue.
    Make sure that you have configured following in the delivery failure tab of the queue>
    Redelivery Delay Override - delay in miliseconds between retries
    Redelivery Limit - number of retries
    Expiration Policy - Redirect
    Error Destination - Choose the error queue here
    After that make sure that the Server is restarted, even though a server restart sign is not mentioned on the config page, some of these settings might not take effect without a restart.

  • SXMB_MONI : Error in Persistence Layer : XML Message Not Found

    Hi Team,
    There are some messages in our Production system and is in Scheduled state in SXMB_MONI and when we try to re-process those messages, we are getting message : Error in Persistence Layer and when we double click on message, we are getting the error : XML Message Not Found.
    Any help on this is highly appreciated.
    Thanks & Regards,
    C V Jayachandra

    Hi,
    Please refer the below discussion
    SXMB_MONI - Error accessing persistence layer
    regards,
    Harish

  • Itunes setup file is downloaded for my widows XP but after downloading it is not opened when try to open i receive message file moved after download

    I can download itune setup file from apple.com but file is not opening and receive message file moved after downloading.

    Not Enough Memory typically refers to RAM.  How much RAM do you have on your 64-bit OS computer?  Do you have other programs running that may be using most of the memory?

  • Message Not comming into SXMB_MONI

    Hi Friends,
    I am doing File - idoc Scenario.
    My Sender File adatper is picking source file successfully.
    But, when i see in the SXMB_MONI, message is not showing in to the   SXMB_MONI.
    when check my Communication Chennel in RWB, its showing Warning like below
    "Message Found Empty".
      Please anyone tell me what is the problem.
       Regards,
       Vijaya

    Hi Vijaya
    Please look this link.
    /people/raja.thangamani/blog/2007/07/19/troubleshooting-of-ale-process
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/73527b2c-0501-0010-5398-c4ac372c9692
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6bd6f69a-0701-0010-a88b-adbb6ee89b34
    http://help.sap.com/saphelp_nw04/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni
    https://www.sdn.sap.com/irj/sdn/weblogs?
    blog=/pub/wlg/1629.
    hope this will help u ....

  • In File-XI-MSAccess Scenerio, File is not Moving

    Dear All,
    I am having one .XML file in one folder & i m trying to move it to MS Access table. But it is not moving to MS Access. I have checked the adapters & FIle Adapter & JDBC Adapters are working fine ie. they are green. Also, when i am seeing in SXMB_MONI there are no messages processed it is showing. Plz guide me where to see and check.
    thanks in advance,
    nishu

    Hi Nishu,
    The best way to check if your file is being picked is to,
    1)keep processing mode as delete.if file is deleted from the specified location then u can confirm that file is picked by XI server.
    2)If u keep processing mode in test mode then go to runtime workbench>componenet monitoring>select componenet with status(All)-->click on display button.
    Go to Integration server->Adapter engine.
    In status tab->adapter monitoring.then select ur file adapter and check ur communication channel.
    hope this is sufficient.
    Pls go through the explanation of a simmilar scenario that i have explained below anmd compare it with what u have done.It should help you clear all your doubts regarding the scenario that you are doing and also will help u find a solution to your problem.
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
    /people/siva.maranani/blog/2005/09/16/xi-how-to-on-jdbc-receiver-response
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    Oracle_XI_R/3
    /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step -- JDBC receiver adapter (synchronous step by step)
    /people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn -- Connect to MS Access database using reciever JDBC
    For Configuring jDBC adapter -
    http://help.sap.com/saphelp_nw2004s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm
    For anything related to scenatios involving sender or receiver file adapters, please go thru the following links and clear all your doubts.
    Communication channel:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/65/b11c409ce22402e10000000a1550b0/frameset.htm">Assigning Communication Channels</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/2b/d5653fd1d3b81ae10000000a114084/content.htm">Communication Channel</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm">Configuring the Sender File/FTP Adapter</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm">Configuring the Receiver File/FTP Adapter</a>
    Receiver agreement:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/56/02e63f48e58f15e10000000a155106/frameset.htm">Receiver Agreement</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c1/5194426b44c56ae10000000a155106/frameset.htm">Creating a Receiver Agreement</a>
    Sender agreement:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/db/73e03fc2269615e10000000a155106/frameset.htm">Sender Agreement</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/22/522041cfb7f423e10000000a155106/frameset.htm">Creating a Sender Agreement</a>
    For detailed info, I would suggest that you go through these weblogs:
    <a href="/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1">Introduction to simple(File-XI-File)scenario for Starters</a>
    <a href="/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2">Introduction to simple (File-XI-File)scenario for starters part2</a>
    I hope it helps.
    Regards,
    Abhy

  • Applescript to open the Choose Folder dialog box and close the message after moving it

    I've been trying to figure out how to get the same functionality as the Windows version of Outlook has so that the open message gets closed when it's moved to another folder.
    It seems pretty simple to move a message to a pre-defined folder, but I can't find a way to open the Choose Folder dialog so I could choose the destination folder. I've looked through the dictionary, but couldn't find any direct way to activate the Choose Folder dialog. So I decided to use keystrokes for the job. Here's what I came up with:
    on run {}
        tell application "Microsoft Outlook"
            try
                set theMessage to first item of (get current messages)
                set folderID to the folder of theMessage
            on error errMsg number errNum
                set dialogReply to display dialog "Please select one or more messages to file away before running this script." buttons {"Abort"} default button 1
                return
            end try
            -- open the Choose Folder dialog
            tell application "System Events" to keystroke "m" using {command down, shift down}
            repeat
                delay 2
                set currentID to the folder of theMessage
                if currentID is not folderID then exit repeat
            end repeat
            -- Close the active message
            tell application "System Events" to keystroke "w" using command down
        end tell
    end run
    This is my first attempt to do anything with AppleScript..
    Now in addition to using keystrokes instead of Outlook built-in commands to open the Choose Folder dialog and to close the message, I also have another problem. Everytime I run the script from AppleScript Editor, everything runs fine, the message gets moved to the folder I choose and the message also gets closed. When I move the script to "~/Library/Application Support/Microsoft/Office/Outlook Script Menu Items" and start it from inside Outlook, Outlook  gets stuck after opening the Choose Folder dialog and I have to force quit Outlook. I added some debuggin to the script and found out that the script keeps running, but I'm unable to select the folder from Outlook and cannot continue.
    Anybody have an idea why this is happening?
    Regard,
    Kris

    (For the record)
    Unchecking "Submit crash reports" in the Firefox [[Options window - Advanced panel]] General tab simply toggles the default of the "Tell Mozilla about this crash so they can fix it" check box in the Mozilla Crash Reporter dialog (upon crash). It does not turn off the Crash Reporter itself.
    Related bug report:
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=577221 Bug 577221 - Firefox doesn't remember "submit crash report" check box]
    The above information has been added to
    http://kb.mozillazine.org/Breakpad#Can_I_disable_Crash_Reporter.3F

  • BPM wait step : RWB"To Be Delivered status": SXMB_MONI"Message being sent"

    Hi All,
    I have a BPM interface running fine since 1 year.
    In this BPM I have wait step for 5 minutes.
    But yesterday message  is stopped on wait and not proceeding ahead.
    I checked XML is good as per mapping. and in runtime wirk bench message is still in "To Be Delivered status"
    and in SXMB_MONI message column Outbound Status still showing "Message being sent" even after 12 hours.(wait is only 5 minutes). And below is the trace of last message.
    Please guide how to handle or restart this message. in SMQ1 & SMQ2 there are no queues showing:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:Trace xmlns:SAP="http://sap.com/xi/XI/Message/30">
      <Trace level="1" type="T">--start determination of sender interface action</Trace>
      <Trace level="1" type="T">select interface Request_SI</Trace>
      <Trace level="1" type="T">select interface namespace https://www.XXXXX.com/YYYY</Trace>
      <Trace level="1" type="T">--start determination of receiver interface action</Trace>
      <Trace level="1" type="T">Loop 0000000001</Trace>
      <Trace level="1" type="T">select interface Request_SI</Trace>
      <Trace level="1" type="T">select interface namespace https://www.XXXXX.com/YYYY</Trace>
      <Trace level="1" type="T">--start determination of sender interface action</Trace>
      <Trace level="1" type="T">Hence set action to DEL</Trace>
      </SAP:Trace>
    Regards

    Solved, few BASIS jobs were inactive in transaction code "SWF_XI_CUSTOMIZING".

  • Error: BPE_ADAPTER Message not used in any process

    Please help me fix this error.
    My scenario is i have a bpm process for merging three files.
    and i configured in this way..
    merge the three files into one and send into SAP
    i have three communication channels (file adapter) for three files
    one communication channel xi adapter for a proxy into sap.
    using these files as input to BPM process
    then using BPM process as sender to the proxy reciever
    I am getting error from sxmb_moni in xi box
    as error category:BPE_ADAPTER
    error id: message_not_used.
    it says message not used in any process.
    please help me correct this problem..
    thanks
    jp

    JP,
    Are u sure there is nothing wrong in your design part? Also Are u using Fork to receive 3 files parallely, If yes then all the 3 files has been checked for start process? Can u confirm this.
    Also in the Inerface determinations did u gave abstract interfaces that BPM is recieving?
    Best regards,
    raj.

  • Message not deleting from Topic after successfully dequeue

    Hi All,
    Help please..
    I need to design a process where message have to produce into a AQ JMS topic and later i have to consume the message from the same topic and publish to a Queue.
    In order to move on this i have created a sample My_Topic1 and My_Queue1 with below syntax
    Topic:-
    EXEC dbms_aqadm.create_queue_table (queue_table=>'MY_Topic1', queue_payload_type=>'sys.aq$_jms_text_message', multiple_consumers=>true );
    EXEC dbms_aqadm.create_queue(queue_name=>'MY_Topic1', queue_table=>'MY_Topic1');
    EXEC dbms_aqadm.start_queue(queue_name=>'MY_Topic1');
    Queue:-
    EXEC dbms_aqadm.create_queue_table (queue_table=>'My_Queue1', queue_payload_type=>'sys.aq$_jms_text_message', multiple_consumers=>false);
    EXEC dbms_aqadm.create_queue(queue_name=>'My_Queue1', queue_table=>'My_Queue1');
    EXEC dbms_aqadm.start_queue(queue_name=>'My_Queue1');
    Now i created Foreign server and create local and destination topic of queue.topics name and also created Data source of XAType.
    Now my bpel process getting a message(which as one element of sting type) from a web service and i am producing the same message to Topic. Once the message published to topic in a separate composite my JMS Adaptor dequeue/Consume the message from the topic and subscribe it to queue.
    The Above scenario working as expected but here what my observation on this
    1)When i dequeue message from a topic using bpel process successfully i am able to subscribe the message to queue but the message still remain in the topic i think it suppose to get of the topic once successfully dequeued.
    Even i check the subscriber topic table and one subscriber is listening to the topic.
    2)If in case any error generated at the time of subscribing to the queue the message should rollback( because i am using XA Transaction) but i think it is not happening as i can see in my topic view aq$my_topic1 MGS_STATE changed to PROCESSED.
    Can some one please let me know where i am going wrong.
    Thanks in advance.
    Regards,
    Tarak.
    Edited by: Tarak on Sep 9, 2012 8:47 PM

    The behavior should be the process consume a message from the topic and will try to do its job. If this process fail, {code]
    But in this message not there in topic even it is failed in soa process.....i am very much interested how this XA is  working that the reason i am trying all this.What to do with a failed/expired message is usually configurable, but doesn't make sense to place it in the same topic again... If the messages are failing too quickly better to adjust the max_retries and retry_delay...I agress in real senario we will move to error queue. But in that case also some how we need to read the message from queue and publish to the end system.
    I am just trying to understand the behavior and what i came to know is after all the retire fails message not going to topictable _E. But when i pass Expire time property or time to live then it is moving to error table.What do you mean? What server was restarted, the database or the soa server? Messages that still didn't reach the max retry number will still be retried...Wheni am bouncing my managed server soa_server1 i can see the invoke activity is trying to publish the message into queue... this is happens after server restart and suppose not to happen....
    But thanks alot for the inputs...
    Regards,
    Tarak.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Error message when moving to a different page

    Post Author: EvDev
    CA Forum: .NET
    I have an ASP.NET 2.0 and Crystal Reports 11.5 project that works fine
    when it's being debugged and when it's on our test server, but when we move it
    to our production server the user will receive an error message when moving to a
    different page of the report.  It's an
    "Object reference not set to an instance of an object".  It seems very
    odd for me for something to work on the test server but not on production.   Has
    anyone seen this before?  Thanks

    Hi there,
    This does seem like a very valid process to be sure
    I'm guessing that the fix is shown in "Solution 1" in this doc;
    http://www.cisco.com/en/US/partner/products/sw/voicesw/ps556/products_tech_note09186a0080b04158.shtml
    Cheers!
    Rob

Maybe you are looking for