Error in SAP running Crystal rpt-Unable to connect,incorrect log parameters

A user modified and saved an existing crystal report. They said that they didnu2019t change report definitions, or change parameters, They just modified the report and saved it. Now, when in SAP users are getting the message 'Login Failed. Unable to connect,incorrect log parameters'.  Does anyone know what needs to be done to correct the issue?

Hi ,
have u nake a new addon with the changes ?, just check the connection string and refresh the database connection in report .
rgds,
Premraj

Similar Messages

  • Adding a Subreport to existing report and getting this error, "Unable to connect: incorrect log on parameters"

    I have taken on an existing vb.net project done in Visual Studio 2008 with crystal reports version Crystal Report XI.
    The reports on their own work very well. Problem is I need to add information to my report which is a 'many-to-one' situation where for each Project Id that I am displaying I need to display several attached documents and the report I am working on is for several Project Id's.
    I figured this would be a perfect situation for a SubReport. I created a separate report which calls a stored procedure to get all of the Attached Documents for a specific Project Id. I thought if I were to add this new SubReport to the Original Report and link the Project Id's, easy-peazy, I would be done.
    This is not the case. I have vb code that loads the Original Report with a stored procedure and when this code runs with the setup I described above it fails when it is creating the final report with the following error:
    Logon failed. Details: crdb_adoplus : Object reference not set to an instance of an object. Error in File C:\~\ProjectDescriptionReport {6BA19F79-2A12-4826-B1F6-456EF799963B}.rpt: Unable to connect: incorrect log on parameters.
    I have no specific connections in my vb code for the reports. If I do not add the subreport to the main report, it loads correctly, so I know the error is caused by the subreport.
    This is the code that creates the original report (sorry for dumping the code here, i just thought it would be easier to see all the code) :
    Public Function LoadReport(ByVal inProjectNum As Integer, ByVal strProjectName As String) As DataTable ', ByVal inFiscalYear As Integer, ByVal inCompany As String) As DataTable
            Dim cnn As SqlConnection = Nothing
            Dim cmd As Data.SqlClient.SqlCommand
            Dim obj As New clsDataClass
            Dim dataAdapter As SqlClient.SqlDataAdapter
            Try
                LoadReport = New DataTable("DescriptionReport")
                cmd = New SqlCommand()      
                cnn = obj.Create_Connection()
                With cmd
                    .CommandType = Data.CommandType.StoredProcedure
                    .Connection = cnn
                    .CommandTimeout = "60"
                    .CommandText = "usp_GetProjectGroupSpecsCR"              
                    .Parameters.AddWithValue("@ProjectNumber", inProjectNum)
                    .Parameters.AddWithValue("@ProjectName", strProjectName)
                End With
                dataAdapter = New System.Data.SqlClient.SqlDataAdapter
                dataAdapter.SelectCommand = cmd
                dataAdapter.Fill(LoadReport)
                Dim oRpt As New ReportDocument()
                oRpt.Load(Server.MapPath("ProjectDescriptionReport.rpt"))
                oRpt.Refresh()
                oRpt.SetDataSource(LoadReport)
                'oRpt.OpenSubreport("AttachmentsReport").SetDataSource(LAR)
                oRpt.SetParameterValue("inProjectNum", inProjectNum)
                oRpt.SetParameterValue("strProjectName", strProjectName)
                oRpt.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, True, "Projects_DescriptionReport") 'inCompany & "ProjectsReport_Description" & inFiscalYear) <-- Line where the error occures.
    What I need to know is what is the proper way to add a subreport to a vb.net application?
    From the ways I have tried it is clearly not working and I am out of ideas. I am fairly new to Crystal Reports and this way of coding it.
    Any help for this would be greatly appreciated, I've been stuck on this for a while and am finally reaching out to the Crystal Report Specialists.
    Thank you in advance,
    Bryan

    Hi Bryan,
    You may want to check the Connection properties also. I think the MS Data.SqlClient.SqlCommand is using the MDAC driver, or could be modified.
    If you are connecting to SQL Server 2008 or above you should be using the SQL Native 10 or 11 Client.
    As Dell suggests have a look at the samples and if you can use a DSN ( 32 bit or 64 bit ODBC Admin )
    Also search for "CRlogger", you'll find how to enable CR's database logging component and may help show you what part is failing.
    Don

  • Unable to connect: incorrect log on parameters. Database Vendor Code: 18456

    I have imported a report into Info View (that has no parameters), I am able to run the report on Demand in InfoView, and I am also able to run the report within the CMC Preview.   I have tried scheduling using the admin account in CMC, through the publishing wizard and also with a authorized users in InfoView.  But anytime I try to schedule the report I get this error.
    Status: Failed 
    Printer: The instance is not printed. 
    External Destination: Mail the instance to " XXX@XXX .com " with a subject of " test ". 
    Data Refresh Settings:  Use the server defaults. 
    Start Time: 11/18/08 3:02:19 PM 
    End Time: 11/18/08 3:02:23 PM 
    Server Used: clr-combr.reportjobserver 
    Error Message: Error in File C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\clr-combr.reportjobserver\~tmp1304574d76168ca.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 18456 ] 
    I have made sure that the Reportjobobject is enabled and the server for SMTP email is enabled, and I am pretty sure I have the properties set up correctly within there, we created a email account specifically for crystal.  And that email account is also set up as a user.  I don't know where else to look.
    Please help.
    Thanks

    Hi Ashley
    I would like to suggest you following things with the Report:
    1) Please log in into CMC, go to Report which you want to schedule.
    2) Click on the report and go to Process
    3) Click on the tab Database.
    4) There will be two option to make the entries for database logon required for the Report.
    Please select the appropriate option. Are you able to Preview the report?
    What is the database in use? Please also check the odbc driver settings for that database.

  • Unable to connect: incorrect log on parameters [Database Vendor Code: 1005]

    We have a report that has been in production for some time and ran successfully with no trouble.  However, it now keeps failing with this error and the log on parameters are correct.  The whole error is:
    Error in
    File / usr/local/bobje/data/procSched/mrspas051.reportjobserver/~ tmp2f0ea56e4c88a08d6.rpt: Unable to connect: incorrect log on parameters, Details: [Database Vendor Code: 1005]. 
    Can you tell us why a report suddenly fails with this error?  Thank you.

    We've been having the same issue with scheduled Crystal reports (in BO 3.1).  After much testing, we found that even though reports are set to use the custom database logon credentials, if the name of the original data source changes, it causes the error (Error in File ~tmp1d06ed702daa30.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 1005 ] ).  For example, I publish a report to a production environment.  It has an original data source called "test".  I set it to use the custom database logon.  A user then creates a recurring schedule and it runs successfully.  A developer opens the report in Crystal 2008 and changes the connection to something else, for ex "dev" (in Crystal, this is on the Database menu, select "Set Datasource Location" and pick a different option under My Connections or create a new one), then saves the report to BO.  We promote the report to prod and it overwrites the existing file.  We make sure it's still set to use the custom database connection to prod but the recurring schedules that were set up when the original data source was called "test" immediately begin to fail.  I tried working with support but they didn't really help much.  They had me install the Oracle 11G client on our servers since we were connecting to our 11G repository with the 10G client but that did nothing.  They finally claimed that since our repository database was Oracle 11G R2 (not just 11G), it wasn't supported and they wouldn't go any further.  If anyone's found a solution, I would really appreciate hearing how it was fixed.

  • Unable to connect: incorrect log on parameters. (CR with InfoSet Query)

    Hi ,
    I have created a crystal report with InfoSet Query in Crystal Report Designer 2011. And it works fine, data extraction also works fine. After that, I have uploaded it into BI Platform 4.0. I can display the CR via clicking View from context menu. But it was still failed once I tried to schedule it in BI launch Pad.
    The error message is : Error in File ~tmp314c6a47c20e892.rpt: Unable to connect: incorrect log on parameters.
    It's so stranger, since i can view it in Designer and viewing it direct in BI lauch Pad. Do you have met this same issue within BI Platform 4.0. Thanks.
    Best Regards,
    Simon Shen

    Not sure if this will help but I finally had success with running a report with a database connection. Here is what I learned from other posts:
    1) Make sure you are using the ODBCAD32.exe located in \windows\syswow64 folder. It's the 32 bit Administrator, the one in the Control Panel is the 64 bit versions and it won't work with a 32 bit app.
    2) Make sure you use System DSN, not User DSN.
    Other tips...
    1) Create a blank report (no parameters, no db connection). Run and get that to work first.
    2) Create a basic db report (no parameters, one table, one field). Run and get that to work second.
    3) If step two fails, try creating a report with different drivers.
    4) If step three fails, try installing the latest service packs and repeat 1-3.
    5) If step four fails, throw out the software or computer or both

  • Crystal Reports Server :Unable to connect: incorrect log on parameters

    Hi there, I am getting the following error in Crystal Reports Server  when i try to preview or schedule a Crystal Report on an Access 2000 database.
    Unable to connect: incorrect log on parameters
    The Access database does not have has not username or password and I have left these blank when publishing it, and the Database properties in the Central Management Console also show the username and password as blank.
    All other reports are fine is it just reports on the Access 2000 database that give me this errror.
    Anyone any ideas.
    Thanks

    Hi,
    ok now you have to make ure that the user used to run the BOBJ services on your BO server (if you hvae windows then this is the local system account), has access to your AccessDB. Normally local users do not have access to network locations so it is advisable to create a domain user, who is allowed to access the directory with your database and is melber of the local administrators group on the BOBJ server. All you have to do then is to  configure your BOBJ services (Use the Central Configuration Management utility to do this) to run under the credentials (Log-on-as) of user you created.
    Regards,
    Stratos

  • Unable to connect: incorrect log on parameters - In CMC / CR report

    I have a CR report that connects to an AS400 and an Excel file.  The Excel file is on a Network Drive, and I've made sure that the drive is mapped on my server that the Crystal Reports Server is on.  I can sucessfully run this report on this same server in CR XI.  However, when I try to Preview or Run Now from the CMC, it says "Unable to connect: Incorrect log on parameters".
    I do not have a password on the Excel file, but this is where the problem seems to be.  Any ideas?

    In case you use CR Server 2008 you won't find services for cache and page server. These services are integrated and controlled by the SIA (Server Intelligent Agent) service.
    Start you CCM (Central Configuration Manager), Select Server Intelligent Agent, Right click and choose properties, Untick System Account and provide a user (domain) account which has sufficient rights to access your folder.
    Regards,
    Tim

  • Error: 536 Error in File report filename Unable to connect: incorrect log

    Hi
    I am getting the above error on a client's machine when executing the following code
    for i := 0 to crpe.Subreports.Count - 1 do  
      for j:=0 to crpe.Subreports<i>.Tables.Count - 1 do  
        crpe.Subreports<i>.Tables[j].Path := path;  
    crpe.Subreports[0];   {This line points the VCL back to the main Report}  
    for i := 0 to crpe.Tables.Count - 1 do  
      crpe.Tables<i>.Path := path;  
    The path and the tables exist. The above code also fails when connecting to a report with no subreports.
    I cannot see why it is given me incorrect log on parameters as they are just Paradox tables. On other machines it works just fine.
    I am distributing Crystal Reports 2008 SP3 runtime. I am using Delphi 2007 to run the reports.
    Any ideas?

    Hi
    Thank you for the information.
    I was hopeful that we could still get a solid solution using this version of Crystal and it is a pity that SAP has stopped all support of Win 32 API. We really cannot justify rewriting the application in a .NET language as we want to continue with a Win32 solution for the near future.
    What is frustrating is the fact that it works on various computers with similar OS.
    On the particular computer we are having the problem I could not really see any differences in the files loaded in memory apart from this one entry
    icudt30.dll ICU Data DLL IBM Corporation and others 3.0.0.1
    The version I have loaded in memory is
    icudt30.dll ICU Data DLL IBM Corporation and others 12.3.1.684
    This dll is installed by Crystal in
    C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86
    Do you know anything about this DLL?

  • There is a problem with the server's security certificate. The security certificate is not from a trusted certifying authority. SAP Business One is unable to connect to the server

    Hello,
    I have an issue with connecting client SB1H on Windows, the scenario is as follows:
    1.- Server:
         Suse Linux Enterprise Server 11.3 kernel version: 3.0.76-0.11 IBM
         NDB and Server are review 69 SP06
    2.- Client:
         Windows 8 Pro Virtual Machine on Microsoft Hyper-V
         SB1H PL 11 version 32bits    
         SAP HANA Studio version 1.0.60
    When I run SB1H the following message appears:
    There is a problem with the server's security certificate. The security certificate is not from a trusted certifying authority. SAP Business One is unable to connect to the server.
    Any idea what could be the solution?

    Hi,
    Please check SAP notes:
       1993392 - Server components setup wizard: New default values for certificates and single sign-on option
    1929288 - Do not configure SSL for XApp during installation or upgrade if XApp is installed on a different machine than the SAP HANA server
    Thanks & Regards,
    Nagarajan

  • Server Error in '/' Application. [COMException (0x81020024): Unable to connect to database]

    Hi,
    My team and I are trying to resolve this issue. some of our users are having trouble uploading data into the database. this is the error that they are getting.
    I would really appreciate it if you could help me get ridd fo this issue.
    Server Error in '/' Application.
    Unable to connect to database. Check database connection information and make sure the database server is running.
    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details:
    System.Runtime.InteropServices.COMException: Unable to connect to database. Check database connection information and make sure the database server is running.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace
    below.
    Stack Trace:
    [COMException (0x81020024): Unable to connect to database.  Check database connection information and make sure the database server is running.]
       Microsoft.SharePoint.Library.SPRequestInternalClass.PreInitServer(String bstrAbsoluteRequestUrl, String bstrServerRelativeUrl, Int32 lZone, Guid gApplicationId, Guid gSiteId, Guid gDatabaseId,
    String bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, Boolean fHostHeaderIsSiteName) +0
       Microsoft.SharePoint.Library.SPRequest.PreInitServer(String bstrAbsoluteRequestUrl, String bstrServerRelativeUrl, Int32 lZone, Guid gApplicationId, Guid gSiteId, Guid gDatabaseId, String
    bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, Boolean fHostHeaderIsSiteName) +359
    [SPException: Unable to connect to database.  Check database connection information and make sure the database server is running.]
       Microsoft.SharePoint.Library.SPRequest.PreInitServer(String bstrAbsoluteRequestUrl, String bstrServerRelativeUrl, Int32 lZone, Guid gApplicationId, Guid gSiteId, Guid gDatabaseId, String
    bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, Boolean fHostHeaderIsSiteName) +479
       Microsoft.SharePoint.SPSite.PreinitializeServer(SPRequest request) +666
       Microsoft.SharePoint.SPWeb.InitializeSPRequest() +548
       Microsoft.SharePoint.SPWeb.EnsureSPRequest() +75
       Microsoft.SharePoint.SPWeb.get_Request() +74
       Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context) +613
       Microsoft.SharePoint.WebControls.SPControl.GetContextWeb(HttpContext context) +41
       Microsoft.SharePoint.SPContext.get_Current() +123
       CKS.EBE.BlogContext.get_BlogEnabledSite() +37
       CKS.EBE.BlogHttpModule._app_PostAuthorizeRequest(Object sender, EventArgs e) +113
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
    the description of the error on the server is as follows:
    The description for Event ID ( 27745 ) in Source ( Windows SharePoint Services 3 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use
    the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: #50071: Unable to connect to the database MOSS_Content_RBI on BartDB\Bart.  Check the database connection information
    and make sure that the database server is running..

    are you using the Aliases for the SQL Server, make sure your account having the correct permission.
    If it is your QA farm, you can run the config wizard to fix his problem...
    check this post having the similar issue.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/478d6b3a-a51e-48c5-832b-5afb51c69734/unable-to-connect-to-the-sql-content-database-from-sharepoint-web-front-server?forum=sharepointadminlegacy
    http://hammad1.wordpress.com/2008/06/04/unable-to-connect-to-database-in-event-logs/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Error enabling photo stream "iphoto was unable to connect to Photo Stream"

    Whenever I try to enable Photo Stream, it times out after awhile, and I get the following error: "iPhoto was unable to connect to Photo Stream." (see below [1]).  I "tcpdump" shows that the computer is trying to open connections to akamai (unrelated?) but not apple.  I am using iPhoto 9.2 build 626.
    There is one oddity in this scenario : I have one iCloud account that I am trying to use between three computers.  I was able to register iPhoto on my mac book pro, but it is failing on my second.
    thanks in advance,
    -tom
    08:26:35.984082 STP 802.1d, Config, Flags [none], bridge-id 8000.98:fc:11:54:7a:9e.8002, length 35
    08:26:37.417858 ARP, Request who-has dd-wrt (Broadcast) tell 192.168.6.122, length 46
    08:26:38.032082 STP 802.1d, Config, Flags [none], bridge-id 8000.98:fc:11:54:7a:9e.8002, length 35
    08:26:39.977873 STP 802.1d, Config, Flags [none], bridge-id 8000.98:fc:11:54:7a:9e.8002, length 35
    08:26:42.025748 STP 802.1d, Config, Flags [none], bridge-id 8000.98:fc:11:54:7a:9e.8002, length 35
    08:26:42.435600 ARP, Request who-has dd-wrt (Broadcast) tell 192.168.6.122, length 46
    08:26:43.971461 STP 802.1d, Config, Flags [none], bridge-id 8000.98:fc:11:54:7a:9e.8002, length 35
    08:26:46.019515 STP 802.1d, Config, Flags [none], bridge-id 8000.98:fc:11:54:7a:9e.8002, length 35
    08:26:47.453197 ARP, Request who-has dd-wrt (Broadcast) tell 192.168.6.122, length 46
    08:26:47.965198 STP 802.1d, Config, Flags [none], bridge-id 8000.98:fc:11:54:7a:9e.8002, length 35
    08:26:49.606268 IP 192.168.6.122.filenet-rmi > 239.255.255.250.ssdp: UDP, length 339
    08:26:49.708805 IP 192.168.6.122.filenet-rmi > 239.255.255.250.ssdp: UDP, length 348
    08:26:49.811498 IP 192.168.6.122.filenet-rmi > 239.255.255.250.ssdp: UDP, length 379
    08:26:49.914098 IP 192.168.6.122.filenet-rmi > 239.255.255.250.ssdp: UDP, length 405
    08:26:50.016310 IP 192.168.6.122.filenet-rmi > 239.255.255.250.ssdp: UDP, length 401
    08:26:50.017171 STP 802.1d, Config, Flags [none], bridge-id 8000.98:fc:11:54:7a:9e.8002, length 35
    08:26:50.118847 IP 192.168.6.122.filenet-rmi > 239.255.255.250.ssdp: UDP, length 401
    08:26:50.221214 IP 192.168.6.122.filenet-rmi > 239.255.255.250.ssdp: UDP, length 393
    08:26:51.958833 STP 802.1d, Config, Flags [none], bridge-id 8000.98:fc:11:54:7a:9e.8002, length 35
    08:26:52.368490 ARP, Request who-has dd-wrt (Broadcast) tell 192.168.6.122, length 46
    08:26:54.006909 STP 802.1d, Config, Flags [none], bridge-id 8000.98:fc:11:54:7a:9e.8002, length 35
    08:26:55.004001 IP susans-pc.52389 > a173-223-237-54.deploy.akamaitechnologies.com.https: Flags [.], seq 187854:189302, ack 103254, win 65535, options [nop,nop,TS val 1073825952 ecr 2280611493], length 1448
    08:26:55.004213 IP susans-pc.52389 > a173-223-237-54.deploy.akamaitechnologies.com.https: Flags [.], seq 189302:190750, ack 103254, win 65535, options [nop,nop,TS val 1073825952 ecr 2280611493], length 1448
    08:26:55.004264 IP susans-pc.52389 > a173-223-237-54.deploy.akamaitechnologies.com.https: Flags [P.], seq 190750:191283, ack 103254, win 65535, options [nop,nop,TS val 1073825952 ecr 2280611493], length 533
    08:26:55.004415 IP susans-pc.52389 > a173-223-237-54.deploy.akamaitechnologies.com.https: Flags [P.], seq 191283:191688, ack 103254, win 65535, options [nop,nop,TS val 1073825952 ecr 2280611493], length 405
    08:26:55.035678 IP a173-223-237-54.deploy.akamaitechnologies.com.https > susans-pc.52389: Flags [.], ack 189302, win 4116, options [nop,nop,TS val 2280641050 ecr 1073825952], length 0
    08:26:55.053470 IP a173-223-237-54.deploy.akamaitechnologies.com.https > susans-pc.52389: Flags [.], ack 190750, win 4116, options [nop,nop,TS val 2280641068 ecr 1073825952], length 0
    08:26:55.060158 IP a173-223-237-54.deploy.akamaitechnologies.com.https > susans-pc.52389: Flags [.], ack 191283, win 4116, options [nop,nop,TS val 2280641074 ecr 1073825952], length 0
    08:26:55.066460 IP a173-223-237-54.deploy.akamaitechnologies.com.https > susans-pc.52389: Flags [.], ack 191688, win 4116, options [nop,nop,TS val 2280641081 ecr 1073825952], length 0
    08:26:55.209380 IP a173-223-237-54.deploy.akamaitechnologies.com.https > susans-pc.52389: Flags [P.], seq 103254:103691, ack 191688, win 4116, options [nop,nop,TS val 2280641223 ecr 1073825952], length 437
    08:26:55.209522 IP susans-pc.52389 > a173-223-237-54.deploy.akamaitechnologies.com.https: Flags [.], ack 103691, win 65535, options [nop,nop,TS val 1073826154 ecr 2280641223], length 0
    08:26:55.952463 STP 802.1d, Config, Flags [none], bridge-id 8000.98:fc:11:54:7a:9e.8002, length 35
    08:26:57.386190 ARP, Request who-has dd-wrt (Broadcast) tell 192.168.6.122, length 46

    Good catch, nifmus.  I'm kicking myself for not checking system.log earlier!   I have very similar messages in mine.
    By any chance is your Library folder (or part of it) relocated to a separate disk?  Or your entire home folder?  I have part of my Library folder on a SSD for speed, but my home folder and some of the larger Library subdirectories are on a regular disk because they wouldn't fit on the small SSD.  It's all tied together with symbolic links, and without problems... until Photo Stream came along and didn't like it.
    I knew that sandboxd was involved somehow, but your post prompted me to focus on it.  It's definitely the problem here.  I found the following sandbox profile file inside the iPhoto application bundle:
    /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app/Conten ts/Resources/PhotoStreamAgent.sb
    Inside this file are a bunch of definitions to control what PhotoStreamAgent is allowed to do.  There are a bunch of lines under an allow-file-write* declaration which should allow PhotoStreamAgent to write to the above files listed in your log.  Lines such as:
           (home-regex #"/Library/Application Support/iLifeAssetManagement")
           (home-regex #"/Library/Preferences/com\.apple\.iLifeAssetManagement\.crash\.plist(\.[^/]+)? $")
    And many others.  In my case, I suspect that the problem may be related to the fact that the final absolute path of those files may differ from what you'd get if you just substituted my home directory in for "home-regex" since I have stuff relocated around.  Although since I was able to get it working with a blank home directory, also put in place via a symbolic link (so the final path differs), I'm not 100% sure of this.
    What I do know right now is that there is a quick "hack" that fixed it for me.  I don't like the hack and would strongly recommend against it, because it's likely to break the next time there's a software update for iPhoto.  But it works until I can find a permanent solution.
    To make it work, I edited the above file and changed the second line from "(deny default)" to "(allow default)".  This, of course, defeats the whole purpose of the sandbox by allowing PhotoStreamAgent to do anything it wants, but it also allows stuff that is really supposed to be allowed but fails anyway for us.
    If you want to try this, it helps to be familiar with the unix underpinnings of OS X.  There's probably a way to do it in the normal graphical user interface, but as a longtime unix guy, I just jumped to the command line and did a "sudo vi (that long filename)".  To do it via the gui method, you'll have to navigate to that folder in Finder (quickest way is to hit Cmd-Shift-G and copy/paste the path, or right-click iPhoto and "Show Package Contents", then drill down to the file), edit the file, save a copy (because you don't have permission to modify it), then copy the new version over the old (it will ask for an admin password).
    Again, I don't recommend this because it's likely to break in the future and defeats the security that Apple intended with the sandbox, but it's a quick fix.  I'll continue to investigate as I have time, trying to find out precisely what's causing the failure with the default sandbox profile.

  • Deadlocked error message when running crystal report

    Hi All,
    I need a bit of guidance as to the following problem.
    Seems there is a lock being created in SQL when running some crystal reports.
    When trying to run a report the following message is displayed:
    Database connection Error L 'ADO Error Code: 0x
    Source: Microsoft SQL Native Client
    Description: Transaction (Process ID 302) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    SQL State: 40001
    Native Error: [Database Vendor Code: 1205 ]'
    The error is happening intermittently when refreshing the report. It does not seem to happen when no users are using the system.
    Is there any way to stop this from happening? Or is this some kind of limitation with crystal and how it accesses the database?
    Many Thanks,
    Matt

    Hi Matt
    I have had this problem with long running queries as well.  I ended up doing the main part of the query in a view using WITH (NOLOCK) for each table and then reporting on the view.
    This had extra benefits of making the report much simpler and often making the query more efficient and easier to test as well.
    Rob

  • COM error in SAP toolbar, Crystal Reports 2008 SP2 FP2.1

    Hi,
    Error: COM execption caught in CExtToolBar::GenerateNewTempalte().HR = 0x80004005, ::InitOpenDialog().HR = 0x800004005; ::InitializeGlobalData(). HR = 0x03edafe7
    Unfortunately the error hasn't been fixed for us with FP 2.1 as it was with Sebastian.
    I have GUI 7.10 (7100.2.7.10348 Build 967944 Patch Level 14), Explorer 3.x and 7.0 installed.
    We are on SAP Integration Kit SP 2 FP2.1 and CR SP2 FP2.1
    I can connect to SAP using the MDX drivers etc, but get the same COM execption caught using the SAP toolbar.
    We want to use SAP BW variables as CR parameters in our report and the only way I'm understand from Ingo's previous posts to get a dynamic list of values from a SAP variable is to create the report via the CR SAP toolbar and save it to Infoview.
    thanks
    Michael

    looks identical to your previous item.
    Ingo

  • Problem with 3g wifi unable to connect (incorrect password)

    It is almost year and half my 3g could not connect to the wifi router. But I could connect it to a wifi printer. I tried to update and see if the problem is fixed still the remains the same. In the begining it used to be on and off. Like work for one week and off for another 2 weeks. After 3 times then it has not been able to connect to the wifi router. It shows all the availabe wifi routers but when I try to connect it says unable to join network. It looks like a software issue that Apple could fix.

    Hi
     Open the chrome browser >>  Next  once Chrome is open then in the top Right hand corner of the browser ( below red cross) you will see 3 lines horizontal to each other . Click the 3 lines and open browser options >> Next > click  Settings >>>
     Next  scroll down till you see Advanced Settings and click Advanced Settings >>>>  Next scroll down to where it says Network >> Next click  Change Proxy Settings >>>> Once inside Internet Properties  Click LAN settings >>>> Make sure that  " Automatically  Detect Settings "  and click OK ...   Close the Browser and re-open Chrome and your home page should be displayed as normal .  Also if you have uninstalled IE ( internet explorer ) You can run Windows update and it should realise that IE has been uninstalled and offer the program via Windows Udate again . Failing that here is the link for IE 11 download.
       http://windows.microsoft.com/en-GB/internet-explorer/ie-11-worldwide-languages
                       Hope this helps 
                                   Checkurtech
    ****Click the White Kudos star to say thanks****
    ****Please mark Accept As Solution if it solves your problem****

  • Crystal Report with text(csv) data file, unable to connect on deployment.

    Hi
    I have a crystal report that connects to a text file using (Access/Excel DAO).
    Now I wrote a C# .net code that loads this report and change the file name to the text file to a different file
    using table.TableName and  table.Location to the new file and location,
    then I do applyLogonInfo.
    This worked perfectly on the machine where I developed my report and code but when I put the
    files to a different machine where I need to deploy the reports, I get the following error.
    Unable to connect: incorrect log on parameters.
       at CrystalDecisions.ReportAppServer.Controllers.DatabaseControllerClass.SetTa
    bleLocation(ISCRTable CurTable, ISCRTable NewTable)
       at CrystalDecisions.CrystalReports.Engine.Table.set_Location(String value)
       at ComponentCalcsReport.GenerateCrystalReport.getReportInPdf(String reportfil
    e, String fileName)
    I have done the following on the deployment machine.
    1) I have installed the CR_runtime libraries required to be able to run crystal report applications.
    2) I have put my .rpt file and the .csv database files in the correct folder.
    3) I have put my exe file on the machine.
    I run it from the command line.
    Am I missing something like registering the DAO or creating a DSN explicitly?

    Hi,
    After searching through the forums I found this nice document
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0225775-88c4-2c10-bd80-8298769293de?quicklink=index&overridelayout=true
    Using it's steps, I found out that when I created the report file using CR, I had the data connection set as a path
    on the D drive. But the client/deployment machine did not have a D drive and hence the path to which the database was
    pointing to. Therefore, the error "cannot connect to database" since the database name was pointing to D:pathToData
    When I created a report that was on the C drive and it's data connection was also made from C drive then the same report worked fine on the client machine. I had to make sure that on the client machine I set up the exact same folder structure as the development machine's (i.e. C:pathToMyDataandReportFolder).
    I tried using the setConnection function to change this path at run-time but did not succeed.

Maybe you are looking for

  • InfoSet to DSO Transformation

    Hi all, I am trying to transfer data from an infoset to a DSO, the infoset is composed of a DSO and an InfoObject, and data from the DSO shows up but data from the InfoObject does not show up in the final DSO My infoset which combines these two: DSO:

  • Reg: Dynamic Field catalog in ALV

    Hi , Can any one guide me to build a dynamic field catalog in ALV report? Below is the format which i expect.......... Material    |     Plant1    |    Plant2    |    Plant3    | ....................|    Plant 20      | Qty Val Qty Val Qty Val Qty Va

  • Cenvat a/c not cleared

    Hi i am clearing billing document, but cenvat suspence A/c is not cleared.

  • Submit Form button won't email form

    Hi, I've made a form and followed a few different tutorials to put a submit button on the form so that my customers can email the form back without saving it separately etc. I've used the 'mailto:emailaddress' bit but it won't send. I'm getting this

  • I want to uninstall my current version and install the previopus one.

    I do not like this version of Firefox. I prefer the previous version. I want Google as my home page, not your version of it.