NQSError: 66013 Permission Denied message from agent

Hello all-
I have an issue where an agent that I previously had working was converting from tab delimited file to CSV and placing it on a file system. Now since I have moved the location where the file system resides the new machine is giving me a problem and doesn't allow the agent complete. The exact message is
[nQSError: 66013] [Line:75 Column 1]
Permission Denied
I am guessing this is an issue with the saving to the file system and perhaps some permissions.
This is the syntax of Line 75 column 1
objFSO.CopyFile Parameter(0), sFileName, True
Here is the complete file
'###======================================================================
'## Purpose:
'## 1. This script takes a file from OBIEE and saves to the file system
'## 2. Creates a reporting subdirectory if not already present
'## 3. Creates a further subdirectory with name based on current date
'## 4. Converts .tsv file to true .csv
'## 5. Deletes .tsv file used in conversion process
'## Inputs (specified in Actions tab of OBIEE Delivers Agent):
'## 1. Parameter(0) - This actual file to be exported
'## 2. Parameter(1) - The filename specified within OBIEE
'## 3. Parameter(2) - Report sub directory name specified within OBIEE
'###=========================================================================
Const ForReading = 1
Const ForWriting = 2
Const Unicode = -1
Dim sBasePath
sBasePath = "\\NZWLGFP01\Shared\NAV_Warehouse\RetailPro"
'NZWLGFP01\Shared\NAV_Warehouse\RetailPro"
'\\iblocal\global\integration\production\retailpro"
'"\\usesfil01\integration\production\retailpro"
Dim sMasterPath
sMasterPath = sBasePath & "\" & Parameter(2)
Dim objFSO
Set objFSO = CreateObject("Scripting.FileSystemObject")
'check whether master directory exists, if not create
'Dim objMasterDir
'If Not objFSO.FolderExists(sMasterPath) Then
'     Set objMasterDir = objFSO.CreateFolder(sMasterPath)
'End If
'Set objMasterDir = Nothing
'build string to get date in yyyy-mm-dd format
Dim sDate, sDateFull
sDate = Now
sDateFull = DatePart("yyyy", sDate) & "-"
'setting the month
If Len(DatePart("m", sDate))=1 Then sDateFull = sDateFull & "0" End If
sDateFull = sDateFull & DatePart("m", sDate) & "-"
'setting the day
If Len(DatePart("d", sDate))=1 Then sDateFull = sDateFull & "0" End If
sDateFull = sDateFull & DatePart("d", sDate) & "_"
'setting the hour
If Len(DatePart("h", sDate))=1 Then sDateFull = sDateFull & "0" End If
sDateFull = sDateFull & DatePart("h", sDate) '& "-"
'setting the minute
If Len(DatePart("n", sDate))=1 Then sDateFull = sDateFull & "0" End If
sDateFull = sDateFull & DatePart("n", sDate)
'setting the second
If Len(DatePart("s", sDate))=1 Then sDateFull = sDateFull & "0" End If
sDateFull = sDateFull & DatePart("s", sDate)
'Not needed for this script
'Dim sDir
'sDir = sMasterPath & "\" & sDateFull
'Dim objDir
'If Not objFSO.FolderExists(sDir) Then
'     Set objDir = objFSO.CreateFolder(sDir)
'End If
'Set objDir = Nothing
Dim sFileName
sFileName = sMasterPath & "\" & Parameter(1) & "_" & sDateFull &".tsv"
objFSO.CopyFile Parameter(0), sFileName, True
sFileName1 = sMasterPath & "\" & Parameter(1) & "_" & sDateFull & ".csv"
'Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFileIN = objFSO.OpenTextFile(sFileName, ForReading, False, Unicode)
Set objFileOUT = objFSO.CreateTextFile(sFileName1, True, True)
While Not objFileIN.AtEndOfStream
strText = objFileIN.ReadLine
strNewText = Replace(strText, vbTab, ",")
objFileOUT.WriteLine (strNewText)
Wend
objFileIN.Close
objFileOUT.Close
objFSO.DeleteFile sFileName
Set objFile = Nothing
Set objFSO = Nothing
Set objFileIN = Nothing
Set objFileOUT = Nothing
How can I resolve this issue? Do I need to look into windows permission? Do I need to change the syntax? Can someone please help?

Hello Grzegorz, try next:
1.Enter the Integration Framework
2.Go to Section SLD
3.Check if the database appears in the section B1iServer
          - If so, check the configuration fields for the database
          - If not, add it and configure it
