Generate report on server and open it in a client report viewer, possible?

Hi guys,
We are new to Crystal report so please feel free to correct me if I had the idea wrong.
Our client-server application was written in a language other than Java and Dot Net. We want to use Java and Crystal SDKs to glue our application, the Crystal Report Server and Report Viewers together...
We are planning to collect report parameters within the client of our own application (due to attributes of our application and parameters we need) and then pass it back to the server side (our server, not Crystal server). Our server will then generate a XML file and run a Java program talks to the Crystal Report Server (XI R2) to run a report with the XML file and store the result on the server side. Then it will send a message back to the client, tells it the report has been generated. Then our client program will fire up the Crystal Report Viewer to view the report.
I was just wondering if it is possible to do what we wanted with Java SDKs that are available to us (JRC, Viewer SDK and Report Application Server SDK)? Has anybody done the similar thing before?
Also we would like to have some drill-down reports with XML as report data source. Would it be possible to intersect drill-down event fired in a report viewer(Java and Web)?  I would imagine the report viewer will then call some Java program talk to our application server to generate XML file for the drill-down section and then some how programmatically tell the viewer to display the drilled down report with the XML file just generated...  Will my design work? Any advice or thought will be highly appreciated.
Thank you,
Dong

If you are using Crystal Reports Server, you can do almost everything you want using the RAS Java SDK.  RAS will accept XML as a runtime datasource, and then manipulate the report at the server end and render the report in the DHTML viewer.  If you want your client to call the viewer, have it call the JSP file that the viewer code has been added to.
The RAS SDK doesn't have any ability to intercept or manipulate drill down events, so the second part of what you would like to do may not be possible.  Because our viewers are dynamically generated there is no source code to look at or use to make changes to the viewer outside of what is available in the viewer SDK. 
Below is a link to the developer library with the Report Application Server SDK that has sample code and tutorials to do what you need to do, as well as the Java Docs of the RAS SDK.
http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm

