Adding ASAv cluster into APIC: Status remains as init

Hi,
I've been trying to integrate an ASAv cluster into the APIC, but couldn't seem to get it working. The status remains as "init". However, when I add a standalone ASAv into APIC, the integration seems to work fine. Could someone offer some insight into why this is happening?
I've attached an XML file describing the fault.
Basically, what I did was the following:
1) Set up my 2 ASAv VMs as active-standby with the following configuration:
- Mgmt IP of 10.88.88.201 for ASAv-Pri and 10.88.88.202 for ASAv-Sec
- Failover LAN IP of 192.168.0.1 for ASAv-Pri and 192.168.0.2 for ASAv-Sec
2) Under one of the tenants, I added the ASAv cluster under the L4-L7 Devices, with the necessary interfaces configured. I also configured the necessary interfaces under Parameters, although I'm not sure if I did it correct. I've attached the configuration in xml format for reference (you can remove the *.txt extension)
Was there something that I did wrongly, or missed out?
Thanks for reading!

It looks like your failover configuration is incomplete.  You need to specify the failover_lan_interface under the LAN Failover Interface folder.  The name used should match the interface_name (failover) you specified under the Failover Interface Configuration.
See the following screenshot for an example:
Regards,
Zach

Similar Messages

  • Adding F5-VE cluster into APIC: Status remains as init

    Hi,
    This is my 2nd thread about L4-L7 integration.. the previous one was about the ASAv which I managed to get working thanks to Zachary Seils. 
    I've been trying to integrate a F5 VM cluster into the APIC, but couldn't seem to get it working. The status remains as "init". However, when I add a standalone F5 into APIC, the integration seems to work fine. Could someone offer some insight into why this is happening?
    Basically, what I did was the following:
    1) Set up my 2 F5-VE VMs in HA
    - Mgmt IP of 10.88.88.121 for F5-Pri and 10.88.88.122 for F5-Sec
    - Internal VLAN Self-IP of 10.138.10.4 for F5-Pri and 10.138.10.5 for F5-Sec (floating IP of 10.138.10.3)  - this is also used as the HA VLAN
    - External VLAN Self-IP of 10.138.20.4 for F5-Pri and 10.138.20.5 for F5-Sec (floating IP of 10.138.20.3) 
    2) Under one of the tenants, I added the F5 cluster under the L4-L7 Devices, with the necessary interfaces configured (management, external, internal).
    I've attached the configuration and faults in xml format for reference (you can remove the *.txt extension)
    Was there something that I did wrongly, or missed out?
    Thank you so much for reading.

    The interface parameter configured under the HighAvailability folder should be set to the name of an interface that exists on the BIG-IP.  For example, to use BIG-IP interface 1.3 for HA, you would specify the HighAvailability > Interface parameter as 1_3.  Whatever interface you choose, it should be dedicated to HA between the BIG-IP devices.
    I'd also suggest using a VLAN other than 4094, which 1) you might already have defined as the ACI infra VLAN, and 2) is commonly reserved on some NX-OS platforms.  Pick another VLAN ID that falls outside the VLAN pools managed by the APIC.
    Regards,
    Zach

  • Adding another Cluster into existing CSS LB

    Hi,
    Im in the process of adding a new cluster into the existing LB. I understand the concept of configuring a new LB but adding a new network to it is a question.
    I have preconfigured the LB with a new service called SPWeb 1-4 and an assign this to the content owner Central_Platform using VLAN 144 and 145.
    I have one physical connection to the PIX and all port on the PIX is taken. Do I have to setup another physical connection for the new server SPWeb to the PIX?
    Both owners Servcorp and Central_Platform are using separate public IP Subnets.
    Also, please advise if I miss anything and if you have any suggestions.
    Thansks
    !************************* INTERFACE *************************
    interface 1/1
    bridge vlan 200
    interface 2/1
    phy 100Mbits-FD
    description "To PIX"
    bridge vlan 300
    interface 2/2
    phy 100Mbits-FD
    description "To LB switches"
    bridge vlan 301
    interface 2/3
    phy 100Mbits-FD
    bridge vlan 303
    description "Management"
    interface 2/4
    phy 100Mbits-FD
    bridge vlan 144
    description "SPWeb1/2"
    interface 2/5
    phy 100Mbits-FD
    bridge vlan 145
    description "SPWeb3/4"
    !************************** CIRCUIT **************************
    circuit VLAN1
    ip address 192.168.10.1 255.255.255.0
    circuit VLAN300
    ip address (Network 1) 255.255.255.0
    circuit VLAN301
    ip address (Network 1) 255.255.255.0
    circuit VLAN303
    ip address (Network 1) 255.255.255.0
    circuit VLAN144
    ip address (Network 2) 255.255.255.0
    circuit VLAN145
    ip address (Network 2) 255.255.255.0
    !************************** SERVICE **************************
    service TS1
    ip address 172.16.250.1
    active
    service TS2
    ip address 172.16.250.2
    active
    service Spweb1
    ip address 172.16.144.51
    keepalive type HTTP
    active
    service Spweb2
    ip address 172.16.144.52
    keepalive type HTTP
    active
    service Spweb3
    ip address 172.16.145.53
    keepalive type HTTP
    active
    service Spweb4
    ip address 172.16.145.54
    keepalive type HTTP
    active
    !*************************** OWNER ***************************
    owner Servcorp
    content hottdesk.au
    add service TS1
    add service TS2
    protocol tcp
    port 3389
    vip address (Network 1)
    active
    content hottdesk_FTP
    add service TS1
    add service TS2
    port 20
    protocol tcp
    vip address (Network 1)
    active
    content hottdesk_FTP2
    add service TS1
    protocol tcp
    port 21
    application ftp-control
    add service TS2
    vip address (Network 1)
    active
    owner Central_Platform
    content WebServers_1
    add service Spweb1
    add service Spweb2
    protocol tcp
    port 90
    vip address (Network 2)
    active
    content WebServers_2
    add service Spweb3
    add service Spweb4
    protocol tcp
    port 81
    vip address (Network 2)
    active
    content WebServers_3
    add service Spweb3
    add service Spweb4
    protocol tcp
    port 83
    vip address (Network 2)
    active
    !*************************** GROUP ***************************
    group TS-WebAccess
    add service TS2
    add service TS1
    vip address (Network 1)
    active

    It would help if you could attach a picture of the network. I really can't understand why you have 2 VLANs on the same network ? Or am I missing the ide ?
    Generally I would just do VLAN tag towards the PIX and have several networks that way. If speed isn't a issue I see no problems with that.

  • Adding a Cluster Hyper-V 2012 into SCVMM 2012 SP1 causes a Crash in VMMService.exe

    I'm trying to register a 5 node Cluster into SCVMM 2012 SP1 host, but when the registration job is running the SCVMMService crashes and then registration becomes inconsistent.
    this is the error log from App Event Viewer:
    Event 1000: Application Error:
    Faulting application name: vmmservice.exe, version: 3.1.6011.0, time stamp: 0x50aaba3f
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x000007fae7615fdb
    Faulting process id: 0x1050
    Faulting application start time: 0x01ce1b77516905f8
    Faulting application path: F:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\Bin\vmmservice.exe
    Faulting module path: unknown
    Report Id: a450c591-876d-11e2-93fe-00155d011c01
    Faulting package full name:
    Faulting package-relative application ID:
    Event 1026: .Net Runtime
    Application: vmmservice.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.NullReferenceException
    Stack:
       at Microsoft.VirtualManager.Engine.RefreshDriver`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].RefreshThreadFunction(System.Object)
       at Microsoft.VirtualManager.Utils.Multithreading.ThrottledThreadPool+<>c__DisplayClass3.<ScheduleNextThread>b__2(System.Object)
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
    Faulting application name: vmmservice.exe, version: 3.1.6011.0, time stamp: 0x50aaba3f
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x000007fae7615fdb
    Faulting process id: 0x1050
    Faulting application start time: 0x01ce1b77516905f8
    Faulting application path: F:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\Bin\vmmservice.exe
    Faulting module path: unknown
    Report Id: a450c591-876d-11e2-93fe-00155d011c01
    Faulting package full name:
    Faulting package-relative application ID:
    Its important that this error occurs only with my Windows 2012 Datacenter cluster, with a Windows 2008R2 Cluster doesn't, and works perfect the registration.
    What's going wrong???
    Thank you very much.

    Dear All,
    I can't find a solution for this error....
    Faulting application name: vmmservice.exe, version: 3.1.6011.0, time stamp: 0x50aaba3fFaulting module name: KERNELBASE.dll, version: 6.2.9200.16451, time stamp: 0x50988aa6Exception code: 0xe0434352Fault offset: 0x000000000003811cFaulting process id: 0x1070Faulting application start time: 0x01cf1b5d8e2c9535Faulting application path: C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\Bin\vmmservice.exeFaulting module path: C:\Windows\system32\KERNELBASE.dllReport Id: e35b1662-8750-11e3-9417-00155d00795aFaulting package full name: Faulting package-relative application ID: 
    I've a cluster with 2 nodes.
    1) The NIC teaming is configured in the cluster (the VMM is installed in one VM in the cluster).
    2) yes
    3) yes
    Thanks a lot for the replies!
    SF

  • Server0 status remains Starting application

    1
    server0
    147530
    Starting applications
    0
    yes
    following is the server0 log..
    -> arg[ 22]: -Dmemory.manager=2048M
    -> arg[ 23]: -Xmx2048M
    -> arg[ 24]: -Xms2048M
    -> arg[ 25]: -DLoadBalanceRestricted=no
    -> arg[ 26]: -Djstartup.mode=JCONTROL
    -> arg[ 27]: -Djstartup.ownProcessId=147530
    -> arg[ 28]: -Djstartup.ownHardwareId=T1669911977
    -> arg[ 29]: -Djstartup.whoami=server
    -> arg[ 30]: -Djstartup.debuggable=no
    -> arg[ 31]: -DSAPINFO=DP1_00_server
    -> arg[ 32]: -DSAPSTARTUP=1
    -> arg[ 33]: -DSAPSYSTEM=00
    -> arg[ 34]: -DSAPSYSTEMNAME=DP1
    -> arg[ 35]: -DSAPMYNAME=sapdp1_DP1_00
    -> arg[ 36]: -DSAPDBHOST=
    -> arg[ 37]: -Dj2ee.dbhost=sapdp1
    [Thr 772] Fri Jul 24 00:04:59 2009
    [Thr 772] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3086] Fri Jul 24 00:05:17 2009
    [Thr 3086] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3086] Fri Jul 24 00:05:19 2009
    [Thr 3086] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3086] JLaunchISetClusterId: set cluster id 9395150
    [Thr 3086] Fri Jul 24 00:05:20 2009
    [Thr 3086] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3086] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 35726] Fri Jul 24 00:06:20 2009
    [Thr 35726] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 23133] Fri Jul 24 00:06:22 2009
    [Thr 23133] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 3086] Fri Jul 24 00:06:40 2009
    [Thr 3086] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    [Thr 3858] Fri Jul 24 00:09:38 2009
    [Thr 3858] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.sadm.ShmCache
    please advice on the following
    -rahul

    Hi i have tried all & status remains same...recent log file...
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -Drdbms.driverLocation=/oracle/DP1/920_64/jdbc/lib/classes12.jar
    -> arg[ 10]: -Dsys.global.dir=/usr/sap/DP1/SYS/global/
    -> arg[ 11]: -Xmn1000M
    -> arg[ 12]: -Xgcpolicy:gencon
    -> arg[ 13]: -verbose:gc
    -> arg[ 14]: -Xj9
    -> arg[ 15]: -Xdisableexplicitgc
    -> arg[ 16]: -Dsys.global.dir=/sapmnt/DP1/global
    -> arg[ 17]: -Dapplication.home=/sapmnt/DP1/exe
    -> arg[ 18]: -Djava.class.path=/usr/sap/DP1/SYS/exe/run/jstartup.jar:/usr/sap/
    DP1/SYS/exe/run/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> arg[ 19]: -Djava.library.path=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/
    classic:/usr/java14_64/jre/bin:/usr/sap/DP1/SYS/exe/run:/usr/sap/DP1/SYS/exe/run:/usr/sap/DP1/
    SYS/exe/run:/oracle/instantclient:/usr/sap/DP1/SYS/exe/run::/usr/lib:/usr/sap/DP1/JC00/j2ee/os_libs:
    /usr/sap/DP1/SYS/exe/run:/usr/sap/DP1/SYS/exe/run:/usr/lib:/lib:/usr/sap/DP1/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> arg[ 20]: -Dmemory.manager=2048M
    -> arg[ 21]: -Xmx2048M
    -> arg[ 22]: -Xms1024M
    -> arg[ 23]: -DLoadBalanceRestricted=no
    -> arg[ 24]: -Djstartup.mode=JCONTROL
    -> arg[ 25]: -Djstartup.ownProcessId=442476
    -> arg[ 26]: -Djstartup.ownHardwareId=T1669911977
    -> arg[ 27]: -Djstartup.whoami=server
    -> arg[ 28]: -Djstartup.debuggable=no
    -> arg[ 29]: -DSAPINFO=DP1_00_server
    -> arg[ 30]: -DSAPSTARTUP=1
    -> arg[ 31]: -DSAPSYSTEM=00
    -> arg[ 32]: -DSAPSYSTEMNAME=DP1
    -> arg[ 33]: -DSAPMYNAME=sapdp1_DP1_00
    -> arg[ 34]: -DSAPDBHOST=
    -> arg[ 35]: -Dj2ee.dbhost=sapdp1
    [Thr 772] Fri Jul 24 04:44:59 2009
    [Thr 772] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3086] Fri Jul 24 04:45:14 2009
    [Thr 3086] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3086] Fri Jul 24 04:45:18 2009
    [Thr 3086] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3086] Fri Jul 24 04:45:19 2009
    [Thr 3086] JLaunchISetClusterId: set cluster id 9395150
    [Thr 3086] Fri Jul 24 04:45:20 2009
    [Thr 3086] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3086] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 44721] Fri Jul 24 04:46:19 2009
    [Thr 44721] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 26731] Fri Jul 24 04:46:22 2009
    [Thr 26731] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 3086] Fri Jul 24 04:46:38 2009
    [Thr 3086] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    [Thr 12339] Fri Jul 24 04:49:26 2009
    [Thr 12339] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.sadm.ShmCache
    [Thr 258] Fri Jul 24 04:52:13 2009
    [Thr 258] JLaunchRequestFunc: receive command:17, argument:0 from pid:778250
    [Thr 258] JLaunchIShutdownInvoke: set shutdown interval (stop:1248425533/end:1248425653/TO:120)
    [Thr 258] JLaunchProcessCommand: Invoke VM Shutdown
    [Thr 258] JHVM_FrameworkShutdownDirect: invoke direct shutdown
    [Thr 15370] Fri Jul 24 04:52:33 2009
    [Thr 15370] JLaunchISetState: change state from [Starting applications (10)] to [Waiting for stop (4)]
    [Thr 15370] JLaunchISetState: change state from [Waiting for stop (4)] to [Stopping (5)]
    [Thr  1] Fri Jul 24 04:54:15 2009
    [Thr  1] *** WARNING => Reached shutdown timeout -> terminate [jlnchxxi_mt. 362]
    [Thr  1] SigISetIgnoreAction : SIG_IGN for signal 20
    [Thr  1] JLaunchCloseProgram: good bye (exitcode = -4)
    still *server0* status remains *Starting application*
    pls advice..
    Edited by: Rahul on Jul 24, 2009 3:07 PM
    Edited by: Rahul on Jul 24, 2009 3:10 PM

  • Extending Physical Cluster into Virtual Cluster

    Hello All...........I have a Physical SQL Cluster cluster.domain.com (Physical_NodeA and
    Physical_NodeB) using SAN A.  Physical SQL Cluster contains
    three-3 instances.  I intend to move this cluster into my Hyper-V Failover Cluster enviornment and I want to get rid of both Physical nodes (Physical_NodeA and
    Physical_NodeB) along with shared storage on SAN A.  I have devised following approach:
    -  Extend existing Physical Cluster cluster.domain.com on
    (Physical_NodeA and Physical_NobeB) with shared storage
    SAN A
        - By adding Virtual Nodes (Virtual_NodeC and
    Virtual_NodeD) to cluster.domain.com
    - Creating LUN/s that are shared by all four nodes (Physical_NodeA, Physical_NodeB, Virtual_NodeC and Virtual NodeD) on
    SAN B
    - Moving Instances/Databases location to new LUN/s on
    SAN B
    - Failover to new Virtual Nodes either Virtual_NodeC or
    Virtual_NodeD
    - Evict Physical_NodeA and Physical_NodeB
    - Remove Physical_NodeA and Physical_NodeB from Host Group at
    SAN A
    - Remove LUN/s from SAN A.
    Your thought on above procedure would be appreciated.

    I am not sure why you want to do all of these.
    Why cant you just get the new virtual environment up and running with SQL Server and just migrate the databases to the new cluster?
    I think the amount of downtime you incur would be less in this approach.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Messages goes into scheduled status in adapter engine

    Hi all
    we are doing idoc to file scenario with direct mapping. the messages are getting processed in integration engine sucessfully. the messages are getting into scheduled status in the adapter engine even when there is less load in the server.
    Thiis specially happening for IDOC to file scenario only.  Any help is highly appreciated
    Thanks

    >
    > the system is quite good at the moment but the some of the messages again into scheduled status like ( 10 out of 1000 messages ) . the system is not performing at 100 % rate since some messages moves to scheduled status.  Is still the performance can be improved in any other ways ?
    >
    This is really strange behaviour , If Communictaion channel functioning correctly then all succesfull messages should deliver to Receiver system.
    Better to check payload of scheduled messages(if wrong payload obiously it goes schedule status),try to to reprocess them.
    I never used XCOPY command,so no comment on that.
    Regards,
    Raj

  • Need helpcreating a script to read the name of a folder and adding that name into the permissions of that folder

    Need help creating a script to read the name of a folder (which is the AD Username) and adding that name into the permissions of that folder.
    I have over 100 folders which I need to add the AD user to read and write to their own folder
    Hope you guys understand what I mean

    Just to add, Mac in intergrated into AD and all I need is help in creating the script
    Thanks

  • Trouble with call status remains 'In Process'

    Why status remains ‘In Process’ ?
    What is TermCallFor event ?
    Any reason why DestUnallocated event trigger even though agents are available at desired extension.

    Hello, Nilesh!
    As I understand you are using an external agent to handle calls from the queue.Is that true?
    If so, check your settings in the SC as in the attached screenshot. Section external agent.
    Best regards,
    Dmitry

  • An error occurred while adding the Cluster to the list

    Hello,
    I've installed the HFM 9.3.1 client on a Windows Server 2003 machine and now I'm attempting to configure it. I get all the way to the Server/Cluster Registration and when I try to add my one and only HFM application server to the list I'm present with this error.
    "An error occurred while adding the Cluster to the list".
    I don't see anything of use in the config tool log and as a result, I'm stuck. The odd thing is that not more than 10 minutes previously I added just finished installing the HFM client on another Windows Server 2003 machine and it installed / configured perfectly.
    What am I missing?
    Thanks!

    You may have a DNS error of sorts. From a command line on the server which presents the error, ping the servername you are trying to reach. Do not use the cluster name, but instead use the server name or IP address. If you successfully reach it, use this in the registration utility. Once the server has been reached, it will return the cluster's name. If you cannot reach it using ping, focus on the underlying DNS problem.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to STOP messages going into HOLD status very frequently

    I'm facing a problem in our Testing Environment where many messages are going to HOLD Status and also there are no messages in the System Error state.
    We are trying to resend all the messages in every "Conversation ID". After this some messages gets successful and some will go into Waiting status. We then cancel the messages in waiting status and resend all the messages in HOLD status and the process continues till all the messages in HOLD status in every Coversation ID were cleared.
    But this is a very very time consuming process.
    So can you please let me know if there is any solution to fix this prolem.
    Thanks,
    Pruthvi

    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/directToSignIn?loc alang=en_US
    Go the the above
    Sign in. Go to the left side where it says phone numbers. Delete your number. Then save.
    Your iPhone friends will now get the red exclamation point that the message didn't deliver instead of it sending. Then your iPhone friend will force the message to go through as a text by long pressing the message and choosing send as text. Once tthey do that once you're set and all other messages will automatically send as texts for them to you. You just have to hope your iPhone friends realize to force the messages through as texts the first time around  but even if they don't at least they know they aren't reaching you and you aren't ignoring them.
    Does that help?

  • How to feed a cluster into the mathscript?

    Hi all,
      I am trying to feed a cluster into the mathscript. I found that if the name of the cluster element does not have any space or special characters, it works pretty well. But it doesn't run if the name of the cluster elements have any special characters. Is it how Mathscript designed? Any workaround here?
    Solved!
    Go to Solution.

    Hey dragondiver,
    Hope you're doing well today. This document overviews the intended use and behavior of data types with MathScript.
    Passing Data in and out of the MathScript Node (MathScript RT Module)
    http://zone.ni.com/reference/en-XX/help/373123C-01/lvtextmathmain/ms_passing_data_lv_mathscript/
    So, to answer your question more specifically, the rule for naming of elements within a cluster passed into the Node is,
    "You must label individual elements of the cluster. Labels must start with an alphabetic character and can contain only alphanumeric characters and underscores without any spaces."
    This should account for the behavior you're seeing with your code!
    Tim A.
    National Instruments

  • Facing problems with network due which the phone goes into hangs status

    Facing problems with network due which the phone goes into hangs status.  some one help me with switching between 2g and 3G network

    Hi Mani Nair,
    I apologize, I'm a bit unclear on the exact nature of the issue you are describing. If you are talking about having issues with a 3G cellular data network, you may find the troubleshooting steps outlined in the following article helpful:
    iPhone cellular data connection issues
    Regards,
    - Brenden

  • IF I DOWNLOAD AN APP IN IPAD IT'S STATUS REMAINS WAITING AND IT'S NOT GETTING DOWNLOADED

    IF I DOWNLOAD AN APP IN IPAD IT'S STATUS REMAINS WAITING AND IT'S NOT GETTING DOWNLOADED

    Make sure that you do not have a stalled download in iTunes - a song or podcast .... if you have a download in there that did not finish, complete that one first. Only one thing can download at a time on the iPad so that could be what is causing the problem.
    If that doesn't work - sign out of your account, restart the iPad and then sign in again.
    Settings>Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>Store>Sign in and then try to update again. Tap one waiting icon only if necessary to start the download stream.
    You can also try deleting the waiting icons - tap and hold down on an icon until it wiggles - the tap the X on the icon to delete it. Then try to download again.

  • Contract getting into HELD status even after clicking Release button.

    Hi Experts,
         I have a query regarding Contracts. We have a contract and trying to extend the validity date. Once "Release" button is clicked the Contract is getting into "HELD" status which is incorrect.  Correct status should be "Released" status.
    We have not implemented any approval workflow for contracts.  Please can anyone provide any solution or pointers to resolve this issue.
    We are on SRM 5.0, ECS.
    Thanks
    RB
    Edited by: Rajeshree Bhatiya on Jan 24, 2012 4:03 PM

    Hi,
    Go to the held contract ,click on change button  and then click the check button to see any errors are there.
    if there are any errors it will be held position
    just check this
    G.Ganesh Kumar

Maybe you are looking for

  • Download to Adobe Master Collection CS6 not working

    I've downoloaded the product from your licensing site and from the trial area with no luck.  It's been over a week and the trial hangs every time I try and from the licensing site it says the product cannot be extracted. Is there a way to get the med

  • Move group of pages from one InDesign file to another InDesign File using VB.Script

    Dear team, I am trying to move group of InDesign pages from one indesign file to another indesign file using vb.script. I have written the code like Dim Pages=IndDoc.Pages Dim Mytype=TypeName(Pages) Pages.Move(InDesign.idLocationOptions.idBefore,IndD

  • Problem in populating PO item text using FM:SAVE_TEXT

    Hi All, I am having an issue with SAVE_TEXT FM, I need to populate the item text field: This FM works fine if the Item text field is blank and i am populating it with text, say "This is a test case", How ever if the text field is already populated sa

  • GL Approval Action History from Workflow tables

    Hi All, I have prepared the query to retrieve the Journal Approval Action History from Workflow tables. Below is the Query. This is the Form Personalization. In the Journal Screen i have attached the Menu Action History and placed this query for form

  • How to change BI Publisher admin password

    Hi friends, I'm new to BIP, please help me change the password of BIP admin. Thanks in advance