4.If you did changes
           - Go to Section Scenarios->Setup
           - Select sap.B1Mobile Scenario
           - Deactivate and Activate
           - Restart Integration Service
Regards, Borja.

Similar Messages

  • Error MOS-01105: Permission Denied message during install

    Hi,
    I am trying to install BW30B with Oracle 9.2 on a Sun Solaris 64bit machine. I am using Exceed to display the installation GUI.
    I keep getting the error message:
    Unable to access file <Path>/SAPENV.SH Permission Denied.
    I am running the install with root permissions. The above path does exist and I have given all the files 777 rights. I have in turn given the <SID>adm and ora<SID> directories 777 access. It looks like its trying to copy the scripts from the /UNIX/COMMON/INSTALL directory into the <SID>adm & ora<SID> directories when it fails.
    Any suggestions would be greatly appreciated.
    Regards,
    Chengappa

    By Default none of us have root permissions. To work around this we start the installation as sapadm and add the install path to the sudo list so that the install runs with root permissions.
    Eg: sapadm> sudo /sapcd/BWINSTALL/INSTALL
    The destination filesystem is remotely mounted, though i think that's not the problem as we have successfully installed SAP from that path before. The error message from the sapinst log file is below. Also the userid's have already been created and I have set their home directories to 777 permissions.
    Transaction begin ********************************************************
    TRACE      [iaxxbnodes.cpp:404]
               CIaOsNodes::nodesDo()
    Processing Nodemap CONDITION=YES NODENAME=/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPENV.SH NODEPERMISSION=(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r) NODETARGET=/export/home/da1adm/.sapenv_sapda31.sh NODETYPE=FILE OPMODE=COPY
    TRACE[E]   [syuxcnodut.cpp:591]
               CSyNodeUtils::isExistingWithType(iastring, bool, ISyNode::eNodeType)
    Unable to access file /sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPENV.SH: Permission denied.
    ERROR      2005-06-06 16:42:18 [iaxxbnodes.cpp:444]
               CIaOsNodes::nodesDo()
    MOS-01105  Processing of one or more file system node operations of table
      Content of table: tUX_SAPComponent_Environment_FORMS_SHARED with condition WHERE WapsSystemName='DA1' AND WapsInstanceName='DVEBMGS70' AND WapsInstanceHost='sapda31' AND SUBSTR(Key,1,5) = 'WAPS_'
      Row[0]    WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_SAPENV_SH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPENV.SH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/SAPENV.SH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.sapenv_sapda31.sh" NodeType="FILE" OpMode="COPY"
      Row[1]    WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_SAPENV_CSH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPENV.CSH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/SAPENV.CSH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.sapenv_sapda31.csh" NodeType="FILE" OpMode="COPY"
      Row[2]    WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_SAPSRC_SH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPSRC.SH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/SAPSRC.SH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.sapsrc_sapda31.sh" NodeType="FILE" OpMode="COPY"
      Row[3]    WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_SAPSRC_CSH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPSRC.CSH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/SAPSRC.CSH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.sapsrc_sapda31.csh" NodeType="FILE" OpMode="COPY"
      Row[4]    WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_DBSRC_SH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/DBSRC.SH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/DBSRC.SH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.dbsrc_sapda31.sh" NodeType="FILE" OpMode="COPY"
      Row[5]    WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_DBSRC_CSH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/DBSRC.CSH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/DBSRC.CSH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.dbsrc_sapda31.csh" NodeType="FILE" OpMode="COPY"
    failed.
    Transaction end **********************************************************

  • Can't access/mount hard drive, Permission denied message in Disk Utility.

    Hello,
    Need some help here. I was upgrading from 10.4 to 10.5. I got an error message when I tried to upgrade from the DVD. My hard drive had an exclamation mark by it and I was told I would need to erase it in order to install. When I tried quitting the installer, I had to go through startup disk to pick my Hard drive, which showed it had 10.4 installed. When I tried restarting, it would only boot off of the DVD. I checked startup disk again, but my hard drive was now not visible. I have a tower with a back-up system on it. When I picked it, it started up fine. I went under disk utility and the hard drive is listed, but is ghosted/grayed out. Repair & Verify Disk permissions are ghosted back as well.When I try to repair or verify disk, it says it can't it gives me the disk number and sector number and Permission Denied. I poked around on disk utility for info, and it looks like it doesn't have a mount point anymore and under permissions, it says that they are not enabled. So, apparently the access privileges have been erased & I don't know how to mount my disk again. I'm assuming I need some sort of commmand line in Terminal to restore my priveleges or get it to auto-mount. I do not want to erase my drive to upgrade. All my applications are on that drive. Please help!
    Message was edited by: koobiak

    See if Niel's User Tip can help you: I accidentally set a disk's permissions to No Access .

  • Permission denied message for parent directory

    In Solaris 8 container I am facing the below issue.
    As oracle user when I do ls -l in /dboracle mountpoint getting permission denied error messages.
    $ ls -la
    ./..: Permission denied
    total 8
    drwxrwx--- 8 oracle dba 1024 Feb 18 16:14 .
    drwxrwxr-x 6 oracle dba 1024 Jan 30 15:36 admin
    drwxrwxr-x 2 oracle dba 96 Jan 27 15:28 lost+found
    drwxrwxr-x 6 oracle dba 96 Feb 18 06:23 orabase
    drwxrwxr-x 6 oracle dba 1024 Feb 17 14:07 oracle
    drwxr-xr-x 5 oracle dba 1024 Feb 18 11:50 software
    drwxrwxr-x 3 oracle dba 96 Jan 2 06:01 tools
    $ id
    uid=1000047(oracle) gid=90(dba)
    $ pwd
    /dboracle
    $ ls -ld
    drwxrwx--- 8 oracle dba 1024 Feb 18 16:14 .
    Please help asap.
    Thanks

    The directory underneath the mount point has insufficient permissions.
    This has been a bug in Solaris for at least a decade...
    Darren

  • Intermittent "Permission Denied" Message on WCS

    HI All,
    We upgraded to WCS 6.0.202.0 last night and everything seemed to be OK. This morning we have been informed that our Lobby Admisitrators are getting the following error message page when trying to logon:
    "Permission Denied. You do not have privileges for the requested operation". Attaching screenshot of error message.
    We have subsequently discovered that entering any characters for the password results in a valid logon failure message and we can then logon successfully after that.
    Anybody see anything like before?
    Thanks,
    Brendan

    Hello Nicolas,
    No, authentication is local for the admin and Lobby Ambassadors.
    Regards,
    Brendan

  • Why do I get a Permission Denied message in Safari?

    Hello, I received an email from a company I know including this line: "Please click here to complete a survey about your Pick Up in a Store Experience". The webpage In Safari v.7.1 (9537.85.10.17.1) says:  "Company Name; Permission Denied; Cannot access web page from this interface". I also tried the link in Firefox & Chrome with the same result. I would like to answer the survey. Can anyone suggest what the problem might be? Thanks so much.

    That's a problem on the web server, not on your computer.

  • Permission denied reading from SuperDrive

    Hi, I have an MacPro4,1 and I'm having a weird issue. I have two Superdrives and one of them seems to be acting up. My top drive has no problem reading any disks but the bottom one keeps giving me a "Permission Denied" when reading. I'm reading the exact same disk in both drives, the top one works perfectly, the bottom one gives me the error. Both drives are identical, here are the specs:
    HL-DT-ST DVD-RW GH41N:
    Firmware Revision: PQ06
    Interconnect: ATAPI
    Burn Support: Yes (Apple Shipping Drive)
    Cache: 2048 KB
    Reads DVD: Yes
    CD-Write: -R, -RW
    DVD-Write: -R, -R DL, -RW, +R, +R DL, +RW
    Write Strategies: CD-TAO, CD-SAO, CD-Raw, DVD-DAO
    Any clue would be highly appreciated.
    Thanks!
    Simon

    Anyone else ever experienced the same thing or something similar?

  • Permission denied when saving from applications on shared volume

    We have an AFP shared volume on Xraid attached to an Xserve running 10.5.8. The OS is kept up to date.
    Users started to get a "permission denied" message when trying to save open files on the shared volume, which is using POSIX permissions only. This seems to happen to Snow Leopard clients using Pages and Numbers (iLife 09). No errors appear in the server logs.
    At the moment they can circumvent the problem by saving locally and then copying the file onto the server.
    Has anyone got any pointer to a solution?
    Thanks.

    Lucazade wrote:
    This seems to happen to Snow Leopard clients using Pages and Numbers (iLife 09).
    Of course I meant iWork, not iLife.

  • Archiving - Permission denied - cannot be open write program

    Hi, Gurus
    I executed a write program (SARA) and the result is partialy ok , as you can see below ( the job log and spool.)
    Questions:
    1.- there is not an archive file in C?
    2.- Permission denied --> Message BA161
    I checked object config,file and logical path and everything seems tobe ok.
    Anyone cant help on this?
    Thanks
    Job log:
    Job started
    Step 001 started (program MMREO050N, variant ZMM_001,
    Archiving session 000009 is being created
    Start of data processing
    Operating system message: Permission denied
    1 of 1 materials ( 100 %) processed
    Job finished
    Job spool:
    MARD: 1000 2000 material master record was archived
    MARC: 1000 long text(s) archived
    MARC: 1000 material master record was archived
    MAKT: E material master record was archived
    MARM: ST material master record was archived
    MLAN: ES material master record was archived
    MARA:  change documents archived
    MARA:  change documents archived
    MARA:  long text(s) archived
    MARA:  class assignments archived
    MARA:  material master record was archived
    Archive file C:\MM_MM_MATNR_20100316_210452_0.ARCHIVE cannot be opened for write program

    Dear,
    Either the file deleted from its physical location on drive C [OR] you dont have authorizations to write into the file (check with SU53 for any missing object for the user).
    Also check: Re: error while archiving the material master
    http://help.sap.com/saphelp_45B/helpdata/en/7e/c6c2ad98a711d2b429006094b9ea64/content.htm
    Regards,
    Syed Hussain.

  • HT1810 i am trying to ping my printer and i get permission denied  firewall turned off. help!

    PING 169.254.1.1 (169.254.1.1): 56 data bytes
    64 bytes from 169.254.1.1: icmp_seq=0 ttl=255 time=0.065 ms
    64 bytes from 169.254.1.1: icmp_seq=1 ttl=255 time=0.146 ms
    64 bytes from 169.254.1.1: icmp_seq=2 ttl=255 time=0.184 ms
    ^Z
    [25]+  Stopped                 ping 169.254.1.1
    Admins-iMac:~ Admin$ ping 169.254.1.2
    PING 169.254.1.2 (169.254.1.2): 56 data bytes
    ping: sendto: Permission denied
    ping: sendto: Permission denied
    Request timeout for icmp_seq 0
    ping: sendto: Permission denied
    Request timeout for icmp_seq 1
    ping: sendto: Permission denied
    Request timeout for icmp_seq 2
    ping: sendto: Permission denied
    Request timeout for icmp_seq 3
    Dont get why ?  First off it printed fine . Now no matter what addresses i give it it doesnt work.
    E0 is 169.254.1.1    printer remote 169.254.1.2   mask is /16
    default gaetway for both devices is each other.
    Beggars belief!!

    Did you solve this issue?  I'm getting the same permission denied message!!
    ssdevmac1:~ $ ping 10.1.30.117
    PING 10.1.30.117 (10.1.30.117): 56 data bytes
    ping: sendto: Permission denied
    ping: sendto: Permission denied
    Request timeout for icmp_seq 0
    ping: sendto: Permission denied
    Request timeout for icmp_seq 1
    ping: sendto: Permission denied
    Request timeout for icmp_seq 2
    ping: sendto: Permission denied
    Request timeout for icmp_seq 3
    ping: sendto: Permission denied
    Request timeout for icmp_seq 4
    ping: sendto: Permission denied
    Request timeout for icmp_seq 5
    ping: sendto: Permission denied
    Request timeout for icmp_seq 6
    ping: sendto: Permission denied
    Request timeout for icmp_seq 7
    ping: sendto: Permission denied
    Request timeout for icmp_seq 8

  • Javascript Application Permission denied to access property '$'

    I can't figure out what is causing this error message. At first I would get JavaScript Application $ is not defined so I disabled plug ins and add-ons (only two of those on this computer) and I thought I had figured out what was causing the second error message but then today the permission denied message popped up. I only have two plugins activated, one for adobe and one for shockwave. As for the addins, I use the same ones on my laptop and don't get this error message.
    Any help would be extremely appreciated!
    Computer is 32bit Windows 7 Dell PC

    To avoid confusion, JavaScript isn't related to a plugin:
    *http://kb.mozillazine.org/JavaScript_is_not_Java
    Is this happening on secure (https) web pages or on a page opened via a normal connection?
    You can try basic steps like these in case of issues with web pages:
    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 the cookies 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 > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/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

  • Permission denied when running runInstaller

    I'm getting 'permission denied' message when running
    runInstaller. I'm running the program directly from the CD. I'm
    logged-in as oracle with 'dba' group. I've checked the
    permissions on jre and it is fine. I can run jre on the
    command-line without any problem. I also tried running the
    runIns.sh and the same message is returned.
    What could be the other reasons why I am getting this message?
    null

    I don't know if it has anyhting to do with it but I had a similar
    problem. The difference was that I was part of the root group
    not dba as you state. The documentation suggests using a group
    called oinstall. Give it a try ... you never know how the
    packages within the installtion might have been built.
    kiwi (guest) wrote:
    : I'm getting 'permission denied' message when running
    : runInstaller. I'm running the program directly from the CD.
    I'm
    : logged-in as oracle with 'dba' group. I've checked the
    : permissions on jre and it is fine. I can run jre on the
    : command-line without any problem. I also tried running the
    : runIns.sh and the same message is returned.
    : What could be the other reasons why I am getting this message?
    null

  • ShowF4KeyAndValueHelp - Permission denied

    I am trying to use "ShowF4KeyAndValueHelp" to let the user choose from a list of Customers displayed in a pop up window. But when one of the listed customers is seleced, there is an error "Permission denied".
    Therefore the selected customer cannot be copied into the inputField.
    Do you know the cause of this error?

    I don't know if it has anyhting to do with it but I had a similar
    problem. The difference was that I was part of the root group
    not dba as you state. The documentation suggests using a group
    called oinstall. Give it a try ... you never know how the
    packages within the installtion might have been built.
    kiwi (guest) wrote:
    : I'm getting 'permission denied' message when running
    : runInstaller. I'm running the program directly from the CD.
    I'm
    : logged-in as oracle with 'dba' group. I've checked the
    : permissions on jre and it is fine. I can run jre on the
    : command-line without any problem. I also tried running the
    : runIns.sh and the same message is returned.
    : What could be the other reasons why I am getting this message?
    null

  • AddFavorite Permission Denied

    I have a piece of AS code as below;
    getURL("javascript:window,external.AddFavorite('http:\\mysite.com',
    'mySite');");
    This has been working fine adding a favorite to Internet
    Explorer 6. And then My XP machine got upgraded to Service Pack2.
    Now all I get is 'Permission Denied' error. Is there another
    way to add IE favorites from flash?
    Thanks

    I don't know if it has anyhting to do with it but I had a similar
    problem. The difference was that I was part of the root group
    not dba as you state. The documentation suggests using a group
    called oinstall. Give it a try ... you never know how the
    packages within the installtion might have been built.
    kiwi (guest) wrote:
    : I'm getting 'permission denied' message when running
    : runInstaller. I'm running the program directly from the CD.
    I'm
    : logged-in as oracle with 'dba' group. I've checked the
    : permissions on jre and it is fine. I can run jre on the
    : command-line without any problem. I also tried running the
    : runIns.sh and the same message is returned.
    : What could be the other reasons why I am getting this message?
    null

  • Adgrants.sql O/S permission denied

    HI All,
    after applying patch 5989593 - AD: 11i: Remove "REVOKE ALL FROM PUBLIC" from ADGRANTS.SQL
    Running adgrants.sql gives
    SQL>@adgrants.sql
    O/S Message: Permission denied
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    Please suggest
    Rgds,
    SK

    Hi,
    Arnoud -
    the ownership/permissions on adgrants.sql are the same
         -rwxr-xr-x 1 oradev dba 21648 Jan 01 2002 adgrants.sql
    Fadi -
    i ran the script as mentioned
    sqlplus "/as sysdba"
    @adgrants.sql APPLSYS
    i am still getting the same error
    SQL> @adgrants.sql APPLSYS
    O/S Message: Permission denied
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    Please suggest.
    Rgds,
    SK

Maybe you are looking for

  • Safari 5.0.2 Crashing - Please Help

    I've searched the forums in hope of solving my problem but am still at a loss. I'm running Safari v5.0.2 which, as of yesterday morning, keeps crashing. On the rare occasions it has stayed open long enough for me to try and open a new window, that wi

  • Can't see 7.x Variable in 3.5 Query Designer

    Hi, I created a BEx Variable on one of my characteristics in the 7.x Query Designer and cannot see this same variable in the 3.5 Query Designer. Does anyone know if this is a known limitation? Thanks!

  • App world payment error

    This is the first time that I am buying an application using my playbook. I do not think I have bought anything using my smartphone. Every time I tried to purchase an app, it gave 10000 error. In case of free application, I have no problems downloadi

  • Changing Selected Characteristics in Planning

    Hi Guys, I have just removed a characteristic value from the plan selections cos I want to use a relationship to derive it instead. But the system is not allowing users to access the planning area after the change. When I change it back to its origin

  • Verizon DSL, Westell 6100 modem/router, and Airport Extreme

    Useful info so you won't have to go through what I did. Verizon ISP using the Westell 6100 modem/router & Airport Extreme. The Westell 6100 was configured during installation as a modem and router with a direct connection to the Mac. You can actually