Exchange 2007 - how to recieve reports from WSUS

Hi
I have a strange problem with WSUS reporting, I cannot send reports through Exchange.
WSUS verison 3.1.6001.65, chekbox "my SMTP server requires authentication" is not set
I try to send test messages to group (checkbox "require  that all senders are authenticated" is not set) with error:
Code SnippetSystem.Net.Mail.SmtpException: Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender
   at Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException soapException)
   at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.SendTestEmail(String emailLanguage, String smtpUserName, String senderEmailAddress, String smtpHostName, Int32 smtpPort, String recipients)
   at Microsoft.UpdateServices.Internal.BaseApi.EmailNotificationConfiguration.SendTestEmail()
   at Microsoft.UpdateServices.UI.SnapIn.Dialogs.EmailNotificationSettingsDialog.backgroundWorker_DoWork(Object sender, DoWorkEventArgs e)
I try to send report to himself with same result
My server uses special receive connector for anonymous in servers subnet and I can see that I use it when try to send reports.
My receive connector settings:
Code Snippet
Get-ReceiveConnector "Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*)"
AuthMechanism                           : Tls, Integrated, BasicAuth
Banner                                  :
BinaryMimeEnabled                       : True
Bindings                                : {0.0.0.0:25}
ChunkingEnabled                         : True
DefaultDomain                           :
DeliveryStatusNotificationEnabled       : True
EightBitMimeEnabled                     : True
DomainSecureEnabled                     : False
EnhancedStatusCodesEnabled              : True
LongAddressesEnabled                    : False
OrarEnabled                             : False
Fqdn                                    : exchange.mydomain.com
Comment                                 :
Enabled                                 : True
ConnectionTimeout                       : 00:10:00
ConnectionInactivityTimeout             : 00:05:00
MessageRateLimit                        : unlimited
MaxInboundConnection                    : 5000
MaxInboundConnectionPerSource           : 20
MaxInboundConnectionPercentagePerSource : 2
MaxHeaderSize                           : 64KB
MaxHopCount                             : 30
MaxLocalHopCount                        : 8
MaxLogonFailures                        : 3
MaxMessageSize                          : 10MB
MaxProtocolErrors                       : 5
MaxRecipientsPerMessage                 : 200
PermissionGroups                        : AnonymousUsers, ExchangeUsers
PipeliningEnabled                       : True
ProtocolLoggingLevel                    : Verbose
RemoteIPRanges                          : {10.100.20.0/24, 10.97.18.0/24, 10.100.18.0(255.255.255.0)}
RequireEHLODomain                       : False
RequireTLS                              : False
EnableAuthGSSAPI                        : False
Server                                  : EXCHANGE
SizeEnabled                             : Enabled
TarpitInterval                          : 00:00:05
AdminDisplayName                        :
ExchangeVersion                         : 0.1 (8.0.535.0)
Name                                    : Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*)
DistinguishedName                       : CN=Anonymous SMTP from Servers subnet (10.100.18(20).*\; 10.97.18.*),CN=SMTP Receive Connectors,CN=Protocols,CN=EXCHANGE,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Aministrative Groups,CN=CMS,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=mydomain,DC=com
Identity                                : EXCHANGE\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*)
Guid                                    : f1e6efa7-d4f6-45bf-8a5f-23e44d627b18
ObjectCategory                          : gorodskoi.ru/Configuration/Schema/ms-Exch-Smtp-Receive-Connector
ObjectClass                             : {top, msExchSmtpReceiveConnector}
WhenChanged                             : 13.10.2008 9:58:47
WhenCreated                             : 09.09.2008 16:35:12
OriginatingServer                       : dc1.mydomain.com
IsValid                                 : True
I try to send message from that server via VBS and compare Exchange SMTP Log. Script sends mail via SMTP  fine without authentication
 Script:
