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

    Named set to be shared by 2 hierarchies

    I am building a new olap cube. this will have 2 time hierarchies. The cube will contained named sets such as current month. I believe that I will need to create 1 name set to show current month for one hierarchy and another named set to show current month for the other hierarchy. My ideal...
  2. MarkElls

    Webite showing data from SQL Server

    This is something completely new to me. I am lookin ag publishing an internal web site showing data stored in a SQL server database. I can get my head around the web page but dont know how to link to the database to get the data? Anyone recomend some source code / usefull sites etc. Thanks...
  3. MarkElls

    dsodimension.process

    SQL Server 2000 Analysis services Got a DTS with a script as below. Now the bit that does not seem to work is 'dsoDimension.Process processFull' I need this script to fully process all the dimensions. I am a bit concerned about the line Set dsoDimension = CreateObject("DSO.MDStore") Many...
  4. MarkElls

    formatting a value in mdx

    I am creating a claculated member in a cube. This requires the length of services (a figure in days to be converted to months. To do this I am using the arithmeitic as below. (StrToValue([Company Structure D].CurrentMember.Properties("Days In Business"))*12/365.25) Now how do I insure this...
  5. MarkElls

    Microsoft OLE DB Provider for Oracle

    I am having a few problems. I have a server that has several databases within AS. The data source for this uses Microsoft OLE DB for Oracle as the provider. On my machine when I open Analysis Services I cannot connect or edit this data source. If I go to create a new data source then the...
  6. MarkElls

    how mnay rows, columns in a sheet

    Brief: I need to get data out of Excel into $ seperated file. Not a csv. Each row of data should have the same number of columns. Problem: I like simple code. Normally I manually loop from top to bottom of an excel sheet by using hard coded values and ensuring activecell.value<>"". Is there an...
  7. MarkElls

    displaying tif files.

    I have some asp pages and am hoping to open up a tif file and display it either on a html page or open a new HTML page to display the image. It is non negotiable that the pictures are tif's. When I put in <IMG SRC = "E:\FW_EXAMPLE\0101829\ltr00001.tif"> as the code I just get the good old...
  8. MarkElls

    Folder.Files code problem.

    I am trying to write asp pages using vb script to show directory and files on a server so that someone can navigate easily. I know there are simpler and better ways but ASP pages were picked for a reason. I am getting an error on 'Set Files = Folder.Files' - Any suggestions? On Error...
  9. MarkElls

    updating views in Oracle 8

    I have three views that are linked to some base tables. I have updated the base tables. Now there appears to be no triggers to update the views and all attempts at doing this have failed as I am reasonably new to Oracle. If I use TOAD to select text from user_views where view_name like '%CGA%'...
  10. MarkElls

    (0x800A004C)

    Hi, I have some asp pages et up on one server. These display the contents of a directory. Now when I set the directory to a drive on the server everything is ok. I have mapped a network drive to the letter G and wish to see the contents of a directory on this mapped drive. Problem is it just...
  11. MarkElls

    how do I install DTS - real easy question

    Now I whacked in the Analysis services disk and loaded up - Analysis services - needed as I am doing stuff wiyh OLAP cubes. Now I notice it did not install enterprise manager - ie what I need to use to create and manage DTS jobs. Which disk is this on - is it downloadable? Cheers. Mark.
  12. MarkElls

    DTS job - file name from SQL , zip and mail

    Hello, I am hoping someone here can point me in the right direction. I have used DTS a bit - but just ammending other peolpes packages and a few basic ones myself. I have the connection to Oracle and SQL select task done ok. But want I want to do is feed the data out to a file. That bit is ok...
  13. MarkElls

    Deleting unused parameters I cant see on the report

    I have a report in CE 9 that contains a sub report. There is a parameter in the main report that is ticked Green showing that it is used. Now I cant see it in the report or subreport. All I do is set it to NULL (via scheduling) and it is never used. If I go show SQL query there is a NULL in...
  14. MarkElls

    Just wont logon through Crystal Management Console

    I am using a networked laptop to connect through to the Crystal Management Console that is installed on a server on the network. As I am accessing it through internet explorer I choose to use Windows NT authentication. Unfortunately on clicking the log on button it thinks about it then just...
  15. MarkElls

    removing files - time based

    I need a bit of help. I want to write a ksh file that will do the following. look at the time a file was created if the toime is older than 30 miutes then copy it to another directory. Any suggestions? Thanks.
  16. MarkElls

    is this possible

    I currently have a spreadsheet with a load of data (say 100 rows). I need to call an ASP page on a server and pass the data over. Currently I call the ASP page as part of a loop. But I need to kill the explorer page once the page has processed the data otherwise we just stop there. I have been...
  17. MarkElls

    project outline: a file will be de

    project outline: a file will be detceted, the contents read in to the application. The application will then access a server and interact with crystal enterprise to distribute the reports. I can interact with Crystal Enterprise through the use of ASP and VB script. Howeve I can not seem to...
  18. MarkElls

    VBS files in to a VB .Net project

    The problem is as follows: I am to develop an application to communicate with another server (Crystal Enterprise). I started work in C# and hit problems. I then went to ASP pages with VB script. This started to work but not acceptable. I am looking to build an application that will when...
  19. MarkElls

    To Address on scheduled instances.

    I have one report in CE 9.0. This report has about 100 instances scheduled, each one will have different parametrs and different peoples name in the to address. They are all shipped out via SMTP. The address for the particular instances are changing all the time. I do not want to have to be...
  20. MarkElls

    client to server and back for an idiot please help

    Ok, I kinda asked a few questions about this before. Having now got a little understanding of .net I am hoping for some help. I am looking at retrieving info from a CE9 server. Particularly the history page for one or more reports. I am hoping that .NET will allow me to build an application...

Part and Inventory Search

Back
Top