Crystal Reports 8.5 Subreport Linking issue

Post Author: Evans
CA Forum: General
Product: Crystal Reports 8.5
Version: 8.5.0.217 and 8.5.3.975  (tried both)
Patches: Service Pack 3
OS: Win XP pro
Database: SQL 2k
I have a report with 3 sub-reports.  The main report has no data source, all the data is coming from the 3 sub-reports.  The main report asks for 4 parameters and these are passed to the sub-reports.  That part is going ok. 
The issue is that I also need to pass in a static value for the last parameter of each of the sub reports.  Each of the sub reports is pulling data from the same stored procedure where the last parameter is a flag to tell the stored procedure which portion of the data it needs.  I created 3 formulas with the values of 1.00, 2.00, and 3.00 and I was passing these to the sub-reports.  The issue Iu2019m running into is that CR isnu2019t attempting to run the stored procedure if I link in those formula values.  Itu2019s not that CR is trying to run the stored procedure and failing, itu2019s not even trying.  If I set up a parameter and link it then it runs, or if I donu2019t link anything to the last parameter of the sub-report it will run (in both cases it will prompt the user for the last parameter).  Because of the simplicity of what Iu2019m trying to do it feels like Iu2019m running into a bug.  Any help would be appreciated.

Post Author: Evans
CA Forum: General
Originally the stored procedure had the last parameter as an integer.  I tried everything with the formulas, CDBL(1.00)  ToNumber(1.00)  1.00  1  hoping it just wasn't recognizing that the value needed to be a number but nothing worked.  I changed the stored procedure to require a VARCHAR for the last parameter, updated the report and it worked for me. 

