Error in IPTSession.Reconnect

We have a web service that uses the server API, there are code:
pSession = PortalObjectsFactory.CreateSession();
pSession.Reconnect(m_PortletRequest.GetLoginToken());
When I have this web app running locally on my machine and create plumtree web service (and the portlet) in my local portal page, it works fine. (So my machine is both the remote portlet server and portal server)
But when I try to use this production web service (which is hosted on another remote portlet server) to create the portlet on my local portal page, I'm getting error in the portlet from the Reconnect, I think somehow the login tokin is not sent properly but don't know why?
In both cases, I've configured the web service to send the login token to portlets.
Anybody can help?
TIA!

Is the remote portal server installed in the same box the prod portal is installed in?
if so, then it's probably a token issue that you're experiencing that Chris mentioned.
If not, then yes, it completely lacks the config to execute the Server API calls you're tyring to make.
The edk code, edk.jar/.dll is the only thing that you can use to run code remotely.
The server api code, plumtreeserver.jar/dll etc are completely different .jar/dlls you need to use in order to run server api code. As Chris mentioned, it's runing native api calls. If you look up the api libraries for EDk and Server API you will see alot more classes and a lot more functionality that the server api code gives you that the EDK code lacks.
Your local instance is running the server api code that affects your local portal. It doesn't require any additional steps b/c your local box already includes all the config setup for the portal it needs to accomplish the server api calls/code you made in your portlet code. Essentially, the server api code you run on your box only affects your portal. It will not work if you try to run it on any other Portal server like dev/staging/prod.
Portal 5.03 - if your remote server that is connected to the production portal are on separate boxes, you will need to run the 5.03 portal installer and install the WS server on the remote server box. You will need to know the configuration/db settings of hte production box and set up the WS server to connect to that. That is what you lack in making the server api work remotely for the production box.
Your only other choice is to host all the server api code on the prod box.

