Document Metrics in KM

Hi -
We would like to be able to generate reports that give us KM metrics such as 1) How many documents exist in KM?  2) When was the last time a document was checked out / modified?
I noticed in another thread that you can check the DB tables wcm_sub_subscriptions and wcm_sub_resources to get some statistics on subscriptions.  Are there tables in the databases that we can query to get information on documents?
Thank you for your help!
Jo

Hi Jo,
> where I'd find documentation on repository services
See https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/java development with the kmc platform.pdf and https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how to develop with the repository framework apis.pdf
The documentation of how to implement a repService is still not the best, anyhow, once you have done it, you will love it, because it has it's own magic.
Also see Date of approval and Repository Service Error and Repository Service Implementation
> the KM API's
https://media.sdn.sap.com/html/submitted_docs/nw_kmc/javadoc/index.html
Ik hoop dat het helpt, doei
Detlev

Similar Messages

  • Crystal Reports Server 2008 dispose not closing document

    Hey everyone,
    I;m running some reports through Crystal reports 2008 server (no service packs) using the RAS sdk and Java.
    This was working swimmingly for a while until yesterday when the server hosting the RAS and app server fell over. I tracked it down to a problem with the RAS server. The error i got in my logs was General Exception, Report SDK Exception Not enough memory for operation.  I reran the process and when i watched task manager the memory being allocated to crystalras.exe went through the roof! it went from 50k to 1.8g of ram in under 10 minutes.
    I tried lots of the other suggestions in here for the errors about memory that are similar to mine (increasing the heap memory etc.) and none of them worked.
    One thing i noticed though is that when I run the process and watch the metrics page of the RAS server on the management console the number of Open documents does not decrease even though i am 100% totally and utterly calling .close and .dsipose after every report i open. Definitely. Ive debugged it a million times and it is calling these methods. It is successfully releasing the connections fine but does not seem to releasing the open documents. After the Open documents metric went down to 0 (im presuming after a timeout) the memory that crystalras.exe was reduced. I then  changed the timeout tag in CRConfig.xml to 1 minute to see would this help out any but the open documents did not timeout any faster.
    Would i be right in thinking that these open documents would be causing my problem of the aggregated memory? Im at my wits end here so any piece of help is greatly appreciated!

    Hi Ted,
    Thank you for getting back to me, i was on vacation there for a while so that is why i didnt get back to you.
    When I call reportClientDocument.isOpen() just before i dispose of the report it is true and after i dispose of it it correclty returns false.
    I am really stressing out over this as we are reduced to running 500 reports through the server (one after another) and then stopping the process and restarting the RAS server and then running another 500 reports.
    crystalras.exe gets up to about 2g of ram consumed for only 500 reports.
    I even changed some of the timeout settings on the settings page of the management console to see would they timeout and release the memory but alas it didnt release as much as a byte. I left it for 3 days and it didnt deallocate one piece of memory.
    Im currently investigating is there some way from my code that I can restart the RAS server, either through the SDK or through a windows process or scheduled task.
    Ted, as far as i can see there are no service packs for Crystal Reports Server 2008, is that right? when i go to the downloads page there only ones listed for release X1.
    Thank you for your help.
    J.

  • Integrating Analytics service

    Hi
    I was trying to integrate Analytics service in my webcenter portal application. I folllowed the below steps
    1. Created a webcenter portal application with Database connection associated with activities using DBA credentials.
    2. Configured the JVM properties for OpenUsage under Java options under Manage Run Configurations.
    3. Then started the WC_Utilities server on a different machine.
    4. Included the Analytics task flow for page and document metrics in a jspx.
    Now when i run the page(on my integrated server) i get "Analytics Service is not available: database schema is incomplete, please check Collector component has run successfully."
    And get the below stack trace in the console.
    Caused by: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:924)
         at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1261)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1419)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3752)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3806)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1667)
         at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:135)
         at com.plumtree.analytics.core.dao.jdbc.JdbcEventTypeDimensionDAO.findByName(JdbcEventTypeDimensionDAO.java:88)
         ... 138 more
    Am i doing something wrong here? Or is it that the Activities schema is not installed properly and i need to do it again?
    If so it would be helpful if i have some reference to the RCU installation procedure.
    Thanks

    Hi Yannick,
    This time i deployed my portal application on a managed server and then registered the analytics service with my portal and also accessed the http://<server-ip>:8891/activity-engine/ and clicked on start to run the gatherer.
    Now i am able to see the analytics taskflow on the page rendering some analytics template with some graph,etc.
    But the problem is, it says "No data to display" in the graph. So i tried clicking on the other pages from the Top navigation and also created some new pages at runtime to check if the data gets populated. But it still gives the same statement.
    Am i still missing on something here?
    And i had another question, previously when i tried to deploy the same application on the integrated server the taskflow was throwing up the error, but now after deploying on managed server i am able to see something come up on the page, i would like to know why? Is it that this is not supported well or doesn't work with the integrated server?
    Also, i would like to specify setup that i have.
    1. The admin server and the managed server on which i am deploying my application are running on one machine.
    2. And the WC_Utilities is running on another machine which i am making use in my application.
    3. I have created the application on Jdeveloper on my local system. And the DB that i am referrring to is also from my local machine. Now i deploy the application on to another server from the JDeveloper on my machine.
    Please let me know if this is fine, or if i have to do something different to make this work.
    Thanks
    Edited by: 859995 on Jul 28, 2011 9:47 PM

  • Oracle VM documents (perf tuning, monitoring, metrics, capacity planning)

    Hi,
    Does anyone has any document on Oracle VM performance tuning, capacity planing and monitoring.
    I have Oracle VM environment with two virtual domains, each has one Oracle database running. I have been asked to monitor performance, identify performance metrics at OS/VM level (for memory, cpu, IO). If required, estimate additional hardware (Capacity Planning).
    Thanks,
    Neeraj

    Without sar utility (sysstat RPM, i'm pretty sure it is not included in OracleVM) you are pretty out of luck. As OracleVM is based on OEL5 you could try to install sysstat RPM from OEL5.

  • Calling up a Performance Manger SPC Chart from a WebI document

    Post Author: satwar
    CA Forum: Performance Management and Dashboards
    Please forgive my terminology, as I'm only a superuser of B.O. not a computer trained person.I have put a few years into configuring WebI document reports in InfoView of B.O. XI 2.  Our company is getting into SPC in a big way, hence my attention has turned to Performance Manager.  I was disappointed to learn that I have to create a whole new Universe of objects in Performance Manager in order to conduct SPC analysis on the variables I have been reporting in tables & graphs in WebI documents in InfoView.I can learn to accept that aspect of B.O. but I am a little concerned about my users having to navigate through Performance Manager to view SPC analytics.  My users have put up considerable resistance just navigating to WebI documents in InfoView.Hope seemed to be around the corner when I read about calling up Performance Manager analytics from WebI documents.  Having read the details it seems like these WebI documents are created in the Performance Manager Universe, not in the Infoview WebI documents that I have already developed in InfoView.If anyone can explain and clarify how this feature works, I'd be eternally grateful. 

    Post Author: jezbraker
    CA Forum: Performance Management and Dashboards
    You can Link any documents that are stored as objects in the cmc, regardless of the universe or way in which they were created.openAnalytic.jsp will allow you to open pretty much anything much as does openDocument  int the webi world.Once you create the SPC chart in process analysis youll need to view it in the control chart screen then click save as and save it into one of you folders in the corp repository. When this is done you can quickly get an example of the URI syntax by going to create new document in dashboard manger, selecting interactive metric trends, expanding navigation and legend opions, clicking browse, selecting your newly saved analytic and clicking ok.  This will but a url into the text box which you can copy and paste into your webi doc links - here's an example of the kind of thing... openAnalytic.jsp?DocumentName=MySPCanalytictest&RepositoryType=C&RepositoryName=SPCTest&DocumentExt=afd&DocumentId=AadTAN28x6lMpTxxlAhW09s&mode=full You may need to stick the odd ../../ or /jsp/ etc in front of the url depecing where you plan to call it from of course. You'll find descriptions of parameters etc for openAnalytic in the product docs. cheers,jez.  

  • Metrics - How they are defined / calculated ?

    My customer is analyzing a couple of standard reports. They are asking for the definition or calculation for some metrics like:
    a) In the Active Campaign status report
    ROI - Return over investment
    Cost per closed sale
    Cost per leadb) In the Team Sales Effectiveness Analysis report
    Average business volume
    Success RatePls. is there a way / document that has this information ?
    I know that these are in the 'model' or 'OBI repository used' but I dont think we have access to this model.
    Txs.
    Antonio

    ISA and GS values are inserted from party configuration.
    If you had schema deployed, EDI sendpipeline will resolve the parties depending upon message type of outgoing message which is Targetnamespace#Rootnode.
    In your first case you might have added send port inside agreement.
    For Dynamic Send port, please read below:
    A dynamic send port enables you to send an interchange to any one of multiple destinations, because it resolves the agreement and determines the destination address based upon the value in the
    DestinationPartyName context property.
    Note
    If you are sending an EDI interchange that is based upon an XML message received, and you are using a passthrough receive pipeline to receive that application, you will have to promote the DestinationPartyName context property. For more information, see Agreement
    Resolution and Schema Determination for Outgoing EDI Messages.

  • Is it possible to save my pages documents as editable PDF's?

    I start a new semester (college) in two weeks. I was wondering this partly because one of my professors (from last semester) had a lot of trouble sending pages documents to people who have PC's.
    How do I save a pages document as a PDF and not as a ".doc"?
    Thanks!

    one of my professors (from last semester) had a lot of trouble sending pages documents to people who have PC's. How do I save a pages document as a PDF and not as a ".doc"?
    Microsoft Word was introduced for Macintosh in 1984. The file format of Microsoft Word is application-dependent, that is, both the author and the audience must acquire the selfsame application in order to see shared files. This is true also of Aldus PageMaker (introduced 1985), QuarkXPress (introduced 1987) and any of a very, very long list of file formats specific to one and only one application.
    It became clear to all concerned in 1989-1990 that problems would be produced by interchange of digital documents, if there were no conversion from application-dependent archival file formats into application-independent archival file formats. It also became clear to all concerned that there would be two kinds of application-independent archival file formats.
    When laser imaging was introduced, developers of laser imaging systems for photographic preparation of the printing surface introduced preparatory-phase page markup languages which are content-oriented and production-phase page description languages which are appearance-oriented. Initially, both were tied to the make and model of laser imaging system.
    Page markup languages for a make and model of laser imaging system (essentially the command syntax for the laser imagesetter) meant that if you coded/tagged for one make and model of laser imagesetter, you could not repurpose what you had coded/tagged for another make and model of laser imagesetter. Clearly, this was uneconomical.
    This realisation led to SGML Standard Generalised Markup Language under the governance of the International Standards Organisation. SGML is not perfect, among other things it can let you have what are essentially private characters and if porous memory serves it can let you have several coded character sets simultaneously which is undesirable in a content-oriented format.
    The same sort of problem was posed by page description languages the first of which was the command syntax for the raster image processor that ran the Monotype Lasercomp introduced in 1976. Page description languages introduce an x-y coordinate design space that is mapped onto an x-y coordinate user space which is the address space of the raster image processor.
    Page descriptions that depended on the command syntax for a make and model of laser imagesetter posed problems for portability and page description languages under corporate governance clustered around the companies in the United States that targetted the market for graphic information processing commonly called desktop publishing.
    Hewlett-Packard Printer Command Language was introduced into this market in May 1984 when the Hewlett-Packard LaserJet made it to market, driving a wedge between the IBM Personal Computer and the IBM line of non-impact printers. Xerox Interpress made it from the laboratory into the market with the initial documentation of the model in 1985.
    Adobe PostScript and Xerox Interpress are along almost all dimensions the same model, developed by some of the same people. Adobe PostScript made it to market through a contract entered into in late 1984 between CEO Steven Jobs of Apple Computer, CEO Dr Wolfgang K u m m e r of Linotype, and CEO Dr John Warnock of Adobe Systems.
    Adobe PostScript and Xerox Interpress both support multiple coded character sets simultaneously, although Xerox Interpress favours XCCS Xerox Coded Character Set which is the conceptual precursor of Unicode. Xerox Interpress in addition has a default metric coordinate system and strict page-independent structure that Adobe PostScript does not have.
    At the Seybold Conference on Computer Publishing in September 1989, Dr John Warnock stated that the aim was to be able to send a page description around the world. In order to do this, first, the page-dependent structuring of Adobe PostScript had to be converted into a page-indendent structuring principle suited for drawing pages in any order on the digital graphic display.
    But neither Adobe PostScript nor Xerox Interpress, being appearance-oriented page descriptions, had a strong concept of a standard coded character set that structured the imaging process. Adobe PostScript is in fact a strategy to overcome drawing on a digital device with small coded character sets containing incompatible constituencies of character codes.
    The Adobe PostScript rasteriser deals with glyph names and not with character codes and some sort of solution had to be sought so that source character information could be synthesised in converting page-dependent PostScript into the page-independent page description model of what in June 1993 was introduced as Portable Document Format version 1.0.
    This solution is to try to use font-independent glyph identifiers as glyph names so that the conversion from Adobe PostScript to Adobe Portable Document Format carries forward a clue about the source character information. There is no concept in PDF of page text, as if the source character information were contained in the page description.
    This is the core of the commercial conflict between Adobe Systems which is trying to preserve its market share for the Adobe Portable Document Format, and to introduce Adobe PDFXML as a more serviceable and more sustainable solution for computerised full phrase cataloguing, and on the other hand Microsoft XPS XML Paper Specification which does indeed have a concept of page text for computerised full phrase cataloguing.
    /hh

  • Move image in Pages document to iPhoto

    I received some photos that were imbedded in a Word document as images. I want to transfer the photos to iPhoto to use in a slideshow. How can I transfer them from Word or Pages to iPhoto?
    The person that sent them to me is a newbie and deleted the original jpg's, so the ones in the Word document are the only copies we have. I'm sure there has to be a way! Thanks for your help!

    OldGal wrote:
    If the resolution of a photo is not high to begin, then it would not have been high resolution no matter what... even if it could have been "pulled off" the pages document as originally hoped. The question did not state whether the photos were of high quality or not. I do not think that was the original question. I believe the question was asking how to capture the photos that were still available.
    You get the exact image with the highest available resolution and quality if you drag the file's icon from the Metrics pallette.
    It is easy enough to change a png into a JPEG while using iPhoto just by highlighting the photo and clicking on e-mail. THEN, the photo can be dragged off the e-mail as a JPEG into a folder, or wherever. Multiple photos can be changed from png to JPEG through use of e-mail.
    You can directly change any image into any other format using Preview by simply resaving it.
    Converting an image to JPEG degrades it. JPEG is a lossy format, it works by throwing away some of the information in the image and clustering the pixels in a way that forms artifacts.
    I do think that using a screenshot offers a viable solution to the question, when no other option is available to salvage an original picture from a pages document.
    Except dragging the original file (which is stored inside the document bundle) is the way to get at the image. The point is that your method is like using your home video camera to record a movie from a TV screen instead of directly from the DVD.
    Peter

  • How can I move photos within my documents??

    When I insert my photos into my documents, I cannot reposition them as I want. They are all left justified, if you will and when I drag them, they simply snap back to their original position. In the Inspector Metrics pane, the x y coordinates are not active even if the photo is selected, which I do not believe should be the case.
    According to Pages Help, I should be able to reposition an image after I insert it but I am not able to do this.
    Any help will be greatly appreciated.
    Phillip Anthony

    It sounds like your photos are inline. Select one & then choose floating from either the wrap inspector or the format bar.

  • Oracle Fusion Middleware 11G  B2B Document Type not getting Identified

    Hello,
    I have installed Oracle Fusion Middleware 11g on my local machine and created a custom document type with proper .xsd definition and XPath Expression Identifier in Oracle B2B interface and configured its trading partners ( Host & Remote ) along with an agreement between the partners.
    I have also configured the host listening channel of Generic-File type which picks xml files from my c:\orclsrvs_in folder.
    My problem is that the moment I drop any sample file in the expected directory, it gets picked up from B2B , but there isn't any record of the same under Reports and Metrics links.
    The Business message, Application message and Conversation message tabs are also not showing any information about the record picked, but in wire message tab, the record is shown in PROCESSING state.
    I am not able to conclude whats wrong behind this.. where can i track the logs for the same ??
    kindly help to resolve this issue.
    Thanks & Regards
    Hiteshkumar Chaudhary

    Hi Hitesh,
    i came to know that B2B extracts the TP name from the filename itselfYes, in case of Generic File, Generic SFTP and Generic FTP, file name provides the necessary values to Oracle B2B to identify the Trading Partner. You can define your own file name format in the Delivery Channel under Transport Protocol Parameters in field "Filename format" (It's an optional field but it is always good to define your own format, otherwise B2B will take it's default format - TradingPartner_DocumentType_Revision_msgType_msgId_replytoMsgID_extension.xml ). Following Filename formats can be used -
    %FROM_PARTY%
    %TO_PARTY%
    %DOCTYPE_NAME%
    %DOCTYPE_REVISION%
    %MSG_ID%
    %TIMESTAMP%
    These file name formats can be used in any combination; for example,
    %TO_PARTY%_%DOCTYPE_NAME%_%DOCTYPE_REVISION%.dat
    Note - Any file extension is allowed.
    what are the system parameters to be set in weblogic console and how?? This activity is part of the pre and post installation steps. If you have done those without getting any errors then nothing else is required.
    how shall I reinstall XEngine properly ??XEngine is part of B2B installation. If B2B gets installed without flashing any errors then we assume that other components of this part has installed properly.
    Regards,
    Anuj
    Edited by: Anuj Dwivedi, Infosys on Aug 28, 2009 5:51 PM

  • B2B Custom Document Type not getting identified

    Hello,
    I have installed Oracle Fusion Middleware 11g on my local machine and created a custom document type with proper .xsd definition and XPath Expression Identifier in Oracle B2B interface and configured its trading partners ( Host & Remote ) along with an agreement between the partners.
    I have also configured the host listening channel of Generic-File type which picks xml files from my c:\orclsrvs_in folder.
    My problem is that the moment I drop any sample file in the expected directory, it gets picked up from B2B , but there isn't any record of the same under Reports and Metrics links.
    The Business message, Application message and Conversation message tabs are also not showing any information about the record picked, but in wire message tab, the record is shown in PROCESSING state.
    I am not able to conclude whats wrong behind this.. where can i track the logs for the same ??
    kindly help to resolve this issue.
    Thanks & Regards
    Hiteshkumar Chaudhary

    Hi Hitesh,
    i came to know that B2B extracts the TP name from the filename itselfYes, in case of Generic File, Generic SFTP and Generic FTP, file name provides the necessary values to Oracle B2B to identify the Trading Partner. You can define your own file name format in the Delivery Channel under Transport Protocol Parameters in field "Filename format" (It's an optional field but it is always good to define your own format, otherwise B2B will take it's default format - TradingPartner_DocumentType_Revision_msgType_msgId_replytoMsgID_extension.xml ). Following Filename formats can be used -
    %FROM_PARTY%
    %TO_PARTY%
    %DOCTYPE_NAME%
    %DOCTYPE_REVISION%
    %MSG_ID%
    %TIMESTAMP%
    These file name formats can be used in any combination; for example,
    %TO_PARTY%_%DOCTYPE_NAME%_%DOCTYPE_REVISION%.dat
    Note - Any file extension is allowed.
    what are the system parameters to be set in weblogic console and how?? This activity is part of the pre and post installation steps. If you have done those without getting any errors then nothing else is required.
    how shall I reinstall XEngine properly ??XEngine is part of B2B installation. If B2B gets installed without flashing any errors then we assume that other components of this part has installed properly.
    Regards,
    Anuj
    Edited by: Anuj Dwivedi, Infosys on Aug 28, 2009 5:51 PM

  • Missing text in list items when coverting an MS Word 2003 Document

    When converting a document from MS Word (2003) to PDF, (using Acrobat 9 Pro.) text is missing from either an ordered or unordered list when the text is within a list item and spans across to a second page.
    This symptom is present when using the following methods of creating a PDF.
    ·         In windows explorer, right click and convert to PDF
    ·         Using the Convert to PDF button in the MS Word 2003 tool bar
    ·         Using the Convert to PDF in the File Menu of MS Word 2003
    The only workaround seems to be:
    ·         Click File
    ·         Click Print
    ·         Select PDF from the list
    ·         Print
    I can't seem to find any updates or fixes either from MS or Adobe that addresses this issue. This issue is present on 5 computers, has anyone had this problem and found a solution o_0

    With WORD 2003, set the printer to the Adobe PDF printer and then go back through the document to check for the layout and such. Then print (or use PDF Maker). The other option is to go into the WORD Options, way down in a list of compatibility settings, and turn off use printer metrics. I think either of these will solve your problem.

  • Acrobat 9 Pro: Importing large Word-Documents

    Hello together!
    I have a big problem with my doctorate thesis. I would like to import a large Word-Document (2.28 MB, about 300 pages) into Acrobat 9 Pro. That doesn't work at all. I can't beleave it. Is Adobe even worse than Microsoft?????!!!!!!!!
    It starts to import, but at the point of 7% everything is finish. I tried everything, but I can't import that document. Does anyone have a good idea? That would be really great...
    Thank you very much!!
    Chris

    If it is changing the indices, then you likely have printing metrics turned on (they are off by default in WORD 2007 and on in previous versions). If you want to change the printing metrics, you will have to search through a whole list of choices in the options for WORD. I the meantime, select the Adobe PDF printer and then use ctrl-A, F9 to update your pages and layout (I assume you are using styles and such). The print out should then be correct. The disadvantage is that you would have no bookmarks unless you add them manually in Acrobat.
    When you have problems with PDF Maker, open the preferences and start turning off every things (you might want to write down the settings first so that you new what you started with). Then add things in until the PDF creation is broken. Then you know what the major cluprit likely is in the failure to create a PDF.

  • How do you change one page only on a document to landscape?

    i want to change one page of a document to landscape, but I can only change the entire thing! please help

    Bro,
    You don't turn the page, you turn the content. Whatever you were going to put there is probably different in format from the adjoining content, so can be rotated using the Metrics Inspector whether it's a Table or Text Box, etc.
    Jerry

  • Moving an images in a pages document to iphoto...how?

    How do you get an image in pages into iphoto? The image name is Signature Blue Color.gif? I am not sure where the original is, but I have it in a pages document.
    How do you use an image in pages as an Inspector, fill, image fill without moving it to iphoto first? I don't think you can.
    thanks
    bob

    Bob
    It would help if you gave us a few breadcrumbs of information.
    Such as which template you are referring to.
    Select the graphic:
    +Inspector > Metrics > File Info > drag the file's icon to your desktop+
    Peter

Maybe you are looking for

  • How to create Business cards in Iphoto

    Hi There: Would anybody know if it is possible to create business cards in Iphoto. If not any ideas. Thank you.

  • Use Aperture to make web sites

    This is a feature I forgot about. Has anyone made sites using aperture? Would you share them with us? I'd like to see some made by people other than Apple's examples. Also, can one make multiple page sites in it that link to a common home page or doe

  • ITunes doesn't show my playlists on my iPhone4.  How do I get the playlists to appear?

    When I'm syncing my iphone4 with my MacBook, my playlists from itunes do not show up.  They use to, but when my husband installed icloud, that's when my playlists disappeared, but the other iphones work fine.  How do I fix this?

  • Sudden increase in native heap memory

    Hi all, we are using JRockit 26.4 and currently configured with 1800MB heap on windows 2003 with /3GB switch. We noticed that after the weblogic server is started the total memory (java heap + native memory) lingers around 2550 MB... (We monitored th

  • Lightroom 6 photo jumping bug

    So I'm trying LR6 and I have this really strange and quite annoying bug. Whenever I make some action in Development module. A previous photo momentarily shows up, then screen jumps back to proper. See the video... any clues as to what this may be???