VO Custimization issue : Referring seeded VO

Hello,
We recently upgraded to R12 and facing this issue.
Page : /oracle/apps/pos/asn/webui/PosAsnViewPG
Standard VO : PosViewResultsVO
Custom VO : XXPosViewResultsVO
When i goto about this page, in BC4J section, i see the Custom VO name.
But, when i click on that VO and open it, it shows details of seeded VO.
Any idea of what issue might be?

Can you please check that if there is any change in query in standard VO. I faced similar issue when some when directly changed the standard view object files.
Regards
Shobhit S

Similar Messages

  • TFS Licensing issue - referred to by MSDN - where should I turn to?

    We have a single box housing TFS 2010/SharePoint 2010 Foundation, Sql 2008 server that our developers rely on for source code control and associated Portal pages. Works fine. Now someone asks if we can setup a small company-wide "Intranet" on this
    box.  From a licensing perspective I would say no.  Do you agree? (Our non-dev users don't have TFS CALS so I don't see how they are licensed to use this MSDN software. MSDN has made an expection for the TFS developer but I don't think it applies
    to everyone in the company)
    TIA,
    edm2

    Hi Edm2,  
    Thanks for your post.
    If the developers want develop code in TFS Source Control, they need the licenses. If one user has not CAL, he can access Team Web Access in
    Work Item Only View, but not support TFS Source Control.
    For the license issue, you can call 1-800-426-9400, Monday through Friday, 6:00 A.M. to 6:00 P.M. (Pacific Time) to speak directly to a Microsoft licensing specialist, and you can get more detail information from there. Worldwide customers can use the Guide
    to Worldwide Microsoft Licensing Sites to find contact information in their locations:
    http://www.microsoft.com/licensing/.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Issue with creating List of Values in Business View Manager

    Hi,
    Could any one help me to figure out what this issue refers to?
    When i created a List of Values in Business View Manager, it is throwing the following error!!!!
    The List of Values used by this parameter cannot be based on a Business View derived from the current Data Foundation or Business Element.
    Prior to creating LoV, i've done successfully with creating Data connection, Data foundation, Business element and Business View..
    Thanks
    Viswa

    Hi Visaw,
    Firstly,
    -->Open Repository Explorer,
    -->where you are have related DF,DC,BV,BEand LOV's
    -->Right click on LOV's -->There you can find Schedule list of values.Then schedule list of values and check if it prompts for errors.
    If you face the same problem, what is the error you are getting.
    Else try to use the LOV's and proceed further.
          -->Check whether the LOV's are pointing to the same Business View and check the Business view pointing to the same Datafoundation.
    If you are facing the same problem then try with the below steps:
    -->Try to Create a report at designer level Using then Business view
    -->Create two new parameters and select the existing parameters(LOV parameter's)
    -->Check whether it is working.
    -->If you  face the same problem ,Update the connection of Business view manager.
    Go to Database tab-->Select Set DataSource  location and update it with current Businessview Manager.
    Try this ,and let us know.
    Regards,
    Navin

  • Seeding multiple databases with single Entity Framework context

    I am developing a single-instance, multi-tenant web application, with a SQL database using Entity Framework 6 Code-First. 
    I want to have a separate database for each client, generated from the same EF models, with a single DbContext. The database to connect to will be determined by the subdomain that the client is using the web app from. 
    This seems to work fine and the correct database is connected to depending on the subdomain. However my issue is seeding the databases with data. This is the code I have:
    foreach (var connString in ConfigurationManager.ConnectionStrings.Cast<ConnectionStringSettings>()))
    Configuration.PerformDatabaseMigration(connString.Name);
    This then calls the PerformDatabaseMigration method: 
    public class Configuration : DbMigrationsConfiguration<DataContext>
    public Configuration()
    AutomaticMigrationsEnabled = false;
    AutomaticMigrationDataLossAllowed = false;
    public static void PerformDatabaseMigration(string connStringName)
    var databaseInitialiser = new Configuration { TargetDatabase = new DbConnectionInfo(connStringName) };
    var dbMigrator = new DbMigrator(databaseInitialiser);
    dbMigrator.Update();
    protected override void Seed(DataContext context)
    base.Seed(context);
    var superAdmin = new User { Id = 1, UserName = "SuperAdmin" };
    context.Users.AddOrUpdate(superAdmin);
    The issue is that when seeding this data for the second database, the context passed into the Seed method already has the admin user added to the `DbSet<User>` property of the context, even though the context is for the second databse connection, not
    the first. It appears that the context is not being cleared from seeding the first database, and so I receive a `DbUpdateException`, as my User.Username field is a unique index.
    Cannot insert duplicate key row in object 'dbo.Users' with unique index 'IX_UserName'. The duplicate key value is (SuperAdmin).\r\nThe statement has been terminated.
    public class User : ModelBase, IUserIdentity, IPrincipal, IIdentity 
        [Index(IsUnique = true)]     
      [Required]     
      [StringLength(40)]       
    public string UserName { get; set; }

    Hello Attune,
    >>This seems to work fine and the correct database is connected to depending on the subdomain. However my issue is seeding the databases with data.
    Is that you firstly create these databases and then call the PerformDatabaseMigration method to seed these database with data? Do you have a try to seed these database data when creating the database with AutomaticMigrationsEnabled = true; with your provided
    configuration class, I tested it and it could work as seeding same data to different database:
    internal sealed class Configuration : DbMigrationsConfiguration<CFs.CFContext>
    public Configuration()
    AutomaticMigrationsEnabled = true;
    public static void PerformDatabaseMigration(string connStringName)
    var databaseInitialiser = new Configuration { TargetDatabase = new DbConnectionInfo(connStringName) };
    var dbMigrator = new DbMigrator(databaseInitialiser);
    dbMigrator.Update();
    protected override void Seed(CFs.CFContext context)
    base.Seed(context);
    var superAdmin = new ApplicationUser() { ApplicationUserID = 1, FirstName = "", LastName = "" };
    context.ApplicationUsers.AddOrUpdate(superAdmin);
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Premiere Elements 4.0 burn issue

    Premiere Elements 4.0 with Windows XP (both pre-loaded on a Dell computer purchased new in 2007).  I am able to create *.prel files with no problem and I had been able to burn projects up to 5-hr length to DVD with no problem until recently.   Starting October 2013 I have frequently had difficulty burning to DVD; although I have successfully burned projects ranging from 45 minutes to 4.5 hours.  Current projects are about 3 hours.  I'd rather create two 4.5-hour projects rather than three 3-hr projects, but have not been able to get a successful burn of more than three hours lately.  No 3D effects or still shots, just video clips from the same camera, so all those clips are the same format.  There are one or two video files from a camera phone, but this file format had not prevented a successful burn in other projects.  There are titles, and transitions between some clips.  I get "media transcoding " error or "Elements has encountered a problem and needs to shut down" error.  I have tried to save to folder, and export to avi or to mp3 file.  These work arounds have never been successful for me.  Is there some known, fairly recent (i.e. circa October 2013), Windows issue that interferes with Premiere Elements?  It has been very difficult to debug these issues, since I always have to wait to kick off a new burn overnight, and only find out in the morning if it was successful.

    mmcguire
    Lots of questions....
    1. Your mention of burn to folder failures seems to take the focus off your burner or disc at the core of your issue and focus it on the Timeline content and other Premiere Elements workflow related factors.
    Premiere Elements 4 on any computer is a 32 bit application with all the resource limitations of 32 bit. So, I wonder about these large projects as well as burn to in that situation. Are you doing SD or HD projects? What are the properties of the video that you have on these Timelines?
    Have you looked for pile ups of preview files, conformed audio, and conformed video?
    What is the menu marker situation? Are Timeline menu markers in these projects? If so, have you checked the spacing between them? Are you using stop markers? If so, do you have one placed at the end of the last item on the Timeline?
    Have you expanded the Timeline with the -+ slider to inspect the tracks for leftovers presenting as very thin vertical black lines scattered about? And, also looked for other irregularities, such as graps in audio or other, transitions placement, etc.?
    If it were not for your burn to folder results, I would suggest looking at additionally
    another batch of disc - what brand/type being used
    burn to folder - taking the VIDEO_TS from the saved folder to DVD-VIDEO on DVD disc with ImgBurn
    getting a new burner - maybe on the old, looking for firmware and/or driver updates
    But none of them seems indicated by the problem description that you offer. And, any involvement of a NVIDIA video card in this equation does not seem indicated since the recent NVIDIA video card Premiere Elements display issue referred to has been specific since the start to Premiere Elements 10 users with NVIDIA video cards. There the fix for these users has been rolling back the video card driver version rather than assuring that they had the latest version of the video card driver.
    http://forums.adobe.com/thread/1317675
    Please review. We will be watching for further developments.
    Thank you.
    ATR

  • Help needed on Fixing replication latency issues

    Hi Team,
    Good day!!!
    I am new to replication setup and I am working on the issues with replication latency.
    Can you please provide us your experience and expertise on fixing and troubleshooting replication issues.
    Below are some queries on that,
    1) How to check the replication errors?
    2) how to find out the replication latency?
    3) What are the steps to fix the replication latency?
    4) how to teoubleshoot the issues coming on replication latency?
    Awaiting your valuable response and replies.
    Thanks in advance,
    Sarvan.N

    Hi Sarvan,
    Firstly, usually, we check replication errors via the Replication Monitor or by viewing replication agent job history. Besides the two methods, we can also check replication errors from the SQL Server error log and so on. For more details,
    please review this
    article.
    Secondly, based on my research, the latency issues always occur in Transactional Replication.  We can check that if there are latency issues by using Replication Monitor as well as Transact-SQL commands. Below is an example that posts a tracer token
    record and uses the returned ID of the posted tracer token to view latency information. Refer to :
    Measure Latency and Validate Connections for Transactional Replication.
    DECLARE @publication AS sysname;
    DECLARE @tokenID AS int;
    SET @publication = N'AdvWorksProductTran';
    USE [AdventureWorks2012]
    -- Insert a new tracer token in the publication database.
    EXEC sys.sp_posttracertoken
    @publication = @publication,
    @tracer_token_id = @tokenID OUTPUT;
    SELECT 'The ID of the new tracer token is ''' +
    CONVERT(varchar,@tokenID) + '''.'
    GO
    -- Wait 10 seconds for the token to make it to the Subscriber.
    WAITFOR DELAY '00:00:10';
    GO
    -- Get latency information for the last inserted token.
    DECLARE @publication AS sysname;
    DECLARE @tokenID AS int;
    SET @publication = N'AdvWorksProductTran';
    CREATE TABLE #tokens (tracer_id int, publisher_commit datetime)
    -- Return tracer token information to a temp table.
    INSERT #tokens (tracer_id, publisher_commit)
    EXEC sys.sp_helptracertokens @publication = @publication;
    SET @tokenID = (SELECT TOP 1 tracer_id FROM #tokens
    ORDER BY publisher_commit DESC)
    DROP TABLE #tokens
    -- Get history for the tracer token.
    EXEC sys.sp_helptracertokenhistory
    @publication = @publication,
    @tracer_id = @tokenID;
    GO
    Thirdly, transactional replication latency issues could be caused by many factors, such as network traffic or bandwidth constraints, transactional load on the publisher, system resources, blocking/locking issues and so on. I recommend you troubleshoot latency
    issues referring to the following blog.
    http://blogs.msdn.com/b/repltalk/archive/2010/02/21/transactional-replication-conversations.aspx
    Thanks,
    Lydia Zhang

  • Mail I have received from MSI?

    In attached quote is a mailing I have had with someone from MSI,
    Quote
    Dear Peter,
    Please check the attachment again. Sorry for any inconvenience caused.
    Thanks for your supporting MSI product.  Please feel free to let us know if you still have any further issues or inquires.
    Best regards,
    MSI Technical Support
    -----Original Message-----
    From: Cappie
    Sent: Monday, July 12, 2004 6:07 PM
    To: 'support_2'
    Subject: RE: Major problems with K8N Neo PLatinum plz help
    Can you send that bios again cuz I do not notice any attachment to my mail, thx.
    From: support_2 [mailto:[email protected]]
    Sent: Monday, July 12, 2004 9:43 AM
    To: 'Cappie'
    Subject: RE: Major problems with K8N Neo PLatinum plz help
    Dear Peter,
    Thank you for contacting MSI Technical Support.
     There are the new BIOS(W7030NMS.12C) and BIOS flash utility(AWFL833D) in the attachment . Could you please try it then check the issues again?
    Thanks for your supporting MSI product.  Please feel free to let us know if you still have any further issues or inquires.
    Best regards,
    MSI Technical Support
    -----Original Message-----
    From: Cappie
    Sent: Friday, July 09, 2004 10:47 AM
    To: [email protected]
    Subject: RE: Major problems with K8N Neo PLatinum plz help
    Hello dear people of MSI,
    I was wondering if you could check out following problems
    https://forum-en.msi.com/index.php?sid=&postid=346396#post346396
    http://forums.overclockers.co.uk/showindex.php?s=ba699dfb6cfba51384ff361e1596328b&threadid=17236172&perpage=30&pagenumber=1
    these are posts made by me and other users I have come into contact with. All my problems are also their problems, and some of them are very serious(AGP/PCI lock failing when FSB reaches 220 fsb etc, and as result a fried videocard and lost data). As stated on that MSI forum above customers are have having the greatest problems accomplishing a mere 10% overclock on very good cooling. This is just a sign that there are problems that really need to be worked out, especially when your other socket 754 boards are so good?
    So plz look over the links listed and read them, plz do not send me a standard mailingreply back but for once just try and help your customers who have bought your product in good faith. The way it is happening now is that there are alot(yes we are talking 1000's)of users who are growing angry with the lack of support they are getting.
    All this word of mouth can only be bad for your company, not adressing the real issues at hand only makes people more reluctant to ever buy MSI again. I and many other users would like to know when you hope to fix these problems with the K8N Neo platinum. You made such a good board in the Neo FISR-2 and it performs flawlessly up to 300fsb so why not the K8N cuz this one failes for some users even at anything over 218?
    keep me posted on any updates and fixes that are coming soon, I have bios revision 1.1 as you see but so far none of the bioses around fix these major issues(referring here to the beta bioses, 1.13 and 1.2 beta 5 and 12).
    Hoping to hear a positive reaction from you,
    regards,
    Peter
    My System
    =======
    MSI K8N Neo Platinum bios revision 1.1
    AMD 64 3400+ Clawhammer running@stockspeed
    Zalman CPS7000A-Alcu (seated correctly with AS5 and paste applied via instructions on the AS website)
    2x512Mb Mushkin PC3200 special level 2 [email protected] and latencies of 2-3-2-6  (tested to be 100% stable with memtest)
    PC Power and Cooling Turbo Cool Deluxe 510 modular
    Asus Radeon 9800 pro running softmodded ati catalyst 3.9
    80Gb seagate SATA
    Running on Windows XP 32-bit(all updates upto and including DX9.0b)
    Not a single PCI slot used
    Lian Li PC 65 + 4xpapst 8412 NGMLE(2xfront blowing in, 1xback blowing out, 1 top blowing in)
    From: support [mailto:[email protected]]
    Sent: Wednesday, July 07, 2004 1:50 AM
    To: Cappie
    Subject: RE: Major problems with K8N Neo PLatinum plz help
    To our Valued Customer,?
    Thank you for purchasing & supporting MSI product.?
    This E-mail is an automatic reply which is to notify you that you have reached?HYPERLINK "mailto:[email protected]"[email protected]?
    In order to give you an overall technical support, we have listed some common problems and solutions for your reference.
    Please take time to read the useful FAQ which we have compiled from the technical support e-mails we have received as link and see if it helps the problem you are facing.??
    http://www.msi.com.tw/html/service/main.htm??
    MSI reminds you...
    We hope the directions below answer your question. If your issue still cannot be resolved after going through all the suggestions, please then wait for our response. Normally, our response time will be within 48 hours (not counting weekends). If you did not receive any reply after this auto reply, please re-submit your issue again due to some transmission failure.?
    Once again, MSI appreciates your business and support.?
    I. Read the Manual
    Most users have tendency not to read the manual under the presumption that they already know what is written in there. However, we have seen that there are percentage of technical support calls & e-mails as a result of not reading the manual??
    II. Keep your MSI CD drivers
    MSI CD drivers provide easy driver installation via auto-run. Losing it would require you to install driver manually?
    III. Contact your Reseller
    Your reseller or the store/company that sold the motherboard or system to you should know well what your system contains & have the necessary resources to help you in your problem. Since they can see your system clearly, it is easier for them to identify if your problem was caused of wrong installation or wrong assembly or defective product, etc. It would be advisable to contact your reseller for those having problems like system cannot power on or need to send board for repair
    NOTE: there is a tiny percentage that the board might be defective & by contacting your reseller at an earlier time prevent your warranty being voided. Some resellers provide certain period of time for return/exchange, after that you have to either send the board to them for repair or you are on your own.??
    IV. Check our website
    Some of the information you are looking for might be already posted in our website?
    V. Search in MSI Forum
    Your problem might have encountered by another user in the forum or you might find answer in the Good Article forum with a lot of useful posts written by moderators & power users. You can also post a message there to get help?
    VI. Read the FAQ
    Attached Link is a list of useful FAQ which we have compiled from the technical support e-mails we have received http://www.msi.com.tw/program/service/faq/faq/esc_faq_list.php?
    Best Regards,
    MSI Technical Support
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please include your original mails when replying!!
    So my question is, what is this W7030NMS.12C bios? When he says new bios, doesn't he actually mean beta??? Can someone clear this up for me. In the zipfile i got from them are two files,
    W7030NMS.12C  --->> Which bios is this and how old is it? Does it fix temps, fix pci lock failure
    AWFL833D.EXE  --->> Obviously the flash utility
    If what they sent me is one of the bioses I spoke about in above quote(see : so far none of the bioses around fix these major issues(referring here to the beta bioses, 1.13 and 1.2 beta 5 and 12))then they don't do a good job of reading my actual mail;)
    regards,
    Capcom

    Why are they so secretive about what they did in a new bios version, how can someone then know a thing??? I too would like to know what issues they have been adressing, but pretty soon I will start thinking the reason they don't say is cuz maybe they can't fix it:(:(

  • Premier Pro CC 2014 has suddenly stopped loading. Every time I try to launch it after a few moments I get an error message

    "Sorry a serious error has occurred that requires Adobe Premier to shut down. THis only started today and I have been using Premier without issue until then. There was an adobe update a few weeks ago but it worked fine afterwards. This is a nightmare as I need to finish a large project and I cant even open it at the moment. I did see some blog posts with similar issues referring to third party plug ins from RedGiant software. I do have Colorista II so I followed the instructions t disable it but it made no difference. Does anyone have any suggestions? I am using a 2011 iMac, 3.4Ghz Core i7 32GB Ram and AMD Radeon HD 6970M

    IF you got a kernel panic, then you may need more than a time machine backup. I would be inclined to run Disk Utility verify disk (and repair disk from Disk Utility on the installer DVD if verify disk showed problems) then I would download and reinstall the 10.6.2 combo update. It can be gotten at http://support.apple.com/kb/DL959
    If Mail still crashes on launch after that, maybe try reinstalling Mail from the "optional installs" package that is on the installer DVD -- you can pick onesey-twosey from a select list of OEM applications, that includes Mail, to reinstall.
    In either event, I would run software update after a combo update and/or mail reinstall to make sure everything is back up to the latest and greatest. Lastly, maybe a "rebuild mailbox."

  • WPA/WPA2 secured wireless connection fails for two minurtes for every hour of use.

    Hello.
    I have a brand new ThinkPad T500 2055-A16 with Windows Vista Business. I have a WiFi connection problem. It is not a signal strength problem, as it doesn't work even if I place the computer right next to the access point with no other wireless equipment near by.
    None of my other computers experience this problem. I even bought another ThinkPad T500 2055-A16 at the same time as this one, and that does not have the problem either. The problem is when I connect to a network using WPA2-PSK or WPA-PSK. The connection works fine for half an hour, an hour or two hours, but then without warning, the connection is lost and it is not possible to reconnect for half a minute, a minute or two minutes. The exact times vary. When I switch the network to use WEP or no encryption, everything works fine. But I don't like to use no encryption and I cannot use WEP because I have other computers in my home which does not support WEP.
    I had this problem right from the beginning the first time I used the computer. I have tried many things like disabling power management or IPv6 and other things suggested by my ISP, but it did not change anything, so I switched them back to their default value. I have also tried to update the driver for the Intel(R) WiFi Link 5100 AGN card, but that didn't help the problem. The problem became slightly less annoying when I uninstalled Access Connections, because Vista would then reconnect as soon as it could, whereas I in Access Connections would have to continuously press the connect button until it succeeded. But the problem is still a real pain.
    Some pieces from the Windows Event Viewer, which I think looks interesting (these occur regularly at exactly the same timestamps as when the connection is lost):
     Profile match: Success
     Pre-Association: Success
     Association: Success
     Security and Authentication: Fail
    0x00048005 and 0x0003800b
    Result of diagnosis: Problem found
     Issue referred to: L2Sec Helper Class
    I also see the following message on my access point's log, which also occur at exactly the times when the connection is lost:
    1x:00216b4d7ee6:logout
    (The number match the MAC address of my computer)
    The only other message which is logged on my Access Point when all log options are enabled is "Time initialized by NTP server".
    How can I solve this problem so that I can have undisrupted wireless Internet access?

    Edit: Actually my other ThinkPad T500 2055-A16 also fails in the same way, but my ThinkPad SL500 2746-9BG and my Medion laptops works fine, also running Vista.

  • Cannot get Windows 7 x64 laptop to connect to AIRONET 1140 WAP

    I recently changed the configuration of my Aironet 1140 from WEP to WAP2-Enterprise to make it more secure. I am using the WAP as the radius server. After making the change I connected my Blackberry to the wap as well as a Samsung Chromebook.  However when I tried to connect my HP laptop it is unable to connect. Watching from the Aironet's console I see that it is processing the association and windows ask me to enter my uid and password. When I do this I get an authentication error. I have tried several times adjusting parameters on windows but it always fails. Here is the configuration of the WAP:
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname ap.acrtek-lab.com
    logging rate-limit console 9
    aaa new-model
    aaa group server radius rad_eap
    server 10.53.55.127 auth-port 1812 acct-port 1813
    aaa group server radius rad_mac
    aaa group server radius rad_acct
    aaa group server radius rad_admin
    aaa group server tacacs+ tac_admin
    aaa group server radius rad_pmip
    aaa group server radius dummy
    aaa authentication login default local
    aaa authentication login eap_methods group rad_eap
    aaa authentication login mac_methods local
    aaa authorization exec default local
    aaa accounting network acct_methods start-stop group rad_acct
    aaa session-id common
    dot11 syslog
    dot11 ssid Acrtek-WPA2
       authentication open eap eap_methods
       authentication network-eap eap_methods
       authentication key-management wpa
    username XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    username XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption mode ciphers aes-ccm tkip
    ssid Acrtek-WPA2
    antenna gain 0
    station-role root
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface Dot11Radio1
    no ip address
    no ip route-cache
    shutdown
    encryption mode ciphers aes-ccm tkip
    ssid Acrtek-WPA2
    antenna gain 0
    dfs band 3 block
    channel dfs
    station-role root
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface GigabitEthernet0
    no ip address
    no ip route-cache
    duplex auto
    speed auto
    no keepalive
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip address dhcp client-id GigabitEthernet0
    no ip route-cache
    ip http server
    ip http authentication aaa
    no ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    ip radius source-interface BVI1
    radius-server local
      no authentication eapfast
      no authentication mac
      nas 10.53.55.127 key 7 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      user xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    radius-server attribute 32 include-in-access-req format %h
    radius-server host 10.53.55.127 auth-port 1812 acct-port 1813 key 7 xxxxxxxxxxxxxxxxxxxxxxxxxxxx
    radius-server vsa send accounting
    bridge 1 route ip
    line con 0
    line vty 0 4
    end
    Windows Configuration:
    Details about network adapter diagnosis:
    Network adapter Wireless Network Connection driver information:
       Description . . . . . . . . . . : Broadcom 4313GN 802.11b/g/n 1x1 Wi-Fi Adapter
       Manufacturer  . . . . . . . . . : Broadcom
       Provider  . . . . . . . . . . . : Broadcom
       Version   . . . . . . . . . . . : 5.100.82.139
       Inf File Name . . . . . . . . . : C:\Windows\INF\oem29.inf
       Inf File Date . . . . . . . . . : Tuesday, September 18, 2012  5:42:34 PM
       Section Name  . . . . . . . . . : BCM43XNG2022_NT61
       Hardware ID . . . . . . . . . . : pci\ven_14e4&dev_4727&subsys_1795103c
       Instance Status Flags . . . . . : 0x180200a
       Device Manager Status Code  . . : 0
       IfType  . . . . . . . . . . . . : 71
       Physical Media Type . . . . . . : 9
    Diagnostics Information (Wireless Connectivity)
    Details about wireless connectivity diagnosis:
    Information for connection being diagnosed
    Interface GUID: 5bab8bfe-12d7-4e0c-a46b-efc490047802
    Interface name: Broadcom 4313GN 802.11b/g/n 1x1 Wi-Fi Adapter
    Interface type: Native WiFi
    Profile: Acrtek-WPA2
    SSID: Acrtek-WPA2
    SSID length: 11
    Connection mode: Infra
    Security: Yes
    Connect even if network is not broadcasting: No
    Connection incident diagnosed
    Auto Configuration ID: 2
    Connection ID: 3
    Connection status summary
    Connection started at: 2012-09-18 14:49:56-586
    Profile match: Success
    Pre-Association: Success
    Association: Success
    Security and Authentication: Fail
    List of visible access point(s): 43 item(s) total, 43 item(s) displayed
            BSSID                    BSS Type PHY          Signal(dB)          Chnl/freq    SSID
    00-1C-10-07-38-76          Infra           <unknown>          -79                    11           linksys
    70-56-81-CB-A2-7D          Infra           <unknown>          -55                    10           MRB LLC
    08-86-3B-95-3B-E1          Infra           <unknown>          -77                    11           belkin.be1
    C0-C1-C0-52-FD-5F          Infra           <unknown>          -75                    11           AquaDeer-guest
    70-73-CB-BB-9D-43          Infra           <unknown>          -60                    1           the ridge by apple
    00-17-C5-A5-5A-73          Infra           <unknown>          -67                    2           MsPub
    00-22-B0-BA-C7-E6          Infra           g          -72                    1           mercer
    E0-91-F5-D6-DF-76          Infra           <unknown>          -78                    1           Chick-Fil-A
    04-C5-A4-80-FC-50          Infra           <unknown>          -38                    4           (Unnamed Network)
    C8-3A-35-5D-AE-18          Infra           <unknown>          -82                    4           medialink
    00-23-69-1B-73-C9          Infra           g          -78                    6           Matt and Heather
    94-44-52-68-24-2B          Infra           <unknown>          -73                    5           Belkin.442B
    68-7F-74-7E-50-74          Infra           g          -77                    6           sjslinksys
    00-1D-7E-49-E2-65          Infra           g          -75                    6           Cubs
    00-12-17-4B-4E-0D          Infra           g          -41                    8           (Unnamed Network)
    C0-C1-C0-E4-3F-55          Infra           <unknown>          -78                    6           SG Roi
    C0-C1-C0-66-9F-CA          Infra           <unknown>          -75                    7           Heliman
    66-33-4B-E1-47-27          Infra           <unknown>          -80                    8           Jenny lake's Guest Network
    00-1C-DF-A4-59-FB          Infra           <unknown>          -60                    10           radiofinger
    C0-C1-C0-52-FD-5E          Infra           <unknown>          -76                    11           AquaDeer
    08-86-3B-61-B0-BC          Infra           <unknown>          -76                    11           belkin.0bc
    00-23-69-00-52-20          Infra           g          -70                    11           670term
    58-6D-8F-24-FC-21          Infra           <unknown>          -80                    11           Bluejay1
    04-C5-A4-80-FC-50          Infra           <unknown>          -36                    4           Acrtek-WPA2
    70-73-CB-BB-B3-49          Infra           <unknown>          -73                    1           LeWonderment Inc.
    E6-51-E4-A6-B1-25          Ad hoc           g          -78                    4           megahoc.v24
    00-17-C5-A5-5A-A9          Infra           <unknown>          -79                    5           Vivaces
    00-23-69-B4-5D-3E          Infra           g          -81                    6           Tanda
    D0-66-7B-06-C7-45          Infra           <unknown>          -81                    7           SEC_LinkShare_e70ac7
    00-24-7B-5D-65-FA          Infra           g          -80                    6           myqwest0953
    60-33-4B-E1-47-27          Infra           <unknown>          -81                    8           Jenny Lake
    00-25-9C-23-73-A6          Infra           g          -80                    1           milehigh
    00-24-01-DC-A4-3F          Infra           <unknown>          -81                    3           newwoman
    C4-3D-C7-83-CE-74          Infra           <unknown>          -85                    3           Desilets
    08-86-3B-25-A7-CE          Infra           <unknown>          -86                    11           belkin.7ce
    00-18-39-78-8F-92          Infra           g          -88                    11           paul  landow
    98-FC-11-6E-E7-52          Infra           <unknown>          -80                    11           China
    28-CF-DA-B1-5F-03          Infra           <unknown>          -78                    1           DeSanti
    00-15-6D-D6-04-47          Infra           g          -69                    1           (Unnamed Network)
    00-21-91-10-1A-05          Infra           g          -81                    1           dlink
    1C-7E-E5-30-AE-66          Infra           <unknown>          -79                    5           dlink
    00-15-FF-26-47-98          Infra           <unknown>          -85                    10           Verizon MIFI4510L 4798 Secure
    00-23-69-38-2C-D2          Infra           <unknown>          -82                    1           linksys
    Connection History
    Information for Auto Configuration ID 3
      List of visible networks: 41 item(s) total, 41 item(s) displayed
      BSS Type PHY          Security          Signal(RSSI)          Compatible          SSID
      Infra           <unknown>          No                    22          Yes                    linksys
      Infra           <unknown>          Yes                    82          Yes                    MRB LLC
      Infra           <unknown>          Yes                    26          Yes                    belkin.be1
      Infra           <unknown>          No                    30          Yes                    AquaDeer-guest
      Infra           <unknown>          Yes                    76          Yes                    the ridge by apple
      Infra           <unknown>          No                    62          Yes                    MsPub
      Infra           g          Yes                    36          Yes                    mercer
      Infra           <unknown>          Yes                    24          Yes                    Chick-Fil-A
      Infra           <unknown>          Yes                    94          Yes                    (Unnamed Network)
      Infra           <unknown>          Yes                    16          Yes                    medialink
      Infra           g          Yes                    24          Yes                    Matt and Heather
      Infra           <unknown>          Yes                    34          Yes                    Belkin.442B
      Infra           g          Yes                    26          Yes                    sjslinksys
      Infra           g          Yes                    30          Yes                    Cubs
      Infra           g          Yes                    92          Yes                    (Unnamed Network)
      Infra           <unknown>          Yes                    24          Yes                    SG Roi
      Infra           <unknown>          Yes                    30          Yes                    Heliman
      Infra           <unknown>          Yes                    20          Yes                    Jenny lake's Guest Network
      Infra           <unknown>          Yes                    76          Yes                    radiofinger
      Infra           <unknown>          Yes                    28          Yes                    AquaDeer
      Infra           <unknown>          Yes                    28          Yes                    belkin.0bc
      Infra           g          Yes                    40          Yes                    670term
      Infra           <unknown>          Yes                    20          Yes                    Bluejay1
      Infra           <unknown>          Yes                    95          Yes                    Acrtek-WPA2
      Infra           <unknown>          Yes                    34          Yes                    LeWonderment Inc.
      Ad hoc           g          No                    24          Yes                    megahoc.v24
      Infra           <unknown>          No                    22          Yes                    Vivaces
      Infra           g          Yes                    18          Yes                    Tanda
      Infra           <unknown>          Yes                    18          Yes                    SEC_LinkShare_e70ac7
      Infra           g          Yes                    20          Yes                    myqwest0953
      Infra           <unknown>          Yes                    18          Yes                    Jenny Lake
      Infra           g          Yes                    20          Yes                    milehigh
      Infra           <unknown>          Yes                    18          Yes                    newwoman
      Infra           <unknown>          Yes                    10          Yes                    Desilets
      Infra           <unknown>          Yes                    8          Yes                    belkin.7ce
      Infra           g          Yes                    4          Yes                    paul  landow
      Infra           <unknown>          Yes                    20          Yes                    China
      Infra           <unknown>          Yes                    24          Yes                    DeSanti
      Infra           g          No                    50          Yes                    (Unnamed Network)
      Infra           g          No                    22          Yes                    dlink
      Infra           <unknown>          Yes                    10          Yes                    Verizon MIFI4510L 4798 Secure
      List of preferred networks: 5 item(s)
       Profile: Acrtek-WPA2
        SSID: Acrtek-WPA2
        SSID length: 11
        Connection mode: Infra
        Security: Yes
        Set by group policy: No
        Connect even if network is not broadcasting: No
        Connectable: Yes
       Profile: ZRDD2
        SSID: ZRDD2
        SSID length: 5
        Connection mode: Infra
        Security: Yes
        Set by group policy: No
        Connect even if network is not broadcasting: No
        Connectable: No
         Reason: 0x00028002
       Profile: GMANNET
        SSID: GMANNET
        SSID length: 7
        Connection mode: Infra
        Security: Yes
        Set by group policy: No
        Connect even if network is not broadcasting: No
        Connectable: No
         Reason: 0x00028002
       Profile: Conference Rm
        SSID: Conference Rm
        SSID length: 13
        Connection mode: Infra
        Security: Yes
        Set by group policy: No
        Connect even if network is not broadcasting: No
        Connectable: No
         Reason: 0x00028002
       Profile: rntdnet
        SSID: rntdnet
        SSID length: 7
        Connection mode: Infra
        Security: Yes
        Set by group policy: No
        Connect even if network is not broadcasting: No
        Connectable: No
         Reason: 0x00028002
    Information for Connection ID 4
    Connection started at: 2012-09-18 14:50:08-279
      Auto Configuration ID: 3
      Profile: Acrtek-WPA2
      SSID: Acrtek-WPA2
      SSID length: 11
      Connection mode: Infra
      Security: Yes
      Pre-Association and Association
       Connectivity settings provided by hardware manufacturer (IHV): Yes
       Security settings provided by hardware manufacturer (IHV): No
       Profile matches network requirements: Success
       Pre-association status: Success
       Association status: Success
        Last AP:  04-c5-a4-80-fc-50
      Security and Authentication
       Configured security type: WPA2-802.1X
       Configured encryption type: CCMP(AES)
       802.1X protocol: Yes
        Authentication mode: Invalid (5)
        Number of 802.1X restarts: 1
        Number of 802.1X failures: 0
       Key exchange initiated: No
       Number of security packets received: 2
       Number of security packets sent: 1
       Security attempt status: Success
    Information for Auto Configuration ID 2
      List of visible networks: 40 item(s) total, 40 item(s) displayed
      BSS Type PHY          Security          Signal(RSSI)          Compatible          SSID
      Infra           <unknown>          No                    22          Yes                    linksys
      Infra           <unknown>          Yes                    85          Yes                    MRB LLC
      Infra           <unknown>          Yes                    22          Yes                    belkin.be1
      Infra           <unknown>          No                    32          Yes                    AquaDeer-guest
      Infra           <unknown>          Yes                    64          Yes                    the ridge by apple
      Infra           <unknown>          No                    74          Yes                    MsPub
      Infra           g          Yes                    60          Yes                    mercer
      Infra           <unknown>          Yes                    24          Yes                    Chick-Fil-A
      Infra           <unknown>          Yes                    86          Yes                    (Unnamed Network)
      Infra           <unknown>          Yes                    38          Yes                    medialink
      Infra           g          Yes                    36          Yes                    Matt and Heather
      Infra           <unknown>          Yes                    40          Yes                    Belkin.442B
      Infra           g          Yes                    62          Yes                    sjslinksys
      Infra           g          Yes                    30          Yes                    Cubs
      Infra           g          Yes                    95          Yes                    (Unnamed Network)
      Infra           <unknown>          Yes                    24          Yes                    SG Roi
      Infra           <unknown>          Yes                    28          Yes                    Heliman
      Infra           <unknown>          Yes                    20          Yes                    Jenny lake's Guest Network
      Infra           <unknown>          Yes                    81          Yes                    radiofinger
      Infra           <unknown>          Yes                    10          Yes                    AquaDeer
      Infra           <unknown>          Yes                    32
    Diagnostics Information (Wireless Connectivity)
    Details about wireless connectivity diagnosis:
    For complete information about this session see the wireless connectivity information event.
    Helper Class: Auto Configuration
    Initialize status: Success
    Information for connection being diagnosed
    Interface GUID: 5bab8bfe-12d7-4e0c-a46b-efc490047802
    Interface name: Broadcom 4313GN 802.11b/g/n 1x1 Wi-Fi Adapter
    Interface type: Native WiFi
    Profile: Acrtek-WPA2
    SSID: Acrtek-WPA2
    SSID length: 11
    Connection mode: Infra
    Security: Yes
    Connect even if network is not broadcasting: No
    Result of diagnosis: Problem found
    Issue referred to: L2Sec Helper Class
    Root cause:
    Windows could not connect to "Acrtek-WPA2"
    You can try to connect again.
    Repair option:
    Reset your wireless network adapter
    This will disable and then enable the network adapter "Wireless Network Connection" on this computer.
    Diagnostics Information (L2sec Helper Class)
    Details about L2Sec Helper Class diagnosis:
    For complete information about this session see the Wireless Diagnostic Informational Event.
    Helper Class: Layer2 Security
    Initialize Status: Success
    Result of diagnosis: Problem found
    Issue referred to: EAP Helper Class
    Root cause (EAP):
    Network authentication failed\nWindows doesn't have the required authentication method to connect to this network.
    Detailed root cause:
    EAP failed
    Workaround for hypothesis:          Contact the network administrator for "Acrtek-WPA2"
    EAP workaround:          Contact your network administrator\nWindows needs to be configured to use the authentication method required for this network.
    Information for connection being diagnosed
    Interface GUID: {5bab8bfe-12d7-4e0c-a46b-efc490047802}
    Interface name: Broadcom 4313GN 802.11b/g/n 1x1 Wi-Fi Adapter
    Interface type: Native WiFi
    Profile: Acrtek-WPA2
    SSID: Acrtek-WPA2
    SSID length: 11
    Connection mode: Infra
    Security enabled: Yes
    Connection ID: 3
    Security settings provided by hardware manufacturer (IHV): No
    Profile matches network requirements: Yes
    Pre-Association and association status: Success
    Security and Authentication:
      Configured security type: Robust Secure Network (RSN / WPA2) with 802.1X
      Configured Encryption type: CCMP (AES)
      Security connect status: Fail 0x00050005
      Number of security packets received: 4
      Number of security packets sent: 3
      802.1X protocol: Yes
       Authentication Identity: User only
       IAS Server engaged: Yes
       EAP Method supported by IAS Server: Unknown
       EAP type: 25
       EAP Error: 0x40420016
       Number of 802.1X restarts: 1
       Number of 802.1X failures: 1
       802.1X status: Fail 0x00050005
      Key exchange initiated: No
       Unicast keys received: No
       Multicast keys received: No
    Network Diagnostics Log
    File Name:  A20D3467-8AD4-483E-91F4-9EC5E18AA1F9.Diagnose.0.etl
    Other Networking Configuration and Logs
    File Name:  NetworkConfiguration.cab
    Collection information
    Computer Name:  ACCRETIVE-SW
    Windows Version: 6.1
    Architecture: amd64
    Time: Tuesday, September 18, 2012 2:50:09 PM
    Any help would be greatly appreciated.

    Hello  Mr. Wells,
    Thank you for your question.
    However, the Small Business Support Community is limited to Cisco Small Business Products, and the Aironet products are considered as a Enterprise level devices.
    I recommend you to post this question on the on the correct forum, in order to get a better response.
    You can move your post using the Actions panel on the right.
    Best regards,
    Diego Rodriguez
    Cisco Small Business Community Engineer

  • Dynamic Internal Table creation and population

    Hi gurus !
    my issue refers to the slide 10 provided in this slideshow : https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b332e090-0201-0010-bdbd-b735e96fe0ae
    My example is gonna sound dumb, but anyway: I want to dynamically select from a table into a dynamically created itab.
    Letu2019s use only EKPO, and only field MENGE.
    For this, I use Classes cl_abap_elemdescr, cl_sql_result_set and the Data Ref for table creation. But while fetching the resultset, program dumps when fields like MENGE, WRBTR are accessed. Obviously their type are not correctly taken into account by my program.
    Here it comes:
    DATA: element_ref             TYPE REF TO cl_abap_elemdescr,
          vl_fieldname               TYPE string,
                 tl_components         TYPE abap_component_tab,
                 sl_components         LIKE LINE OF tl_components_alv,
    linetype_lcl               TYPE REF TO cl_abap_structdescr,
    ty_table_type            TYPE REF TO cl_abap_tabledescr,
    g_resultset             TYPE REF TO cl_sql_result_set
    u2026
    CONCATENATE sg_columns-table_name '-' sg_columns-column_name INTO vl_fieldname.
    * sg_columns-table_name contains 'EKPO'
    * sg_columns-column_name contains 'MENGE'
    * getting the element as a component
    element_ref ?= cl_abap_elemdescr=>describe_by_name( vl_fieldname ).
    sl_components-name  = sg_columns-column_name.
    sl_components-type ?= element_ref.
    APPEND sl_components TO tl_components.
    * dynamic creation of internal table
    linetype_lcl = cl_abap_structdescr=>create( tl_components ).
    ty_table_type = cl_abap_tabledescr=>create(
                      p_line_type = linetype_lcl ).
    u2026
    * Then I will create my field symbol table and line. Code has been cut here.
    CREATE DATA dy_line LIKE LINE OF <dyn_table>.
    u2026
    * Then I will execute my query. Here itu2019s: Select MENGE From EKPO Where Rownum = 1.
      g_resultset = g_stmt_ref->execute_query( stmt_str ).
    * Then structure for the Resultset is set
      CALL METHOD g_resultset->set_param_struct
        EXPORTING
          struct_ref = dy_line.
    * Fetching the lines of the resultset  => Dumpu2026
      WHILE g_resultset->next( ) > 0.
        ASSIGN dy_line->* TO <dyn_wa>.
        APPEND <dyn_wa> TO <dyn_table>.
      ENDWHILE.
    Anyone has any clue to how prevent my Dump ??
    The component for MENGE seems to be described as a P7 with 2 decimals. And the resultset wanna use a QUAN type... or something like that !

    Hello
    I have expanded your sample coding for selecting three fields out of EKPO:
    *& Report  ZUS_SDN_SQL_RESULT_SET
    *& Thread: Dynamic Internal Table creation and population
    *& <a class="jive_macro jive_macro_thread" href="" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1375510"></a>
    *& NOTE: Coding for dynamic structure / itab creation taken from:
    *& Creating Flat and Complex Internal Tables Dynamically using RTTI
    *& https://wiki.sdn.sap.com/wiki/display/Snippets/Creating+Flat+and+
    *& Complex+Internal+Tables+Dynamically+using+RTTI
    REPORT  zus_sdn_sql_result_set.
    TYPE-POOLS: abap.
    DATA:
    go_sql_stmt       TYPE REF TO cl_sql_statement,
    go_resultset      TYPE REF TO cl_sql_result_set,
    gd_sql_clause     TYPE string.
    DATA:
      gd_tabfield      TYPE string,
      go_table         TYPE REF TO cl_salv_table,
      go_sdescr_new    TYPE REF TO cl_abap_structdescr,
      go_tdescr        TYPE REF TO cl_abap_tabledescr,
      gdo_handle       TYPE REF TO data,
      gdo_record       TYPE REF TO data,
      gs_comp          TYPE abap_componentdescr,
      gt_components    TYPE abap_component_tab.
    FIELD-SYMBOLS:
      <gs_record>   TYPE ANY,
      <gt_itab>     TYPE STANDARD TABLE.
    START-OF-SELECTION.
    continued.

  • Roaming profiles not created while the creation of user account

    Hello,
    Our file server (running windows server 2003) is hosting Roaming profiles for users (in active directory running 2003). And that worked just fine till this week, when trying to create some users, we figured out that their roaming profiles are not created
    (after their first logon the the domain of course)
    We checked out the NTFS permissions and the SMB share permissions, and everything looks correct.I have even modified the permissions as Microsoft recommands. But still nothing has changed.
    What could be the problem? or where to look for some paths to troubleshoot this problem??
    Thanks in advance!
    Lotfi BOUCHERIT

    Hi Lotfi B,
    According to your description
    the user, is not able to access the share from the Explorer, as Awinish said, there may be a network or Firewall issue.
    Please try to troubleshoot the network issue referring to the following article:
    Troubleshoot network connection problems
    In addition, it would be helpful if you could help to collect the following information:
    Could the old users access the share?
    Did the GPResult show the GPO had applied successfully? Please run
    Gpresult /h > C:\temp\gpresult.html  (“C:\temp\”is the path of the gpresult.html,
    you can set it yourself) in Command Prompt, the file gpresult.html is used for checking the resultant of Group Policy information.
    Regards,
    Lany Zhang

  • How to configure to generate two accounting documents for Mvt 645

    Dear Experts,
    I read all documents related to STO one-step procedure (mvt 645). They said that the system generate two accounting documents for 2 company codes (receing and issuing company codes) after goods issue reference to DO.
    However, after configuration one step procedure and test my system, the system only generated one accounting document for receiving company code, not for issuing company code. In Material document, I saw 2 Mvt 645 and 101. In the lines having Mvt 645, I saw G/L account of cost-of-goods-sold.
    Could you please to show me how to generate two accounting documnets automatically after goods issue referent to DO with Mvt 645?
    Thank you so much,
    Best regards,
    Anh Duong

    My configuration steps are:
    Step 1: preparation:
          create customer and vendor master
          extend sales & purchasing views for material master
    Step 2: Assign customer number and the organizational units (sales organization, distribution channel, and division) to the Supplying plant and Receiving plant
    IMG --> Materials Management --> Purchasing --> Purchase Order --> Set up Stock Transport Order --> Define Shipping Data for Plants
    Step 3: tick on column "One step" for the line of supplying, receiving plant, and PO type cross transport order
    IMG --> Materials Management --> Purchasing --> Purchase Order --> Set up Stock Transport Order --> Assign Document Type, One-Step Procudure, Underdelivery Tolerance
    Step 4: assign delivery type NLCC for PO type cross transport order
    IMG --> Materials Management --> Purchasing --> Purchase Order --> Set up Stock Transport Order --> Assign Delivery Type and Checking Rule
    These above steps are in MM module.
    Please help me,
    Thank you,
    Anh Duong

  • Help with new editor.....Windows 7 64-Bit Xeon 5520 processor 12 GB Memory.

    Hello, I have built a new system from scratch for our Creative Services Editor with the following:
    1- ZALMAN PROFESSIONAL GS-1000-BK Black Computer Case Aluminum- http://www.newegg.com/Product/Product.aspx?Item=N82E16811235014
    1- Seagate Barracuda ES.2 ST3500320NS 500GB 7200 RPM 32MB Cache SATA 3.0Gb/s- http://www.newegg.com/Product/Product.aspx?Item=N82E16822148294
    4- SAMSUNG Spinpoint F3 HD103SJ 1TB 7200 RPM 32MB Cache SATA 3.0Gb/s- http://www.newegg.com/Product/Product.aspx?Item=N82E16822152185
    1- ASUS P6T7 WS Supercomputer "Ultimate Gamer" choose 3Way SLI + PhysX at Real X16 X58 CEB Intel Motherboard- http://www.newegg.com/Product/Product.aspx?Item=N82E16813131390
    2- CORSAIR DOMINATOR 6GB (3 x 2GB) 240-Pin DDR3 SDRAM DDR3 1600 (PC3 12800) Desktop Memory (12 GB Total)- http://www.newegg.com/Product/Product.aspx?Item=N82E16820145289
    1- Intel Xeon E5520 Nehalem 2.26GHz 4 x 256KB L2 Cache 8MB L3 Cache LGA 1366 80W Quad-Core Server Processor- http://www.newegg.com/Product/Product.aspx?Item=N82E16819117185
    1- PNY Quadro FX 4800 VCQFX4800-PCIE-PB Quadro FX 4800 1.5GB 384-bit GDDR3 PCI Express 2.0 x16 SLI Supported Workstation Video Card- http://www.newegg.com/Product/Product.aspx?Item=N82E16814133252
    Ok, the system has some DVD burners and a huge 120 mm fan heat sink for the processor and a 850 watt power supply as well.
    The OS 64-bit windows 7 is installed all by itself on the 500 GB Drive C.  I currently have the 4 1 TB samsungs on a Raid-0 for all project video files and other content.  After reading many of Harms posts I may just set them all up as stand alone drives and split things up a bit for performance.
    CS5 runs well with the Mercury playback engine, and when importing normal DV video from DVCAM through a Blackmagic HD/SD-SDI Decklink card off of a DSR-1800 deck works fine.  The issue I am having is when we use still images, or like when we imported some Mac ProRess 422 footage, the system will scrub through it fine but when you try and play the timeline it freezes.  I did notice an error shows up in the lower right corner saying frames were dropped.
    From everything I reaserched with this system purchase, having the Quadro FX 4800 was supposed to make everything run smooth and take out render times. This machine is supper fast for everything else but seems to have issues doing simple things with images that have been scaled in the effect controls.  If the footage is basic SD video edits no problem.  Still images are large sometimes, but nothing his old 2003 Pinicle Liquid can't handle after some render time.
    If the GPU acceleration is on, and I play the timeline, few seconds and then stops.  If I turn off GPU, and hit enter to have it Render, it plays fine after Render is complete.  Seems like something is not feeding the GPU/CPU the data fast enough.
    Any thoughts.  Is the Xeon not the right direction, should I swap for a Core i9?  Xeon rates really high on the CPU benchmark... Shows up as 8 cores due to hyperthreading.
    Any idea's would be great,
    Thank you,

    Update:
         I swapped my processor with the i7-950 chip and even though the windows Experience Index went from 7.4 to 7.5 on the processor calculations per second.  My scores are Memory: 7.5, Graphics: 7.1 3D: 7.1 Primary hard disk performance is 5.9 making that the total score.
         I will run the benchmark again on the system tomorrow and post the results of a chip change.
         I have not changed the drive configuration or changed windows services yet.  I talked to black magic tech support and he said that for SD video I should be fine with 2 standard 7200 RPM drives.  He was surprised I was having the dropped frames with the 4 disk raid 0.  He said to test in another machine just to see if the card could be bad.
         I found a utility on the machine that is part of the black magic software that tests the hard drives.  Here are the results:
    Boot drive.  It is a Seagate Barracuda ES.2 ST3500320NS
    Scratch drive Raid 0 array- 4- SAMSUNG Spinpoint F3 HD103SJ 1TB 7200 RPM
    From the numbers it looks like the Raid 0 is giving much better performance over the single drive, but why am I still having the problems.  The dropped frames issue is still happening so I am going to try to move the black magic card to another PCI-e slot on the motherboard. I may have to try another brand of HD-SDI input/output card.
    I am going to test the card in another editor that does not have an intel processor or near the specs of this system just to rule out the card or the hardware as I found this on Blackmagic website:
    15 March 2010 — Number 193
    Asus P6T series motherboards
    The Asus P6T series of motherboards are currently incompatible with all x1 lane PCI Express products from Blackmagic Design. This includes the Intensity series cards as well as DeckLink SDI and DeckLink Studio. This incompatibility is being actively investigated but a possible resolution to the problem is currently unknown.
    This incompatibility only affects x1 lane PCI Express cards from Blackmagic Design. Our x4 lane PCI Express products work fine with the Asus P6T series of motherboards and these include the DeckLink HD Extreme and Multibridge family of capture devices.
    UPDATE: We have been informed that this issue has been resolved with the latest BIOS update from Asus. If you're running into issues with our x1 lane PCI Express cards and your motherboard, please check the manufacturers' website to see if there's a newer version of BIOS that you can use.
    Back... 
    Now, I have the Asus P6T7 WS Supercomputer.  I did do a Bios Update today but do not know if the issue refered to in this support notice also applies to my model of motherboard.  The tech at BlackMagic did not seem to know about this issue.
    Does anyone have any other idea's of what I could be missing?  If it turns out to be an incompatible motherboard I do not have a problem with changing it.  I would like to know if anyone is having a successful setup using the Decklink SDI with CS5 without any issues of dropped frames on items that are GPU rendered.  If I turn off the GPU acceleration and have to hit enter for render it isn't an issue as the "preview files" created when rendered are smaller and easier to play from the hard drives.
    The timelines that have issues are using still images of 3-4 megapixel sizes that are being shrunk and moved on the timeline to fit in NTSC 4:3 output.  I could probably stop the issue if I resized the pictures to 1 Megapixel or smaller and used the smaller version but the yellow bar is telling me it can do that conversion on the fly.  Why drop frames??????
    Thanks, (sorry for the long post)

  • How can I run iTunes 10.5 on a Windows 7 64 bit machine?

    Does someone know how this works?
    if I install it, iTunes doesn't start.
    It's in the Task-Manger, but only for 3 seconds. After those 3 seconds the process disappears... and thats all... :/

    If you are an authorized member of Apple's developer program, you have forums and resources through which you can address issues with seed versions of Apple's software. Posting here or in any public forum is a violation of your NDA with Apple. If you are not an authorized developer, then you have an illegal copy of the software.
    Either way, we cannot help you with questions about unreleased Apple software in these forums.
    Regards.

Maybe you are looking for