Strange error while scheduling but can see the scheduled report

Hi,
  When I schedule a Deski Report from my Favorite folder to my repository folder the instance fails and has this error message
destination DLL disabled. []: [CrystalEnterprise.Smtp] .
But when I see inbox I can see the report scheduled in required format.
For information - I m using XIR3.1 SP2 and using a server group for scheduling this.
Please help me identifying why the schedule fails.

Hi,
     Please note, the error occurred when system tryng to push your completed scheduled report into a particular destination. In you case, the Repository Folder Path.
     Regardless, the solution provided by the previous post contained the same solutions you need to apply.
     In summary, you need to make sure you have permission to that particular path where the report will eventually reside.
Regards,
Ken

Similar Messages

  • Error while scheduling report for SAP users

    Hi All,
    We have SAP authentication enabled in our BO environment. (BO XI 3.1 sp2 FP 2.6 on windows 2003 server).
    There are some webi reports based on BW Bex queries that we are trying to run on behalf of certain SAP end users. This we are doing using "schedule for" option.
    Now what is happening here is if the end user has logged in once in BO system ,it runs fine. But in case user has not logged in to BO (using infoview etc.) ,it throws error saying "incomplete logon data" . Also if user changes or reset his password in BW and if he doesn't login to infoview after that ,system throws another error "Name or password incorrect (repeat logon)".
    Based on these observation, we are suspecting if BO system uses stored SAP users credentials while scheduling report for them based on their last login.
    Would like to mention here that we have checked option "automatically import users".
    Please advice if this behavior is normal or we are missing some setting.
    Thanks in advance,
    Chandra

    Hi All,
    Any pointers or suggestions for this issue ??
    Is there a setting/option avialable in CMC which could resolve these errors.
    Or, user has to login once to infoview in all circumstances to avoid these errors.
    Thanks,
    Chandra

  • My laptop won't see internet, but can see the network

    I have Comcast internet service. The Modem is connected to my AirPort Extreme (n + gig-e) and the ethernet is distributed with a linksys gig-e switch. My PowerBook can still see the internet via a wireless connection (g) and the G4 PowerMac can still see the internet via Ethernet through the switch and router, but the MacBook Pro cannot see the internet using either the wired or wireless connection. It gets an IP address (MAC reservation) from the AE and it can connect to the other computers on the network, but it is not seeing the internet. I am assuming there is something screwy happening to the AE because the MacBook Pro connects to the internet just fine when I take it to work and my friend's PC laptop had the same problem on my home network.
    Any advice would be greatly appreciated. This is driving me nuts!

    Seems like it is a DNS issue of some kind.
    I changed the MacBook DNS servers to a bunch of public ones and now it seems to be working again.
    I found them here: http://www.tech-faq.com/public-dns-servers.shtml

  • Error while scheduling reports

    Hi,
    I am trying to schedule a report and trying to send a mail attachment in pdf format.
    I could schdule to reports to generate in files and it works fine but when i try to schedule a report for mail i get a following error.
    REP-4202: Error occurred while logging on to the Mail subsystem.
    REP-4224: Incorrect user name, password, or service profile name.
    REP-4202: Error occurred while logging on to the Mail subsystem.
    IS this a MAPI client issue? If yes then can somebody tell me how to configure MAPI client.
    IS there any other solution for this problem.
    I have outlook expreess as my defalut mail system. Also i have microsoft outlook installed on my machine.
    Thanks In advance,
    Shailesh

    Morning Simon,
    The source doesn't seem to be showing any error message or explaining anything however the error FWM 02050 might say something. Have you searched the Wiki or Articles about this?
    Personally I have not seen this type of error before however it seems that either the source or the layout of the report gets changed and hence it errors out as it does not match with the source.
    For example, in the report maybe there is a dynamic parameter which gets changed occasionally or any other report object which has a source linked gets changed.
    Does this happen only with one report or all the reports?
    Does anyone change the reports?
    How many dynamic or static params are there in the report?
    How is the report connected (odbc or any other means?)
    Does the server react like this with other reports as well?
    Here is the list for error message from BO you might it find handy
    [help.sap.com/businessobject/product_guides/boexir3/en/xi3_error_message_guide_en.pdf]
    I think we need to investigate first where the problem is generating from and then find out about this error.
    Regards
    Jehanzeb
    Edited by: Jehanzeb Navid on Oct 15, 2008 8:48 AM
    Here what error given above says
    The object with ID , Title "", Kind "" has changed since last query
    (FWM 02050)
    Cause
    The required object has changed since the last query.
    Action
    Query the InfoObject again.
    Maybe the end user is not query the report properly?

  • How to see the consolidate report of Gl banlance (Group chart of account)

    Dear All ,
    We have 10 company code ,Each company code we assigned same chart of account.But Consolidate and reporting  purpose we created Group chart of account.
    Because when i saw the gl account balance ,it showing 10 company code line item for this reason we created Group chart of account created and assigned all gl account in operating chart of account.and group chart of account assigned in operating chart of account.
    But now i am not able to see the consolidate report of all company code totals.
    Can you guide me where i can see the consolidate report.of all company code trail balance and balance sheet.
    Thanks in advance
    thanks and Regards
    Girish.

    Hi Javeed,
    Thanks for immediate respose.
    But when i run f.08 it will show company code wise.But i want to see total balance of all company code so that i created group chart of account.
    Is there any method to see the total balance of all company code
    OR
    Any other method to see all company code total balance.
    thanks and regards
    Girish

  • Can see the test page, Can register the provider but error in portlet

    Hi all,
    I have done the following settings in my web.xml
    web.xml
    <servlet>
    <servlet-name>calsample</servlet-name>
    <servlet-class>oracle.portal.provider.v1.http.HttpProvider</servlet-class>
    <init-param>
    <param-name>provider_root</param-name>
    <param-value>D:\pdk\pdkoct\pdk\urlservices\providers\calsample</param-value>
    </init-param>
    <init-param>
    <param-name>sessiontimeout</param-name>
    <param-value>1800000</param-value>
    </init-param>
    <init-param>
    <param-name>debuglevel</param-name>
    <param-value>3</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>calsample</servlet-name>
    <url-pattern>/calsample/*</url-pattern>
    </servlet-mapping>
    <servlet>
    <servlet-name>CalendarServlet</servlet-name>
    <servlet-class>com.jsos.calendar.CalendarServlet</servlet-class>
    <init-param>
    <param-name>config</param-name>
         <param-value>d:/tomcat/conf/calconf.txt</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>CalendarServlet</servlet-name>
    <url-pattern>calendar</url-pattern>
    </servlet-mapping>
    provider.xml
    <provider class="oracle.portal.provider.v1.http.DefaultProvider" session="true">
    <portlet class="oracle.portal.provider.v1.http.DefaultPortlet" version="1">
    <id>1</id>
    <name>CalendarServlet</name>
    <title>My Calendar Servlet</title>
    <description>This is my Calendar Servlet implemented as a ServletRenderer.</description>
    <timeout>5</timeout>
    <timeoutMsg>Calendar Servlet Renderer example timed out</timeoutMsg>
    <hasHelp>true</hasHelp>
    <hasAbout>true</hasAbout>
    <showDetails>true</showDetails>
    <showEdit>true</showEdit>
    <showEditDefault>true</showEditDefault>
    <acceptContentTypes>
    <item>text/html</item>
    </acceptContentTypes>
    <portletRenderer class="oracle.portal.provider.v1.http.ServletPageRenderer">
    <appPath>/pdk/calendar</appPath>
    <appRoot>D:\tomcat\webapps\pdk\WEB-INF\lib</appRoot>
         <showServlet>com.jsos.calendar.CalendarServlet</showServlet>
    </portletRenderer>
    </portlet>
    </provider>
    With the above settings, I can see the test page at http://<server_ip>:port/pdk/calsample.
    I am able to register the provider on the Portal server as well.
    While adding the portlet to the portal page, the Calendar Portlet is listed there.
    But, when I press the preview button next to it, It shows "Error: The listener returned the following Message: 500 Internal Server Error".
    Please give me a clue where I am going wrong.
    Thanks in advance.

    Well, over the past few days while desparately trying to make my portlets work, I have tried several things. I started initially with a downloaded version of pdk that contains samples of v1. My first message above reflects the setup I used with v1. While trying to figure-out the problem for error 500, I tried v2 but the same problem persisted.
    However, the clue by Mr. Peter Moskovits to check the application.log has helped me to finally resolve the problem.
    Here is my new WORKING setup:
    \WEB-INF\web.xml:
    <context-param>
    <param-name>oracle.portal.log.LoggerClass</param-name>
    <param-value>oracle.webdb.log.ServletLogger</param-value>
    </context-param>
    <context-param>
    <param-name>oracle.portal.log.LogLevel</param-name>
    <param-value>7</param-value>
    </context-param>
    <!--
    Define the JPDK servlets and their parameters
    -->
    <servlet>
    <servlet-name>SOAPServlet</servlet-name>
    <display-name>SOAPServlet</display-name>
    <description>Extended Portal SOAP Server</description>
    <servlet-class>oracle.webdb.provider.v2.adapter.SOAPServlet</servlet-class>
    <!-- The following parameter enables invalidation caching -->
    <init-param>
    <param-name>invalidation_caching</param-name>
    <param-value>true</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>SOAPServlet</servlet-name>
    <url-pattern>/providers</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>SOAPServlet</servlet-name>
    <url-pattern>/providers/*</url-pattern>
    </servlet-mapping>
    <servlet>
    <servlet-name>CalendarServlet</servlet-name>
    <servlet-class>com.jsos.calendar.CalendarServlet</servlet-class>
         <init-param>
         <param-name>config</param-name>
         <param-value>d:/conf/calconf.txt</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>CalendarServlet</servlet-name>
    <url-pattern>/calendar</url-pattern>
    </servlet-mapping>
    \WEB-INF\providers\calendar\provider.xml :
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <?providerDefinition version="3.1"?>
    <provider class="oracle.portal.provider.v2.DefaultProviderDefinition">
    <session>true</session>
    <portlet class="oracle.portal.provider.v2.DefaultPortletDefinition" >
    <id>1</id>
    <name>Calendar</name>
    <title>Calendar Portlet</title>
    <shortTitle>Calendar</shortTitle>
    <description>This portlet is my calendar portlet.</description>
    <timeout>30</timeout>
    <timeoutMessage>Calendar Portlet timed out</timeoutMessage>
    <renderer class="oracle.portal.provider.v2.render.RenderManager" >
    <showPage/calendar</showPage>
    </renderer>
    </portlet>
    </provider>
    \WEB-INF\deployment\calendar.properties
    serviceClass=oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter
    loaderClass=oracle.portal.provider.v2.http.DefaultProviderLoader
    showTestPage=true
    definition=providers/calendar/provider.xml
    autoReload=true
    debugLevel=7
    With the above setup, I am able to access the test page successfully at:
    http://[server-ip]:port/jpdk/providers/calendar
    Which lists my portlet, Calendar.
    Upon registering the portlet provider with the above URL, the portlet provider lists my Calendar portlet there and it shows-up the portlet successfully there.
    Thank you all.

  • My video i have successfully worked on for seven days now won't open at all.  It says there is no sequence of this type found... But in the very bottom bar I can see the whole project load.  But the only option from the error screen is exit out of Premier

    My video i have successfully worked on for seven days now won't open at all.  It says there is no sequence of this type found... But in the very bottom bar I can see the whole project load.  But the only option from the error screen is exit out of Premiere Pro CC.  I am on a PC withe Windows 8.1 and apps are up to date.  Thanks much for any help!!

    Hi Bryan,
    My video i have successfully worked on for seven days now won't open at all.  It says there is no sequence of this type found... But in the very bottom bar I can see the whole project load.  But the only option from the error screen is exit out of Premiere Pro CC.  I am on a PC withe Windows 8.1 and apps are up to date.  Thanks much for any help!!
    Sounds like an activation issue. Quite Premiere Pro. Sign out of Creative Cloud. Restart Premiere Pro. Sign back in: http://bit.ly/CC-sign-out
    Hope that works for you.
    Kevin

  • I recently had my iphone 4s screen repaired because the screen was cracked. It was all ok and then a few weeks later something strange happened. My touchscreen works, but the screen doesnt show, you can see the light in the background but no picture?

    I recently had my iphone 4s screen repaired because the screen was cracked. It was all ok and then a few weeks later something strange happened. My touchscreen works, but the screen doesnt show, you can see the light in the background but no picture? has anyone got any ideas as to what the problem is, is it self-repairable or even repairable at al?

    The LCD Display connector has partially come loose from the logic board connector, and simply needs to be pressed back down into place. Or the front screen assembly is now faulty, and needs to be replaced again.

  • Some email images do not show while using the icloud web app.  I can see the images on my IOS devices and in gmail but I only see a small gray box in the icloud web mail app.  Load HTML images is checked in preferences.

    Some email images do not show while using the icloud web app.  I can see the images on my IOS devices and in gmail but I only see a small gray box in the icloud web mail app.  Load HTML images is checked in preferences.  Is there a solution to this issue?

    I've seen the opposite issue.  My wife recieved an email with jpg attachments.  She couldn't see or print them on her iPhone 4S but they showed up fine in iCloud or in the mail app.  I had her forward the email to herself and then they showed up.  I assume there is an issue with how Apple is processing the attachments and resending causes them to get reformatted in a way that makes them easier to handle.
    So yeah.  Seems like some bugs.  Hope Apple fixes them soon.

  • I can see the pitcure in my folder but I get an error message when I pull up the picture

    I can see the pictures in my iPhoto folders but when I click on them to access, I get an error message.
    How can I pull these up? 

    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.

  • I'd like to eject my artistic works while I'm creating them...but I wouldn't have toolbars appeared in the ejected image. I wish can see the toolbars only on my Ipad. Is it possible?

    I'd like to eject my artistic works while I'm creating them...but I wouldn't have toolbars appeared in the ejected image. I wish can see the toolbars only on my Ipad. Is it possible?
    Thank you

    The applications are two: the first is "Layers - Standard, J. Benjamin Gotow, version 2.7.2" and the second is "Brushes - iPad Edition, Taptrix, version 1.2.2". The help files don't aswer to my curiosity. I'm looking at developer's website for a support forum just now, many thanks.

  • I would like to use time Machine to back up to a network SMB drive. I can see the drive on my desktop but it will not show in the time machine window to be able to select it

    I currently have a mini server (OSX10.8.5, server 2.2.2) that I am using Time Machine to back up 4 external drives that are connected to the server via firewire 800. I would like to use Time Machine to back up to a windows network SMB drive. I can see the drive on my desktop but it will not show in the time machine window to be able to select it for use.
    Can this be done
    Thanks for any and all help

    The supported targets for Time Machine backups are local (direct-connected) disks, and network targets include Time Capsule, a disk hanging off the current-generation AirPort (though not earlier AirPort devices), and OS X Server systems.
    The Time Machine storage is based on the HFS+ file system, so I would not expect TM to work with SMB file services.
    While there are hacks to allow Time Machine to access network drives, I would not consider those to be reliable. Skim the forum and the 'net for related details, and for previous discussions of setting this up and the related issues that can arise.
    Remember to test the recovery with whatever you decide to use; whole point of backups is the ability to restore the data, after all.
    If you want to learn more about Time Machine, Pondini is an excellent resource.

  • I have Mac pro and firefox 3.0.19.I am trying to download a video from youtube.? I can see the video. I want to download it and save in my computer to see it again. I have download helper. While the 3 red,blue,and yellow sphere are turning, It gives me t

    I have mac pro and firefox 3.0.19
    I am trying to download a video from youtube.?
    I can see the video. I want to download it and save in my computer to see it again.
    I have download helper. While the 3 red,blue,and yellow sphere are turning, It gives me the choice of place to save,and when I click and choose desktop , for example, this message comes ."Conversion requires an external application that appears to be missing on your system. Configure conversion ?
    When I click on okay, another page comes, which says" converter and a box next to it . in the box is written FFMpeg. but I can change it to MEncoder. In another box, says configure conversion rules. When I click on it, nothing happen.Thanks for your help.
    == This happened ==
    Every time Firefox opened
    == I want to download a video from youtube

    No, this reply is not helpful. It simply generates this little gem:
    "This service requires the conversion feature to be enabled.
    Configure conversion ?"
    And the same clicking on buttons that makes nothing happen and going around in circles with the escape key.

  • I can see the pics but when I click on the event itself a HUGE exclamation mark pops up and not my pic.

    OK..this forum help me locate my iPhoto so HOPEFULLY ya'll can help me w/ 1 another issue. When I open an event in iPhoto...I can see the pics but when I click on the event itself a HUGE exclamation mark pops up and not my pic. Its really weird that I can see the pic but cant open it. Hopefully we can correct this issue. Also, if anyone has the energy....pls tell me how I can export from my iphoto-I want to place all my pics on CDs or my external hard drive and when I try to export it says.."unable to export.." I dunno!
    Help PLZZZZZ!
    Lost again,
    Amanda 

    The two problems are related.
    The ! turns up when iPhoto loses the connection between the thumbnail in the iPhoto Window and the file it represents.
    And that's why you can't export as well.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • I have 3,500  photos on my MacBook that I would like to copy to my Windows 7 PC. The PC CAN "see" the MacBook on the wi-fi network but I can't find the picture files through that route on the MacBook.

    I took 3500 pictures with an iPhone 5 and a Canon Ixus camera whil on holiday in China. I downloaded them onto my MacBook every day.
    Now we're back home I want to back them up onto my Windows 7 PC as it has a 1 TB HDD.
    My PC and MacBook can see each other over the wi-fi network (the PC has an Ethernet connection to the wifi router) and the MacBook can copy files from the PC but not vice versa although the PC can "see" the MacBook - just not copy or transfer any files.
    Also when I look for the jpegs for my holiday pics I can't find them on the MacBook though they open happily in iPhoto. When I look in my iPhoto library it seems to have (among other things) an XML file as a database but no actual jpegs. There are some jpegs on the MacBook but these are from photos I transferred from the PC before I out the 1TB HDD in.
    Where are the actual photos stored and how can I transfer them to the PC over the wifi network?

    Selectthem in  iPhoto and export to a desktop folder - see the user tip on exporting for edtails on the options available - from there it has not involvement of iPhoto - what access you have andhow you access the Mac disk is a subject for a differnt forum
    Direct access to the contents of the ihoto library - a SQLite database - is not supported
    LN

Maybe you are looking for

  • Photoshop CS4 crashes in Lion - other CS4 items seem to work OK

    Hi, I just installed CS4 Master Collection on my new MacBook Pro running Lion 10.7.3 Photoshop crashes immediatly I try and open a file. Other items (InDesign, Bridge and Illustrator) seem to work OK. NEED HELP!!!! Best, John

  • Built-in microphone not working

    I can't get my Imac's microphone to work, all that is heard is static and doesn't seem to pick up any sound at all. Anyone know how to solve this?

  • Can I change my iCloud username?

    I don't like my current username and want to change it (for example [email protected] to [email protected]). Please reply quick!!

  • UDP Furewall setting in 10.4.6 - What does it block?

    For Tiger I'm unclear about what I would be blocking if I activated the UDP setting in Firewall. I am not networked to other computers except through a router for internet access in which my MAC is the primary. There's no direct file sharing or inten

  • Glitch in AAC file: Ain't No Mountain High Enough - Diana Ross

    The song "Ain't No Mountain High Enough" (track 15 from "Diana Ross: All the Great Hits") has a glitch at 1:25 on the time counter. It is highly annoying and totally not acceptable! How does one get a refund/credit for the purchase or else a properly