LogProviders.Add fails with "not recognized as a valid log provider type." in Data Tools but not BIDS

In attempting to add standard DTS logging to a package via Data Tools, I found that my attempt to execute:
        Dim provider As LogProvider = p.LogProviders.Add("DTS.LogProviderTextFile.2") 
(or any other log provider type,) resulted in:
The log provider type "DTS.LogProviderTextFile.2, {0A039101-ACC1-4E06-943F-279948323883}" specified for log provider "{CC5CB9A4-E0D5-4ECD-8F4E-1E8FB9BDE8A6}" is not recognized as a valid log provider type. This error occurs when an
attempt is made to create a log provider for unknown log provider type. Verify the spelling in the log provider type name.
I created a new package with a single script task using only the example code from the MS documentation for Embedding Logging Programmatically at:
http://msdn.microsoft.com/en-us/library/ms136023(v=sql.110).aspx
consisting of:
Imports Microsoft.SqlServer.Dts.Runtime
Module Module1
Sub Main()
Dim p As Package = New Package()
Dim loggingConnection As ConnectionManager = p.Connections.Add("FILE")
loggingConnection.ConnectionString = "C:\SSISPackageLog.txt"
Dim provider As LogProvider = p.LogProviders.Add("DTS.LogProviderTextFile.2")
provider.ConfigString = loggingConnection.Name
p.LoggingOptions.SelectedLogProviders.Add(provider)
p.LoggingOptions.EventFilterKind = DTSEventFilterKind.Inclusion
p.LoggingOptions.EventFilter = New String() {"OnPreExecute", _
"OnPostExecute", "OnError", "OnWarning", "OnInformation"}
p.LoggingMode = DTSLoggingMode.Enabled
' Add tasks and other objects to the package.
End Sub
End Module
I get the same error as listed above in SQL Server 2012 Data Tools on three separate machines.  On my primary dev box, where the code fails in Data Tools, running the exact same code in BIDS runs without problems.
Importing the working BIDS package into Data Tools also fails with the same error.
I have not encountered any other 2012 Data Tools issues, but logging is a core pattern that makes me worry that this is a problem that may emerge with other functions in the DTS toolset.
Thanks for any help!!

Arthur,
Great idea, I verified that the Integration Services for 2012 was not installed.  I installed the new SSIS service and verified that SQL Server Integration Services 11.0 was running (previously only 10.0 was running.)
Initially, I experienced an error message trying to run my simple script above:
Could not load file or assembly 'Microsoft.VisualStudio.Tools.Applications.Core, Version=10.0.0.0,...
I followed the steps at the MS link for Could not load file or assembly ‘Microsoft.VisualStudio.Tools.Applications.Core’
and loaded the missing x64 runtime from edist/VSTA/runtime/x64/VSTA_RT30.msi
on the distribution media as recomended.
The script ran, but returned the error listed in the beginning of this message.  I then tried:
- turning off the 10.0 service
- setting the project's Run64BitRunTime value both false and true
- changing the reference to Microsoft.SqlServer.ManagedDTS.dll from C:\Program Files (x86)\Microsoft SQL Server\110\SDK\Assemblies to C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS\v4.0_11.0.0.0__89845dcd8080cc91
all of these resulted in the same failure.
Thank you for the suggestion, I really thought it would be on target.  Alas, it wasn't the fix.
It is so weird that all the other stuff I'm doing (a very elaborate programmatic package generator doing some tricky stuff,) works fine and only this super basic logging fails!!!!
Thanks again,
--Tim

