Change DHCP with command thru web request

I'm trying to write an DMP initializer to get our DMP's set up correctly thru a windows forms program. The DMP's are 4400G using version 5.2.1.
I'm sending a number of commands, and they all work except for disabling DHCP and setting the IP-address.
The commands I'm sending are:
set_param?init.GWY=10.101.0.1&init.DNS=10.101.0.1&init.IP=10.101.0.87&init.DHCP=off&mib.save=1&mng.reboot=1
The gateway and DNS are set, but the DHCP is still there. I tried to disable DHCP thru the web interface and it work. I then sent just the new IP-address, but nothing changed.
I have reset to factory settings and rerun it all. I've run single commands with mib.save and chunks in different orders. Nothing changes.
As I can't find any documentation for the MIB of 5.2.1, I ask for your help.

Bjoern,
  You are absolutely correct. The DHCP cannot be turned off using the MIBS. In 5.2 code the network configuration is stored using a config file in the DMP rather than the MIBS (like it was in 5.1). It took me two hours to figure it out but here is the solution :
Please use teh hidden command : https://161.44.77.100:7777/get_param?p=network.* to determine the network configuration
This was my configuration before (output is taken from the net.conf file in the DMP) : DHCP was enabled and IP address assigned was 161.44.77.100
[eth0]
dhcp=1
isUp=1
domain=cisco.com
ip=161.44.77.100
mask=255.255.255.0
gwy=161.44.77.1
dns=161.44.124.122 64.102.6.247 171.68.226.120
https://161.44.77.100:7777/set_param?network.eth0.dhcp=0&network.eth0.ip=161.44.77.101&network.eth0.dns=161.44.124.123&network.eth0.mask=255.255.255.0&network.eth0.gwy=161.44.77.1&network.eth0.domain=test.me.com&mng.command=network.saveConfiguration&mib.save=1&mng.reboot=1
[eth0]
dhcp=0
isUp=1
domain=test.me.com
ip=161.44.77.101
mask=255.255.255.0
gwy=161.44.77.1
dns=161.44.124.123
For your specific case the command should look like this :
set_param?network.eth0.gwy=10.101.0.1&network.eth0.dns=10.101.0.1&network.eth0.ip=10.101.0.87&network.eth0.dhcp=0&mng.command=network.saveConfiguration&mib.save=1&mng.reboot=1
Let me know if you have any questions. Hope this helps. If your concern is addressed please mark this post as "Answered"
Regards,
Sagar Dhanrale

