Regarding 10.2.0.3 on AIX 5.3

Hi Gurus,
I am in one of our clients site and visited here to see Oracle problems which they are facing.
They have recently upgraded their oracle database release to 10.2.0.3 on AIX-5.3(64bit production)
Actually speaking they have a application server residing on Linux and database resides on AIX5.3.Through tnsnames.ora they are communicating their Application server.
They are unable to authorise the records in their Live system.Resulting all the trans boundry records unable to rollback and they are even loosing the old records as well.This is a very critical situation for us now :-(
The error log showing as below
~ -->CT FCRD.ACCT.ACTIVITY 13011040000004-200708
Error 5 during READ_ERROR to file ../bnk.data/ac/FCRD.ACCT001
Enter I to Ignore, R to Retry , Q to Quit :
* Oracle Error **: ORA-03113: end-of-file on communication channel
TRANSROLLBACK: Rollback failed
** Oracle Error **: ORA-03114: not connected to ORACLE
** Error ** WRITE: Unable to write key 200708290037156335.00 record <row
id='200708290037156335.00'><c1>20070829</c1><c2>1</c2><c3>153855</c3><c4>371 33</c4><c6>BD0010126</c6><c7>MUHAMMAD</c7><c8>AZ
.ACCOUNT,PR.FD.OPEN</c8><c9>1 I</c9><c10>12641010008042</c10><c11>Cannot write 12641010008042 to FFEX.AZ.SCHEDULES.NAU</c11><
/row>
3857 - 2.0.9 - Wed Aug 29 15:38:55 - ** Oracle Error **: ORA-03114: not connected to ORACLE
5919 - 2.0.9 - Wed Aug 29 15:39:15 - ACFCRD_ACCT001 - ** Error ** READ: Key = 13011040000004-200708. Unable to convert XML re
cord into jBASE record
The above is one of our locally generated error log file where we can see all the the actions sending to Oracle database.
we can concentrate on the below error order.
Oracle Error **: ORA-03113: end-of-file on communication channel
TRANSROLLBACK: Rollback failed
** Oracle Error **: ORA-03114: not connected to ORACLE
Just yesterday we have confirmed from them that they are missing one patch which is
Errors in file
/orafs/app/oracle/admin/pblprod/udump/pblprod_ora_303562.trc:
ORA-07445: exception encountered: core dump [] [] [] [] [] []
Thu Jul 19 08:25:41 2007
Technical details:
This problem is arised due to "hash table key was exceeding
"ub1maxval" on 64 bit platforms because of the increas
e in size of struct memebers.
ORA-07445 and ORA-03113 are inter linked ?
and also please advice us how should we tune the rollback segments in oracle if huge rollback is concern.
Thanks
Kiran Kumar.S

Do you have any Oracle error related to rollback segment or undo tablespace ?Actually speaking we use transaction boundry in our code is as concern.When user inputting transactions if
at any point of failure, any tables,files at the application level updated within the transaction boundry should be rolled back.This is failing only at some point of time and the records which meant to be flushed back from the shared memory was not happenning.
I just wanted to convey my problem scenario to you before giving the update.
I havent got any error messages regarding roll back in my alertlogfile except below.
(FOB) flags=2 fib=70000025cb621e8 incno=0 pending i/o cnt=0
fname=/oradata/pblprod/undotbs01.dbf
fno=2 lblksz=8192 fsiz=206400
Are you using automatic undo ?Yes we are using undo_management as AUTO
What is the value of undo_retention parameter ?
Undo rentention parameter value is 900 which is too high i think. :-(
SQL> show parameter undo_retention;
NAME TYPE
VALUE
undo_retention integer
900
Do you have long running queries ? How long ?
Do you large write queries (UPDATE/INSERT/DELETE)Yes we do have.We have long running queries from application level during batch updates.The batch update we call it as
Close of Business (COB).So in COB we do have larger appends/writes/delete/truncate is as concern.
But in this case i think we have a problem with write.A longer running query may run at the maximum of 5min without any indexes created.
As a conclusion i think the problem which is ORA-03113 happenning because we have a very big undo_retention value which is 900.The UNDO_RETENTION parameter works best if the current undo tablespace has enough space fir the active transactions. If an active transaction needs undo space and the undo tablespace does not have any free space, then the system will start reusing undo space that would have been retained. This may cause long queries to fail.
My thinking makes sense ?
If i am speaking sense then shall we clear the undo tablespace please ?

Similar Messages

  • 10G RAC on AIX without ASM & HACMP.

    Hi,
    I want to install ORACLE 10G RAC on AIX but I dont want ot use ASM or HACMP/GPFC.
    Just want to install with CRS and RAW devices.Is it possible to install 10g RAC with CRS and RAW devices.
    What is the best approach for this.
    Regards
    MMU

    We're running CRS on AIX. No ASM or HACMP.
    We do have the db datafiles on GPFS. We've also got one voting disk on GPFS and two on raw devices.

  • SAP BOBJ XI 4.0 installation on AIX+oracle

    Hi,
    I want some information regarding
    SAP BO xi 4.0 AIX 6.1+oracle 10g installation
    Any konw how to install SAP BO Xi 4.1 on AIX+oracle.
    Please give the step how to implement crystal report+tomcat...  and soo many tools.
    amit

    Hi Waverly,
    No, I have the install doc, what I can't find is the actual installation files.
    Seperate sources indicate it is either already available or not available until August.  I suspect the later is the case, since we aren't in ramp up.
    Thanks and best regards,
    Russ

  • ERROR IN INVOKING TARGET 'RELINK' OF MAKEFILE '/INS_PRECOMP.mk' in 11g Form

    Hi,
    I am installing 11g Forms & Report [11.1.2]s on AIX 6.1, all other JDK and Weblogic Server installed Successfully without any error.
    When i installed 11g Forms & Reports i am getting this below error on 92% of completion.
    ERROR IN INVOKING TARGET 'RELINK' OF MAKEFILE '///INS_PRECOMP.mk'
    What is this error. Oracle Support says its a well known error to be solve by create a symlink as root user.
    They advised us to do this following
    Yes, there is a known issue with AIX OS.
    Before starting the Oracle Fusion Middleware 11g Classic installation on IBM AIX, check for "xlc" availability on the system. It should be present either under /usr/bin/ or under >/usr/vac/bin directory.
    If /usr/vac/bin/xlc is present, create the following symlink as root user:
    # ln -s /usr/vac/bin/xlc /usr/local/bin/xlc
    If /usr/bin/xlc is present, create the following symlink as root user:
    # ln -s /usr/bin/xlc /usr/local/bin/xlc
    Please clean up the failed install and start new install once you follow the above steps and let me know the results.The above steps are given by metalink support.
    But we do not have the XLC folder in our OS.
    Will you kindly advice me, why is that XLC folder Required ?
    If it is a Compilers folder why we need that in Production Server Installation. ?
    Kindly Advice me, we are hanged in this step for a more than 3 Days..
    Regards
    Paja

    XLC is a compiler for AIX. If you don't have it, and someone believes you do then you will need to install it. Because you did not mention what MOS note you were reading it is hard to say if this is a good plan or not. Take a look here:
    http://www.google.com/search?q=aix+xlc
    Also, if you haven't already done so, this note may offer some guidance:
    <blockquote>Installing Oracle On Aix:'Error In Invoking Target 'Relink' Of Makefile ...' ld: 0706-006 Cannot find or open library file: -l m (Doc ID 309668.1)</blockquote>
    And this patch is worth installing once you correct the current problem as you will need it for future patch installations: Patch ID: 13990099

  • Ile system or message queue is no longer available

    Hi All,
    We are using DB2 and AIX. We getting below error message in db2 log file.Please advise on this issue.
    2014-08-13-05.09.08.624033+060 I12752832A1291     LEVEL: Error (OS)
    PID     : 25756258             TID  : 1           PROC : db2fmp (168768) 0
    INSTANCE: db2fdf               NODE : 000
    APPID   : 10.144.69.239.57155.140801190410
    EDUID   : 1                    EDUNAME: db2fmp (168768) 0
    FUNCTION: DB2 Common, OSSe, OSSMountListing::getNext, probe:90
    MESSAGE : ECF=0x90000034=-1879048140=ECF_FILE_REMOTE_SYSTEM_NOT_ACTIVE
              File is on a remote system and the link to that system is not active
    CALLED  : OS, -, statvfs
    OSERR   : ESTALE (52) "A file, file system or message queue is no longer available."
    CALLSTCK: (Static functions may not be resolved correctly, as they are resolved to the nearest symbol)
      [0] 0x09000000074F5548 pdOSSeLoggingCallback + 0x34
      [1] 0x0900000008F0A6C4 oss_log__FP9OSSLogFacUiN32UlN26iPPc + 0x1C4
      [2] 0x0900000008F0AB70 ossLogSysRC + 0x70
      [3] 0x0900000008F2EB90 getNext__15OSSMountListingFCPC23OSSMountListingGetParamCP12OSSMountInfo + 0x4B0
      [4] 0x09000000020314A4 db2sap_mount_info + 0x3C4
      [5] 0x0900000007760EE4 sqloInvokeFnArgs + 0xB4
      [6] 0x0900000007760D44 @76@sqlerRunRoutine__FP13sqleInvokerCBPi + 0x168
      [7] 0x0900000007760AD0 sqlerDyload + 0x140
      [8] 0x090000000774AA40 sqlerFmpListener + 0x154
      [9] 0x0000000100001230 main + 0x910
    Regards,
    Raj

    Hi,
    I have checked with AIX team filesyetm every thing fine.Please tell me which filesystem caused thi issue.
    Reagrds,
    Raj

  • Regarding migration of multiple 9i DBs to same AIX 5.2 server

    Hi,
    We plan to move few Oracle 9i databases from AIX 5.2 to AIX 5.2.
    I have couple of questions on the approach we are planning to implement:
    1- We plan to backup the volumes having Oracle_Home and datafiles along with the complete OS and restore these on the target server. Will Oracle installation work on the target with this approach ?
    2- Can we use the same Oracle Home for multiple Oracle databases ? The purpose is after the above copy of volumes/OS from first server, we will just copy the offline backup data/redo log files/control files/init.ora file from the second source DB server to the target, and will startup the additional instance. Will this approach work ?
    Thanks for your time..
    Rgds,
    Himansu

    We plan to move few Oracle 9i databases from AIX 5.2 to AIX 5.2.I think it is from AIX 5.2 to AIX 5.3.
    1- We plan to backup the volumes having Oracle_Home and datafiles along with the complete OS and restore these on the target server. Will Oracle installation work on the target with this approach ?As far as I know yes. The installation should work as we can even move homes in AIX and hot-swap the drives.
    2- Can we use the same Oracle Home for multiple Oracle databases ? The purpose is after the above copy of volumes/OS from first server, we will just copy the offline backup data/redo log files/control files/init.ora file from the second source DB server to the target, and will startup the additional instance. Will this approach work ?Yes. Same home can accomodate the same versions databases. The approach is pefectly OK.
    Regards.

  • Installation problem on AIX ( SAP4.7, Oracle-9i)

    Hello Gurus,
    We are installaing SAP4.7 on AIX with oracle-9i as an database
    we have completed central instance successfully, while database instance we are facing error
    I am attaching error log for your referenec
    error log
    You entered: /sapcd/oracle9/51030360/ORA92_1
    Found the label ORACLE:9.2:RDBMS(1/4):Oracle RDBMS AIX5 CD:CD51018585_1 but need
    the label ORACLE:9.2.0:RDBMS(1::
    Can any body help me regarding this error.
    Thanks & regards
    Shishir

    > You entered: /sapcd/oracle9/51030360/ORA92_1
    > Found the label ORACLE:9.2:RDBMS(1/4):Oracle RDBMS AIX5 CD:CD51018585_1 but need
    > the label ORACLE:9.2.0:RDBMS(1::
    Are the CDs numbers matching to your installation master CD?
    Markus

  • Error in starting DB2 UDB (AIX with ECC 6.0)

    Hello All,
    I am facing error in starting the database as below :
    <b>exec(): 0509-036 Cannot load program db2start because of the following errors:
            0509-130 Symbol resolution failed for /usr/lib/threads/libc.a[aio_64.o] because:
            0509-136   Symbol kaio_rdwr64 (number 0) is not exported from
                       dependent module /unix.
            0509-136   Symbol listio64 (number 1) is not exported from
                       dependent module /unix.
            0509-136   Symbol acancel64 (number 2) is not exported from
                       dependent module /unix.
            0509-136   Symbol iosuspend64 (number 3) is not exported from
                       dependent module /unix.
            0509-136   Symbol aio_nwait (number 4) is not exported from
                       dependent module /unix.
            0509-136   Symbol aio_nwait64 (number 5) is not exported from
                       dependent module /unix.
            0509-136   Symbol aio_nwait_timeout (number 6) is not exported from
                       dependent module /unix.
            0509-136   Symbol aio_nwait_timeout64 (number 7) is not exported from
                       dependent module /unix.
            0509-026 System error: Error 0
            0509-192 Examine .loader section symbols with the
                     'dump -Tv' command.
    SQL1652N  File I/O error occurred.</b>
    I have even changed the Acc. I/O setting also as per the note :683396 .
    But the error still exists.Please help me out in this ssue.
    Regards,
    Chandra.

    Hi Chandra,
    this error may occure when you do not install DB2 on the node via db2setup on AIX. I assume you moved DB2 via ACC to this box. DB2 requires AIO. In general db2setup enables it for you. You can check this by issuing the following command: 'lsdev -Cc aio'
    The correct output should be like:
    aio0 Available Asynchronous I/O (Legacy)
    The wrong one with disabled AIO:
    aio0 Defined Asynchronous I/O (Legacy)
    Use 'smitty aio' to configute AIO for your machine.
    Regards,
    Steffen

  • Installation Of Solman 7.1 aix Oracle failed with Java Error

    Dear All,
    We are doing SOLMAN Installation 7.1 SR1 AIX Oracle.
    Now the installation stopped at the 19th phase "IMport ABAP"as in the attached screenshot.
    OS : AIX 6100-07-02-1150
    Database:  Oracle 11.2.0.3
    Java Version currently maintained:  java version "1.4.2"
    When i checked in log File  import_monitor.java.log  (  /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS) ,
    [root@solmantrg: /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS] cat import_monitor.java.log
    java version "1.6.0_45"
    Java(TM) SE Runtime Environment (build 6.1.051)
    SAP Java Server VM (build 6.1.051 23.5-b02, May 30 2013 05:04:21 - 61_REL - optU - aix ppc64 - 6 - bas2:197575 (mixed mode))
    Required system resources are missing or not available:
      Import directory '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP1' does not exist;
      Import directory '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP2' does not exist;
      Import directory '/cddumps/Solman_Export_Cds/51042607_2/DATA_UNITS/EXP3' does not exist;
      Import directory '/cddumps/Solman_Export_Cds/51042607_2/DATA_UNITS/EXP4' does not exist.
    [root@solmantrg: /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS]
    Also i checked all the above import Directories [
    '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP1'
    '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP2'
    '/cddumps/Solman_Export_Cds/51042607_2/DATA_UNITS/EXP3'
    '/cddumps/Solman_Export_Cds/51042607_2/DATA_UNITS/EXP4'
    ] and all the above import directories are present in my system.
    Later from the above log, i compared the Java Version of our System
    [root@solmantrg: /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS] java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142ifx-20110630 (SR13 FP10) (JIT enabled: jitc))
    [root@solmantrg: /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS] which java
    /usr/java14_64/jre/bin/java
    Kindly clarify the below Queries.
    1)Is the above Solman installation error was due to Java version? If so, do we need to install   java version "1.6.0_45" in Solman Server to proceed with the installation.
    2)Cant we proceed the Solman installation with the current Java version (java version "1.4.2") of our System .
    3) What is the actual Prerequistes to be maintained for JAVA.  I have downloaded the Installtion guide from SMP.
    but in the installation guide, The exact java version to be maintained to proceed with the Solman Installation 7.1 SR1 is not mentioned anywhere.
    4)If we install the Java 1.6, do we need to start Solman installation from the scratch . Any reboot required after installing java 1.6?
    5)Because of the inconsistencies in java version in our System, The installation shows the Error " Import directory does not exist  "?
    6)Please tel the cause of the Error
    Kindly assist to proceed with the installation
    Regards,
    Gayathri.K

    Hello Gayathri
    The import_monitor.java.log says the JRE used is 1.6 - java version "1.6.0_45"
    There must be multiple JRE's installed on the system.
    Run the below command and check the output
    ls -lad /usr/java*
    Few things I would try.
    Is the '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP1' an NFS mount ? If yes use a local file system.
    Create a directory called /SMINSTALL and move all from /cddumps/Solman_Export_Cds
    It should look like /SMINSTALL/51042607_1/DATA_UNITS/EXP1
    Start the installation.
    Try to use Java 1.4 or 1.5 and see if that helps.
    You need to set the environment variable JAVA_HOME before starting the installation.
    export JAVA_HOME=/usr/java14_64/jre
    Are there any files/directories under 51042607_*/DATA_UNITS/EXP* ?
    Regards
    RB

  • HELP!!! Listener problem on AIX 4.1 with oracle 7.2.2.0

    When I try to do "lnsrctl start" (or stop) the server give to me the error below:
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=ora7))
    TNS-12224: TNS:no listener
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    IBM/AIX RISC System/6000 Error: 2: No such file or directory
    Connecting to (ADDRESS=(COMMUNITY=TCP.world)(PROTOCOL=TCP)(Host=BILANCIO)(Port=1521))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    IBM/AIX RISC System/6000 Error: 79: Connection refused
    Connecting to (ADDRESS=(COMMUNITY=TCP.world)(PROTOCOL=TCP)(Host=BILANCIO)(Port=1526))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    IBM/AIX RISC System/6000 Error: 79: Connection refused
    On metalink, solutions are client side, but I have this problem on server side.
    I try to change host name to ip add, but problem persist.
    I try to reboot server (because I think the problem was the oracle istance) but the db works correctly.
    What can I do?
    thank u so much!!!
    pedro

    Hello Pedro,
    Please can you tell me if you resolved this issue you were having and how did you resolve this. I am having the same issue now....
    We did a restore to a different box and now cannot connect to the database and having same issues you described.
    Your help will be appreciated,
    Regards
    Avishkar Bandu

  • Oracle 9i installation error on AIX 4.3

    Hi Dears,
    i am trying to install oracle 9.0.1 on iBM-AIX 4.3.but when i run runInstaller script i got the follwonig below error
    error in writting to directory /tmp/Oinstall. please ensure that this directory is writable and has alleast 25MB of disk space.Installation can't continue
    then i check the size of /tmp directory like #df -k /tmp
    it showing 2GB, and i have given the permision to /tmp directory #chmod 777 /tmp
    then i run the runInstaller again i got the same error.please any one has idea bout that.quick respose will be higly appreciated.thanks a lot in advance.

    I think your problem could be caused by the fact that you have a staging area, which was created with the root user. See Oracle Metalink note 726564.1.
    Regards, Gerwin

  • ODI Lightweight Designer Installation Problem  on AIX

    Hi guys,
    I have installed oracledilwd on OAS 10.1.3.1.0 and encountered a problem while accessing the same.
    The installation for ODI 10.1.3.5 has been done on IBM AIX 5.2 and the deployement of oracledilwd.war on the OAS instance.
    the master and work repositories have been crated as weel as the data sources.
    I have got the metadata navigator working but although the Lightweight designer got successfully deployed the .war file for the same yet when i test the lwd application i am returned "HTTP 500 - Internal server error" and on checking the ascontrol.log file
    This is what i get..
    *WARN  jmx.JMXUserManager _store.319 - Exception received during persist user info.*
    com.phaos.ASN1.ASN1FormatException: java.lang.ArrayIndexOutOfBoundsException
    at com.phaos.cert.PKCS12Safe.input(PKCS12Safe)
    at com.phaos.cert.PKCS12Safe.<init>(PKCS12Safe)
    at com.phaos.cert.PKCS12.input(PKCS12)
    at com.phaos.cert.PKCS12.<init>(PKCS12)
    at oracle.security.pki.OracleKeyStoreSpi.b(OracleKeyStoreSpi)
    at oracle.security.pki.OracleSecretStore.setStoreInWallet(OracleSecretStore)
    at oracle.security.pki.OracleWallet.setSecretStore(OracleWallet)
    at oracle.sysman.ias.studio.jmx.SecureWalletManager.setEntry(SecureWalletManager.java:129)
    at oracle.sysman.ias.studio.jmx.JMXUserManager._store(JMXUserManager.java:307)
    at oracle.sysman.ias.studio.jmx.JMXUserManager.setCredential(JMXUserManager.java:250)
    Can you guys give any insight regards to the same, am not having any clue.
    Cheers
    Dhrubo
    Edited by: Dhrubo C on Aug 28, 2009 8:02 PM

    Hi Dhrubo,
    May be this is an issue with the JVM(IBM).Check Once.
    Thanks,
    katukota

  • Memory on AIX

    Hi,
    can you help me to understand please ?
    Does the following mean that I have 14Gb physical memory on my AIX server and that 26.1 percent of it is currently used by the file cache ?
    myserver@oracle$prtconf | grep "Memory"
    Memory Size: 14848 MB
    Good Memory Size: 14848 MB
    + mem0                                                            Memory
    myserver@oracle$ vmstat -v | grep "numperm percentage"
                     26.1 numperm percentage
    myserver@oracle$svmon -G
                   size       inuse        free         pin     virtual   mmode
    memory      3801088     3781855       19233      505457     2809438     Ded
    pg space     671744       13160
                   work        pers        clnt       other
    pin          386193           0           0      119264
    in use      2809438           0      972417
    PageSize   PoolSize       inuse        pgsp         pin     virtual
    s    4 KB         -     2835055       13160      171521     1862638
    m   64 KB         -       59175           0       20871       59175 Thank you.

    Hi;
    Does the following mean that I have 14Gb physical memory on my AIX server and that 26.1 percent of it is currently used by the file cache ? it tells you how many “file” pages you have in memory (in this case, it is: %26.1).
    myserver@oracle$prtconf | grep "Memory"
    Memory Size: 14848 MB
    Good Memory Size: 14848 MB
    + mem0                                                            Memory
    myserver@oracle$ vmstat -v | grep "numperm percentage"
    26.1 numperm percentage
    myserver@oracle$svmon -G
    size       inuse        free         pin     virtual   mmode
    memory      3801088     3781855       19233      505457     2809438     Ded
    pg space     671744       13160
    work        pers        clnt       other
    pin          386193           0           0      119264
    in use      2809438           0      972417
    PageSize   PoolSize       inuse        pgsp         pin     virtual
    s    4 KB         -     2835055       13160      171521     1862638
    m   64 KB         -       59175           0       20871       59175 Please see:
    http://intermediatesql.com/aix/how-oracle-uses-memory-on-aix-part-1-processes/
    Regard
    Helios

  • File from AIX to AS/400 via FTP

    Hi,
    i need to transfer a file as it is from AIX to AS/400. Doing that with WS-FTP works fine. So i set up a scenario in XI, getting the file from the AIX with NFS and putting the file to the AS/400 with FTP. The runtime workbench tells me that everything is ok (successful) and the file is created on the specified host in the specified folder.
    But - the file is not created on the host, or maybe its not visible? Any idea what to check to get a solution? The host is ok, the folder is ok, WS-FTP works fine resulting in a visible file, in XI everything is fine, but the file is missing at least. I really dont know where to have a look at. Anything special to AS/400 in XI?

    I mean the second option(File being picked by some other program on AS400 side)
    Is the file name or the pattern of the file name the same when you create it using WS-FTP and via XI?
    May be, the files created by the XI system are only qualified to be picked by that INVISIBLE Job(Based on some selection on file name patterns) (Assuming that it exists)?
    Just keep the FTP folder on the As400 side open while you run the scenario and make sure everything happens in front of your eyes..:) (Like the file coming and being picked away..)
    Regards,
    Ravi Kanth Talagana
    P.S: Sorry if I am getting on your nerves with my Invisible Job theory..:)

  • How to access file from AIX server

    Hi ,
    I am facing a problem with Aix Machine .
    I want to access the file from AIX server machine .I am in Windows machine.
    Regards
    Raghava

    HI all,
    My question is how to represent file folder name of that server
    my file folder in AIX server and i want to access that file in window s machine.
    * is this the right way to represent the data folder in physical schema declaration
    file:///<aix server IP>/usr/oracledi/oracldi/data
    Regards
    Raghava
    Message was edited by:
    Raghava.java

Maybe you are looking for