Similar Messages

  • Hi I wonder if anyone can help? iTunes is not recognizing my iPhone.  It is showing on my computer but not in iTunes?

    My iPhone is not showing in iTunes.  I can see it on my computer but not iTunes.  Is anybody able to assist me please? Thanks

    iOS: Device not recognized in iTunes for Mac OS X
    iOS: Device not recognized in iTunes for Windows

  • I got an itunes giftcard for my birthday and when i tried to add it on my balance on my ipod touch it says the code you entered is not  recognized as a valid code. but i just got this card brand new for my birthday.

    i got an itunes giftcard for my birthday and when i tried to add it on my balance on my ipod touch it says the code you entered is not  recognized as a valid code. but i just got this card brand new for my birthday.

    Make sure you're using the correct code. For most iTunes cards, the code is under the scratchoff area on the back of the card. For more information, see this support article:
    http://support.apple.com/kb/TS1292
    If you can't get to work after perusing that page, contact the iTunes Store Support; instructions are at the bottom of that article.
    Regards.

  • TS1292 I have four $50 iTunes gift cards. I am not able to load any of the codes into my new iPad account. I know I have not made any mistakes with typing in the 16 digit code. I keep getting the "code you entered is not recognized as a valid code" messag

    I have tried all I can to load iTunes cards into my iPad without success. Upon giving one of the cards to a friend he conveniently loaded. I keep getting the error message: "The code you entered is not recognized as a valid code". I just don't know what to do as I need to use these cards to make purchases off the I tunes store.

    i tried with out using commmit but it is not creating Status.
    When i see the function module help and they are trying to COMMIT
    FU STATUS_OBJECT_CREATE
    Short Text
    Create Status Object
    Functionality
    The function module generates a status object.
    Take the object number from the object number management (function modules OBJECT_NUMNBER_GET_xx).
    If no object number is given, the module takes a temporary object number that must be replaced later (function module STATUS_OBJECT_SWITCH_NUMBER).
    Example
    Creating an internal order with number 100123 (object type "ORC") for status profile "STATSCHEM" with final object number
    call function 'OBJECT_NUMBER_GET_OR'
      exporting
        aufnr = '100123'
      importing objnr = objektnummer.
    call function 'STATUS_OBJECT_CREATE'
      exporting
        objnr = objektnummer
        obtyp = 'ORC'
        stsma = 'STATSCHEM'.
    commit work.
    Creating the same order with a temporary object number
    data: objectkey like ionra.
    * TBO00-REFSTRUCT for object type 'OR' is 'IONRA'
    objectkey-aufnr = '100123'.
    call function 'STATUS_OBJECT_CREATE'
      exporting
        i_objectkey = objectkey
        obtyp       = 'ORC'
        stsma       = 'STATSCHEM'.
      importing
        objnr       = objektnummer.
    call function 'OBJECT_NUMBER_GET_OR'
      exporting
        aufnr = '100123'
      importing objnr = objektnummer_neu.
    call function 'STATUS_OBJECT_SWITCH_NUMBER'
      exporting
        objnr_old = objektnummer
        objnr_new = objektnummer_neu.
    commit work.
    Notes

  • "System.FormatException: The string was not recognized as a valid DateTime" when running SharePoint Configuration Wizard step 9

    Dears,
    We have a problem upgrading sharepoint
    From: SharePoint 2007 SP2 12.0.0.6535 - April 10 cumulative Update
    To: SharePoint 2007 SP2 12.0.6557.5000 - April 11 cumulative Update
    We start installing WSS CU in our standalone environment
    Then we start running the SharePoint Configuration Wizard and it is failed in step 9 with the following error in "PSCDiagnostics" log:
    File reader could not understand line 15679. Line was: 06/26/2011 10:11:35  1  INF              Entering function PsconfigLinkLabel.LinkLabelClickedEventHandler. Error was: System.FormatException:
    The string was not recognized as a valid DateTime. There is a unknown word starting
     at index 24.
     at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
     at UlsGump.Column.TimeColumn.ParseTime(StringFacade timeString)
     at UlsGump.UlsEntry.SetEntryFromThread(StringFacade[] threadFacades, StringCacheFile stringCacheFile, Int64 messageLocation)
     at UlsGump.UlsEntry.ReadFromUlsBuffer(Char[] buffer, Int32 bufferStart, Int32 bufferCount, StringCacheFile stringCacheFile, Int64 fileStart)
     at UlsGump.FilePump.ReadJob()
     Please help and advise to solve this error in order to get upgrading sharepoint succeed
    Regards, Anas N. Alhussein | Sharepoint Senior Developer

    Hi,
    From your narration, you can clear the configuration cache, then re-run the SharePoint Configuration Wizard, check the effect.
    Cleared the cache of config database by following below steps.
    1. Stopped the Windows SharePoint Services Timer service.
    2. Started on the SharePoint Server where Central Administration Site is hosted. Browse to
    C:\Documents and Settings\All Users\Application Data\Microsoft\SharePoint\Config\
    3. Deleted all the xml files. (But do not delete the cache.ini file.)
    4. Then Edited the cache.ini and replaced the current value with "1".
    5. Restarted the Windows SharePoint Services Timer service on the Central Admin server .
    Thanks,
    Rock Wang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Regards, Rock Wang Microsoft Online Community Support

  • B2B-51507 :The data starting at position 0 is not recognized as a valid dat

    Hi All,
    I am trying to work with Delimited Flat File in 11.1.13 version
    B2B has to translate Flat into XML data for further operations
    Sample looks like:
    F01,,RM30207,Subinventory Transfer,KITCHEN1,100,LB,KETTLE1-HS,20-SEP-2011
    It is a delimited data file.
    Steps I am following:
    1. Create Delimited Flat file ECS in Oracle B2B Document Editor (starting with a blank template)
    2. Create XSD for the ECS
    3. COnfigure the generated ECS and XSD into Oracle B2B
    4. Create Trading partner and agreements
    I am facing with below error when I enable translation
    B2B-51507 :The data starting at position 0 is not recognized as a valid data transmission.
    No errors when translation is disabled
    Thanks,
    Deepti

    Hi Deepti,
    For inbound scenario, the parser schema should be created and has to be added inside the XERegistry.xml ($SOA_HOME/soa/thirdparty/edifecs/XEngine/config/)
    e.g :
    <Item Name="SchemaFile">${XERoot}/config/schema/csv_ParserSchema.ecs</Item>
    This can be created using the document editor. This parserschema need to be created for the ecs file that is used for translation.
    Regards,
    Dheeraj
    .

  • Import-SPWeb Error - The string was not recognized as a valid DateTime. There is an unknown word starting at index 0

    Using the Export-SPWeb PowerShell command on a server to move a document library from one site colelction in a content database to another site collection in a seperate content database.
    Am using the following command:
    Export-SPWeb
    -Identity
    https://sp.bacl.net/legal/rr
    -Path
    \\bacvsspa01\backups\rr\rr.cmp
    -ItemUrl
    rr
    -IncludeVersions
    All
    -IncludeUserSecurity
    Not all documents are transferred hwoever. I get some errors like the following:
    [11/02/2014 2:21:44 PM] [ListItem] [16Jun11 17.32.09_BAC employees provid_Tom Heading.msg] Progress: Importing
    [11/02/2014 2:21:44 PM] [ListItem] [16Jun11 17.32.09_BAC employees provid_Tom Heading.msg]   Verbose: List URL: /legal/legal/rr
    [11/02/2014 2:21:44 PM] [ListItem] [16Jun11 17.32.09_BAC employees provid_Tom Heading.msg]   Error: The string was not recognized as a valid DateTime. There is an unknown word starting at index 0.
    [11/02/2014 2:21:44 PM] [ListItem] [16Jun11 17.32.09_BAC employees provid_Tom Heading.msg]   Debug:    at System.DateTime.Parse(String s, IFormatProvider provider)
       at System.Convert.ToDateTime(String value, IFormatProvider provider)
       at System.Runtime.Serialization.SerializationInfo.GetDateTime(String name)
       at Microsoft.SharePoint.Deployment.MetaInfoProperty..ctor(SerializationInfoHelper infoHelper)
       at Microsoft.SharePoint.Deployment.FileSerializer.GetMetaInfo(SerializationInfoHelper infoHelper)
       at Microsoft.SharePoint.Deployment.FileSerializer.CreateOrUpdateFile(Object fileOrListItem, SPLoggerObject loggerObject, SPWeb web, Guid id, String& fileUrl, Boolean fileExistsInDb, Boolean isFirstVersion, Boolean hasWebParts, SerializationInfoHelper
    infoHelper, SerializationInfoHelper infoHelperListitem, StreamingContext context)
       at Microsoft.SharePoint.Deployment.FileSerializer.CreateOrUpdateFileAndAssocData(Object fileOrListItem, SPLoggerObject loggerObject, SPWeb web, Guid id, String& fileUrl, Boolean fileExistsInDb, SerializationInfoHelper infoHelper, SerializationInfoHelper
    infoHelperListitem, StreamingContext context, ISurrogateSelector selector)
       at Microsoft.SharePoint.Deployment.ListItemSerializer.AddOrUpdateDoclibItem(SerializationInfoHelper infoHelper, SPListItem& listItem, SPLoggerObject loggerObject, SPWeb web, Guid newId, String& listItemServerRelativeUrl, Boolean bIsPublish,
    Boolean exists, StreamingContext context, ISurrogateSelector selector)
       at Microsoft.SharePoint.Deployment.ListItemSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
    I had a look in the .cmp file that was created (Changed extensions to .cab) and had a look at the Manifest.xml file. Relevant XML below:
    <SPObject Id="b18cc711-e5df-4ee7-9639-866e5b6613b0" ObjectType="SPFile" ParentId="1ad76e87-43e6-4cbf-a0a1-53af4975668f" ParentWebId="4be7e61f-b1c7-473f-acc3-0bae06e32024" ParentWebUrl="/legal/rr" Url="/legal/rr/rr/Employees
    giving First Aid/16Jun11 17.32.09_BAC employees provid_Tom Heading.msg">
            <File Url="rr/Employees giving First Aid/16Jun11 17.32.09_BAC employees provid_Tom Heading.msg" Id="b18cc711-e5df-4ee7-9639-866e5b6613b0" ParentWebId="4be7e61f-b1c7-473f-acc3-0bae06e32024"
    ParentWebUrl="/legal/rr" Name="16Jun11 17.32.09_BAC employees provid_Tom Heading.msg" ListItemIntId="37" ListId="020f8304-a50f-413b-be27-40d0ccc9e497" ParentId="1ad76e87-43e6-4cbf-a0a1-53af4975668f" TimeCreated="2011-11-16T07:02:00"
    TimeLastModified="2011-11-16T07:02:00" Version="1.0" CheckinComment="Loaded Using Dell Solutions for SharePoint" FileValue="00000013.dat" Author="29" ModifiedBy="24">
                <Properties>
                    <Property Name="vti_title" Type="String" Access="ReadOnly" Value="BAC employees providing first aid" />
                    <Property Name="source_item_id" Type="String" Access="ReadWrite" Value="source_item_id:1" />
                    <Property Name="vti_foldersubfolderitemcount" Type="Integer" Access="ReadOnly" Value="0" />
                    <Property Name="Attach Count" Type="String" Access="ReadWrite" Value="Attach Count:0" />
                    <Property Name="Created By" Type="Boolean" Access="ReadWrite" Value="Created By:BNE_AIR1\\jbrown" />
                    <Property Name="Importance" Type="String" Access="ReadWrite" Value="Importance:1" />
                    <Property Name="From1" Type="Time" Access="ReadWrite" Value="From1:Tom Heading" />
                    <Property Name="AttachCount" Type="String" Access="ReadWrite" Value="AttachCount:0" />
                    <Property Name="ContentTypeId" Type="String" Access="ReadWrite" Value="0x0101003699C96894FF79479322E4A235852946000530E240279BA54D8F621B39A4E09CF3"
    />
                    <Property Name="Modified By" Type="Boolean" Access="ReadWrite" Value="Modified By:BNE_AIR1\\jbrown" />
                    <Property Name="vti_folderitemcount" Type="Integer" Access="ReadOnly" Value="0" />
                    <Property Name="display_urn\:schemas-microsoft-com\:office\:office#Author" Type="String" Access="ReadWrite" Value="Jenny Brown"
    />
                    <Property Name="Document Created By" Type="Boolean" Access="ReadWrite" Value="Document Created By:BNE_AIR1\\jbrown" />
                    <Property Name="Created_x0020_By" Type="Boolean" Access="ReadWrite" Value="Created_x0020_By:BNE_AIR1\\jbrown" />
                    <Property Name="vti_cachedtitle" Type="String" Access="ReadOnly" Value="BAC employees providing first aid" />
                    <Property Name="Modified_x0020_By" Type="Boolean" Access="ReadWrite" Value="Modified_x0020_By:BNE_AIR1\\jbrown" />
                    <Property Name="ContentType" Type="String" Access="ReadWrite" Value="Legal Document" />
                    <Property Name="Attach_x0020_Count" Type="String" Access="ReadWrite" Value="Attach_x0020_Count:0" />
                    <Property Name="display_urn\:schemas-microsoft-com\:office\:office#Editor" Type="String" Access="ReadWrite" Value="Jenny Brown"
    />
                    <Property Name="vti_parserversion" Type="String" Access="ReadOnly" Value="15.0.0.4535" />
                    <Property Name="To" Type="Boolean" Access="ReadWrite" Value="To:Barry Peach" />
    <Property Name="From" Type="Time" Access="ReadWrite" Value="From:Tom Heading" />
                    <Property Name="Document Modified By" Type="Boolean" Access="ReadWrite" Value="Document Modified By:BNE_AIR1\\jbrown"
    />
                </Properties>
            </File>
        </SPObject>
    Now, looking at the source document library, this document has the field in question set to String, so why has it been marked as a Time filed type in the expiort file?
    Is anyone aware of any issues with the Export-SPWeb commandlet?
    SharePoint 2013 + March PU + AUG 2013 CU.
    Any help appreciated.

    Hi Richard,
    According to your description, the error occurred when you ran the Export-SPWeb command.
    I recommend to verify the things below for troubleshooting:
    Save the document library as an template(include content) and create a new document library based on the template, then run the Export-SPWeb command to export the new document library to see if the issue still occurs.
    Did this issue occur with other document library? If not, you can delete the string field with error, then run the Export-SPWeb command to narrow the issue scope.
    As a workaround, you can save the library as a template and deploy it to the site collection where you want to move the library, then create the new library in the site collection.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • HT1349 My gift card code is not recognized as a valid code. What can I do?

    My gift card code is not recognized as a valid code. What can I do?

    FOR ASSISTANCE WITH ORDERS - iTUNES STORE CUSTOMER SERVICE
    For assistance with billing questions or other order inquiries, please refer to our online support page by clicking here: http://www.apple.com/support/itunes/store/. If you cannot find the answers you are seeking in our robust knowledge base, you can contact us by visiting the following URL http://www.apple.com/support/itunes/store/, clicking on the appropriate Customer Service topic, then using the contact button or email form at the bottom of the page. Responses to emails will be provided as soon as possible.
    Phone: 800-275-2273 How to reach a live person: Press 0 four times
    Hours of Operation: Mon-Fri: 9am-5pm ET
    Email: [email protected]
    How to report an issue with Your iTunes Store purchase
    http://support.apple.com/kb/HT1933
     Cheers, Tom

  • The data starting at position 0 is not recognized as a valid data transmis

    Hi All -
    We are building a Inbound Flow.
    Data file is pushed to a File Location which Oracle B2B Picks and processes.
    Data file format = Positional Flat File.
    ECS and XSD is generated for the PFF and attached in the document definition.
    We also followed the blog post - http://anuj-dwivedi.blogspot.com/2011/10/handling-positionaldelimited-flat-files.html
    And did the Registraty changes and other stuff.
    We are getting following error -
    Error Code 51507- Error Description Machine Info: The data starting at position 0 is not recognized as a valid data transmission.
    Please let us know if you have any pointers.
    Thanks..
    Edited by: 1005929 on May 14, 2013 1:24 PM

    I applied the following solution and it worked -
    Solution –
    1. Generate ECS
    2. Now click EDIT and Parse Schema and this will get you a new ECS. (Parse Schema is Document Editor 7.x + feature)
    3. Use this ECS and put it in - C:\Oracle\Middleware\Oracle_SOA1\soa\thirdparty\edifecs\XEngine\config\schema
    4. Add the .ecs in the Registry @ - C:\Oracle\Middleware\Oracle_SOA1\soa\thirdparty\edifecs\XEngine\config\XERegistry
    <Registry Name="XERegistry">
    <Product Name="Parser">
    <Category Name="ParserSchema">
    <!-- X12 parser schemas -->
    <Item Name="SchemaFile">${XERoot}/config/schema/x12_parser_3_char_delim_wrepeating-x-4020.ecs</Item>
    5. Restart SOA
    Thanks..

  • Firefox does not open, but instead gives the error message, "Failed to read the configuration file." It has worked in the past, but not now.

    Firefox does not open, but instead gives the error message, "Failed to read the configuration file." It has worked in the past, but not now.
    I REINSTALL 10 TIMES SO DON'T TELL ME THAT!!!
    I'm piss because i need firefox working again so i can finish reseaching my speech in 5 days.

    Which files do you have in the defaults\pref folder in the Firefox program folder?
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    See also "Other solutions":
    *http://kb.mozillazine.org/Preferences_not_saved
    Do a clean reinstall and delete the Firefox program folder before (re)installing a fresh copy of the current Firefox release.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 22.0: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible, to cleanup the Windows registry and settings in security software.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you lose personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure that "remove personal data" is NOT selected when you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • X fails with 'can't move xfree86.0.log.old' [FXx]

    Hello,
    I already tried to find this topic on the forums but couldn't see it - so sorry if it's been discussed before.
    I recompiled the kernel26 package, and installed the latest nvidia driver and everything was working beautifully.
    Suddenly this morning when I startx as user it fails saying that it can't move xfree86.0.log.old. I changed some permissions in /var/log then it started to fail with 'can't open xfree86.0.log' instead.
    I have no idea why this is happening, considering it was perfectly fine yesterday!!
    If anyone has any advice I'd be very grateful...
    (why is the log important anyway??I wouldn't have thought it has any bearing on whether x starts or not)

    Thanks for the reply - still not working, tho. Removed the xfree86 logs, now when I startx as user I get
    Fatal Server error:
    Cannot open /var/log/XFree86.0.log
    I can startx as root, so maybe it's a permissions thing. I'm totally mystified about this...
    this is my /var/log...
    -rw-r--r--    1 root     root        23595 Feb  2 17:20 XFree86.0.log
    -rw-rw-rw-    1 root     root          694 Jan 28 18:20 auth
    -rw-rw-rw-    1 root     root            0 Dec 20 00:41 btmp
    -rw-rw-rw-    1 root     root         5494 Feb  2 17:16 crond
    drw-rw-rw-    2 root     root           48 Nov 25 19:58 cups
    -rw-rw-rw-    1 root     root          436 Jan 28 18:20 errors
    drw-rw-rw-    2 root     root           48 Jan  7 20:25 hotplug
    -rw-rw-rw-    1 root     root        52470 Jan 28 17:28 kernel
    -rw-rw-rw-    1 root     root       292292 Feb  2 17:20 lastlog
    -rw-rw-rw-    1 root     root            0 Jan 28 17:17 mail
    -rw-rw-rw-    1 root     root          518 Jan 28 18:20 messages
    -rw-rw-rw-    1 root     root         9772 Feb  1 19:01 nvidia-installer.log
    drw-rw-rw-    2 root     root           48 Dec 20 00:41 old
    -rw-rw-rw-    1 root     root        10905 Feb  1 19:40 pacman.log
    -rw-rw-rw-    1 root     root       441600 Feb  2 17:20 wtmp
    When I startx as root it's creating another log file with root permissions...maybe that is part of the problem. Any ideas??

  • IPod not recognized by iTunes. Also iPod seems disabled/locked showing  "do not disconnect". Not responding to anything. Any help please.

    My iPod is not being recognized by iTunes. iPod seems disabled and not responding to anything. Permanently on "do not disconnect". Not sure what to do.

    Hello,
    My iPod is not being recognized by iTunes or internet
    explorer. It used to, but not anymore. It just
    dosent show up when I connect it to my computer.
    Also, the "do no disconnect" sign does not appear on
    my iPod when I connect it. It is still able to
    recharge, though.
    have u tried a different usb port?
    I read that I have to restore it. I have tons of
    songs in my iPod that I do NOT want erased! How can
    I back these songs up? I have some songs on my iPod
    that are from another person's computer, so if they
    get erased, the songs are gone forever.
    try this http://www.copypod.net/
    Nano 4GB black|Moto RAZR V3 black| PSP| all kinds of cases for nano|radio/remote   Windows XP   <img src="http://i36.photobucket.com/albums/e13/superman5656/c.jpg" ="right"

  • TS3274 my ipad is having trouble with my music... i had recently gotten a new one when i signed into my icloud the music that i had on the original one was not there.... some songs were in fact there but not clickable ( it was there only gray)..anyone kno

    my ipad is having trouble with my music... i had recently gotten a new one when i signed into my icloud the music that i had on the orignal one was not there.... some songs were in fact there but not clickable ( it was there only gray)... i was looking for help on how to get the music on the ipad

    my ipad is having trouble with my music... i had recently gotten a new one when i signed into my icloud the music that i had on the orignal one was not there.... some songs were in fact there but not clickable ( it was there only gray)... i was looking for help on how to get the music on the ipad

  • On imac 10.6.8 using current version of Aperture.  How can I access the Aperture Library  on my external hard drive that I use with time machine for backup?  I can only access the application but not the library..

    On imac 10.6.8 using current version of Aperture.  How can I access the Aperture Library  on my external hard drive that I use with time machine for backup?  I can only access the application but not the library..

    Go into Time Machine (the program not the bundle on the extrnal disk) and using Time Machine's browser go to the Folder where the library lives. You could look in the library bundle in Time Machine but that won't really tell you much,
    If you want to make sure it truely has backed up your library you will need to restore it and open the restored library with Aperture.
    If all this still has you confused you need to read up on Time Machine in order to get a feel for how it works, for what it is doing and for how to restore files from it.

  • Windows media player not recognized as a valid plug-in in safari?

    on this PB 15 1.67/OS 10.4.3 I experienced some difficult in installing a piece of software, here's the thread....
    http://discussions.apple.com/thread.jspa?messageID=1360929#1360929
    prior to this difficulty, I had installed windows media player to access video clips embedded on news web sites etc, and everything worked fine, video usually streamed right into the media player, not saving a file to the desktop, but merely playing in a window....
    to solve the software install problem above, I returned to the apple store & they suggested and helped me accomplish an archive & re-install of the OS, and afterwards, the problem software installed properly...
    since the archive & re-install of OS 10.4.3, my windows media player is not recognized as a valid plug-in by safari.
    when I click on a video link (embedded), a seperate window appears that describes my need to install windows media player 9 for mac (and it's already in my app's folder), when I download the file to attempt re-installing media player, stuffit doesn't seem to un zip the file after double clicking on it, no app file appears on the desktop to mount in the apps dierctory?
    if the video link is not embedded, I can cntrl-click and save the file to the desktop and it will play normally, but if the file is embedded I have no means to see the news clip etc?
    also, for those video files that are not embedded, instead of playing directly via streaming, when a link is clicked, the file downloads to the desktop before playing?
    these aren't huge problems (well when trying to view an embedded news clip it is!) but any help in trying to return to normal behaviour would help!
    thanks again,
    dave
    powerbook G4 1.67   Mac OS X (10.4.3)  

    thanks for the link, but I wa really looking into making the win media player function as it had before I had to archive & re-load OS 10.4.3
    I use the player infrequently, but it drives me crazy when I'm looking @ a news page w/an embedded video and can't merely click it's link & see the clip!
    any thoughts on why I can't get the win media player sitx file to un-stuff and possibly re-install win media player to allow safari to recognize it as a valid plug-in?
    thanks again....
    dave

Maybe you are looking for

  • Exchange 2013 SP1 Installation Errors I Cannot Resolve

    Good Afternoon All - Note:  I updated this post an hour after posting.  Still no solution, but please see updated info at end of this post) I'm trying to introduce Exchange into an existing, small environment.  The server I'm trying to install it ont

  • Bug of 'BAPI_BILLINGDOC_CREATEMULTIPLE'?

    My abap team developed ABAP program to call bapi 'BAPI_BILLINGDOC_CREATEMULTIPLE' to create billing automatically. This abap program was scheduled as a back ground job. The problem that we face is it returns message that billing was created successfu

  • Driver crashes/not functioning correctly

    MSI K8B SLI PLatinum (onboard sound disabled in BIOS) AMD Athlon 64x2 4800+ ?GeForce 8800 GTS Windows Vista Home Premium x64?(fresh install and updated with all current updates, incl. SP) 2gb of RAM Seagate Barracuda 500gb HD Soundblaster X-Fi Fatalt

  • Revenue recognition

    Hi Gurus, I require help regarding revenue recognition. I have a scenario where customer pays part amount as advance payment, I have following doubts 1) If I configure revenue recognition at item category, what will be the effect in case of regular p

  • OnChange="submit();" in flash form

    Hi, I am using a form to sort a query on my page, however I am updating all of my forms to flash now, and can't seem to get the onChange="submit();" to work on a cfselect tag. It doesn't throw an error, th epage just doesn't load. Is this an acceptab