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 strongm 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: *

  1. MSTRPRG

    How to Substract two timestamp field

    one way to accomplish this is to create a third attribute using ApplySimple("datediff(minute,#1,#0)",[date1],[date2]). The "datediff" works on MS-SQL. You may need to use a different syntax, if using a different database.
  2. MSTRPRG

    fact with start and end date

    Transactions in my source system have start and end dates. In other words, a transaction/fact is valid during a time period specified by start and end date. so for example, suppose there are two transactions in the source system as following: (Tran-name:T1 , start-date: "1/1/2009" ...
  3. MSTRPRG

    download over SSL fails on 2003 server Std.

    Thanks, but that didn't resolve it.
  4. MSTRPRG

    Files over SSL

    I am running on ASP.NET and my custom HTTP headers only have the following : X-Powered-By:ASP.NET and still can't download over SSL. Any clues?
  5. MSTRPRG

    download over SSL fails on 2003 server Std.

    Hello everyone, I am trying to download a file from a link built by a third-party vendor applicaiton that I host on my server. Internet Explorer complains with the following error message: "Internet Explorer was not able to open this Internet Site. The requested site is either unavailable or...
  6. MSTRPRG

    Veritas and Active Directory

    Steve, Thanks a bunch. Your post has been extremely helful.
  7. MSTRPRG

    Veritas and Active Directory

    Steve, Thanks of the posting. To be clear, my computers don't need to participate in a legacy or active directory domain in order to fully utilize Veritas backup and restore ? correct ?
  8. MSTRPRG

    Veritas and Active Directory

    I have 4 computers that are connected to the embeded switch of a FortiNet Firewall. Each of the computers live on a seperate VLAN and I do NOT have Active Directory or a PDC or any other kind of LAN in place. Do I need Active Directory or any other form of LAN in order to utilize Veritas...
  9. MSTRPRG

    Displaying date fields in multiple format

    Dear FLB, In order to utilize my date attributes in transformation, they are saved in numeric data type as oppose to date data type. I guess a compeletely different route for me is to use ApplySimple and have DB format my date column for me. In other words, I would create multiple forms , one...
  10. MSTRPRG

    Displaying date fields in multiple format

    I would like to be able to display date attributes in multiple format, based on the context. For example D1 in Report1 would display as "mm-dd-yyyy" and the same D1 in Report2 would display as "dd-mm-yy." To accomplish this, I have created a DayFormatTable which contains uniquely formatted...
  11. MSTRPRG

    Mstr Web Admin Login

    teccum, Althought it might seem natural to protect the Admin page with login, but the reason for its absence is simple. In order for login to work, the I-Server needed to be connected to the MD DB to authenticate the admin user privilages. Since we can not assume that I-Server is connected at...

Part and Inventory Search

Back
Top