Similar Messages

  • Oracle Http server 11g, change ports with command-line tool

    I have installed the WLS11g webtier's Oracle Http server 11g. I installed the OH 11g only.
    The OH is runing fine with ports: non-ssl 7779 and ssl 4444
    I want to change the ssl port to 443 such that we can have the url without showing the port as https://hostname.domain/
    I have looked up the documnet http://download.oracle.com/docs/cd/E15523_01/core.1111/e10105/ports.htm#CIHJIFHB for "managing port".
    it states "You can change the port numbers for some Oracle Fusion Middleware components, using Fusion Middleware Control, Oracle WebLogic Server Administration Console, or *the command line*."
    Because I only installed the OH, I have no the Fusion Middleware control , admin console available for making the port change. And I cannot find out how to the command line tool to make the change.
    I followed the steps in section 5.3.2.1 Enabling Oracle HTTP Server to Run as Root for Ports Set to Less Than 1024 (UNIX Only) http://download.oracle.com/docs/cd/E15523_01/core.1111/e10105/ports.htm#CIHJEEJH
    And I did edit ssl.conf for port change to 443 ---- this is not documented in the document. I think because Oracle wants you to use the console to make the change.
    OH is not working after I made the change.
    Does anyone know how to use the commend line tool for making the port changes for OH11g?
    Thanks

    Hi,
    if u want to achieve it using JMX then u can try :
    http://middlewaremagic.com/weblogic/?p=613
    Using Command Line Option WLST you can do it in ONLINE Mode...like:
    Step1). Please run the ". ./setWLSEnv.sh" script to set the CLASSPATH & PATH in the shell prompt.
    <b><font color=red>NOTE:</font></b> Run the “setWLSEnv.sh” by adding two DOTs separated by a single space …..before the actual script like following : (use ‘cd’ command to move inside the <BEA_HOME>/wlserver_10.3/server/bin) then run the following command….
    *. ./setWLSEnv.sh*
    Note: the first DOT represents that set the Environment in the current Shell, AND the second ./ represents execute the script from the current directory.
    Step2). Now in the same Shell Prompt please run the WLST Utility like following:
    <b><font color=maroon>
    java weblogic.WLST
    wls:/offline> connect()
    Please enter your username [weblogic] : weblogic
    Please enter your password [weblogic] : weblogic
    Please enter your server URL [t3://localhost:7001] : t3://localhost:7001
    Connecting to t3://localhost:7001 with userid weblogic ...
    edit()
    startEdit()
    cd ('Servers/AdminServer')
    cmo.setListenPort(9999)
    save()
    activate()
    </font></b>
    Now you NEED NOT to restart your Server to reflact these Changes....
    The Above JMX Code is also able to do it in Runtime only on the Fly.
    Thanks
    Jay SenSharma
    http://middlewaremagic.com/weblogic (Middleware Magic Is Here)

  • Is there a way to change the VNC password thru unix command in ARD2?

    In a local network, I get access denied errors from macs that have the vnc password different than the Administrative login user password. I needed to change the Admistrator password which I did thru the Unix command in ARD2.
    Now.
    Is there a way to change the VNC password thru unix command in ARD2?
    Example:
    remote computer setup
    Panther 10.3.9
    vnc password - gopher
    user ID - testARD with admin rights
    user password - backdoor
    ARD2 Computer setup
    10.4.10
    login ID - testARD
    password - backdoor
    I get the blue icon but get an 'access denied' error.
    I change the password from backdoor to gopher.
    I get the red with dash icon but, can get access to the computer.
    What is going on? Is ARD2 using the VNC resource instead of ARDs resources?

    A quick search of Google finds this <http://www.macgeekery.com/tips/cli/settingremote_desktops_vnc_password_interminal>. I have not tested this myself.
    bill

  • How to change a web-request

    Hi everybody
    I have created a web-request. I can create a web-request, but I cannot change it. Belong to the documentation, when I change a web-request, then the change will be made in a new version.
    Here is the link to the documentation:
    [http://help.sap.com/saphelp_crm60/helpdata/en/46/12cdc93b75424fe10000000a1553f6/content.htm]
    For creating the web-request I call this url (the hostname is imaginary):
    https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CREATE*&uws_service_id=Z000000001&sap-client=090&sap-language=DE&WFF_VIEW=Z00001'.
    For changing the web-request I have tried this urls:
    [without parameter uws_version, mode:CHANGE]
    https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CHANGE*&uws_service_id=Z000000001&uws_guid=4C23C343380B4542E100000083660E5E&WFF_VIEW=Z00001
    -> The webrequest appears in change-mode, but when I save it, it dumps.
    [with parameter uws_version, mode:CHANGE]
    https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CHANGE*&uws_service_id=Z000000001&uws_guid=4C23C343380B4542E100000083660E5E&WFF_VIEW=Z00001&*uws_version=0000000001*
    -> The webrequest appears in change-mode, but when I save it, it dumps.
    [with parameter uws_version, , mode:CREATE]
    https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CHANGE*&uws_service_id=Z000000001&uws_guid=4C23C343380B4542E100000083660E5E&WFF_VIEW=Z00001&*uws_version=0000000002*
    -> The webrequest appears in create-mode, the data of the previous version doesn't appear (Probably I could fill it through the bapi or directly through the bsp). When I save it, it dumps.
    [without parameter uws_version, , mode:CREATE]
    https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CHANGE*&uws_service_id=Z000000001&uws_guid=4C23C343380B4542E100000083660E5E&WFF_VIEW=Z00001&
    -> The webrequest appears in create-mode, the data of the previous version doesn't appear (Probably I could fill it through the bapi or directly through the bsp). When I save it, I get a blank screen. It doesn't dump, but it's not saved.
    Can anybody help to find out the right way, how to change a web-request?
    Thanks in advance.

    Hi,
    the WDJ Application is DC then follow the below document to import the application into the NWDS.
    Importing the local Web Dynpro DCs into the SAP NetWeaver Developer Studio
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0e4528f-c471-2910-66a0-dd459f975dc2
    after importing the application into the nwds.
    navigate to view where the push button present.
    select the pushbutton properties and edit the text property.
    then the value changes.
    deploy the application.
    Regards,
    ramesh

  • How to change a setting in the Java Control Panel with command line

    Hi,
    I am trying to figure out how to change a setting in the Java Control Panel with command line or with a script. I want to enable "Use SSL 2.0 compatible ClientHello format"
    I can't seem to find any documentation on how to change settings in the Java Control Panel via the command line
    Edited by: 897133 on Nov 14, 2011 7:15 AM

    OK figured it out. This is for the next person seeking the same solution.
    When you click on the Java Control Panel (found in the Control panel) in any version of Windows, it first looks for a System Wide Java Configuration (found here: C:\Windows\Sun\Java\Deployment). At this point you must be wondering why you don't have this folder (C:\Windows\Sun\Java\Deployment) or why its empty. Well, for an enterprise environment, you have to create it and place something in it - it doesn't exist by default. So you'll need a script (I used Autoit) to create the directory structure and place the the two files into it. The two files are "deployment.properties" and "deployment.config".
    Example: When you click on the Java Control Panel it first checks to see if this directory exists (C:\Windows\Sun\Java\Deployment) and then checks if there is a "deployment.config". If there is one it opens it and reads it. If it doesn't exist, Java creates user settings found here C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7.
    __deployment.config__
    It should look like this inside:
    *#deployment.config*
    *#Mon Nov 14 13:06:38 AST 2011*
    *# The First line below specifies if this config is mandatory which is simple enough*
    *# The second line just tells Java where to the properties of your Java Configuration*
    *# NOTE: These java settings will be applied to each user file and will overwrite existing ones*
    deployment.system.config.mandatory=True
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    If you look in C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7 for example you will find "deployment.properties". You can use this as your default example and add your settings to it.
    How?
    Easy. If you want to add *"Use SSL 2.0 compatible ClientHello format"*
    Add this line:
    deployment.security.SSLv2Hello=true
    Maybe you want to disable Java update (which is a big problem for enterprises)
    Add these lines:
    deployment.javaws.autodownload=NEVER
    deployment.javaws.autodownload.locked=
    Below is a basic AutoIt script you could use (It compiles the files into the executable. When you compile the script the two Java files must be in the directory you specify in the FileInstall line, which can be anything you choose. It will also create your directory structure):
    #NoTrayIcon
    #RequireAdmin
    #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
    #AutoIt3Wrapper_UseX64=n
    #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
    Func _JavaConfig()
         $ConfigFile_1 = @TempDir & "\deployment.properties"
         $ConfigFile_2 = @TempDir & "\deployment.config"
         FileInstall ("D:\My Documents\Autoit\Java config\deployment.properties", $ConfigFile_1)
    FileInstall ("D:\My Documents\Autoit\Java config\deployment.config", $ConfigFile_2)
         FileCopy($ConfigFile_1, @WindowsDir & "\Sun\Java\Deployment\", 9)
         FileCopy($ConfigFile_2, @WindowsDir & "\Sun\Java\Deployment\", 9)
         Sleep(10000)
         FileDelete(@TempDir & "\deployment.properties")
         FileDelete(@TempDir & "\deployment.config")
    EndFunc
    _JavaConfig()
    Now if you have SCUP and have setup Self Cert for your organization, you just need to create a SCUP update for JRE.
    Edited by: 897133 on Nov 16, 2011 4:53 AM

  • Network setup 'DHCP with manual address' changes to 'Using DHCP'

    I have setup my local network with a manual address and have observed that the setting changes without my doing to simply Using DHCP. I can't get the setup to continue using a manually assigned ip address. Even though I've saved the network settings preferences, they revert to 'Using DHCP'. Any ideas? Thanks in advance.

    If you "have setup (your) local network with a manual address," does that mean you have disabled DHCP in your router? If so, then you'd want to configure "manually" in your Sys Prefs > Network.
    Or did you mean that you have setup a computer on your local network with a manual address using DHCP? (And that your router has DHCP enabled?)
    If the router's DHCP is enabled, many routers will allow you to set aside a subset of IP addresses to the DHCP pool, and the remainder are, by definition, reserved for static addressing. Are you assigning the computer requiring a static IPA (but using DHCP defined gateway and subnet) an address falling within the static address range of your local subnet?
    If you can't partition the address space between static IP addresses and DHCP-assigned IP addresses when DHCP is enabled, are you assigning a high-numbered IP address to the computer whose Sys Prefs has DHCP with manual address?

  • Change several Dataproviders with Command URL in WebTemplate

    Dear Community,
    Could someone help me with this problem?
    I have an Webtemplate containing 5 Table-Items with several views of one Query - now I want to switch the whole 5 Qeries to other ones with one click.
    I tried to realize this with command URL´s (like mentioned in SAP-Docu and some posts) but haven´t been successful. This only works for one dataprovider, furthermore the Filters won´t be applied in the switched template (We are on BW 3.5).
    Any suggestions how to solve this issue in a smart way?
    kind regards.
    Jürgen

    Dear BW-Gurus,
    now i will give you some coding - hoping somebody has a solution (we are on BW 3.5).
    In the webtemplate there are 4 table-items with 4 several querie-views. With a click on button "Standard" the views should change to the other ones (works fine) and the filter values should stay (doesn´t work).
    <FORM  method=post name=Form1 action=<SAP_BW_URL>>change layout:
       <input  type="hidden" name="CMD_1" value="DATA_PROVIDER=DP_1&CMD=Reset_DATA_PROVIDER&DATA_PROVIDER_ID=ZQV_VC1&RRI=X">
       <input  type="hidden" name="CMD_2" value="DATA_PROVIDER=DP_2&CMD=RESET_DATA_PROVIDER&DATA_PROVIDER_ID=ZQV_VC2&RRI=X">
       <input  type="hidden" name="CMD_3" value="DATA_PROVIDER=DP_3&CMD=RESET_DATA_PROVIDER&DATA_PROVIDER_ID=ZQV_VC3&RRI=X">
       <input  type="hidden" name="CMD_4" value="DATA_PROVIDER=DP_4&CMD=RESET_DATA_PROVIDER&DATA_PROVIDER_ID=ZQV_VC4&RRI=X">
       <input type="submit" class=SAPBEXBtnStd style="font-size:11px; height:100%" value="Standard">
    </FORM>
    the code works fine for changing the views, but the the nav-state after click is initial, even though i used the parameter "RRI=X" like mentioned here: [Forum Thread|; or here help.sap.com
    what´s wrong with my coding? Do you prefer an other way to solve this issue??
    thanks for every reply and hint
    regards
    Jürgen

  • Need help with command - trying to target selected html in document

    Hi,
    I am very new to working with JS. I can do simple stuff but when it comes to manipulating the dom, I don't know very much. So, I am trying to develop this command for Dreamweaver that will find all occurances of an abbreviation. Ex. GOC (Government of Canada) and wrap the text with <abbr> tags that include the title attribute. I have been using the change case example on the web that details how to go about setting up a DW command.
    My JS file looks like this:
    function canAcceptCommand(){
        var theDOM = dw.getDocumentDOM(); // Get the DOM of the current document
        var theSel = theDOM.getSelection(); // Get start and end of selection
        var theSelNode = theDOM.getSelectedNode(); // Get the selected node
        var theChildren = theSelNode.childNodes; // Get children of selected node
        return (theSel[0] != theSel[1] && (theSelNode.nodeType == Node.ELEMENT_NODE
        || theSelNode.hasChildNodes() && (theChildren[0].nodeType ==
        Node.ELEMENT_NODE)));
    function abbr(){
      var theDOM = dw.getDocumentDOM();
              // Get the outerHTML of the HTML tag (the entire contents of the document).
              var theDocEl = theDOM.documentElement;
              var theWholeDoc = theDocEl.outerHTML;
              //while the position of a double space is not equal to -1, so there is one
              while(theWholeDoc.search("FSWEP") != "-1"){
                        //use reg exp to replace all spaces, which is useful for processing multiple lines at once
                        theWholeDoc = theWholeDoc.replace(/(FSWEP)/g, "<abbr>ASAP<\/abbr>");
              //loop back around until there are no double spaces
              theDocEl.outerHTML = theWholeDoc;
              theDOM.formatRange(0, theWholeDoc.length);
              window.close(); // close extension UI
    In it's current state, it will do a replacement of FSWEP anywhere it shows up in the document. What I need it to do is only replace those occurances that are part of the selected HTML block and are part of a text node.
    If there is anybody out there who can help me with this, I would really appreciate any assistance you might provide. At a very minimum, could you point me to some helpful resources that will help me figure out how to target chuncks of code in a DW HTML file.
    Thanks,
    Rob

    This question is more appropriate for the Acrobat JavaScript forum at http://forums.adobe.com/community/acrobat/acrobat_scripting.

  • How to have multi select dropdowns for web request and adobe forms

    Hi All,
    I am working on interactive forms for CRM 7.0 using web request and ZCI layout.
    When I say web request we define the fields required for the form in CRM that becomes the context for WDA and passed onto Adobe form.
    This web request is a flat structure which mean if I have a node and attributes with in that you cant have multiple values to wards this node as in WDA.
    Now My query:
      I have a field called "xyz" since web request is a flat structure i just defined it as a string.
      In WDA I made it a enumrated field and added key value pairs to it.
      In Adobe form I binded this field to a WD native enum dropdown list every thing is fine untill here.
      Now in the form I need this as a multiple select, so i changed the dropdown field to list box it works.
      The form has to be submitted as a draft version when did so, it will not execute any APIs but saves the data to the web request.
      When the same form is opened for the next time, with the data in web request it should reopen this field with the multiple seleced values high lighted.
      since the field xyz is a single filed of string, how can i maintain multiple values in that...?
      if there is a form status auto save function in Adobe form this might solve a bit but not sure when the form is opened 2nd time from web reqest view does it consider it as a new one or open the same form...?
    I have such dropdown fields and problems including ones with depenedt values on one another.
    I tried my best to explain the problem, if somebody can help me with this its much appriciated.
    Note: Since this is dependent on CRM web request I am posting the same query in that block also apologies if this mean a duplicacy.
    Thanks & Regards,
    Sai

    I got the solution and problem is solved.
    Iterating & processing a enumrated dropdown is like any other dropdown /list box in adobe forms.
    Regards,
    Sai Krishna

  • Disk Utility says everything's fine, but Install disk doesn't find my internal drive as a possible destination. When I startup with Command   S, I get a looping "cannot mount errno = 19" message.

    Disk Utility says everything's fine, but Install disk doesn't find my internal drive as a possible destination. When I startup with Command + S, I get a looping "cannot mount errno = 19" message.
    Problem started when I used Tech Tool Pro 6 to "de-fragment volume". Had to cancel that process before it finished because I ran out of time. Thereafter, when I startup my machine normally, I get the gray Apple logo at first, but it changes to a prohibited symbol (circle with a slash thru it) and hangs.
    When I startup holding the Option key, I can see my internal drive, but I get the same results as above.
    When I startup using the MacBook OSX Install DVD, it does not find my internal drive as possible destination.
    When I startup using the MacBook OSX Install DVD and then run Disk Utility, it finds my drive, allows me to "repair" and says everything is fine.
    When I startup with Command + S, I get a looping error message "errno = 19" and cannot stop it to do anything else.
    When I startup from Disk Warrior v4.4, it does not find my internal drive to do any repairs.
    When I startup from Tech Tool Pro 6 and run the "computer check" diagnostics, everything passes but the Volume Structure, which fails at "Volume Extents (B-tree)." When I use TTP's "Tools" option to run "volume repair" it will show my internal drive and allow me to click the GO button, but nothing happens and nothing changes.
    I have a Time Machine backup on an external USB drive, but for as long as the internal drive doesn't mount, I can't use the backup to restore.

    It's a false report and should be ignored.
    I would not rely on TT as I've already said earlier even before Grant posted similar advice.
    I really think the Rigid Disk Block may be corrupted. This holds the partition map and could prevent a volume from being unmounted. Unfortunately, there is no way to fix that without repartitioning the drive which will remove everything. So, before going down this road I hope you have backups or can make a backup.
    Drive Partition and Format
    1. Boot from your Snow Leopard Installer Disc. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Quit DU and return to the installer.  Proceed with reinstalling OS X.
    5. Download and install Mac OS X 10.6.8 Update Combo v1.1.

  • Ng An exception occurred during the execution of the current web request.

    An exception occurred during the execution of the current web request. Please contact the administrator to review the stack trace in the event log for more information about the error.
    this error occured while making changes to the mapings, there was "&" in the source account and some test also loaded in the text,
    the versio n of FDM is 11.1.2.0
    I understand that because of loading & in the source account it is causing this issue,
    How to delete this invalid char from database, which table and column will contain this information, Please advise me how to proceed on this.
    thanks,
    msr

    This TSQL will do the trick. It's not the cleanest as I just wrote it, but it will dynamically remove the & from the data mapping tables and replace any invalid entries with the phrase INVALID.
    --Remove && from Data Maps
    --Charles Beyer ([email protected])
    --NOTES : 'Hackish' version for demonstration purposes
    -- Declare working variables
    DECLARE @strTableName varchar(255)
    DECLARE @strSql Nvarchar(500)
    -- Create cursor to iterate through each Data Map table.  Look in special table sysobjects to get a list of the tables.
    DECLARE crsDataMapTables Cursor For
       select name
          from sysobjects
          where name like 'tdatamap%'
             and xtype = 'U'
    Open crsDataMapTables
    Fetch Next from crsDataMapTables Into @strTableName  --Get the name of the first Data Map table and place it into working variable
    While @@FETCH_STATUS = 0 Begin  --While records (table names) exist, execute loop logic
    print 'Cleaning table : ' + @strTableName
      --Multi-pass updates to check the SrcKey, TargKey, and WhereClauseValue fields for the invalid character
      --Dynamic SQL is used below so that we can use the Table Name from the cursor..
      Set @strSQL = 'UPDATE ' + @strTableName + ' set SrcKey = ''Invalid'' where SrcKey like (''%&%'')'
      exec (@strSQL)
      Set @strSQL = 'UPDATE ' + @strTableName + ' set TargKey = ''Invalid'' where TargKey like (''%&%'')'
      exec (@strSQL)
      Set @strSQL = 'UPDATE ' + @strTableName + ' set WhereClauseValue = ''Invalid'' where WhereClauseValue like (''%&%'')'
      exec (@strSQL)
      Fetch Next from crsDataMapTables Into @strTableName
    End
    --Dispose of Cursor as we are done.
    Close crsDataMapTables
    Deallocate crsDataMapTables
     

  • Change src of iframe in web page widget (CP 8)

    Hi there.
    I would like to know how can I dynamically change the src attribute of <iframe> defined in Web Widget in CP 8.
    I have tried  many things (for example getElementsById() command, written as an action of CP button) but it didn´t work.
    I´ve heard about Web page Widget for CP 6, which enables dynamic changes of widget´s source through the CP variables.
    Is there any solution of this problem for CP8 ?
    Thank you for you answers.

    Ok.
    I have only one CP slide (I don´t want to use more slides for presentation),
    which contains 30 images (overlayed),some buttons (for stepping and showing images - back and forth. For these actions I use the variable and javascript Script_Window)
    and one Web Widget.
    For every image I want to view corresponding PDF file (increment/decrement variable => wiev image and change "src" of iframe in Web Widget at the same time).
    Switching images is no problem for me.
    Unfortunaltely, I don´t know how can I change the "src" attribute directly from Captivate and I don´t have much time to finish the project.
    I have tried to write external html file with its own javascript,variables and buttons and linked it to Web Widget.
    This works correctly(I mean switching PDF files), BUT when I try to call Captivate functions from this external JS (for example cp.show(),etc.), it doesn ´t work.
    Thank You for Your answers.

  • Unknown Error while communicating with O365 BEC Web Service

    Hi Guys,
    When I try to add a new mail user in O365 Exchange, one strange error is thrown.
    Are any guys  kind enough to help me ?
    Here is the script and the error.
    PS C:\Users\o365-user> $cred = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList
    '[email protected]', $(ConvertTo-SecureString -String '*******' -AsPlainText -Force)
    PS C:\Users\o365-user> $session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri 'https:
    //ps.outlook.com/powershell/' -Credential $cred -Authentication Basic -AllowRedirection
    WARNING: Your connection has been redirected to the following URI:
    "https://pod51053psh.outlook.com/powershell-liveid?PSVersion=4.0 "
    PS C:\Users\o365-user> Import-PSSession $session
    WARNING: The names of some imported commands from the module 'tmp_zkc5sid4.gpq' include unapproved verbs that might
    make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the
    Verbose parameter. For a list of approved verbs, type Get-Verb.
    ModuleType Version Name ExportedCommands
    Script 1.0 tmp_zkc5sid4.gpq {Add-AvailabilityAddressSpace, Add-DistributionGroupMember...
    PS C:\Users\o365-user> $users=Get-MailUser
    PS C:\Users\o365-user> New-MailUser -Name '[email protected]' -DisplayName 'Test LIU'
    -MicrosoftOnlineServicesID '[email protected]' -Password $(ConvertTo-SecureString -String '*****' -AsPlainText -Force)
    Unknown Error while communicating with O365 BEC Web Service (Exception type
    "Microsoft.Exchange.Management.BecWebService.CouldNotCreateBecSyncServiceException", message=
    "Microsoft.Exchange.Management.BecWebService.CouldNotCreateBecSyncServiceException: Couldn't create BEC Web Service:
    The matching certificate for certificateSubject CN=ExoProvToO365.outlook.com, OU=Microsoft Corporation, O=Microsoft
    Corporation, L=Redmond, S=WA, C=US couldn't be found.
    Parameter name: certificateSubject ---> System.ArgumentException: The matching certificate for certificateSubject
    CN=ExoProvToO365.outlook.com, OU=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=WA, C=US couldn't be
    found.
    Parameter name: certificateSubject
    at Microsoft.Exchange.Security.Cryptography.X509Certificates.TlsCertificateInfo.FindFirstCertWithSubjectDistinguishe
    dName(String certificateSubject, Boolean checkForValid)
    at Microsoft.Exchange.Management.BecWebService.BecWebServiceHelper.CreateService(Uri url)
    --- End of inner exception stack trace ---
    at Microsoft.Exchange.Management.BecWebService.BecWebServiceHelper.InvokeWithRetry[TResponse](Action operation)
    at Microsoft.Exchange.Management.BecWebService.BecWebServiceHelper.GetUserByUpn(GetUserByUpnRequest request)
    at Microsoft.Exchange.ProvisioningAgent.BecWebServiceLiveIdManager.GetMemberType(SmtpAddress memberName)", inner
    message "System.ArgumentException: The matching certificate for certificateSubject CN=ExoProvToO365.outlook.com,
    OU=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=WA, C=US couldn't be found.
    Parameter name: certificateSubject
    at Microsoft.Exchange.Security.Cryptography.X509Certificates.TlsCertificateInfo.FindFirstCertWithSubjectDistinguishe
    dName(String certificateSubject, Boolean checkForValid)
    at Microsoft.Exchange.Management.BecWebService.BecWebServiceHelper.CreateService(Uri url)")
    + CategoryInfo : NotSpecified: (0:Int32) [New-MailUser], RecipientTaskException
    + FullyQualifiedErrorId : [Server=SG2PR01MB0540,RequestId=d97a193e-91a7-4430-ac64-6b7003f5b9b0,TimeStamp=4/23/2015
    9:37:58 AM] [FailureCategory=Cmdlet-RecipientTaskException] 3F9FDA25,Microsoft.Exchange.Management.RecipientTasks
    .NewMailUser
    + PSComputerName : pod51053psh.outlook.com
    PS C:\Users\o365-user> New-ManagementRoleAssignment -Role 'ApplicationImpersonation' -User 'test1_1@smokeazu
    rebeta5.onmicrosoft.com'
    Couldn't find a user with the identity "[email protected]".
    + CategoryInfo : NotSpecified: (:) [New-ManagementRoleAssignment], ManagementObjectNotFoundException
    + FullyQualifiedErrorId : [Server=SG2PR01MB0540,RequestId=88777637-298d-4bb1-972f-b61161566a57,TimeStamp=4/23/2015
    9:37:59 AM] [FailureCategory=Cmdlet-ManagementObjectNotFoundException] 921A76AD,Microsoft.Exchange.Management.Rba
    cTasks.NewManagementRoleAssignment
    + PSComputerName : pod51053psh.outlook.com
    PS C:\Users\o365-user> New-ManagementRoleAssignment -Role 'Mailbox Search' -User '[email protected]
    microsoft.com'
    Couldn't find a user with the identity "[email protected]".
    + CategoryInfo : NotSpecified: (:) [New-ManagementRoleAssignment], ManagementObjectNotFoundException
    + FullyQualifiedErrorId : [Server=SG2PR01MB0540,RequestId=2b64d3a2-97da-4de5-be8c-00ad73452456,TimeStamp=4/23/2015
    9:38:00 AM] [FailureCategory=Cmdlet-ManagementObjectNotFoundException] 921A76AD,Microsoft.Exchange.Management.Rba
    cTasks.NewManagementRoleAssignment
    + PSComputerName : pod51053psh.outlook.com
    PS C:\Users\o365-user> Remove-PSSession $session
    PS C:\Users\o365-user>
    Thanks
    Budlion LIU

    Hello,
    Or you can also ask on Exchange Online Forum:
    https://social.technet.microsoft.com/Forums/msonline/en-US/home?forum=onlineservicesexchange
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Someone is changing elements with the Dev tools on my computer how do i reverse the changes

    i am new to computers you could call me technically retarded sometimes my pages are padded and sometimes they dont work at all this part or that will be missing or i will get a ridiculous redirect i really dont understand it but im reading about it in the forums
    please help me it seems a touch suspicuous there are things encrypted with 256 encryption hidden photos and all kinds of other stuff
    sincerely
    James r fair
    Portland Or
    SalpareBay Marina
    8/30/2014

    Unknown property '-moz-border-radius'. Declaration dropped. 0:1
    Unknown property '-moz-border-radius-bottomleft'. Declaration dropped. 0:1
    Unknown property '-moz-border-radius-topleft'. Declaration dropped. 0:1
    Expected 'none' or URL but found 'alpha('. Error in parsing value for 'filter'. Declaration dropped. 0:1
    Unknown property '-moz-box-shadow'. Declaration dropped. 0:1
    Unknown property '-moz-border-top-left-radius'. Declaration dropped. 0:1
    Unknown property '-moz-border-top-right-radius'. Declaration dropped. 0:1
    Expected color but found 'top'. Error in parsing value for 'background-image'. Declaration dropped. 0:1
    Expected media feature name but found '-webkit-min-device-pixel-ratio'. 0:1
    Error in parsing value for 'image-rendering'. Declaration dropped. 0:1
    Expected color but found 'none'. Error in parsing value for 'background-color'. Declaration dropped. 0:1
    Error in parsing value for '-moz-transition'. Declaration dropped. 0:1
    Error in parsing value for 'transition'. Declaration dropped. 0:1
    Unknown property 'zoom'. Declaration dropped. 0:1
    Expected color but found 'right'. Error in parsing value for 'background-image'. Declaration dropped. 0:1
    Expected color but found 'bottom'. Error in parsing value for 'background-image'. Declaration dropped. 0:1
    Expected color but found 'left'. Error in parsing value for 'background-image'. Declaration dropped. 0:1
    Unknown property '-moz-background-size'. Declaration dropped. 0:1
    Expected color but found 'auto'. Error in parsing value for 'border-left'. Declaration dropped. 0:1
    Error in parsing value for 'border-right'. Declaration dropped. 0:1
    Unknown pseudo-class or pseudo-element '-ms-clear'. Ruleset ignored due to bad selector. 0:1
    Unknown pseudo-class or pseudo-element '-webkit-scrollbar'. Ruleset ignored due to bad selector. 0:1
    Unknown pseudo-class or pseudo-element '-webkit-scrollbar-button'. Ruleset ignored due to bad selector. 0:1
    Unknown pseudo-class or pseudo-element '-webkit-scrollbar-corner'. Ruleset ignored due to bad selector. 0:1
    Unknown pseudo-class or pseudo-element '-webkit-scrollbar-thumb'. Ruleset ignored due to bad selector. 0:1
    this is my gmail
    rocky fair
    portland or
    On Sat, Aug 30, 2014 at 12:32 PM, Mozilla Support Forum <[email protected]> wrote:
    Mozilla Support
    someone is changing elements with the Dev tools on my computer how do i reverse the changes
    cor-el Aug 30, 2014 5:32:47 AM
    Can you attach a screenshot?
    http://en.wikipedia.org/wiki/Screenshot
    https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot
    Make sure that you do not exceed the maximum size of 1 MB
    This isn't done via the developer tools, but more likely by an extension or security software.
    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    Hold down the Shift key and left-click the Reload button
    Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    Do NOT click the Reset button on the Safe Mode start window
    https://support.mozilla.org/kb/Safe+Mode
    https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Mark it as solved This doesn't solve my problem
    Browse for unsolved questions and help a Firefox user
    Solving 1 issue helps up to 1,000 users a day!
    This email is automatically sent by a robot. Our robot can’t respond to your question, but our forum contributors can! If you want to respond to them, please click here.
    Change your email preferences
    Unsubscribe from these emails

  • LAN DNS resolution has changed - along with lots of other behaviours

    Hi
    Last Friday I experienced a lot of strange network/firewall behaviour on my Macs, both running 10.6.7. I don't know what the problem is but am trying to isolate it - or them.
    Considering just the MacBook Pro, I have been running the same setup for over a year at different locations and never experienced this before. The MBP is named Isola, it runs Windows XP Pro on VMWare Fusion and MAMP as a development/test environment for websites.
    Since I have had this setup, with MAMP running and using the normal Apache and MySQL ports I could connect to websites using Mac browsers on: http://localhost/, if I was testing on Windows browsers I would use http://isola/
    This worked at home using an Airport connection over a Netgear modem/router:
    TCP/IP
    Using DHCP with manual address
    IPv4: 192.168.0.5
    Subnet Mask: 255.255.255.0
    Router: 192.168.0.1
    Configure IPv6: Automatically
    DNS Servers: 192.168.0.1
    Search Domains: -
    It also worked at the office - 2 Macs networked using a Netgear Gigabit switch, also connected to the building's ethernet system for external internet connection:
    TCP/IP
    Using DHCP
    IPv4: 10.0.21.10
    Subnet Mask: 255.255.255.0
    Router: 10.0.21.254
    Configure IPv6: Automatically
    DNS Servers: 10.0.21.254
    Search Domains: popcorn
    I have two Locations set up in networking preferences, Home and Office. DHCP and DNS at home are provided by my ISP I believe. Apparently the IT infrastructure in the building where my office is located handles the DHCP and DNS.
    Since last Friday when I try to connect to http://isola/ using a Windows browser the request either times out (Internet Explorer) or is re-routed to http://www.isola.com (Firefox and some other browsers). In order to the site on my MAMP server I have to use http://isola.local/
    I can replicate the same behaviour when trying to connect to the MAMP server using my Mac Pro.
    I have flushed both Macs' DNS caches, repaired permissions and tried other stuff which I can't quite remember now. Nothing has made any difference.
    I'd really like to know if this new behaviour is likely to be caused by my configuration or the office DNS setup and ideally get it back to what it was before.
    Yesterday I started experiencing strange behaviour with the MBP firewall. It may be part of the problem or not - I'll include for information. It has always been on and set up normally - none of the Advanced settings checked. There were a whole load of software listed in the Advanced tab such as Skype, Safari, Opera configured to accept incoming connections. Yesterday for the first time ever I had a whole load of firewall dialogue boxes open on start up asking to allow or block network connections to basic OS X services: AppleFileServer, cups-lpd, cupsd, httpd, krb5kdc, mysqld, nmbd, smbd, vmnet-natd. I think some of these are due to File Sharing and Printer Sharing being enabled in the Sharing Preferences - but they've been enabled for over a year.
    Thanks in advance for any advice.

    Safari gives the error message
    Safari can't open the page "[URL]" because your computer isn't connected to the Internet.
    on any attempt to access a page by URL. If I put in an IP address it loads fine (aside from not being able to resolve any links to images, etc. which are linked using a domain name).
    nslookup google.com on the command line gives the error:
    /SourceCache/bind9/bind9-31/bind9/lib/isc/unix/socket.c:4525: bind: No route to host
    nslookup: isc_socket_bind: unexpected error
    DNS resolution does not work on Firefox either.
    All checkboxes in the System Preferences>Network>Advanced>Proxies tab are unchecked. The box at the bottom ("Bypass proxy settings...") contains:
    *.local, 169.254/16
    Thanks for trying to help me out! I'm happy to provide any other information that might be useful to you.

Maybe you are looking for

  • Upgrade ATV from v1.0 to 2.2 doesn't seem to work.

    I upgraded by AppleTV from v 2.1 to 2.2 but was having trouble with streaming over my Airport network and loss of continual appearance of the ATV in iTunes. So I did a factory reset to v 1.0. That went well. I could still connect to my Airport networ

  • Total of a Column in a report

    Hi, I have a report I am using Sum for one of the columns in this report. By checking the Sum for a column in the report, I got the sum for that column and the display name for that row as 'report total'. I want to change this name to something else.

  • Error CJS-20058 when applying J2EE Engine Patches SP19 and Disp+work.exe

    Hello All , I am working on SAP XI SP9 (Stand alone J2ee Only). When I am trying to upgrade it SP 19 but it had failed at 17th ( Start J2ee Engine ) step . I am getting following error. ERROR 2007-04-15 06:52:41 CJS-20058 Java EE Engine DVEBMGS00 of

  • Updating mac OS 9.1

    I have been gifted a Powermac G3 running Mac OS 9.1. All I want to do is set it up on the internet and install my printer.  Managed to sort out the internet but am getting lots of security warning messages.  My printer needs Mac OS 10.39 or 10.4. I h

  • Query Custom Object3 using Like

    Hi, A customer has many models attached to him .Each model info is maintained in custom object 3 . We have maintained External Unique Id of model(object3) in the format custno-modelno .So each model is identified uniquely by external unique id. I wan