Change the script function

Hello world

I use this script:

App.Selection [0] .silence = "[Undefine]"; "

App.Selection [0]. Underline = true;

to change what I chose

01.png

change to [Remove], do highlight.

02.png

but:

If I add the
[Remove] in inserpoint,

3.jpg

the comeout would not insist.

4.jpg

Can someone help me to change the functions:

is no question of the
selection or inserpoint I want to get [Remove] it with underscores.

Thank you

Consider

Teetan

Try this,

var mySelection = app.selection[0];
if(mySelection instanceof InsertionPoint)
{mySelection.insertionPoints[0].underline=true; mySelection.contents="[undefine]";}
else if(mySelection instanceof Cell)
{for(i=0; i

Vandy

Tags: InDesign

Similar Questions

  • Can someone help me change the script function?

    I have a script for indesign:


    var link, image, frame,.
    doc = app.activeDocument,
    Links = doc.links,.
    counter = 0;

    for (var i = links.length - 1; i > = 0; i--) {}
    If (links [i] .status == LinkStatus.LINK_MISSING) {}
    try {}
    link = links [i];
    image = link.parent;
    Frame = image.parent;
    Frame.Remove ();
    counter ++;
    }
    {} catch (err)
    $.writeln (i + "-" + err);
    }
    }
    }


    which is made by Kasyan Servetsky, function: remove all objects from the missing link, it works fine, but only works on the single file,.
    now, I want to change the purpose of the function to let him work on all open files.


    for example, I opened more than a dozen files, all the files have disappeared as objects, I want to delete all items in the missing link in the file by a simple click the script,


    is this possible?

    Hi Harvey.

    I guess that's what you expect below,

    ***********************************************************************

    var link, image, image;

    var openDocs = app.documents.

    var openDocsLen = openDocs.length;

    for (var d = 0; d)< opendocslen;="" d="">

    currDoc = openDocs [d],

    Links = currDoc.links,.

    counter = 0;

    for (var i = links.length - 1; I > = 0; i--) {}

    If (links [i] .status == LinkStatus.LINK_MISSING) {}

    try {}

    link = links [i];

    image = link.parent;

    Frame = image.parent;

    Frame.Remove ();

    counter ++;

    }

    {} catch (err)

    $.writeln (i + "-" + err);

    }

    }

    }

    }

    *****************************************************************************

    Please add extra code to save the document if you need

    Concerning

    Augustine

  • How can I change the script on my windows live mail in English after it being hacked

    my windows live has been hacked. I decided to go back inside. But unable to change the script back to English.

    Windows Live Mail questions belong here: http://windowslivehelp.com/product.aspx?productid=15

  • the XML reader - need assistance to change the script, please help

    Hi all, I don't know if this is the right place for this question but I want to change a xml flash drive so that it creates the playlist with the name I want and not the default. Some can tell me please how to change this so that when the player has found songs in the "my_mp3s" folder it creates a named xml playlist

    'mymusic.xml ' instead of the default "audioplaylist.xml".  I tried to edit the script of the player's actions and overwrite changes but it still does not work, here is the code please help. I found this script online.

    Thank you

    Stop();

    / * ALL BUTTONS BELOW ARE MARKED FOR EDITABLE AND DON'T CHANGE, BUT IF YOU KNOW WHAT YOU ARE DOING
    THEN YOU CAN ACTUALLY CHANGE WHAT YOU WANT BUT FOR THIS APP WORKS CORRECTLY ONLY CHANGE IF NECESSARY
    ENTRIES... ONCE YOU HAVE MADE YOUR CHANGES, COPY AND PASTE THIS ENTIRE SCRIPT PAGE IN
    THE FIRST IMAGE OF THE SCENARIO THAT HE RIGHT THE SCRIPT THATS ALREADY THERE.
    The button labels for the XML READER text * /.
    SIDE MENU BUTTONS\\\
    Btn1.buttText.ButtonText.text = "DOWNLOAD FILES"; DO NOT CHANGE
    btn2.buttText.ButtonText.text = "SYSTEM VOLUME"; DO NOT CHANGE
    btn3.buttText.ButtonText.text = 'EDIT PLAYLIST XML'; DO NOT CHANGE
    btn4.buttText.ButtonText.text = "BURN CD"; DO NOT CHANGE
    btn5.buttText.ButtonText.text = "CREATE a FOLDER"; DO NOT CHANGE
    btn6.buttText.ButtonText.text = 'DELETE FILE'; DO NOT CHANGE
    btn7.buttText.ButtonText.text = "CDROM OPEN"; DO NOT CHANGE
    btn8.buttText.ButtonText.text = 'OPEN DVD'; DO NOT CHANGE
    btn9.buttText.ButtonText.text = "FTP CLIENT"; DO NOT CHANGE
    btn14.buttText.ButtonText.text = "VIEW PLAYLIST"; DO NOT CHANGE
    btn23.buttText.ButtonText.text = "INFO"; DO NOT CHANGE
    btn25.buttText.ButtonText.text = 'HELP '; DO NOT EDIT
    btn26.buttText.ButtonText.text = 'HELP MDM'; DO NOT CHANGE
    LOW BTNS
    btn19.buttText.ButtonText.text = "OPEN TRAY"; DO NOT CHANGE
    btn20.buttText.ButtonText.text = 'CLOSE CD TRAY'; DO NOT CHANGE
    btn21.buttText.ButtonText.text = "OPEN DVD TRAY"; DO NOT CHANGE
    btn22.buttText.ButtonText.text = "CLOSE DVD TRAY"; DO NOT CHANGE

    Here ARE the FUNCTIONS THAT CAN BE CHANGED, BUT THAT THOSE BRAND 'YOU CAN CHANGE this PATH' are sure to change
    MY DOWNLOAD FILES
    Btn1.onRelease = function() {}
    MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
    MDM System.exec ("E:\\My Music\\").    Path to the download of the file //YOU CAN CHANGE THIS path
    }
    SYSTEM VOLUME / / / DO NOT CHANGE
    btn2.onRelease = function() {}
    MDM. System.exec("sndvol32.exe");    System volume .exe
    }
    EDITING XML PLAYLIST / / / DO NOT CHANGE
    btn3.onRelease = function() {}
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\audiolist2.xml");    XML list
    }
    BURN CD / / YOU CAN CHANGE THIS PATH
    btn4.onRelease = function() {add your way here to your burning nero for example software
    MDM. System.exec (MDM. System.Paths.programFiles+"Nero\\nero.exe");
    }
    CREATE FOLDER / / / DO NOT CHANGE
    btn5.onRelease = function() {}
    MDM FileSystem.makeFolderUnicode ("C:\\Program Files\\Mgamerz\\Burn").    Creates a working folder for burning mp3s
    }
    DELETE FOLDER / / / DO NOT CHANGE
    btn6.onRelease = function() {///Deletes working folder if you want to remove it
    MDM. FileSystem.deleteFolder ("C:\\Program Files\\Mgamerz\\Burn", "ask", "Are you sure");
    }
    OPEN CDROM / / YOU CAN CHANGE THIS PATH
    btn7.onRelease = function() {///Opens change of cdrom drive letter to match your pc
    MDM System.exec("I:\\."); "
    }
    OPEN DVDROM / / YOU CAN CHANGE THIS PATH
    btn8.onRelease = function() {///Opens changing the letter to match your pc dvdrom drives
    MDM System.exec("I:\\."); "
    }
    FTP CLIENT / / YOU CAN CHANGE THIS PATH
    btn9.onRelease = function() {///File path to your ftp software (I use here the cover page)}


    MDM. System.exec (MDM. System.Paths.programFiles + "Microsoft FrontPage Bar\\Office\\Microsoft Office\\Office10\\Shortcut"); "
    }
    Buttons in the header at the top

    DRIVE C: / / / DO NOT EDIT
    btn10.onRelease = function() {///Opens to the top of drive c: for navigation
    MDM. System.exec (MDM. System.Paths.programFiles+"\\");
    }
    * btn11.onRelease = function() {///Opens to the top of the unit for navigation
    MDM System.exec("D:\\."); "    YOU CAN CHANGE THIS PATH
    }*/
    MY DOCUMENTS / / / NOT EDIT
    btn12.onRelease = function() {///Opens my documents for navigation}
    MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
    MDM. Dialogs.BrowseFile.show ("my Documents\\");
    }
    MP3 FILE / / / DO NOT CHANGE THE
    btn13.onRelease = function() {//main directory for mp3 files
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\");
    }
    VIEW PLAYLIST / / / DO NOT CHANGE
    btn14.onRelease = function() {///View playlist as a text file
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\mp3.t xt");
    }
    UPDATE XML FILE / / / DO NOT CHANGE
    btn15.onRelease = function() {///Creates xml playlist once new mp3s have been added
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\audiolist2.xml");
    }
    MINIMIZE BUTTON
    * btn16.onRelease = function() {//Minimizes application
    MDM. Application.Minimize (///DO) NOT EDIT
    }*/
    CLOSE BUTTON
    * btn17.onRelease = function() {///Closes application
    MDM. Application.Exit ('ask', ' are you sure you want to go out to? ") DO NOT EDIT
    }*/
    SCREEN CAPTURE DEVICE / / / DO NOT CHANGE
    btn18.onRelease = function() {///Screen capture sofdtware
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\apps\\Capture screen Studio\\css.exe");
    }
    OPEN CDROM TRAY / / YOU CAN CHANGE THIS PATH
    btn19.onRelease = function() {}
    MDM System.openCDTray ("I").
    }
    CDROM TRAY CLOSE / / YOU CAN CHANGE THIS PATH
    btn20.onRelease = function() {//Closes cdrom tray
    MDM System.closeCDTray ("I").
    }
    OPEN DVDROM PLATEAU / / YOU CAN CHANGE THIS PATH
    btn21.onRelease = function() {//Opens dvdrom
    MDM System.openCDTray ("H").
    }
    CLOSE TRAY DVDROM / / YOU CAN CHANGE THIS PATH
    btn22.onRelease = function() {//Closes dvdrom plateau
    MDM System.closeCDTray ("H").
    }

    * btn23.onRelease = function() {//DO NOT EDIT
    nextFrame();
    }*/
    HELP / / DO NOT EDIT
    btn25.onRelease = function() {//Closes dvdrom plateau
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\help.exe");
    }
    HELP OF MDM / / DO NOT EDIT
    btn26.onRelease = function() {//Closes dvdrom plateau
    MDM. System.exec (MDM. System.Paths.programFiles + "MDM helps 2.5 file\\MDM 2.5 UserManual.chm"); "
    }

    use:

    / * ALL BUTTONS BELOW ARE MARKED FOR EDITABLE AND DON'T CHANGE, BUT IF YOU KNOW WHAT YOU ARE DOING
    THEN YOU CAN ACTUALLY CHANGE WHAT YOU WANT BUT FOR THIS APP WORKS CORRECTLY ONLY CHANGE IF NECESSARY
    ENTRIES... ONCE YOU HAVE MADE YOUR CHANGES, COPY AND PASTE THIS ENTIRE SCRIPT PAGE IN
    THE FIRST IMAGE OF THE SCENARIO THAT HE RIGHT THE SCRIPT THATS ALREADY THERE.
    The button labels for the XML READER text * /.
    SIDE MENU BUTTONS\\\
    Btn1.buttText.ButtonText.text = "DOWNLOAD FILES"; DO NOT CHANGE
    btn2.buttText.ButtonText.text = "SYSTEM VOLUME"; DO NOT CHANGE
    btn3.buttText.ButtonText.text = 'EDIT PLAYLIST XML'; DO NOT CHANGE
    btn4.buttText.ButtonText.text = "BURN CD"; DO NOT CHANGE
    btn5.buttText.ButtonText.text = "CREATE a FOLDER"; DO NOT CHANGE
    btn6.buttText.ButtonText.text = 'DELETE FILE'; DO NOT CHANGE
    btn7.buttText.ButtonText.text = "CDROM OPEN"; DO NOT CHANGE
    btn8.buttText.ButtonText.text = 'OPEN DVD'; DO NOT CHANGE
    btn9.buttText.ButtonText.text = "FTP CLIENT"; DO NOT CHANGE
    btn14.buttText.ButtonText.text = "VIEW PLAYLIST"; DO NOT CHANGE
    btn23.buttText.ButtonText.text = "INFO"; DO NOT CHANGE


    btn25.buttText.ButtonText.text = 'HELP '; DO NOT EDIT
    btn26.buttText.ButtonText.text = 'HELP MDM'; DO NOT CHANGE
    LOW BTNS
    btn19.buttText.ButtonText.text = "OPEN TRAY"; DO NOT CHANGE
    btn20.buttText.ButtonText.text = 'CLOSE CD TRAY'; DO NOT CHANGE
    btn21.buttText.ButtonText.text = "OPEN DVD TRAY"; DO NOT CHANGE
    btn22.buttText.ButtonText.text = "CLOSE DVD TRAY"; DO NOT CHANGE

    Here ARE the FUNCTIONS THAT CAN BE CHANGED, BUT THAT THOSE BRAND 'YOU CAN CHANGE this PATH' are sure to change
    MY DOWNLOAD FILES
    Btn1.onRelease = function() {}
    MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
    MDM System.exec ("E:\\My Music\\").    Path to the download of the file //YOU CAN CHANGE THIS path
    }
    SYSTEM VOLUME / / / DO NOT CHANGE
    btn2.onRelease = function() {}
    MDM. System.exec("sndvol32.exe");    System volume .exe
    }
    EDITING XML PLAYLIST / / / DO NOT CHANGE
    btn3.onRelease = function() {}
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\audiolist2.xml");    XML list
    }
    BURN CD / / YOU CAN CHANGE THIS PATH
    btn4.onRelease = function() {add your way here to your burning nero for example software
    MDM. System.exec (MDM. System.Paths.programFiles+"Nero\\nero.exe");
    }
    CREATE FOLDER / / / DO NOT CHANGE
    btn5.onRelease = function() {}
    MDM FileSystem.makeFolderUnicode ("C:\\Program Files\\Mgamerz\\Burn").    Creates a working folder for burning mp3s
    }
    DELETE FOLDER / / / DO NOT CHANGE
    btn6.onRelease = function() {///Deletes working folder if you want to remove it
    MDM. FileSystem.deleteFolder ("C:\\Program Files\\Mgamerz\\Burn", "ask", "Are you sure");
    }
    OPEN CDROM / / YOU CAN CHANGE THIS PATH
    btn7.onRelease = function() {///Opens change of cdrom drive letter to match your pc
    MDM System.exec("I:\\."); "
    }
    OPEN DVDROM / / YOU CAN CHANGE THIS PATH
    btn8.onRelease = function() {///Opens changing the letter to match your pc dvdrom drives
    MDM System.exec("I:\\."); "
    }
    FTP CLIENT / / YOU CAN CHANGE THIS PATH
    btn9.onRelease = function() {///File path to your ftp software (I use here the cover page)}
    MDM. System.exec (MDM. System.Paths.programFiles + "Microsoft FrontPage Bar\\Office\\Microsoft Office\\Office10\\Shortcut"); "
    }
    Buttons in the header at the top

    DRIVE C: / / / DO NOT EDIT
    btn10.onRelease = function() {///Opens to the top of drive c: for navigation
    MDM. System.exec (MDM. System.Paths.programFiles+"\\");
    }
    * btn11.onRelease = function() {///Opens to the top of the unit for navigation
    MDM System.exec("D:\\."); "    YOU CAN CHANGE THIS PATH
    }*/
    MY DOCUMENTS / / / NOT EDIT
    btn12.onRelease = function() {///Opens my documents for navigation}
    MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
    MDM. Dialogs.BrowseFile.show ("my Documents\\");
    }
    MP3 FILE / / / DO NOT CHANGE THE
    btn13.onRelease = function() {//main directory for mp3 files
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\");
    }
    VIEW PLAYLIST / / / DO NOT CHANGE
    btn14.onRelease = function() {///View playlist as a text file
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\mp3.t xt");
    }
    UPDATE XML FILE / / / DO NOT CHANGE
    btn15.onRelease = function() {///Creates xml playlist once new mp3s have been added
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\mymusic.xml");
    }
    MINIMIZE BUTTON
    * btn16.onRelease = function() {//Minimizes application
    MDM. Application.Minimize (///DO) NOT EDIT
    }*/
    CLOSE BUTTON
    * btn17.onRelease = function() {///Closes application
    MDM. Application.Exit ('ask', ' are you sure you want to go out to? ") DO NOT EDIT
    }*/
    SCREEN CAPTURE DEVICE / / / DO NOT CHANGE
    btn18.onRelease = function() {///Screen capture sofdtware
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\apps\\Capture screen Studio\\css.exe");
    }
    OPEN CDROM TRAY / / YOU CAN CHANGE THIS PATH
    btn19.onRelease = function() {}
    MDM System.openCDTray ("I").
    }
    CDROM TRAY CLOSE / / YOU CAN CHANGE THIS PATH
    btn20.onRelease = function() {//Closes cdrom tray
    MDM System.closeCDTray ("I").
    }
    OPEN DVDROM PLATEAU / / YOU CAN CHANGE THIS PATH
    btn21.onRelease = function() {//Opens dvdrom
    MDM System.openCDTray ("H").
    }
    CLOSE TRAY DVDROM / / YOU CAN CHANGE THIS PATH
    btn22.onRelease = function() {//Closes dvdrom plateau
    MDM System.closeCDTray ("H").
    }

    * btn23.onRelease = function() {//DO NOT EDIT
    nextFrame();
    }*/
    HELP / / DO NOT EDIT
    btn25.onRelease = function() {//Closes dvdrom plateau
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\help.exe");
    }
    HELP OF MDM / / DO NOT EDIT
    btn26.onRelease = function() {//Closes dvdrom plateau
    MDM. System.exec (MDM. System.Paths.programFiles + "MDM helps 2.5 file\\MDM 2.5 UserManual.chm"); "
    }

  • How to change the feature function keys?

    Hello all I'm new here :)

    I have a stupid problem which is whenever I try to click on the keys function in programs, games, etc... It does not work for this program or game it's just what's on them!

    For an example, when I click F9 or F10 it changes the volume, and when I click on F2 and F3 they change the brightness of the screen! Doesn t refresh F5 and! That s it they do anything, how can I change that to their old original methods as in Windows Vista and XP!

    I don't know if the problem is with Windows or Toshiba laptop, I have a Toshiba Satellite Windows 8.

    Pleaaaaaaaaase help someone! This is urgent.

    You can change to operate in standard mode.
    To make this assignment of Toshiba Office Open > system settings > keyboard and change mode Standard mode F1 - F12 function keys.

    After the reboot it check again.

  • How to change the default function of the function keys f1 to f12

    I prefer to use as FUNCTION KEYS function keys. I don't want the default value to a fast forward or backward, stop or sound options. I want f2 f2 (edit excel cell) and so on.

    Currently, I press fn everytime. It's boring.

    Is it possible to change the default key for what was originally planned? HP did find that impossible so far.

    On a HP G72 laptop keyboard.

    You can disable this feature by turning off "Action keys Mode" in the BIOS...

    Here is the document, which will help you in this... http://support.HP.com/us-en/document/c02035108

  • How can I change the sata functions in my bios?

    Hi all, I want to use Killdisk to wipe my drive hard if I can do a clean install of win7. I have a HP Pavilion DV6700 with the version of the BIOS HP F.51. When I try to use the startup disk that I made using a USB usb it works everything simply. I changed the boot order properly and it still does not. As I read forums and support Web sites all day I basically said that I need to change my sata functions from active or disabled or vice versa, I can't remember which. However, when I enter my BIOS there is no area that allows me even of all control over the functions of sata which I understand is security setting (or something like that) used by HP to make sure that people do not FRY their processor by overclocking or whatnot. So the question I have to ask, it's... is there anyway to install (or flash, I think his name) a new BIOS on my computer? Sorry if this has already been resolved or if this is a stupid question I just searched all day for a solution to this problem and I'm kinda a noob. Thank you

    Hello

    I think that CherylG is correct and that your notebook does not support booting from a USB - the simplest solution key would burn Killdisk on a blank CD and from there.

    If necessary, free installation (ie 1 pass to write zeros) is on the link below.

    http://Software.LSoft.net/KillDiskSuiteFree-Setup.exe

    Kind regards

    DP - K

  • Help please change the script number

    Hello!

    There is one such script or plugin, hand Controller.jsx and there is a single track camera parameter limit somehow the number that allows you to control up to 1370, for example, I need to infinity, or at least to 20,000, to try to change the number in the main Controller.jsx file but nothing changed. wrote one person here, he said the difficulty of "PresetEffects.xml" in the folder "C:-Program Files-Adobe------Adobe after effects CC 2015------Support Files. I changed the track camera up to the desired value, but as soon as I change more than 1370 all is lost. Plug-and-project joint. project of https://Cloud.mail.ru/public/3AwZ/fCu2WcPSh and https://cloud.mail.ru/public/H6C8/smxDKdXPM

    Help me please.

    Here it goes

  • Help change the script to a report

    I tried, but have been unable to make this script in a report.  Here's the script I would like to make a report:

    {foreach ($VMHost in Get-VMHost)
    $esx = get-view-Id $VMHost.id
    {foreach ($vSwitch to $esx.Config.Network.Vswitch)}
    Write-Host $vSwitch.Name
    Write-Host "' tmac changes:" $vSwitch.Spec.Policy.Security.macChanges
    Write-Host "' tForged passes:" $vSwitch.Spec.Policy.Security.ForgedTransmits
    }
    }

    I would also add the esx host name in the output.  I would like the output to this format if possible:

    esxservername, mac, wrought changes passes

    I was looking at this script as sort of a model, but when I went to replace parts of the script it just did not work properly.  This script is the VM information, but I'm looking for the script above be put in this type of report format.  Or am I wrong in that the script above is only good for just posting out on-screen during the launch in powerCLI?

    $report = foreach ($vm in (Get - VM | where {$_.})) PowerState - eq 'Receiving'})) {}
    Get-NetworkAdapter - VM $vm | `
    Select @{N = "VMname"; E = {$vm. Name}},
    @{N = "MAC address"; E={$_. MacAddress}}
    }

    $report | Export-Csv «.\output.csv"- NoTypeInformation - UseCulture

    Thanks in advance for any help.

    Hi Mark,

    The following script will give you the report of your choice:

    Get-View -ViewType HostSystem | ForEach-Object {
      $VMHostView =$_
      $VMHostView.Config.Network.vSwitch | ForEach-Object {
        $Report = "" | Select-Object -Property VMHost,vSwitch,"MAC Changes","Forged Transmits"
        $Report.VMHost = $VMHostView.Name
        $Report.vSwitch = $_.Name
        $Report."MAC Changes" = $_.Spec.Policy.Security.macChanges
        $Report."Forged Transmits" = $_.Spec.Policy.Security.ForgedTransmits
        $Report
      }
    }
    

    Best regards, Robert

  • Is it possible to change the printer function to accommodate the thicker paper

    Need to print on thicker card, but the paper is a little too think to roll smoothly through the printer.

    Anyone know if there is a way to change the printing options to solve this problem?

    This would be a limitation of the printer, so I suggest to contact the printer manufacturer for advice. My suspicion is that it will take another printer.

    -steve
  • Impossible to change the repository function OperatingMode in the administration console

    Dear all,

    I installed BI Apps on windows.
    I am in the process just before restore the pre-built informatica repository file.

    When I try to change the normal operation Mode to exclusive use, as described in the section "4.7.1 restoring the repository Informatica predefined for environments in English" of the installation guide
    http://download.Oracle.com/docs/CD/E14847_01/BIA.796/e14843/windows_ic.htm

    I get the error
    ' Connection string cannot contain spaces or have the following special characters: / *? <>"" | ""

    The ConnectString string displayed in the administration console is 192.168.75.1:1523/ORCL, as in the creation of repository services.

    I tried to change it to 192.168.75.1:1523:ORCL, then was able to change operatingmode Exclusive at this time this service repository unbootable not, show following error:
    «The service does not start because of the following error: unable to connect to the REP_ETL_OBIA7961 repository on the database ORCL.»

    Is there a way I can change the OperatingMode and the connection string via a configuration file instead of the web interface of the admin console?
    Has anyone encountered this problem?
    What would be a solution, so that I can continue to install the BI Apps?

    Thank you
    Matthew

    It's because you have installed Informatica in C:\Program Files\Informatica, which has a space or your Informatica installation path must be without spaces.

    Does that help?

    Kris

  • Dreamweaver CS4: change/rename a .flv - does not change the script code

    Hi all


    I do some changes to a site that does everything at the time using CS3.  The site has many, many pages that have embedded .flv files.  All these files have been updated with new videos, so now that I have to go back and change the links for them all.  I'm used to be able to click on the placeholder of the flash on the page and then edit the file link in the Properties window.  Now, it seems that in CS4 when you change the name of the file in this window it only changes the file name in the section object of noscript code but it does not change in the AC_FL_RunContent in the code section.  Me missing something, there was a preference setting in DW I missed somewhere that would make two references to a multimedia file will change when it changes in the Properties window?

    Thank you
    Chris

    Hello

    CS4 uses different code to insert flv as CS3, which is probably why it does not recognize and replace the old code.

    This means that you probably need to re - insert the FLV into your pages using the insert in CS4 for this option Update automatically on rename.

    PZ

  • How can I change the import function?

    In the latest version of Lightroom import feature is broken!

    It's slow, it doesn't have what she was to do, how can I change this back?

    User very unhappy!

    / Anders Ripa

    Hi Anders,

    Import window change soon in the next update of Lightroom.

    Until then, you can go back to Lightroom 6.1.1 / CC2015.1.1 for the previous import window

    Here's the article with steps: Instructions to restore an earlier version of update

  • [JS] [CS3] Script to change the script

    Hello

    I made a script that passes values in another script and re - recorded the new script.  It works fine, but I really need to save it as a binary version.

    Is this possible?

    See you soon

    Roy

    I don't think so.

    I would use a different strategy. Write values into a separate file

    and read those in your script.

    Substances

  • Cannot change the script

    I have no idea on how to use the Flash. I can open the fla file and double click on stuff and that's it.

    I was able to modify the actionscript code in a single file to have the following for what happens when a user clicks on the film.
    Quote:
    on (release) {}
    getURL (_clickTo, "_blank");
    }

Maybe you are looking for