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 wOOdy-Soft 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 akabatman2

  1. akabatman2

    Sharepoint Services/InfoPath Training?

    Thanks again for the thoughts. Change of plans. I just heard that we are going to move to Sharepoint Services V3.0 and Portal 2007. So that is good news. I will be able to take some training because it is difficult to find a WSS v2.0 clase anymore. Has anyone attended any Sharepoint...
  2. akabatman2

    Sharepoint Services/InfoPath Training?

    Hi wolvie, Can you tell me what the major differences are between WSS v2 and v3? I noticed that the sharepointbootcamp isn't offering public classes for Sharepoint Services 2.0. Thanks.
  3. akabatman2

    Sharepoint Services/InfoPath Training?

    Hi everyone, I was wondering if anyone could recommend a Microsoft Certified Training Course that covers Sharepoint Services and MS InfoPath. I am looking for some good instructor led classes that I can attend. I need to be able to be the Sharepoint Services Administrator for Windows...
  4. akabatman2

    Model.xml (framework manager)

    Hi MissReportNet, You are in luck. I just completed researching this very thing. Let me just plainly state, CRN bites the big one with regard to providing any useable metadata or documentation. You can do the following, but the output will take you forever to format it so that it is...
  5. akabatman2

    LDAP and Cognos ReportNet Data Source Sign-On/Authentication

    Hi everyone, Does anyone know how to get Cognos ReportNet to use the same User Name and Password that is entered when logging in to the web front end to be passed to a report's data source so that it could also be used to logon to the database.(ODBC connection)? On our project, we are trying...
  6. akabatman2

    .NET Administration Launch Pad Won't Open (CRSXI)

    Thanks for Responding Turkbear. The problem is now taken care of. From some reason, I had to uninstall .NET Framework 1.1 and reinstall it, now the launch pad works. Weird. But fixed. Thanks again.
  7. akabatman2

    .NET Administration Launch Pad Won't Open (CRSXI)

    Hi All, I am having a problem getting the Business Objects Enterprise 11\Crystal Reports Server\.NET Administration Launch Pad to Launch. Crystal Reports Server XI, IIS 5.1, and .NET Framework 1.1 are what I have loaded on my machine. After calling tech support to help figure out how to...
  8. akabatman2

    List of Values Failure in Crystal Reports XI

    Hi all, Has anyone seen this error? List of Values failure: fail to get values. [Cause of error: The length of the parameter field current values must be less tha or equal to the maximum value] Error Source: prompt.dll Error Code: 0x8004380D It when I am trying to create a dynamic parameter...
  9. akabatman2

    Stored Procedure to get Years,Months,Days bet 2 dates

    Thanks George, I'll be checking this out. I am going to test it with a different date other than GetDate() for the @Now parameter. This is great, thanks again.
  10. akabatman2

    Calculate Decimal Number of Months between two Dates

    Mercwrought, On a side note; I tried to replicate your nicely formated code snippet. How did you do that? I'd like to learn how. Thanks.
  11. akabatman2

    Calculate Decimal Number of Months between two Dates

    Hi mercwrought, Thank you for this guestimate, I will test it out. <div class="body">select round(cast(datediff(d,@startdate,@enddate)as decimal(13,2))/29,1)</div> What I am really looking to do is get something that is accurate, a User Defined Function Maybe? Anybody else have any ideas...
  12. akabatman2

    Calculate Decimal Number of Months between two Dates

    Hello all, I would like to be able to find the difference between two dates with the resulting value being the number of months, between the @start and @end Date. The resulting value would be a decimal value for use in calculating the average number of months for a contract term for instance...
  13. akabatman2

    Stored Procedure to get Years,Months,Days bet 2 dates

    Hi James, I have been searching for hours and this is the closest thing I've found to a solution for what I would like to do. I would like to be able to find the difference between two dates with the resulting value being the number of months, between the @start and @end Date. The resulting...
  14. akabatman2

    Report Requirments Document Template

    Hello Everyone, I am looking for a Crystal Reports friendly Report Requirement Document Template. Something that would include revision tracking area and business rules, report purpose, fields required, output format, etc. Something that is Sarbanes-Oxly friendly. It would be a great help...

Part and Inventory Search

Back
Top