Similar Messages

  • An error occurred while reconnecting P: to \\JSERVER\Data Microsoft Windows Network: The network path was not found. This connection has not been restored.

    Almost every day when I open my computer I get this message:
    An error occurred while reconnecting P: to \  \  JSERVER\data Microsoft Windows Network: The network path was not found. This connection has not been restored.
    We then have to go through the process of resetting everything from start to finish just so I can connect to the server. There is no reason that we can find that causes this other than maybe windows updating every night. Any suggestions as to how to
    fix this? 

    it sounds like you have a network drive you are trying to map even though you are not logged in maybe in a script or task instead of backing up to :P backup to the share, make sure you have security set properly to run the task when not logged on.
    I assume you are running a backup of some sort as this is the backup forum..

  • An error occurred while reconnecting...The local device name is already in use. The connection has not been restored.

    Hi, 
    So I have 2 PC's and I sign with the same credentials. I have a hard drive which I decided to share. In the setting I created permissions for the user credentials of both vcomputers and have full control access.
    Basically, everytime I open my laptop after and it wakes up and try to connect to the network drive, I get the error
    An error occurred while reconnecting...The local device name is already in use. The connection has not been restored.
    I need to stay disconnecting all drives and reconnecting them. WHen I restart my PC the network drives restore perfectly. I don't understand why it doesnt work on wake.
    Any ideas?

    It seems that when a machine goes into sleep, the network connection is disconnected, naturally, but the  machine still has the connection mapped. If  you run the 'net use' you will see the connection. When you try to reconnect it, it sees the
    connection and gives you the error.
    I do not know if you can directly modify this behavior. However, as a work around, you could build a simple script like:
    net use 'connection' /delete ( write it into a text file and save it has a .bat file.)
    Use scheduled tasks to have the script run right before the machine goes into sleep. You can do so by setting the task to RUN ON Event: event 42 for the KERNEL_POWER source.
    You can see http://superuser.com/questions/679195/run-a-script-when-hibernating-windows-8 for more info .

  • Curve 9300 Error 507 & trouble reconnecting JVM

    Two days ago my BB Curve 9300 started to show a no battery logo after I had charged the battery the whole night. When I switch on the Phone I get a white screen with Error 507 Reload Software.
    I have installed the desktop software and the latest OS on my pc, connected the phone to the pc.
    However, when I try to install the new OS, it shows the application loader cannot reconnect to the JVM.
    I've already tried to do this without the battery and then put the battery back in when it is trying to connect to the JVM, but this doesn't work..
    Somebody know what to do now?
    Solved!
    Go to Solution.

    Hi and Welcome to the Community!!
    I cannot tell for sure, but are you attempting this?
    KB10144 How to force the detection of the BlackBerry smartphone using Application Loader
    That should get it to load the OS to the BB, as a 507 means that there is no OS on the BB at all.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Error while uploading Reconnection Order using Emigall object DISC_RCORD

    Hello
      I am using DISC_RCORD object for upload of Emigall tool.While Debugging I found that the FM 'ISU_O_DISCDOC_MAINTAIN_DARK' is throwing error.It is throwing error because it is not getting value for x_discacttime and x_set_commit_work in runtime.But I am passing Value for both the fields.Please help me out.

    Hi,
    Thanks for your reply.....I have fixed this error....Earlier I was not populating one field value..... in debugging I found that and fixed.

  • Cursor open error SQLSTT - 72000, SQL code - 969

    We have purchased a product called Access Manager for DB2 and installed it on our AS400. This gives us the connectivitiy to Oracle server with which we do the Warehouse management software interface using our legacy system on AS400.
    I have written several programs in SQLRPGLE and not quite sure as to how I can handle errors coming out of Oracle server.
    As per my knowledge in my programs, I do
    declare cursor
    open cursor
    fetch
    dow look for sqlstate
    fetch next row
    enddo
    close cursor
    I am also new to this much of SQL.
    Now, my programs are running in production and works just fine if we don;t have any issues with oracle server (database server down etc.).
    My question is if the database server goes down for any reason, my SQLRPGLE progam starts giving me cursor not open errors, the actual error is as follows:
    Connection to relational database HJAWCD1 already exists.
    ARDUPAR: ARDUPAR: rc=-1(OCI_ERROR) from OCIStmtExecute when asking for
    Describe-Info
    ARDUPAR(1): ORA-03114: not connected to ORACLE
    ARDAROC: rc = -1 from parse
    SQLSTATE class unknown - SQLSTATE 72000, SQLCODE -969.
    Cursor SEHOST not open.
    Cursor SEHOST not open.
    Cursor SEHOST not open.
    So although, the connection exist between the AS400 and Oracle server as suggested from first statement, but then the cursor is giving me problems of not opening.
    what I would like to know is how do I check in my SQL statement the error and somehow reconnect and open the cursor again.
    Please help in this regard, since I am not finding any help from iseries world becuase no one seems to have knowledge about this product that we have installed and I don;t have too mcuh of documentation on the product nor do I have any sample handling messages program using RPGLE between oracle and AS400 using the product.
    Regards
    Farhan Qadri

    It's been over a decade since I worked on an AS/400 (iSeries), but I've seen an ORA-03114 is thrown from the OCI when you've attempted an illegal statement. That error typically means you are no longer connected to the database. I'd guess that your new application has a defective RPG error management routine.
    Good luck, Michael

  • Weird Error while Updating my iPhone :'((

    So tonight i connected my iPhone 3GS to my MacBook and went to update it to the new software. this turned out with my MacBook repeatedly saying that there was an error and to reconnect my iPhone. i kept doing this everytime it said this. then when it finally was able to restart my iPhone after updating it disconnected again from my MacBook then it said i had to Restore my iPhone to the original manufacturer settings so i started doing that well while it was doing that it disconnected again and now my iPhone is not being recognized by my MacBook and i have used 3 different USB cables and im pretty sure my iPhone is now frozen. idk what to do now except wait until morning and show my dad.
    any suggestions?

    I can't help with a software solution, but I can tell you that my daughters iPhone 4, had to go to the Apple Store in Exeter (UK) where she saw a 'nice', multi-tasking, Genius called David, who after finding it could not update on their Macs, put it down to a hardware fault in the USB connection on the iPhone.
    Once that was discovered, she was handed a new replacement without any quibble.
    This is a big issue to us who had the problem, (all the family iPhones updated perfectly except for hers..) so you are just going to be one of the unlucky few, versus the 100m who didn't - and Apple will see you right...

  • BB 8130 Error while Updating OS in Device Manager

    OK, Hi everyone say hey to the new guy, now help him out! I was just trying to update my BB 8130 with the Alltel 4.5 OS and Device Manager 4.7, But while the program was in the stage of "Reconnecting to JVM," it closed the updater and said Error: Could not reconnect to Blackberry. MY PHONE WON'T DO ANYTHING!!! It's stuck on a screen with a window with some shapes in it and a huge crossed-circle over it. It won't leave this page! When I try reconnecting to the computer, Device Manager doesn't recognize it as a phone. It does nothing. Has anyone else had this issue? I am using XP 32-bit. If anyone can help me out, please do so. Thanks!

    Hi and welcome to the forums!
    Try this procedure, you will have to join the other forum to get the utility.
    Thanks,
    Bifocals,
    http://blackberryfaq.com/index.php/How_do_I_wipe_the_BlackBerry_using_Jl_Cmder%3F
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Log file error recovery

    I'm using a FileHandler (set in the properties file) to log to a network drive on another computer. If the computer targeted by the log fails, or I otherwise lose the connection, I need to note it, periodically check to see if the connection returns, and resume logging.
    I see that I can get an ErrorManager from my FileHandler, and periodically check to see if there is an error, then hopefully reconnect, but I've been having no luck actually getting the Handler from the Logger. It always returns an empty array of Handlers. I tried getHandlers() on java.util.logging.Logger.global as well--still no joy.
    Is there another way around this problem?

    Update Server
    Try:
    - Powering off and then back on your router.
    - iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - For one user uninstalling/reinstalling iTunes resolved the problem
    - Try on another computer/network
    - Wait if it is an Apple problem

  • Error in JMS communicatin channel while deleivering to  WMQ server

    How to check whether a node in Adapter engine is having messaging service active?
    I am having one of the JMS receiver node having  error :
    "Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Connector for ConnectionProfile of channel: JMS_Americas_EDI_Receiveron node: 101565650 having object id: #MSGid# encountered error: MQJMS1016: an internal error has occurred. Please contact your system administrator. Detail: java.lang.NullPointerException in sending to destination queue:///NASB.UPXI.EDI.INBOUND.AQ, the message message: JMS Message class: jms_text  JMSType:         null  JMSDeliveryMode: 2  JMSExpiration:   0  JMSPriority:     4  JMSMessageID:    null  JMSTimestamp:    0  JMSCorrelationID:3258af50-24e0-11dd-bc98-3c2ac1cacf6e  JMSDestination:  null  JMSReplyTo: null  JMSRedelivered:  false  ReceiverId: ###  SenderId:### ISA00          00          124165122352     *08    080 5180935U00401 Another 478 character(s) omitted: javax.jms.JMSException: MQJMS1016: an internal error has occurred. Please contact your system administrator. Detail: java.lang.NullPointerException"
    The second Line for same mssg id provides follwing info:
    ""JMS error occurred while processing message 'MSGIDe'; error mesage: MQJMS1016: an internal error has occurred. Please contact your system administrator. Detail: java.lang.NullPointerException null; error code: MQJMS1016"
    Can anyone suggest what can be a fix over this. We have tried restyrting j2ee also but the still persists.
    Expect points for sure.
    Regards,
    Nipun

    Hey All,
    Following is the solution for the above mentioned JMS receiver channel problem whilst connecting to MQ Series Server.
    I assume you are connecting to a MQ series server with version less then 7.xx, or MQ Server 5.xx,
    Cause of Problem: The problem appears when you try to send a message through JMS Receiver Adapter channel to a such MQ server and at that particular moment, the server do not accepts the message i.e. the connection with MQ Server drops out; resulting in a Java null pointer error, as  the MQ fails to assign the pointer back to the same message, { again until its transferred to MQ.} therefore MQ JMS 2003, MQJMS2007 and MQJMS1016 error appears.
    Possible configuration at XI/PI:
    1. Add a Advanced additional JMS parameter Connection_Test_Poll = True
    2. For XI settings from the drop down of field "Handling of Pending XI messages" select "Bypass Pending Warning and Send Message to JMS(Duplicates possible)" . This will probably cause duplicates at MQ series Server side, make sure you are ready to encounter it there!!
    3. If the error still appears, choose In the Error Handling settings, Reconnection if Exception text Starts with provide the error number which the message is currently experiencing. eg. MQJMS1016 or MQJMS2007 or MQJMS2003. Restart the communication channel and restart such message..
    After applying the above settings if you still experience errors MQJMS2007, 2003 and MQJMS1016, when connecting and processing messages to MQ server, Then you should try upgrading the MQ Series server! You cannot do much in the XI/PI system else you will create duplicates in the MQ system.
    Please Note this error has more to do with the compatibility issue of MQ Series server with PI's JMS adapter.
    Do let me know if you have any more queries on this.
    Regards,
    NIPUN

  • IPhone/iPad connection error after first login ok: The request timed out. (-1001)

    Hi
    I have installed SAP 9.0 PL 12, DI API all version, Integration Component of the SAP 9.0 PL12.
    On my iPhone I have the 1.10.1 version of the app SAP.
    I followed the directions provided in the note (also in 1602674) and in the forum, but nothing.
    I start my PC (server with integration installed), do all the tests possible dall'integration admin and I always correct results.
    Start app from my iphone, it connects to my DB but.... after a few minutes I get the error
    "Connection Failed - The request timed out. (-1001)"
    and then throws me out of the db.
    If I try to reconnect, re-entering the password I have always the same error.
    To reconnect, I have to restart the PC and the situation repeats itself (is the first logon, then I get the error and I can not reconnect).
    Can anyone help me?
    THANKS
    NL

    H Thusar
    Update: I only changed the startup type of the service DI Proxy, Event, Integration, and instead of putting 'Automatic' I selected 'Automatic (Delayed Start)'.
    I rebooted the server and I was able to connect the iPhone via app to my DB: I was about an hour, I created BP, made ​​changes, displayed report.
    I then did the logoff.
    I tried to reconnect but nothing is returned the error 'Connection Failed - The request timed out. (-1001)'.
    Even after restarting the server again, the app connects after about two minutes I get the error 'Connection Failed - The request timed out. (-1001)' and is no longer relates only after you restart the server.
    Help
    NL

  • Unable to reconnect to MDS process

    Hello,
    I have a UCCE system composed of duplexed Proggers and an AW.
    I have noticed the error Unable to reconnect to MDS process (Event ID: 32782) on the ProggerA's Event Viewer. This error is not showing on ProggerB's Event Viewer.
    I have checked both Central Controllers processes but was unable to locate any errors. I have dumped the logs of MDS processes, no errors.
    The mdsproc.exe_2011 ... .mdmp mini dump files all date back to 2011 on both Proggers.
    The message on the Event Viewer is not significant enough to me. Can someone provide explanation or suggestion for where to gather more logs for this error?
    Thanks,
    Justine.

    Enabling heartbeat countdown tracing won't help you here.  With all due respect to the previous poster, this is NOT a heartbeat timeout issue.  This is totally and completely unrelated to any heartbeat mechanism.  You do not need to enable any tracing on anything.  If you already enabled MDS tracing, please disable it (EMSTraceMask = 0).
    MDS doesn't connect/disconnect/reconnect to itself.  Some other process couldn't connect to it.
    Given that this is a "progger" this could be an issue with a PG process (likely OPC) attempting to connect to the PG's MDS, or it could be a Router or Logger (i.e. rpl) process unable to reconnect to the CallRouter service's MDS process.
    You need to find the source process (what generated that  event), and look at ITS process logs.  Did this happen once?  Or is it  still happening?  If it only occurred once, and it was shortly after system initialization, I wouldn't worry about it at all.  If it's a constant/recurring message seen in EventVwr, then & only then would it be worth investigating.
    -Steve (16+ years supporting and training on ICM/UCCE, and truly, I could go another 16 years without ever looking at Application Eventvwr logs.).

  • XI3.1 Error -  (FWM 01002)

    We are getting the following error after applying the changes listed below to reduce the session timeout. I had opened an incident with SAP and instructed to make these changes. This error is also making scheduled Webi reports fail.
    An error has occurred: Unable to reconnect to the CMS scfbi0p0boefrm1.scfbins1.com:6400. The session has been logged off or has expired. (FWM 01002)
    Changes made to reduce the session timeout:
      Changed the session-timeout to 5 (Default was 20) in the following web.xml files:
          CmcApp, CmcAppActions, InfoviewApp and InfoviewAppActions
      Changed the logontoken.enable to false in the following web.xml files:
          CmcApp and InfoviewApp
      Added " -failovertimeout 1" to the command line parameter of CMS server in the CMC.
      Set the IdleSessionTimeout = Decimal 60000 (1 Min) located in the registry.
    After the changes were made I restarted the CMS server and Tomcat.
    I would appreciate any ideas on what might be causing this.
    Mike

    SAP released note 1422296 about this on 15.10.2010 15:24:14.
    1422296 - Error:' Unable to reconnect to CMS <servername>:6400. The session has been logged off or has expired.(FWM 01002)' with BusinessObjects XI 3.1.
    Symptom
    Not able to schedule WebIntelligence reports.
    Reports fail with error:'Unable to reconnect to CMS <servername>:6400. The session has been logged off or has expired.(FWM 01002)'
    Environment
    BusinessObjects XI 3.1.
    Reproducing the Issue
    Schedule a WebIntelligence report to run now.
    Reports fails with error:u2018Unable to reconnect to CMS <servername>:6400. The session has been logged off or has expired.(FWM 01002)'
    Resolution
    1. From Central Configuration Manager, disable all the services and re-enable them.
    2. Log into Central Management Console and go to the server area.
    3. Go to the properties of Central Management Server, in command line parameters type -requesttimeout 3600000.
    4. Save the changes and restart the server.
    5. Follow the same steps for WebIntelligence Processing Server and Adapter Job Server.
    6. Go to the connection server properties and increase "Ideal connection timeout" to 120, restart the server
    Keywords
    reconnect, FWM 01002, schedule, WebI.
    Header Data
    Released on  15.10.2010 15:24:14 
    Release status  Released to Customer 
    Component  BI-BIP-PUB Publishing and scheduling in InfoView/BI launch pad 
    Priority  Normal 
    Category  Problem

  • LDAP: error code 1 - Invalid query reference]; remaining name '

    I have the following function for a paged search operation.
    Data retrieved by this function is used somewhere else to modify the Ldap Directory context.
    Despite my setting for ctx and search control as "no timeout", i've been keeping thrown the exception for operations lasting more than 5 minutes(consistently) and for some short operations(sporadically):
    Paged Search failed : javax.naming.NamingException: [LDAP: error code 1 - Invalid query reference]; remaining name '<directory>'
    I am using DirX as LDAP directory.
    Is this a time-out related exception which can be fixed in the code?
    How can it be fixed?
    There's no clue all over the web about this.
    Thanks.
          * Returns the next page of the search results.
          * The returned result from this method can not exceed page size
          * set in the constructor.
          * @return
         public NamingEnumeration nextPage(){
              //1.step Set PagedResultsControl
              NamingEnumeration results = null;
              Control[] controls=null;          
              try {               
                   if( isSearchStarted==false ){
                        isSearchStarted=true;
                        if(sortingAttributes==null)
                             controls=new Control[]{ new PagedResultsControl(pageSize) };
                        else
                             controls=new Control[]{new SortControl(sortingAttributes, Control.NONCRITICAL), new PagedResultsControl(pageSize) };
                   }else {// examine the response controls
                        cookie = parseControls(ctx.getResponseControls());
                        if( cookie!=null && cookie.length!=0 ){
                             // pass the cookie back to the server for the next page
                             if(sortingAttributes==null)
                                  controls=new Control[] { new PagedResultsControl(pageSize, cookie, Control.CRITICAL) };
                             else
                                  controls=new Control[] {new SortControl(sortingAttributes, Control.NONCRITICAL), new PagedResultsControl(pageSize, cookie, Control.CRITICAL) };
                        }else{
                             //search is finished
                             return null;
                   ctx.setRequestControls(controls);
                   //ctx.getEnvironment().values();
                   //ctx.getEnvironment().put("com.sun.jndi.ldap.connect.timeout", "5000", 300000);
                   ctx.addToEnvironment("com.sun.jndi.ldap.connect.timeout", "0");
                   //ctx.getEnvironment().values();
              } catch (NamingException e) {
                   Tracer.getInstance().error("Paged Search failed while setting response controls: " + e);
                   return null;
              } catch (Exception e) {
                   Tracer.getInstance().error("Paged Search failed while setting response controls: " + e);
                   return null;
              //2.step: DO SEARCH
              for(int i=0;i<10;i++){
                   boolean reconnect=false;
                   try{     
                        results = ctx.search(searchBase, searchFilter, searchCtls);
                        Thread.sleep(300000);
                        //ctx.get
                        //Thread.sleep(300000);
                        break;
                   } catch (NamingException e) {
                        Tracer.getInstance().error("Paged Search failed : " + e);
                        reconnect=true;                    
                   } catch (Exception e) {
                        reconnect=true;
                        Tracer.getInstance().error("Paged Search failed : " + e);                    
                   if(reconnect){
                        try {
                             this.ctx = LDAPServer.getInstance().getDirContext();
                             ctx=ctx.newInstance(controls);
                             //ctx.getEnvironment().values();
                        } catch (NamingException e1) {
                             Tracer.getInstance().error("Could not reconnect the ldapcontext");
              return results;
         }

    It turned out to be a DirX "root DSE" entry "PAGP" that is disposing my paged results if a timeout occurs(300 seconds by default).
    So i have to modify this entry during runtime, which is unfortunately only can be accesed by dirxadm.exe.
    Is it possible to modify this attribute by a ldap context method?

  • Random Error - Recurring Schedule Webi

    Environment:
    BO XI 3.1
    2-server cluster
    Oracle CMS database
    Oracle report databases
    We have several Webi documents that are run on a recurring schedule.  Randomly, instances will fail with the following error:
    Unable to reconnect to the CMS atlboe02.zcs.corp:6400. The session has been logged off or has expired. (FWM 01002)
    When this happens, we manually schedule the report to run "Now" and it will then run successfully.
    I've increased the timeouts on the servers, but I'm not entirely certain that's the real issue - the report that failed this morning ran in about 3 minutes when it was rescheduled.
    Does anyone have any thoughts about the cause and what settings I could update to resolve this?
    Thanks!
    -Dell

    We haven't found a full answer, but we created an extra Adaptive Job Server (handles the schedule for WebI) and an extra Web Intelligence Processing Server on each of the servers in the cluster.  This has alleviated much of the problem.
    We've also set up the reports that were failing to send a notification email on failure so we're able to respond more quickly when they do fail instead of having to wait for the user to find them.
    -Dell

Maybe you are looking for

  • Distribute eps objects with file list and quantity

    Hello everyone, Here's a script i wrote so I share it for the contribution. Here's my purpose. Every year, for a customer of our company, we have to print several description plates for their products. They give us about 30 or more texts, traduced in

  • Word Templates: Show all ordered Items

    Hi, I created a webservice in CRM 7.0 which would give back all ordered items. Now I want to make a list of these and create a Word Document out of it. I use the "Create from template" button in the attachment component. The order number etc is shown

  • Publish Text as Image or lock font

    I am new to dreamweaver, I use to use yahoo sitebuilder and one of my favorite features was called "publish text as image" it let you put text in any font and it would make it an image so even if someone looking at the site didn't have the font it wo

  • Doubt in Basic ABAP.

    Hi Gurus, I have a small doubt in basic ABAP. What is the exact difference between the below statements. Types: Begin of ty_data,              matnr type mara-matnr,           end of ty_data. Types: Begin of ty_data,              matnr type matnr,   

  • Disable labview changing a constant that was wired to a Case structure

    Hi, When upgrading from Labview 7.1 to 8.2 I get the following warning:     - LabVIEW 8.2 changed a constant that was wired to a Case structure to a hidden control to maintain compatibility with LabVIEW 7.1 and earlier. I have read the post describin