SM37 Log no longer available

Hi,
Is there any other alternative to investigate a failed job that occurred in SM37?
As this happened 2 weeks ago, SM37 does not bring this information. Where can I get such info ?
Roger

Hi
can you check if the job was run under another username?
Maybe a slightly different name?
Cheers
Tim

Similar Messages

  • This is what I get when I try to log in to Advanced Interface in Knology WebMail: Remote XUL This page uses an unsupported technology that is no longer available by default in Firefox. Please contact the website owners to inform them of this problem.

    When trying to log in to Knology WebMail, I get the response "Remote XUL This page uses an unsupported technology that is no longer available by default in Firefox. Please contact the website owners to inform them of this problem." However, this is NOT a problem with Knology, but apparently, with Firefox.

    https://addons.mozilla.org/en-US/firefox/addon/remote-xul-manager/

  • Async tcp client and server. How can I determine that the client or the server is no longer available?

    Hello. I would like to write async tcp client and server. I wrote this code but a have a problem, when I call the disconnect method on client or stop method on server. I can't identify that the client or the server is no longer connected.
    I thought I will get an exception if the client or the server is not available but this is not happening.
    private async void Process()
    try
    while (true)
    var data = await this.Receive();
    this.NewMessage.SafeInvoke(Encoding.ASCII.GetString(data));
    catch (Exception exception)
    How can I determine that the client or the server is no longer available?
    Server
    public class Server
    private readonly Dictionary<IPEndPoint, TcpClient> clients = new Dictionary<IPEndPoint, TcpClient>();
    private readonly List<CancellationTokenSource> cancellationTokens = new List<CancellationTokenSource>();
    private TcpListener tcpListener;
    private bool isStarted;
    public event Action<string> NewMessage;
    public async Task Start(int port)
    this.tcpListener = TcpListener.Create(port);
    this.tcpListener.Start();
    this.isStarted = true;
    while (this.isStarted)
    var tcpClient = await this.tcpListener.AcceptTcpClientAsync();
    var cts = new CancellationTokenSource();
    this.cancellationTokens.Add(cts);
    await Task.Factory.StartNew(() => this.Process(cts.Token, tcpClient), cts.Token, TaskCreationOptions.LongRunning, TaskScheduler.Default);
    public void Stop()
    this.isStarted = false;
    foreach (var cancellationTokenSource in this.cancellationTokens)
    cancellationTokenSource.Cancel();
    foreach (var tcpClient in this.clients.Values)
    tcpClient.GetStream().Close();
    tcpClient.Close();
    this.clients.Clear();
    public async Task SendMessage(string message, IPEndPoint endPoint)
    try
    var tcpClient = this.clients[endPoint];
    await this.Send(tcpClient.GetStream(), Encoding.ASCII.GetBytes(message));
    catch (Exception exception)
    private async Task Process(CancellationToken cancellationToken, TcpClient tcpClient)
    try
    var stream = tcpClient.GetStream();
    this.clients.Add((IPEndPoint)tcpClient.Client.RemoteEndPoint, tcpClient);
    while (!cancellationToken.IsCancellationRequested)
    var data = await this.Receive(stream);
    this.NewMessage.SafeInvoke(Encoding.ASCII.GetString(data));
    catch (Exception exception)
    private async Task Send(NetworkStream stream, byte[] buf)
    await stream.WriteAsync(BitConverter.GetBytes(buf.Length), 0, 4);
    await stream.WriteAsync(buf, 0, buf.Length);
    private async Task<byte[]> Receive(NetworkStream stream)
    var lengthBytes = new byte[4];
    await stream.ReadAsync(lengthBytes, 0, 4);
    var length = BitConverter.ToInt32(lengthBytes, 0);
    var buf = new byte[length];
    await stream.ReadAsync(buf, 0, buf.Length);
    return buf;
    Client
    public class Client
    private TcpClient tcpClient;
    private NetworkStream stream;
    public event Action<string> NewMessage;
    public async void Connect(string host, int port)
    try
    this.tcpClient = new TcpClient();
    await this.tcpClient.ConnectAsync(host, port);
    this.stream = this.tcpClient.GetStream();
    this.Process();
    catch (Exception exception)
    public void Disconnect()
    try
    this.stream.Close();
    this.tcpClient.Close();
    catch (Exception exception)
    public async void SendMessage(string message)
    try
    await this.Send(Encoding.ASCII.GetBytes(message));
    catch (Exception exception)
    private async void Process()
    try
    while (true)
    var data = await this.Receive();
    this.NewMessage.SafeInvoke(Encoding.ASCII.GetString(data));
    catch (Exception exception)
    private async Task Send(byte[] buf)
    await this.stream.WriteAsync(BitConverter.GetBytes(buf.Length), 0, 4);
    await this.stream.WriteAsync(buf, 0, buf.Length);
    private async Task<byte[]> Receive()
    var lengthBytes = new byte[4];
    await this.stream.ReadAsync(lengthBytes, 0, 4);
    var length = BitConverter.ToInt32(lengthBytes, 0);
    var buf = new byte[length];
    await this.stream.ReadAsync(buf, 0, buf.Length);
    return buf;

    Hi,
    Have you debug these two applications? Does it go into the catch exception block when you close the client or the server?
    According to my test, it will throw an exception when the client or the server is closed, just log the exception message in the catch block and then you'll get it:
    private async void Process()
    try
    while (true)
    var data = await this.Receive();
    this.NewMessage.Invoke(Encoding.ASCII.GetString(data));
    catch (Exception exception)
    Console.WriteLine(exception.Message);
    Unable to read data from the transport connection: An existing   connection was forcibly closed by the remote host.
    By the way, I don't know what the SafeInvoke method is, it may be an extension method, right? I used Invoke instead to test it.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • HT1918 How can I transfer albums from one of my accounts to another?  My new account (Apple ID) email address is no longer available to me since I lost my job.

    How can I transfer albums from one of my accounts to another?  My new account (Apple ID) email address is no longer available to me since I lost my job.

    OK, now I have another problem.  I typed in my email address wrong.  Instead of optonline.net I typed in optimum.net.  Though I can google my email address and it defaults to the optonline.net the email to confirm the change is not showing up.  I know, real stupid.  Now I cannot log onto either address as the original is not changed and the email has not showed so am I done here?  I appreciate your help!!!  Carl

  • HT4623 I updated my mini, but some of my apps are no longer available. One of them I purchased from the Apple store.  They are grayed out with the word "waiting" underneath the app.  Any suggestions?

    I updated my mini, but some of my apps are no longer available. One of them I purchased from the Apple store.  They are grayed out with the word "waiting" underneath the app.  Any suggestions?

    If there are multiple apps trying to download at once, only one can download at a time and the rest say "Waiting" until it is then their turn. Try this. Double tap the icon of the Waiting app, and it should resume the download.
    How to Solve the Problem of An iPad App Download Stuck on “Waiting”
    http://ipadacademy.com/2012/06/how-to-solve-the-problem-of-an-ipad-app-download- stuck-on-waiting
    How To Get Rid Of Your iPad App Download Frozen Problem
    http://www.sidelineapple.com/how-to-get-rid-of-your-ipad-app-download-frozen-pro blem-and-not-lose-years-of-your-life-video/
    Another thing to try - Turn the iPad Off & then back ON.
    If that doesn't work:
    •  Log out of your iTunes store account.  Go to Settings > Store > Sign Out Then press the Home button.
    • Then press and hold the Home and Sleep buttons simultaneously and don't release them when it brings up the Turn Off screen; keep holding them until the Apple logo appears.
    • After restart, the Waiting should be gone.
     Cheers, Tom

  • 64 The specified network name is no longer available

    Hi Experts,
    We have been using TMG 2010 from last 5 years as a reverse web proxy for OWA , outlook anywhere , active sync etc. Of late users from one particular site have been complaining of regular disconnections on outlook and OWA.
    We don't have complaint from any other site except to this , whereas users in this site can browse other secure web sites without any challenge.
    I have diagnosed the packets coming from their public IP and i could see that lot of connections happen successfully whereas few it shows either denied connection or failed connection attempt.
    if i concentrate on failed connection attempt , i get the below information. Can some one provide any hint on the possible resolution for this issue.
    Any help would be much appreciated
    Failed Connection Attempt
     3/19/2015 1:29:14 PM
    <id id="L_LogPane_LogType">Log type:
    </id><id id="L_LogPane_WebProxyForward">Web Proxy (Reverse)</id>
    <id id="L_LogPane_Status">Status: </id>64 The specified network name is no longer available.
    <id id="L_LogPane_Rule">Rule:
    </id>Outlook anywhere success rule
    <id id="L_LogPane_Source">Source:
    </id>External (91.230.41.193:53933)
    <id id="L_LogPane_Destination">Destination:
    </id>Local Host 
    <id id="L_LogPane_FilterInfo">Filter information:
    </id>Req ID: 19374dc2; Compression: client=No, server=No, compress rate=0% decompress rate=0% ; FBA cookie: exists=no, valid=no, updated=yes, logged off=no, client type=unknown, user activity=yes
    <id id="L_LogPane_Protocol">Protocol:
    </id>https
    <id id="L_LogPane_User">User:
    </id>anonymous
    Md.Abubakar Noorani IT Systems Engineer Serco Ltd.

    Hi,
    >>64 The specified network name is no longer available
    This error is very general. You need to collect a network trace and analyze it. The most common one is when the backend server is performing a dirty TCP connection reset.
    You could have a look at the blog below.
    Error 64 “ The specified network name is no longer available” while accessing a
    HTTPS site through ISA 2006
    Best Regards,
    Joyce
    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]

  • Ile system or message queue is no longer available

    Hi All,
    We are using DB2 and AIX. We getting below error message in db2 log file.Please advise on this issue.
    2014-08-13-05.09.08.624033+060 I12752832A1291     LEVEL: Error (OS)
    PID     : 25756258             TID  : 1           PROC : db2fmp (168768) 0
    INSTANCE: db2fdf               NODE : 000
    APPID   : 10.144.69.239.57155.140801190410
    EDUID   : 1                    EDUNAME: db2fmp (168768) 0
    FUNCTION: DB2 Common, OSSe, OSSMountListing::getNext, probe:90
    MESSAGE : ECF=0x90000034=-1879048140=ECF_FILE_REMOTE_SYSTEM_NOT_ACTIVE
              File is on a remote system and the link to that system is not active
    CALLED  : OS, -, statvfs
    OSERR   : ESTALE (52) "A file, file system or message queue is no longer available."
    CALLSTCK: (Static functions may not be resolved correctly, as they are resolved to the nearest symbol)
      [0] 0x09000000074F5548 pdOSSeLoggingCallback + 0x34
      [1] 0x0900000008F0A6C4 oss_log__FP9OSSLogFacUiN32UlN26iPPc + 0x1C4
      [2] 0x0900000008F0AB70 ossLogSysRC + 0x70
      [3] 0x0900000008F2EB90 getNext__15OSSMountListingFCPC23OSSMountListingGetParamCP12OSSMountInfo + 0x4B0
      [4] 0x09000000020314A4 db2sap_mount_info + 0x3C4
      [5] 0x0900000007760EE4 sqloInvokeFnArgs + 0xB4
      [6] 0x0900000007760D44 @76@sqlerRunRoutine__FP13sqleInvokerCBPi + 0x168
      [7] 0x0900000007760AD0 sqlerDyload + 0x140
      [8] 0x090000000774AA40 sqlerFmpListener + 0x154
      [9] 0x0000000100001230 main + 0x910
    Regards,
    Raj

    Hi,
    I have checked with AIX team filesyetm every thing fine.Please tell me which filesystem caused thi issue.
    Reagrds,
    Raj

  • The Volume can't be used & will be ejected because it is no longer avail...

    Fresh Mac Mini Server, all updates, humming along beautifully.
    Every day or two, all my AFP users get kicked off our one share point (located on an external FW800 RAID array) with this error:
    "The Volume "Work" can not be used and will be ejected because it is no longer available"
    Future attempts to connect fail until I restart AFP. I've got this excerpt in the AFP access.log:
    ** - - [18/May/2010:13:13:20 1000] "Mounted Volume ldap_bk" 6 0 0
    IP 192.168.58.19 - - [18/May/2010:13:13:21 1000] "Logout prod" 0 0 0
    IP 192.168.58.15 - - [18/May/2010:13:13:45 1000] "Logout Cassie" 0 0 0
    IP 192.168.58.12 - - [18/May/2010:13:14:05 1000] "Logout prod" 0 0 0
    IP 192.168.58.18 - - [18/May/2010:13:14:06 1000] "Logout Jo" 0 0 0
    IP 192.168.58.3 - - [18/May/2010:13:14:22 1000] "Logout jay" 0 0 0
    IP 192.168.58.13 - - [18/May/2010:13:14:28 1000] "Logout prod" 0 0 0
    IP 192.168.58.6 - - [18/May/2010:13:14:28 1000] "Logout wendy" 0 0 0
    IP 192.168.58.17 - - [18/May/2010:13:14:28 1000] "Logout prod" 0 0 0
    IP 192.168.58.21 - - [18/May/2010:13:14:28 1000] "Logout work" 0 0 0
    ** - - [18/May/2010:13:14:43 1000] "Mounted Volume Server HD" 0 0 0
    ** - - [18/May/2010:13:14:43 1000] "Mounted Volume Additional HD" 1 0 0
    ** - - [18/May/2010:13:14:43 1000] "Mounted Volume Old Server" 2 0 0
    ** - - [18/May/2010:13:14:43 1000] "Mounted Volume Data HD" 3 0 0
    ** - - [18/May/2010:13:14:43 1000] "Mounted Volume Backup HD" 4 0 0
    ** - - [18/May/2010:13:14:43 1000] "Mounted Volume Time Machine Backups" 5 0 0
    ** - - [18/May/2010:13:14:43 1000] "DiskArbStart -" 0 66176 0
    I have no idea what ldap_bk is. That must be some internal share for backing up Open Directory automatically? It seems that whenever it happens, all my users get kicked off immediately, there's some remounting of all my drives, but AFP never recovers. Where is that job managed? Anyone know which launchd.plist? Is this even the problem? Any other ideas?

    I definitely think it's related to some automated backup that I'm not aware of. I found this directory:
    bash-3.2# ls -al /var/log/server_backup/
    total 904
    drwxrwx--- 7 root wheel 238 Apr 30 15:31 .
    drwxr-xr-x 159 root wheel 5406 May 18 13:32 ..
    -rw-r--r-- 1 root wheel 216848 May 18 13:13 iChatServer_backup.log
    -rw-r--r-- 1 root wheel 230502 May 18 13:13 mailServer_backup.log
    -rw-r--r-- 1 root wheel 0 Apr 30 15:31 mailServer_restore.log
    -rw-r--r-- 1 root wheel 3519 May 18 13:13 openDirectory_backup.log
    -rwxr-x--- 1 root wheel 7625 May 18 13:13 server_progress.log
    13:13 is exactly when everyone got booted off and coincides with the entries in AppleFileServiceAccess.log. What is firing off this backup process? I've got no third party tools in place that would be doing this.

  • Large number VSS errors "The specified network resource or device is no longer available."

    I have a 2 node Hyper V Cluster backed up via Veeam Off-Host Proxy. I've already logged, without answer, a thread about the Off-Host Proxy server randomly (I guess) creating new duplicate iSCSI connections.
    Today I have a single VM that won't backup. On inspection through the hosting servers Application Log I see a high amount of VSS errors being logged which I believe is possibly related to the iSCSI issue being logged by the SAN.
    I'm not sure how to "show" the issue without a giant wall of the events but there is like half a dozen different events being logged when whatever this is is happening. For instance as well last night 60/61 VMs backed up find, but these errors
    were logged constantly while the backup ran...
    The question as well is is this a Windows/VSS issue, a Veeam issue or a Equallogic issue?
    Also how do I find what '\\?\Volume{06fba49e-9519-11e4-80cc-000af75dc050}\'. actually is?
    In order of how they come I guess:
    Log Name:      Application
    Source:        VSS
    Date:          6/01/2015 7:28:19 AM
    Event ID:      8229
    Task Category: None
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      HOST02.domain.private
    Description:
    A VSS writer has rejected an event with error 0x800423f3, The writer experienced a transient error.  If the backup process is retried,
    the error may not reoccur.
    . Changes that the writer made to the writer components while handling the event will not be available to the requester. Check the event log for related events from the application hosting the VSS writer. 
    Operation:
       PrepareForSnapshot Event
    Context:
       Execution Context: Writer
       Writer Class Id: {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de}
       Writer Name: Microsoft Hyper-V VSS Writer
       Writer Instance ID: {881f5207-f769-4b40-986a-c6bd56d8aa1e}
       Command Line: C:\Windows\system32\vmms.exe
       Process ID: 3268
    Log Name:      Application
    Source:        VSS
    Date:          6/01/2015 7:29:31 AM
    Event ID:      8193
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      HOST02.domain.private
    Description:
    Volume Shadow Copy Service error: Unexpected error calling routine Error calling CreateFile on volume '\\?\Volume{06fba49e-9519-11e4-80cc-000af75dc050}\'.  hr = 0x80070037, The specified network resource or device is no longer available.
    Operation:
       Check If Volume Is Supported by Provider
    Context:
       Execution Context: Coordinator
       Provider ID: {d4689bdf-7b60-4f6e-9afb-2d13c01b12ea}
       Volume Name: \\?\Volume{06fba49e-9519-11e4-80cc-000af75dc050}\
    Log Name:      Application
    Source:        EqualLogic
    Date:          6/01/2015 7:29:43 AM
    Event ID:      4001
    Task Category: VSS
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      HOST02.domain.private
    Description:
    iSCSI logout error 0xEFFF0040 from target NULL.
    Log Name:      Application
    Source:        VSS
    Date:          6/01/2015 7:29:43 AM
    Event ID:      12293
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      HOST02.domain.private
    Description:
    Volume Shadow Copy Service error: Error calling a routine on a Shadow Copy Provider {d4689bdf-7b60-4f6e-9afb-2d13c01b12ea}. Routine details OnLunStateChange(\\?\mpio#disk&ven_eqlogic&prod_100e-00&rev_7.0_#1&7f6ac24&0&363846433631363644434545463233334146344141353632363038303136#{53f56307-b6bf-11d0-94f2-00a0c91efb8b})
    failed with error 0xefff0040 [hr = 0xefff0040]. 
    Operation:
       Notifying hardware provider to free a drive
       Break with LUN mask
       Delete Shadow Copies
       Processing PostFinalCommitSnapshots
       Executing Asynchronous Operation
    Context:
       Volume Name: \\?\mpio#disk&ven_eqlogic&prod_100e-00&rev_7.0_#1&7f6ac24&0&363846433631363644434545463233334146344141353632363038303136#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
       Volume Name: \\?\Volume{06fba49e-9519-11e4-80cc-000af75dc050}
       Snapshot ID: {3091377b-2e26-43ed-a11b-f31adbde0b1f}
       Execution Context: Provider
       Provider Name: Dell EqualLogic VSS HW Provider
       Provider Version: 4.7.1
       Provider ID: {d4689bdf-7b60-4f6e-9afb-2d13c01b12ea}
       Snapshot Context: 4194336
       Provider Name: Dell EqualLogic VSS HW Provider
       Provider Version: 4.7.1
       Provider ID: {d4689bdf-7b60-4f6e-9afb-2d13c01b12ea}
       Current State: DoSnapshotSet
    Log Name:      Application
    Source:        VSS
    Date:          6/01/2015 7:29:43 AM
    Event ID:      12293
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      HOST02.domain.private
    Description:
    Volume Shadow Copy Service error: Error calling a routine on a Shadow Copy Provider {d4689bdf-7b60-4f6e-9afb-2d13c01b12ea}. Routine details could not free LUN [hr = 0x8004230f, The shadow copy provider had an unexpected error while trying to process the
    specified operation.
    Operation:
       Break with LUN mask
       Delete Shadow Copies
       Processing PostFinalCommitSnapshots
       Executing Asynchronous Operation
    Context:
       Volume Name: \\?\Volume{06fba49e-9519-11e4-80cc-000af75dc050}
       Snapshot ID: {3091377b-2e26-43ed-a11b-f31adbde0b1f}
       Execution Context: Provider
       Provider Name: Dell EqualLogic VSS HW Provider
       Provider Version: 4.7.1
       Provider ID: {d4689bdf-7b60-4f6e-9afb-2d13c01b12ea}
       Snapshot Context: 4194336
       Provider Name: Dell EqualLogic VSS HW Provider
       Provider Version: 4.7.1
       Provider ID: {d4689bdf-7b60-4f6e-9afb-2d13c01b12ea}
       Current State: DoSnapshotSet
    (Below logged 3 times)
    Log Name:      Application
    Source:        VSS
    Date:          6/01/2015 7:29:49 AM
    Event ID:      8193
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      HOST02.domain.private
    Description:
    Volume Shadow Copy Service error: Unexpected error calling routine Error calling CreateFile on volume '\\?\Volume{06fba49e-9519-11e4-80cc-000af75dc050}\'.  hr = 0x80070037, The specified network resource or device is no longer available.
    Operation:
       Check If Volume Is Supported by Provider
    Context:
       Execution Context: Coordinator
       Provider ID: {d4689bdf-7b60-4f6e-9afb-2d13c01b12ea}
       Volume Name: \\?\Volume{06fba49e-9519-11e4-80cc-000af75dc050}\

    This is the issue having with redundant iSCSI connections being created:
    Not sure this is a Veeam issue, just that it's occurring with Veeam backup process.
    We have a server configured as an Off-Host Proxy with Veeam; it connects to the SAN storage via iSCSI same as the other hosts but accesses the storage as read only.
    Randomly we will get alerts from the SAN as below:
    iSCSI login to target '172.16.0.50:3260, iqn.2001-05.com.equallogic:8-661fc6-e612eedc6-32600005c9254a75-arcvmstore1-2015-01-03-14:13:37.2774.1' from initiator '172.16.0.44:64108, iqn.1991-05.com.microsoft:arcbackproxy.domain.local' failed for the following reason:
    Requested target not found.
    On inspection of the Off-Host Proxy's iSCSI configuration additional iSCSI connections are present as inactive, with an existing connections name amended with the date at the end. For instance (and in the example error above) there will be:
    iqn.2001-05.com.equallogic:8-661fc6-e612eedc6-32600005c9254a75-arcvmstore1
    and
    iqn.2001-05.com.equallogic:8-661fc6-e612eedc6-32600005c9254a75-arcvmstore1-2015-01-03-14:13:37.2774.1
    Not really causing an issue, the backups are running OK, or any issues we have aren't related. But getting annoying getting the alerts from the SAN of the Off-Host Proxy trying to connect to an incorrect iSCSI target.
    Any ideas why this is occurring?
    Obvious is we delete the extra connection, which stops the alert, but the issue will reoccur within a day or two usually.
    Today I found twice the alert as above and sure enough the iSCSI on the Off-Host Proxy is as below:
    Maybe these redunandant connections being created is related? Maybe that's the where the "The specified network resource or device is no longer available." is coming from or something?

  • Lion is no longer available from the App Store, but I haven't gotten it yet.

    I purchased Lion from the App Store on October 27th, but then realized I could not download it yet due to bandwidth restrictions at school (though I did download it once, but the file corrupted and I went over the bandwidth limit, causing my Internet to be shut off).  So I'm finally home for Thanksgiving, and went to download again to install it this time.  However, the download is no longer available.  It doesn't show up as purchased, and when I tried to log in and download it, it wanted to charge me another $30.
    Is there any way that I can redownload this again without paying again?
    Thanks in advance,
    John Walsh

    Alright.  I resolved the problem.  In case anyone else has this issue, my copy of Lion got moved to 'hidden purchases'.  Unhiding it fixed the problem.

  • WinXP to Mac - The Specified Network Name is No Longer Available

    Hello,
    I cannot figure out, for the life of me, why our WinXP machine won't connect to our Mac.
    Mac: Powerbook G4 running OS X 10.4.7, WIndows File Sharing is active and an account is selected which will use Windows sharing.
    PC: Windows XP Home Edition, SP2. A file share is active.
    We're both using wireless connections via a D-Link DI-624 router. Both the Mac and PC are on the same workgroup and have different machine names. Both are on the same subnet.
    The Mac can connect to Windows XP share directories and printers without a problem. The Windows XP machine can browse to the Mac's web page when the Personal Web Sharing on the Mac is active. The XP machine can even ping the Mac's address with no packet losses.
    However, when the XP machine tries to connect to the Mac (via Map Network Drive or from the command line) using \\machine\share, we get the following error: "The Specified Network Name is No Longer Available". The Mac's machine name shows up when we do a search for computers, but gives us that same error when we double click on it. Furthermore, the printer name does not show up in the printer list, although the Mac's machine name does.
    Any ideas? Any more information needed?
    Thanks a lot. This problem is driving me insane. :/
    Scott

    I finally figured it out! It had to do with the smb.conf file and a missing file. Here's what happened (for people with future problems like this):
    o Looked at the log.smbd file (in /var/log/samba) and saw errors about not being able to convert from CP0. Searched online and found (from http://discussions.apple.com/thread.jspa?messageID=2490054&#2490054) that I needed to change 'dos charset = 0' to 'CP850'...
    o In Terminal, did a 'sudo pico /etc/smb.conf' and changed the line "dos charset = 0" to "dos charset = CP850"
    o Still didn't work, and found from the log.smbd file that the convert msg was gone, but was replaced with a "Failed to open /private/var/db/samba/secrets.tdb" msg.
    o I saw that the directory (at the ..../samba level) didn't exist, so, from Terminal, I used sudo to create the /private/var/db/samba directory (sudo mkdir /private/var/db/samba), and did a 'sudo touch secrets.tdb' to create the file, then 'sudo chown root:wheel secrets.tdb' to assign the correct user/group.
    Used 'sharepoints' program to create shares and voila! It works great now!
    To share my printer, I'm using bonjour, which is a free printer/etc. sharing program from Apple for those with OS X 10.4 (Tiger) and WinXP/2000/2003 machines (http://www.apple.com/macosx/features/bonjour/).

  • ITunes Plus upgrading - "item no longer available"

    I'm having trouble upgrading song to iTunes Plus.
    Specifically, when I attempt to upgrade my library, I get a dialog box saying "The item you tried to buy is no longer available."
    I have verified that all of the iT+ eligible songs/albums ARE available, and show up when selected in the iTunes Store.
    So I thought maybe my tags were different from the ones on the iTunes Store. But after going in to iTunes and manually matching the tags on the music in my Purchased library to exactly match the tags of the tracks listed in the iTunes Store's 'Upgrade' area, I STILL get the 'Item not found' message and am unable to upgrade ANY of the eligible tracks. This is really annoying.
    Why can't iTunes upgrade the ones that CAN be found?
    Anyone have a workaround or solution to this problem?

    I downloaded and installed the 7.2 upgrade on my laptop at work. I logged into the Apple store and went to the DRM-Free section. iTunes searched the songs on my laptop and presented me with a list of songs/albums that could be upgraded. I chose not to upgrade them because all of my music is on my desktop machine at home.
    When I got home I did the upgrade and went back to the store. There is no option to rescan my library and when I do try to upgrade the songs I found, I get the following message:
    "The item you tried to buy is no longer available.
    The availability of the item changed while you were using the store. The same item may be available with a different price or elsewhere on the store."
    At this point I guess I cannot upgrade my library or rescan it to upgrade the much larger list. I hope they fix this bug because I'm not going to upgrade just a portion of my songs and then pay full price for the rest of them.
    Has anyone else seen this happen or knows of a way to resolve it?
    I forgot to add that I am in the US.

  • I have an app update on my phone through the app store, but i dont have that app and when i hit update it says the item is no longer available for sale,, but i cannot get rid of the little 1 at the corner of the app store app,, how can i get rid of it

    i have an app update on my phone through the app store, but i dont have that app and when i hit update it says the item is no longer available for sale,, but i cannot get rid of the little 1 at the corner of the app store app,, how can i get rid of it,, i have iphone 5

    You installed a hacked app, originally from the Mac App Store. It contains the receipt for a different app, downloaded using an account that you don't control. You need to identify and remove the hacked app.
    Important: The app you need to remove is not necessarily the one named in the App Store notice. For example, if the App Store says you need to update "Twitter," the hacked app may be "Angry Birds" or something else entirely. Don't make any assumptions about which app you're looking for. To find it, you have to carry out a systematic search.
    Triple-click anywhere in the line of text below on this page to select it:
    kMDItemAppStoreHasReceipt=1
    Copy the selected text to the Clipboard (command-C).
    In the Finder, press the key combination command-F to open a search window, or select
    File ▹ Find
    from the menu bar. In the search window, select
    Search: This Mac
    from the row of tokens below the toolbar. Below that is a popup menu initially showing Kind. From that menu, select  Other...
    A sheet will drop down. In that sheet, select Raw Query and click OK or press return.
    Now there will be a text box to the right of popup menu. Click in that box and paste (command-V).
    The search window will show all the App Store products you've installed. Compare those search results with the list of your purchases from the App Store. To see the complete list, you may need to unhide hidden purchases. If any apps were download from the App Store using other Apple ID accounts that you control, sign in to the store under each of those ID's and check the purchases.
    At least one of the items listed in the search window is not among your purchases in the App Store. Move each such item to the Trash. You may be prompted for your administrator password. Empty the Trash.
    Log out and log back in. Test.

  • Gifted Content is no longer available for download from store?

    On Christmas in 2006, I gave my brother a season pass from iTunes for a canceled tv show called "Smith." It only cost $12.99 to get all 7 episodes (some of which never aired on tv) as well as a digital booklet containing the plot synopsis of each of the remaining 5 unfilmed episodes.
    At the time his computer was severely crippled due to age and an old installation of XP and lots of other factors. It was in no shape or form to download and watch videos from iTunes on. So recently he got his computer back in good working order with a fresh installation of the OS, and so last night we went to download the episodes of Smith. He had remembered a few months ago right after his computer was up to par, but didn't know where his download code for it was. So I logged in last night to my iTunes account and got everything he needed and we tried to download it... only to get an error message saying that that content is no longer available from the iTunes store!!
    I guess I can understand if they take content off the servers that isn't selling well, but shouldn't they be able to track whether or not a gifted purchase has been redeemed yet or not? I don't remember seeing anything about a download deadline when I purchased it for him. If it's not available at all anymore, shouldn't I be entitled to a refund of my $12.99?
    Just wondering if anyone else has experienced this before.
    Thanks.

    yensid4him wrote:
    Thanks. That worked. I submitted a note to the help dept. and they issued me a refund for $12.99. It still stinks that the content is no longer available.
    Yes, but that's the way agreements with the studios work
    Okay now I have another question related to this... is it possible for someone to resell (re-license?) content that they bought from the iTunes store? I mean, since this TV show will never be released on DVD, and not even all of the episodes aired on TV, could someone who was willing to "sell" (transfer) their license of it to me do so?
    Nope. You don't own the rights to distribute. Your purchase only entails you to posses the product. It does not grant you any resell rights or transfer rights. The studios do not allow this at all.
    I've always wondered that, because you can resell physical CDs and DVDs that you don't want anymore... is that possible with iTunes purchases? I imagine it would have something to do with authorizing computers...
    You cannot compare the two. With CD's and DVD's you own the physical media (you don't own the content itself, but they are inherently linked). That's not the case with digital content which are only licensed to do certain things with them. Again, its how the media companies want to do business.

  • Monitor's native resolution no longer available

    I've got a Mini running 10.5.6 with a 22" LCD that runs at 1680x1050 natively. I recently disconnected the Mac and plugged it to my standard definition TV for some old school Nintendo gaming at 640x480 and it worked beautifully. Now, when I reconnect the Mac to my 22" LCD the native resolution is no longer available. The best I can get is 1600x1200 which is not the native widescreen resolution. At this resolution the display is stretched horizontally. I've tried using the "detect displays" button, rebooted several times, removed the monitor cable... none of that seems to help. Are there some sort of prefs that I can trash? I tried removing some files from /System/Library/PreferencePanes/Displays.prefPane/Contents/ but that only ended up making the pane in System Preferences disappear. Luckily the pane came back after I put the files back.
    Anyway, if anyone can help me with this I would really appreciate it!

    I tried Quix's solution but got a strange result.
    I don't have another monitor, but I disconnected the plasma and used Screen Sharing to log onto the machine and set the resolution to 1280x768 (that was the closest available resolution in a very long list of choices).
    When I plugged the plama back in, the image was offset. The left 1/3 of the screen was blank and only 2/3rd's of a finder window was visible. When I ran "Detect Displays" it revered to a lower resolution and only gave me 3 resolution choices.
    This is really frustrating.

Maybe you are looking for

  • Collapsible Panel Open/Close

    Currently my tab text "See What Everyone's Talking About" will open and close the panel. I would like to assign an image inside the panel to also close the panel after it has opened. So, essentially the current tab would open and close the panel and

  • I want to know why my App Store is not working, and how to fix it?

    I have an Ipod Touch 4th generation. Recently when i go to download an app it wont load and I will get a message saying that it can't conncet with the app store. I have tried turning my ipod on and off, and turning the wifi on and off but nothing is

  • DVI from G5 to HDMI (Sony)

    Hi Forum....I'm getting ready to take a two month road trip, and am limited on space, I have a wall mounted Sony Wega....and actually got an DVI to HDMI cable to use the 32" TV as my computer monitor while away from home. It works...however, there is

  • Right speaker no longer works?

    Hey everyone. So the right speaker on my Macbook Pro just stopped working properly. When I go into the system preferences > sound > output and try to just have it come out of the right speaker (instead of having it balanced between the 2), it comes o

  • Cant open dcp files on ACR 8

    Hi im trying to load vsco presets dcp files on ACR 8 but the only option there is cameraraw.xmp. How would I be able to do it? Thanks in advance..