Offline data synchronization in azure mobile services on windows server 2008

Hi,
I have a class library which insert data into tables in azure mobile services on windows server 2008 OS for windows universal C# platform. I am trying to insert data using offline data synchronization.
I had installed SQLite runtime for windows 8.1 and windows phone 8.1, but unable to add reference 'SQLite for Windows Runtime(Windows8.1)'.
Please guide me whether windows server 2008 OS supports offline data synchronization in azure mobile services.
Thank you.

I also have a Windows Server 2012 R2 system using Azure Backup, and I don't have the problem. However, you probably noticed that you use a different Azure Backup installation download for Windows Server 2008 R2 vs. Windows Server 2012 R2. Although both
show the same Microsoft Azure Recovery Services Agent version 2.0.8692.0 installed, my Windows Server 2012 R2 also lists Microsoft Azure Backup for Windows Server Essentials version 6.2.9805.9 installed as well. It could be the case the my problem with the
CATALOG FAILURE 0x80131500 errors is something specific to the version of Azure Backup installed on my Windows 2008 R2 servers.
Trilon, Inc.

Similar Messages

  • Indexing .cfm files using Indexing Service on windows server 2008 and IIS 7.0

    Hi All,
    Anyone knows why .cfm files would not get indexed by Indexing Service on windows server 2008 and IIS 7.0.  This is a coldfusion website using Indexing Service for site search.  There are a lot of cfm pages indexed as unknown files.   Any clues on how this can be fixed?
    Thanks!

    You might try editing your registry so that *.cfm, *.cfc, and other ColdFusion related files are treated as text files by the Windows search feature.  See link below.
    http://www.dougknox.com/xp/tips/xp_bad_search.htm
    Disclaimer: I am not a Windows system admin.  You might try posting this question to a Windows specific forum.

  • AD Management Gateway Service for Windows Server 2008 SP2

    Hey,
    I'm having the same issue as in this thread.
    https://social.technet.microsoft.com/forums/windowsserver/en-US/93be1866-8aa8-4004-be95-113b7a4faef2/ad-management-gateway-service-for-windows-server-2008-sp2
    And trying to follow the 5 step procedure listed in the 3rd post, but am stuck on step 5, getting the hotfix from Microsoft. The link posted from the Hotfix page is just a generic Microsoft Support page. Which is not helpful. How do I actually contact them
    (phone # or email address) to get the software?
    Thanks In Advance,

    No luck. I've tried the chat which asks which Windows version Im using and there's no Server 2008 only desktop versions. I called and after talking with 3 people I got cut off. There has to be an easier way to get a simple file downloaded.
    You can hire me to do it for you.  I am always successful at contacting MS Support. 
    You didn't follow the instructions I  posted.
    Reach us over the phone at 1-800-642-7676 (TTY: 1-800-892-5234)
    http://smallbusiness.support.microsoft.com/en-us/contact/
    Click Technical Support for Chat.                     
    GREAT BIG BLUE BUTTON SAYS "Technical Support" - CLICK IT AND SELECT WINDOWS SERVER AT THE BOTTOM OF THE LIST.
    It is really that easy.
    ¯\_(ツ)_/¯

  • Windows update KB2964444 broke Event Logging Service and SQL Agent Service on Windows Server 2008 R2

    I got the following problem:
    I discovered that on my Windows Server 2008R2 machine the event logging stopped working on 04/May/2014 at 03:15.
    Also, SQL Agent Service won't run
    The only change that day was security
    update KB2964444 - Security
    Update for Internet Explorer 11 for Windows Server 2008 R2for x64-based Systems, that was installed exactly 04/May/2014 at 03:00. Apparently, that's what broke my machine...
    When I try to start Windows Event Log via net
    start eventlog or via Services
    panel, I get an error:
    C:\Users\Administrator>net start eventlog
    The Windows Event Log service is starting.
    The Windows Event Log service could not be started.
    A system error has occurred.
    System error 2 has occurred.
    The system cannot find the file specified.
    I tried:
    restarted the OS (virtual on the host's VMWare).
    re-checked the settings in services menu -they are like in the link.
    checked the identity in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\eventlog -
    the identity is NT
    AUTHORITY\LocalService
    gave all Authenticated Users full access to C:\Windows\System32\winevt\Logs
    ran fc /scannow - Windows Resource Protection did not find any integrity violations.
    went to the file %windir%\logs\cbs\cbs.log -
    all clean, [SR] Repairing 0 components
    EDIT: Uninstalled the recent system updates and rebooted - didn't help
    EDIT: Sysinternals Process Monitor results when running start service from services panel (procmon in elevated mode):
    filters:
    process name is svchost.exe : include
    operation contains TCP : exclude
    the events captured are:
    21:50:33.8105780 svchost.exe 772 Thread Create SUCCESS Thread ID: 6088
    21:50:33.8108848 svchost.exe 772 RegOpenKey HKLM SUCCESS Desired Access: Maximum Allowed, Granted Access: Read
    21:50:33.8109134 svchost.exe 772 RegQueryKey HKLM SUCCESS Query: HandleTags, HandleTags: 0x0
    21:50:33.8109302 svchost.exe 772 RegOpenKey HKLM\System\CurrentControlSet\Services REPARSE Desired Access: Read
    21:50:33.8109497 svchost.exe 772 RegOpenKey HKLM\System\CurrentControlSet\Services SUCCESS Desired Access: Read
    21:50:33.8110051 svchost.exe 772 RegCloseKey HKLM SUCCESS
    21:50:33.8110423 svchost.exe 772 RegQueryKey HKLM\System\CurrentControlSet\services SUCCESS Query: HandleTags, HandleTags: 0x0
    21:50:33.8110705 svchost.exe 772 RegOpenKey HKLM\System\CurrentControlSet\services\eventlog SUCCESS Desired Access: Read
    21:50:33.8110923 svchost.exe 772 RegQueryKey HKLM\System\CurrentControlSet\services\eventlog SUCCESS Query: HandleTags, HandleTags: 0x0
    21:50:33.8111257 svchost.exe 772 RegOpenKey HKLM\System\CurrentControlSet\services\eventlog\Parameters SUCCESS Desired Access: Read
    21:50:33.8111547 svchost.exe 772 RegCloseKey HKLM\System\CurrentControlSet\services SUCCESS
    21:50:33.8111752 svchost.exe 772 RegCloseKey HKLM\System\CurrentControlSet\services\eventlog SUCCESS
    21:50:33.8111901 svchost.exe 772 RegQueryValue HKLM\System\CurrentControlSet\services\eventlog\Parameters\ServiceDll SUCCESS Type: REG_SZ, Length: 68, Data: %SystemRoot%\System32\wevtsvc.dll
    21:50:33.8112148 svchost.exe 772 RegCloseKey HKLM\System\CurrentControlSet\services\eventlog\Parameters SUCCESS
    21:50:33.8116552 svchost.exe 772 Thread Exit SUCCESS Thread ID: 6088, User Time: 0.0000000, Kernel Time: 0.0000000
    NOTE: previoulsy, for
    21:46:31.6130476 svchost.exe 772 RegQueryValue HKLM\System\CurrentControlSet\services\eventlog\Parameters\ServiceDll SUCCESS Type: REG_SZ, Length: 68, Data: %SystemRoot%\System32\wevtsvc.dll
    I also got NAME
    NOT FOUND error ,so I created the new string value for the Parameters with
    the name ServiceDll and
    data %SystemRoot%\System32\wevtsvc.dll (copied
    from the upper HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog key)
    and this event now is
    21:46:31.6130476 svchost.exe 772 RegQueryValue HKLM\System\CurrentControlSet\services\eventlog\Parameters\ServiceDll SUCCESS Type: REG_SZ, Length: 68, Data: %SystemRoot%\System32\wevtsvc.dll
    I also checked for the presence of wevtsvc.dll in
    the place and it's there.
    Also, I tried to capture all events with path containing 'event' and
    got following events firing every several seconds:
    21:38:38.9185226 services.exe 492 RegQueryValue HKLM\System\CurrentControlSet\services\EventSystem\Tag NAME NOT FOUND Length: 16
    21:38:38.9185513 services.exe 492 RegQueryValue HKLM\System\CurrentControlSet\services\EventSystem\DependOnGroup NAME NOT FOUND Length: 268
    21:38:38.9185938 services.exe 492 RegQueryValue HKLM\System\CurrentControlSet\services\EventSystem\Group NAME NOT FOUND Length: 268
    Also, I tried to capture all the events containing 'file',
    excluding w3wp.exe,
    chrome.exe, wmiprvse.exe, wmtoolsd.exe, System and it shows NO attempts to access any file ih the time I try to start
    the event logger (if run from cmd - there are several hits by net executable,
    not present if run from the panel).
    What can be done?

    Hi,
    I don’t found the similar issue, if you have the IE 11 please try to update system automatic or install the MS14-029 update.
    The related KB:
    MS14-029: Security update for Internet Explorer 11 for systems that do not have update 2919355 (for Windows 8.1 or Windows Server 2012 R2) or update 2929437 (for Windows 7
    SP1 or Windows Server 2008 R2 SP1) installed: May 13, 2014
    http://support.microsoft.com/kb/2961851/en-us
    Hope this helps.
    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.

  • OS Error in starting the OCFS Service on windows server 2008

    Hi,
    Installing the Oracle 11g R1 CRS on windows server 2008 operating system . It is displaying the folllowing error message
    ERROR : OS in Error in starting the OCFS Service
    Can any one please tell what could be the issue ..
    Thank You

    Solved this after some trawling through xml configuration files on the server.
    The file C:\Oracle\product\11.1.0\db_1\owb\j2ee\config\http-web-site.xml contains the reference to keystore.jks:
              <ssl-config keystore="*%ORACLE_HOME%*/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    changing this to:
              <ssl-config keystore="C:\Oracle\product\11.1.0\db_1/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    and the OC4J container starts successfully.
    Regards,
    -Haakon-

  • Installing forms 11gr2 services on windows server 2008 r2 64 bit

    hello,
    I successfully installed on windows 7 64 bit my developer forms & reports 11gR2 with weblogic 10.3.5 , jdk 1.6.0_+.
    Now i want to install in it in windows server 2008 R2 64bit, to deploy the application i created as a test.
    Question.
    1. Can I used the same installation set up , step, procedure as the development mode by only changing the installation mode to production mode in windows 2008R2?
    1.1 Do I need to create domain first after install the weblogic or it is like the development mode that the FRM_installation will create its classic domain?
    2. Can I used it without the fusion middleware?
    3. It is compatible version for forms 11gr2 for Oracle Fusion Middleware 11g Release 1 (11.1.1.6.0) ? << doubted not compatible.
    4. It is valid if i only install weblogic server 10.3.5 without the fusion middleware? Am I or other clients can able to access it?
    5. It is will be a AS server even if without the repository creation?
    Note : i only need the forms&report server services to run our application on windows server 2008 R2 64 bit and compile respectedly.
    I ve done it with OAS 10g before but different procedures now since forms 11gr2 is using now weblogic server.
    Thank you very much.

    ... i want to install in it ... , to deploy the application i created as a test If you chose the "Development" install option during the installation of 11.1.2 you would have everything you needed to run your form. The only significant difference between the Dev and Deploy installation is the that in the Dev install type the Forms and Reports Servlets are deployed into the Admin server Managed server rather than creating a unique one for each. For local testing purposes, this should be sufficient for most cases. If on the other hand you need a full installation (Deployment), I would recommend that you choose this option, but be sure to also include the Builders. The Builders are available for both install types. I would not recommend attempting to have both install types installed together although it likely can be done. Having both installed would likely create confusion and difficulty during troubleshooting.
    Important point. If you choose the Deployment option and include the Builders during that installation, you do not need to start everything in order to run a form. All that is needed is WLS_FORMS. All other processes can be stopped if system resources is a concern. For an actual production deployment, it is recommended that you route end-user requests through HTTP Server, but this is not required unless you plan to use SSO or other feature that is managed through HTTP Server.

  • Cannot see BITS service in Windows server 2008 R2

    Helo experts,
    I'm trying to enable BITS service in Windows Srv 2008 R2, where my SCCM 2012 primary server installed.
    But the BITS service is not appearing in IIS7.
    Want to make sure the service is running before upgrading to sccm 2012 SP1
    thanks in advance, if someone can show the way..
    Reg,
    Chandri

    Have you added the BITS feature using Server Manager? You must have. It was a prerequisite for SCCM 2012 RTM.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Contribute Publishing Services and Windows Server 2008

    Has anybody been able to install Contribute Publishing Services 1.11 on a 32-bit Windows Server 2008?  Any information would be greatly appreciated.

    I was able to get it "installed" by copying a previous installation from Windows Server 2003 to Windows Server 2008. Got a blog post about it here:
    http://onceuponans.blogspot.com/2009/04/installing-contribute-publishing.html
    I think our next rev of the website probably won't use Contribute any more. Too bad, really - I rather liked it.
    -Andy

  • Dynamic Cache Service for Windows Server 2008 R2

    We have problem with Metafile memory overflow on our server that described on a lot of topics.
    I need DynCache for win2008r2 server.
    Could you please help us with this issue?

    By design.  The memory management algorithms in Windows 7 and Windows Server 2008 R2 operating systems were updated to address many file caching problems
    found in previous versions of Windows.You do not need to install this additional service.
    http://blogs.msdn.com/b/ntdebugging/archive/2009/02/06/microsoft-windows-dynamic-cache-service.aspx
    http://blogs.msdn.com/b/ntdebugging/archive/2007/11/27/too-much-cache.aspx
    http://www.arabitpro.com

  • B1DIEvent Service on Windows Server 2008 x64 - installation hanging

    I'm trying to install the B1DIEvent Service on a Windows 2008 x64 Server but the installation is not completing. It does create the directories in the SAP folder but the installer hangs at roughly 95%.
    It seems to not be able to register the service on the server.
    Does anyone know if there would be compatability issues with Wondows 2008 Server x64? Or are there any speciffic steps that I can take to install this?
    I have installed MSMQ on the server.
    Any help would be appreaciated.
    Best wishes
    Edu van Zyl

    Hi Edu,
    Did you followed the instructions compiled in the other threads showing how to recompile the dll???
    Just follow step by step what is described there, it should work.
    DI EVENT SERVICE ON 64 SERVER
    1. Change compilation option to x64
    2. You have to replace the following 2 lines modified marked with:
    char msg[ 398 ]; // Old was mgs[378]
    sock, msg, 398, 0, (const struct sockaddr*)&sAddr, sizeof(struct
    sockaddr_in));
    3. Replace the old dll by the new one compiled
    4. Don't forget to register the dll (after compiling and copying in the right folder):
    C:\WINDOWS\SysWOW64>regsvr32.exe "C:\Program Files (x86)\SAP\SAP Business
    One DI Event Service\SAP Business One DI Event Server\SBO_SP_TransactionNotification\B1DIEventsSender.dll"
    Both Ad and Andres succeeded to do it.
    Hope it helps
    Trinidad.

  • Problem starting Repository Browser Service on Windows Server 2008

    Using the default Warehouse Builder installation in the 11g (11.1.0.7.0) databaseinstallation on a clean Windows Server 2008 64-bit installation.
    Warehouse Builder installed and populated ok, OWB client works fine etc.
    When trying to start the Repository Browser listener by running the startOwbbInst.bat, the OC4J container crashes with the following error in the \owb\j2ee\log\oc4j\log.xml:
    +<MSG_TEXT>Could not create Secure http listener due to {0}</MSG_TEXT>+
    +<SUPPL_DETAIL><![CDATA[java.io.FileNotFoundException: C:\Oracle\product\11.1.0\db_1\owb\bin\admin\..\..\j2ee\config\%ORACLE_HOME%\owb\j2ee\config\keystore.jks (The system cannot find the path specified)+
    +     at java.io.FileInputStream.open(Native Method)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:106)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:66)+
    +     at oracle.oc4j.security.OC4JSSLSocketFactory.getStoreIn(OC4JSSLSocketFactory.java:253)+
    (The local_service_login.bat works fine).
    We're starting this as an administrator user in Win2008.
    All parameteres in the setowbenv.bat seems to be correct as far as I can tell. There is a strange reference to %ORACLE_HOME% in the above log, of which I've no idea where it is coming from....
    Identical installation worked fine on a 64-bit Windows Server 2003, - so can this be something related to a new security model in Windows Server 2008?
    (I found a posting regarding problems with the startOwbbInst.bat on Vista  [here |http://forums.oracle.com/forums/thread.jspa?messageID=2275781&#2275781] - so maybe.... however, the quickfix mentioned there did'nt help us here...)
    Anyone experienced similar problems (and preferably solved them) on Windows Server 2008 and/or Vista?
    Regards,
    -Haakon-

    Solved this after some trawling through xml configuration files on the server.
    The file C:\Oracle\product\11.1.0\db_1\owb\j2ee\config\http-web-site.xml contains the reference to keystore.jks:
              <ssl-config keystore="*%ORACLE_HOME%*/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    changing this to:
              <ssl-config keystore="C:\Oracle\product\11.1.0\db_1/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    and the OC4J container starts successfully.
    Regards,
    -Haakon-

  • "No databases are selected to publish" when trying to publish Azure Mobile Services

    Hi, all. I had no idea what started the problem. I even tried deleting the service and DB to start from fresh with just the starter project Todoitem. And I can see the DB under my Azure mobile services > configure > SQL server and SQL Databases. 
    This seems to be a common problem that people run into when I searched on Google or Bing. But interestingly the social MSDN post returned from both will bring me only to the social main forum instead of the forum post...

    No one else having this problem? This just happened on another developer that is contributing to the same repo. Again, I am able to publish just fine. It looks like the publish wizard really have some problem but I can't tell where that information is
    cached.

  • Oc4j as service on windows server.

    Hi experts
    I am trying to making oc4j as automatic service on windows server 2008 ,
    I research the forum and found some steps , i followed that but , it not working for me kindly help
    step i followed..
    I only installed developer 10g on my local machine and downloaded oc4j Standalone Version 10.1.2.0.2.
    1. Download the oc4j_client.zip for 10.1.2 from www.otn.oracle.com.
    2. Unzip oc4j_client.zip file into d:\oc4jclient. Download the ojdl.jar file and place it in the c:\oc4jclient folder.
    after that I unzipped oc4j Standalone file into c:\oc4jclient.
    at the end I followed metalink document How to Run OC4J 10.1.3 As a Windows Service? [ID 742424.1]
    1. Download JDK 1.5 and install it
    2. Download JavaService-2.0.10 from:
    http://forge.objectweb.org/project/showfiles.php?group_id=137
    3. From command line enter the following command:
    javaservice -install “Oracle BI EE OC4J” “C:\Program Files (x86)\Java\jdk1.5.0_15\jre\bin\server\jvm.dll”
    -XX:MaxPermSize=128m “-Djava.class.path=C:\oc4j\j2ee\home\pc4j.jar”
    -start oracle.oc4j.loader.boot.BootStrap -err "c:\log\oc4j.err.txt -description “Oracle BI EE OC4J Service”
    *error i got*
    {code}
    C:\>javaservice -install "Oracle BI EE OC4J" "C:\Program Files (x86)\Java\jdk1.5
    .0_15\jre\bin\server\jvm.dll"
    'javaservice' is not recognized as an internal or external command,
    operable program or batch file.
    C:\>-XX:MaxPermSize=128m "-Djava.class.path=C:\oc4j\j2ee\home\pc4j.jar"
    The filename, directory name, or volume label syntax is incorrect.
    C:\>-start oracle.oc4j.loader.boot.BootStrap -err "c:\log\oc4j.err.txt -descript
    ion "Oracle BI EE OC4J Service"
    '-start' is not recognized as an internal or external command,
    operable program or batch file.thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    got it working finally

  • Windows Server 2008 R2 - Fax service fails daily.

    Hi,
    We are experiencing a daily crash of the fax service on Windows Server 2008 R2.
    We have installed the hotfix as mentioned here: http://support.microsoft.com/kb/973640 but still getting daily crashes.
    Someone mentioned here that Microsoft wrote a code injection application that fixed it but I can't find that anywhere.
    Any help appreciated.
    Thanks
    Event 1000
    Faulting application name: fxssvc.exe, version: 6.1.7600.20788, time stamp: 0x4c75f01a
    Faulting module name: cdosys.dll_unloaded, version: 0.0.0.0, time stamp: 0x4a5bde95
    Exception code: 0xc000041d
    Fault offset: 0x000007fedb5fd258
    Faulting process id: 0x3124
    Faulting application start time: 0x01cbee176ffb3077
    Faulting application path: C:\Windows\system32\fxssvc.exe
    Faulting module path: cdosys.dll
    Report Id: fff4e925-5a0c-11e0-821f-002564fcea0f
    Event 1001
    Fault bucket , type 0
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: fxssvc.exe
    P2: 6.1.7600.20788
    P3: 4c75f01a
    P4: cdosys.dll_unloaded
    P5: 0.0.0.0
    P6: 4a5bde95
    P7: c000041d
    P8: 000007fedb5fd258
    P9:
    P10:
    Attached files:
    C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp\WERBAD4.tmp.appcompat.txt
    C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp\WERBAF4.tmp.WERInternalMetadata.xml
    C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp\WERBB05.tmp.hdmp
    C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp\WERBC1F.tmp.mdmp
    These files may be available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_fxssvc.exe_89b8f5e86df31f4ed956a0a2c86825db0c72af9_cab_56f4bd34
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: fff4e925-5a0c-11e0-821f-002564fcea0f
    Report Status: 4

    Hi,
    Thanks for the post.
    We may have to analyze memory dump file to narrow down the cause of this issue, forum is not the best place for analyzing dump. It’s suggested to contact Microsoft Customer Support Services (CSS) so that a dedicated Support Professional can help you
    on this issue.
    To obtain the phone numbers for specific technology request please take a look at the web site listed below.
    http://support.microsoft.com/default.aspx?scid=fh;EN-US;PHONENUMBERS
    If you are outside the US please see http://support.microsoft.com for regional support phone numbers. 
    Thanks,
    Miles
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Azure Mobile Service as Data Source - "undefined"

    I'm trying to access Azure Mobile Service from my Siena app, I created the zz_config table and added
    the key/value pair, but no matter what I try I always get back only one item called 'undefined' in the Siena app.
    I tried adding the correct schema in the value of the zz_config table but it also didn't work.
    Any sugestions?
    Thanks.

    wowsie, that was the clue, THANK you   Robin!
    Now I got the name of the Table into Siena. One step futher for me also!   great!  
    Okey, it's worked now...   :)
    Here is some screenshots:
    Best regards Terje F - Norway

Maybe you are looking for

  • IWeb 08 error message "The file format is invalid"

    I have been reading all of the problems regarding publishing iweb pages at the moment, I too cannot publish my site but I get a different error message "The file format is invalid" Can anyone help as to why I might be getting this message? My iDisk s

  • [Solved] Error installing Flash 64bit from AUR

    I tried installing the 64bit flash from here :http://aur.archlinux.org/packages.php?ID=21601, using 'yaourt -S flashplugin-alpha-64 10.0.d20.7-3' It will say: Downloading 10.0.d20.7-3 PKGBUILD from AUR Error: 10.0.d20.7-3 not found in AUR. So i tried

  • Gtkpod won't recognize ipod touch

    I've installed gtkpod and ifuse in the hopes that I can synch with my 2nd generation ipod touch running iOS 3.1.2. With ifuse I am able to mount the ipod successfully and have no trouble reading or writing to the mount. When I run gtkpod -m /mnt/ipod

  • SAP with  Louts Notes

    Hi All, Is there a possiblility of accessing data in Louts Notes(Mail server) from SAP server.. If so plz let me know how to go abt it. regards, sharath.

  • Data can not inserted in csv

    Hi friends SQL> create table supplier_csv ( 2 code Number(10), 3 name Varchar2(100), 4 address Varchar2(255), 5 tin_number varchar2(25), 6 contact_person varchar2(100), 7 contact_number varchar2(50), 8 party_type varchar2(20) 9 ) 10 organization exte