Similar Messages

  • The report server cannot open a connection to the report server database

    I have SQL server installed to I can connect to RS using my domain/user account. However, when I try to go to http://<machine_name>/Reports/Pages/ReportViewer.aspx, I get error as
        * The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. (rsReportServerDatabaseUnavailable) Get Online Help
              o Login failed for user '<machine name>\ASPNET'
        * I also noticed that after I installed RS,I do not see reports folder under C:\Inetpub. This folder does not exist, I manually created reports virtual folder in IIS and liked it to  C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer
        * Thsi is obviously permissions issue and I missing something so your help will be really appreciated.
    During installation, I always specified user as domain\user.
    Thanks

    Hi NewToReporting,
    From you descriptions, I know you have tow questions: 1.Why the SQL Server Reporting Services does not create virtual directories in the wwwroot? 2. Why the error "A connection to the database is required for all requests and processing" happen? If I have misunderstood, please do not hesitate to let me know.
    One of the changes in SQL Server Reporting Services 2008 is the removal of the Internet Information Services (IIS) dependency. So, we won't see report server virtual directories in the wwwroot folder.
    The second problem is caused by the user '<machine name>\ASPNET' does not have permission to login the SQL Server database "Reports".
    To solve the issue, please follow these steps:
    1.Open SQL Server Reporting Services Configuration Manager(Start - All Programs - Microsoft SQL Server 2008 - Configuration Tools)
    2.Go to "Database" tab.
    3.Click "Change Credential"
    4.In the coming dialog, fill the textboxes with this information(some textboxes are not modifiable )
    Server: <the server name of the report server catalog database>
    Authentication Type: Current User - Integrated Security (This will use the user we are login to connect to the database server.)
    UserName:(If selecting "Current User - Integrated Security", this textbox is not modifiable. )
    Password:(If selecting "Current User - Integrated Security", this textbox is not modifiable. )
    5. Click Next
    6.In the coming dialog, configure the following information:
    Authentication Type: Service Credential(This will use the user the reporting services running under to connect to the report server catalog database. The user is the one we configured in "Service Account" tab)
    UserName:(If selecting "Service Credential", this textbox is not modifiable. )
    Password:(If selecting "Service Credential", this textbox is not modifiable. )
    7.Click Next to confirm the information.
    8.Click Next to apply.
    This will auto add the user  '<machine name>\ASPNET'  to login group, set this user to be the owner of report server catalog database, and also give this user "RSExce" role.
    Now, we are able to connect to the report server.
    For more information, please see:
    Why Leave IIS: http://blogs.msdn.com/bwelcker/archive/2007/12/04/everybody-why-leave-iis.aspx
    Configuring a Report Server Database Connection: http://msdn.microsoft.com/en-us/library/ms159133.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin ChenJin Chen - MSFT

  • Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)

    Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)?
    Exemple:
    Table1
    Cliente name:
    John
    Client number:
    12345
    Survay number of negative answers:
    3
    Table2
    Questions and answers that were negative:
    Question: How much time where you waiting
    Avaluation: 3 (from 1 to 10)
    Answer: They only called me 1 mouth later
    Can you please help me?

    Hi,
    Based on the description, I understand that you want to add subreport in the main report. When previewing the main report, the subreport can be shown in detail. Please see the screenshots on my test:
    In Reporting Services, we can create parameters and pass them from main report to subreport in order to control the data dynamically.
    References:
    Subreports (Report Builder and SSRS)
    Add a Subreport and Parameters (Report Builder and SSRS)
    If I have any misunderstanding, please feel free to contact me.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • I started to learn HTML, and I'm using text edit and everything is going fine, when I save the file with a .html extension and open it with safari I only view the code and not the webpage that was supposed to be created.

    I started to learn HTML, and I'm using text edit and everything is going fine, when I save the file with a .html extension and open it with safari I only view the code and not the webpage that was supposed to be created.

    That is because you don't have a web server configured and running to serve the html page. In order to see the page in a browser you need to access it using a url similar to http://localhost/~yourUserName if you are serving the page from your user account.
    Prior to Mountain Lion you could go into web sharing and turn on the web server. With Mountain Lion there is no option, other than using terminal, to turn on the web server. The web sharing menu item has been removed in Mountain Lion. Apache is still on your computer but it will take a little searching these forums or the Internet to find how to turn it on.
    If you want a graphic user interface to turn on/off the Apache server you could download and install a server application like xampp, http://www.apachefriends.org/en/xampp.html. I use this and it works well.

  • Report the date and time of all the systems reporting to sccm

    Hi,
    We have a requirement to report the date and time of all the systems reporting to SCCMnot sure if this is possible.
    Appreciate any help regarding this.
    Thanks

    Not sure I understand what you are asking. Do you want to get the date/time for the last hardware inventory, heartbeat discovery etc?
    Kent Agerlund | My blogs: blog.coretech.dk/kea and
    SCUG.dk/ | Twitter:
    @Agerlund | Linkedin: Kent Agerlund |
    Mastering ConfigMgr 2012 The Fundamentals

  • HT4847 Can i use icloud as a server and share files with others as it was possible before?!

    Can i use icloud as a server and share files with others as it was possible before?!

    iCloud does not provide general file storage and sharing. You will need to find a third-party alternative - this page examines some options:
    http://rfwilmut.net/missing3

  • Crystal Reports 2008 Server and MySQL DataBase source for reports

    Hello,
    I am having an issue with crystal reports server 2008. I have created a report on my local machine with crystal reports and the datasource is a ODBC connection to a MySQL database.
    The report works fine on my local. if i publish to the Crystal Reports Server, i get an error when i try and run the report.
    "error Failed to open the connection. "
    I have gone into the database connections for this report and put in the connection details. I have also created a ODBC connection on the server in windows to the actual database (installed both the 32bit and 64bit ODBC drivers, both Test succesfully). But when i go into crystal no matter what settings i try it will not work.
    anyone have any ideas?
    kthank you

    I have solved the issues. This may be usefull for anyone ...
    1. Make sure on the developer machine you have your ODBC connection setup under the System DNS setting in windows.
    2. On the Crystal Report Server, the exact same setup must be done under System DNS, same name, etc
    Once this was done, everything was fixed.

  • Problems starting Crystal Reports Page Server and Report Application Server

    Hi,
    We have migrated to a new server and I have re-installed our Crystal Reports Server XI R1.
    It is being installed on a Windows 2003 SBS Premium Server with MSSQL 2005 Workstation Edition
    I have been told that I need to start the following Crystal services after installation.
    1) Crystal Reports Page Server
    2) Report Application Server
    These services simply wont start
    When I try to start Crystal Reports Page Server, I get a Visual Studio Just-In-Time Debugger window that says...
    An unhandled Win32 exception occured in pageserver.exe [14892], subsequently, another window pops up [svrmgr] that says
    "The service did not respond to the start or control request in a timely fashion"
    Also, when I try to start the Report Application Server, I get another VS JIT debugger window that says
    An unhandled win32 exception occurred in crystalras.exe [12748]
    I also get the same SvcMgr Window that says..."The service did not respond to the start or control request in a timely fashion"
    Thanks all
    Paul

    Hello Paul,
    I recommend to post this question to [the dedicated BusinessObjects Enterprise Administration forum|BI Platform;.
    That forum is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Thanks
    Falk

  • Different output running Report  on server and running local

    hi all
    I have the following problem, running my report on development environment i have the desidered results, but running the same report with the same parameters on Web server side, I have no results.
    Could you help me???
    Thanks in advance
    Antonio

    Hi
    Yes other reports work without these problems...
    I think that the problem is the report parameter form, and the parameter report definition.... I think so, because, if I set the report execution parameter "paramform" to no, giving the same input execution values it functs as local, but if I set it to yes it doesn't work.
    I'm trying to cancel report parameter form on the report and remake it, I'll let you know.
    Thanks in advance
    Antonio

  • Reporting Question - Detail and Summary info in the same report

    Hello All,
    I have a situation where I have to report the detail and summary information from one cube (or multiple cubes) in a single report. Following is the example cube with smaple data and the required report
    Cube - Char - 0CUSTOMER
                    0MATERIAL
                    0MATL_GRP
                    0CURRENCY
             Key Fig - 0AMOUNT
    Data
    0CUSTOMER    0MATERIAL 0MATL_GRP 0AMOUNT 0CURRENCY
    CUS1         MAT1      GRP1      1000    USD
    CUS1         MAT2      GRP1      2000    USD
    CUS1         MAT3      GRP2      3000    USD
    CUS1         MAT4      GRP2      4000    USD
    CUS2         MAT2      GRP1      2222    USD
    If I run a report to See Which Customers have bought Material MAT1, I want to produce a report like
    Material Cust Matl_Gr Amt(Matl) Amt(Cust/Mtgr) Amt(Cust)
    MAT1     CUS1 GRP1    1000 USD  3000 USD       10000 USD
    MAT1     CUS2 GRP1    2222 USD  2222 USD       2222  USD
    Any Ideas to create such a report is welcome. I am open to use multiple cubes, Multicubes, summarized data joins etc.
    Thanks in advance for the help.
    Amit Gupta

    Amit,
    You can acheive this using single cube.
    All you need to do is to define 2 restricted keyfigures the following way.
    1. Amount (Cust/Material Group)
    In the Restricted KF (either global or local), pull in the Material to the right side, right click on it and select "Constant Selection". Save it.
    2. Amount (Customer)
    Pull in both Material and Material Group and do the same step as above for both. Save it.
    Now run the query and tests it. Let us know if i worked.
    Gova

  • Get items from ews and open in Outlook desktop client

    Hi,
    I have a webapplication with a screen that shows the last unread items from ews in the browser. When a user clicks the item I open the mail in owa. 
    Is it possible to retrieve mail items with the ews service and the open Outlook desktop client from the browser and open a message that I received?
    Regards
    Danny

    You have to use the HexEntryId not the EWSId eg you can get it by either using convertId and asking for the HexEntryId format or just use the PR_EntryId extended property eg
    ItemView ivItemView = new ItemView(1);
    PropertySet itemPropset = new PropertySet(BasePropertySet.FirstClassProperties);
    ExtendedPropertyDefinition PR_EntryId = new ExtendedPropertyDefinition(0x0FFF, MapiPropertyType.Binary);
    itemPropset.Add(ContactSchema.StoreEntryId);
    itemPropset.Add(PR_EntryId);
    ivItemView.PropertySet = itemPropset;
    FolderId fid = new FolderId(WellKnownFolderName.Contacts, new Mailbox("[email protected]"));
    FindItemsResults<Item> fiResults = service.FindItems(fid, ivItemView);
    if (fiResults.Items.Count == 1)
    if (fiResults.Items[0] is Contact) {
    Contact cntContact = (Contact)fiResults.Items[0];
    Byte[] EntryVal = null;
    String HexEntryId = "";
    if(cntContact.TryGetProperty(PR_EntryId,out EntryVal)){
    HexEntryId = BitConverter.ToString(EntryVal).Replace("-","");
    Cheers
    Glen

  • URGENT Connection lost between 10.5.4 Server and 10.4.11 & winXP clients

    Hi,
    We are running into a big problem. We just upgrade our server to a new Xserver 8 core running OS X 10.5.4. Previously the server was and older Xserver running 10.4.11, we didn't have problems then.
    After the connection is established everything works and the clients that are running OSX 10.4.11 and windows XP can see the shares via NFS and Samba.
    After an hour or so of working, the clients start loosing the connection and the shares mounted are not accessible anymore. To regain the access we need to reboot the client machine or disconnect and rejoin the domain.
    Each client machine losses its connection independently from the other clients, this means that some people still have access while others don't.
    The connection between the Mac server and the Mac clients is done using NFS, for the windows clients is using Samba.
    Thanks a lot!!

    For starters, use AFP for Macs, not NFS. Seriously.
    Check the logs for smb and the system logs, and post relevant error messages.
    Next step consider wireshark or tcpump to watch your network traffic and try to capture
    a client droppage/disconnect if at all possible.
    Also post the UNedited result of (using the terminal):
    sudo changeip -checkhostname

  • Report listing Material and Open PO Qty

    Hello,
    Is there a standard report that can give me the following?
    Material | Open PO Qty
    This would be specified for a particular purchasing organization, they are just looking for what is currently on order amongst all of their materials and they do not want to see the purchase order # in the report...just a total of what is on order.  Any help would be greatly appreciated.  I have tried looking into transaction ME2M but unfortunately WE101 scope of list isn't a selectable option for us.
    Thank you,
    Andy

    Thank you for the responses.  I solved this by going into transaction ME80FN, specifying a specific purchasing organization and all purchase orders over a fixed period for document date (I used the beginning of this year to today).  I then execute this, select the "Delivery Schedule" layout and export this into Excel.  Subtract Quantity Delivered from the Scheduled Quantity via a PivotTable, and this can give me a list of open PO's for a specific material.
    Not the easiest way to find the information, but it does work using a standard report.  For more consistent reporting ABAP development would probably be recommended.

  • Macbook Pro running Yosemite is running very slow. Takes long time to login and open applications. My Etrecheck report is listed below

    Hardware Information:
      MacBook Pro (13-inch, Mid 2012)
      MacBook Pro - model: MacBookPro9,2
      1 2.9 GHz Intel Core i7 CPU: 2 cores
      8 GB RAM
    Video Information:
      Intel HD Graphics 4000 - VRAM: (null)
    System Software:
      OS X 10.10 (14A389) - Uptime: 0 days 0:12:48
    Disk Information:
      TOSHIBA MK7559GSXF disk0 : (750.16 GB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      disk0s2 (disk0s2) <not mounted>: 749.3 GB
      Recovery HD (disk0s3) <not mounted>: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information:
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. FaceTime HD Camera (Built-in)
    FireWire Information:
    Thunderbolt Information:
      Apple Inc. thunderbolt_bus
    Kernel Extensions:
      com.rim.driver.BlackBerryUSBDriverInt (0.0.74)
      com.squirrels.driver.AirParrotSpeakers (1.7 - SDK 10.7)
      com.squirrels.airparrot.framebuffer (3 - SDK 10.7)
      com.avast.PacketForwarder (1.4 - SDK 10.9)
      com.avast.AvastFileShield (2.1.0 - SDK 10.9)
    Startup Items:
      HWNetMgr: Path: /Library/StartupItems/HWNetMgr
      HWPortDetect: Path: /Library/StartupItems/HWPortDetect
      StartOuc: Path: /Library/StartupItems/StartOuc
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist 3rd-Party support link
      [loaded] com.avamar.avagent.plist 3rd-Party support link
      [loaded] com.avast.init.plist 3rd-Party support link
      [loaded] com.avast.uninstall.plist 3rd-Party support link
      [loaded] com.avast.update.plist 3rd-Party support link
      [loaded] com.google.keystone.daemon.plist 3rd-Party support link
      [loaded] com.microsoft.office.licensing.helper.plist 3rd-Party support link
      [loaded] com.oracle.java.Helper-Tool.plist 3rd-Party support link
      [loaded] com.oracle.java.JavaUpdateHelper.plist 3rd-Party support link
      [loaded] HWNetMgr.plist 3rd-Party support link
    Launch Agents:
      [loaded] com.avast.userinit.plist 3rd-Party support link
      [loaded] com.google.keystone.agent.plist 3rd-Party support link
      [loaded] com.hp.messagecenter.launcher.plist 3rd-Party support link
      [loaded] com.oracle.java.Java-Updater.plist 3rd-Party support link
      [loaded] HWPortCfg.plist 3rd-Party support link
      [failed] ouc.plist 3rd-Party support link
    User Launch Agents:
      [loaded] com.adobe.ARM.[...].plist 3rd-Party support link
      [failed] com.avast.home.userinit.plist 3rd-Party support link
    User Login Items:
      Quicksilver
      Adium
      Evernote
      IBM Notes
      Safari
      Microsoft PowerPoint
      Dropbox
      AvamarClient
    Internet Plug-ins:
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 3rd-Party support link
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 3rd-Party support link
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 3rd-Party support link
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 3rd-Party support link
      Flash Player: Version: 15.0.0.189 - SDK 10.6 3rd-Party support link
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 3rd-Party support link
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 3rd-Party support link
      JavaAppletPlugin: Version: Java 7 Update 60 Cannot contact Oracle
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 4.3.0 - SDK 10.10
      AirPlay: Version: 2.0 - SDK 10.10
      AppleAVBAudio: Version: 300.22 - SDK 10.10
      iSightAudio: Version: 7.7.3 - SDK 10.10
    User Internet Plug-ins:
      WebEx64: Version: 1.0 - SDK 10.6 3rd-Party support link
    3rd Party Preference Panes:
      Flash Player  3rd-Party support link
      Flip4Mac WMV  3rd-Party support link
      Java  3rd-Party support link
    Bad Fonts:
      None
    Old Applications:
      /Users/tcs/Library/Application Support/WebEx Folder/1524
      convertpdf: Version: 1.2 - SDK 10.6 3rd-Party support link
      Cisco WebEx Meeting Center: Version: 1409.11.2909.0 - SDK 10.6 3rd-Party support link
      asannotation2: Version: 1308.22.2900.0 - SDK 10.6 3rd-Party support link
      atmsupload: Version: 1408.13.2909.0 - SDK 10.6 3rd-Party support link
      Adobe Flash Player Install Manager: Version: 15.0.0.189 - SDK 10.6 3rd-Party support link
      /Applications/Utilities/Adobe Flash Player Install Manager.app
      /Users/tcs/Library/Application Support/WebEx Folder/1324
      convertpdf: Version: 1.2 - SDK 10.5 3rd-Party support link
      Cisco WebEx Meeting Center: Version: 1304.23.2811.0 - SDK 10.5 3rd-Party support link
      asannotation2: Version: 1206.25.2804.0 - SDK 10.5 3rd-Party support link
      atmsupload: Version: 1209.12.2806.0 - SDK 10.5 3rd-Party support link
      Microsoft Language Register: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
      AdBlock: Version: 36.0.1985.143 - SDK 10.6 3rd-Party support link
      /Users/tcs/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_gighmmpiobklfepjocnamgkkbiglidom/Default gighmmpiobklfepjocnamgkkbiglidom.app
      SLLauncher: Version: 1.0 - SDK 10.5 3rd-Party support link
      /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
      Google Chrome: Version: 38.0.2125.104 - SDK 10.6 3rd-Party support link
      Install Cisco WebEx Add-On: Version: 1.0 - SDK 10.5 3rd-Party support link
      Adobe Reader: Version: 11.0.09 - SDK 10.6 3rd-Party support link
      HandBrake: Version: 0.9.8 x86_64 - SDK 10.6 3rd-Party support link
      iFunBox: Version: 1.0.0777 - SDK 10.6 3rd-Party support link
      /Applications/Microsoft Office 2011
      Microsoft PowerPoint: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Excel: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Outlook: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Word: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Document Connection: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Google Voice Search Hotword (Beta): Version: 36.0.1985.125 - SDK 10.6 3rd-Party support link
      /Users/tcs/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_bepbmhgboaologfdajaanbcjmnhjmhfn/Default bepbmhgboaologfdajaanbcjmnhjmhfn.app
      /Applications/Microsoft Office 2011/Office
      Open XML for Excel: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Alerts Daemon: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Office365Service: Version: 14.4.5 - SDK 10.6 3rd-Party support link
      SyncServicesAgent: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Database Daemon: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Graph: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Database Utility: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Office Reminders: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Upload Center: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      My Day: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Chart Converter: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Clip Gallery: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Evernote Web Clipper: Version: 36.0.1985.143 - SDK 10.6 3rd-Party support link
      /Users/tcs/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_pioclpoplcdbaefihamjohnefbikjilc/Default pioclpoplcdbaefihamjohnefbikjilc.app
      Poppit!: Version: 36.0.1985.125 - SDK 10.6 3rd-Party support link
      /Users/tcs/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_mcbkbpnkkkipelfledbfocopglifcfmi/Default mcbkbpnkkkipelfledbfocopglifcfmi.app
      /Users/tcs/Library/Application Support/WebEx Folder/1224
      convertpdf: Version: 1.2 - SDK 10.5 3rd-Party support link
      Cisco WebEx Meeting Center: Version: 1207.04.2732.10 - SDK 10.5 3rd-Party support link
      asannotation2: Version: 8.25.31.0 - SDK 10.5 3rd-Party support link
      atmsupload: Version: 4.14.29.0 - SDK 10.5 3rd-Party support link
      Solver: Version: 1.0 - SDK 10.5 3rd-Party support link
      /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
      Microsoft AutoUpdate: Version: 2.3.6 - SDK 10.4 3rd-Party support link
      /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
      FastestFox for Chrome: Version: 36.0.1985.125 - SDK 10.6 3rd-Party support link
      /Users/tcs/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_mmffncokckfccddfenhkhnllmlobdahm/Default mmffncokckfccddfenhkhnllmlobdahm.app
      /Library/Application Support/Microsoft/MERP2.0
      Microsoft Error Reporting: Version: 2.2.9 - SDK 10.4 3rd-Party support link
      Microsoft Ship Asserts: Version: 1.1.4 - SDK 10.4 3rd-Party support link
    Time Machine:
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: YES
      Time Machine not configured!
    Top Processes by CPU:
          2% EtreCheck
          2% eclipse
          1% com.avast.daemon
          0% WindowServer
          0% configd
    Top Processes by Memory:
      319 MB eclipse
      195 MB com.apple.WebKit.WebContent
      123 MB com.avast.daemon
      115 MB Evernote
      98 MB Safari
    Virtual Memory Information:
      2.27 GB Free RAM
      3.40 GB Active RAM
      1.39 GB Inactive RAM
      958 MB Wired RAM
      2.59 GB Page-ins
      0 B Page-outs

    Step 1: uninstall Avast  See how it is as that is a known culprit
    Step 2: Chrome does not play well with OS X and is also sighted as a leading cause
    Step 3: DropBox has been a processor or network hog though less so than the above two.
    The Community you want(ed): MacBook Pro

  • OS X Server and Open Directory

    I am trying to use a Mac Mini as an Open Directory domain, however it fails on the Open Directory Setup.
    The exact error from the log is a below:
        Server[308]: An error occurred while configuring webiken as a directory server:
              Error Domain=XSActionErrorDomain Code=78 "Server returned a non-zero status code" UserInfo=0x7fb826114140 {NSLocalizedDescription=Server returned a non-zero status code}
    Any ideas to what this may be?
    FYI: I think this is due to my network configuration.  I connect to the internet via Wifi and I have a switch for LAN traffic, but there's no way to give the switch internet access.  Is there anyway I can limit the LAN traffic to only use ethernet (en0) and internet traffic to only use WiFi?

    Hi,
    Not sure this will help, but OSX uses the top Interface for Internet...
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.

Maybe you are looking for