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: skeezwiz
  • Content: Threads
  • Order by date
  1. skeezwiz

    sql server 2000 encryption

    Hi, I have created several stored procedures using (WITH ENCRYPTION) option, which makes the proc unreadable. I have now found utiliies out there that can decrypt and make stored procs available to anybody. Is there a work around this?
  2. skeezwiz

    Different report behaviour in document (Webi and FullClient)

    Document in Full Client works perfectly, ie after refresh I can see and save document with all the reports with data. In Webi, when refreshing sometimes 4/6 reports are being displayed, sometimes 5/6 etc, and the other reports are there but an empty sheet (blank white screen in pdf)! So when...
  3. skeezwiz

    Available connections for Stored Procedure access

    We have access to all types of ways to create DP's except using stored procs. When we select them there are no connections to choose from the list. Would these need to be created at supervisor level? If not, how would one create them? Thanks.
  4. skeezwiz

    Win2k3 and DTS Folder access

    When running a scheduled job from sql srv 2000 on win2k3, I get a "path not found" error msg in my Activex script task (I'm using Scripting.FileSystemObject). Its a UNC path name and everyone has folder access and folder exists. I even mapped the drive and referenced it that way and...
  5. skeezwiz

    Loading DataProviders

    Hi, Two DP's in my report DPA & DPB. DPA comes out of the universe. I built DPB using VBA which extracts part of the data out of DPA, but whenever I refresh DPB I get the following error. Run-time error 115 - Error Loading the DataProvider. Meaning it cant load DPA for some reason? I used...
  6. skeezwiz

    Programmatically Editing Data Providers

    I'm able to loop over a DP using a VB macro in BusObj. I want to be able to apply some logic to that DP and insert data into another DP and the report to look at that DP. If you can't insert data into another DP are you able to edit (i.e. delete rows, update values) while your looping over the...
  7. skeezwiz

    Counting nulls

    How can I get the total number of nulls in my data provider?

Part and Inventory Search

Back
Top