[SOLVED] Air Video Server Error Message

Does anyone here have any experience with Air Video Server for Linux? I sure hope so...
I'm trying to install Air Video Server on my Arch box so I can watch movies on my iPad without using my mac or converting the video files. I got everything installed, and the server software was running. When I tried to start a video on my iPad, I got "unexpected error." So, I killed the process and started the server manually, and then tried to play a video. This is the output that I got. Maybe you can help?
/usr/share/air-video-server/avconv -ss 60.0 -i /home/media/completed/Contraband/Contraband.mp4 -vframes 1 -f mjpeg -
DEBUG: Thumbnail: >>
346E68693468737A697E347A7269366D727F7E7436687E696D7E69347A6D7874756D3B3668683B2D2B352B3B36723B347374767E34767E7F727A3478
74766B777E6F7E7F345874756F697A797A757F345874756F697A797A757F35766B2F3B366D7D697A767E683B2A3B367D3B76716B7E7C3B36
<<
===================================================================================================
DEBUG: Thumbnail: avconv version 0.8, Copyright (c) 2000-2012 the Libav developers
DEBUG: Thumbnail: built on Dec 2 2012 10:17:40 with gcc 4.7.2
DEBUG: Thumbnail: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/media/completed/Contraband/Contraband.mp4':
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: major_brand : isom
DEBUG: Thumbnail: minor_version : 1
DEBUG: Thumbnail: compatible_brands: isom
DEBUG: Thumbnail: creation_time : 2012-04-15 06:49:31
DEBUG: Thumbnail: Duration: 01:49:38.56, start: 0.000000, bitrate: 1670 kb/s
DEBUG: Thumbnail: Chapter #0.0: start 0.000000, end 506.256000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 00:00:00.000
DEBUG: Thumbnail: Chapter #0.1: start 506.256000, end 886.260000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 00:08:26.256
DEBUG: Thumbnail: Chapter #0.2: start 886.260000, end 1152.860000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 00:14:46.260
DEBUG: Thumbnail: Chapter #0.3: start 1152.860000, end 1492.366000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 00:19:12.860
DEBUG: Thumbnail: Chapter #0.4: start 1492.366000, end 1752.626000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 00:24:52.366
DEBUG: Thumbnail: Chapter #0.5: start 1752.626000, end 2079.744000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 00:29:12.626
DEBUG: Thumbnail: Chapter #0.6: start 2079.744000, end 2336.376000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 00:34:39.744
DEBUG: Thumbnail: Chapter #0.7: start 2336.376000, end 2736.943000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 00:38:56.376
DEBUG: Thumbnail: Chapter #0.8: start 2736.943000, end 3137.760000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 00:45:36.943
DEBUG: Thumbnail: Chapter #0.9: start 3137.760000, end 3596.092000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 00:52:17.760
DEBUG: Thumbnail: Chapter #0.10: start 3596.092000, end 3931.344000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 00:59:56.092
DEBUG: Thumbnail: Chapter #0.11: start 3931.344000, end 4203.991000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 01:05:31.344
DEBUG: Thumbnail: Chapter #0.12: start 4203.991000, end 4575.112000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 01:10:03.991
DEBUG: Thumbnail: Chapter #0.13: start 4575.112000, end 4877.372000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 01:16:15.112
DEBUG: Thumbnail: Chapter #0.14: start 4877.372000, end 5134.046000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 01:21:17.372
DEBUG: Thumbnail: Chapter #0.15: start 5134.046000, end 5415.910000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 01:25:34.046
DEBUG: Thumbnail: Chapter #0.16: start 5415.910000, end 5726.888000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 01:30:15.910
DEBUG: Thumbnail: Chapter #0.17: start 5726.888000, end 5941.144000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 01:35:26.888
DEBUG: Thumbnail: Chapter #0.18: start 5941.144000, end 6272.099000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 01:39:01.144
DEBUG: Thumbnail: Chapter #0.19: start 6272.099000, end 6578.560000
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: title : 01:44:32.099
DEBUG: Thumbnail: Stream #0.0(und): Video: h264 (High), yuv420p, 1920x816 [PAR 40001:40000 DAR 2353:1000], 1597 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc
DEBUG: Thumbnail: Target Framerate: 23.975
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: creation_time : 2012-04-15 00:12:59
DEBUG: Thumbnail: Stream #0.1(und): Audio: aac, 48000 Hz, stereo, s16, 70 kb/s
DEBUG: Thumbnail: Metadata:
DEBUG: Thumbnail: creation_time : 2012-04-15 06:56:52
DEBUG: Thumbnail: Output #0, mjpeg, to 'pipe:':
DEBUG: Thumbnail: Metadata:java.lang.RuntimeException: java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit
at com.inmethod.air.connect.service.ServiceRegistry$ServiceWrapper.invoke(ServiceRegistry.java:231)
at com.inmethod.air.connect.service.ServiceRegistry.invokeMethod(ServiceRegistry.java:48)
at com.inmethod.air.connect.service.ServiceRegistry.invokeMethod(ServiceRegistry.java:37)
at com.inmethod.air.connect.filter.ServiceFilter.doFilter(ServiceFilter.java:82)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:844)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:644)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:227)
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit
at javax.swing.ImageIcon.<init>(ImageIcon.java:274)
at com.inmethod.common.util.ImageUtil$CreateThumbnail.<init>(ImageUtil.java:55)
at com.inmethod.common.util.ImageUtil.resizeImageAsJPG(ImageUtil.java:24)
at com.inmethod.air.video.common.thumbnail.ThumbnailParser.resize(ThumbnailParser.java:84)
at com.inmethod.air.video.common.thumbnail.ThumbnailParser.parseThumbnail(ThumbnailParser.java:73)
at com.inmethod.air.video.common.thumbnail.ThumbnailParser.parseThumbnailInternal(ThumbnailParser.java:104)
at com.inmethod.air.video.common.thumbnail.ThumbnailParser.parseThumbnail(ThumbnailParser.java:139)
at com.inmethod.air.video.v0240.info.MediaInfoParser.parseMediaInfo(MediaInfoParser.java:80)
at com.inmethod.air.video.v0240.model.fs.FileSystemVideoItem.loadDetail(FileSystemVideoItem.java:59)
at com.inmethod.air.video.v0240.model.BrowseService.getNestedItem(BrowseService.java:354)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.inmethod.air.connect.service.ServiceRegistry$ServiceWrapper.invoke(ServiceRegistry.java:221)
... 15 more
^C[root@arch ~]#
It seems to me that there's a problem with creating a thumbnail. Any ideas?
Last edited by discipulus (2012-12-03 04:07:27)