Code Snippet
2008-10-14T11:36:41.965Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,0,10.100.20.14:25,10.97.18.250:4842,+,,
2008-10-14T11:36:41.965Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,1,10.100.20.14:25,10.97.18.250:4842,*,SMTPSubmit SMTPAcceptAnySender SMTPAcceptAuthoritativeDomainSender AcceptRoutingHeaders,Set Session Permissions
2008-10-14T11:36:41.965Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,2,10.100.20.14:25,10.97.18.250:4842,>,"220 Exchange.gorodskoi.ru Microsoft ESMTP MAIL Service ready at Tue, 14 Oct 2008 15:36:41 +0400",
2008-10-14T11:36:41.965Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,3,10.100.20.14:25,10.97.18.250:4842,<,HELO nmswin01,
2008-10-14T11:36:41.965Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,4,10.100.20.14:25,10.97.18.250:4842,>,250 Exchange.gorodskoi.ru Hello [10.97.18.250],
2008-10-14T11:36:41.965Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,5,10.100.20.14:25,10.97.18.250:4842,<,MAIL FROM: <[email protected]>,
2008-10-14T11:36:41.965Z,Exchange\Anonymous'>mailto:[email protected]">[email protected]>,
2008-10-14T11:36:41.965Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,6,10.100.20.14:25,10.97.18.250:4842,*,08CAFB0FF92E9D86;2008-10-14T11:36:41.965Z;1,receiving message
2008-10-14T11:36:41.965Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,7,10.100.20.14:25,10.97.18.250:4842,>,250 2.1.0 Sender OK,
2008-10-14T11:36:41.965Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,8,10.100.20.14:25,10.97.18.250:4842,<,RCPT TO: <[email protected]>,
2008-10-14T11:36:41.965Z,Exchange\Anonymous'>mailto:[email protected]">[email protected]>,
2008-10-14T11:36:41.965Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,9,10.100.20.14:25,10.97.18.250:4842,>,250 2.1.5 Recipient OK,
2008-10-14T11:36:41.980Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,10,10.100.20.14:25,10.97.18.250:4842,<,DATA,
2008-10-14T11:36:41.980Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,11,10.100.20.14:25,10.97.18.250:4842,>,354 Start mail input; end with .,
2008-10-14T11:36:42.168Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,12,10.100.20.14:25,10.97.18.250:4842,>,250 2.6.0 <[email protected]>'>mailto:[email protected]">[email protected]>; Queued mail for delivery,
2008-10-14T11:36:42.168Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,13,10.100.20.14:25,10.97.18.250:4842,<,QUIT,
2008-10-14T11:36:42.168Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,14,10.100.20.14:25,10.97.18.250:4842,>,221 2.0.0 Service closing transmission channel,
2008-10-14T11:36:42.168Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E9D86,15,10.100.20.14:25,10.97.18.250:4842,-,,Local
WSUS:
Code Snippet
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,0,10.100.20.14:25,10.97.18.250:4790,+,,
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,1,10.100.20.14:25,10.97.18.250:4790,*,SMTPSubmit SMTPAcceptAnySender SMTPAcceptAuthoritativeDomainSender AcceptRoutingHeaders,Set Session Permissions
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,2,10.100.20.14:25,10.97.18.250:4790,>,"220 Exchange.gorodskoi.ru Microsoft ESMTP MAIL Service ready at Tue, 14 Oct 2008 15:33:28 +0400",
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,3,10.100.20.14:25,10.97.18.250:4790,<,EHLO wsussrv,
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,4,10.100.20.14:25,10.97.18.250:4790,>,250-Exchange.gorodskoi.ru Hello [10.97.18.250],
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,5,10.100.20.14:25,10.97.18.250:4790,>,250-SIZE 10485760,
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,6,10.100.20.14:25,10.97.18.250:4790,>,250-PIPELINING,
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,7,10.100.20.14:25,10.97.18.250:4790,>,250-DSN,
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,8,10.100.20.14:25,10.97.18.250:4790,>,250-ENHANCEDSTATUSCODES,
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,9,10.100.20.14:25,10.97.18.250:4790,>,250-STARTTLS,
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,10,10.100.20.14:25,10.97.18.250:4790,>,250-AUTH NTLM LOGIN,
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,11,10.100.20.14:25,10.97.18.250:4790,>,250-8BITMIME,
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,12,10.100.20.14:25,10.97.18.250:4790,>,250-BINARYMIME,
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,13,10.100.20.14:25,10.97.18.250:4790,>,250 CHUNKING,
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,14,10.100.20.14:25,10.97.18.250:4790,<,AUTH ntlm,
2008-10-14T11:33:28.979Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,15,10.100.20.14:25,10.97.18.250:4790,>,334 <authentication response>,
2008-10-14T11:33:28.995Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,16,10.100.20.14:25,10.97.18.250:4790,*,SMTPSubmit SMTPAcceptAnyRecipient BypassAntiSpam AcceptRoutingHeaders,Set Session Permissions
2008-10-14T11:33:28.995Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,17,10.100.20.14:25,10.97.18.250:4790,*,GORODSKOI\WSUSSRV$,authenticated
2008-10-14T11:33:28.995Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,18,10.100.20.14:25,10.97.18.250:4790,>,235 2.7.0 Authentication successful,
2008-10-14T11:33:28.995Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,19,10.100.20.14:25,10.97.18.250:4790,<,MAIL FROM:<[email protected]>,
2008-10-14T11:33:28.995Z,Exchange\Anonymous'>mailto:[email protected]">[email protected]>,
2008-10-14T11:33:28.995Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,20,10.100.20.14:25,10.97.18.250:4790,*,08CAFB0FF92E97D0;2008-10-14T11:33:28.979Z;1,receiving message
2008-10-14T11:33:28.995Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,21,10.100.20.14:25,10.97.18.250:4790,>,550 5.7.1 Client does not have permissions to send as this sender,
2008-10-14T11:33:29.010Z,Exchange\Anonymous SMTP from Servers subnet (10.100.18(20).*; 10.97.18.*),08CAFB0FF92E97D0,22,10.100.20.14:25,10.97.18.250:4790,-,,Remote
2008-10-14T11:33:56.729Z,Exchange\Default Exchange,08CAFB0FF92E98D1,0,10.100.20.10:25,10.78.101.12:11591,+,,
WSUS is trying to authenticate as itself but it cannot.... And, as I have said, I don't use authenticate option in WSUS

