Permission denied - unable to "compress" file

Hi I have a weird scenario which I would need help on.
SunOS mysvr 5.10 Generic_127127-11 sun4u sparc SUNW,Sun-Fire-880
I have a user "myuat" which belongs to a group "pc"
# id
uid=30008(myuat) gid=101(pc)
and in /etc/group
pc::101:otheruat,myuat
I am running a compress command to compress a file in a directory and I get permission denied
# cd /myprod/mycor/mycom/myarch
# compress mytxtcom.20080804
mytxtcom.20080804: Permission denied
# ls -l mytxtcom.20080804
----rwx---+ 1 myuat pc 239268 Aug 5 00:23 mytxtcom.20080804*
# getfacl mytxtcom.20080804
# file: mytxtcom.20080804
# owner: myuat
# group: pc
user::---
group::rwx #effective:rwx
group:hmis:r-- #effective:r--
mask:rwx
other:---
# getfacl /myprod/mycor/mycom/myarch
# file: /myprod/mycor/mycom/myarch
# owner: root
# group: pc
user::---
group::rwx #effective:rwx
group:hmis:r-x #effective:r-x
mask:rwx
other:---
I noticed that if I chown from:
----rwx---+ 1 myuat pc 239268 Aug 5 00:23 mytxtcom.20080804*
TO:
----rwx---+ 1 root pc 239268 Aug 5 00:23 mytxtcom.20080804*
then I will be able to compress the file, why? I wonder why "myuat" id is not able to compress file eventhough it belongs to same group?
----rwx---+ 1 myuat pc 42120 Aug 5 00:23 mytxtcom.20080804.Z*
Any idea? Please help.
Thanks

Were you the root user when you compressed the file?
It looks like the user 'myuat' does not have permission to write to the '/myprod/mycor/mycom/myarch' directory. You need to have write permission to the directory in order to compress a file in it, even if you have permission to write to the file itself.