Similar Messages

  • Crystal report returning duplicate rows - Linking issue?

    Hello,
    I know this is a commonly brought up issue - that duplicate rows are returned in Crystal reports for various reasons.  In a lot of instances, where it's only a single row of data per case that I'm looking for, I'll move them to their own group.  But that solution doesn't work here.
    The tables and links used in the simple report I have are illustrated in the attached "Report Database Expert Links.jpg" file, and the conditions and report fields required as as follows:
    Select Expert conditions:
    {CLAIM_PERIODS.CPE_START_DATE} < Today and
    {CLAIM_PERIODS.CPE_END_DATE} > Today and
    {CLAIM_ROLES.CRO_START_DATE} < Today and
    IsNull({CLAIM_ROLES.CRO_END_DATE})
    Report Design fields (in Details section):
    CLAIMS.CLA_REFNO, CLAIM_ROLES.CRT_CODE, PARTIES.PAR_PER_FORENAME, PARTIES.PAR_PER_SURNAME
    So what this report is to do:
    It looks for benefit claims which are live (have a CLAIM_PERIODS.CPE_START_DATE prior to today, and CLAIM_PERIODS.CPE_END_DATE after today), and for these claims gives a breakdown of all people in the household (everyone associated with that claim, where CLAIM_ROLES.START DATE is prior to today, and end date is null - to pick out those who are currently active in the household).
    This works fine otherwise, but the issue is that each live claim can have either one or two rows present in CLAIM_PARTS and CLAIM_PERIODS (so could satisfy my first two conditions twice).  For claims with only a single claim part active, I get each household member listed once.  But when they have two claim parts active, I get eveyone listed twice.
    Is there a way - either in how I'm linking the tables up, or how I'm arranging the report design, that I can have every household member only appear once no matter how many related rows there are in CLAIM_PARTS and CLAIM_PERIODS?
    Many thanks in advance,
    Sami
    P.S. I don't seem to be allowed to attache image files to my post, but have embedded the content instead:

    Thank you very much Don - this is a feature I wasn't aware of previously, and is a big step in the right direction for me.  Really useful.
    In the report mentioned, this sort of works.  It works very well on individual fields - so I could just "Suppress If Duplicated" on the forename and then remove duplicates on that column when exported to Excel (or simply bring in a unique field such as the party reference number and do likewise).
    However, is there a way to get Crystal to do this for me?  So to suppress the whole line based on whether or not I'm suppressing this one field?
    Just applying "Suppress If Duplicated" to all fields at once seems to have slightly unpredictable behaviour - not suppressing every field in the row.  So I experimented a bit with using the "Suppress" tick to do this, then applying a formula to it.  But the closest I can get for the formula is something like:
    -     {PARTIES.PAR_PER_FORENAME} = previous({PARTIES.PAR_PER_FORENAME}) and
    {PARTIES.PAR_PER_SURNAME} = previous({PARTIES.PAR_PER_SURNAME}) and
    Which will only compare the current row with previous.  Is there a way to do the same comparison but with all previous rows?

  • Crystal Reports 2008 and BOXI3.1 issue

    Hi,
    Can somebody please help me finding a solution ?
    Here is the Problem:
    Environment Details DEV:
    BOXI 3.1product version 12.1.0.882
    Crystal Reports 2008
    DB2 database.
    Environment Details UAT BOX
    BOXI 3.1product version 12.2.0.290
    Crystal Reports 2008
    DB2 database.
    ISSUE Desc:
    1. I have designed a crystal reports in whih I have two parameters of type string.
    2. We are using this field to take inpuit from the user as a date field i.e. stardate and enddate in dd/mm/yyyy format (because Crystal default format is mm/dd/yyyy)
    3. converting this string in crystal to date type using Date() function.
    4. We are retrieving the records between startdate and enddate.
    5. This reports works as per our expectation in Crystal Report and on our DEV BOXI. i.e viewing and scheduling from CMC works fine.
    But doesnt on our UAT BOX.
    1. Report viewing from CMC works but when we are scheduling the reports for same date the instance success but they show report without data. There is no error while scheduling.
    2. Now, If I open the instance and try to reenter the startdate and enddate again having same date, then the instance show me the data.
    the dd/mm/yyyy format is working while viewing on UAT but mm/dd/yyyy format is working for scheduling.
    I am not able to understand why this is happening.
    Can any SAP member help me out please.
    Regards,
    Jon

    similiar problem here
    Incorrect date format in Crystal Report XI

  • Delphi Crystal 10 vcl subreport link issue (on second run)

    Post Author: mkozma
    CA Forum: Other
    I have a Delphi application (Delphi 7 using Crystal 10 VCL) that calls a subreport based on a link.
    The report (and subreport) work fine for a particular id the first time but if I rerun the report a second time, the subreport does not appear.
    If I change to another id the subreport works but if I rerun it for that id or the one that failed previously, it does not display.
    The only way to get it to work is to close the application and restart it, then it works for the first time only.
    I have tried adding the closejob and closeengine functions and verified that the parameter going to the subreport is correct without success.
    I have the latest build of Crystal Reports 10 (10.0.5.1506).
    If anyone has seen this before or can point me in the right direction to solving this issue, it would be much appreciated.
    Martin

    Lindell - your response was very helpful.  I was able to create a SQL Command on the subreport and change the subreport links on the main report to use the paramters in the SQL Command.  The report is now very fast - even when there are lots of detail records on the main report.  It is properly executing the query and not reading all 2M records into memory for each subreport.
    I'm still totally confused as to why Crystal was misbehaving so poorly and changing how the subreport queried the database when the only change was the fields used for record selection on the main report.  It really looks like a bug to me, but maybe someone can still enlighten me.
    thanks again so much.  We are in Parallel testing for a production rollout - and the users are MUCH happier now!  (which of course makes me much happier!)
    Susan
    PS I was not aware of the SQL Command - had never used it before.  Took me a little while to figure it out and how to do the linking - but it is very powerful.  Thanks again.

  • Crystal Report 2008 / JavaScript hyperlink formula/ Issue

    Hi,
    We've developed the Crystal Report using the Crystal Reports 2008 software & integrated it in asp.net web page and also deployed in IIS web server. We have a requirement like opening the sub report in a new window. We have integrated the sub report also in a asp.net web page & passing the parameters in URL & acheived it..
    For the above, we have used JavaScript code like "javascript:window.open('SubReport.aspx','...','..' ...)" in the hyperlink formula field of main report. It works fine while running using VS 2005 in the development box.
    But in production serer (Windows 2003 server), the JS URL in the formula field is not working properly. Instead , it is rendered as a drill down JS url. Like javascript:bobj.event.publish('drilldown',........)
    Can you please help us to resolve this issue?
    (OR) Do we have any other approach to open the web page in new window from CR (same like a popup window)
    Thanks
    Jeyakumar
    Edited by: Jeyakumar Seenivasagam on Nov 21, 2008 12:02 PM

    I understand that the point of this is to allow the URL link to open the Subreport.aspx page in a new window. This can be problematic due to cross-site scripting restrictions. A few years ago we found that it was possible for report writers to add JavaScript to reports. This isn't a problem if the report writers are honest and nice. However, it is possible for JavaScript to be malicious so that ability to include JavaScript was turned off when the app uses our webform viewers. There may be a way to turn it off in the registry though. This is documented for CR XI r2 [here|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do].
    I am not sure if this reg key works for the .NET viewer, though the note specifies DHTML and .NET InfoView, so CR should work also. As you are using CR 2008, I suspect the key would be:
    HKLMSoftwareBusiness ObjectsSuite 12.0Crystal Reports
    You will most likely have to add the Export folder, then add the HTML folder, then add the EncodeHTMLForSingleLineFieldObjects and set it to "no".
    Please note that this is a hack / workaround found for CR XI r2. The functionality you are looking to exploit was removed for a reason. As such if the above does not work for CR 2008, it will not be considered to be a "bug" and we will not be able to send this to R&D for a resolution.
    Ludek

  • Crystal Reports XI R2 SP 6 - Issue with setting Data Source Location

    Hello,
      After some initial difficulty instally CR XI R2 with SP 6 on a windows XP machine (see thread Error on installation of CR XI R2 SP6), the Crystal Reports environment seemed fine, however, when I tried resetting the datasource location on an ODBC datasource between a development and production server, I get the message 'Some Tables could not be replaced as no match was found....'   The tables in the two databases are identical so that isn't the issue.
    Here is some additional information
    The issue seems related only to DSN's that point to a progress database.  I am able to reset datasource locations for DSN's that use the SQL server driver and also for those that use the XML CR ODBC XML Driver 5.0.  I am not able to reset the datasource locations on the DSN's that use a Progress Open Edge 10.1 DB  driver.
    I can create a new report using the DSN for the Progress Driver and add tables, but the table names are coming up as an alias - i.e. if I add a table called PM_Plant, the table added to the report is PM_Plant1.
    I also found I can go into existing reports, rename the tables in the database expert to be an alias (appending 1 to the end of the table name), then I am able to repoint them using the datasource location screen. 
    So it looks like there is a potential work around to the situation, but I didn't run across any information that we should need to do that. 
    Any recommendations how to fix the issue?  
    Thanks,

    Hi Don,
    The reports were created with CR XI R1 on my PC  initially and the progress drivers have not changed since.   The reports were deployed to a server and I pulled them back to my PC to test out any changes after the CR XI R2 SP 6 upgrade.  (so there is really only one machine involved, the one that had the upgrade). 
    I did look at the settings for verifying and tried playing around with those and also with verifying the database but that didn't make any difference.
    I wasn't quite sure which registry keys to look at or what the values should be so wasn't able to pursue that option. 
    All the tables in the progress database use underscores as part of the table name (i.e. PM_Plant, PM_Company), do you think the upgrade to SP6 means that the underscore is now a reserved character and that is why the tables are getting aliased?  If so, do you know how to change the alias settings or the list of characters that are reserved?
    Just an FYI, I had to downgrade back to CR XI R1 at this point to get work done.   If time allows, I'll retry the upgrade in about 5-7 weeks.  I discussed the issue with a system admininstrator and we willl try removing the progress drivers and DSN's prior to trying an upgrade again to see if that makes a difference.  I'll also make sure to keep track of all Report Options and Options and also registry keys to see what changes.
    Thanks

  • Crystal report XI error while Linking tables

    We have just purchased Crystal Report XI  license copy  but as we going to create new report there is problem in linking tables
    i.e while pressing LINK tab after selecting ODBC databse  name  application going shut down.Please suggest.Thanks in advance

    I would make verify the database within Crystal report and then re publish it again. It seems it doesn't get the connection to the db.
    Have you refreshed the database within Crystal Reports?
    As Graham said, does it open in Crystal Viewer?
    another thing would be to add the DSN (System DSN) onto your client machine as well. Maybe it is not getting a right connection.
    Try it and let us know.
    Kind Regards
    Jehanzeb

  • Crystal reports / business objects - RAS timeout issue

    Hi,
    I am experiencing a problem in my Java application in viewing a report generated by Crystal Report. Let me start off by saying I'm not entirely sure that the problem is with Weblogic, but at the moment it seems likely to be.
    The Java app uses the RAS in Business Objects to get/display a report. There is a timeout setting on the RAS server and once this has elapsed, the next request from the Java web app causes a timeout error. Code in the Java app handles the timeout and makes a new connection to the RAS and displays the report (the error and re-connection is all seamless to the end user).
    This was all working fine until recently when the server was upgraded from Windows 2000 to Windows 2003. Now when the Java app makes a request after the timeout has elapsed there is no error returned and instead the process continues and a blank page is shown on the web page.
    On the Business Objects side of things, one of the log files states a "received invalid request" message which seems to indicate the Java app is sending it something unrecognisable. So my question is, are there any known issues with Weblogic server under Windows 2003 that could be causing this problem? I'm running version 8.1 SP3.
    Since the problem has arose I've tested the Java app on a Windows 2000 and Windows XP environment (both 8.1 SP3) and the timeout occurrance and handling works as expected. I've raised a support request with Business Objects but from previous experience I know they will take a while to respond. So any help about this from you guys will be much appreciated.

    Hi,
    I am experiencing a problem in my Java application in viewing a report generated by Crystal Report. Let me start off by saying I'm not entirely sure that the problem is with Weblogic, but at the moment it seems likely to be.
    The Java app uses the RAS in Business Objects to get/display a report. There is a timeout setting on the RAS server and once this has elapsed, the next request from the Java web app causes a timeout error. Code in the Java app handles the timeout and makes a new connection to the RAS and displays the report (the error and re-connection is all seamless to the end user).
    This was all working fine until recently when the server was upgraded from Windows 2000 to Windows 2003. Now when the Java app makes a request after the timeout has elapsed there is no error returned and instead the process continues and a blank page is shown on the web page.
    On the Business Objects side of things, one of the log files states a "received invalid request" message which seems to indicate the Java app is sending it something unrecognisable. So my question is, are there any known issues with Weblogic server under Windows 2003 that could be causing this problem? I'm running version 8.1 SP3.
    Since the problem has arose I've tested the Java app on a Windows 2000 and Windows XP environment (both 8.1 SP3) and the timeout occurrance and handling works as expected. I've raised a support request with Business Objects but from previous experience I know they will take a while to respond. So any help about this from you guys will be much appreciated.

  • Migration from crystal reports 8  to 11 - Formatting Issue(Criticial)

    Post Author: DJ Gaba
    CA Forum: General
    I have migrated my crystal report version from version 8 to version 11 (evaluation version) but I am seeing some formattiong issue
    My entire report data has moved little bit toward right so my rightmost line (table) wraps up in next page and hence leaving every second page blank.
    is it that I am using evaluation version that is casuing problme. Report is opening up properly but it's the  formatting issues
    Or it's something else
    Let me know
    DJ

    Post Author: DJ Gaba
    CA Forum: General
    Well I will definately try that. Currenlty I am in process of downloading licensed version to observe the behaviour
    But just looking at font sizes in both pdf's (version 8 and 11), it seems that font sizes are same in both pdfs. But I will confirm that once I open the crystal report 11 designer
    Probably you can send me your e-mail ID so that I can send you both pdf's
    I am also planning to compare property/obect values in crystal report 11 designer to see if anything else got changed that needs to be reverted as it was in crystal report 8.
    Thanks
    DJ

  • Crystal Report 2008 IDE - JDBC connection issue

    Hello,
    I'm using Crystal Report 2008 IDE. I've created a report that goes against Oracle 11G database.
    I have installed Oracle Instant Client (32 bit) 11.2.0.2.0.
    I can establish and Oracle connection via the IDE.
    When I attempt to establish a JDBC connection through the database expert wizard, I keep getting JDBC driver not found message.
    I've updated my CRconfig.xml specifically the classpath to point to where my ojdbc5.jar file is located.
    What else do i need to do in order to establish a JDBC connection?

    Hi,
    First of all what is the service pack that you are using for Crystal Reports 2008, because Oracle 11g R2 is supported from Service pack 4 onwards in CR 2008.
    For JDBC connection with CR 2008 you can have a look at this link might this would help you:
    http://www.sheroz.com/articles/crystal-reports-2008-mysql-and-oracle-databases
    Regards,
    Kuldeep G

  • Crystal report server 10 license troubleshooting issue

    I got the following errors on my crystal report server 10 these few days and the number of errors increase.
    I found that the crystal license will be used by alot of system connections when the licenses runs out.
    Currently we have 18 concurrent crystal licenses.
    However, the timing of these errors varies to the time of the crystal license 1 or 2 hours before.
    1. Invalid printer specified.
    2. Unable to connect: incorrect log on parameters.
    3. Object could not be scheduled
    Is there a correlation between these crystal report errors with system connections and licenses run out issue?
    Is there any tool for me to troubleshoot this crystal license issue?
    I am using crystal enterprise 10 report server together with a few cluster report servers.

    You need to go to https://websmp203.sap-ag.de/support and sign-up. You will be asked to fill in your installation or partner number (if applicable). Depending on this you will get access. I'm not sure if you a charged. Creating an OSS note should be covered as part of the 'standard' support contract.
    Hope this helps...
    Martijn van Foeken
    Focuzz BI Services
    http://www.focuzz.nl
    http://nl.linkedin.com/in/martijnvanfoeken
    http://twitter.com/mfoeken

  • Crystal Reports 2008 - CR Runtime 12 issue

    We are developing our applications using VS 2008 and I also install the Crystal Reports 2008 developer edition. My project references all DLL's from Crystal Reports 2008 runtime (BusinessObjects\Common\4.0\Managed\dotnet2) to display CR reports in our GUI.
    However, I run into following problems when we walk through the assembly dependencies (our code traverse the dependency tree):
    - The dependency on BusinessObjects.Enterprise.Sdk, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304 cannot be found, which is referenced by CrystalDecisions.Enterprise.Framework
    - Some dll are reported to be using .NET 1.1 runtime (e.g. "BusinessObjects.Licensing.KeycodeDecoder.dll v1.1.4322").
    Where could I find the missing dependencies?
    We are targeting customer installing on .NET 2.0 framework. How could we get around those v1.1.4322 dependencies (through I believe that the Crystal Reports Runtime 12 might install those into our clients)
    Thanks
    Sai-Kit

    First, I never DIRECTLY reference those .NET 1.1 DLL's in my project.
    - understood and expected
    The CrystalDecisions.CrystalReports.Engine.dll however will try to load them as dependencies when my application is run. There is no way not to referencing CrystalDecisions.CrystalReports.Engine.dll.
    - no the CrystalDecisions.CrystalReports.Engine.dll ; will not try to load those assemblies. You can remove those assemblies from GAC. Your app will work just fine. I recommend you try this once you have removed the assemblies from your project..
    We need to deploy the application to our customer. If they only install .NET 2.0, they will ask why .NET 1.1 dll are installed into their computer (of course, as part of CR 12 runtime instead of our application). Also, why CR 10.5 is .NET 1.1 clean and CR 12 goes back to .NET 1.1??? My customer will have that concern after their upgrade.
    - As I mentioned twice now. The CR runtime (msm and / or msi files) do not install those assemblies. So your customer will not even get them installed. I recommend you try the install on a clean computer to see what actually gets installed.
    Ludek

  • Crystal Report Viewer Page Change Refresh Issue

    Hello
    I hope this is an easy question for someone out there.
    I am using a crystal report viewer with the code contained in the page init event. The report has several pages and opens in a separate tab. There is also a on demand drilldown sub-report in the report.
    When I want to move to the second page the viewer seems to process the code again (like its runs the page init event) which takes several seconds so will not be satisfactory for the users. I tried the concatenate the pages using the 'SeparatePages' property but then the user can't select a specific page.
    Is there any way that the report can just open in the viewer and not have to reload everytime the user changes page?
    Thanks in advance
    Dave.

    Hi Dave
    In a web app, you could place the reports in session. See KBA: 1985571 - How to use sessions in web applications using the Crystal Reports viewer (the complete code)
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • How to pass database logon info to a Crystal Report in a subreport with different server name using VS C #

    Post Author: fabu1971
    CA Forum: .NET
    I could pass the database logon in Reports with subreports but the reports with subreports with different  server name I can not pass the logon information . Do you have any idea how I can do that to pass the database logon with different database or server name ?

    Post Author: quafto
    CA Forum: .NET
    You can use the Subreports collection of the ReportDocument object to access all the subreports in your main report. These are returned as ReportDocument objects. Once you have your subreport as a ReportDocument you can loop through your Tables collection and set the ConnectionProperties to your appropriate Server/Database. For example here is some pseudo code: ConnectionInfo boConnectionInfo = new ConnectionInfo();boConnectionInfo.ServerName = "serverName";boConnectionInfo.DatabaseName = "databaseName";boConnectionInfo.UserID = "username";boConnectionInfo.Password = "yourpassword"; foreach(ReportDocument boSubreport in mainReport.Subreports){    foreach(Table boTable in boSubreport.Database.Tables)    {        TableLogOnInfo boTableLogOnInfo = boTable.LogOnInfo;          boTableLogOnInfo.ConnectionInfo = boConnectionInfo;          boTable.ApplyLogOnInfo(boTableLogOnInfo);          boTable.Location = "newtablelocation";     }}

  • Login error with report viewer when opening Crystal report with subreport

    Hi
    I have a problem with a login error (database vendor code 18456) when I try to open a crystal report to view it.
    The report uses data from an external payroll database but I'm running it via our Accounts system (it's a convenient front end for users to run the report from). This works fine for another report that doesn't have any subreports. However when I run the Crystal report that has subreports, the report generation process works but when the crystal reports viewer tries to open the report I get the login error. It doesn't seem to be passing the login details for the payroll database down to the subreport.
    I'm using Crystal Reports version 11.0.0.1282. The Accounts system is Technology One. Tech One have provided a report template that has several formulas designed to allow Tech One to play nicely with Crystal. One of these formulas allows me to enter the nickname of the external database that the report needs to use. The external database's connection details are fully specified in the Tech One configuration section (server console). So in this case the report says use database U1 & the server console identifies U1 as being the payroll database, specifies the connection path  & has the username & password required to logon to the payroll database/server.
    The report is running ok & retrieving data, but for some reason the viewer is erroring. If anyone has any ideas for how I can get the login details used to run the main report to flow through to the subreport it would be much appreciated.
    Thanks
    Sue

    I understand your  frustration. We can do a few things. But really, it should be Technology One contacting us. To use an analogy (which you are free to share with Technology One). They built a car and sealed the hood. You bought the car, but he engine does not quite run as it should. You bring the car to the mechanic and all he can do is look at the car as he can not even open the hood.
    In any case, here is what I would do if I could open the hood (e.g.; if I was dealing with Technology One):
    1) Look up database vendor code 18456. This is simply the error our print engine is receiving from the database client and it simply passes it through relatively unhandled. This you should be able to do your self or ask Technology One to tell you what that means.
    2) Break out the subreport and see if it runs on it's own in the application (if this is a permissions issue - which I doubt -  it should come up here too). Unfortunately, this is for Technology One to do...
    3) Run the report (with the subreport) in the CR designer. Does it work there? If this is a win app and it works, we again eliminated permission issues. And we also confirmed that the report is good. Again, Technology One should do this for you.
    BTW.; CR 11.0 is out of support - not sure if you or Technology One are aware of this...
    4) Can the developer duplicate the issue on his development computer?
    Now, there are couple of instances where you say something like; "the report works and gets data, but the viewer errors out":
    +The report is running ok & retrieving data, but for some reason the viewer is erroring.
    However when I run the Crystal report that has subreports, the report generation process works but when the crystal reports viewer tries to open the report I get the login error.  +
    How do you know the report is retrieving data? From the error I would say the report never connects, thus the error / request for a logon...
    So, the short of all of this is; get Technology One to contact us. They can do it over the forums or obtain a phone case here;
    http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078100
    Now, here is a warning. As CR 11.0 is out of support Technology One will have to upgrade to CR 11.5, before that can create a phone case, which for them and you brings up another bunch of issues...
    If you do not get any joy from the support person at you are talking to at Technology One, get him to escalate the issue. They are the ones that should be talking to us...
    Ludek

Maybe you are looking for

  • Change Table in Report Painter

    Hi Experts, I have some Report Painter reports assigned to a Library.  I would like to change the table.  Is there a a way to change the table without re-writing the reports?  I can add a new table, but do not know how to remove the existing table wi

  • Integrate with a vendor from SAP ECC 6.0 for 'PunchOut'  functionality

    Hi Friends, Pardon me if I have made mistakes in using the terminology in my posting. We just use SAP ECC 6.0 and no SRM. We want to integrate with a vendor for so-called Punchout. Our users will click  a URL link from our Intranet and it takes them

  • C5240 error troubleshooting

    I have a c5240 all in one.  It shows the flashing exclamation mark to alert a problem.  Message reads....Print Cartridges...Refer to printer documentation.   What the heck does that mean.  Can't clear this out and don't want to have to go buy a new p

  • Share option not operating

    There is an issue with my Pages application. I have been writing essays and buiding agendas with Pages and if I wanted to email them, I would simply use the share tool at the top of the screen. Though I have recently come across some problems sharing

  • Problem running servletsin java web server

    After i compile my servlets and copy the class file in the servlets folder of the web server, i run the server by the URL http://localhost:8080. The server page of congratulations message is displayed.after that i give the URL http://localhost/servle