Alright, I have figured it out after much working! After doing some searching and realizing that no one had encountered this problem with Arch Linux before, I decided to search specifically by the error that Java was giving, instead of trying to relate it to Air Video Server. I had to edit the script that launched the daemon (/usr/bin/air-video-server) to add the option -Djava.awt.headless=true and then I needed to install an additional library (that wasn't on the dependencies list, ironically enough) fontconfig. I guess fontconfig is standard with X11, which is why it wasn't listed as a dependency. It's also why I needed to add the headless option to the launch script, because I don't use a GUI, just a CLI. This is solved, and I'll leave it up for others that may encounter similar problems.

Similar Messages

  • I have a problem syncing iCal on my Macbook air (10.7.5) and my iPhone 4s (5.1.1) over iCloud. The following server error message comes up "The request (CalDAVAccountRefreshQueueableOperation) for account "iCloud" failed." Been to Apple - no luck. Ideas?

    I have a problem syncing iCal on my Macbook air (10.7.5) and my iPhone 4s (5.1.1) over iCloud. The following server error message comes up "The request (CalDAVAccountRefreshQueueableOperation) for account “iCloud” failed." Been to Apple Store - no luck instore, or with Super genius over the phone when with genius in store, taking data in real time via ethernet!
    I had to do a full wipe of my system because of time machine back up issues 2 weeks ago, and the error has only occured at some point since then. I only did a drag and drop of my user account folders/files into an External HDD rather than a copy of my user account (advised by the staff in store at Apple to do this) and when reimported, the Mail folders are all present but each message is in a sub-sub-sub folder that is numerically named. I do not have a mirror image of the hard disk prior to the wipe, only a time machine back up from 2 weeks prior to it being done. I am uncertain if this reinstall has caused the issue. 
    I am not happy to upgrade the software in my iPhone until I have the calendars working. I have purchased Mountain Lion, but again am concerned about upgrading until the issues are sorted.
    I have tried the other solutions on here with no luck. HELP please.
    Many Thanks.

    Progress Update.
    I made a back of what existing phtos and Videos I had on my Iplhone.  I used Image capture to do this making an entire back up of photos and videoa that were still intact on the phone.
    Image capture is god for this purpose, as it does exactly what you ask it to do without applying any rules or squishing the files back into iphote (which might also be corupted) 
    Image capture wil do the basic function of retriving the contents of the phone and save them as native files on your hard drive.
    Once I did this I erased my iphone, and re intitialised it restoring an older back up from icloud.
    As the retore was happneing - I did retreive the missing files that cuased the intial beviour as above, and I could play the videos that were missing in the above scenerio.  The wierd ting was however that even though the source files were now back on the device, the thumbnail previews were missing. Where I ahd balck thumb nails for server portions of the resotred content.
    I then went to bed as the restore is a long process.  When I woke up the library had library had cleaned itself up.  Mysteriously the prcess had deleted the files missing the their thumbnails.
    This is very perculiar and bad behavior.
    I am now repeating the process, and will attempt to download the missing content as it is restored and prior to the phone trying to fix itself.
    Here are the lessons learned.
    DO NOT rely on Photo Stream to keep back ups and synchornise videos from you IOS device. IT DOES NOT SUPPORT THIS CAPBILITY
    DO NOT rely on iCloud Back Up alone - always fd an occassional iTunes back up or more reliably still always take a back up of photos and video files using Image Capture to be doubly sure that you a have backd up any content.
    DO THIS NOW - dont wait to loose your phone ofr have your phone repaired by replacement at the apple Store.  (I did both :-(

  • How do i solve - cannot access web server - error message when creating a project in 4.5 with PHP

    How do i solve - cannot access web server - error message when creating a project in 4.5 with PHP

    Screenshot of how it looks when i try to show a ms access form inside a iframe:
    http://oi58.tinypic.com/2vj4ish.jpg

  • Air Video Server HD - Wired: OK, WiFi: no good

    Hello everyone,
    I have this problem with the Air Video Server HD application on my late 2012 iMac, where streaming does not commence (stuck on buffering, might get 1-2 seconds playback, stuck again) even though connecting iPhone/iPad devices to the server works like a charm. I did two simple things to narrow down the problem:
    - Tested the router/wireless network by running the server software off a Windows 7 laptop on the same network. Worked great
    - Secondly, I wired the iMac to the router and bypassed the wifi, and that too worked smoothly
    So, in essence my question is this:
    - Can anyone provide advice or maybe even solutions to looking into the different behavior/settings of the interfaces to solve my problem?
    There must be some kind of difference on interfaces on the iMac maybe restricting packages to freely flow on wireless, when wired works like an ace - And the router cannot be to blame, since a Windows laptop worked great with the same client devices. I've only been a mac-user for 18 months, so am no where near superusing the OS but am hoping someone can push me in the right direction.
    Further info, the latency test in the Air Video Server HD application in average results in:
    Wireless:     ~24ms / 24.000 Kbps transfer
    Wired:          ~23ms / 31.000 Kpbs transfer
    Looking forward to any kind of reply
    Cheers

    I actually use this same router with my iPad. I did not have to do anything to the routers config to get this to work. I even have my router set NOT to broadcast it's SSID, which others stated caused the iPad not to see the network.
    What I would suggest is first telling the iPad to forget the network, then going into the "Settings" app >>----->> General >>------>> Reset >>------>> Reset Network Settings.
    This should force the iPad to basically reset it's network settings to factory default.
    Since this iPad is only a week old, what iOS version does it have on it?
    My iPad came with iOS 3.2.1 when I got it, so I had to update to iOS 3.2.2 almost immediately when I plugged it into iTunes the first time.
    Under your advanced wireless settings on the E3000 (only accessed via the browser interface for the router) make sure all your settings are set for the default or recommended settings from Cisco \ Linksys.
    I am sorry to hear you are having problems with your iPad and the E3000, I really hope that resetting the network settings on the iPad get it working for you.
    It may seem trite, but, iOS 4.2 apparently will be addressing some Wi-Fi issues with the iPad. In fact that is why iOS 4.2 has not been released yet (rumored).

  • When I try to sign in I get a server error message

    iCloud on my PC:- When I try to sign in (for the first time) i get a server error message.
    Any ideas how to solve this?

    Although your symptoms aren't mentioned in the following document, I'd give it a try:
    Apple software on Windows: May see performance issues and blank iTunes Store

  • Cannot view video get error message and only sound.

    cannot view video, get error message and sound only. Message  Error Code:c000005, address:2568b7ab

    I am just finally posting a reply. Looks as though the sound card went out. I was told that I could purchase a new open and install myself. I did not do that, but rather my step-dad just decided it was time to buy a new Mac Mini.

  • I keep receiving a server error message with the new beta version of iMessage.  What can I do to fix this?

    I keep receiving a server error message with the new beta version of iMessage.  What can I do to fix this?

    Ok I have a question.
    Why do you want to use Beta software? Especially since you are having this problem with it?
    Uninstall it and forget about it until it is released as a real piece of software.

  • Can't even get a server error message, much less upgrade to iOS5?

    About a week after iOS 5 was released in mind-October, my inability to get the upgrade onto my 3GS led me to messaages like "It's a rolling upgrade; Apple's servers are catching up. Try again later." Every time I plugged my iPhone into my PC, iTunes launched, synched and brought up the Store. Nothing on the screen said anything about downloading iOS 5. More Googling yielded messages from people who followed the same procedure, but evidently found a download link or something like that, because they had launched the upgrade procedure but then gotten a server error message. Meanwhile I was still getting nothing. I tried re-installing iTunes. Rebooting my PC. Yet, here it is November and each time I plug my iPhone into the PC, it's the same dead end. iTunes launches, synchs with the phone, and then shows me all the latest groovy hits I can download. Absolutely nothing about the iOS 5 upgrade steps, contrary to Apple's messages saying "Just plug in your iPhone and iTunes will do the rest."  Maybe there's a secret password?

    I'll answer my own question for the benefit of anyone with similar symptoms who searches the forum. Today just for grins, instead of letting the step of plugging the iPhone 3GS into the PC launch iTunes, I launched iTunes first then plugged in the phone. THAT succeeded in bringing up a dialog box that got me started on the road to the iOS 5 upgrade. One more thing: One of the steps that no one mentions is that once your iPhone is plugged into the PC and shows up in iTunes, click once on the topmost list of items representing your iPhone. That will take you to your iPhone "home page." There's an update button in the center of the home page screen that you'll use. It's pretty quick; only took about 30 minutes on my basic DSL connection. Have fun!

  • Server error message 504

    Why does my iCal icon keep jumping w/the error message Request for account "Yahoo" failed then server error message 504 and 502.  It happens about every 2 minutes! Help

    Greetings,
    This error suggest you have Yahoo Calendars added to your iCal and iCal is losing connection with the Yahoo servers.
    Things to try:
    1. First make an iCal backup:  Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    2. Go to iCal > Preferences > Accounts -- Normally there is nothing here.  If you have anything in this window (specifically anything that says "Yahoo"), click on it and hit the minus sign "-" to remove it.
    --- Note: This will remove any calendars you have from the listed servers (like yahoo).  If you find that you actually need the calendars associated with the server you removed, hit the plus sign "+" to add the server back in.
    3. Quit iCal and then re-open and test.
    Hope that helps.

  • I frequently get the "Firefox can't find the server" error message.

    I frequently get the "Firefox can't find the server" error message. Refreshing the page normally causes the page to load, although sometimes it takes more than one try.
    I have checked my connection settings. IPv6 and DNS prefetching are disabled, as recommended by this article: https://support.mozilla.com/en-US/kb/Firefox%20cannot%20load%20websites%20but%20other%20programs%20can?s=Firefox+can%27t+find+the+server+at&r=1&as=s

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

  • I'm trying  to download the monthly subscription versions of photoshop and lightroom, but I keep getting a server error message?  Any thoughts?

    Hey, I'm trying to download photoshop and lightroom for the subscription of $10 a month. but can't seem to get on the page for it. I keep getting a server error message, yet when I click the button to check their server it says everything is working fine.  Any ideas?

    Steveclack please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html for information on how to resolve Error 207.

  • Server Error Message Translation

    I have problems with Translation of server error messages to French. I did the following.
    Install the french version of oracle client (oraf.msb file exists in oraclehome$\ora92\rdbms\mesg)
    Changed the language by using ALTER SESSION statement
    SQL> SELECT * FROM NLS_SESSION_PARAMETERS;
    PARAMETER VALUE
    NLS_LANGUAGE FRENCH
    NLS_TERRITORY FRANCE
    NLS_CURRENCY ¿
    NLS_ISO_CURRENCY FRANCE
    Set the NLS_LANG in the registry to FRENCH_FRANCE.WE8ISO8859P1
    SQL> select * from t;
    select * from t
    ERREUR à la ligne 1 :
    ORA-00942: table or view does not exist
    Please let me know why the error message STILL in English? I want to see
    ORA-00942: table ou vue inexistante
    Thanks.

    I've emailed the fissues mailbox with some details of my symptoms with this issue, including some collected data from the IE F12-DevTools/Network capture (in the hope it is helpful to diagnosis).
    I got this response:
    Hi Don,
    Thank you for contacting us.
    We have escalated the issue to the engineering team.
    We will let you know once we have updates from the team.
    Please let us know if you have any questions.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Since I updated my Creative Cloud desktop App to its last version, my files are no longer synchronized. I received the "fail to synch files" and "server error" messages.

    Since I updated my Creative Cloud desktop App to its last version, my files are no longer synchronized. I received the "fail to synch files" and "server error" messages.

    Hi, Jeff.
    I'm not on a network and I didn't change anything on my secutiy setups, so I got in touch to the customer support. They checked my computer and found nothing wrong, so they uploded some log files to analyse the case. I'm waiting for a answer.
    Thanks for the tips.

  • My movies are giving a URL not found on server error message, last week they worked fine. After deleting one of them, I don't get any retries for a free download. How do I contact the seller to complain?

    My movies are giving a URL not found on server error message, last week they worked fine. After deleting one of them, I don't get any retries for a free download. How do I contact the seller to complain? Obviously the one of the other movies first..

    Stan -
    Thanks again for the simple but valuable tip.
    I'm just going to repeat the relevant sections from my previous post with the screenshots this time:
    Below you'll see a snip of how my current folder structure appears. It's identical to yours, except there are no button files in the General Folder. Since you were kind enough to include a file name, I did a search on that specific one and it's nowhere to be found on my hard drive. Hmmm....
    I've seen others remark on how... "challenging".... Adobe's instructions can be sometime. I'll admit to having the same feeling when I was trying to download and install all the content files and the 7-zip stuff. Is the answer somehow that I screwed up that?  Note the 7-zip folder right above the Adobe folder. Here's a screen shot of that expanded folder contents:
    Does that look like you think it should? Have I not installed or extracted something correctly?
    Finally, the only other thing I can think of to give you as much info as you might need is to include a screenshot of where the "Functional Content" stuff got saved. Adobe's instructions about this (if I recall correctly) were that it did NOT have to be installed anywhere specific, but you then had to go into Encore (& Premiere) and through preferences point to this stuff, which I believe I did. But I don't see any button type files in these anyway.
    Other thoughts or advice?
    Thanks!

  • Mac OS 10.10.2 is installed and can open documents on my new Mac Air but an error message occurs with I try to attach a PDF to emails.  Any thoughts?  Apple was unable to help.

    Mac OS 10.10.2 is installed and can open documents on my new Mac Air but an error message occurs when trying to attach a PDF to emails.  Apple was not able to fix.  Any thoughts?

    The message says:
    Please wait
    If this message is not eventually replaced by the proper contents of your document, your PDF viewer may not be able to display this type of document. 
    Then it goes on to suggest an Reader upgrade, which I already did. 

Maybe you are looking for

  • Exchange Office Web Apps Preview Does not work in OWA (web)

    I have setup Exchange 2013, Lync 2013, SharePoint 2013, IIS as a Reverse Proxy Server, an Office Web Apps Server, etc, etc. Everything is setup to use SSl (https) and everything works great EXCEPT... Office Web Apps... and ONLY via Exchange and OWA (

  • Problem with return value of stored function

    Hi, I've made a stored function that insert a new row in a table and return the primary key (see at the end of the message the function script). In VS 2005 with Visual basic, using the designer, I've created a dataset containing a tableAdapter to be

  • C30 and Samsung SyncMaster 2243BW in VGA

    Hi,  I got a C30 and a Samsung SyncMaster 2243BW, i use VGA to connect the screen. I got the message on my screen : Not optimum mode. Recommended 1680x1050 60Hz Analogic (the image is from internet but it the same. I use an adaptateur DVI VGA and a V

  • DMP not booting properly

    Hi Team, I am trying to upgrade my DMP(4400G) from 5.2.1 to 5.2.2 version. During the last upgrade from 5.1 to 5.2.1 few units got some problem. Now these units are not discovered by DMM or even i don,t get Display(CISCO page with IP add). I tried to

  • Is there an app to track internet usage of other apps?

    I know you can check your overall usage from your phone. But is there an app which tracks how much I use on specific apps, GPS, Safari, Youtube etc.?