Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dyan24
  • Content: Threads
  • Order by date
  1. dyan24

    specifying port number on database logon information

    Hello, CE10 Crystal Report XI I have a report in CE that is on different server and port number(2433). How can i specify it on CE when i upload my report? On the designer the report is running perfectly but i can't run it on CE and gives me database logon error. Does anybody have an idea...
  2. dyan24

    bcp command

    Need your help desperately!! SQLserver 2000 I would like to use the bcp command utility at the end of the stored procedure when it run successfully, but i found out that i cannot use this utility to execute this thru the master..xp_cmdshell due to a security since i am not part of the...
  3. dyan24

    xp_cmdshell bcp utility other than sa account

    I have a stored proc that has a line: exec master..xp_cmdshell 'bcp "SELECT * FROM ##temp_ac540"' but since i am not an sa and there's a company policy for sa account, is there another way that i can run this from not being an sa. Please help!! Thanks in advance.
  4. dyan24

    How to read a view that is in a linked server

    Hello, We have to create a new report (Crystal XI) but the source of information is a view in Oracle that can be access thru the linked server in SQLServer2005. If i am in query analyzer in SQLServer2005 i can see the view. But how do i do that in Crystal Report? How can i connect to it? Any...
  5. dyan24

    security report based on toolbar

    Hello, I am a newbie on Great Plains. My boss have asked me to create a report on security. There is an existing report in advance security by choosing a userclass and toolbar only, that is very close to what my boss wanted. Is there a way for me to find out how those reports are...
  6. dyan24

    Upgrading CMS database to SQL Server 2005

    Hello, We have Crystal Enterprise v10 and currently running with SQL Server 2K. Now that we have the new database they wants us to move there. The problem that i am having is when i am trying to point to the new CMS datasource its giving me an error "failed to retrieve cluster name from the...
  7. dyan24

    Logging to authenticated website

    Hello, I am posting again my question because i am really desperate to find a solution to this problem. My vbscript is working but not when i schedule it to run on task scheduler and the session is not active. Please HELP!!!! Here's a snapshot of the script: set WshShell =...
  8. dyan24

    Logon to authenticated website thru vbscript

    I have a vbscript that logon to authenticated website. I am using sendkey and it is working. The problem is i need to schedule this task and the sendkey started to fail if my session is not active anymore. Please help!!!
  9. dyan24

    sendkeys not working on scheduled task

    hello, I have a vbscript that needs to run on a scheduled task. The problem is i am using sendkeys and it seems Not working on a scheduled task. How do i get around this? Please help!
  10. dyan24

    Help needed in vbscript that req'd login

    Hello, I'm a newbie on VBSCRIPT. I need to go to a website in which we have an account. My problem is i can't get pass the login page using my script. I don't know how to pass the username and password thru my vbscript. Here is the website that i need to go to...
  11. dyan24

    Crystal Report Viewer unable to create objects

    Crystal Enterprise 10 on Windows SQL Server Hello, I run the sp2 for Crystal Enterprise 10, but somehow it breaks my Crystal Report Viewer. Now i cannot view a report using ActiveX viewer. The window is giving me an error msg that says "The Crystal Report Viewer is unable to create it's...
  12. dyan24

    LDAP on CE10

    Hello, I'm trying to use LDAP as our authentication but getting this error instead Error updating LDAP properties: The secLdap plugin failed to find the cert7.db file on host ourservername:port Does anybody knows what this error means and how can i resolved this? Any help is greatly...
  13. dyan24

    modifying web desktop

    Hello, I would like to change the CE Logo to our company logo. Which folder should i save the company logo? TIA!
  14. dyan24

    Releasing License in CE10

    Hello all, I've just succefully installed CE10 on our devt server and been playing with it. We only have 3 concurrent license on the development server and i was testing it. I had 3 browser opened and run the report on demand. But then i closed and logoff on the eportfolio but it still say...
  15. dyan24

    Formula Field Total

    I have a formula field called TotUnits with this code: WhilePrintingRecords; NumberVar UnitAmount; UnitAmount := UnitAmount + {@Amount}; And gets printed at the group footer with this code: WhilePrintingRecords; NumberVar UnitAmount; And this is get reset everytime the group header change...
  16. dyan24

    CE 10 and Crystal in VS.NET

    One of our development team is writing Crystal report that is embedded in VS.Net. Most of their reports will be run thru their application but there are reports that we would like to publish to CE10. Now, he gave me a sample of the report to try and upload to CE10 but i cannot run the report...
  17. dyan24

    File path name

    We will be implementing CE10 by end of November. Currently, we are re-writing some reports in Crystal Reportv10. Now my question is if the file path name is added on the report footer. Once the report is migrated to the Enterprise how will it report the file path name? TIA!
  18. dyan24

    Printing Server name/database on page footer

    How do i print on the footer page the server name & database name of my report? e.g. Environment: Devt/db_name
  19. dyan24

    active-x download - newbie question

    Hello, We will be implementing CE10 by next month, but currently we are deploying a standard desktop to all users (we are using citrix). I've asked them to add the active-x plug-in to the roll-out since the user will not have the capability to download and save. But the deployment guy is...
  20. dyan24

    Printing Instance of the database

    Hello, How can you print on the report the instance of the database? Thanks!

Part and Inventory Search

Back
Top