GetPrimaryKeyDictionary doesn't exists in System.Web.DynamicData

Hi! I have a problem with function GetPrimaryKeyDictionary (http://msdn.microsoft.com/en-us/library/system.web.dynamicdata.metatable.getprimarykeydictionary(v=vs.110).aspx) in System.Web.DynamicData. It doesn't exists in this namespace and for
me this class is necessary to create an audit under dataclasses. Can you help me?

Please post ASP.NET related questions in the ASP.NET forums (http://forums.asp.net ).
In regards to your question make sure you have the v4+ version of System.Web.DynamicData referenced in your project.  Also provide the code you're having an issue with.  It is possible it is simply a namespace issue.
Michael Taylor
http://msmvps.com/blogs/p3net

Similar Messages

  • The type or namespace name 'Optimization' does not exist in the namespace 'System.Web'

    App_Start\BundleConfig.cs (1): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     Global.asax.cs (4): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\BundleConfig.cs (8): The type or namespace name 'BundleCollection' could not be found (are you missing a using directive or an assembly reference?)
    I'm getting the above errors when attempting to create a remote build.
    I've tried the solution found here (http://blog.davidebbo.com/2014/01/the-right-way-to-restore-nuget-packages.html) but no luck.

    Hi,
    I have an asp.net mvc project in Visual Studio 2013. I'm hosting it on Visual Studio Online. 
    The project builds fine on my local machine/Visual Studio 2013. When i try to do a build on Visual Studio Online (i created a build definition there), i get similar errors. 
     App_Start\BundleConfig.cs (2): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\FilterConfig.cs (2): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\RouteConfig.cs (5): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     Controllers\HomeController.cs (5): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     Controllers\HomeController.cs (9): The type or namespace name 'Controller' could not be found (are you missing a using directive or an assembly reference?)
     Global.asax.cs (5): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     Global.asax.cs (6): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\BundleConfig.cs (9): The type or namespace name 'BundleCollection' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\FilterConfig.cs (8): The type or namespace name 'GlobalFilterCollection' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\HomeController.cs (11): The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\HomeController.cs (16): The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\HomeController.cs (23): The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?)
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35,
    processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "System.Web.Optimization". Check to make sure the assembly exists on disk. If this
    reference is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL".
    Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35,
    processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35,
    processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35,
    processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "WebGrease". Check to make sure the assembly exists on disk. If this reference is required
    by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "Antlr3.Runtime". Check to make sure the assembly exists on disk. If this reference
    is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "Newtonsoft.Json". Check to make sure the assembly exists on disk. If this reference
    is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Assembly strong name "System.Web.Mvc, Version=__MvcPagesVersion__, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" is
    either a path which could not be found or it is a full assembly name which is badly formed. If it is a full assembly name it may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('),
    Backslash(\).

  • Message VF041 after System refresh - Billing document doesn't exists

    Hi ,
    We recently refreshed our QAS system and from then on we are having a strange problem .
    The issue is whenever I create a billing document ,it gives me a document number ,but when I try to view this in Vf02/03 it says "Document doesn't exists"
    when I checked the dump in ST22 , it says "A RAISE statement in the program ( Z print program for Invoice)raised the exception condition "FILE OPEN ERROR".
    I went and changed the Dispatch time to "Send with periodically scheduled job or Send with application own transaction " and it works . But Whenever the dispatch time is "Send immediately" it fails and throws a dump.
    Have anyone come across this error .We are getting this problem everytime after refresh . Do we need to do anything after refresh to avoid this kind of error.
    Thanks
    Sridhar

    Hi,
    Based on the sales order the following billing document was created. If i do VF02 to release FI posting that time system is giving the following error message.
    Billing document 8230231 does not exist
    Message no. VF041
    Diagnosis
    The billing document you specified does not exist.
    This document was possibly archived.
    govind

  • Business System doesn't exist in the SLD

    Hi,
        Im trying to import XI content into the Integration directory. when i logged into Integration directory I clicked <i>Tools -> Import Configuration Objects</i>.
        Im getting a dialog window saying "Business System <Business system name> doesn't exist in the SLD.
       but when i gave t-code SLDCHECK in the PI system, i could see that business system as maintained in the SLD.
       also i could successfully import the XI content for Integration Repository.
       Any suggestion is highly appreciated
    Thanks
    Sourav

    Hi ,
      we have done a migration from AAIX to HPUX. I have performed some post installation steps as part of this.
       As partof this i have followed the post installation steps for PI usage type. I have changed some com.sap.aii parameters to reflect to the current target systems.
      also *** a part of this i refreshed the CPAcache b giving the follwing URL http://<host>:<Java-Port>/CPACache/refresh?mode=full with login id as PIDIRUSER and password. but its gving something like below...
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource 'http://sapdxh:54000/CPACache/refresh?mode=full'. Line...
    CPA cache refresh (mode=full) successfully executed in 62009 milliseconds.
    ^
      so is this causing the problem or are there any connection parameters in XI profile to be looked at more spsecifically ??
      please suggest as im not able to find out this error and its on high priority to solve.
    Thanks
      Sourav

  • Web Service Data Control option doesn't exist in JDeveloper

    I have tried to find similar question but have not;
    I am using JDeveloper 10.1.2.1 - after selecting Business Tier from a New Gallery dialog box, and then selecting Web Services, I am expecting to see the option "Web Service Data Control" but it doesn't exist. The only 2 options I see are "SOAP Server Connection" and "UDDI Registry Connection". Any ideas why I am not seeing this option. I tried installing the 11.1.2.1 JDeveloper but I see the same choices there too. Any guidance or ideas would be very much appreciated.

    Thanks for the quick response. That was way to easy - I just didn't see that option. Thank you very much for pointing it out.
    FYI - This worked on the 11.1.2.1 install but not on the ver10 install. As long as it works on one of them I am off and running. Thanks again.

  • Web Service error: User [oc4jadmin] does not exist in system

    Attempting to create a HelloWorld Web Service (WS) using JDeveloper 10.1.3 and deploying to OAS10g 10.1.3. Create the WS, deploy to OAS10g, test the Service from OAS10g - not a problem!
    Then enable WS-Security and specify a cleartext password - ONLY. Then when test it from OAS10g I get the following output (HTTP Analyzer): User [oc4jadmin] does not exist in system.
    Which is patently false as I login with oc4jadmin!
    Anyone have an idea what is going on here???????
    THANKS - Casey
    P.S. Thanks in advance for any help

    Casey, see if either of these help:
    Securing a Web Service Client Using WS-Security (viewlet)
    http://www.oracle.com/technology/products/jdev/101/viewlets/101/xesecureunitedloanclient_viewlet_swf.html
    Securing Web Services using JDeveloper and WS-Security
    http://www.oracle.com/technology/products/jdev/101/howtos/securews/index.html
    Oracle JDeveloper 10g (10.1.3) Documentation: Working with Web Services
    http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state/content/navId.4/navSetId._/vtAnchor.CJAEHFJD/vtTopicFile.adfdevguide%7Cweb_services%7Ehtm/

  • Album that appears in my Web Gallery that doesn't exist in my iPhoto 08?

    I posted an Album then tried to delete it and it's still there. Now I have two Albums with the same name. How can I delete it when I can't even see it in iPhoto? URL: http://gallery.mac.com/rickvargas123#gallery
    The Tokyo Album with 82 photos is the one that doesn't exist in my iPhoto. The Tokyo Album 112 photos is the one that does exist and is editable.
    Anyone know?
    Rick

    Rick:
    Mount your iDisk and go to the Web/Sites/-gallery folder. See how many folders are located in there. You might have to delete them all via the Finder and republish your galleries again.
    By the way, your 112 Tokyo gallery is listed at 101 photos when I visit. Wonderful pictures.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • I installed Trapcode plugin but it doesn't exist in my aftereffect...I purchased Adobe Creative Cloud so... cloud system can't allow other plugin??

    My english is bad.
    wow
    hi
    Happy new year.
    I installed Trapcode plugin but it doesn't exist in my aftereffect...I purchased Adobe Creative Cloud so... cloud system can't allow other plugin??

    Did you use the standard Red Giant installer for the latest versions? Previous versions of the Trapcode suite may not be compatible but the latest ones are.

  • SAP Web Dispatcher - Object Cert doesn't exist.....?

    Has anyone ever experienced this error before?  This error came about when I created a "Verification PSE" in STRUST to move over onto the webdispatcher.
    [Thr 3516] *** ERROR =>   secudessl_Create_SSL_CTX():  PSE "C:\Program Files\SAP\SAPWebDisp\DEV\<domain folder>\sec\SAPSSLC.PSE" not found! [ssslsecu.c   1354]
    [Thr 3516] secudessl_Create_SSL_CTX: SSL_CTX_set_default_pse_by_name() failed --
      secude_error 4130 (0x00001022) = "Object Cert doesn't exist"
    [Thr 3516] >> -
    Begin of Secude-SSL Errorstack -
    >>
    [Thr 3516] ERROR in SSL_CTX_set_default_pse_by_name: (4130/0x1022) Object Cert doesn't exist
    ERROR in ssl_set_pse: (4130/0x1022) Object Cert doesn't exist
    ERROR in af_pse_get_Certificate_static: (4130/0x1022) Object Cert doesn't exist
    [Thr 3516] << -
    End of Secude-SSL Errorstack -
    [Thr 3516] *** ERROR => SapISSLAddCredential(): Error SSSLERR_PSE_ERROR trying to create CLIENT Credential
            for "C:\Program Files\SAP\SAPWebDisp\DEV\<domain folder>\sec\SAPSSLC.PSE" [ssslxxi.c    2278]
    [Thr 3516] *** ERROR => Initialization of SSL library failed -- NO SSL available!
    Also this error occurs when I tried to "export certificate" from STRUST.
    [Thr 3384] >> -
    Begin of Secude-SSL Errorstack -
    >>
    [Thr 3384] ERROR in SSL_CTX_set_default_pse_by_name: (4356/0x1104) PSEFile
    ERROR in ssl_set_pse: (4356/0x1104) PSEFile
    ERROR in af_open: (4356/0x1104) PSEFile
    ERROR in secsw_open: (4356/0x1104) PSEFile
    ERROR in sec_parse_PSEInfo_cont: (4356/0x1104) PSEFile
    ERROR in d_PSEFile: (18/0x0012) decoding error for : "PSEFile"
    [Thr 3384] << -
    End of Secude-SSL Errorstack -
    [Thr 3384] *** ERROR => SapISSLAddCredential(): Error SSSLERR_PSE_ERROR trying to create CLIENT Credential
            for "C:\Program Files\SAP\SAPWebDisp\DEV\<domain folder>\sec\SAPSSLC.PSE" [ssslxxi.c    2278]
    [Thr 3384] *** ERROR => Initialization of SSL library failed -- NO SSL available!
    What I'm trying to do is create the SSL connection between the dispatcher and the SAP Web AS.

    Hi,
    From the error it is clear that it is unable  to access the SAPGENPSE.
    Go the fallowing location c:\programfiles\sap\sapwebdisp\dev\domain\sec  and  see if there is sapsslc.pse file if this dosent   exist fallow the below procedure.
    go the c:\programfiles\sap\sapwebdis\  and  execute the fallowing command
    sapgenpse get_pse -p "c:\programfiles\sap\sapwebdisp\dev\domain\sec\SAPSSLS.pse" -noreq "CN=<FQDN>, OU=<InstallationNumber>, OU=SAP Web As, O=SAP Trust Community, C=DE
    Please revert back if you have troubles.
    Kind Regards,
    vamsi.

  • System throwing error " ibase object doesn't exist"

    Dear Friends;
    in the transaction ib52 when im putting the component number and pressing enter the system is showing me the error
    "ibase objec doesn't exist" . Which means system not  allowing to search ibase using the component number.
    Please help.
    shibashish banerjee

    Dear Denis,
    When I'm putting the component and pressing enter the system should automatically display the ibase related to this component right?
    Instead of this the system is throwing me the error " ibase object does'nt exist" . which i feel is incorrect . As per me system should automatically show me ibase , when i enter the component number and press enter.
    I checked in ibib and ibin tables as well. No conclusion.
    Regards
    shibashish banerjee

  • DataSource for 0SD_C02 doesn't exist in Source System

    Hi Friends,
    I think the title explain all the problem.
    I want to load the 0SD_C02 infocube and I know that I have to do it with the infosource 2LIS_01_S005, but when I go to R/3 to search for it, the system tells me that it doesn't exist.
    I've proved with the Tcode RSA3 to verify the extractor and it gives me the same answer "Infosource 2LIS_01_S005 doesn't exist in Source System".
    Does anybody know how to load this infocube?
    Thanks in advance.
    Francis.
    Following with the same problem.
    I want to load data on 0SD_C02, 0SD_C03 & 0SD_C05. C03 & C05 has datasources named like 2LIS_11/2/3... I have these ones in R/3, but the datasources named like 2LIS_01_* aren't exist in R/3,
    How can I load data in these infocubes?
    Thanks in advance,
    Francis.
    Message was edited by:
            Francis Estevez

    I think you have to install it via RSA5 transaction in your source system...
    Hope it helps!
    Bye,
    Roberto

  • Procedure doesn't exist with web PL/SQL

    Sometimes have the following error even if the dad connexion is already configured
    Mon, 10 May 2004 17:12:33 GMT eguide: PROCEDURE DOESN'T EXIST DAD name: owa PROCEDURE : eguide URL : http://192.168.254.182/pls/owa/rdp.Index0?login=360
    PARAMETERS : ============ loc: my ENVIRONMENT: ============ PLSQL_GATEWAY=WebDb GATEWAY_IVERSION=2 SERVER_SOFTWARE=Apache/1.3.12 (Unix) ApacheJServ/1.1 mod_perl/1.22 GATEWAY_INTERFACE=CGI/1.1 SERVER_PORT=7777 SERVER_NAME=siargao.infophil.com REQUEST_METHOD=GET QUERY_STRING=loc=my PATH_INFO=/pls/jobs/eguide SCRIPT_NAME=/pls REMOTE_HOST= REMOTE_ADDR=64.9.131.102 SERVER_PROTOCOL=HTTP/1.0 REQUEST_PROTOCOL=HTTP REMOTE_USER= HTTP_CONTENT_LENGTH= HTTP_CONTENT_TYPE= HTTP_USER_AGENT=Java/1.4.2_01 HTTP_HOST=siargao.infophil.com:7777 HTTP_ACCEPT=text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 HTTP_ACCEPT_ENCODING= HTTP_ACCEPT_LANGUAGE= HTTP_ACCEPT_CHARSET= HTTP_COOKIE= Authorization= HTTP_IF_MODIFIED_SINCE=
    How could I resolve this problem

    Sorry, the error is like this
    Mon, 10 May 2004 17:12:33 GMT eguide: PROCEDURE DOESN'T EXIST DAD name: jobs PROCEDURE : eguide URL : http://siargao.infophil.com:7777/pls/jobs/eguide?loc=my PARAMETERS : ============ loc: my ENVIRONMENT: ============ PLSQL_GATEWAY=WebDb GATEWAY_IVERSION=2 SERVER_SOFTWARE=Apache/1.3.12 (Unix) ApacheJServ/1.1 mod_perl/1.22 GATEWAY_INTERFACE=CGI/1.1 SERVER_PORT=7777 SERVER_NAME=siargao.infophil.com REQUEST_METHOD=GET QUERY_STRING=loc=my PATH_INFO=/pls/jobs/eguide SCRIPT_NAME=/pls REMOTE_HOST= REMOTE_ADDR=64.9.131.102 SERVER_PROTOCOL=HTTP/1.0 REQUEST_PROTOCOL=HTTP REMOTE_USER= HTTP_CONTENT_LENGTH= HTTP_CONTENT_TYPE= HTTP_USER_AGENT=Java/1.4.2_01 HTTP_HOST=siargao.infophil.com:7777 HTTP_ACCEPT=text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 HTTP_ACCEPT_ENCODING= HTTP_ACCEPT_LANGUAGE= HTTP_ACCEPT_CHARSET= HTTP_COOKIE= Authorization= HTTP_IF_MODIFIED_SINCE=
    And could u give me the modplsql's web site?

  • Adding T-code to Role Area Menu which doesn't exist in box

    Hello,
    We are using a SAP system called QIM which has "jumplink" functionality, which is a web based linked (NWBC) which will launch you into a ERP system transaction when clicked. For example, in QIM we will display a outbound delivery, and if we click on the link it launches VL03N from the ERP system and displays as  web UI.
    In PFCG under area menu, this transaction code appears under the menu, but VL03N doesn't actually existing in the system... The issue is we created a custom object for inbound delivery and we need ot add it under this area, but when we attempt to add a transaction code under the Role Area, the system says the t-code doesn't exist... Even when we try this with an existing t-code showing in the menu (Vl03N) it says it doesnt exist. Same if we look at the authorization object S_TCODE. These t-codes exist in here, but when you try to readd them they system says it doesn't exist.
    Please find the attachments with some screen shots... Any idea how we can do this?

    You can create a role menu as remote enabled remote menu.
    The authority checks will happen on the remote side, also against objects which don't exist in the calling system as the music is on the other side.
    On the RFC client system side, you only need the parameter transaction to start the remote transaction in the remote system.
    See the documentation on SYST function module ABAP4_CALL_TRANSACTION.
    This is however a rather antiquated technology... it is more popular to use a SAP Portal or webdynpro applications for this sort of thing (the user does not notice the difference) or later versions of such integration such as Fiori UIs or imbedded links within the Business Client.
    I don't want to lean out the window too far, but the buggy phase of these new things is approaching an end and they are usable if you are on newer releases. Then you can pool the menu and use APIs for navigation and no more irritating S_TCODE checks.
    Cheers,
    Julius

  • [Solved]Boot from USB HDD - Root device doesn't exist. Major/minor

    My problem is that the kernel seems (or starts) to load, but then I get an error:
    Root device 'UUID=1234 . . .' doesn't exist.
    Attempting to create it.
    ERROR: Unable to determine major/minor number of root device "UUID=1234 . . .'
    You are being dropped into recovery shell
    I found a few links on the web and in the forums, but nothing that really solved it for me. The solved ones usually downgraded the kernel.  I haven't done that yet.  I thought I'd try here first.
    I have a 320GB USB HDD that I have been using to experiment with different linux distros.  I have a few working successfully (OpenSUSE,Mint,Ubuntu,Debian,Fedora,etc).  I'm very new at this but have been reading a lot and putting a lot of time into it.  I have legacy grub loaded on the MBR and use the menu.lst on my openSUSE partition to boot everything.  Because the partitions for some of the distros are so far into the disk I needed to create directories on openSUSE's /boot directory to contain the kernel and initrramfs files (like /boot/fedora).  This seems to work for the other distros.  I did the same thing for Arch.
    So when I installed Arch I haven't used the bootloader section of the installation.
    I'm using the 2011.08.09-netinstall-i686.iso Live CD.
    I tried a few things including:
    1.    changing the HOOKS in /etc/mkinitcpio.conf
        a.    adding usb to the "HOOKS"
        b.    removing and adding autodetect
        c.    adding and removing "sata_sil" (although I'm not even sure if my device uses it)
    2.    changing the kernel line:
        a.    from using "UUID=" to (hd0,1) to sdb1.
        b.    added rootdelay=8
    3.    repartition all of my arch partitions using cfdisk from my Live CD and reinstall. I used gparted on OpenSUSE to do it the first time.
    This may be connected. When I fdisk -l from the Arch Live CD I get extra data and an error for each of my arch partitions (and only my arch partitions):
    Disk does't contain a valid partition table
    When I fdisk -l from OpenSUSE I don't get the data paragraphs or errors about the arch partitions?
    Here is my /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    UUID=0e7556ef-b832-43e9-a8ba-c68dd2cd6143 /var reiserfs defaults 0 1
    UUID=510bb601-13c1-46ec-87c0-a800dd2efb8b / ext4 defaults 0 1
    UUID=cd78ab04-742d-4ba5-9727-90727de2dd14 swap swap defaults 0 0
    UUID=dc5685e3-35b0-46d4-b259-61f2530ff36a /home ext3 defaults 0 1
    And my HOOKS:
    HOOKS="base udev autodetect pata scsi sata usb filesystems usbinput"
    And my menu.lst:
    1
    default 0
    timeout 32
    gfxmenu (hd0,1)/boot/message
    ###openSUSE on sda2 - legacy grub
    title openSUSE 11.4 - Celadon - gnome
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.37.6-0.7-default root=/dev/disk/by-id/usb-Seagate_FreeAgent_GoFlex_NA0E702X-0:0-part2 resume=/dev/disk/by-id/usb-Seagate_FreeAgent_GoFlex_NA0E702X-0:0-part1 splash=silent quiet showopts nomodeset vga=0x314
    initrd /boot/initrd-2.6.37.6-0.7-default
    ###openSUSE failsafe on sda2 - legacy grub
    title Failsafe -- openSUSE 11.4 - 2.6.37.6-0.7
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.37.6-0.7-default root=/dev/disk/by-id/usb-Seagate_FreeAgent_GoFlex_NA0E702X-0:0-part2 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x314
    initrd /boot/initrd-2.6.37.6-0.7-default
    ###floppy###
    #title Floppy
    # rootnoverify (fd0)
    # chainloader +1
    ###Fedora on sda5 - legacy grub
    title Fedora 15-Lovelock gnome
    root (hd0,4)
    configfile /boot/grub/grub.conf
    ###Mint on sda6 - grub2
    title Mint 9 Lucid Lynx gnome
    root (hd0,5)
    kernel /boot/grub/core.img
    savedefault
    boot
    ###PCLinux on sda7 - legacy grub
    title PCLinuxOS 2011.6 KDE
    root (hd0,6)
    chainloader +1
    ###Ubuntu on sda8 - grub2
    title Ubuntu 10.04.2 gnome
    root (hd0,7)
    kernel /boot/grub/core.img
    savedefault
    boot
    ####arch on sda10 - legacy grub
    title ARCH
    root (hd0,1)
    #root UUID=XXXXXXXXXX44c5a3cd-dcb5-4cf1-933e-7a8ebac2a992
    kernel /boot/arch/vmlinuz-linux root=UUID=510bb601-13c1-46ec-87c0-a800dd2efb8b ro rootdelay=8
    #kernel /boot/arch/vmlinuz-linux root=(hd0,9)
    #kernel /boot/arch/vmlinuz-linux root=/dev/sda10
    initrd /boot/arch/initramfs-linux.img
    savedefault
    boot
    ###Debian on sda11 - grub2
    title Debian 6.0.2.1 squeeze gnome
    root (hd0,1)
    kernel /boot/debian/vmlinuz-2.6.32-5-686 root=UUID=2b6052e2-ecdf-4796-81c8-b9e9142ca159 ro
    initrd /boot/debian/initrd.img-2.6.32-5-686
    savedefault
    boot
    ###Mandriva on sda12 - legacy grub
    title Mandriva 2011 KDE
    root (hd0,1)
    kernel /boot/mandriva/vmlinuz-2.6.38.7-desktop-1mnb2 root=UUID=5033f7fb-cac7-4db5-920c-c8bd2b51365f ro
    initrd /boot/mandriva/initramfs-2.6.38.7-desktop-1mnb2.img
    savedefault
    boot
    Here is my fdisk -l from OpenSUSE.  I'm not quite swift enough to mount the hard drive and use the script utility from the Live CD yet, at least not tonight:
    Disk /dev/sda: 320.1 GB, 320072932864 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625142447 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000c3bbb
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 4208639 2103296 82 Linux swap / Solaris
    /dev/sda2 4208640 46153727 20972544 83 Linux
    /dev/sda3 46153728 87113727 20480000 83 Linux
    /dev/sda4 87115770 614031755 263457993 5 Extended
    /dev/sda5 87115776 128075775 20480000 83 Linux
    /dev/sda6 128077824 169037823 20480000 83 Linux
    /dev/sda7 169039872 209999871 20480000 83 Linux
    /dev/sda8 210001920 250961919 20480000 83 Linux
    /dev/sda9 250963968 291923967 20480000 83 Linux
    /dev/sda10 291924031 332886015 20480992+ 83 Linux
    /dev/sda11 332888064 373848063 20480000 83 Linux
    /dev/sda12 373848678 414992383 20571853 83 Linux
    /dev/sda13 414994432 435474431 10240000 83 Linux
    /dev/sda14 435474495 455956829 10241167+ 83 Linux
    /dev/sda15 455958528 578881535 61461504 b W95 FAT32
    /dev/sda16 578881599 614031755 17575078+ 83 Linux
    Disk /dev/sdb: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x95aa95aa
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 63 294889139 147444538+ 7 HPFS/NTFS/exFAT
    /dev/sdb2 294889140 312576704 8843782+ 7 HPFS/NTFS/exFAT
    That's it for now.
    Last edited by newbie55 (2011-09-23 22:19:58)

    I'm IN!  Thanks everyone for your suggestions!
    The arch system didn't like the identifier I was using for the root partition. By looking at the /dev/disk/by-id while the arch system was running, I could see what the system wanted me to call the partition.  So after the system error'd-out and I was in the recovery shell at the [ramfs /] prompt:
    # ls -lF /dev/disk/by-id > by-id.txt
    # vi by-id.txt
    I could have used any of the identifiers listed in the by-id (there were 3), by-uuid(1), by-label(1) or by path(1). I tried them all. I had to write these down by hand because it is a ram filesystem.
    The article that finally got me there is:
    https://wiki.archlinux.org/index.php/Pe … ice_naming
    Anyway my openSUSE grub menu.lst ended up like this:
    ####arch on sda10 - legacy grub
    title ARCH
    root (hd0,1)
    kernel /boot/arch/vmlinuz-linux root=/dev/disk/by-uuid/510bb601-13c1-46ec-87c0-a800dd2efb8b ro rootdelay=8 rootfstype=ext4
    initrd /boot/arch/initramfs-linux.img
    savedefault
    boot
    It's easy once you: 1. beat your head against the wall
                        2. read further
                3. repeat 1 and 2
    Back to the "Beginner's Guide",4 Post-Installation.  Yikes!

  • BI Installer issue with message" Error: ABAP Backend doesn't exist in SLD

    Dear All
    Please help me to solve this issue, during the BI Installer the process get errors message
    "Error: ABAP Backend doesn't exist in SLD"
    Follwoing the oss Note 983156 - BI configuration w. Template Installer
    1.Logon to the SLD: http://<host>:<port>/sld. (Your configured SLD (central or local SLD))
    Please check in Home -> Technical Systems -> select type ABAP. This
    should have configuration of your ABAP (BI) system. yes the system already there.
    2, goto http://host:port/index.html ->Web Dynpro ->Content Administrator-> Check SLD Connection
    the connection is running well.
    Please any one can help me to solve this issue,
    Thanks and Best Regards,
    Chrisna

    Hi
    I found your question because I wanted the answer to it too.  I'm trying to connect my Java-only stack portal to my ABAP-only stack BI system using the template in NWA.  I get through all the steps up to the creation of the WebDynpro JCO RFC destinations then it fails saying "ABAP Backend doesn't exist in the SLD". 
    I've checked the SLD and the ABAP backend most definitely DOES exist in the SLD and the SLD is being updated by both the ABAP backend and the Java portal systems thus proving a valid connection exists between the SLD and both systems I'm trying to connect.
    I think I've solved it however.
    I always define a TCP alias equal to the SID for any SAP system I build and I try to make all connections to <sid>.<fully.qualified.domain.name>.  This separates, to a degree, the physical server from the SAP instance.
    I used this alias in the BI installation template but I noticed that the ABAP backend was listed as <SID> <hostname> in the SLD (not <SID> <sid alias>).  When I used the real hostname in the template it ran to completion.
    The other change I made, and it's possible that this was the real reason instead of the alias/hostname issue, was that I restarted the BI system before retrying.  I only did this because I was getting error messages saying there were too many active CPIC conversations and I couldn't find them to kill them off.
    Hope one or other of these things might help.
    Murray

Maybe you are looking for

  • Default settings in Reader

    Hi, Wher can you make default settings for page browsing in Adobe Reader? I remember being prompted to do this on an occasion after installing Adobe Reader. Now, I want to change the setting for page browsing but cannot find the place to do so. Thank

  • When will adobe camera RAW be available to work with Pentax K-3 in elements 11?

    Hi - I am running Photoshop Elements 11 and shooting with a Pentax K-3. When in college I am able to open the PEF files and make adjustments in Adobe Camera RAW, however, when I am using elements 11 at home I get a message saying that my Camera is no

  • Query with "not in" no longer working

    I created a query to show customers that had not been contacted (i.e.- did not have an activity) in B-one in the last 30 days so the salespeople could do follow up. they started using activities in January and now here in May-something is amiss. Now

  • How Oracle tables can be used to display Chinese/Japanese characters

    If anyone knows how to display Chinese/Japanese characters from Oracle tables please reply this email. Thanks. Regards, Preston

  • Biztalk orchestration Exception

    Hi All, I have got the below Exception in my orchestration Timestamp: 7/25/2014 4:54:12 AM Message: HandlingInstanceID: 298b6bd6-d0db-40ef-8ad8-8b1f74836a2e An exception of type 'System.ArgumentException' occurred and was caught. Additional Info: Thr