IBM Content Manager metadata problem

Hi Experts,
I have a problem...
I have a requirement to store TIF images on the IBM Content Manager. This is done via ArchiveLink and IBM Common Store. Not sure how though. I'm using 2 function modules to achieve this: ALINK_DOCUMENTS_CREATE_DIALOG and ARCHIV_CONNECTION_INSERT.
This works fine and the images are store on Content Manager.
However, the CM people are saying that the metadata is not stored for the images and the Archive doc ID is not sufficient.
I need to know where and how this metadata is populated and how it is passed from SAP to IBM CM.
Thanks for any input.

Nick,
I am getting the exact same error. I have tried installing Adobe Livecycle 8 on two separate machines and they both give the same problem. In viewing at the logs, it seems that the IBM CM jar files are not being recognized by the Adobe installation. For me, I get the following logs as well in addition to what you see.
Caused by: java.lang.NoClassDefFoundError: com.ibm.mm.sdk.common.DKDDO
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java:59)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)
at com.adobe.livecycle.connectorforibmcm.dsc.crc.CRCServiceDelegate.testIBMCMConnection(CRCS erviceDelegate.java:58)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
... 70 more
[4/20/09 19:34:56:339 CDT] 00
The DKDDO class is in the jar files that are inside II4C installation folder. I think that the file "adobe-component-ext.properties" that they ask us to create to reference the IBM CM jars is not being picked up by the Adobe Connectors for IBM CM. Do you see the " java.lang.NoClassDefFoundError" in your logs? Any resolutions you had regarding this.
I even tried to copy the ibm jars to various paths and copied the props files ad various different locations. I am under the impression that the documentation may not have been updated for this change.

