MAX detects PXI-MXI-4, but fails to detect non-NI chassis

MAX detects PXI-MXI-4, but fails to detect non-NI chassis. My system is as follow:
NI PCI-6552 (NI DAQmx device)
NI PXI-MXI-4/ PXI-8331 (PXI system)
Elma chassis, with CompactPCI backplane (chassis and cPCI)
When I run MAX, it successfully detects PCI and PXI with the model number listed. However, the chassis is unidentified. Although my chassis is made by Elma, not NI, it has been confirmed that my Elma chassis, as well as the CompactPCI backplane that comes with the chassis, is compatible with the PXI.
When I clicked on "other chassis", the chassis.ini (driver) file is asked. But I've confirmed with Elma that no driver is required for the chassis.
What might be the problem? Thank you very much.
Manson

I'm having a similar problem, and from reading the above, it's not clear what one is to do if the chassis and link vendors say "there are no driver files, and none are needed" and NI says, "you must have the appropriate files, which are provided by the vendor."  Specifically, I have a Jasper Electronics PXI chassis and a Hartmann StarFabric link (PCI bridge).  My NI devices in this chassis (6071E, 6533) have always worked fine, and MAX displays them correctly under Traditional Devices and under DAQmx Devices.  The PXI chassis shows up as "unidentified" in MAX, but this has never caused any problems before (and I've seen the same benign error with other non-NI PXI chassis).  However, now that I'm using DAQmx, I'm trying to do the following:
    DAQmxConnectTerms("/Dev3/PXI_Trig0", "/Dev3/PFI5", DAQmx_Val_DoNotInvertPolarity);
where Dev3 is a PXI-6533.  When I start my task, I get the error message "Driver cannot complete the route, because the only way to make the route requires a trigger bus line, and no trigger bus has been configured in MAX for this device."  The documentation seems to imply that identifying the chassis will automatically create or recognize the appropriate PXI trigger lines.  Since the vendors don't supply any ini files, I tried faking it out as as PXI-8150 system with a PXI-1000 chassis, using the NI ini files; this resulted in entries for both NI cards appearing under "Chassis 1 (PXI-1000)", e.g.
PXI5::11::INSTR (PXI-6533)
PXI5::12::INSTR (PXI-6017E)
although their properties (in the pane to the right of the tree view) show their chassis and slots as "unknown."  When I run my code, I still get the error message about needing to configure a trigger bux in MAX.  Just for grins, I tried the same thing but with RTSI0 instead of PXI_Trig0, and got the same error.  I created an RTSI cable under DAQmx Devices in MAX, and that made no difference.  Help!
Thanks,
Larry

Similar Messages

  • PXI MXI-3 Initialisation problem on Win2k

    I'm using an 8 card PXI chassis, which is connected to a Win2k PC by a MXI-3 bridge. I have found that adding one particular card to the rack (a value motion card) causes system initialisation to fail - Windows boots OK, but even MAX can't see any cards. The problem occurs on the two target machines intended to run the rig, but not on my development machine. Any ideas how to diagnose/fix this?

    Thanks for your comments. The PXI-7314 is the card in question - My first thought is that we could have been sent one of the pre-update cards. however, presumably this would cause the problem on all Win2000 machines, whereas we only see it on the target machines. The machines we see the problem on are 1 GHz Intel Pentium 3's which our client purchased from an extremely small low cost manufacturer in the UK - so I'm wondering if the problem may lie there.
    What we see when the card is installed (including when only the MXI-3 and the 7314 are in the in the rack) is that the MXI-3 optimisation runs, detects the PXI rack OK, but fails to detect any cards. Trying to access the cards from Visual Basic via ComponentWorks custom controls obviously fails, and MAX d
    oesn't report any cards.

  • Oxford Mercury series instruments : Works with NI-MAX but fails with Labview

    Hi,
      I am trying to interface an Oxford Instruments "Mercury Series" power supply for superconducting magnets, I am using Labview 2013 and an NI USB-GPIB-HS.
    The problem I have is the following:
    1.  After connecting the instruments I run NI-MAX (ver 14.0) to check that the instruments are recognized by the GPIB-bus. Everything goes fine, the instruments are detected and I can communicate with it by typing commands in the 488.2 communicator. Read and write both work fine.
    2. Then I try to write my own code in Labview to run the instrument.  The standard 488.2 commands Send/Recieve or GPIB-Write anf GPIB-Read do not work.
    There are other instruments on the same bus also - which work fine with both NI-MAX as well as my vi-s from Labview.  I have tried doing the "obvious" things
    like intialising the GPIB before sending any command and then do a Device Clear for the specific instruments before sending other commands.
    3. So the question is : What can be the reason for an instrument to respond correctly via NI-MAX but fail to do when addressed from Labview with essentially
    similar basic commands?
    I have tried tracing the origin of the errors via I/O trace (NI-spy), but they didn't help in locating the precise problem.
    Would be grateful if somebody could suggest an answer.
    Have other people faced this before?
    Thanks-
    Kanti

    The instruments are actually newer  (rather than an older version). You are correct that they need an extra "\n" after the command string - which I had provided.
    The command tryped in NIMAX was simply  "*IDN?\n"   in response to which  the instrument sends its identification string correctly. 
    All other commands also worked properly.
    I then tried the same in Labview using   "Send" and "Recieve". The Recieve generates the error.
    I am attaching the trace file (converted to txt) and the VI. Line 10-14 has the error.
    Thanks
    Attachments:
    test07.vi ‏12 KB
    NImaxCapture_test07.txt ‏5 KB

  • MAX shows PXI card when booted into Windows but not in Hypervisor mode

    Hello again all you helpful forum-goers!
    I'm having some difficulties with a Hypervisor system seeing the two Pickering 6 channel programmable resistor cards that are loaded into the PXI chassis.  When I boot into Windows mode, MAX sees them under the My System just fine.  When I then run the Hypervisor configuration software, I see them both listed, and have them assigned to the Real-Time OS.  However, when I then boot into Hypervisor mode, MAX does not see them under the Remote Systems -> Hypervisor Target -> Chassis (or anywhere else), and the drivers report not seeing any modules either when I debug my code running on the real-time system.
    Does anyone have any idea what setting or configuration I might have incorrect?  Is there any other information I can provide that would be relevant or useful to answer this question?  I'm not the main hardware guy, he just got married and so isn't available, so I'm out of my comfort zone.  ;-)  I write the software that runs on the system, though, so I'm not completely clueless.  I know we just replaced the controller in the main chassis with a faster one (unfortunately I don't have the number on hand, the simulator is down in the lab), but I also know we are using that same controller and Pickering card on a different simulator and it is working just fine.
    Any ideas?  I very much appreciate your time!
    -Joe
    Solved!
    Go to Solution.

    Nevermind, the answer turned out to be that I did not have the drivers fully installed on the real-time system.  Apparently that caused it to not recognize the cards.  I never did figure out / remember exactly how to install the Pickering drivers on the real-time side, but fortunately I was able to just copy all the files that had "Pickering" in their name from the C:\ni-rt\system folder of the real-time file directory from another simulator to this one.  ;-)
    Cheers!

  • PXI-MXI-4 with NI PXI-1044: No PXISYS.INI or CHASSIS.INI Files

    I am unable to locate PXISYS.INI or CHASSIS.INI files for use with the PXI-MXI-4 bridge with a NI PXI-1044 chassis.  I have reviewed the knowledge base article regarding these files (http://digital.ni.com/public.nsf/websearch/862567530005F09C862566A0005EAB87?OpenDocument) but am still stuck.
    According to the article, the chassis manufacturer (NI in my case) should provide these files.  However, they are nowhere to be found!
    Any help would be appreciated.

    Hi Luke,
       You can generate the required configuration files using MAX. Please refer to
    "Configuring the PXI System Entry in MAX 3.x" at
    http://digital.ni.com/public.nsf/allkb/5902345227DFCA1286256EDA0063F50C
       for more information on how to do this.

  • Messaging working in BlazeDS deployed on Windows Tomcat but failing in Tomcat deployed on Ubuntu

    I have been going round and round on this for days. I have no idea how to solve it. Everything works fine in windows but now I have to move to Ubuntu. I set up a streaming server with BlazeDS which is messaging to my clients great when my war is in tomcat 7 on windows but is failing in tomcat 7 on Ubuntu.
    I see my client connect to BlazeDS on Ubuntu. The DEBUG messages print out that I have a client subscribed. It says that I have one FlexSession for an id and one client subscribed to streaming-amf. Then, a few seconds later, it says that the client sent a duplicate request "streaming-amf recieved a duplicate sreaming connection request from, FlexClient with id ... Faulting request."
    Next the log files print out that there are no streaming clients for the FlexSession and no streaming clients for the endpoint streaming-amf.
    This is the same software that works fine in the Windows Tomcat container but is not in Ubuntu Tomcat even though the WAR is exactly the same. In case it helps, my config files and calls are below:
    messaging-config.xml
        <destination id="sp-streamingchannel">   
                           <properties>
                <network>
                    <session-timeout>0</session-timeout>
                    <throttle-inbound policy="ERROR" max-frequency="50"/>
                    <throttle-outbound policy="REPLACE" max-frequency="500"/>
                </network>
                <server>
                    <allow-subtopics>true</allow-subtopics>
                    <subtopic-separator>.</subtopic-separator>
                    <max-cache-size>1000</max-cache-size>
                    <message-time-to-live>0</message-time-to-live>
                    <durable>true</durable>
                </server>
            </properties>
                <channels>
                 <channel ref="streaming-amf"/>           
                </channels>
               <adapter ref="SPStreamingAdapter"/>
               </destination>
    services-conf.xml
        <channel-definition id="streaming-amf" class="mx.messaging.channels.StreamingAMFChannel">
                  <endpoint url="http://localhost:8080/SP-Web-1.0/messagebroker/spamf" class="flex.messaging.endpoints.StreamingAMFEndpoint"/>
                        <properties>
                            <idle-timeout-minutes>0</idle-timeout-minutes>
                            <max-streaming-clients>150</max-streaming-clients>                      
                            <server-to-client-heartbeat-millis>5000</server-to-client-heartbeat-millis>
                                  <user-agent-settings>
                          <user-agent match-on="MSIE" kickstart-bytes= "2048"  max-streaming-connections-per-session="2"/> 
                          <user-agent match-on="Firefox" kickstart-bytes="0"  max-streaming-connections-per-session="4"/>
                          <user-agent match-on="AdobeAIR" kickstart-bytes="2048" max-streaming-connections-per-session="2" />
                </user-agent-settings>
                        </properties>
              </channel-definition>
    The calls in Flex:
    public var channelDest:String = "http://98.193.212.138:8080/SP-Web-1.0/messagebroker/spamf";
    private var channelName:String = "streaming-amf";
    channelSet = new ChannelSet();
    channel = new StreamingAMFChannel(channelName, channelDest);
    var c:StreamingAMFChannel = new StreamingAMFChannel();
    channelSet.addChannel(channel);
    channel.connect(channelSet);
    consumer = new Consumer();
    consumer.destination  = "sp-streamingchannel";
    consumer.channelSet = channelSet;
    consumer.subtopic = "table." + tableID;
    consumer.subscribe();
    Why would this work fine on one server but fail on the other? Thanks so much for any help you can offer.
    While it may not be releavnt to this question, I do have remoting working fine with BlazeDS on both systems. When my app starts, the user has to log in. All of that is done with BlazeDS and is working fine on both Win and Ubuntu. I only have a problem when it comes to streaming with BlazeDS as is shown above.

    I have been going round and round on this for days. I have no idea how to solve it. Everything works fine in windows but now I have to move to Ubuntu. I set up a streaming server with BlazeDS which is messaging to my clients great when my war is in tomcat 7 on windows but is failing in tomcat 7 on Ubuntu.
    I see my client connect to BlazeDS on Ubuntu. The DEBUG messages print out that I have a client subscribed. It says that I have one FlexSession for an id and one client subscribed to streaming-amf. Then, a few seconds later, it says that the client sent a duplicate request "streaming-amf recieved a duplicate sreaming connection request from, FlexClient with id ... Faulting request."
    Next the log files print out that there are no streaming clients for the FlexSession and no streaming clients for the endpoint streaming-amf.
    This is the same software that works fine in the Windows Tomcat container but is not in Ubuntu Tomcat even though the WAR is exactly the same. In case it helps, my config files and calls are below:
    messaging-config.xml
        <destination id="sp-streamingchannel">   
                           <properties>
                <network>
                    <session-timeout>0</session-timeout>
                    <throttle-inbound policy="ERROR" max-frequency="50"/>
                    <throttle-outbound policy="REPLACE" max-frequency="500"/>
                </network>
                <server>
                    <allow-subtopics>true</allow-subtopics>
                    <subtopic-separator>.</subtopic-separator>
                    <max-cache-size>1000</max-cache-size>
                    <message-time-to-live>0</message-time-to-live>
                    <durable>true</durable>
                </server>
            </properties>
                <channels>
                 <channel ref="streaming-amf"/>           
                </channels>
               <adapter ref="SPStreamingAdapter"/>
               </destination>
    services-conf.xml
        <channel-definition id="streaming-amf" class="mx.messaging.channels.StreamingAMFChannel">
                  <endpoint url="http://localhost:8080/SP-Web-1.0/messagebroker/spamf" class="flex.messaging.endpoints.StreamingAMFEndpoint"/>
                        <properties>
                            <idle-timeout-minutes>0</idle-timeout-minutes>
                            <max-streaming-clients>150</max-streaming-clients>                      
                            <server-to-client-heartbeat-millis>5000</server-to-client-heartbeat-millis>
                                  <user-agent-settings>
                          <user-agent match-on="MSIE" kickstart-bytes= "2048"  max-streaming-connections-per-session="2"/> 
                          <user-agent match-on="Firefox" kickstart-bytes="0"  max-streaming-connections-per-session="4"/>
                          <user-agent match-on="AdobeAIR" kickstart-bytes="2048" max-streaming-connections-per-session="2" />
                </user-agent-settings>
                        </properties>
              </channel-definition>
    The calls in Flex:
    public var channelDest:String = "http://98.193.212.138:8080/SP-Web-1.0/messagebroker/spamf";
    private var channelName:String = "streaming-amf";
    channelSet = new ChannelSet();
    channel = new StreamingAMFChannel(channelName, channelDest);
    var c:StreamingAMFChannel = new StreamingAMFChannel();
    channelSet.addChannel(channel);
    channel.connect(channelSet);
    consumer = new Consumer();
    consumer.destination  = "sp-streamingchannel";
    consumer.channelSet = channelSet;
    consumer.subtopic = "table." + tableID;
    consumer.subscribe();
    Why would this work fine on one server but fail on the other? Thanks so much for any help you can offer.
    While it may not be releavnt to this question, I do have remoting working fine with BlazeDS on both systems. When my app starts, the user has to log in. All of that is done with BlazeDS and is working fine on both Win and Ubuntu. I only have a problem when it comes to streaming with BlazeDS as is shown above.

  • Firefox "loads" but fails to display.

    After updating Firefox, the browser loads (it shows up as running in Task Manager) but fails to display on screen. In other words, it is completely unusable. I've uninstalled & reinstalled the program, without favorable results.

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

  • HT4623 My iPad2 is frozen, I am trying to download the upgrade software but fails after a while, how can I solve the issue. I have not upgraded the iPad 2 since I bought it.

    y iPad2 is frozen, I am trying to download the upgrade software but fails after a while, how can I solve the issue. I have not upgraded the iPad 2 since I bought it.

    Try and force iPad into Recovery Mode:
    1. Turn off iPad
    2. Connect USB cable to computer; leave the other end alone
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPad
    Note: You need to be patient and repeat the above many times to recover your iPad

  • Can an image of Windows 2000 using NI-VXI 3.5 with a PXI-MXI controller be fielded for multiple computers using sysprep?

    I am trying to field an image of Windows 2000 using NI-VXI 3.5 with a PXI-MXI controller.  Can I set the system up to retain to original settings for VXI?  Some of my computers use a PCI-MXI controller.  Although Windows always finds the MXI controller, the original VXI System 0 is not used.  I have several VME instruments set up and the target is about 85 different computers.  Also the NI-GPIB interface does not show in MAX.  Is this supposed to work?

    Hello,
    Here's an update regarding the gpib error. There has been a Corrective Action Request (CAR) ID:3BI8A578, filed due to a similar issue of error gpibpnp.exe with NI-488.2 v2.2 on Windows 2000 and Sysprep. This issue's workaround involved going back to install NI-488.2 v2.1 or installing the v2.3 release in order to eliminate the problem. Currently, NI-488.2 v2.3 is no longer available for download, however, all operating systems and hardware supported by NI-488.2 v2.3 are also supported by NI-488.2 v2.4 (see link 1). 
    1. NI-488.2 2.4 - Windows XP/2000: http://joule.ni.com/nidu/cds/view/p/lang/en/id/3402. GPIB Driver Versions for Microsoft Windows and DOS: http://zone.ni.com/devzone/cda/tut/p/id/5326 
    Best regards,
    Ali M
    Applications Engineer
    National Instruments
    Message Edited by Ali M on 05-25-2010 02:07 PM

  • Error workflow has been created successfully, but failed to publish and will not be listed in the Project Center

    hello,
    when i try creating projects in Project center am posted on with this error.
    Your new XXXX workflow has been created successfully, but
    failed to publish and will not be listed in the Project Center.For more information on the failure, visit the My Queue Jobs page or contact your administrator.
    Any help would be appreciated!!!!!
    Thanks regards, Vignesh.

    hello Rouyre,
    Thanks for ur reply
    Am using 
    Microsoft Project Server 2013
    15.0.4420.1017
    Yes! It is Custom EPT with Custom Workflow(Declarative Workflow) built through VS2012
    after associating the Site workflow with EPT i try creating Projects using my Custom EPT since then am posted on with this error.
    ULS Error:Log
    07/04/2014 10:21:38.03 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue                        
    ad3fy Critical
    Standard Information:PSI Entry Point: <unknown>  Project User: <unknown>  Correlation Id: <unknown>  PWA Site URL:   SA Name: <unknown>  PSError: <unknown> A queue job has failed. This is a general
    error logged by the Project Server Queue everytime a job fails - for effective troubleshooting use this error message with other more specific error messages (if any), the Operations guide (which documents more details about queued jobs) and the trace log
    (which could provide more detailed context). More information about the failed job follows. GUID of the failed job: 39cd36d6-3603-e411-b33e-00155d00091f. Name of the computer that processed this job: 3eebbc1d-7558-4050-bf5d-d985b23b89f5 (to debug further,
    you need to look at the trace log from this computer). Failed job type: ReportWorkflowProj...
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.03* Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue                        
    ad3fy Critical
    ...ectDataSync. Failed sub-job type: ReportWorkflowProjectDataSyncMessage. Failed sub-job ID: 1. Stage where sub-job failed:  (this is useful when one sub-job has more than one logical processing stages).
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.03 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue Jobs                    
    ad3fy Medium  
    Error is: GeneralQueueJobFailed. Details: Queue Attributes:  39cd36d6-3603-e411-b33e-00155d00091f  3eebbc1d-7558-4050-bf5d-d985b23b89f5  ReportWorkflowProjectDataSync  ReportWorkflowProjectDataSyncMessage  1    2c1ea19c-5849-002d-b89f-50aaf0a752fd
     . Standard Information: , LogLevelManager Warning-ulsID:0x000DD158 has no entities explicitly specified.
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.03 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Project Server Database      
    ah91z Medium  
    Successfully got the connection string (database name=[ProjectWebApp_Practice], id=1f6004ae-5d8a-41d2-81f9-e424a31484aa, type=Consolidated). Requested access level=ReadWrite: Data Source=XXXX;Initial Catalog=ProjectWebApp_Practice;Integrated Security=True;Enlist=False;Pooling=True;Min
    Pool Size=0;Max Pool Size=100;Connect Timeout=15
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.04 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue Jobs                    
    ad3fz Medium  
    PWA:http://XXXX:10000/PWAPactice, ServiceApp:Project Server Service Application, User:PROJECTSERVER\system, PSI: [QUEUE] receiver http://XXXX:10000/PWAPactice: Group 3bcd36d6-3603-e411-b33e-00155d00091f type = ReportWorkflowProjectDataSync aborted at
    Message 1, LogLevelManager Warning-ulsID:0x000DD159 has no entities explicitly specified.
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.04 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue Jobs                    
    ad3f2 Medium  
    PWA:http://XXXX:10000/PWAPactice, ServiceApp:Project Server Service Application, User:PROJECTSERVER\system, PSI: [QUEUE] receiver http://XXXX:10000/PWAPactice: Group 3bcd36d6-3603-e411-b33e-00155d00091f correlation 82705dc5-3603-e411-b33e-00155d00091f
    type = ReportWorkflowProjectDataSync failed at Message 1 Errors: GeneralQueueJobFailed, LogLevelManager Warning-ulsID:0x000DD15C has no entities explicitly specified.
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    Thanks regards, Vignesh.

  • Ipad 2 Bricked. Try to restore or update but failed

    Hi all,
    My version of ipad is IOS 4.3.3 already brick. I've try to restore using itunes but it can't. I try to update but it won't update. So I go to DFU mode. The itunes finish download the IOS 5 but it failed to update my device. So I totally no idea at all!
    Could anyone provide me some idea.

    My current version of Ipad 2 is IOS 4.3.3
    After install a games call Munch and play a few level. The screen turn blank. When i press power button to wake it. It show apple logo and the background is black.
    On the Itunes side, I try to sync but failed because it does not detect my device.
    I run into DFU mode and Itunes detect my IPAD 2 but the device name and the device version is blank.
    When I try to restore but it failed.
    When try to update, Yes it can download the IOS 5.0.1 but it failed to update my device after downloaded. So wasting my 2 hour time to download it.
    I try the customs ways. I downloaded IOS 4.3.3 Restore Firmware and IOS 5.0.1 Restore Firmware
    the methods is SHIFT+UPDATE/RESTORE
    Does help at all. I blank my mind

  • ANT Deployment issue. works fine in one environment but fails in other

    Hi,
    Ant script is working fine in Dev environment but is failing in the other environment. Somehow the BPEL server is not able to pick the latest deployed process , due to this the dependent BPEL processes are failing. If we restart the server , it moves forward and then fails at the point where it couldn’t find reference to the processes deployed after restart. Restarting the server at every failed interval will deploy all the BPEL processes which is not the solution.
    example : we have BPEL Processes say A, B, C, D and E. A,B are independent processes C is dependent on A, D is independent and E is dependent on D. So I have Ant script to deploy in A,B,C,D,E order. Now I run the Ant Script: It deploys A,B processes and Fails at C saying it couldn't find the process A.wsdl(But A is deployed). So if i restart now it recognizes A and B are deployed so C is also deployed succesfully it also deploys D as it is Independent but fails at E. If i restart the server E is also deployed.
    The Environment is clustered.
    Any suggestion to make my Ant script to run at a go will be highly appreciated
    Thanks
    Krishna

    Hi KrishnaBhaskarla,
    I have something related to ant script, Can you please provide me the steps for deploying applications using ant script.
    Regards
    Kumar

  • Wifi scans but fails to connect on Thinkpad W520

    Running Network Manager on a Lenovo Thinkpad W520 and able to scan but unable to connect to wifi.  Wifi works fine in dualboot on Windows, and ethernet works fine in both.
    $ lspci -vv
    03:00.0 Network controller: Intel Corporation Centrino Ultimate-N 6300 (rev 35)
    Subsystem: Intel Corporation Centrino Ultimate-N 6300 3x3 AGN
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 35
    Region 0: Memory at d5300000 (64-bit, non-prefetchable) [size=8K]
    Capabilities: <access denied>
    Kernel driver in use: iwlwifi
    $ sudo systemctl status NetworkManager-wait-online.service
    ● NetworkManager-wait-online.service - Network Manager Wait Online
    Loaded: loaded (/usr/lib/systemd/system/NetworkManager-wait-online.service; enabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Sun 2014-12-21 22:58:55 EST; 12min ago
    Main PID: 500 (code=exited, status=1/FAILURE)
    Dec 21 22:58:55 Defiant systemd[1]: NetworkManager-wait-online.service: main process exited, code=exited, status=1/FAILURE
    Dec 21 22:58:55 Defiant systemd[1]: Failed to start Network Manager Wait Online.
    Dec 21 22:58:55 Defiant systemd[1]: Unit NetworkManager-wait-online.service entered failed state.
    Dec 21 22:58:55 Defiant systemd[1]: NetworkManager-wait-online.service failed.
    $ sudo systemctl status NetworkManager-dispatcher.service
    ● NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service
    Loaded: loaded (/usr/lib/systemd/system/NetworkManager-dispatcher.service; enabled; vendor preset: disabled)
    Active: inactive (dead)
    $ sudo systemctl status NetworkManager.service
    ● NetworkManager.service - Network Manager
    Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; vendor preset: disabled)
    Active: active (running) since Sun 2014-12-21 22:58:23 EST; 13min ago
    Main PID: 341 (NetworkManager)
    CGroup: /system.slice/NetworkManager.service
    └─341 /usr/bin/NetworkManager --no-daemon
    Dec 21 23:10:12 Defiant NetworkManager[341]: <info> Activation (wlp3s0) Stage 4 of 5 (IPv6 Configure Timeout) started...
    Dec 21 23:10:12 Defiant NetworkManager[341]: <info> (wlp3s0): device state change: ip-config -> failed (reason 'ip-config-unavailable') [70 120 5]
    Dec 21 23:10:12 Defiant NetworkManager[341]: <info> Disabling autoconnect for connection 'Bifröst'.
    Dec 21 23:10:12 Defiant NetworkManager[341]: <warn> Activation (wlp3s0) failed for connection 'Bifröst'
    Dec 21 23:10:12 Defiant NetworkManager[341]: <info> Activation (wlp3s0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
    Dec 21 23:10:12 Defiant NetworkManager[341]: <info> (wlp3s0): device state change: failed -> disconnected (reason 'none') [120 30 0]
    Dec 21 23:10:12 Defiant NetworkManager[341]: <info> (wlp3s0): deactivating device (reason 'none') [0]
    Dec 21 23:10:12 Defiant NetworkManager[341]: <warn> Connection disconnected (reason -3)
    Dec 21 23:10:12 Defiant NetworkManager[341]: <info> (wlp3s0): supplicant interface state: completed -> disconnected
    Dec 21 23:10:15 Defiant NetworkManager[341]: <warn> Could not get scan request result: Scan request rejected
    Additionally, after stopping NetworkManager and trying wifi-menu, it scans correctly but fails to connect, never even prompting for a passphrase.
    So I tried wpa_supplicant on its own:
    $ sudo wpa_supplicant -B -i wlp3s0 -c <(wpa_passphrase "Bifr\xc3\xb6st" "mypassword")
    Successfully initialized wpa_supplicant
    wlp3s0: failed to initialize driver interface
    For good measure:
    $ rfkill list
    0: tpacpi_bluetooth_sw: Bluetooth
    Soft blocked: no
    Hard blocked: no
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    2: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    $ ip a
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether f0:de:f1:62:13:b8 brd ff:ff:ff:ff:ff:ff
    inet 10.0.0.11/24 brd 10.0.0.255 scope global enp0s25
    valid_lft forever preferred_lft forever
    3: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 00:24:d7:c6:ab:48 brd ff:ff:ff:ff:ff:ff
    I'm at a loss. and I've googled my little heart out.  Any help would be appreciated.

    Welcome to the forums - and thanks for a great initial post, all the needed information seems to be here.
    Specifically, the following error from wpa_supplicant will most likely be best to dig into:
    wlp3s0: failed to initialize driver interface
    I see several results of this error in a google search, but none of them quickly translated into solutions yet.  To get some more information on it, could you run the same wpa_supplicant command, but with the verbose debugging flag "-dd" and post the ouput here?
    I don't have a intel wireless card, so I don't know what the diagnostic signs are for the problem addressed in the wiki, but you may want to try the modprobe options shown in this section of the wiki.
    EDIT: there is a similar but unresolved thread on these forums here which points to using the -D flag for wpa_supplicant to specify other drivers.  I was thinking this too upon my first reading, but I don't fully understand what these are so I was reluctant to suggest it.  It certainly can't hurt anything to use the command in the wiki to see which drivers are available, then try each one.
    EDIT 2: and this thread seems to indicate that the -D flag driver specification is the right solution.  So start here with the -D flag and only if that fails follow up with my initial debugging suggestions.
    Last edited by Trilby (2014-12-22 12:52:13)

  • I have a script that works with no issues in XP but fails every time in Windows 7

    All the script is supposed to do is get the ip address of the client and add .5 to the last octet passing this ip address through to remote desktop. It performs fine in XP but fails on a join error in 7 or 8. Any help? 
    ' SCRIPT to determine IP address of Terminal Server in Field installation
    ' ASSUMPTIONS: terminal device has been booted after DHCP server
    ' is operational. Calculation of server IP address is based
    ' on terminal device's IP address.
    ' PROCESSING:
    ' Obtain IP Address from Registry (NB: WMI doesn't work...)
    ' Compute server's IP Address by replacing own IP address's
    ' last octet with the number 5
    ' Invoke the TS client in fullscreen mode using the newly
    ' computed address
    ' When done with session, present MSGBOX --  otherwise, the TS
    ' session times out and restarts, leaving a bunch of sessions active
    ' VERSION:1.1
    ' DATE:   September 6, 2007
    ' AUTHOR: Dom
    ' CHANGE LOG
    ' 1.0 Original, using registry hack
    ' 1.1 Modified to use WMI
    ' 1.2 May 2008 - Added msgbox 
    ' 1.3 August 2008 - Translate msgbox
    option explicit ' force all variables to be declared
    ' ***           Start of script                            ***
       Const wbemFlagReturnImmediately = &h10
       Const wbemFlagForwardOnly = &h20
       Dim WshShell, ObjNet
       Dim StrComputer, Server
       Dim objWMIService
       Dim colItems, objItem
       Dim strDefaultIPGateway, strIPAddress, strIPSubnet, cIPAddress
       Set WshShell = WScript.CreateObject("WScript.Shell")
       Set objNet=CreateObject("wscript.Network")
       'Get the Computer's network name
       strComputer=objNet.ComputerName
       ' Connect to root of management interface for this computer
       Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2")
       Set colItems = objWMIService.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration", "WQL", _
                                              wbemFlagReturnImmediately + wbemFlagForwardOnly)
       For Each objItem In colItems
          strDefaultIPGateway = Join(objItem.DefaultIPGateway, ",")
          strIPAddress = Join(objItem.IPAddress, ",")
          strIPSubnet = Join(objItem.IPSubnet, ",")
          exit for
       Next
       cIPAddress=split (strIPAddress,".",4)
       Server = cIPAddress(0) & "." & cIPAddress(1) & "." & cIPAddress(2)  & ".5" 
       WshShell.Run "%SystemRoot%\System32\mstsc.exe /v:" & server & " /f",,true
       dim answer
       answer = msgbox ("Click OK to log in to server, Cancel to terminate session" & vbcrlf & "Cliquez OK pour ouvrir une session sur le serveur, ou CANCEL pour fermer la session.",1 + 64 + 4096)
       if answer = 1 then 'that would be "OK"
           wshshell.run "wscript c:\windows\connect.vbs"
       else
          wshShell.run "shutdown -L"
       end if
    '                             END

    After removing all of the lines that do nothing or introduce subtle errors her eis swhat the script actually needs to do.
    ' get local address
    Set objWMIService = GetObject("winmgmts:\\.\root\CIMV2")
    Set colItems = objWMIService.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled=True")
    For Each objItem In colItems
    IPAddress = objItem.IPAddress(0)
    Next
    ' fix address
    ip=Split(IPAddress,".")
    ip(3) = 5
    TSServerIP = Join(ip,".")
    ' Run the ssession
    Set WshShell = WScript.CreateObject("WScript.Shell")
    WshShell.Run "%SystemRoot%\System32\mstsc.exe /v:" & TSServerIP & " /f",,True
    answer = msgbox ("Click OK to log in to server, Cancel to terminate session" & vbcrlf & "Cliquez OK pour ouvrir une session sur le serveur, ou CANCEL pour fermer la session.",1 + 64 + 4096)
    if answer = 1 then 'that would be "OK"
    wshshell.run "wscript c:\windows\connect.vbs"
    Else
    wshShell.run "shutdown -L"
    end if
    Much shorter and much easier to understand.  Fewer logic errors.
    ¯\_(ツ)_/¯

  • Is it possible to install oracle developer suite 10g in windows 7(64 bit), I have tried to install but failed so. Though, database 11g gets install in Windows 7.  If possible, Kindly provide me the website link.

    Is it possible to install oracle developer suite 10g in windows 7(64 bit), I have tried to install but failed so. Though, database 11g gets install in Windows 7.
    If possible, Kindly provide me the website link.

    Pl do not post duplicates
    Is 1GB ram is enough for the installation of oracle developer suite 10g and database 11g??? And which one to install fi…
    I want to install oracle database 11g and oracle developer suite 10g (latest) in my system. As i'm quite new to oracle ,…
    Continue the discussions in your original threads

Maybe you are looking for

  • Why is my iPod touch repeatedly asking for different iTunes account passwords?

    Does anyone know why my iPod Touch keeps asking for 5 different iTunes account passwords? Also, in the iTunes app it says I have 651 songs preparing to download, and I didnt tell it to download them. Does anyone know why this keeps happening? It only

  • Is it possible to sort a playlist alphabetically...

    Is it possible to sort a PLAYLIST or ARTIST songlist alphabetically in itunes and retain that order on ipod (Classic)? Some of my playlists or artist's songlists have literally hundreds of songs and it is cumbersome to try to locate a particular song

  • Trying to Migrate a Mailbox to O365

    Hello.  I don't know much about scripting or PowerShell but I'm having troubles getting something to work and I'm hoping that someone might help me out.  I am running O365 in a hybrid config with my on premise Exchange 2010 server.  Because I'd like

  • Can't Drag Album Artwork into iTunes

    For some reason I can no longer drag album artwork into iTunes. If I click on a song or on a group of songs and there is no artwork available, I can no longer drag album art to the "Drag Album Artwork Here" in the bottom left corner. Same goes for wh

  • Some links and social network features not active in user profile service for some users in sharepoint 2013

    Hi everyone, I installed user profile service and synchronize. When I go to my site by administrator user every things is OK. But when I login by another user the my site is look like this Please guide me to resolve this problem. Thanks in advance.