Similar Messages

  • Permission denied in calling ssh file from job

    hello
    i tried to create program and a job to execute ssh file using sql i am using oracle 10g R2
    as following :
    begin
    DBMS_SCHEDULER.create_program (
       program_name => 'START_SCRIPT_INVOIC',
       program_type => 'EXECUTABLE',
       program_action => 'root/[email protected]:/home/admin/services/fd_listener/INVOICStart.sh',
       number_of_arguments => 0,
       enabled => TRUE,
       comments => 'COMMENTS ABOUT THE SCRIPT ROLE');
    dbms_scheduler.create_job 
      (job_name => 'START_SERVICE_INVOIC', 
       program_name=> 'START_SCRIPT_INVOIC', 
       enabled=>true, 
       auto_drop=>false, 
       comments=>'Job used to run the program START_SCRIPT');
    end;
    then i tried to start to exec the job as follow
    BEGIN
    dbms_scheduler.RUN_JOB('START_SERVICE_INVOIC');
    END;
    and give me this error :
    >[Error] Script lines: 1-4 --------------------------
    ORA-27369: job of type EXECUTABLE failed with exit code: Permission denied
    ORA-06512: at "SYS.DBMS_ISCHED", line 150
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 441
    ORA-06512: at line 2 
    please help me i need to execute  this urgently 

    user11114041 wrote:
    hello
    i tried to create program and a job to execute ssh file using sql i am using oracle 10g R2
    as following :
    begin
    DBMS_SCHEDULER.create_program (
       program_name => 'START_SCRIPT_INVOIC',
       program_type => 'EXECUTABLE',
       program_action => 'root/[email protected]:/home/admin/services/fd_listener/INVOICStart.sh',
       number_of_arguments => 0,
       enabled => TRUE,
       comments => 'COMMENTS ABOUT THE SCRIPT ROLE');
    dbms_scheduler.create_job 
      (job_name => 'START_SERVICE_INVOIC', 
       program_name=> 'START_SCRIPT_INVOIC', 
       enabled=>true, 
       auto_drop=>false, 
       comments=>'Job used to run the program START_SCRIPT');
    end;
    then i tried to start to exec the job as follow
    BEGIN
    dbms_scheduler.RUN_JOB('START_SERVICE_INVOIC');
    END;
    and give me this error :
    >[Error] Script lines: 1-4 --------------------------
    ORA-27369: job of type EXECUTABLE failed with exit code: Permission denied
    ORA-06512: at "SYS.DBMS_ISCHED", line 150
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 441
    ORA-06512: at line 2 
    please help me i need to execute  this urgently
    This is a forum of volunteers.  There is no "urgent" here.

  • Permission Denied error generating XML file

    We’re using ODI to write out files to a Windows CIFS file system through an agent installed on the ODI Unix server. In order to do this, we had to create the agent using a user ID that had permission to write to the Windows file system. For writing out flat files, this worked great; we have no problems at all.
    However, for writing out XML files to the file system, we’re getting an error that says Permission Denied. We do NOT get the error if we write the XML to a Unix directory, only if we attempt to write it to the CIFS file system. I have two questions:
    1.     Is ODI able to execute against a Windows CIFS file system from UNIX to generate XML files?
    2.     If so, is there a list of permissions required on the fileshare that the ODI needs to generate the XML?
    Below is the exact error we’re getting:
    0 : null : java.sql.SQLException: Could not save the file /mdm_conversion/TST/2.lsm because a class java.io.IOException occurred and said: Permission denied
    Has anyone ever performed something like this or encountered a similar problem?

    Hi,
    I found the issue and corrected it. :)
    This was happened only because of the Version problem of Report Builder with Oracle Applications.
    Reports Builder 10g is not compatiblie with Oracle Applications 11.5.10.
    Oracle 11.5+ will always expect the RDF from Reports 6i version. Because of this, the endocing was damaged.
    You can observe in the earlier post as encoding="&Endoding". Here +&Encoding should be replaced by some encoding mechanism like "UTF-8".+
    Finally corrected the version and got the Output as expected.
    Thanks !

  • Permission denied while opening a file.

    Hi,
    I have a program, in which I am trying to open local system file.
    When I give the link as http://www.googlestepper.blogspot.com , it actually connects and opens the URL; whereas and when I give the link as file:///d:/test.txt, it does not open and says 'Permission denied' from a message box.
    More in detail:
    The flow is between JS, PHP and a text file (text file contains two columns; the first is like name and the second is like value where the value is a link: http or file... name-value pair). When user types the name in a text box and presses 'Enter' key, it locates the appropriate value (here link: http or file) from the text file and opens the link. Link opens for http only, but not for file:///, it says 'Permission denied'. I am using Apache.
    Please help me in solving the problem.
    Thanks and regards,
    Leslie Prabakar Ruphas V

    I'll call you Ralph,
    There is a strange a little rule in webservers that says "thou shalt not allow access to the file system!"... It's a security thing... It means that no matter what a hacker does within your server s/he shouldn't have permits to see anything outside of that webserver... so compromised doesn't mean pants-down-hello-world.
    You can't turn it off, and if you could then you really wouldn't want to, and if you figure out how to turn it off flick me your IP address and I'll empty your bank accounts for you. Point taken?
    So what do you do instead? Publish your html page in or under your tomcat's webapps folder, and access it's via it's url.

  • Full permission but unable to create file on network share

    Hi all,
    We have a file server running Server 2003 R2 which has multiple shares configured.
    On one of the shares, there is one user who cannot create files on a share, even though they have full control permissions to the share and all subfolders
    So far I have:
    Added username specifically to permissions
    Confirmed at each folder level that the permissions are replicating
    Removed and re-added permissions
    Confirmed that user cannot create files on any folder within the share
    Checked effective permissions which return they should have full control
    Checked event logs and found no errors
    Copied the user account in AD and logged into to the same server and was able to create files on share
    They are connecting via RDS running on Server 2008 R2 enterprise and accessing the share via mapped drive
    Any suggestions?

    Hi,
    Do you mean that if you directly logon the Server 2008 R2 not using RDS, then you can create files on share? Please refer to the thread below to check if it helps:
    Can't copy and paste files using RDP session in server 2012
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/9c4eae05-b477-4c2d-8743-56508e870128/cant-copy-and-paste-files-using-rdp-session-in-server-2012?forum=winserver8gen
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Unable to open USB port device file: Permission denied

    I have an up-to-date system (full "pacman -Syu" yesterday), I am in a "lp" group and the printer (Canon Pixma MP270) started to give "Unable to open USB port device file: Permission denied" error, although in the past it worked and still works in Windows. Doesn't anybody have a similar problem?

    Thanks for reply.
    CUPS worked, I could use CUPS-PDF and localhost:631 was accessible and working.
    Today I managed to print again. I did "pacman -Rcsn cups" and reinstalled it again.
    My printer is Canon Pixma MP270 and so far it wasn't the best choice for Arch Linux—scanning works fine but it's like throwing a coin when it comes to printing. I've written a simple PKGBUILD for installing its printing driver as a regular package, but I don't know what to set as a license.
    pkgname=mp270-printer
    pkgver=3.20
    pkgrel=1
    pkgdesc="Canon Pixma MP270 printer driver"
    arch=('i686')
    url="http://software.canon-europe.com/products/0010753.asp"
    license=('unknown')
    depends=('libpng12' 'gtk2' 'popt')
    makedepends=('deb2targz')
    source=(http://files.canon-europe.com/files/soft37268/software/MP270_debian_driver_pack.tar)
    md5sums=('d26c36e2d1799ddc09e644dc7765f0a3')
    build() {
    cd $srcdir
    tar xzf cnijfilter-mp270series-$pkgver-1-i386-deb.tar.gz
    cd cnijfilter-mp270series-$pkgver-1-i386-deb/packages
    deb2targz *
    tar xzf cnijfilter-common_$pkgver-1_i386.tar.gz
    tar xzf cnijfilter-mp270series_$pkgver-1_i386.tar.gz
    ln -s /usr/lib/libtiff.so usr/lib/libtiff.so.4
    package () {
    cd $srcdir/cnijfilter-mp270series-$pkgver-1-i386-deb/packages
    cp -r usr $pkgdir/

  • Unable to open or create file ... Permission denied

    I'm a new user of LC Designer ES.  After creating and saving a form, I made changes and now cannot save.  Error message in Log tab of Report palette says "PDF generated successfully.  Unable to open or create file [file name] Permission denied."  Any ideas why this would happen, and how to fix?
    Thanks for any help.

    If the file is already opened in another application (like Acrobat or Reader) then you wodul not be able to save it as those apps put a lock on the form.
    Paul

  • SpaceFM Error - Error: Unable to save session file. Permission denied

    Hi.
    I have just installed linux-rt from AUR
    https://aur.archlinux.org/packages.php?ID=51360
    Everything installed correctly and is working so far.
    It's just that whenever I'm with a folder open (even if I dont do anything) and click the X to close the window, this error appears:
    SpaceFM Error
    Error: Unable to save session file.
    Do you want to exit without saving?
    ( Permission denied )
    I usually click yes and nothing happens - or seems to.
    If it helps, I AM able to read, write, copy and delete files.
    The problem ( I THINK ) seems to be just aesthetics AND/OR not affecting me at the moment?
    Any thoughts?
    Thanks in advance.
    EDIT: In fact LOTS of issues just showed up...
    1- Transmission doesn't resume downloads.
    I closed it and opened again and there were no downloads and when I tried to start them again, there was an error saying: Unable to save resume file (or something close)
    2- I just logged in (at the login screen, lol) as root and ALL problems disappeared, transmission saves things again, no more SpaceFM error etc.
    Anyone has any clues what is this permissions problem ?? The whole OS is new and I didn't install anything, it wasn't supposed to be happening.
    Last edited by AndreProgressive (2012-10-28 12:57:21)

    Just stumbled on this, dunno about your other problems, but as far as your spacefm problem, go to ~/.config and sudo rm -r spacefm

  • XML File in External Table - OS error permission denied.

    Hi.
    10g R2, Red Hat Linux
    I'm using the article (see below, taken from http://www.dbazine.com/olc/olc-articles/scardina1 by Mark Scardina) to create an external table where I'd store my XML file.
    So, I
    1. Created a directory xmlfile_dir
    2. Granted access to needed db user
    3. Created the table
    CREATE TABLE relayxml_xt (doc CLOB)
    ORGANIZATION EXTERNAL
    TYPE ORACLE_LOADER
    DEFAULT DIRECTORY xmlfile_dir
    ACCESS PARAMETERS
    FIELDS (lobfn CHAR TERMINATED BY ',')
    COLUMN TRANSFORMS (doc FROM lobfile (lobfn))
    LOCATION ('xml.dat')
    REJECT LIMIT UNLIMITED;
    4. mv relay.xml /xmlfile_dir/xml.dat
    When I run SELECT * FROM relayxml_xt I get this:
    Error starting at line 1 in command:
    select * from relayxml_xt
    Error report:
    SQL Error: ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04063: unable to open log file RELAYXML_XT_28773.log
    OS error Permission denied
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    29913. 00000 - "error in executing %s callout"
    *Cause:    The execution of the specified callout caused an error.
    *Action:   Examine the error messages take appropriate action.
    What am I doing wrong?
    Thanks,
    Using External Tables
    Introduced in Oracle9i, Oracle’s external table feature offers a solution to define a table in the database while leaving the data stored outside of the database. Prior to Oracle Database 10g, external tables can be used only as read-only tables. In other words, if you create an external table for XML files, these files can be queries and the table can be joined with other tables. However, no DML operations, such as INSERT, UPDATE, and DELETE, are allowed on the external tables.
    Note: In Oracle Database 10g , by using the ORACLE_DATAPUMP driver instead of the default ORACLE_DRIVER, you can write to external tables. In Oracle Database 10g, you can define VARCHAR2 and CLOB columns in external tables to store XML documents. The following example shows how you can create an external table with a CLOB column to store the XML documents. First, you need to create a DIRECTORY to read the data files:
    CREATE DIRECTORY data_file_dir AS 'D:\xmlbook\Examples\Chapter9\src\xml';
    GRANT READ, WRITE ON DIRECTORY data_file_dir TO demo;
    Then, you can use this DIRECTORY to define an external table:
    CREATE TABLE customer_xt (doc CLOB)
    ORGANIZATION EXTERNAL
    TYPE ORACLE_LOADER
    DEFAULT DIRECTORY data_file_dir
    ACCESS PARAMETERS
    FIELDS (lobfn CHAR TERMINATED BY ',')
    COLUMN TRANSFORMS (doc FROM lobfile (lobfn))
    LOCATION ('xml.dat')
    REJECT LIMIT UNLIMITED;
    The xml.dat file follows:
    customer1.xml
    customer2.xml
    If you describe the table, you can see the following definition:
    SQL> DESC customer_xt;
    Name Null? Type
    DOC CLOB
    Then, you can query the XML document as follows:
    SELECT XMLType(doc).extract('/Customer/EMAIL')
    FROM customer_xt;
    Though the query requires run-time XMLType creation and XPath evaluation, this approach is useful when applications just need a few queries on the XML data and don’t want to upload the XML data into database. In Oracle Database 10g, you cannot create external tables that contain pre-defined XMLType column types.
    Message was edited by:
    vi2167

    Your don't have the proper operating system privileges. Be sure that you (=oracle OS user / the OS Linux user that is starting the database) are allowed have read privs on the path and/or file.
    for example...
    chown -Rf /xxxxxxx/xxxx/etc
    ls -l file.xml
    file.xml    oracle:oinstall    rw-rw-rw

  • 'Unable to check credentials of user. Permission denied...'

    Hi everyone, i have this problem when i try to login in a jsp that connects with WCC to check user and password.
    oracle.stellent.ridc.protocol.ServiceException: Unable to check credentials of user. Permission denied. Address 'xx.xx.xx.xx' is not an allowable remote socket address.
         at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:142)
         at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:108)
         at wcc.WccConnection.checkUser(WccConnection.java:597)
    The Address 'xx.xx.xx.xx' is a the IP Address of the VM where i mounted the WCC Server.
    I can access from another machine to the Control panel of the WCC with http://xx.xxx.xx.xx/cs so it has connectivity.
    Somebody said i had to change the file config.cfg in the WCC and add that address to the "SocketHostAddressSecurityFilter" variable, but it still doesnt work.
    Anyone has idea about this error?
    Thanks a lot!

    Check how Incoming Socket Connection Address Security Filter is configured. For more info see http://docs.oracle.com/cd/E23943_01/doc.1111/e14495/config.htm#INECM1695
    (don't forget to restart the server after changing the value)

  • Unable To Execute Files In The Temporary Directory. Setup Aborted. Error 5: Access Is Denied.

    Hi Everyone,
    Whenever I install some new software in my new laptop I get this error:-
    Unable To Execute Files In The Temporary Directory. Setup Aborted. Error 5: Access Is Denied.
    I have tried synchronizing the clocks but it doesn't remove the problem.
    These softwares work on another laptop that i have, which also runs windows 7.
    Can someone please tell me the solution as this is extremely urgent.
    Thanks In Advance.
    -Michael

    In short:
    ============
    My permissions were all fine, so if anyone has trouble resolving the issue after sorting permissions then make sure you try fully disabling your anti-virus / anti-spyware / firewall applications, because that was the cause for me.
    In detail:
    ============
    Problem:
    Failed to install this application
    - http://www.ssware.com/cryptoobfuscator/download.htm
    - on Windows 8.1 x64
    - Get error message "Unable To Execute Files In The Temporary Directory. Setup Aborted. Error 5: Access Is Denied."
    First Candidate Solution
    The issue turns out to NOT be security rights on the Temp folder
    ESET Smart Security HIPS Advanced Memory Scanner is the cause
    http://kb.eset.com/esetkb/index?page=content&id=SOLN2908&actp=search&viewlocale=en_US&searchid=1392804914417
    Instead, I went and turned off all the ESS protections one by one and it turned out to be HIPS that is causing this false positive.
    In fact, it is the Advanced Memory Scanner option under HIPS that is causing the error, while the application in question is legit (using Inno Setup and presumably trying to write to the user temp folder, not sure whether just logs or to execute from there)
    Furthermore, Smart Security logs have no entries under HIPS even though I ticked "Log all blocked operations" under the HIPS "Advanced setup" - it was quite a journey to find out the cause :)
    Thank you. I have the same OS and installed ESET Smart Security as well. And it is resolved now.
    I just want to add, that by "Temporarily disable protection" and "Temporarily disable firewall", it doesn't work. You have to disable HIPS, as KristjanL said. 

  • Receiver File adapter - FTPEx: 550 Permission denied

    Hi all,
    We are getting the following error from a File receiver comm. channel:
    Delivery of the message to the application using connection AFW failed, due to: com.sap.aii.adapter.file.ftp.FTPEx: 550 Permission denied to "inbound"..
    The FTP connection is anonymous so anyone (within our network) can login on this server, folder rights are also set to all i.e. anonymous user can create, read, delete files on the target folder.
    I have tested to the target folder using IE browser, I was able to logon the server, read, create and delete files.
    Has anyone of you an idea why the adapter engine still cannot create a file?
    Regards,
    Roberto

    > Hi Roberto,
    > 'Anonymous' is a default user that exists in Unix
    > nix layer. But for this user also you need to provide
    > the file write/read/delete permissions into the
    > folder. Then only you can write a file evenif you are
    > using 'Anonymous' User.
    >
    > Cheers
    > JK
    Hi there,
    As explained before; we have tested the same FTP connection (using the same anonymous account) via a DOS session and also via IE (from the XI server), both tests were successful and we were able to create/delete files without any problem.
    So again, the problem is only with the File/FTP adapter which for some unexplained reason cannot get access to this folder.
    Are there any special (not mentioned in the SAP documentation?) prerequisites to establish a FTP connection using the file adapter?
    Any help is highly appreciated!
    Thanks, Roberto
    BTW; we are on SP14 and the XI server runs under a Windows Server machine.
    Message was edited by: Roberto Viana

  • Receiver File Adapter - Permission Denied

    Hi,
    I have a problem with posting a file to a specific address at a ftp (file adapter). I get the follwing error.
    <i>Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: XI_ftp_467febcd-b4df-25c4-e100-00000af501ca.tmp: Permission denied.: com.sap.aii.adapter.file.ftp.FTPEx: 553 XI_ftp_467febcd-b4df-25c4-e100-00000af501ca.tmp: Permission denied.</i>
    I have no problem posting to other addresses so the file adapter is working. I have two things that I can thing of, that is different from the ones working.
    - The username and the address both has "_" in them.
    user: com<b>_</b>test
    address: /test/comp<b>_</b>test/
    - The password contains special characters
    password: Q2bE3x  (example)
    Can any of those things be the problem or is there somthing else?
    Best Regard
    Claes

    Check out the directory has enough permission to write on...atleast 660
    also make sure that, FTP site is able to connect from the PI via ftp command..
    Hope this helps,
    Rgds,
    Moorthy

  • OS command error=13, Permission denied in File Adapter

    Hi All,
    I am trying to call the OS commands in File adaper, when i check the Audit log i am getting Error exectuting the command. the same command when i check in OS its working fine.
    i have collected the debug log and i can see the message saying
    Catching #1#java.io.IOException: java.io.IOException: error=13, Permission denied
         at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
         at java.lang.ProcessImpl.start(ProcessImpl.java:65)
         at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
         at java.lang.Runtime.exec(Runtime.java:591)
         at java.lang.Runtime.exec(Runtime.java:429)
         at java.lang.Runtime.exec(Runtime.java:326)
         at com.sap.aii.af.lib.util.system.CommandLauncher.exec(CommandLauncher.java:64)
         at com.sap.aii.adapter.file.util.OSCommand.exec(OSCommand.java:58)
         at com.sap.aii.adapter.file.util.OSCommand.exec(OSCommand.java:33)
         at com.sap.aii.adapter.file.File2XI.processFileList(File2XI.java:991)
         at com.sap.aii.adapter.file.File2XI.invoke(File2XI.java:622)
         at com.sap.aii.af.lib.scheduler.JobBroker$Worker.run(JobBroker.java:500)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:169)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:266)
    I hope the problem with problem XI communication with OS level, Could you pls suggest me the problem?
    Thanks,
    Venkat

    Hello!
    You can see more information about os command using the file adapter in SAP note:
    #841704 - XI File & JDBC Adapter: Operating system command
    o  The command line of an operating system command run through the
       File and JDBC Adapter is interpreted slightly different compared
       to common operating system shells. E.g. quotes and apostrophes
       are handled differently. If in doubt, check if the command can be
       successfully run through the Java Runtime.exec(...) API. Also
       note that the command is run as user "<sid>adm" (Unix) /
       "SAPService<SID>" (Windows).
       Under Windows, this especially means that you cannot use any
       shell commands interpreted by teh command processor (such as
       "copy", "ren" or "del") using the operating system command.
    Best regards,
    Franklin

  • Cannot create file "/Applications/ " Permission denied.

    When installing new software Iget the following error message: "Cannot create file "/Applications/ ". Permission denied. I have used disk utilities to try to repair my permissions with no sucsess. I have also tried reinstaling the software. Any advise is appreciated.
    I am using Mac OS X Yosemite 10.10.2 and Safari 8.0.4

    You may need to rebuild permissions on your user account. To do this,boot to your Recovery partition (holding down the Command and R keys while booting) and open Terminal from the Utilities menu. In Terminal, type:  ‘resetpassword’ (without the ’s), hit return, and select the admin user. You are not going to reset your password. Click on the icon for your Macs hard drive at the top. From the drop down below it select the user account which is having issues. At the bottom of the window, you'll see an area labeled Restore Home Directory Permissions and ACLs. Click the reset button there. The process takes a few minutes. When complete, restart.   
    Repair User Permissions

Maybe you are looking for

  • How can I replace the Python cgi script with CF

    I am testing the sample app and want to just use CF to track peer ids. Can you give me the api to the web service calls. I can then create the CFC to handle this. In order to use the sample application that you built, you need to setup your web serve

  • Error while running maintenace plan "Integration Services evaluation period has expired."

    We are getting below mentioned error while executing SSIS package or maintenance plan. Executed as user: ICROSSING\*****. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.3381.0 for 64-bit  Copyright (C) Microsoft Corporation. All right

  • IWeb Album preview looks awful

    I use all my albums from iPhoto, when I am in iWeb all the album preview look great. When I go look online at the published site all the album preview show pixelation, looks terrible. when I click on the album to view it it looks great same quality t

  • Cannot resolve symbol : InputStream

    I had and environment in which this code compiled. Then I installed Java Communications API. After fooling around to get that to compile, I find that I get this error when compiling this code. What did I do to cause this? what jar file might be missi

  • Any standard FM to print select-options criteria on a basic report?

    Hi Experts, Am trying to print the user entered selection criteria on a classical/basic report. I wrote the code for select-options entries, but, am looking for any standard function module (if i pass my_select_options table, I need to get printable/