Similar Messages

  • LiveCycle ES Connector for IBM Content Manager connection problem

    I've recently installed Adobe LiveCycle ES 8.2.1 and we're trying to get the Connector for IBM CM working. First off here's what software levels we're using:
    LiveCycle ES 8.2.1
    WebSphere Network Deployment 6.1.0.21
    IBM HTTP Server 6.1.0.21
    IBM DB2 UDB 9.1(FP 6a)
    IBM Content Manager 8.4
    IBM Information Integrator for Content 8.4
    Java JRE 1.5(SR 8a)
    Our application(s) connect to our databases remotely. The DBs reside on our z/OS(which is at level 8.1)
    When I try and enter in the database/datastore info in the Connector fields under services I get this error in LiveCycle
    Failed to save settings.
    Error: Not able to validate the connection with the IBM CM. Either credentials or database is wrong.For more information see the exception stack trace.
    and I see the following in the SystemOut.log
    [3/30/09 9:51:44:516 EDT] 00000039 IBMConnection E com.adobe.livecycle.connectorforibmcm.config.ejb.IBMConnectionInfoSessionBean testCEConnection ALC-DSC-003-
    000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:152)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    As well as the following:
    [3/30/09 9:51:44:547 EDT] 00000039 ExceptionUtil E CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "setConnectionInf
    o" on bean "BeanId(LiveCycle8#adobe-ibmcmconnector-config-ejb.jar#IBMConnectorConfigEJB, null)". Exception data: java.rmi.RemoteException: Unable to save the
    configuration settings in Database; nested exception is:
    com.adobe.livecycle.connectorforibmcm.config.IBMConnectionInfoException
    at com.adobe.livecycle.connectorforibmcm.config.ejb.IBMConnectionInfoSessionBean.setConnecti onInfo(IBMConnectionInfoSessionBean.java:120)
    at com.adobe.livecycle.connectorforibmcm.config.intfs.EJSRemoteStatelessIBMConnectorConfigEJ B_019262e6.setConnectionInfo(Unknown Source)
    at com.adobe.livecycle.connectorforibmcm.config.intfs._IBMConnectionInfoRemote_Stub.setConne ctionInfo(_IBMConnectionInfoRemote_Stub.java:347)
    at com.adobe.livecycle.connectorforibmcm.admin.FsUiConfigBean.initFS(FsUiConfigBean.java:58)
    The server can connect via DB2/command line to the z/OS without a problem and the datasources within WebSphere test connect to the databases without any problem as well. Any help is much appreciated. I can provide any additional details upon request.
    Thank you in advance
    ~Regards
    Nick

    Nick,
    I am getting the exact same error. I have tried installing Adobe Livecycle 8 on two separate machines and they both give the same problem. In viewing at the logs, it seems that the IBM CM jar files are not being recognized by the Adobe installation. For me, I get the following logs as well in addition to what you see.
    Caused by: java.lang.NoClassDefFoundError: com.ibm.mm.sdk.common.DKDDO
    at java.lang.J9VMInternals.verifyImpl(Native Method)
    at java.lang.J9VMInternals.verify(J9VMInternals.java:59)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)
    at com.adobe.livecycle.connectorforibmcm.dsc.crc.CRCServiceDelegate.testIBMCMConnection(CRCS erviceDelegate.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:615)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    ... 70 more
    [4/20/09 19:34:56:339 CDT] 00
    The DKDDO class is in the jar files that are inside II4C installation folder. I think that the file "adobe-component-ext.properties" that they ask us to create to reference the IBM CM jars is not being picked up by the Adobe Connectors for IBM CM. Do you see the " java.lang.NoClassDefFoundError" in your logs? Any resolutions you had regarding this.
    I even tried to copy the ibm jars to various paths and copied the props files ad various different locations. I am under the impression that the documentation may not have been updated for this change.

  • List view threshold and columns manage metadata problems

    Hi
    We have problem in our company since we have more files in library than is set in List view Threshold.
    I have created index on column "year" and create view filter: Year is equal 2015.
    and I get famous error: this view cannot be displayed because....
    I haven`t find any limitations on column type: manage metadata?

    Hi,
    As I understand, you encountered the issue after you created view filter.
    Every column type has the default number that can be created. You should go to check the number of your column created is less than the number by default.
    Per my test, I can achieve it without exceeding list view threshold.
    Check things below:
    1. You can increase the number of the list view threshold, and after that, you can try again to see the same situation will occur.
    2. Go to create another managed metadata column “year”, and create index on column "year", and create view filter in the same list to see the issue will occur.
    3. Check ULS log to see the details about the cause of the issue.
    Best regards,
    Sara Fan

  • Calling IBM content Manager  images from Oracle APplications

    Gurus,
    The requirement is like this
    the Images are stored in IBM content Mgr.Client want to show the image for a particular employee from the content mgmt.
    If anybody have pointers please share with me
    [email protected]
    Regards,
    -Chandra Sekhar Byna

    Hi!
    So if you use forms 10 you can use the read_image_file build-in like:
    read_image_file ( 'image_url', 'url', 'block.image_item' );Regards

  • Managed metadata columns in document information panel with multiple content types

    Hi everyone,
    The problem I have is that for custom content types not all managed metadata columns are displayed in Document Information Panel (DIP) for the document in the Office client application. 
    However, everything works fine with 1 specific content type. Even though the others using exactly the same site columns. The content types are deployed using visual studio to the content type hub, and after this the content types are correctly published to
    the site collections, there are no publish issues here. 
    When I create a document based on the second content type in the same library, all fields are showed in the document information panel, except the managed metadata columns.
    Detailed explanation:
    Library: procedures
    Content types:
    - simple procedure (with 4 managed metadata fields and some other text fields)
    - procedure with approval (with the same 4 managed metadata fields and some other text fields)
    Scenario 1: I add the 'simple procedure' content type to the procedures library as only content type. Everything works fine, and all fields show correctly in the document information panel in Word.
    Scenario 2: I add the 'procedure with approval' content type to the procedures library as only content type. Everything works fine, and all fields show correctly in the document information panel in Word.
    Scenario 3: I add the 'simple procedure' and 'procedure with approval' content types to the document library procedures (added simple procedure first). When I create a new document based on the 'simple procedure'
    content type, everything works fine and he shows all metadata fields. When I add a new document based on the 'procedure with approval' content type, the document information panel shows correctly, except all managed metadata fields. These are not visible at
    all. Though they worked perfectly in scenario 1 and 2.
    Is this a known issue or is there a workaround for this? 
    Thanks in advance! 
    Kind regards, Davy

    Yes!
    This problem is solved right now.
    My issue was that I'm using custom content types deployed by Visual Studio in the content type hub. To create a managed metadata site column in visual studio, you need to have first of all your managed metadata field, but also a hidden field accompagnied
    to make the actual mapping like the example below:
    <Field ID="{B654D984-187A-471B-8738-F08F3356CFDA}"
    Type="TaxonomyFieldType"
    DisplayName="Countries"
    ShowField="Term1033"
    EnforceUniqueValues="FALSE"
    Group="Demo"
    StaticName="Countries"
    Name="Countries">
    <Customization>
    <ArrayOfProperty>
    <Property>
    <Name>TextField</Name>;
    <Value xmlns:q6="http://www.w3.org/2001/XMLSchema" p4:type="q6:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">{67308AC2-9556-456B-BF9E-43E8F23EBEE6}</Value>
    </Property>
    </ArrayOfProperty>
    </Customization>
    </Field>
    <Field Type="Note"
    DisplayName="Countries_0"
    StaticName="CountriesTaxHTField0"
    Name="CountriesTaxHTField0"
    ID="{67308AC2-9556-456B-BF9E-43E8F23EBEE6}"
    ShowInViewForms="FALSE"
    Required="FALSE"
    Hidden="TRUE"
    CanToggleHidden="TRUE"
    Group="Demo"
    RowOrdinal="0"
    />
    </Elements>
    VERY important here is that when you create your content type using visual studio, you not only have to add the managed metadata site column in your xml (which let the content type work already perfectly) but also add the hidden field to your content type
    xml !! This way, SharePoint knows that when you have multiple content types with the same site columns in the same library, the second content type also need to get the hidden field from this site columns like in the example below!
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <!-- Parent ContentType: Document (0x0101) -->;
    <ContentType ID="0x010100571ebc0f478a49d5a775039347ee1535"
    Name="Document Location"
    Group="Demo"
    Description="A content type containing Managed Metadata Column."
    Inherits="TRUE"
    Version="0">
    <FieldRefs>
    <FieldRef ID="{B654D984-187A-471B-8738-F08F3356CFDA}" Name="Countries"/>
    <FieldRef ID="{67308AC2-9556-456B-BF9E-43E8F23EBEE6}" Name="CountriesTaxHTField0"/>
    <FieldRef ID="{f3b0adf9-c1a2-4b02-920d-943fba4b3611}" Name="TaxCatchAll"/>
    <FieldRef ID="{8f6b6dd8-9357-4019-8172-966fcd502ed2}" Name="TaxCatchAllLabel"/>
    </FieldRefs>
    </ContentType>
    </Elements>
    I'm very happy I found this solution, because in the whole project i'm implementing, this was used a lot!
    Special thanks to the blog of @cann0nf0dder (http://cann0nf0dder.wordpress.com/2013/04/01/creating-a-site-column-with-managed-metadata) which let me think about this! 
    This ticket is answered now! :-)
    Kind regards,
    Davy

  • In a document library : group by view and manage metadata filter & Navigation problem

    Hi all, I encounter a problem when configuring a document library using a group by view and in combination with the Managed Metadata filtering and
    navigation :
    - all the documents appear under my group by, even the ones that does not correspond
    - In the other hand, the number in brackets shows the correct number of documents that should be shown
    See screenshot below. 
    Did you already encounter that issue ? Is there a workaround ?

    Hi,
    According to your post, my understanding is that you wanted to use a group by view and combine with the Managed Metadata filtering and navigation in a document library
    to show the corresponding documents with the correct numbers in SharePoint 2013.
    In my SharePoint 2013, I created a view which was group by two columns and combine with the Metadata Navigation Hierarchies and Key Filters some fields in a document
    library. As a result, it showed only items matching the filter values.
    So, I recommend that you can follow the steps to implement it in your environment.
    Step1: Enable Metadata Navigation and Filtering:
    Metadata Navigation and Filtering is a Site Feature that has to be activated for this to work.
    And, the Metadata Navigation and Filtering feature is enabled by default on most sites.
    If it is not enabled for your site, you can enable it on the Site Features pages for your site.
    You must be a Site Owner or a Site Collection Administrator to enable Metadata Navigation and Filtering.
    1. Go to “Site Settings” and click “Manage site features” under Site Actions.
    2. Find “Metadata Navigation and Filtering” in the Features list and click “Activate”.
    Step2:
    Configure Metadata Navigation:
    You must have a least the Manage Lists permission level to configure metadata navigation for a list or library.
    1. Open the document library for which you want to configure metadata navigation.
    2. Go to “Library Settings” of the document library and click “Metadata navigation settings” under “General Settings”.
    3. In the Configure Navigation Hierarchies section, select the field or fields you want to display in the navigation hierarchy and then click “Add”.
    4. By default, Folders are automatically displayed in the navigation hierarchy. If you do not want folders to display, select Folders, and then click Remove.
    5. In the Configure Key Filters section, select the fields you want to add as Key Filters, and then click “Add”.
    6. In the Configure automatic column indexing for this list, specify whether you want to automatically create indices on this list to increase the performance of the
    queries that users will perform when they use the Navigation Hierarchy and Key Filter columns you've specified. It is recommended that you select the option “Automatically manage column indices on this list”.
    7. Click “OK”.
    Step3: Set a group by two columns by modifying view in the document library:
    1. Go to the “LIBRARY” ribbon of the document library and click the “Modify view”.
    2. Click the “Group By” and select up to two columns to determine what type of group and subgroup the items in the view will be displayed in.
    3. Click “OK”.
    Step4:
    Go back to the document library, apply Navigation Hierarchies and Key Filters to do a test in your environment.
    The result will like as below:
    There is an article about how to apply Metadata Navigation Filtering in SharePoint 2013 for your reference.
    http://blogs.interfacett.com/how-to-apply-metadata-navigation-filtering-in-sharepoint-2013
    Best Regards,
    Linda Li
    TechNet Community Support

  • Problem with images in content management portlet

    Hi all,
    I'm trying to use the content management portlet provided with Bea WLP 8.1 SP4, but I've a problem with the images (they're not displayed at all, only a lot of red "X"s). Some how it seems to be a problem with the Taglib render. It tries to get the resourceRootPath to post it in front of the src path in the image tag and it always includes the parameter that are in the URL.
    I followed the instructions in the help of workshop, so I think I've imported every needed files. Moreover, the images are in the right folder tree. The wired thing is, that the My Content Portlet works fine.
    Any help for a newbie???
    Cheers,
    Cord

    Hi Cord,
    I was having that same problem, and I couldn't find anything on this website either. I tried creating a new portal project and following the directions exactly again, but it didn't work there either. It works in the sample portal.
    So I contacted BEA Support, and they were able to provide me with a solution:
    The file url-template-config.xml (in the WEB-INF directory) has to be modified and have the {url:currentPage} parameter removed in order to get the images working for the content management portlet. For now, do this only in the section <!-- URL templates -->. Leave the other places like in WSRP etc as it is.
    I actually took it out of the WSRP places too, by accident, but I don't use WSRP anyway, and everything else seems to be working fine. And the images show up!
    Hope this works for you too,
    Beth

  • Managed Metadata Service and Content Type Hubs - Service Connection necessary?

    I created a site collection and activated the content type hub feature at the site collection level. We have an existing managed metadata service but I am unable to edit its settings, so I created a new MMS in a new database, however; there is no "service
    connection" row below the MMS row for the new MMS Application, but there is one for the old MMS Application. Will this still work with my content type hub? If not, how can I get the service connection setting/row? I have to do this via PowerShell since
    the menus in the ribbon are not usable due to our JavaScript settings...

    Are you using Custom claim provider??
    If you are then try this:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/120ab535-63d2-4205-a51f-1987e9c0cf79/sharepoint-fba-the-content-type-texthtml-charsetutf8-of-the-response-message-does-not-match-the
    http://www.chapmanconsulting.ca/post/2010/04/23/The-Case-of-the-Failing-SharePoint-2010-FBA-Configuration.aspx
    #RoHsTr

  • Problem with CRM Content Management

    Hi all,
    I'm trying to specify a default folder template to use in business transactions, in order to show a default path in "Attachments" tab.
    I have configurated my template folder using the following IMG path:
    CRM-Basic Functions-Content Management-Define Templates for Folders.
    Now I suppose that I have to assign this template to a business object (for example, BUS2000111) in similar way as when I assign a folder path to a business partner role (CRM-Master Data-Business Partner-Basic Settings-Assign Templates for Content Management Folder to BP Roles).
    The problem is that I can't find the exact customizing point to do this.
    It's neccesary for the described configuration use the Document Modeler Workbench (DMWB)?
    It's possible to configure a default folder for business transactions or it's only a business partners or products feature?
    Could anybody help me please?
    Regards

    Hi All
       Content management fucntions are also available in PCUI on the attachmenst tab page.Integration with the archive link functionality.In customizing,you can define which documentation for the approriate business object is linked to the archive link fucntion.In Customizing select web application server >basis services >arachive link additionaly also you can create archive links documents from contentv management.Usage of filter profiles allows you to specify which documents are to be transferred.
    For technical information on content management go to help.sap.com>sap netweaver>web appl.server>basis services/communication interfaces(BC-SRV)>Knowledge provider(BC-SRV-KPR)>Content Management service(BC-SRV-KPR)
    IN GUI
    Creation of personal and general visible notes at document level. IMG>CRM>Basic functions>ContentManagement>Define document templates
    I hope this helps

  • Content Management problem

    Hello all,
    I am working with KM 5.0 SP 5 on two different portal environments, dev and qa. Everything seems to be working fine in qa (we installed there first), but I cannot get content management working in dev. Unfortunately, when we installed in qa, we had lots of problems getting it to work and did not get a good procedure documented for configuring content management.
    The problem that I'm having is when I go to 'Collaboration Admin', I receive an error in 'Initial Role Assignment' that reads:
    Java iView Runtime
    Version : 5.0.200212121529
    (c) 2001 SAP Portals
    The following exception occurred while processing your request:
    com.sapportals.portal.prt.runtime.PortalRuntimeException:  Exception ID 07:51_04/02/05_0014
    I get the same thing when I click on the 'Collaboration Room Administration', 'Initial Role Assignment', and 'Template Builder' iViews in the 'SAP Collaboration Room - Infrastructure: Collaboration Admin' channel.
    I have installed the following business packages in dev:
    BP Collaboration Room - General Template_50_1_1
    BP Collaboration Room - Infrastructure_50_1_1
    SP_FCS_SAP Collaboration Room - Infrastructure_50_1_5
    BP Collaboration Room - Project Template_50_1_1
    Business Package for Portal Users_50_5_1
    BUSINESS PACKAGE FOR COMMUNICATION_50_4_6
    Something interesting that I've noticed is the 'Collaboration Room Administration' iView. There appears to be some differences in the names of the Java attributes for this iView in dev and in qa. In qa, where the iView works, there are attributes called:
    Technical Name of WhoIsWhoMini Java iView
    Technical Names of Room Template Worksets (Separated By Semi-Colons)
    But in dev, the same attributes are called:
    Name of WhoIsWhoMini Java iView
    Names of Room Template Worksets
    Both iViews are based on the com.sapportals.pct.troom.ad.trwizard iView. I'm guessing that indicates some sort of inconsistancy between the instances, but I don't know where to look. I don't know if this is related to the Java error that I'm getting when I try to preview the iView, but I thought I would mention it.
    Can anyone give me some insight on what to do here?
    Thanks!
    -Stephen Spalding
    Graybar
    Web Developer

    Hi All
       Content management fucntions are also available in PCUI on the attachmenst tab page.Integration with the archive link functionality.In customizing,you can define which documentation for the approriate business object is linked to the archive link fucntion.In Customizing select web application server >basis services >arachive link additionaly also you can create archive links documents from contentv management.Usage of filter profiles allows you to specify which documents are to be transferred.
    For technical information on content management go to help.sap.com>sap netweaver>web appl.server>basis services/communication interfaces(BC-SRV)>Knowledge provider(BC-SRV-KPR)>Content Management service(BC-SRV-KPR)
    IN GUI
    Creation of personal and general visible notes at document level. IMG>CRM>Basic functions>ContentManagement>Define document templates
    I hope this helps

  • Managed Metadata (Failed to read from or write to database. Refresh and try again. If the problem persists, please contact the administrator)

    When creating a new site column of the managed meta data type in SharePoint2010, and you select "customize your term set", you are presented with one of the following errors:
    - This operation cannot be completed. The term store may be unavailable.
    - Failed to read from or write to database. Refresh and try again. If the problem persists, please contact the administrator

    Hi,
    I have been facing the same issue, however managed to resolve it.
    This is due to the uncommitted statements. From Powershell try running the following script
    #Connect to Central Admin, Replace the url with the environment specific URL
    $taxonomySite = get-SPSite http://centraladmin:40000
    #Connect to Term Store in the Managed Metadata Service Application, Ensure you put the right Metadate service application name
    $taxonomySession = Get-SPTaxonomySession -site $taxonomySite
    $termStore = $taxonomySession.TermStores["Managed Metadata Service"]
    write-host "Connection made with term store -"$termStore.Name
    #Connect to the Group and Term Set
    $termStore.RollbackAll()
    Hope it would help

  • Using Content Query webpart for specific Document library with multiple managed metadata - Document with multiple metadata tags not showing up

    Hi,
    I am having an issue where when I insert a Content Query webpart into a page, and filter to managed metadata, all the right documents show up except one document that happens to have two metadata tags attached to it.  The content query webpart is set
    to only look through a specific document library.  I'm not sure what I am doing wrong.
    Here is the one document with two metadata tags:
    Below is the Content Query:

    Hi,
    As I understand, you did not get the results with multiple metadata tags through Content Query web part in SharePoint 2013.
    Check things below:
    1. Check if you have set the item limit more than the display items in Presentation section of the web part. If the item number more than item limit, the rest items will not show.
    2. Check if the item you cannot find uses the content type you have set in the content type section of content query web part.
    When you edit the properties of the item, you will see the content type the item is using.
    Best regards
    Sara Fan
    TechNet Community Support

  • ITunes will not import some .mp4 content, metadata problem?

    I have been importing movies and TV shows for years into iTunes so that my disabled son can watch them on his AppleTV but lately I have been having a problem getting some to go into iTunes.  This batch is part of season 9 and 10 of Smallville.  I imported about half of the two seasons no problem but the other half will not import.  I have ripped all my movies and TV episodes off of disks that I own using Handbreak and WinX DVD Ripper for Mac and it has worked just fine for over 1050 movies and 6200 TV episodes and I was able to import all of season 9 and 10 of Smallville into my laptop's iTunes no problem but on my son's iMac no luck.  Both computers are running Mac OS 10.6.8 and iTunes 10.6.1(7) and all content is on two 3TB external hard drives.  That is two external drives for the laptop and two for the iMac.  After burning, content on one external drive is copied to the other computer's external drive and imported to iTunes on that computer. This way I have a backup copy of all my iTunes video content and two completely independent iTunes and AppleTV's.  But on my son's computer 16 episodes will not go in.  I "command O" like normal but no import bar is noted and no content can be found.  I believe that this problem is due to metadata content.  I am also have a little trouble getting some TV content to switch from Music or Movie Media Kind to TV Media Kind and I know that this is a metadata problem.  Also some of the episodes have been in iTunes before either from the Apple Store or ripped and then deleted for one reason or the other.  I therefore believe that there is a file in iTunes that is telling the program that the episodes I now want to import are already in iTunes and therefore should not go in twice.  I have tried changing the episode names and importing, no luck and I even edited an episode using MPEG Streamclip, removing some content, and then resaving it under another name, no luck either.  Any ideas would be helpful.  I know the Media Kind problem has been address before but now I cannot find it so a link to that discussion would also be helpful.  Thank you for any help.

    I have the same issue here. My daughter has an iPod Touch4 and I have been importing mp4's with no problems up until the last iTunes update. Now I get nothing. No message, not activity, nothing. Either this is a new bug in iTunes or they have now eliminated the import ability.
    I am sick and tired of apple and their hand-holding, big-brother coddling. My daughters iPod is the last Apple product we have and now I think it's time to totally part ways with Apple and go all in with Android. We have already converted all our phones from Apple to Android. The Samsung Galaxy Player looks like a great replacement to the iPod.

  • EP60 SR1 + KM problems - Content management not working

    I have the above system installed and content management isn't working. It is installed on Windows 2003. The portal was installed and seems to me to be OK (SAP have another view - more later). Into this we installed KM. This doesn't work. When I carried out the post install checks "checking the KM Content iView" (page 48 of the install guide) I got the following error:
    <b>com.sapportals.wcm.repository.InvalidUriException: Invalid RID: No repository manager found: /documents
    at
    com.sapportals.wcm.repository.ResourceException.fillInStackTrace(ResourceException.java:400)
    at java.lang.Throwable.(Throwable.java:195)
    at java.lang.Exception.(Exception.java:41)</b>
    There are several more pages of "at com.sap....." messages but I suspect the clue is the "No repository manager" message. I logged an OSS message who reported that there were .ERR files in the deployment directories and that in the KM repositories there should be 19 repositories but "I could find very few". I was later told he could find only 3 repositories, but I still wasn't told which ones. I reprocessed the .ERR files succesfully. This had no effect. I then reprocessed all the par and ept files that you are asked to check in the post install processing (Page 49-50 of the install guide):
    com.sap.ib.bi.*
    com.sap.km.*
    com.sap.netweaver.*
    com.sap.workflow.*
    After this when I try to access "Content Admin -> KM Content" or "System Admin -> monitoring -> KM -> Component monitor" I get the following message
    <b>Item not found
    The item you are trying to access is not available.
    Check that the name or link is correct. You might also check whether
    the associated repository is currently accessible.</b>
    I don't have the portal in front of me at the moment, but I think that in the system admin message the "/" was replaced by "/runtime".
    I mentioned earlier that SAP stated in their OSS message that the portal was installed incorrectly so we should reinstall. I am not convinced that this is the case. I feel this is fixable.
    My next move will be to reprocess every .par and ept file I can find. Any help will be gratefully received.

    Tuval,
    When I returned the decision had been made to reinstall the portal, so I didn't get chance to check out your answer. I have now reinstalled everything and this problem no longer exists.
    Thanks for your time.
    Paul.

  • Content node name problem during creation on portal 9.2 cm filesystem repo

    Hi all,
    We are developing a portal site using weblogic portal server 9.2.
    We are using the portal built-in content management system of the portal admin app. And We use the filesystem repository (with library service disabled) to store our content data by following the setup on documentatation.
    We use the create_db.cmd script to create the cms tables in a oracle database. The input contents' binary files and metadata are successfully stored in the filesystem directory and database correspondingly.
    However, we encountered some bugs/unexpected behaviour on creating/uploading binary data when using the content creation form.
    The problem is that when we try to create a content with one (required and primary) binary property, the node name of the new content does not always follow the name input by the user. The content node name will changed according to the uploaded file or the binary property name defined in content type, which are unexpected behaviour. In fact, we expect the node name stay as the same (with extension padded) of what user input on creating it and the property's filename should use this name.
    When we use the WYSIWYG editor to create the document of the binary property, after saving the document, the filename of this binary property automatically changed to the content type's property name, after clicking save button on the content, the node name of the content changed to the content type's property name too!
    When we upload file for this binary property, the property 's filename changed to the uploaded file's filename, and changing the node name of that content too!
    We would like to know what would cause this kind of misbehaviour/bug,
    could it be caused by misconfiguration on server? the filesystem repository? the database scheme?
    Any helps or suggestions on it would be greatly appreciated.
    Best Regards,
    Keaton

    Thanks for the reply jalpesh, you answered the filename on file upload method.
    But what about the filename changes due to create document (WYSIWYG editor) method. The content filename changed to the property-name.ext about saving the content, which is quite a strange behaviour. As the user will not be able to add the same type of content on current directory cause the content filename follow the property-name.ext and cause same filename conflicts when saving.
    We are using the weblogic portal server 9.2 MP 2 with oracle database (bea type 4 connection driver).
    Any advices or suggestions?
    Regards,
    Keaton

Maybe you are looking for

  • Problem uploading web content (Templates) developed in DW CS6 and Liquid layouts

    Hi I have developed some templates in Dreamweaver CS6 and Liquid Layouts However when I want to preview them in a browser, they come out blank (No Data at all) I have tried this without Liquid and works fine, minor bugs that can be fixed like backgro

  • PLease Help! WMV issues

    Hello, When I Get Media and bring in a WMV file to any preset, the top half of the video file is black and the bottom half is fine. Working in PE7. Any ideas why this is suddenly happening? Thanks, Stan

  • Handling FPM Events in Java WDP

    Hi All, I have a requirement for a simple WDPJ iView that responds to the selection of an employee in MSS. Is it possible to handle the employee selection event from Business Package for Manager Self-Service (mySAP ERP) from a simple WDPJ iView that

  • Tiny previews in Import window

    I sometimes get full size previews in the import window (when I double click on a picture in the grid), but usually they are tiny and get extremely pixelated when I try to make them bigger. This makes it very difficult to decide if a picture is good

  • I accidentally clicked Forget Time Capsule Disk, how do I get it back?

    The TC is an older 1T and I am using a MacBook Pro (mid 2010) with Mountain Lion.