Dynamically changing an existing dataconnection's server / port

Hi All,
Moving from one development environment to the next is sometimes a real pain.
Scenario:
- I have three environments: DEV, QA & PROD
- I have a livecycle designer pdf - FORM A - that has the following dataconnection: http://DEVserver:8080/....
- When I move FORM A from DEV to QA, i need to update the dataconnection to http://QAserver:8090/...
- When I move FORM A from QA to PROD, I need to update the dataconnection (again) to http://PRODserver:7890/...
1) this is a pain
2) this is a nightmare, when you have multiple dataconnections and many forms.
Proposed Solution, that I need input on.
The binding XML, will pass in the server name and required port number.
Then via code, I change the server & port of an existing dataconnection dynamically.
I tried: WebserviceCallButton.event__click.submit.target = "http://" + vServer + ":" + vPort + vURLCall;
However, it does not allow the change.
Am I missing something?
ANY INPUT OR ALTERNATIVE IDEAS
Thanks alot in advance.
I thought of maybe a trying to wrap a dataconnection into a fragment... no luck!

legendry response...
makes sense why they wouldn't want one to change the "set" dataconnection.
thanks for this...
will try it on monday!

Similar Messages

  • How do I change OS X (10.5.4) web server port?

    Hello,
    I'm trying to change the OS X web server port from port 80 to something else. In 10.4 I did this via modifying the httpd.config file in /private/etc/httpd/ but this doesn't work in 10.5 — no matter what I set the port to in the config file, it still only connects for port 80 (and yes, I've restarted Apache)?!?
    Anyone know how to do this under 10.5?
    Thanks,
    Kristin.

    xnav wrote:
    /private/etc/apache2/httpd.conf
    I believe the OP has already aware of this and said that modifying it and restarting the server did not work.

  • SMTP Server (port 25) issues on iPhone - IOS 4.1, 4.2.1

    SMTP Server Issues ios on iPhone 4.1 / ios 4.2.1
    I use an IMAP email account Administered by my company ( I'am administrator in linux/freebsd, etc) and i have it set-up on my iPhone 4 (factory unlocked and NOT jailbreak). The incoming mail server works fine on wifi and 3G Both But the smtp server only works on wifi. If I Attempt to send a message while on 3G Attempts to send the phone for about 5/10/15... and never sent.
    perform a downgrade to version 4.1 and the problem remains. Before ios 4.0.1 had no problems.
    Testing:
    I jailbreak (in 4.1) (only for install net commands in console), install console and "telnet smtp.mycompany.com 25" and time out, but turn wifi and connect; "ping smtp.mycompany" is ok.
    Set wifi on, try "telnef smtp.mycompany.com 25" is ok !!!, turn wifi of, try 3G same problem, time out.
    Restore no jailbreak 4.1 and try and same problem, restore 4.2.1 no jailbreak and same problem. Try change sim (personal to movistar) and same problem.
    BUT!!!!!!! a try:
    1) Change in my company smtp server port 25 to 587 (in really dnat 587 to 25).
    2) set in my iphone smtp server new port 587 (same smtp server, but ONLY change port)
    and ok !!!
    I try, jailbreak, install console, telnet smtp.mycompany.com 587 is ok !!!!...
    Where is the problem ios 4.1 / 4.1.2 smtp server port 25 ???????
    Ios 4.1 / 4.2.1 very very many problems in 3G data in all applications.
    apple, please support !! S-U-P-P-O-R-T
    STEVE READ : http://en.wikipedia.org/wiki/Technical_support
    tatoo support in head please!!!!! support support !!!!!!!

    nevorask –
    Thanks for visiting our forums. I actually had a similar
    situation. I had the iPhone 3GS and used it all the time on a FM transmitter in
    my car. When I upgraded to the iPhone 4, it wouldn’t work with the FM
    transmitter. I never figured out why it wouldn’t work. I would suggest you
    continue working with the manufacturer of the device or wait to see if the next
    iOS update addresses this issue.
    Please feel free to visit us again if you have any other
    questions.
    Thanks,
    Jesus|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • How can we take backup of all the RDL'S existing at Report server dynamically at one time

    How can we take backup of all the RDL'S existing at Report server dynamically at one time ? I want to take backup of all the reports existing at the report server dynamically at one time only. currently I'm able to take backup of the reports folder wise
    using VBScript. and I have to pass the folder names again and again. I want this to be happened for all the reports of all the folders at single shot only using VBScript.

    Hi DineshRemash,
    Based on my research, we can store the following VB Script to a text file, then modify the file name extension from .txt to .rss.
    Dim rootPath As String = "C:\Reports"
    Sub Main()
    Dim items As CatalogItem() = _
    rs.ListChildren("/", true)
    For Each item As CatalogItem in items
    If item.Type = ItemTypeEnum.Folder Then
    CreateDirectory(item.Path)
    Else If item.Type = ItemTypeEnum.Report Then
    SaveReport(item.Path)
    End If
    Next
    End Sub
    Sub CreateDirectory(path As String)
    path = GetLocalPath(path)
    System.IO.Directory.CreateDirectory(path)
    End Sub
    Sub SaveReport(reportName As String)
    Dim reportDefinition As Byte()
    Dim document As New System.Xml.XmlDocument()
    reportDefinition = rs.GetReportDefinition(reportName)
    Dim stream As New MemoryStream(reportDefinition)
    document.Load(stream)
    document.Save(GetLocalPath(reportName) + ".rdl")
    End Sub
    Function GetLocalPath(rsPath As String) As String
    Return rootPath + rsPath.Replace("/", "\")
    End Function
    Then navigate to the folder contains the script, we can directly run the below command from the run menu:
    rs -s
    http://aa/ ReportServer -i download.rss
    We can modify the rootpath to point at whaterver fold you’d like to download the RDL files.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Changing message server port for ABAP+Java Instance

    Hi,
    We had change our message server port for the Java instance from 3607 to 3667.
    We did this using the j2ee config tool. We also verified this information through the console config.
    But when we look into system info URL using the URL as shown below,  we still that the old message server port is being used. We have recycled the instance couple of times , but does not seem to help.
    http://dfudsbw1.dfna.corp.dom:50700/sap/monitoring/SystemInfo
    Any ideas where else we have to change the port no. for the message server

    Hi guys,
    I solved this on my own with documentation help from SAP.
    I had to change the port no. in the Global dispatcher and Global server area as well.
    Please see details from SAP below.
    "Message Server: Changing Ports/Hosts shows which areas need to be adjusted if
    the port or host of the message server changes. Ports are, of course, changed in the
    instance profile of the Central Services instance. In the example, the port 3677 and
    the HTTP port 8177 have been set, and the new host is called twdfxxx. You need to
    use the Config Tool to set these values. For each instance, you need to maintain the
    corresponding values for the Message server host and Message server port on the
    Message Server and Bootstrap tab page. The connection details for dispatchers or
    servers to the message server are maintained in the Cluster Manager. As shown in the
    figure, the ms.host and ms.port are maintained, respectively, in the Cluster Manager
    with Global Dispatcher and the Global Server. After you have maintained all of the
    parameters, you can start the instances."

  • Dynamically pass server-port address in web.show_document

    Dear All,
    we have hardcoded server and port in
    WEB.SHOW_DOCUMENT('http://10.4.2.2:7778/common/users/payroll/test.rtf');
    how can i pass "'http://10.4.2.2:7778/" dynamically to web.show_document,Is there any environment file setting from where it can dynamically pick up the
    <server>:<port> at runtime.
    thanks in advance
    Shikha

    thanks for ur advice.
    I have already tried .
    i declared
    my_web in .env file and assigned value http://10.4.4.2:7778/ to it.
    then used
    tool_env.Getvar(my_web,var),
    but when we use
    WEB.SHOW_DOCUMENT(var||mnt2/usegp1/user/payroll/test.rtf');
    it takes path
    http://10.4.2.3:7778/forms90/mnt2/users/shikha/common/psl/test.rtf');
    i don't know from where it is adding /forms90 in path.
    plz help.

  • Trying to change back INCOMING server port number

    I was trying to figure out how to SEND email via my iPhone 3G. I can send email fine while at home (using my wireless router), but when I'm out and about I cannot SEND email. How do I do this?
    In trying to figure this out on my own I was reading about my Comcast email account that said to change the port number. I accidentally change the INCOMING port number from 110 to 25. So, I know it needs to be 110, but everytime I change it in the Settings to 110 it automatically changes it back to 25 after I try to retrieve emails within the Mail option. What's going on?
    Help!

    To send email, you need to add cwmx.com under the smtp servers.
    I'm having the same problem with setting my incoming server port to 110. I've been able to change it by opening Apple's mail client and editing the account preferences.
    Then I went into iTunes and on the bottom of the info tab is a "Replace information on this iPhone" section. I checked the Mail Account tab and hit the sync button.
    This did change my server ports to the correct ports, but I'm still having problems getting the iPhone's mail app to refresh using the new settings. I don't know how force the ports to change via windows.
    I had to turn off the iPhone and restart it to get it to work. I also had to turn off the SSL under the advance tab. Little uncertain about leaving that setting.

  • Dynamically change the db and server in execute sql task

    Pkg 2: Moves data from B_STG (Staging DB) to B_Det_STG (Staging DB)  ---- option1
    Pkg 3: Moves data from B_STG (Staging DB) to B_Det (PC DB)   ---- option2
    This part is duplicating in both the packages
    So they want me to merge both of them into in execute sql task and dynamically change between option1 and option2 depending on a pkg level variable.
    So, I create a pkg level variable called ExecutionVariable: 'ANALYSIS' or 'LOADING'
    If 'ANALYSIS' it needs to do option1 else option2.
    So, I ma trying to create a dynamic connection string in execute sql task.
    I change the connection property in execute sql task editor dynamically my giving the expression: @[User::ExecutionVariable] == "ANALYSIS"?  @[User::STAGINGDBConnectionString] :  @[User::PCDBConnectionString]
    which evaluates to : Data Source=AW-ETL-D1;Initial Catalog=Staging;Integrated Security=SSPI;Provider=sqloledb
    But when I run the sql task, its giving me an error: 
    ERROR:
    TITLE: Microsoft Visual Studio
    Nonfatal errors occurred while saving the package:
    Error at PC_DataLoad: The connection "Data Source=AW-ETL-D1;Initial Catalog=Staging;Integrated Security=SSPI;Provider=sqloledb" is not found. This error is thrown by Connections collection when the specific connection element is not found.
    Error at PC_DataLoad: The connection "Data Source=AW-ETL-D1;Initial Catalog=Staging;Integrated Security=SSPI;Provider=sqloledb" is not found. This error is thrown by Connections collection when the specific connection element is not found.
    Can u please help me.

    Hi ,
    Don't try to make the "Execute Sql" task as dynamic.
    Try to make OLEDB connection Manager as "Dynamic".
    Steps:
    1. Create OLE DB Connection pointing to any database then set expression to connection string variables like below.
    Provider=SQLNCLI10.1;Integrated Security=SSPI;Initial Catalog=YourDBname;Data Source=YourServerName.
    2. Make Delayed Validation property to "True".
    3. Set the created dynamic OLE DB connection to your Execute SQL task.
    4. Change the connection string variable accordingly before running the "Execute SQL" task.
    Hope it will help you.
    Regards,
    Nandhu

  • In CVI !!!! How to dynamic change BaudRate of RS232 Serial COM Without closing the Port !!!

    Dear all:
    I want to change the buadrate of serial com without closing the serial com, but it failed when I use the function "SetCommConfig(m_hCom, &Com_cfg, Com_cfg_S) " to reset the buadrate ,baudrate is no change when use GetCommConfig to read back the value. 
    Appreciated all of your advice . TKS!
    Code with WINAPI as beloow:
    CreateFile(..) ;
    GetCommState(..);
    dcb.BaudRate= 1000000 ;
    SetCommState(..);
    //......do other things
    //change baudrate to normal without closing port .
    GetCommConfig(m_hCom, &Com_cfg, &Com_cfg_S);
    Com_cfg.wVersion = 0X100;
    Com_cfg.dwProviderSubType = 1;
    Com_cfg.dcb.BaudRate =9600  ;
    Com_cfg.dcb.StopBits =1 ;
    SetCommConfig(m_hCom, &Com_cfg, Com_cfg_S);
    GetCommConfig(m_hCom, &Com_cfg, &Com_cfg_S);   
    Solved!
    Go to Solution.

    This topic has been discussed some years ago: see here. Please note that even if I made that sample program which changes the baud rate without closing the port, I never used it in a real situation: you'll need to made your tests and check if this solution can satisfy your needs in the short and long term.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Firewall issue with centralized SQL server - port 52384

    Hi, 
    I have dedicated, centralized MS SQL 2012 server for our internal infrastructure with few instances. There is dedicated named instance SC for SC Family Products running on TCP port 1435. Also Server Browser running on UDP 1434 is enabled. I'm trying to install
    SCOM 2012 R2. I got to the step Configure the Operational Database and here, I encountered a problem. I try to connect to my SQL server and put into
    Server name and instance name SQL\SC and into SQL Server port 1434 or 1435, it doesn't connect. If I turn off firewall on SQL server, it connects without problems. On SQL server, I already have allowed incoming communication on ports UDP 1434
    and also TCP 1433-1436. Than, I found out, that I need to allow in TCP 135 so I did it. It didn't work. Than I allowed TCP 49154-49157 for reporting services - it still didn't work. Last thing I allowed (using Microsoft Network Monitor) was TCP port 52384
    and suddenly, it worked . 
    I know what UDP 1434 and TCP 1433-1436 are for. Also, I understand why I have to open 135 and 49154-49157. But I am pretty confused by the port 52384 - what is it for ? Why it isn't mentioned in documentation ? I am pounding with this problem for a while,
    and also, I found out, that my SC VMM is not working, if I do not allow all of these ports - so, probably not only used by SCOM ? 
    Can anyone explain what's that port for ? Or why it's not enough to open 1434, 1433-1436, 135 and 49154-49157 ?
    Thanks
    Tomas

    Hi,
    I didn't install SCOM yet. I am stuck at installation, till I figure out why port 52384 needs to be opened.
    1. My SQL Server Configuration Manager is set like this:
    Protocols for SC - TCP/IP Enabled
    IP2
    Active : Yes
    Enabled : Yes
    IP Address : ipv4 ip address of server
    TCP Dynamic Ports :   (blank)
    TCP Port : 1435
    So, that should be ok, right?
    2. If I turn off firewall on SQL, everything connects ok - so based on that, I suppose that SCOM server firewall is configured ok . It's issue on SQL.
    On SQL server, I have these inbound rules:
    COM+ Network Access (DCOM-In) - TCP 135 enabled
    HTTP/HTTPS - TCP 80,443 enabled
    SCOM Reporting - TCP 49154-49157 enabled
    SQL UDP ports - UDP 1433-1437 enabled
    SQL TCP ports - TCP 1433-1435 enabled
    SCOM 52384 - TCP 52384 enabled <- this is the port I don't understand, why it should be opened
    If I disable any of these rules, my connection will not pass. I figured out those ports using Microsoft Network Monitor on SQL server.
    3. Those databases do not exist yet. I am stuck at 3th step of Operations Manager Setup - at Configure the operational database.
    There are fields Server name and instance name, SQL Server port, Database name, Database size, Data file folder, Log file folder
    . First two are writable and the rest is greyed out. If I don't turn off firewall and I don't enable all rules from point 2 on SQL server and than put in the SQL server name with instance (SQL\SC) and port 1434 (or 1435) it gives
    me red cross, and rest of the page stays greyed out - so, it's unable to connect. If I turn off firewall, or enable all the rules in previous point (2) I am able to change name of the database, database size, data/log file folder. But if I disable any
    of those ports, it stays greyed out - I am concerned about port 52384, why it should be opened? What is it for? Why it isn't mentioned in any documentation? Or am I doing something wrong?
    Thanks
    Tomas 

  • Dynamically Changing Labels for Multi Row Block Buttons

    Forms [32 Bit] Version 9.0.4.1.0 (Production)
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    On my local: Windows 7 OS
    I am having a difficult time in doing the following in forms, and not sure if it can be done?
    I have a multi row block,based on DB table, which displays filename and another column from the table.
    It also has a push button on each row, which opens and displays the physical file from its source, when clicked. The filename thus can have 3 diff statuses depending on its sources and accordingly corresponding button should display appropriate label:
    a) View Image (its is in content server and successfully imaged. In this case I display the file in the browser, from the content server, when the button is clicked)
    b) View File (Display the file from file system)
    c) View Error (Display imaging error message from the table, as file failed to make it to the imaging server)
    I have this logic currently coded in the post query trigger, at the block level, and tried using set_item_property(button_id, label, <button_lable>), where I programmatically set the button lable, based on the file status (imaged, not imaged or has error) in that row. This wroks well, only if all the files in the multi row block have the same status. If each of them have diff statuses, then only last processed files's status gets reflected into the button label. For eg: The file in the first row of the block is imaged, and one in the second row has an imaging error. The button label for the first row should say 'View Image' and button for the second row should say 'View Error'. But now buttons for both the rows display 'View Error', as thats what got processed last!
    I __can not use set_item_instance property for 'label'__ (which lets us dynamically change the label on the push buttons).
    Is there any way to do this for ORacle forms? I am now playing with having 3 diff button items in that block, laying them on top of each other and showing only those that are appropriate and hiding the others... But I am not sure it is going to give me what I need? I think I am going to end up facing the same issues as in above case!!
    Any expert advice is highly appreciated.
    Thanks in advance for your time:
    Libran_Girl
    Edited by: libran on Aug 30, 2011 8:04 AM
    Edited by: libran on Aug 30, 2011 8:05 AM

    <p>I have just updated this existing PJC, that was originally constructed to handle Text Fields. You can, now, also handle buttons with it.
    Set the Button's Implementation Class property to : oracle.forms.fd.MultiButton.
    </p>
    This is the code you have to put one triggers of your based block:
    When-New-Record-Instance trigger: (based on the EMP table)
    declare
         LN$Pos  pls_integer ;
         LN$Rec  pls_integer := Get_Block_Property('EMP', CURRENT_RECORD) ;
         LN$Max  pls_integer := Get_Block_Property('EMP', RECORDS_DISPLAYED) ;
         LC$C    Varchar2(15) ;
    Begin     
         LN$Pos :=  LN$Rec - (trunc(LN$Rec/LN$Max) * LN$Max) ;
         If LN$Pos = 0 Then LN$Pos := LN$Max ; End if ;
         If LN$Pos > 0 Then
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_LOG', 'true' );
              -- Add the new item --
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_NEW_REC', to_char(LN$Rec) );
              -- Set some properties --
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_LABEL', to_char(LN$Rec) || ',' || :EMP.ENAME );
              If :EMP.JOB = 'MANAGER' Then
                Set_Custom_Property('EMP.BT', LN$Pos, 'SET_FONT', to_char(LN$Rec) || ',Arial,bold,14' );
                Set_Custom_Property('EMP.BT', LN$Pos, 'SET_FGCOLOR', to_char(LN$Rec) || ',0,0,255' );
              End if ;
              If :GLOBAL.I > 250 Then :GLOBAL.I := 5 ;
              Else  :GLOBAL.I := :GLOBAL.I + 5 ;
              End if ;     
              LC$C := To_Char(LN$Rec) || ','
                   || To_Char(255) || ','
                   || To_Char(255-:GLOBAL.I) || ','
                   || To_Char(255-:GLOBAL.I) ;    
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_BGCOLOR', LC$C );
              Synchronize;
         End if ;
    end;When-Create-Record trigger:
    declare
         LN$N    pls_integer ;
         LN$Rec  pls_integer := :system.cursor_record ;
         LC$C    Varchar2(15) ;
    Begin     
         if get_block_property('EMP',TOP_RECORD) > 1 Then
              LN$n := :system.cursor_record - get_block_property('EMP',TOP_RECORD) + 1 ;
         else
              LN$N := :system.cursor_record ;
         end if;
         If LN$N > 0 Then
              Set_Custom_Property('EMP.BT', LN$n, 'SET_LOG', 'true' );
              -- Add the new item --
              Set_Custom_Property('EMP.BT', LN$n, 'SET_NEW_REC', to_char(LN$Rec) );
         End if ;
    end;Post-Query trigger:
    declare
         LN$Pos  pls_integer ;
         LN$Rec  pls_integer := Get_Block_Property('EMP', CURRENT_RECORD) ;
         LN$Max  pls_integer := Get_Block_Property('EMP', RECORDS_DISPLAYED) ;
         LC$C    Varchar2(15) ;
    Begin     
         LN$Pos :=  LN$Rec - (trunc(LN$Rec/LN$Max) * LN$Max) ;
         If LN$Pos = 0 Then LN$Pos := LN$Max ; End if ;
         If LN$Pos > 0 Then
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_LOG', 'true' );
              -- Add the new item --
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_NEW_REC', to_char(LN$Rec) );
              -- Set some properties --
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_LABEL', to_char(LN$Rec) || ',' || :EMP.ENAME );
              If :EMP.JOB = 'MANAGER' Then
                Set_Custom_Property('EMP.BT', LN$Pos, 'SET_FONT', to_char(LN$Rec) || ',Arial,bold,14' );
                Set_Custom_Property('EMP.BT', LN$Pos, 'SET_FGCOLOR', to_char(LN$Rec) || ',0,0,255' );
              End if ;
              If :GLOBAL.I > 250 Then :GLOBAL.I := 5 ;
              Else  :GLOBAL.I := :GLOBAL.I + 5 ;
              End if ;     
              LC$C := To_Char(LN$Rec) || ','
                   || To_Char(255) || ','
                   || To_Char(255-:GLOBAL.I) || ','
                   || To_Char(255-:GLOBAL.I) ;    
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_BGCOLOR', LC$C );
              Synchronize;
         End if ;
    end;Don't forget to copy the multirecord.jar file in your /forms/java folder, then add it to the archive and archive_jini tags of your /forms/server/formsweb.cfg file.
    Enjoy it,
    Francois

  • 802.1x authetication with dynamic Vlan assignment by a radius server

    Hi
    At school I want to start using 802.1x authentication with dynamic Vlan assignment by a Windows Server 2012R2 Radius server.
    When a student logs in, I want it to be placed in the "Students" Vlan, when a Administrative employee logs in, I want it to be placed in the "Administative" vlan and when the client is unknown I want to place it in the "Guest" Vlan.
    I have several SG200 switches and I configured everything as mentioned in the administrative guide but I cannot get it to work as desired.
    What does work:
    - If the client is permitted, the switch changes to "authorized" state. (before anyone logs on to the domain with that client)
    - When a User logs on that is part of the Administrative employees, the switch changes to "authorized" and when a student logs on, it changes to "unauthorized". 
    So far so good.
    But what doesn't work:
    - it does not put the administrative employee in the Vlan "Administrative", it just enables the port on the switch but leaves it in the default vlan 1.
    - I can not find the Guest VLAN.
    Any help would be appriciated.

    Hi Wouter,
    Can you see in the packet capture Radius accept message VLAN attribute? Also please ensure you have the latest firmware and boot code:
    http://www.cisco.com/c/en/us/support/switches/sg200-26-26-port-gigabit-smart-switch/model.html#~rdtab1
    I would recommend you to open ticket with Small Business team so they can go with you through packet capture and configuration steps:
    http://www.cisco.com/c/en/us/support/web/tsd-cisco-small-business-support-center-contacts.html
    Regards,
    Aleksandra 

  • Dynamically changing provider

    I need to dynamically change provider for pop3s. I have a class (in jar) from a pop3s vendor of type STORE. I've tried to use
    Provider provider = new Provider (....);
    session.setProvider(provider);
    and everything worked fine in desktop environment (java 1.6, latest javamail).
    BUt then I tried the same on a Java CAPS integration server (similar to Sun APp server 8, some older version of javamail included in j2ee.jar), and I am getting java.lang.IllegalAccessError saying I can't call the constructor for Provider (maybe it is protected in older versions of javamail?). Is there any other way, how to dynamically create and set a provider?

    I don't understand what's producing the "property exists" message.
    Is it being written to System.out? Is it an exception? How are you
    trying to set that property?
    For the second option, you don't need to change the list of providers.
    JavaMail should discover all the providers, including your new one,
    assuming it's properly packaged with a META-INF/javamail.providers
    file. I don't understand what you mean when you say JCAPS won't allow
    you to include that file. The provider should be packaged as part of
    your application along with that file, either in its own jar file or in the
    jar file containing your application.

  • VI Server Port Error on Opening a Project

    I've started seeing an error when opening an existing project in LabVIEW 8.0. The dialog immediately pops up with this message:
    "The specified VI server port is already in use. the VI server for this project cannot be started."
    There doesn't seem to be any problems editing and running part of the code. What is causing this? This computer is only used for development. The entire project runs on another computer. This seems to have started after I installed LabVIEW 8.2 on this development machine. This current project will not be moved to 8.2 until later this year when the final "home" for the project is upgraded to 8.2.
    Thanks for any information

    Justin,
    This is the only project on this development machine. No error was generated when I tried an empty (new) project. I went into the "My Computer" properties page of the offending project and unchecked the TCP/IP option. When I clicked "OK" the properties page gave this error (verbatum):
    Error 0 occurred at There was a problem applying the options from the General category. The error message is "Invoke Node in prefPage_MyComputer.vi"
    This was followed with a list of "Possible reason(s)", all of which were rather cryptic. However, when I reopened the properties page to see if the change "stuck", it was unselected as you suggested. The original VI Server error is no longer being reported when reopening the project. As an aside, this computer has LabVIEW RealTime installed. Early on in the development of this project we had a realtime system attached to this computer as part of the development process. Now the realtime system is installed in the test rig with another host computer, but we are still doing some of the development on this original computer. This may explain why VI Server TCP/IP was originally selected in the project.
    Thanks!

  • How to change the existing sap logon ticket

    HI
    I did the System copy from my production server to Quality server.
    Now everthing is working except Single Sign On.  This is due to SAPlogon ticket.
    the SAPlogon ticket show the PRD sid. I am not able to change the existing sid in ticket.
    Tell me how to chage the old saplogon ticket with new one.
    Workaround i did in my server.
    generated the new certificate for Quality server  and try to import in R/3 000 client.  but not successful.

    Hello Lee,
    You dont have to import the certificate from R/3 into portal
    we have to generate the certificate in portal and then import in R/3
    To generate the portal certificate in quality Portal system and uploading in R/3,please find the method:
    Log on to the Visual Admin of Portal with administrator id and password. Go to the following node: Server 0 1_34158->services and then Key Storage
    In Key Storage, go to TicketKeyStorage
    Under Entry, choose Create.
    The Key and Certificate Generation dialog appears
    Enter the Subject Properties in the corresponding fields
    CN=<Common Name>, OU=<Organization Unit Name>, O=<Organization Name>, L=< Locality Name >, ST=<State/Province>, C=DE. give SID of portal in CN
    Give the Entry name as SAPLogonTicketKeypair.
    Select Algorithm as DSA,also click on store certificate and then generate
    You will see along with SAPLogonTicketKeypair, SAPLogonTicketKeypair-cert will also get generated.
    Now we will have to import this SAPLogonTicketKeypair-cert in the ABAP systems
    First we will have to download the certificate from the portal.
    Now logon to the SAP Netweaver Portal with user administrator
    Go to System Administration->System Configuration and then Keystore Administration.
    In the Content tab you will find the list of certificates
    We have to download SAPLogonTicketKeypair-cert .Click on Download verify.der file
    To your desktop
    Now we have to import the certificate in ABAP system.
    Log on to the ABAP system 000 client and use T-Code STRUSTSSO2
    Under Certificate, click on Import certificate
    Give the path of verify.der file. The file format should be Binary
    And upload it.
    Now you can see the certificate has been uploaded. Check for the validity
    Now click on Add to certificate to add this.
    Now click on Add to ACL.
    Enter System ID as the portal SID(i.e is SPQ) and client as 000 and click on Ok
    Then save your entries
    Hope this makes it clear
    Rohit

Maybe you are looking for

  • Problems with lightbox

        I added a lightbox to a page and it overlaps everything.  All my other pages adjust in size to the other widgets or pictures I have added, however when the lightbox is added the page stays the same and the lightbox covers up the footer.  It does

  • Help with Nokia 5530 Xpress Music

    Hi, i have purchased the nokia 5530 xpressmusic game edition, unfortunately i lost the memory card, it came with 20 games, anyone knows how i can find a backup of this games so it can be restored to factory settings into my new memory? Thanks in adva

  • How do i get this report program

         Contract Compliance Report : This report looks at the actual customer purchases (QTY) by period vs. targeted quantities.           The report created will list all the contracts quantity vs. shipped quantity in the period specified for a given

  • Create Quiz using FormsCentral that gives a score out of 10. Add to an app with DPS. Possible?

    I'd like to create a quiz using FormsCentral. At the end of the multiple choice quiz I'd like the user to be given a score out of 10. Once this is prepared I'd like to add this into an offline app being created for iPad using InDesign and DPS. 10 iPa

  • Oracle Text Scoring

    I wanted to know the significance of the label number in oracle text scoring. What numbers can we use and why ? In oracle material i have seen that everywhere they r using 1 in the queries i have used 5 in my queries. What could be the difference.Can