BIPublisher Security Configuration error no input xdo file path is specifie

Hi All,
When i set Security model to oracle database got an error as following:
no input xdo file path is specified
and the folder catalog empty.
Thanks,

Hi All,
When i set Security model to oracle database got an error as following:
no input xdo file path is specified
and the folder catalog empty.
Thanks,

Similar Messages

  • File path from specific directory

    hi all ,
    How to get full file path from specific directory having many folder inside that directory.
    I have file name and main directory name,please help me if you know about it

    I recognize that this post is half a year old at this writing, and the OP has probably long since either solved or abandoned the problem in question. That being stipulated: if I understand the question properly, the OP is stating that there is a directory named A, and contained somewhere within that directory or one (or more) of its subdirectories is one (or more) file(s) named abc.txt, and OP would like to be able to locate and obtain the canonical path to said file(s). While I am in no way a java maven, I've written a brief program which appears to do exactly that:
    import java.io.*;
    public class Main {
        public Main() {
            String whatImLookingFor = "abc.txt";
            String startingDirectory = "A";
            File path = new File("A");
            recursivelySearch(path, whatImLookingFor);
        private void recursivelySearch(File path, String whatImLookingFor) {
            try {
                if (path.isFile()) {
                    if (path.getName().equals(whatImLookingFor))
                        System.out.println(path.getCanonicalPath());
                else
                    if (path.isDirectory()) {
                        File[] currentFiles = path.listFiles();
                        for (int i=0; i<currentFiles.length; i++)
                            recursivelySearch(currentFiles, whatImLookingFor);
    catch(IOException ioe) {
    System.out.println("During search got error "+ioe.getMessage());
    public static void main(String[] args) {
    new Main();

  • WS Security Configuration error DELAY_L_ERE is inconsistent

    Hello Colleagues,
    if I try to activate the WS Securtiy Configuration (SE38 > WSS_SETUP) on a SAP ECC 6.0 System for a SAML Scenario over PI  I get following notification:
    WS Security Configuration
    Service user 'DELAY_L_ERE' is inconsistent
    Configuration for WS Security logon created
    Service user 'DELAY_L_ERE' is consistent
    Service: Name or password is incorrect (repeat logon)
    The WS Security Configuration on PI was successfully without any errors!
    Any ideas?
    Many thanks in advanced!
    Regards,
    Jochen
    Edited by: Jochen Schertel on Jun 18, 2010 10:43 AM

    Hello Colleagues,
    we found the solution.
    Presumably it's required to have the profile "SAP_ALL" during executing WS Security Configuration.
    Profile "SAP_ALL" solved the problem.
    Regards,
    Jochen

  • Error while saving the file path

    I have come across a problem in LSMW.
    In specify files step when I was trying to give the filename either in Presentation server or Application server and then save ,I am getting an error called 'No Logical Path has been specified'. In debugging I can see p_log_path and p_log_file are initial where as p_phys_file_compl has the file which is created automatically with standard naming convention. These 3 fields represents Converted Data files. I think the problem is with settings since the error is not happening to other users. If we double click 'Converted Data'  I can see Logical Path and Logical File fields. If I give the same file that is used for converted data it is asking me to create and if we agree then it creates and then we are able to save. So I think there is some setting changes or some other thing happened which at this stage I couldn't find out because I have not changed any settings. So can you please let me know if u have come across the same problem or if u know the solution.

    In the <b>specify files path</b> have u specified the paths correctly.
      5  Legacy data          On the PC (frontend)                                                                               
    VASG3 INPUT FILE               Y:VHDEV TEST FILE unlinked genl1.txt                      
                                            Data for one source structure (table)                       
                                            Delimiter tabulator                                                                               
    Order of fields as in source structure definition           
                                            With end of record sequence (text file)                     
                                            Codepage ASCII                                                                               
    Legacy data          On the R/3 server (application server)                                    
      5  Read Data            File for read data (application server)                                                                               
    5  Read Data                      /int/T82/conv/VNH_ASGN3.lsmw.read                                                                               
    A82      /int/A82/conv/VNH_ASGN3.lsmw.read                                      
                 P82      /int/P82/conv/VNH_ASGN3.lsmw.read                                      
                 T82      /int/T82/conv/VNH_ASGN3.lsmw.read                                                                               
    5  Converted Data       File for converted data (application server)                                                                               
    5  ConvertedData                 /int/T82/conv/VNH_ASGN3.lsmw.conv                                                                               
    A82      /int/A82/conv/VNH_ASGN3.lsmw.conv                                      
                 P82      /int/P82/conv/VNH_ASGN3.lsmw.conv                                      
                 T82      /int/T82/conv/VNH_ASGN3.lsmw.conv                                                                               
    Values for wildcard  Values for wildcard '*' in file names                                    
    Refer teh above u ahve to specifythe path till PROD system.
    I too  faced the saem problem.

  • BizTalk Runtime configuration error - "Creation of Adapter FILE Configuration Store entries failed"

    Hi,
    I am trying to install Biztalk Server 2006 R2 on a Vista Ultimate
    edition machine. I completed the installation successfully, and have
    configured "Enterprise SSO" and "Group" features. I am getting the
    following error while configuring the BizTalk Runtime feature.
    "Creation of Adapter FILE Configuration Store entries failed.
    The SSO system is currently disabled."
    I have already done/tried the following:
    1. I tried different settings - Inprocess only, Inprocess and
    isolated, each trusted, each with a regular user account and each with
    an administrator user account. In all cases I get the same error.
    2. I have made the changes suggested here (related to rpc
    authentication changes after Windows XP SP2) but it still doesnt
    change anything: http://blogs.msdn.com/scottwoo/archive/2004/05/19/135453.aspx
    Any suggestions?
    Thanks in advance,
    Anand

    I'm having a similar installation error on an XP SP2 box and was getting the same error message (Creation of Adapter FILE Configuration Store entries failed. The SSO system is currently disabled.).  I checked and the Enterprise SSO application is not appearing in the list of services, and doing a command line "net start ENTSSO" returns an invalid service error.
    So going on the theory that SSO did not install correctly and get registered as a server, I went ahead and uninstalled BizTalk/SSO, blew away BTS/SSO databases, and tried to reinstall (selected all options for install).
    After BizTalk installed, I entered a local admin account and chose "Custom" installation.  Because the error message pointed at an SSO problem, I tried to apply the SSO configuration ONLY, using the default SSO Administrator/Affiliate Administrator accounts with the default admin account, but it keeps failiing at the same point in the install log when it tries to start SSO (see log below).
    [10:30:51 AM Info ConfigHelper]  Creating service: ENTSSO, start type: 2, exe: "C:\Program Files\Common Files\Enterprise Single Sign-On\ENTSSO.exe", dependencies: RPCSS,COMSysApp,MSSQLSERVER, account: .\bizservice
    [10:30:51 AM Info ConfigHelper] bizservice is a local entity.
    [10:30:52 AM Info ConfigHelper]  Created service: ENTSSO
    [10:30:52 AM Info SSOServerCfg] (ssoconfigobj2.cpp:7370) CSSOServerCfg::ConfigureSCP
    [10:30:52 AM Info SSOServerCfg] (ssoconfigobj2.cpp:7445) NetScheduleJobAdd: nRc = 00000000, dwJobId = 1
    [10:30:52 AM Info SSOServerCfg] (ssoconfigobj2.cpp:5697) CSSOServerCfg:tartService
    [10:30:52 AM Info SSOServerCfg] (ssoconfigobj2.cpp:5721) The SSO service is starting.
    [10:30:52 AM Info SSOServerCfg] (ssoconfigobj2.cpp:5852) ENTER: CSSOServerCfg::WaitServiceState
    [10:30:52 AM Info SSOServerCfg] (ssoconfigobj2.cpp:5892) The SSO service state is: The service is starting (SERVICE_START_PENDING)
    [10:30:53 AM Info SSOServerCfg] (ssoconfigobj2.cpp:5892) The SSO service state is: The service is not running (SERVICE_STOPPED)
    The SSO database does get created, but the SSO Administrators and SSO Affiliate Administrators local groups do not.
    So my theory here is that for some reason SSO cannot start, the exception is caught and the app rolls back.
    Any ideas?

  • "Error in writing to file" during AS setup -- ?

    Hello!
    I am having an odd problem":
    Trying to install AS 9.0.2 or AS Infrastructure 9.0.2, I receive an error box saying "Error in writing to file <path>". Sometimes I see four buttons (help/retry/ignore/cancel) and I can ignore and proceed, sometimes there are only three, without ignore, so I have to cancel the installation.
    The thing is, this error box always shows up at different file! So apparently the problem is not with some particular file, but somewhere else. If I go and check the "problematic" file -- hey, it's already there, copied successfully!
    One time I was lucky and I only got one such error and ignore button was there, so I ignored the error and then setup went till the end. But now I need to reinstall AS infrastructure and three times in a row I am getting these errors again and again :(
    Had anyone seen things like that? Is there any resolution to this problem?
    Thank you,
    Sasha.

    For those who're interested, I managed to work-around this problem: instead of installing off the network share, I actually burned 3 CDs and installed AS Infrastructure from them. Things went smoothly. Not sure why it could not install from the network share, but that's how it is.
    Sasha.

  • Error message "A duplicate file name was specified"

    Every time I open iTunes or attempt to make a purchase, I get the error message "A duplicate file name was specificed. There was an error in the iTunes Stores. Please try again later."
    It started when I tried to download a book a few days ago.
    I do not have any plugins installed, so there are none to remove/disable. I'm running the most recent version of iTunes (11.0.5) for Windows 7 (64-bit). I tried clearing the iTunes cache to no avail.

    Try and unchecking Manually manage music and videos on the summary page in iTunes. To get there, just go to ____'s iPod, scroll down, and it should be there. You can then check any other boxes (or uncheck) that you think might help you. That box might have automatically checked itself after the update. Also, make sure you have the latest version of iTunes by going to the apple in the top left hand corner, and clicking software update.

  • File path returning NaN

    Hello!
    I'm currently involved with a project that requires analysis of images from several hundred stations along the Alaskan seafloor.  Each station has three top down (PV) images of the seafloor taken and three images (SPI) that are taken below the seafloor (it's pretty cool).
    It is often necessary to compare the SPI and PV images side by side in order to make a proper assessment of the seafloor at each station.  I find myself opening the SPI images most often and then needing to dig around in the PV folder to find the appropriate image pairings.  This can be time consuming so I've decided to write a script that will query my active document for a name and path and then use that information automatically open up its counterpart.
    I'm close to getting it working but I keep returning an error that says "error opening NaN/PV/CH_PV_Analysis/CH-14B1-PV-41-a.psd".
    The error returns a perfect file path from "/PV/" onward but for some reasons begins the path with "NaN" when it should pull my file path.   Why is this?  I'm using the same line of code for another automation script on this project and can't seem to figure out why it's behaving differently here. 
    I should mention as well that I'm accessing the files via a server.
    My code looks like this:
    // call the current document
    var srcDoc = app.activeDocument;
    // ask user input for PV replicate letter
    var repLetter =prompt("Which PV replicate would you like to open? (A.. B.. C.. etc.)");
    // get the info out of the source doc
    var fileName = srcDoc.name;
    var docName = fileName.substring(0,fileName.length -4);
    var filePath = srcDoc.path.toString();
    var fileExt = fileName.substring(fileName.length -4, fileName.length);
    var nameCheck = fileName.substring(0,fileName.indexOf("CH-14B1-SPI-"));
    if (nameCheck <1)
       var fileNum = fileName.substring(12,fileName.length -5) + repLetter;
       // no underscore so we need to open it's namesake
       // alert(nameCheck)
       var filePair = filePath -"/SPI/CH_SPI_Analysis/" + "/PV/CH_PV_Analysis/" + "CH-14B1-SPI-PV-" + fileNum + fileExt;
       openThisFile(filePair)
    function openThisFile(masterFileNameAndPath)
    var fileRef = new File(masterFileNameAndPath)
    if (fileRef.exists)
    //open that doc
        app.open(fileRef);
    else
        alert("error opening " + masterFileNameAndPath)

    var filePair = filePath -"/SPI/CH_SPI_Analysis/"
    should probably be
    var filePair = filePath + "/SPI/CH_SPI_Analysis/"

  • Acrobat Reader won't read pdfs: "file path not valid"

    I thought that my PlayBook would be the perfect device to read pdfs in the Adobe Reader. The only problem is when I download a pdf from the internet, or copy a pdf from my computer, and click on the file icon from within the Reader, all I get is a cryptic error message that reads "The file path is not valid". No hints at what to do.
    At first I thought it was a problem with the file. But every file suffers from the same ill fate. Do you have any suggestions?

    Article ID: KB26744
    Unable to open any PDF documents on BlackBerry PlayBook
    Type: Support Content
    Last Modified: 06-17-2011
    Product(s) Affected:
        BlackBerry® PlayBook™
    Overview
    When attempting to open locally saved or attached Adobe® PDF document the following error is returned:
    The file path is not valid
    Environment
        BlackBerry® PlayBook™ tablet
    Cause
    The error is returned due to application permissions to of the Adobe® Reader application on the BlackBerry® Playbook™. The 'files' option within Adobe Reader application is set to 'Denied'.
    Resolution
    Edit the application permissions file access rights for the Adobe Reader application.
    1.  On BlackBerry Playbook open Options
    2.  Select Security -> Application Permissions
    3.  Select Adobe Reader application
    4.  Edit file permissions setting to allow the application to access files stored on BlackBerry PlayBook
    5.  Save settings by selecting Back button after making changes
    rabbitupnorth:
    This solution works! Problem solved.

  • Problem with the log file path on the Data Logging Control Veristand

    Hello everyone,
    My problem is that I use a computer as a gateway on the network. It is connected to PXI in Real Time. I have another computer connected to the gateway to read the given PXI. I am unable to record on my local hard drive using the Data Logging Control VeriStand on the second computer. However, it can save me on the hard disk on the network. Moreover, I have no problem to record if the computer is a gateway.
    Regards,
    Kamal Bouamran

    For simplicity, let's call the computer running Veristand Computer A and the gateway computer Computer B.
    So, just to clarify, you're running the Veristand workspace on Computer A, which is connected to your network and the RT PXI (on which the system definition file is deployed) through a gateway, Computer B. With this setup, you can't use a data logging control to save a file to Computer A's hard drive. However, you are (from the workspace running on Computer A) able to save a file to Computer B's disk or to another drive elsewhere on your network. Is that all correct?
    What happens when you try to configure the control to log to computer A's disk? Do you get an error (and if so, what error)? Does the file path default to a different location?
    Also, what version of Veristand are you using? What version of Windows are you PCs running?
    Regards,

  • Conditional report file path

    Our project is using TestStand 2012 SP1.
    We are using reportgen_txt.seq. and SequentialModel(.seq).
    My goal is to save report files to a specific directory only when I run my Self_Test.seq.
    I'm attempting to use Configure >> Report Options >> Generate Report File Path.
    Setting in "Report Options" dialog >> "Generate Report File Path" tab:
    Type Model: Sequential
    File Name/Directory Options: Specify Report File Path by Expression
    This is the expression that I'm using:
    "<ClientFileName>" == "Self_Test" ? "C:\\Reports\\Self-test\\<ClientFileName>_Report[<UUT>][<FileTime>][<FileDate>]<Unique>.<FileExtension>" : "C:\\Reports\\<UUT>\\<ClientFileName>_Report[<UUT>][<FileTime>][<FileDate>]<Unique>.<FileExtension>"
    The statment passes syntax check with "no errors".
    Running Self_Test.seq using the sequence editor, the report file always goes to path in Red. 
    Is there a method to accomplish this? 
    Solved!
    Go to Solution.

    Hi Leroy/jigg,
    You are correct that the expression itself is evaluated before the Macro strings are resolved, so this approach won't work.  The macros are evaluated using modelsupport2.dll (DetermineReportFilePathNameExprEx function), which first evaluates the expression before resolving the macros. For implementing a custom report file path expression for a particular client file, I would recommend overriding the ReportOptions callback, then programatically setting the report path expression, using an expression such as:
    Parameters.ReportOptions.ReportFileSequentialModelExpression = "\"MyCustomLocation\\<ClientFileName>_Report[<FileTime>][<FileDate>].<FileExtension>\""
    Note the use of double quotes since the field is an expression field.  This approach will also allow you to use logic in the callback to change the report file path string using TestStand flow control steps.
    Al B.
    Staff Software Engineer - TestStand
    CTA/CLD

  • How can I get a file path element in XML to work in AI javascript?

    Hi all - this is my first post. I'm pretty familiar with javascript, but I'm new to the Adobe scripting environment.
    Our client wants Illustrator at startup to load a certain pattern swatch. It works fine when I hard code the pattern file path, but it needs to be user configurable, so I put the file path info in an XML file to be read in at startup. The XML file is read in and the elements are extracted into varibles. When I concatenate the variables to create the file path string and try to open the pattern file, it says file not found.
    Here is my source code:
    var fileObj = new File("aiConfig.xml");
    fileObj.open("r:");
    var xmlString = new XML(fileObj.read());
    var driveLetter = xmlString.fullPathName.driveLetter.text();
    var filePath = xmlString.fullPathName.filePath.text();
    var fileName = xmlString.fullPathName.fileName.text();
    var fullFilePath = driveLetter + filePath + fileName;
    var styled_ai = app.open(new File(fullFilePath));
    app.activeDocument = styled_ai;
    Here is aiConfig.xml:
    <?xml version="1.0" encoding="windows-1252" ?>
    <aiConfig>
      <fullPathName>
         <driveLetter>C:</driveLetter>
         <filePath>/Program Files/Adobe/Adobe Illustrator CS4/Presets/en_US/Swatches/Patterns/Decorative/</filePath>
         <fileName>Decorative_Modern.ai</fileName>
        </fullPathName>
    </aiConfig>
    Any help would be greatly appreciated - this is driving me a little crazy.
    Thanks,
    Tom

    Hi Tomchag,
    Your script works fine on MAC OS X & illustrator CS4.
    i have change only pathway to aiConfig.xml like this:
    var fileObj = new File("/Volumes/LaCie/aiConfig.xml"); //<- path of my external HDD should be D:/ on windows
    and the contents in aiConfig.xml to :
    <?xml version="1.0" encoding="windows-1252" ?>
    <aiConfig>
      <fullPathName>
         <driveLetter></driveLetter>
         <filePath>/Applications/Adobe Illustrator CS4/Presets.localized/fr_FR/Nuancier/</filePath>
         <fileName>VisiBone2.ai</fileName>
        </fullPathName>
    </aiConfig>
    So.. i notice twice thing:
    1) complete file and path for aiConfig.xml
    2) i didn't use drive letter (but it's specific to windows)
    I hope this post can help you
    Cyao, art.chrome

  • SSIS - Change Config File Path LOCATION in SQL Agent Job Step (NOT USING DTEXEC)

    SSISers;
    I am not new to ssis but am trying to deal with promoting of ssis config files differently for a specific project. We are using SQL 2008 R2.
    As a standared pattern used for years, we just use SQL Agent, build a job step for the ssis package, add the ssis package as SQL Integration Services Package type from fileshare (not using Integration Services), and add the necessary production
    config files in the configutation tab of the job step. Easy.  We do not execute our packages with DTEXEC command line.
    A new project has the developers leaving the config files in the package - not removing the config files for deployment. Is there a way to override JUST THE CONFIG FILE PATH LOCATION in the job step for ssis package? Remember, we are NOT using dtexec. 
    I was told that /SET might do it but I do not see a good example anywhere of hooking this in and how it works for a CONFIG FILE PATH LOCATION - I see variable overrides but not CONFIG FILE PATH LOCATION. The packages were written with Absolute config file
    path and not Relative path.
    Please understand that my goal is to let them leave the packages as is, we move the config files to the production sever and all we have to do is flip the location of where the config files are sitting for the ssis pacakge to look for them.  We would
    rather NOT have to use DTEXEC command  line with the job step for reasons that I do no need to get into on this forum.
    Any suggestions are appreciated.

    Hi mg30,
    There is no way to overwrite the XML configurations file just through modifying the SQL Server Agent job steps.  The Dtexec utility will apply the default package configurations for the second time after applying the options specified in the command
    lines or other package configurations configured in the job step.
    If the package is not deployed/installed, the Dtexec utility looks for the XML configurations file according to the file path defined in the Package Configurations Organizer window. In this situation, you need to either disable the package configurations
    or modify the XML file path in the BIDS.
    If the package is already deployed/installed, you need to modify the package as above or re-specify the install folder for the package configurations file. 
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Problem in Loading - Invalid Report File Path

    Post Author: a_Mohammad
    CA Forum: .NET
    Im using CR which came as a bundle with VS2005. I deployed my ASP.NET project on online server. Sometimes, When users try to load the reports, they got an error says "Invalid Report File Path" appears at the top of the report, and no data shown. If i reset the IIS, it return to work fine again.
    Usually i got this error when there is a lot of hits on the server and reports..
    Can you plz advice on that???

    Hello ,
    The formula must always return some value. When a conditional test produces no result and this code is responsible for the RETURN in a formula, the error occurs. Make sure that the condition returns a value in all cases (trap errors).
    Example:
    Problem code
    function CF_1Formula return Number is
    begin
    if :deptno = 10 then
    return(10);
    end if;
    end;
    If deptno is not 10 , this does not return any value .
    Correct code
    You can write the function as:
    function CF_1Formula return Number is
    begin
    if :deptno = 10 then
    return(100);
    else
    return(200);
    end if;
    end;
    Thanks
    The Oracle Reports Team

  • Insert File Path into Text Field

    I am trying to create a text filed at the bottom of a form document that will automatically input the file path (e.g.. C\:Folder\File) of the document itself after the document is saved.  I've looked at a few Scripts but nothing seems to be working.  I'm assuming it will look something like this on the "postSave" option:
    this.rawValue = event.target.path.replace(event.target.documentFileName, "");
    I am a very novice programmer so I have no idea if this is even close to right.

    Apparently some of my search parameters were off.  This question has already been answered before.  If anyone comes looking here, this is a link to the page with the answer.
    http://forums.adobe.com/message/4007317#4007317
    Enjoy.
    FYI: here is the code I used for the text field.
    Inspection.TextPage.Bottom.End.Directions.File::preSave - (JavaScript, client)
    this.rawValue = event.target.path

Maybe you are looking for

  • Excel value range with Report Generation Toolkit

    I have an excel sheet.  I want to find out the range for cells with values.  At least, I want the find out what's the last row that has values in it.  I tried "Excel Get Last Row.vi" in the report generation toolkit, but it would treat a blank cell a

  • Can't use Contacts in Outlook Webmail to send mail

    I can access my company's Outlook Webmail from home, using Safari 10.3.1. No log in problems. However, when I try to send mail to a contact, the name doesn't appear. My Contacts are all listed and I can review and add to them through Safari and my Op

  • NO Sound in Flash Export?

    Just exported a large Project to Flash, but the sound is missing? Same project as DVD File and burned as DVD works fine. Please help. JJ

  • Computer is unable to communicat​e with printer Officejet J4680c All in One using wireless setting.

    I received a message while I reinstalling software and driver to change from usb conection to wireless conection:  Your laptop is unable to communicate with your printer (Officejet J4680c All in One.  This may be caused by firewall software.  If you

  • Queries about FA depreciation

    Dear all,   I have 1 queries on FA depreciation   for instance, now there is a depreciation type: LINP   Method: Straight-line   Depreciation Value Lim: 0   Salvage value %: 10   Include Salvage Value in Depreciation:  Unchecked   Acquisition: Pro Ra