This is still an active issue in WSUS 3.2.7600.226 and Exchange 2010 SP1. So for those struggling but finding this thread:
Instead of building another connector specifically for WSUS, one can also try setting the 'Send on Behalf" rights correctly. Unfortunately the Exchange management shell does not have the required rights to set these kind of permissions on computer accounts.
Hence one has to manually set them in active directory. To do so follow these instructions:
-Go to Active Directory Users and Computers,
-Enable "Advanced Features",
-Open the properties of the account that you want to send on behalf from,
-Go to Advanced Security,
-Add the WSUS$ server computer account,
-Set "Apply onto" to "This object only",
-Allow the "Send As" permission,
And voila, the WSUS website running under the WSUS$ computer account in IIS now has the appropiate rights to send on behalve of your account using integrated authentication.
Jori Huisman

Similar Messages

  • How to create report from report painter??

    Hi,
    how to create report from report painter?? from transaction code GRR1

    Select the library that you want report to create.  GRR1
    You select what to list in coulumns and what to lisr in rows. You could select characteristics or key figures.
    You can use variable both in defininig row and coulmn or in general selection.
    You can also use sets as variable or as constant. These sets can be your master data groups or sets in GS02.
    You can use formulas.

  • How to run report from form using run_object_report

    I AM USNING FORMS9I/REPORTS 9I , HOW TO RUN REPORT FROM FROM USING RUN_REPORT_OBJECT AND HOW
    TO PASS PARAMETER AS WE DID IN RUN_REPORTS PLEASE HELP ME

    here an example !
    I hope this example you can use it
    PROCEDURE pr_reporte IS
    BEGIN
    DECLARE
         repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status Varchar2(20);
    d1 DATE;
    d2 DATE;
    BEGIN
         d1 := :GLOBAL.DIA_INI;
         d2 := :GLOBAL.DIA_FIN;
         repid := find_report_object('rep_lab02');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'p_fec_uno='||to_char((add_months(last_day(d1),-1) +1),'DD/MM/YYYY')||' '||
         'p_fec_dos='||to_char(d2,'DD/MM/YYYY'));
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'pdf');
         v_rep := RUN_REPORT_OBJECT(repid);
         rep_status := report_object_status(v_rep);
         WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
              rep_status := report_object_status(v_rep);
         END LOOP;
         IF rep_status = 'FINISHED' then
              WEB.SHOW_DOCUMENT('/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repserver','_blank');
         ELSE
              ventana('E','error reporte no encontrado','S');
         END IF;
    END;
    END;
    The 'rep_lab02' is the name of the report that you give in the node reports
    p_fec_uno and p_fec_dos they are the parameters in the report
    repserver is the name of server created with rwserver
    Greetings

  • How to run reports from discoverer viewer by http

    Hello everybody,
    We've migrated our j2ee application to htmldb and we've migrated Discoverer reports from 4i to 5. So, I'd like to know how to invoke reports from htmldb.
    With the previous version we used this way:
    http://hostname/discoverer4i/viewer?wbk=ZZZZZZZZZ&us=uuuuuuuuu&eul=XXXXX&qp_competence_id=-1&qp_competence_type=All&qp_Manager=NNNN&qp_resource_manager=-N&db=custprd.us.oracle.com&password=******
    Best Regards,
    Seba.

    Hi Seba
    You basically run Viewer as normal and then copy the URL from the Address bar at the top of the browser. This can then be used to run the report.
    I hope this helps
    Best wishes
    Michael Armstrong-Smith
    URL: http://learndiscoverer.com
    Blog: http://learndiscoverer.blogspot.com

  • How to Start report from pl sql procedure

    I need to create a procedure which runs report and email report output to specified email adress.
    I don't know how to start report from pl/sql. Any help will be appreciated.

    I want to start oracle report from plsql procedure. Is there any OS system command I can use or any other method? My database is installed on windows 2000 machine.

  • How to take reports from miro t-code please explain in a step by step manner?

    How to take reports from miro t-code please explain in a step by step manner?

    I just did as you said (I think), but it's still having the same behaviour as before (same data for all EVS in the table).
    Here´s what I did:
    I
    In node "Detail" (cardinality 0...n, singleton set to true), which is binded to the table, I created a child node named "Column1Values" wth cardinality 1...1 and singleton set to false.
    "Column1Values" node has an attribute called "column1", of type String.
    I did the binding between attribute "column1" and the column1 inputfield celleditor in the table.
    I created an event called Column2Changed and binded it to the column2 celleditor of the table. I added a parameter called nodeElement of type IPrivateCompView.IDetailElement to this event, and mapped it to the column2 editor in the table so that I can dynamically get the nodeElement that is being affected.
    I added the following code to the onActionColumn2Changed(wdEvent, nodeElement) method that gets created in the view:
    IWDAttributeInfo attrInfo = nodeElement.nodeColumn1Values().getNodeInfo().getAttribute("column1");
    ISimpleTypeModifiable siType = attrInfo.getModifiableSimpleType();
    IModifiableSimpleValueSet<String> value = siType.getSVServices().getModifiableSimpleValueSet();
    if(this.initRFC_Input(nodeElement.getColumn2())){
         for(int i =0; i < wdContext.nodeRFCresults().size(); i++){
              value.put(wdContext.nodeRFCresults().getRFCresultsElementAt(i).getId(),
                                  wdContext.nodeRFCresults().getRFCresultsElementAt(i).getDesc());
    And with this, I still get the original problem... When the EVS of one row is updated, ALL other EVS of the table get also updated with the same values.
    What am I missing? Sorry Govardan, I bet I'm not seeing something really obvious... hopefully you can point me in the right direction.
    Thanks!

  • EWS 2.0 (Exchange 2007 ) - How to Bulk Update Contacts

    Hi 
    I have  afew hundred contacts that I need to auto-refresh in Exchange 2007 via EWS 2.0. Speed is not that great.
    Can someone please provide an example of how I could bulk update 25 contacts and clearly identify which ones failed because they did not exist? Which I wonder is even possible without knowing the ItemId before hand?
    Thanks

    How many contacts are in the source folder ?
    You could create a really complex SearchFilter using multiple OR statements it would be pretty ugly and possibly slow unless you have some massive number of contact you should generally just be able to enumerate the contacts with a restricted propertyset
    for the contact first. If you are updating all the contacts from a certain domain then just create a single search filter on that domain or try to find some other property you can create a simpler SearchFilter using. You can also create your own custom
    properties you can use in searches
    http://msdn.microsoft.com/en-us/library/office/dd633654%28v=exchg.80%29.aspx .
    Cheers
    Glen

  • HOW TO Call REPORT from FORM usning a Button ?

    Hi All,
    Please Help me and Help other Beginers in this :
    Hot to call a report from a form using WHEN_BUTTON_PRESSED trigger (using Oracle 10g R1)
    Should i save the report as .rdf or .jsp ?
    Should i save the report in a specific path ?
    Should i add the path to the REPORTS_PATH in the registery ?
    What about the Report Server ? should i install it first ?
    What about the report properties ? what should i change ?
    Please Help with Steps to make this sample report with the most important thing which is the PLSQL code we will type in the WHEN_BUTTON_PRESSED trigger.
    Regards,
    PS. i tried to search in the forum .. but u can imagine how hard it is to look within Messages: 164,066 - Threads: 46,773 - Pages: 3,119 :)

    Hi there,
    Most of the things do not come for free. You need to spend some effort in order to obtain results.
    Check run_product, run_report_object built-in.
    Also, download the documentation library and go through:
    http://www.oracle.com/technology/documentation/devsuite.html
    The example of how to use the run_product directly from the book "Oracle Forms Developer Form Builder Reference, Volume 1 - Release 6i.pdf":
    RUN_PRODUCT examples
    ** Built-in: RUN_PRODUCT
    ** Example: Call a Report Builder report, passing the
    ** data in record group ’EMP_RECS’ to substitute
    ** for the report’s query named ’EMP_QUERY’.
    ** Presumes the Emp_Recs record group already
    ** exists and has the same column/data type
    ** structure as the report’s Emp_Query query.
    PROCEDURE Run_Emp_Report IS
    pl_id ParamList;
    BEGIN
    ** Check to see if the ’tmpdata’ parameter list exists.
    349
    pl_id := Get_Parameter_List(’tmpdata’);
    ** If it does, then delete it before we create it again in
    ** case it contains parameters that are not useful for our
    ** purposes here.
    IF NOT Id_Null(pl_id) THEN
    Destroy_Parameter_List( pl_id );
    END IF;
    ** Create the ’tmpdata’ parameter list afresh.
    pl_id := Create_Parameter_List(’tmpdata’);
    ** Add a data parameter to this parameter list that will
    ** establish the relationship between the named query
    ** ’EMP_QUERY’ in the report, and the record group named
    ** ’EMP_RECS’ in the form.
    Add_Parameter(pl_id,’EMP_QUERY’,DATA_PARAMETER,’EMP_RECS’);
    **Pass a Parameter into PARAMFORM so that a parameter dialog
    will not appear
    **for the parameters being passing in.
    Add_Parameter(pl_id, ’PARAMFORM’, TEXT_PARAMETER, ’NO’);
    ** Run the report synchronously, passing the parameter list
    Run_Product(REPORTS, ’empreport’, SYNCHRONOUS, RUNTIME,
    FILESYSTEM, pl_id, NULL);
    END;
    Hope it helps,
    Michael

  • How to print report from JSP Page

    Hi Everybody,
    I am developing a simple project in JSP with MS Access. I hav some tables and reports for them. I hav a JSP page which gets inputs from user and save it in the table. Its working fine. But my problems are,
    1) I hav a button called "SAVE & PRINT" in that bottom of the page, if i click that button, the currently entered data has to save in the table and the same data has to print from the MS Access report. I dont know how to print this report from JSP page.
    2) Another button called "REPRINT". If i click that button, it has to ask a number to print the report page, that number is nothing but a field in that report.
    Could anyone help me to solve this problem.

    Hi Everybody,
    I am developing a simple project in JSP with MS Access. I hav some tables and reports for them. I hav a JSP page which gets inputs from user and save it in the table. Its working fine. But my problems are,
    1) I hav a button called "SAVE & PRINT" in that bottom of the page, if i click that button, the currently entered data has to save in the table and the same data has to print from the MS Access report. I dont know how to print this report from JSP page.
    2) Another button called "REPRINT". If i click that button, it has to ask a number to print the report page, that number is nothing but a field in that report.
    Could anyone help me to solve this problem.

  • How to call Report from SAP Script

    Hi,
    I want to know how can we call a report from a SAPscript .
    Regards,
    Ramanji

    the best u can do is
    write a perform
    perform sub_XXX in program ZXXX.
    endperform.
    se38...
    report zXXX.
    form sub_XXX.
    submit ZXXX1.
    endform.
    santhosh

  • Mail and Exchange 2007 won't allow customizable "From" Header

    I use Mac Mail with an Exchange 2007 server. In Preferences > Accounts, under "Account Information," I have two different e-mail addresses (e.g., the address for that exchange server and a gmail address) listed in the "Email address" field. When I create a new message, there is a pull-down menu next to "From:" that is supposed to allow me to choose which of those two e-mail addresses should appear in that field.
    However, regardless of which e-mail address I choose, the e-mail message always has the "From:" address for the exchange server. In other words, it won't allow me to customize the "From:" field. This worked properly in the past and I've been using it for awhile, but it quit working when I re-installed Mail. Everything else works perfectly.
    Anyone else experiencing this? Any recommendations?
    Thanks!

    Thanks for your message.
    Actually, changing "Reply-To" isn't what I need. I need the proper e-mail address to show in the "from" field; for example, because I need to send messages to a server and those messages need to come from a specific e-mail address.
    And, the pull-down message is definitely next to the "From" field whenever a new message is generated.
    I actually don't receive messages in Mail for the other two accounts (e.g., I use Gmail's web interface for Gmail messages). I'm simply needing to modify the "From:" field in OUTGOING messages, something that used to work but quit working recently.

  • How to exclude reports from HIS in MSS 60.1.20?

    Does anyone know how to exclude some of the HIS reports from the tree? I am on a 4.6c system. I see that the table T77I3 contains the listing of REPIDs that are used to populate the REPOS table in the function module HR_HIS_READ. If I try to maintain this table using SM30, I see that SAP only allowed for updating the text descriptions. I was thinking the easiest way to remove items from the report tree without deleting them would be to change the REPID to just add an X or something to the end of the code so that the check against TRDIR will fail and exclude the item from the list. Does anyone know the best way to exclude reports from the HIS reports in the MSS -> My Staff -> Reporting -> Report Selection -> HIS Reports section?
    I will award points to the answer!

    Hi, did u find a solution for this? I'm having the same requirement.
    One way of solving the problem would be to copy the HR_HIS_READ function and change it to exclude the undesired reports. Then change the MDT Scenario by executing the Define Structure of Function Codes item in the IMG.
    DJ

  • How to run report from multiple user same time

    Hi,
    We are using oracle database 11g R2
    Oracle Forms & reports : 11.1.2
    O.S : Windows & Professional
    We have install oracle database, Oracle forms & reports in server. Near about 25 users are accessing that database, forms & reports from server through browser.
    I have one problem, when users runs a report there report goes in queue and runs one by one in FIFO manner.
    If one user has a report that take long time other users has to wait for that time.
    Can it is possible to run reports in multitasking manner, i.e multiple report can be run simultaneously.
    http://servername:7001/reports/rwservlet/showjobs?
    Using above url am able to see jobs in queue.
    Thanks in advance.

    Hi Denie,
    I am new to it and don't know how to add engines to server.conf , can you please tell me how to add engine to it.
    I search server.conf file but i did't found it.
    Please help..
    Thanks in advance.

  • How to run report from other database

    hi,
    i have an application running on oracle 10g forms (many forms & reports),i want to run a report from other database using a form,it should be run on this application & same report server. so if it is possible so tell me how can i do this ?
    thxs

    If you have another Oracle database you can use the following command to create a link to it from the one you are currently logged into
    CREATE PUBLIC DATABASE LINK my_db_link
    CONNECT TO other_oracledb_usernane IDENTIFIED BY other_oracledb_password
    USING 'remote_oracledb_name';
    When you issue this command the 'remote_oracledb_name' must exist in your TNSNAMES.ORA file so that the remote database can be 'found'
    If this is still not enough info I would suggest that you talk to someone on your DBA team to help set up the link.
    Mark

  • How to run report from java code

    I am a begginner in Oracle Reports. We have no AS installed, so we run reports either from Reports Builder or by calling rwrun. I would like to know how to embed report calling into java code , let's say into simple swing application. Some example code would be welcomed. Thanks.

    Hello,
    You can find examples in :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_webservice.htm
    Oracle® Application Server Reports Services Publishing Reports to the Web
    10g Release 2 (10.1.2)
    B14048-02
    14 Using the Oracle Reports Web Service
    Regards

Maybe you are looking for

  • Would like to know if these devices can be connected and used at the same t

    Hi I firstly need to apologise for being not that technically minded when it comes to soundcards and audio equipment. I have good ears and really appreciate high quality music. I have nearly $2000US of AV equipment that I want to connect to my sound

  • When is Mavericks available in Australia

    Is Mavericks available in the USA yet? I can't find it in the Mac App Store in Australia.

  • What is meant by qualified advance payment?

    HEllo,, what is meant by qualified advance payment. I was reading the SAP help but couldn't understand. so, plz explain in  simple terms. Thanks, JEss

  • Time Lapse Troubles...

    Hey guys,      I'm a student and am getting into some more serious editing. I've been working on a snowboarding edit for this season however am having some troubles with my timelapse.                     - Ok to start I would like to clarify, what wo

  • Earbuds volume control

    Dear Apple, Because I cannot find a product suggestions page/site, I'll create a new discussion topic. I wear collared shirts to the office and the location of the volume control on your earbuds get's hung up on my collar quite frequently.  This caus