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 Wanet Telecoms Ltd 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. aus0137

    After Installation HELP not available in CR8.5

    The BO instructions are fairly clear. First - reinstall help files as described below, this will then create the correct registry entries. You may need to change the "Format" entry from 2 to 3 or vice-versa, as per instructions. To install Help Files 1. In the Control Panel, click the...
  2. aus0137

    Adding Account Groups

    Is it possible to add new account groups in Accpac 5.2.? I am wanting to split the Costs and expenses area into 3 groups. i.e. Manufacturing expenses Selling expenses Administration Expenses and show these as separate components on the standard reports. Is this possible or are you stuck...
  3. aus0137

    Problem with secondary Domain

    Thanks for your help, that solved the problem. As you say, if you just use the accountname, then mdaemon appends the primary domain. Specified full accountname including domain and logged in OK. Thanks again.
  4. aus0137

    Problem with secondary Domain

    We are running version 3.5 on NT4 server. We have a primary and a secondary domain hosted. If I create a new user in the primary domain I have no problems. However if I create a new user in the secondary domain, I am unable to access mail account either by worldclient or outlook/outlook...
  5. aus0137

    Getting summary of mutltiple fields

    Database has 12 fields for budget for each year, Such as budget01, budget02,,,budget12 etc. When getting a YTD budget figure, based on a month parameter, I usually create a formula like, if month = 03 then budget01+budget02+budget03 etc. By the time you get to period 12, you have 12 lines...
  6. aus0137

    Need to do mass share of directories

    You could create a batch file and use a utility called RMTSHARE. This may be part of nt4 resource kit. Batch file would look something like this. @echo off rmtshare \\fbs02\accounts$=F:\DATA\shared\accounts /GRANT "accounts dept":f /GRANT "domain admins":f Where accounts$...
  7. aus0137

    If Not Exist

    I found the info on the join, but our files are pc format and not sql, and therefore an equal join is the only option allowed. Our files are from our accounting system which is written in Dataflex/Powerflex. We are provided with two DLL files which allows Crystal to view the files. Both files...
  8. aus0137

    If Not Exist

    Sorry Naith and Ken, but I am unfamiliar with a "left outer join". I tried the if isnull and it did not resolve the issue. I have a debtors master file with debtor code and MTD sales in one database. In another database I have debtor budgets. This file holds budgets for different...
  9. aus0137

    If Not Exist

    Does Crystal have a command similar to "if Not Exist". I am selecting field A from one database and Field B from another database. In some cases field A does not exist in the database. If both A and B exist then both show on report. If B exists but A doesn't, then B does not show. I...
  10. aus0137

    Crystal Enterprise Error: Not enough memory for operation.

    Try this. When you install CE, the various servers (APS, JobServer, Pageserver etc) are strated with "local System" user authority. Change the user id for the Pageserver and teh Jobserver to be an id that has rights to the machine/folder your database is in.
  11. aus0137

    Naming PDC or BDC

    Install new server as BDC, then when complete promote to PDC.
  12. aus0137

    Schedule time not being accepted

    Have found that this is a known issue with Crystal Enterprise (English) version 8.0.2.672 and has been tracked. A file update addressing this issue is available for English deployments. The update file name is CE80SDK.ZIP. Applied updtae and this did resolve issue.
  13. aus0137

    Schedule time not being accepted

    Actually during testing I may have stumbled across answer. I have been trying to set most of my reports to run daily at around 7:00am. But I have usually been setting the time in the afternoon or during business hours. In other words I have always been attempting to set the time to an earlier...
  14. aus0137

    Schedule time not being accepted

    Well, strange things certainly happen when you play around with timezones. Here is what I tried. Set computer and enterprise both to GMT. computer time 5:16am - set occurrence to 7:00am - defaulted to 7:16pm ie enterprise added 14 hours Set computer to local time GMT+10 Set enterprise to...
  15. aus0137

    Schedule time not being accepted

    Enterprise 8 which comes with CR8.5. Enterprise and Crystal Reports loaded on same server as IIS. I have set up local timezone correctly, ie GMT + 10.
  16. aus0137

    Schedule time not being accepted

    Have been using CR8.5 for some time but have just loaded Enterprise. Can publish and run reports and view successfully. However when I attempt to schedule a report to run at a specific time, either daily or every ?? hours, the time I select is discarded and the time is set for current time...
  17. aus0137

    How Can I restrict users from changing proxy on IE?

    Here is an extract from the Policy. CATEGORY !!ConnectionTab KEYNAME "Software\Policies\Microsoft\Internet Explorer\Control Panel" POLICY !!ConnectionTab PART !!RestrictConnectionWizard CHECKBOX VALUENAME "Connection Wizard" END PART PART...
  18. aus0137

    How Can I restrict users from changing proxy on IE?

    You can setup a system policy using Poledit that prevents the users from making any changes to the Proxy settings.
  19. aus0137

    NT Workstation VPN Client

    Try increasing the number of attempts PPTP makes to transmit data. Local Machine\system\currentcontrolset\services\tcpip\parameters. Default is 9 - try 18 - dont go above 27. Another thing to try is specify the dns address on the clients dns ras setup.

Part and Inventory Search

Back
Top