Getting Error in CMC - source file error. [No such file or directory]: [CrystalEnterprise.Smtp]

Dear All,
I am able to schedule the Crystal report successfully means mail gets auto triggered as we set in SCHEDULE option. But when we tried to use the notification option we get the status as FAILED. nd in details we get "source file error. [No such file or directory]: [CrystalEnterprise.Smtp]".
But still a mail gets triggred and each and every person will get mail. but the issue is notification will not work properly and no notification mail. And the status is despayed as FAILED with "source file error. [No such file or directory]: [CrystalEnterprise.Smtp]" this message.
Regards,
Rohan Ghadi

Do you have multiple job servers in your environment? Did all the Job servers configured SMTP settings?

Similar Messages

  • Compiling source files in directory separate from JDK

    I'm trying to switch from Visual Cafe to a more agnostic platform: just using a text editor and then compiling and running with Sun's JDK. The problem is that I can't actually get my programs to compile and produce class files. I suspect a Classpath or directory structure problem, but I don't know how to attack this.
    I am running Windows 2000, and the JDK is sitting at C:\j2sdk1.4.0_01. I'm keeping my source files at in a separate directory at E:\New_Java_Files. When I try to compile a source file in this directory, I don't get the resulting class files even though it compiles (that is, javac does not give any errors). On the other hand, when I compile the "Hello World" app in this same directory, it does produce a class file and then I can run it.
    Any suggestions?
    Thanks, Yao

    If javac is actually running, and you don't tell it to stick your files somewhere else, it should create .class files in the same directory as the .java ones.
    My guess:
    Since javac succeeds, either the .class files end up in some other location, or you're somehow compiling a different version of your file in a different location. Try searching for any instances of yourclass.class

  • FinRep 9.3.1: All users getting error opening reports from root directory

    We are having an irritating, although not missiion critical error
    When a user (any user) attempts to open a report from the explorer view in Financial Reporting 9.3.1, we receive an "_Error 1000165"._ No explanation is provided. No folders are openable within the explorer view except "Personal Page."
    It is possible to open reports by opening a report that got accidentally stored in the root directory and then opening another report from the menu system in the usual way. So it is not a user permissions/provisioning issue.
    Is there a fix to this? I am afraid someone will clean out the root directory and then we won't be able to access our reports.
    Update: I can use the pattern "VariancePercent([B(A)],[A(A)])" to cut this to 27 Columns by varying the direct reference to the column. But is there an easier way to do this?
    Edited by: user10868938 on Feb 24, 2009 3:43 PM

    We have been able to complete the update of our users SSID's in our Planning SQL tables through the utility. We had to create the users in Essbase first though.
    However, if I try to log into Planning (through Workspace) I still cannot see the Planning applicaitons I should have access too. In Shared Services if I pull up my network ID and View Report, I do not get any Planning groups to show up that I belong too. I can open the group in HSS and see my ID is in it but when I do the View Report on my ID nothing comes up.
    Additionally, if I add a user from scratch to the existing Planning groups that we've migrated and do the View Report they will show up for that user and the security passes through to Planning/Essbase so that I could log on fine. So, the problem is not with adding new users but the existing one's that were migrated. HSS shows the users in the groups but if you view a Report for those users it doesn't look like you belong to any groups.
    We are going to apply a patch to Shared Services to see if it helps. It's suppose to deal with Groups that have users from multple domains but one set of those users cannot log into the application they should have access too. We applied this in our stand-alone S9 Essbase environment a couple of months ago to deal with a break between our existing users and groups from HSS to Essbase. Maybe this will be the final piece.

  • How to access a nested child tag values in  XML Object(getting error:No Such variable)

    Hi,
    I could see the XML object data and while accessing a perticular attribute let say "SlotA"  it is showing "No such variable Error".
    I appreciate any of your  inputs or suggestions to solve this error.
    You can find the screen snapshot of the problem as part of the attachment here.
    Thanks in advance
    CSNPrasad.

    Dear Natasha,
    Thanks for your mails & cooperation as well.
    This time i  have added the trace() and can see the value.Now the problem is "can't access a property or method of a null object reference"
    Noe: This code mxml file is called at Runtime based on the data defined in the XMLSocket data.
    I need to display Remote devices like davice1,device2 device3 etc. these are added/delete at any time ,so we need to show same changes in UI at Runtime.
    I implemented Polymorphism concept to construct the device object at runtime like follows
    var device:Object;
    for each (var deviceData:XML indeviceListXML..Device)
                        device = getBatteryBay(deviceData.deviceId)
                        // If device already exists with the deviceId, update the details
                        // Else create a newdevice and add it to the container for displaying it.
                                                                                    if (device == null)
                            if (device.Type == "DEVICE1")
                                device = new Device1();
                            else if (device.Type == "DEVICE2")
                            device = new Device2();
                            else
                                device = new DefaultDevice();
                            device.id = deviceData.deviceId;
                          device.name = deviceData.devicename;
                         device.setData(deviceData);
    Here new Device1(); and new Device2() are the UIComponents and created at Runtime, upto here no problem to display, when i try to setData to the devices it is throwing error
    "can't access a property or method of a null object reference". because Device1 and Device2 has Child components like "DataIndicator" and need to set properties to these components which are not created yet.
    I appreciate any of your Input or suggestions at the earliest
    Thanks in Advance
    Regards

  • Get list of all excel file from directory

    solved
    Edited by: Ravi Ranjan on Mar 23, 2009 9:27 AM

    Hello,
    Thanks in advance too, to indicate the exact version you use in your every post.
    Francois

  • Creating multiple records from 1 record in the source file for Import DM

    Hi Experts,
    Today I am working on an interface/import where I want to get the following result:
    Source file contains a records like:
    Account, Entity, DriverX
    Sales,EntityA,ZZ
    The BPC appset contains the 2 dimensions Account and Entity next to CostCenter dimension. The DriverX field in the source file is just additional information in the source file. However based on this DriverX we need to determine what CostCenter to choose but we also need to have the same record assigned to a second record in BPC.
    Following my example, based on DriverX value I need to create 2 records:
    Account, Entity, CostCenter,
    Sales,EntityA,CC1
    Sales,EntityA,CC2
    I don't have a problem assigning the record to 1 CostCenter based on DriverX value but I have a problem creating my second record. Does any of you have had the same "challenge" and if so would you like to share the solution for this?
    Best regards,
    Johan
    PS: I am working on SAP BPC, version 7.0 Microsoft version.

    Hi Greg,
    Many thanks for your answer. And yes this would be a solution. However I just simplified my case as the decision to create an second record and where to post is depending on more than 1 field in the source.
    But I will keep it in mind, because I also can opt for a solution to store data differently in BPC fac-tabels which will help me to use script logic.
    If it is not possible to create multiple records from a single records in the standard functionality in the Transformation and/or Conversion file, I have to create a custom DTSX or change my way of storing data.
    Anyone else who is having an alternative idea like Greg came up with?
    Please let it know!
    Best regards,
    Johan

  • Source files for sapjco3

    Does anyone have access to/know how to get access to the source files for the sapjco library? In particular, I am seeking the .c files that were used to create libsapjco3.so. These are needed for an Android application that I am building.
    Thanks!
    Jim Daniel

    Howdy Erhan,
    The short answer is that using jco via mobile is a clean and easy interface, that doesn't involve web services. The entire point of my app (which is a PoC) is to avoid having to set up a .bsp or .jsp page and all the security concerns that comes with it. Using the jco package, you can "log-in" in an analogous manner to the SAP log-on. Again, it's clean, simple and easy.
    Having access to the source files, whether in java or c, would be an immense help.
    Thanks!
    Jim

  • "ATTEMPTING TO DISK MAUREEN'S IPOD FAILED. THE FILE OR DIRECTORY IS CORRUPT

    Get this message plus "The file or directory iPod_Control/Music/F05 is corrupt and unreadable. Please run Chkdsk". I've run Chkdsk and it found no errors. iTunes will download a few songs to my iPod and then quit with these error messages.

    To run the chkdsk utility, you go to Start Menu of the Windows task bar, and select "Run". Then you type in "chkdsk /f".

  • I am having trouble dating to version 3.6.14. I am running Linux/Ubutu OS and I get this error message:/tmp/p7x3vko2.part could not be saved, because the source file could not be read. Please help. Thank you , Deb

    I am having trouble dating to version 3.6.14 or updating to the Beta testing. I am running Linux/Ubutu OS and I get this error message:/tmp/p7x3vko2.part could not be saved, because the source file could not be read. Please help. Thank you , Deb

    Solved for me.
    I set the owner/permissions of my profile's mozilla folder's (and all the files in it) to read/write access, and the problem disappeared.
    in linux:''
    * cd /home/myusername/.mozilla
    * chown -cR myusername:mygroup ./
    * chmod -cR +rw ./
    '''Never do that with root privs (nor with sudo)'''

  • I get the following error when trying to open a pdf file... '*pdf.part could not be saved, because the source file could not be read"

    I get the following error when trying to open a pdf file... '*pdf.part could not be saved, because the source file could not be read". I am able to open pdf files in IE and other programs.

    I am encountering the same problem -- though with .qfx files from my bank. This worked fine in Firefox 31 ESR, but since upgrading to Firefox 33.0, I get the "<name>.qfx.part could not be saved, because the source file could not be read" when I attempt to download. (I should add that downloading PDF statements from the same site works fine, and that the qfx downloads work fine in IE and Chrome.)
    I tried safe mode, it is still broken. Tried v34 beta, no luck. I reverted to version 31, it works again.
    I guess I will stick with the older version until a solution is found...or just use an alternate browser to download my financial data.

  • Latest Fx version won't download, getting error message. "pSVzV7gx.exe.part source file cannot be read.

    I have attempted to download the latest version of Fx. I get the message "pSVzV7gx.exe.part can't be downloaded because the source file could not be read".

    Hey,
    Thanks for your response. I've checked in the about itunes and it says the MacBook's itunes details are as follows
    11.05.5 (5)
    64 bit
    copyright 2000-2013
    I imagine the iMac has the lates itunes on it although I cannot check because it brings up the error message as described above. Any help will be appreciated.
    AJ

  • Flash builder ,Toggle break point ,get error:Error getting list of source files

    In Flash builder ,debug a Web Application, when try to toggle a break point , flash builder prompts:
    Error getting list of source files
    flash.tools.debugger.InProgressException
      at flash.tools.debugger.concrete.DSwfInfo.swdLoaded(DSwfInfo.java:156)
      at flash.tools.debugger.concrete.DSwfInfo.getSourceList(DSwfInfo.java:131)
      at flash.tools.debugger.threadsafe.ThreadSafeSwfInfo.getSourceList(ThreadSafeSwfInfo.java:78 )
      at com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.findSourceFiles(FlexLineBreakp oint.java:512)
      at com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.instantiate(FlexLineBreakpoint .java:577)
      at com.adobe.flexbuilder.debug.model.FlexDebugTarget.instantiateBreakpoint(FlexDebugTarget.j ava:525)
      at com.adobe.flexbuilder.debug.model.FlexDebugTarget$1.run(FlexDebugTarget.java:568)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

    who can answer this?

  • Whenever i try to download a rather large file i continue to get the "could not read source file" error. Tried new profile, uninstalling and looking for the compreg.dat file to delete nothing is working. Please help

    whenever i try to download a rather large file i continue to get the "could not read source file" error. Tried new profile, uninstalling and looking for the compreg.dat file to delete nothing is working. Please help

    Did you reinstall CS3 after CC?
    For that matter, doing an in-place upgrade on the OS is always a gamble with Adobe programs. Reinstalling all the versions you need, in order, would probably solve your problem.
    And you shouldn't need to save as IDML after opening the .inx in CC.

  • While accessing lighthammer getting missing HTML Source File error.

    Hi Friends,
    While tryining to logon to Lighthammer I am getting below error:
    (Missing HTML Source File: D:/Lighthammer/Illuminator/Temp/HomePages/admin/HomePage_admin.htm)
    On checking at location D:/Lighthammer/Illuminator/Temp/HomePages/admin I found that folder admin is not available
    and when we restore it from backup it get deleted as soon as we try to logon again.
    This is happening with all other users also. As a workarround we first logon to Lighthammer and when it gives error we paste folder for corresponding user (admin in this case) with home page under D:/Lighthammer/Illuminator/Temp/HomePages then it works.
    We are using MII version 11.5 on windows 2003.
    Please advise. Thanks in advance.
    Regards
    Ajay Sehgal

    Hi Diana,
    Thanks for you Reply.
    I checked directory D:/Inetpub/wwwroot/Illuminator/HomePages and it does not exist.
    But this directory also not exist on any other system including the production systems which are working fine.
    Also checked the permissions and there seems to be no permission issue.
    Regards
    Ajay Sehgal.

  • I am trying to install livecycle trial version, but i get Error 13:11 Source file not found

    Why do they even offer a free trial version of livecycle es4,  when its obviously not free??????
    i have tried from two different computers, windows 7 and windows 8, and before it can finish installing,
    a messsage pops up saying Error 13:11 Source file not found verify file exsist.  what does that even mean?

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

