URGENT: Error while importing personalizations using Functional Admin Resp

Hi all,
We are facing problem when importing personalizations using Functional Administrator responsibility.
We have personalised a standard oracle page in development instance and have successfully exported the personalizations in a file.
But when we try to import the same files in another instance, we get the following error when opening "Exported Personalizations" tab in "Personalizations> Import/Export" tab .
The path ' $HOME/ ' you specified does not exist. Please specify an existing path in the profile 'FND: Personalization Document Root Path'.
We have tried giving different paths in profile option 'FND: Personalization Document Root Path', but it gives the same error for every path in this new instance.
This was not the case with the development instance where we were able to import/export personalizations successfully.
Can anybody give inputs on this.
This is a bit urgent.
Regards,
Anas.

What is the current value in the Profiles Form?
What is the value that is displayed in the "About this Page" -> "Profiles", from the Functional Administration screen.
Can you also confirm if the directory has 777 permissions?

Similar Messages

  • Getting access denied error while importing file using input type="file"

    Hi All,
    I am using struts application wherein I need to import file for some purpose.I have used input type="file" for the same which goes like:
    <input type="file" id="uploadFile" name="uploadFile" size="50">
    I have the import button on which I have used onClick event to call javascript function submitValues() used to validate all the fields from the page which goes like:
    <input type="button" name="select" value="Import" class="CSSButton" onClick="javascript:submitValues();">
    The JS function then in turn submits the form and calls the action.The problem is sometimes even when the correct path is specified for the file to be imported results in access denied error.This error comes sometimes and other times it works fine.But when this error comes,I need to relogin into the application and then it works fine.I am using IE7 for this.
    Any idea why I am getting access denied error while importing? Has it got something to do with IE7 version or with the input type="file" which is being used here?
    Thanks for any help if anyone can provide.
    Edited by: passionateforjava on Mar 4, 2009 2:18 AM

    vishnuS1984 wrote:
    Hi Friends,
    I have gone through scores of examples and i am failing to understand the right thing to be done to copy a file from one directory to another. Here is my class...So let's see... C:\GetMe1 is a directory on your machine, right? And this is what you are doing with that directory:
    public static void copyFiles(File src, File dest) throws IOException
    // dest is a 'File' object but represents the C:\GetMe1 directory, right?
    fout = new FileOutputStream (dest);If it's a directory, where in your code are you appending the source file name to the path, before trying to open an output stream on it? You're not.
    BTW, this is awful:
    catch (IOException e)
    IOException wrapper = new IOException("copyFiles: Unable to copy file: " +
    src.getAbsolutePath() + "to" + dest.getAbsolutePath()+".");
    wrapper.initCause(e);
    wrapper.setStackTrace(e.getStackTrace());
    throw wrapper;
    }1) You're hiding the original IOException and replacing it with your own? For what good purpose?
    2) Even if you had a good reason to do that, this would be simpler and better:
    throw new IOException("your custom message goes here", e);
    rather than explicitly invokign initCause and setStackTrace. Yuck!

  • Getting error while importing metadata using View Objects

    Hi All,
    I am trying to create a repository using View Object in OBIEE 11.1.5.1 but getting error while viewing the data, after importing the metadata in the repository "[nQSError: 77031] Error occurs while calling remote service ADFService11G. Details: Runtime error for service -- ADFService11G - oracle/apps/fnd/applcore/common/ApplSession".
    I am also getting error "žADFException-2015: The BI Server is incompatible with the BI-ADF Broker Servlet: BI Server protocol version = null, BI-ADF Broker Servlet protocol version = 1" during testing my sample which is deployed to Admin server. I followed BI Adminstrator help file guide in order to create the sample for creating repository using view object.
    Admin server log says
    [2011-09-27T02:59:03.646-05:00] [AdminServer] [NOTIFICATION] [] [oracle.bi.integration.adf] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: b260b57746aa92d3:-1f9ca26:1328fcfd3e6:-8000-0000000000006744,0] [APP: BIEEOrders] [[
    QUERY:
    <?xml version="1.0" encoding="UTF-8" ?><ADFQuery><Parameters></Parameters><Projection><Attribute><Name><![CDATA[Deptno]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute><Attribute><Name><![CDATA[Dname]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute><Attribute><Name><![CDATA[Loc]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute></Projection><JoinSpec><ViewObject><Name><![CDATA[AppModule.DeptViewObj1]]></Name></ViewObject></JoinSpec></ADFQuery>
    [2011-09-27T02:59:04.199-05:00] [AdminServer] [ERROR] [] [oracle.bi.integration.adf.v11g.obieebroker] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: b260b57746aa92d3:-1f9ca26:1328fcfd3e6:-8000-0000000000006744,0] [APP: BIEEOrders] java.lang.NoClassDefFoundError: oracle/apps/fnd/applcore/common/ApplSession[[
         at oracle.bi.integration.adf.ADFDataQuery.makeQueryBuilder(ADFDataQuery.java:81)
         at oracle.bi.integration.adf.ADFDataQuery.<init>(ADFDataQuery.java:70)
         at oracle.bi.integration.adf.ADFReadQuery.<init>(ADFReadQuery.java:15)
         at oracle.bi.integration.adf.ADFService.makeADFQuery(ADFService.java:227)
         at oracle.bi.integration.adf.ADFService.execute(ADFService.java:136)
         at oracle.bi.integration.adf.v11g.obieebroker.ADFServiceExecutor.execute(ADFServiceExecutor.java:185)
         at oracle.bi.integration.adf.v11g.obieebroker.OBIEEBroker.doGet(OBIEEBroker.java:89)
         at oracle.bi.integration.adf.v11g.obieebroker.OBIEEBroker.doPost(OBIEEBroker.java:106)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.ClassNotFoundException: oracle.apps.fnd.applcore.common.ApplSession
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         ... 38 more
    Please suggest how to make it work.

    Hi,
    Thanks for providing the online help URL, i have already completed the steps mentioned in URL
    I am able to import metadata using view object but getting above error("[nQSError: 77031] Error occurs while calling remote service ADFService11G. Details: Runtime error for service -- ADFService11G - oracle/apps/fnd/applcore/common/ApplSession".") while validating the data.
    It fails at step 5 of "To import metadata from an ADF Business Component data source:" section of above URL.

  • Error while importing data using SAPINST system copy method

    Dear Friends,
    I am in process of doing system copy from production to Quality.
    OS: Linux
    Database: DB2
    We have completed export from production. I have uninstalled quality system before importing, uninstall of quality system was succesful. Know while importing the exported data by using sapinst method, i am getting error in phase define parameter. Where it is showing error as below.
    ==============
    TRACE      2011-07-01 13:15:35.738
    Found Error, error_codes[0] = <SELECT 'DATABASE-SCHEMA '||name||' COUNT : ( '||STRIP(CHAR(cnt1))||' ) ' FROM ( SELECT 'SAPGEQ' AS name , COUNT(*) AS cnt1 FROM SYSCAT.SCHEMATA WHERE schemaname='SAPGEQ' ) AS sub
    SQL1036C  An I/O error occurred while accessing the database.  SQLSTATE=58030>
    TRACE      2011-07-01 13:15:35.738
    During execution of <last_command.sql>, <1> errors occured.
    ERROR      2011-07-01 13:15:35.738 [iaxxinscbk.cpp:260]
    MDB-01999  Error occured, first error is: <SQL1036C  An I/O error occurred while accessing the database.  SQLSTATE=58030>
    ===================
    from the above error , it seems it is trying to conect to old quality database, but i don't know why it is doing so, as i have already uninstall the complete instance using sapinst. need your expert suggestion to over come this issue.
    Thanks
    Anil Bhandary

    Hi ,
    This is probably due to shutdown of the system not correctly.
    you will have to re-create control file.
    Regards
    Nagaraju

  • Urgent:Error while importing project in ODI..plz help

    Hi All,
    We are getting below errors after importing the project folder.
    In interfaces having file as source datastores, we are getting below errors
    1) On source datastore,its giving error that "could not build the property panel for an object".
    2) On requesting for data of source datastore it is showing:cannot display data: datastores are not on the same data server
    3) On executing the interface its giving below error:
    --the object no longer exists
    Also, we are not able to see any field of source datastore(technology-File) in Source panel in the interaface after we imported project.
    Message was edited by:
    user625028

    Make sure that, you might have selected Duplicate mode while importing
    and data stores id may be different .

  • How to resolve error while importing data using IDoc method in LSMW ?

    Hi
    I am trying to import my data using IDoc method in LSMW.
    But after completing the whole LSMW process, when I look into the IDOC generated, the error description is as this.
    It talks about the process code and other stuff.
    Function module not allowed : APPL_IDOC_INPUTI
    Message No. B1252
    Diagnosis :
    The function module APPL_IDOC_INPUTI and the application object type which were determined are not valid for this IDoc.
    I am not able to resolve the problem.
    Please help.
    Regards,
    Rachesh Nambiar

    check the below link.
    /people/stephen.johannes/blog/2005/08/18/external-data-loads-for-crm-40-using-xif-adapter

  • Error while extracting data using function module

    Hello,
    I created one generic datasource and i want to extract data with the option "Extraction by Function Module".
    But when i specified function module name and was trying to save, it thrown a error message saying
    'The specified table does not exist'.
    What could be the reason?
    Please help me out.
    Thanks,
    Regards,
    Steve

    Hi Steve,
       Once you execute T.Code RSO2, you need to fill in the details and click Create, specify the Appl. Component and in Extraction by Function Module, give Function Module name and Extrct Structure in the given boxes.
    "This structure is used by a DataSource that was created using the transaction RSO2 (generic extraction) and selects data using a function module.
    The data must be transferred from this function module to an interface table E_T_DATA."
    I'll try to comeup with small piece of code to sort your issue.
    Hope it helps!!!!
    Amit

  • Error while importing schemas using datapump

    Hi,
    I am trying to import schema from qc to development. after importing i got the following error attached below:
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/WITH_GRANT_OPTION/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/CROSS_SCHEMA/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    ORA-39065: unexpected master process exception in RECEIVE
    ORA-39078: unable to dequeue message for agent MCP from queue "KUPC$C_2_20090421161917"
    Job "SYS"."uat.210409" stopped due to fatal error at 20:15:13
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 2 with process name "DW02" prematurely terminated
    ORA-31671: Worker process DW02 had an unhandled exception.
    ORA-39078: unable to dequeue message for agent KUPC$A_2_20090421161934 from queue "KUPC$C_2_20090421161917"
    ORA-06512: at "SYS.KUPW$WORKER", line 1397
    ORA-06512: at line 2
    ORA-39029: worker 3 with process name "DW03" prematurely terminated
    ORA-31671: Worker process DW03 had an unhandled exception.
    ORA-39078: unable to dequeue message for agent KUPC$A_2_20090421162030 from queue "KUPC$C_2_20090421161917"
    ORA-06512: at "SYS.KUPW$WORKER", line 1397
    ORA-06512: at line 2
    ORA-39029: worker 4 with process name "DW04" prematurely terminated
    ORA-31671: Worker process DW04 had an unhandled exception.
    ORA-39078: unable to dequeue message for agent KUPC$A_2_20090421162031 from queue "KUPC$C_2_20090421161917"
    ORA-06512: at "SYS.KUPW$WORKER", line 1397
    ORA-06512: at line 2
    Is my import completed successfully or not??. please help...

    When a datapump job runs, it creates a table called the master table. It has the same name as the job name. This is used to keep track of where all of the information in the dumpfile is located. It is also used when restarting a job. For some reason, this table got dropped. I'm not sure why, but in most cases, datapump jobs are restartable. I don't know why the original message was reported, but I was hoping the job woudl be restartable. You could always just rerun the job. Since the job that failed already created tables and indexes, if you restart the job, all of the objects that are dependent on those objects will not be created by default.
    Let's say you have table tab1 with an index ind1 and both table and index are anaylized. Since tab1 is already created, the datapump job will mark all of the objects dependent on tab1 to skip. This includes the index, table_statistics, and index_statistics. To get around this, you could say
    table_exists_action=replace
    but this will replace all tables that are in the dumpfile. Your other options are:
    table_exists_action=
    truncate -- to truncate the data in the table and then just reload the data, but not the dependent objects
    append -- to append the data from the dumpfile to the existing table, but do not import the dependent objects
    skip -- skip the data and dependent objects from the dumpfile.
    Hope this helps.
    Dean

  • ATG 10.0.1 - Error while importing data using CIM

    Hi,
    I am trying to setup the data for ATG10.0.1 using cim.
    I was able to successfully create the publishing schema. However, when I try to import the data through cim it gives me following error:
    Importing (1 of 37) /Publishing/base/install/epub-role-data.xml to /atg/
    userprofiling/InternalProfileRepository...
    -------DATA IMPORT FAILED-------------------------------------------------------
    +enter [h]elp, [m]ain menu, [q]uit to exit+
    Make sure you have configured the connection details and created the schema.
    exec returned: 255
    Please help. Am I missing something?
    Thanks

    cim error log:
    *** info     Wed Nov 23 00:57:05 PST 2011     1322038625172     atg.cim.task.ant.utility.AntLogger     Total time: 0 seconds
    **** Warning     Wed Nov 23 00:57:05 PST 2011     1322038625176     atg.cim.worker.common.PropertyFileCreatorTask     Attempting to create properties file D:\ATG\ATG10.0.1\home\..\home\servers\cimDbInitializer\localconfig\atg\registry\RepositoryGroups.properties with out contents.
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625177     atg.cim.worker.common.PropertyFileCreatorTask     Wrote File D:\ATG\ATG10.0.1\home\..\home\servers\cimDbInitializer\localconfig\atg\registry\RepositoryGroups.properties
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625197     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask     Executing startSqlRepository for /atg/userprofiling/InternalProfileRepository
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625197     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask     Import File D:\ATG\ATG10.0.1\home\..\Publishing\base\install\epub-role-data.xml
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625197     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask     args : -workspace workspace -comment initial_data_import -user publishing
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625204     atg.cim.task.ant.utility.AntLogger     
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625204     atg.cim.task.ant.utility.AntLogger     start.sqlrepository.windows:
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625263     atg.cim.task.ant.utility.AntLogger     [exec] \Java\jdk1.6.0_27\bin\java was unexpected at this time.
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.task.ant.utility.AntLogger     
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.task.ant.utility.AntLogger     BUILD FAILED
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.task.ant.utility.AntLogger     D:\ATG\ATG10.0.1\CIM\plugins\Base\ant\cim-ant.xml:4: exec returned: 255
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.task.ant.utility.AntLogger     
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.task.ant.utility.AntLogger     Total time: 0 seconds
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask     ---     D:\ATG\ATG10.0.1\CIM\plugins\Base\ant\cim-ant.xml:4: exec returned: 255
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:636)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:662)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:487)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at sun.reflect.GeneratedMethodAccessor102.invoke(Unknown Source)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at java.lang.reflect.Method.invoke(Method.java:597)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.Task.perform(Task.java:348)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.Target.execute(Target.java:357)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.Target.performTasks(Target.java:385)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.task.ant.utility.AntExecutionWrapper.executeAntTarget(AntExecutionWrapper.java:145)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.worker.AntTask.executeAntTarget(AntTask.java:93)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask.execute(StartSqlRepositoryExecutorTask.java:243)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.database.ImportDataTask.createStartSqlRepositoryTask(ImportDataTask.java:635)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.database.ImportDataTask.importTask(ImportDataTask.java:454)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.database.ImportDataTask.execute(ImportDataTask.java:217)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.task.TaskExecutor.execute(TaskExecutor.java:134)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.task.TaskExecutor.executeTasks(TaskExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.types.ExecuteStepTasks.execute(ExecuteStepTasks.java:51)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.executeValidations(StepExecutor.java:289)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.ui.text.TextDisplay.processStep(TextDisplay.java:436)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.ui.UIDispatchImpl.processStep(UIDispatchImpl.java:89)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processStep(StepExecutor.java:201)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.types.LaunchWizard.execute(LaunchWizard.java:73)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processStep(StepExecutor.java:216)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.flow.CimFlow.startupFlow(CimFlow.java:69)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.flow.CimFlowCreator.startDefaultCimFlow(CimFlowCreator.java:78)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.Launcher.startCimFlow(Launcher.java:168)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.Launcher.main(Launcher.java:68)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask     
    *

  • Error  while reading data using Function Module /sapapo/msdp_data_read

    In my report, function module /sapapo/msdp_data_read  is called to get the data from a planning area.
    The problem is that, the values returned by this FM are not correct.means its returning wrong Key_figure values.
    On checking it was observed that , in the import parameter is_read_options ,
    the field flg_aggregate = 'X'.
    In Debug mode i cleared this field and called the FM and it returned the correct values.
    Can anybody plz tell me what is the relevance of this field flg_aggregate .
    Kindly guide.
    Thnk you in advance.
    Regards ,
    Pranali

    Dear Pranali,
    FLG_AGGREGATE has following importance:
    if FLG_AGGREGATE = 'X' and the table ct_cols is empty then key figures for the time period defined through IS_PERIOD will be red aggrerated.
    I hope this helps.
    Regards,
    Tibor

  • Powershell error while importing module and executing function from module

    powershell error while importing module and executing function from module
    Function called in uncertain order..
    VERBOSE: The 'Function1' command in the MyModule module was imported, but because its name does not include an approved verb, it might be difficult to find. The
    suggested alternative verbs are "Clear, Install, Publish, Unlock".
    VERBOSE: Importing function 'Function1'.
    VERBOSE: The 'Function2' command in the MyModule' module was imported, but because its name does not include an approved verb, it might be difficult to fin
    d. For a list of approved verbs, type Get-Verb.
    VERBOSE: Importing function 'Function2'.

    First of all those errors look more related to HBR, though if it worked before I would restart services then log into the planning app and then try again.
    Have you tried a different form as well one without an ampersand &.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Connection Failed Error while Importing tables in 11.1.1.6 on Windows 7

    Hi,
    Can you please help me in resolving the connection failed error while importing the tables from the database.
    I am using OBI 11.1.1.6 on Windows 7
    You help is highly appreciated. I have followed all the below blogs but still i was not able to resolve the issue.
    http://123obi.com/2011/03/error-the-connection-has-failed-in-obiee-11g/
    http://obieedeveloper.blogspot.in/2012/03/connection-failed-error-in-obiee-11-g.html
    http://iadviseblog.wordpress.com/2011/05/29/obiee-11g-error-in-importing-metadata/
    http://www.obieefans.com/%E2%80%9Cthe-connection-has-failed%E2%80%9D-error-in-obiee-11g-admin-tool/
    Thanks in Advance
    Siva

    It would be nice if you put your issues instead of asking to look those many urls.
    try using tns entry in connection pool or follow this thread
    Connection failed in OBIEE 11g

  • Error while importing a cerificate on portal

    Hi gurus,
    We got an error while importing sertificate in portal (Error mentioned below)
    JVMXE006:OutOfMemoryError, stAllocArray for executeJ
    ava failed
    at com.sap.engine.services.keystore.impl.coder.RepositoryCoder.decode(Re
    positoryCoder.java:71)
            at com.sap.engine.services.keystore.admin.gui.KeystoreManagerListenerImp
    l.loadEntries(KeystoreManagerListenerImpl.java:1041)
            at com.sap.engine.services.keystore.admin.gui.KeystoreManagerListenerImp
    l.backdown(KeystoreManagerListenerImpl.java:979)
            at com.sap.engine.services.keystore.admin.gui.EntriesButtonPanel.actionP
    erformed(EntriesButtonPanel.java:202)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:18
    15)
            at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
    ctButton.java:1868)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
    .java:449)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:287
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
    istener.java:274)
            at java.awt.Component.processMouseEvent(Component.java:5196)
            at java.awt.Component.processEvent(Component.java(Compiled Code))
            at java.awt.Container.processEvent(Container.java(Compiled Code))
            at java.awt.Component.dispatchEventImpl(Component.java(Compiled Code))
            at java.awt.Container.dispatchEventImpl(Container.java(Compiled Code))
            at java.awt.Component.dispatchEvent(Component.java(Inlined Compiled Code
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java(Comp
    iled Code))
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java(Compi
    led Code))
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java(Compiled
    Code))
            at java.awt.Container.dispatchEventImpl(Container.java(Compiled Code))
            at java.awt.Window.dispatchEventImpl(Window.java:1653)
            at java.awt.Component.dispatchEvent(Component.java(Inlined Compiled Code
            at java.awt.EventQueue.dispatchEvent(EventQueue.java(Compiled Code))
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java(Compiled Code))
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java(Compiled Code))
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:181)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:173)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:136)
    Kindly please suggest a solution.

    Shiv Chalke,
    It looks like JVM Out of Memory Error.
    1. Better you restart your Server and Check whether the Server is up and running or Not.
    2.Check whether all the server nodes are up and running by using SAP MMC.
    3. Have you modified any memory Parameters in Visual Admin?
    4. Check Whether Keystorage Service is up and running or not.
    If Its not running,manually Start it.
    Let me know if you face any issues.
    Regards,
    Karthick Eswaran

  • Error while importing the data

    Hi All,
    In fdm i am trying to Import the data but i am getting the below error while importing text file.
    Error: An error occurred importing the file.
    Detail: Data access error.
    also the below is the log found ..
    2012-02-14-01:04:42
    User ID...........     admin
    Location..........     mine
    Source File.......     C:\Hyperion\products\FinancialDataQuality\Mineapp\Test2\Inbox\mine\load_demo2.txt
    Processing Codes:
    BLANK............. Line is blank or empty.
    ESD............... Excluded String Detected, SKIP Field value was found.
    NN................ Non-Numeric, Amount field contains non numeric characters.
    RFM............... Required Field Missing.
    TC................ Type Conversion, Amount field could be converted to a number.
    ZP................ Zero Suppress, Amount field contains a 0 value and zero suppress is ON.
    Create Output File Start: [2012-02-14-01:04:42]
    [TC] - [Amount=NN]     Accounts,Market,Year,Product,Scenario,Data
    [Blank] -      
    Excluded Record Count..............1
    Blank Record Count.................1
    Total Records Bypassed.............2
    Valid Records......................2
    Total Records Processed............4
    Begin SQL Server (BCP) Process (2): [2012-02-14-01:04:42]
    [RDMS Bulk Load Error Begin]
         Message:      (-2147217900) - Data access error.
         See Bulk Load File:      C:\Hyperion\products\FinancialDataQuality\Mineapp\Test2\Inbox\tWadmin56465844032.tmp
    [RDMS Bulk Load Error End]
    Please help me out i am really helpless and dont know how to solve this error.

    When you perform a bulk load, you basically tell SQL Server to execute a command local to the SQL server. What that means is that if you pass it a parameter that says load the file :
    C:\Hyperion\products\FinancialDataQuality\Mineapp\Test2\Inbox\mine\load_demo2.txt
    SQL Server is going to look on it's C drive for the file.
    Unless you have SQL Server running on the FDM server, this is going to fail obviously.
    The 'right' thing to do is setup your FDM app using a share name. (i.e. \\FDMSERVER\FDMAPPS\Mineapp instead of c:\Hyperion\products\FinancialDataQuality\Mineapp).
    If you are relatively handy with FDM, there is a config file (in XML) that has the path information for the apps and you just need to change it from the hardcoded C drive reference to the share you create.)
    Your other option is to NOT load the fiels as bulk. If you have a lot of large data files being loaded, this would be a bad idea. If you have relatively small load files every month and not a lot of users on the system, this may not impact performance. I would update the path information if it were me.
    Charles

  • Errors while importing support

    hello all,
    I am getting following errors while importing support
    packages Queue SPAMu2026
    - Error in phase: CHECK_REQUIREMENTS
    - Reason for error: TP_CANNOT_CONNECT_SYSTEM
    - Return code: 0232
    - Error message: connect failed
    I have checked the TPPRAM file, RFC connection and
    it's normalu2026
    I even changed the directory to /usr/sap/trans/bin and
    executed command "tp connect <SID>" and same erroru2026
    Return code: 0232
    Also I tested the connectivity from STMS
    RFC Link tp was started successfully
    tp Version 340.15.02
    DB Connect Link to database failed
    Offline Call connect failed
    any ideas? any suggestions? I really need help.
    Jack Lee

    Dear All:
    the error still the same~
    I excuted the R3trans -d and came out like below:
    C:\Documents and Settings\dbsadm>R3trans -d
    This is R3trans version 6.13 (release 640 - 24.04.09 - 13:43:00).
    2EETW169 no connect possible: "DBMS = MSSQL                            ---  SERV
    ER = 'PRDTEST' DBNAME = 'DBS'"
    R3trans finished (0012).
    and here is the trans.log:
    4 ETW000 R3trans version 6.13 (release 640 - 24.04.09 - 13:43:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 02.07.2005 - 15:36:52
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Sat Jul 02 15:36:55 2005                            6991  0.006991
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    65  0.007056
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                            183  0.007239
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dbmssslib.dll' ...                51  0.007290
    4 ETW000  [dev trc     ,00000]  load shared library (dbmssslib.dll), hdl 0          1550  0.008840
    4 ETW000  [dev trc     ,00000]      using "C:\usr\sap\DBS\SYS\exe\run\dbmssslib.dll"
    4 ETW000                                                                              14  0.008854
    4 ETW000  [dev trc     ,00000]  Library 'dbmssslib.dll' loaded                         7  0.008861
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dbmssslib.dll
    4 ETW000                                                                              11  0.008872
    4 ETW000  [dev trc     ,00000]  Version of 'dbmssslib.dll' is "640.00", patchlevel (0.266)
    4 ETW000                                                                             492  0.009364
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dbmssslib.dll
    4 ETW000                                                                               9  0.009373
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dbmssslib.dll
    4 ETW000                                                                              19  0.009392
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              75  0.009467
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              40  0.009507
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         36  0.009543
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              10  0.009553
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              14  0.009567
    4 ETW000  [dev trc     ,00000]  Thread ID:2320                                      3431  0.012998
    4 ETW000  [dev trc     ,00000]  Thank You for using the SLOLEDB-interface             51  0.013049
    4 ETW000  [dev trc     ,00000]  Using dynamic link library 'C:\usr\sap\DBS\SYS\exe\run\dbmssslib.dll'
    4 ETW000                                                                              37  0.013086
    4 ETW000  [dev trc     ,00000]  dbmssslib.dll patch info                             117  0.013203
    4 ETW000  [dev trc     ,00000]    patchlevel   0                                     112  0.013315
    4 ETW000  [dev trc     ,00000]    patchno      266                                     8  0.013323
    4 ETW000  [dev trc     ,00000]    patchcomment Batch jobs stay in Ready status (1291921)
    4 ETW000                                                                              10  0.013333
    4 ETW000  [dev trc     ,00000]  np:(local) connection used on PRDTEST                 84  0.013417
    4 ETW000  [dev trc     ,00000]  CopyLocalParameters: dbuser is 'dbo'                   9  0.013426
    4 ETW000  [dev trc     ,00000]  Using Provider SQLNCLI                             12800  0.026226
    4 ETW000  [dev trc     ,00000]  OpenOledbConnection: MARS property was set successfully.
    4 ETW000                                                                             570  0.026796
    4 ETW000  [dev trc     ,00000]  Provider Release:9.00.4035.00                      54486  0.081282
    4 ETW000  [dev trc     ,00000]  Using Provider SQLNCLI                              3456  0.084738
    4 ETW000  [dev trc     ,00000]  OpenOledbConnection: MARS property was set successfully.
    4 ETW000                                                                             311  0.085049
    4 ETW000  [dev trc     ,00000]  i'm dbo but there exists 1 users <> dbo with tables SVERS ==> connect terminated
    4 ETW000                                                                            8298  0.093347
    2EETW169 no connect possible: "DBMS = MSSQL                            ---  SERVER = 'PRDTEST' DBNAME = 'DBS'"
    Regards
    Jack Lee

Maybe you are looking for