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. almaler

    Network Service does not have write access to folder

    I have searched the Business Objects knowledge base and found articles detailing steps I have already taken. I already opened a case with BO a while back and am hoping to find the answer more quickly by expanding my audience.
  2. almaler

    Network Service does not have write access to folder

    I have just finished installing Business Objects Enterprise XI R2 Premium and when I try to connect to the .NET Admin Launchpad I receive the following error. I have found several articles online that say to grant the Network Service account write access on the referenced folder and I have done...
  3. almaler

    BOE XI R2 Premium .NET Admin Launchpad error

    I have just finished installing BOE XI R2 Premium and when I try to connect to the .NET Admin Launchpad I receive the following error. I have found several articles online that say to grant the Network Service account write access on the referenced folder and I have done that, but that has not...
  4. almaler

    Auditing table timestamp

    Thanks for expounding on that. That really helps out for daylight savings time!
  5. almaler

    Auditing table timestamp

    Thank you, Bob - that is exactly what I needed.
  6. almaler

    Auditing table timestamp

    So there is no way in Crystal Reports 10 to take a date and minus 6 hours?
  7. almaler

    Auditing table timestamp

    I really don't have the option to purchase anything. I need a way to do this with the out-of-the-box Crystal Reports designer.
  8. almaler

    Auditing table timestamp

    Hello Everyone, I have installed auditing for Crystal Enterprise version 10 and am looking at the sample reports. I have noticed that the TimeStamp field in the CMS_AUDITTABLE table is formatted like this: 2006-03-27(16:41:26:640) This is today's date at 4:41pm. The actual time that this...
  9. almaler

    Need help with SQL query results

    I am using the following SQL query (given to me by SQLBill and SQLDennis) to return computer names and a status of each record. SELECT CSD.Name0, SMXLAD.Account00, STATUS = CASE WHEN (SUBSTRING(SMXLAD.Account00, (PATINDEX('%NAME=%', SMXLAD.Account00)+6), (LEN(SMXLAD.Account00)))) NOT IN...
  10. almaler

    SQL Query

    Ok - it is working. I had to put in a quote and change the position to +6 since the account names are surrounded in quotation marks. This works!! Thank you!!!! SELECT CSD.Name0, SMXLAD.Account00, STATUS = CASE WHEN (SUBSTRING(SMXLAD.Account00, (PATINDEX('%NAME=%'...
  11. almaler

    SQL Query

    OK, upon further inspection of the results set, it is not working exactly right. Machine names show up more multiple times and all but 6 machines show to be "Unlocked" which is definitely not the case. Any ideas?
  12. almaler

    SQL Query

    I took out the AS clause and it worked beautifully!!!! Thank you SQLBill and SQLDenis!!!
  13. almaler

    SQL Query

    SQLDenis, I got this error: Server: Msg 156, Level 15, State 1, Line 4 Incorrect syntax near the keyword 'as'.
  14. almaler

    SQL Query

    Ok, I looked up PATINDEX and found that I needed single quotes around %NAME%, so I changed it to the below query, but now I am getting this error: Server: Msg 156, Level 15, State 1, Line 6 Incorrect syntax near the keyword 'FROM'. SELECT CSD.Name0, STATUS = CASE WHEN...
  15. almaler

    SQL Query

    I forgot to mention that the join should be on the MachineID field. I did test this and I got an error that says: "Server: Msg 170, Level 15, State 1, Line 2 Line 2: Incorrect syntax near 'NAME'." SELECT CSD.Name0, STATUS = CASE WHEN (SUBSTRING(SMXLAD.Account0, (PATINDEX(%NAME=%...
  16. almaler

    SQL Query

    Sure! Here is an example of one computer named WSPAULSA. So this computer has four accounts that are in the administrators group. Only the first three accounts are authorized (desktop, security, admin). So, since this computer has an account other than those three (scott), I would want this...
  17. almaler

    SQL Query

    I need to pull information out of a SQL db using a query. I need to generate a final status of "Locked"or "Unlocked" for each computer in our organization. In order to find out whether the PC is locked down, I have to evaluate what is contained in the SMX_Local_Admins_DATA.Account00 field for...
  18. almaler

    Crystal Report on the Crystal Enterprise database

    That was it! It is working! Thank you!!!!
  19. almaler

    Crystal Report on the Crystal Enterprise database

    When I launch the CMC, system is the fully qualified domain name of the server. I had just the server name. I will change it and try again.
  20. almaler

    Crystal Report on the Crystal Enterprise database

    Just to make sure that I have the CMS name set correctly. When I launch the CMC and look under "Servers", I have input the value that appears under MACHINE NAME. Is that correct? Or should it be machine name.cms?

Part and Inventory Search

Back
Top