Maybe you are looking for

  • Modifying a Calendar List view

    We have a InfoPath form library containing media items. Some of the items have start and end dates for which we have created calendar list views. All of these calendar items display with 12:00 am - 12:00 am at the beginning of the display. I've seen

  • PO split is not working from Shopping cart

    Hi Friends,                  I am using SRM 7.0 service pack : 9.0 . Extended classic scenario . I createad shopping cart with two line items as given below. 1st line :    supplier1      2 nd line : supplier2 . My requirement is: SC has to split into

  • Unable to find driver for platform: ACPI

    I'm getting this error message: 'panic(cpu 0 caller OX0039C213): Unable to find driver for this platform "ACPI", overlaid on the kernel panic screen at startup. I can't reboot into safe mode. In single user mode and verbose mode, the same error messa

  • SelectOneMenu problem

    Hi, I got the following setup: appBean.java ================= private ArrayList country; public appBean() { this.country = new ArrayList(); protected void init(){ List list1 = this.getMiscService().getAllCountriesServ(); for (i=0; i<list1.size(); i++

  • Variant settlement required for selected Production Orders

    Hi Experts I am using KO88 for individual settlement of Production order Using CO88 for collective settlement Now I need to reverse selected orders.  Is there perhaps a settlement like K08G (int order/PM) It must be able to take a variant that I will