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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kapaa

  1. kapaa

    2050 softphone generating 4673 error in the Event Log at 50/second

    Anyone receiving the following error in the System Event Log under Security, this occurs whenever the 2050 soft-phone is fired up, in fact you might be getting this and haven’t checked. The error occurs at the rate of around 50/second. Audit Failure | Microsoft Windows security auditing | 4673...
  2. kapaa

    2050 softphone generating 4673 error in the Event Log at 50/second

    Thanks, gwebster, I was torn which forum to post it under as we used the 2050 softphone in conjunction with the Avaya Aura Agent Desktop (AAAD which used to be CCAD) application. I'm not sure what CA Aura is? So I threw this into this forum in case others use the 2050 with AAAD, however, the...
  3. kapaa

    2050 softphone generating 4673 error in the Event Log at 50/second

    Anyone receiving the following error in the System Event Log under Security, this occurs whenever the 2050 soft-phone is fired up, in fact you might be getting this and haven’t checked. The error occurs at the rate of around 50/second. Audit Failure | Microsoft Windows security auditing | 4673...
  4. kapaa

    CRW10 blocking SQL tables - how to stop this.

    I finally got our DB Admin to create views to the tables I use in my reports and I'm not sure if this help or the fact that he added a (nolock) option to view. Anyway, so far this seems to be working.
  5. kapaa

    CRW10 blocking SQL tables - how to stop this.

    Very interesting Turkbear. I'm not sure why one report would hit the primary index and the other hits the index, the only thing I see different is that the report that hits the index has 1 table joined to a table called call_req whereas the other has 4 tables joined to the call_req table...
  6. kapaa

    CRW10 blocking SQL tables - how to stop this.

    I'll pass this on to our dba, it won't go far... straight to his trash can, he pretty much said 'you figure it out'. I want him to create views to the tables I hit to see if that helps (when he figures out how to do this). Stored procedures would follow if that fails. One more quick...
  7. kapaa

    CRW10 blocking SQL tables - how to stop this.

    Sorry, yes I'm using SQL Server database, or should I say our db group is. I can go into SQL Enterprise Manager while running a lengthy report.. say 10 mins to complete, then go into Management/Locks/Process ID and there it is, shows a SPID and next to it "blocking". I click this spid and it...
  8. kapaa

    Crystal 10 is locking SQL tables - how to stop this.

    I really need help with this issue, I can't find much info anywhere that helps to solve this. I recently upgraded from crw8 to crw10 and of course after converting reports and placing them into production I now discovered that crw10 will place locks (blocking) on the SQL tables it is using. I...
  9. kapaa

    CRW10 blocking SQL tables - how to stop this.

    I'm still struggling with this and finding nothing on the internet that will help. Any suggestions?
  10. kapaa

    CRW10 blocking SQL tables - how to stop this.

    Wow, so nobody has run into this, perhaps I'm the only one hitting a production db. How about using the 'no block' statement, is this a global statement that can be added at the beginning of the select statement or does it get added to each reference?
  11. kapaa

    CRW10 blocking SQL tables - how to stop this.

    I recently upgraded from crystal 8 to 10 and discovered a big issue, crystal 10 is blocking the SQL tables in which it pulls data from. My tests show that all is okay in SQL until an application attempts to update a table being used by crw10 and bam!! 'blocking'. I guess my best bet is to...
  12. kapaa

    Pass results from selection formula to default values 4 parameter fld

    Thanks lbass, confirms that this option doesn't exist at least on v10. What you suggested is kind of what I do now, using another application I hit the database and export to a text file all depts that start with IT. From here, I go into the parameter, click default values, and select my text...
  13. kapaa

    Pass results from selection formula to default values 4 parameter fld

    Crystal 10 – SQL 2000 I want to create a parameter field that will display all of our IT Departments so the end user can select the one they want to run the report against, such as IT-Security, IT-Network, etc. about 40 in all. BUT I don’t want this to be a static list where I type in all 40...
  14. kapaa

    Working with Binary Values, how to format your formulas

    This might help someone so I'll post my fix. As it turns out the 0x at the beginning of the number is not needed in the formula. When I ran SQL Query Analizer to extract the group_id it came back with 0x....... so this is what I used in my formula. Probably common knowledge to everyone else...
  15. kapaa

    Working with Binary Values, how to format your formulas

    Crystal 10 SQL 2000 db I'm guessing I'm doing something wrong as I just upgraded to Crystal v10 from v8 plus we I'm now dealing with binary values in our SQL db. I started slowly by converting a very basic report and that didn't pay off. The selection formula I'm using is...

Part and Inventory Search

Back
Top