IBM WPS: Error While Creating App and Int Server Connections in JDev 10g
Hi,
I have been struggling to create App Server and Int Server connections in JDeveloper 10.1.3.4 without any luck.
The JDeveloper is present on VM ware machine from which I'm trying to establish the connections to remote server where SOA Suite 10g is installed on IBM Websphere.
My Settings:
App Server:
Connection Type: Standalone OC4J 10.1.3
RMI: tried WC_defaulthost port, 6003, RMI default port (How do I get the actual value of RMI on IBM Websphere and does this really make a difference?)
Connection test fails with Mbean error. Ignored this error as documented in Installation guide.
Int Server:
Used the above App Server connection, gave the http port value of 9700 (also the WC_defaulthost on IBM Websphere)
Connection test fails for App Server, BPEL PM Server and ESB Server.
I have gone through other threads where different workarounds were suggested but none of them worked for me. The workaround of adding the property ipaddr with the value 0.0.0.0 in opmn.xml doesn't hold good here as IBM WPS doesn't have OPMN.
Please suggest a working solution for this issue.
Regards,
CC
The below message comes when you don't specify any default file for your webcenter portal application and this should not be any problem.
Target Portal.jpr is not runnable, using default target index.html.
Can you answer to my questions:
1. Did you just created a new wcp application in jdev and ran it with out doing any changes? If you have done what are the changes?
2. How did you ran your application? (right clicking a particular page or right clicking your portal project and selected "run" option?
Similar Messages
-
Fiori Error while creating catalog and Group in Fiori Launchpad
Hi ,
We are getting following error while creating Catalog and Groups in Fiori Launchapd:
Error (500, Internal Server Error) in OData response for GET "/sap/opu/odata/UI2/TRANSPORT/CustomizingRequests?$filter=isDefaultRequest%20eq%20true": HTTP request failed
Details: Model 'ZTRANSPORT_MODEL_0001_BE' contains errors. Contact Adminstrator
Regards,
Trilochan
Message was edited by: Michael ApplebyHi Trilochan,
Have you assigned transport request? Select the config icon at right top.
Creating Transport Requests for User Changes - User Interface Add-On for SAP NetWeaver - SAP Library
Also look at SAP Fiori - UI Add-on SP09 update troubleshooting
Regards, Masa
SAP Customer Experience Group - CEG -
Run time error while Creating IDN and Inbound Delivery
Hi All,
I am getting Run time error while creating Inbound Delivery Notification from Inbound Queue and Inbound Delivery from IDN
After debugging i come to know that system is looking for Patch Level SAPKNA7026 but in my system Patch is upto SAPKNA7022
Is there any OSS notes available to deactivate/resolve this run time error ? I tried 0001798794 Deactivation of hierarchical access functionality but system is still giving me run time error
Regards,
P@MHi Agrawal
As you are getting run-time error after entering the sold to party and material and the error is in SAPLV61Z ,
close the session for sometime and open again and then create sales order and then enter sold to party and material and then check wheather you are getting or not. If you are still facing the problem then take the help of the ABAP & BASIS consultant's.
Regards
Srinath -
Error while creating procedure and package
Hi,
I am getting an error while creating an procedure
create or replace procedure mke_test (mke_gender varchar2) is
begin
declare global temporary table mag_hotline_glob
INDIVIDUAL_ID NUMBER,
ONE_MONTH NUMBER,
THREE_MONTH NUMBER,
SIX_MONTH NUMBER,
TWELVE_MONTH NUMBER,
CHILDREN_PRES VARCHAR2(1 BYTE)
) with replace on commit preserve rows not logged;
begin
insert into mag_hotline_glob
select * from magazine_gender;
end;
end;
can anybody plz suggestIt's a total mess. You need to read the documentation first.
Create your table separately
CREATE global temporary table mag_hotline_glob(INDIVIDUAL_ID NUMBER,
ONE_MONTH NUMBER,
THREE_MONTH NUMBER,
SIX_MONTH NUMBER,
TWELVE_MONTH NUMBER,
CHILDREN_PRES VARCHAR2(1 BYTE)) with replace on commit preserve rows not logged;Then use the procedure (I don't know why, this INSERT statement you can fire yourself)
create or replace procedure mke_test(mke_gender varchar2) is
begin
insert into mag_hotline_glob
select * from magazine_gender;
end;If you want to create the GTT inside the procedure(should be avoided) then Use EXECUTE IMMEDIATE.
By the way, where are you using the IN parameter ? It' unnecessary. -
i am using the following description to create a web service reference:
web reference :REST
Name :Yahoo Map
URL :http://local.yahooapis.com/MapsService/V1/mapImage
HTTP Method: GET
Basic Authentication: No
Add Parameter:
Name Type
appid String
location String
Output Format: XML
XPath to Output Parameters : /Result
Output Parameter:
Name Path Type
Url /text() String
Then i tried to create form and report on webservice:
Web Service Reference Type: Yahoo Map
Operation: doREST
All the fields i keep as default
I tick the checkbox (url)in report Parameter
After clicking next whereever required i click create button
I get the following error
ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
Please someone help to solve this as i need to fix it urgently.i exported the application from apex.oracle.com and imported it to our environment
import went fine, but when I ran the IR page I got
ORA-20001: get_dbms_sql_cursor error ORA-00904: : invalid identifier
evidently the problem is a lack of public execute on DBMS_LOB, which is used in the generated IR source.
while waiting for the DBA to grant privs on DBMS_LOB, changing the dbms_lob.getlength call to length() fixes the IR.
however, i am not getting the download link on the associated form page... changed templates, that's not the issue -- we'll see if that's a dbms_lob issue as well -
I am using Apex 4.2.2.00.11
am using the following description to create a web service reference:
web reference :REST
Name :Yahoo Map
URL :http://local.yahooapis.com/MapsService/V1/mapImage
HTTP Method: GET
Basic Authentication: No
Add Parameter:
Name Type
appid String
location String
Output Format: XML
XPath to Output Parameters : /Result
Output Parameter:
Name Path Type
Url /text() String
Then i tried to create form and report on webservice:
Web Service Reference Type: Yahoo Map
Operation: doREST
All the fields i keep as default
I tick the checkbox (url)in report Parameter
After clicking next whereever required i click create button
I get the following error
ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
Please someone help to solve this as i need to fix it urgently.336554,
Looks like there is a 127-column limit on the number of report columns supported when using that wizard. Do you have more than that?
57434 -
OIM 11gR2: Error while starting SOA and OIM Server
I have configured 2 OIM Applications hosted on 2 different linux hosts but connecting to one Oracle DB.
Done OIM installation and configuration on HOST1 and it is successful.
now while performing on HOST2,all similar steps have been followed as same on HOST1 except the Database keystore step (copied files while configuring OIM), I am encountering an error while starting SOA server and OIM server.
Error :
2012-10-19T11:49:07.172-07:00] [soa_server2] [NOTIFICATION] [JPS-04093] [oracle.jps.deployment] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 1350dfc6c17c1b80:336be4f6:13a7a59774c:-8000-0000000000000004,0] [APP: soa-infra] Application policy migration for application soa-infra is completed successfully.
[2012-10-19T11:49:16.901-07:00] [soa_server2] [ERROR] [] [oracle.mds] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 1350dfc6c17c1b80:336be4f6:13a7a59774c:-8000-0000000000000004,0] [APP: soa-infra] [[
oracle.mds.lcm.exception.MDSLCMException: MDS-01330: unable to load MDS configuration document
MDS-01329: unable to load element "persistence-config"
MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid.
MDS-00929: unable to look up name "jdbc/mds/MDS_LocalTxDataSource" in JNDI context
Unable to resolve 'jdbc.mds.MDS_LocalTxDataSource'. Resolved 'jdbc.mds'
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused by: oracle.mds.config.MDSConfigurationException: MDS-01330: unable to load MDS configuration document
MDS-01329: unable to load element "persistence-config"
MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid.
MDS-00929: unable to look up name "jdbc/mds/MDS_LocalTxDataSource" in JNDI context
Unable to resolve 'jdbc.mds.MDS_LocalTxDataSource'. Resolved 'jdbc.mds'
Please help, thanksHi
Did you use pack and unpack command for configuration?
Creating and Starting a Managed Server on a Remote Machine - 11g Release 1 (10.3.6)
Regards
Shashank k -
How to Create Application Server Connection in Jdev 10g?
I have Jboss 4.0.x installed on my system and working fine. How I can import the connection to JDev application server?
Thanks
MitMit,
No need to import the connection. Just create a connection for Application Server.
step-1 : Go to VIEW > DATABASE CONNECTION NAVIGATOR
step-2 : Right click on APPLICATION SERVER
step-3 : Select New Connectionn from the context menu.
step-4 : Enter the Details
--Neelmani Jaiswal
(Madhav, Hayaghat)
Edited by: Neelmani Jaiswal on Feb 3, 2009 8:44 AM
Edited by: Neelmani Jaiswal on Feb 3, 2009 8:45 AM -
Error while creating Apps Server
Hi there,
My Platform: Win XP, Oralce10g, BEA WebLogic
While trying to create the Apps Server with PSADMIN, I encountered some challenges.
Below are some of the errors I encountered.
PSADMIN.2784 (0) [01/13/09 05:58:54](0) Begin boot attempt on domain HPRD9
PSWATCHSRV.2876 (0) [01/13/09 05:59:03] Checking process status every 120 seconds
PSWATCHSRV.2876 (0) [01/13/09 05:59:03] Server started
PSAPPSRV.2596 (0) [01/13/09 05:59:04](0) PeopleTools Release 8.49 (WinX86) starting
PSAPPSRV.2596 (0) [01/13/09 05:59:04](0) Cache Directory being used: E:\PT8.49\appserv\HPRD9\CACHE\PSAPPSRV_2\
PSAPPSRV.2596 (0) [01/13/09 05:59:04](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database HPRD9 with user PS.
PSAPPSRV.2596 (0) [01/13/09 05:59:04](0) Server failed to start
PSWATCHSRV.2876 (0) [01/13/09 05:59:05] Shutting down
PSADMIN.2784 (0) [01/13/09 05:59:11](0) End boot attempt on domain HPRD9
I need some help. Any assistance please???
Thanks and regards,
Texas!Hi,
Now it's not TNS error but SYSADM user ... meanwhile, I can connect to the database with this user id (SYSADM) and the password (SYSADM).
Below are the error logfiles from my last configuration I tried to make, what could possibly solve this problem please?
=====
APPSRV
=====
PSADMIN.3164 (0) [01/15/09 14:26:17](0) Begin boot attempt on domain HPRD9
PSWATCHSRV.1544 (0) [01/15/09 14:26:26] Checking process status every 120 seconds
PSWATCHSRV.1544 (0) [01/15/09 14:26:26] Server started
PSAPPSRV.124 (0) [01/15/09 14:26:34](0) PeopleTools Release 8.49 (WinX86) starting
PSAPPSRV.124 (0) [01/15/09 14:26:35](0) Cache Directory being used: E:\PT8.49\appserv\HPRD9\CACHE\PSAPPSRV_2\
PSAPPSRV.124 (0) [01/15/09 14:26:36](1) GenMessageBox(0, 0, M): Database Signon: Invalid user ID or password for database signon. (id=SYSADM)
PSAPPSRV.124 (0) [01/15/09 14:26:36](0) Server failed to start
PSWATCHSRV.1544 (0) [01/15/09 14:26:36] Shutting down
PSADMIN.3164 (0) [01/15/09 14:26:42](0) End boot attempt on domain HPRD9
======
TUXLOG
======
142349.TEXASINC!tmadmin.3912.3284.-2: TMADMIN_CAT:1330: INFO: Command: boot -A
142351.TEXASINC!tmboot.3156.3916.-2: 01-15-2009: Tuxedo Version 9.1, 32-bit
142351.TEXASINC!tmboot.3156.3916.-2: CMDTUX_CAT:1851: INFO: TM_BOOTTIMEOUT is set to 60 seconds
142351.TEXASINC!tmboot.3156.3916.-2: CMDTUX_CAT:1855: INFO: TM_BOOTPRESUMEDFAIL option is selected
142353.TEXASINC!BBL.696.688.0: 01-15-2009: Tuxedo Version 9.1, 32-bit, Patch Level 036
142353.TEXASINC!BBL.696.688.0: LIBTUX_CAT:262: INFO: Standard main starting
142357.TEXASINC!BBL.696.688.0: CMDTUX_CAT:26: INFO: The BBL is exiting system
142502.TEXASINC!tmloadcf.3316.3296.-2: 01-15-2009: Tuxedo Version 9.1, 32-bit
142502.TEXASINC!tmloadcf.3316.3296.-2: CMDTUX_CAT:879: INFO: A new file system has been created. (size = 1192 512-byte blocks)
142517.TEXASINC!tmloadcf.3316.3296.-2: CMDTUX_CAT:871: INFO: TUXCONFIG file E:\PT8.49\appserv\HPRD9\PSTUXCFG has been created
142617.TEXASINC!PSADMIN.3164: Begin attempt on domain HPRD9
142619.TEXASINC!tmadmin.2452.1788.-2: TMADMIN_CAT:1330: INFO: Command: boot -A
142622.TEXASINC!tmboot.1680.2496.-2: 01-15-2009: Tuxedo Version 9.1, 32-bit
142622.TEXASINC!tmboot.1680.2496.-2: CMDTUX_CAT:1851: INFO: TM_BOOTTIMEOUT is set to 60 seconds
142622.TEXASINC!tmboot.1680.2496.-2: CMDTUX_CAT:1855: INFO: TM_BOOTPRESUMEDFAIL option is selected
142624.TEXASINC!BBL.3328.1908.0: 01-15-2009: Tuxedo Version 9.1, 32-bit, Patch Level 036
142624.TEXASINC!BBL.3328.1908.0: LIBTUX_CAT:262: INFO: Standard main starting
142626.TEXASINC!tmboot.2468.3948.-2: 01-15-2009: Tuxedo Version 9.1, 32-bit
142626.TEXASINC!tmboot.2468.3948.-2: CMDTUX_CAT:1851: INFO: TM_BOOTTIMEOUT is set to 60 seconds
142626.TEXASINC!tmboot.2468.3948.-2: CMDTUX_CAT:1855: INFO: TM_BOOTPRESUMEDFAIL option is selected
142626.TEXASINC!PSWATCHSRV.1544.2816.-2: 01-15-2009: Tuxedo Version 9.1, 32-bit
142626.TEXASINC!PSWATCHSRV.1544.2816.-2: LIBTUX_CAT:262: INFO: Standard main starting
142634.TEXASINC!PSAPPSRV.124.3536.0: 01-15-2009: Tuxedo Version 9.1, 32-bit
142634.TEXASINC!PSAPPSRV.124.3536.0: LIBTUX_CAT:262: INFO: Standard main starting
142636.TEXASINC!PSAPPSRV.124.3536.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
142636.TEXASINC!tmboot.2468.3948.-2: tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handler
142639.TEXASINC!BBL.3328.1908.0: CMDTUX_CAT:26: INFO: The BBL is exiting system
142642.TEXASINC!PSADMIN.3164: End boot attempt on domain HPRD9Thanks and regards,
Texas! -
Authorization Error while creating PO and A/R Credit Memo
Hi Experts,
We use SAP B1 2007A, PL:08. Some of the users are getting this error message while adding the PO, A/R credit Memo etc. As a superuser, I am able to perform this action.
The Error Message is "[A/R Credit Memo-Rows-Discount % per row] [line:1], you are not permitted to perform this action'[message 200-30]
Any idea why this is happening. I checked the authorization for the users. They have full access to Purchasing and Sales modules. Am I missing something here? Please let me know!!
Thanks,Hi,
You may check:
You are not permitted to Perform this Action - A/R Invoice [Message 200-30]
Thanks,
Gordon -
DMS Connector error while creating folder and uploading document.
Hi,
I have configure DMS connector on Portal with ECC. We are able to see /dmsrm -->Dynamic folder and also variant available in ECC and files in variant.
When i try to create new folder in variant, i am unable to create folder . It give me error.
The item could not be created because an exception occurred in the framework
Also i get same errror when i upload new document in same variant.
Please help out.
Regards
BirenHi Biren,
Is your issue resolved?
Even I am not able to upload/create documents.
One thing I learnt is you can not create/upload files at the variant level.
You need to create a subfolder under the variant and then you cna create/upload files.
But for me at the subfolder level I am getting "No document Type Specified error"
Regards,
rao -
Error while creating stub and skel for bean using ejbc from weblogic
I had created a sample ejb , home remote and bean every thing is ok.....i have generated the configuration xml files using the marathon tool in weblogic.....but when i perform ejbc ...
d:\>java weblogic.ejbc temp.jar sample.jar
During the compilation the compiler is raising an error stating :
ERROR: Error creating descriptor from jar file temp.jar:
ERROR: Error from ejbc: [EJB:010120]Error: The deployment descriptor 'META-INF/ejb-jar.xml' was not found in 'temp.jar'. Please add this file to the JAR and try again
it produces the above error........in linux fedora......
can any body solve my problem..........its solved ......
actually linux os is very much case sencitve........asi was trying command on the fat file system which i am accesing from linux is the culprit over here......
i copied the same thing to the linux ext system it worked.............. -
Error while creating a Timesheet - Project Server 2013
Hi everyone,
One of user of PWA encounters an issue when he tries to create a timesheet. This error only occurs with a timesheet of
a specific period, he can create all the other timesheet.
So, when he creates the timesheet, this error occurs : "The timesheet creation failed, because of problems with Project Web App or with data validations"
After reloaded the list of the timesheets, a link to go to the specific timesheet
is available but if we click on it, we have this error :
"View Failue - The view failed to load"
I think , this error occurs
because the timesheet is not realy existing even if we have a link to it.
In the log (full log at the end), I've got this error :
Exception occured in method 'TimeSheet.CreateTimesheet' System.ArgumentException: These columns don't currently have unique values.
I've found this link with the same kind of problem :
http://social.technet.microsoft.com/Forums/projectserver/en-US/b0a92afc-11fc-40ef-9a44-357d953b31f6/unable-to-open-or-create-timesheets-these-columns-dont-currently-have-unique-values?forum=projectserver2010general but I've checked and published all the
user project but still have the error.
Have you got any idea where are these columns ? How can I found them without checked every project of PWA ?
Thanks,
Patmol
Full logs, for information :
[bucketHash:E3B9DED0] Exception occured in method 'TimeSheet.CreateTimesheet' System.ArgumentException: These columns don't currently have unique values. at System.Data.ConstraintCollection.AddUniqueConstraint(UniqueConstraint constraint) at System.Data.ConstraintCollection.Add(Constraint constraint, Boolean addUniqueWhenAddingForeign) at System.Data.DataTable.set_PrimaryKey(DataColumn[] value) at Microsoft.Office.Project.Server.DataAccessLayer.Generated.TimesheetDalBase.ReadCustomFieldsForAssignments(ISet`1 assignmentUids) at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.ImportCustomFields(HashSet`1 assignmentUids) at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.ImportActualsAndCustomFields(IEnumerable`1 assignmentUids, ISet`1 userImported) at Microsoft.Office.Project.Server.BusinessLayer.TimesheetLoaderForGrid.Load() at Microsoft.Office.Project.Server.BusinessLayer.TimeSheet.CreateTimesheet(TimesheetDataSet dsDelta, PreloadType preloadType) at Microsoft.Office.Project.Server.Wcf.Implementation.TimeSheetImpl.<>c__DisplayClass45.<CreateTimesheet>b__44() at Microsoft.Office.Project.Server.Wcf.Implementation.WcfMethodInvocation.InvokeBusinessObjectMethod(String businessObjectName, String methodName, IEnumerable`1 actions) StackTrace: at Microsoft.Office.Project.Server.Native.dll: (sig=6ea170d1-988e-4153-9f1d-0305c0ea0309|2|microsoft.office.project.server.native.pdb, offset=3C1E) at Microsoft.Office.Project.Server.Native.dll: (offset=1255D)
Watson bucket parameters: Microsoft Project Server 2013, ULSException14, 070f6ea0 "project server", 0f0011db "15.0.4571.0", ea364808 "system.data", 0400766f "4.0.30319.0", 52310bef "thu sep 12 02:33:51 2013", 00000e02 "00000e02", 00000020 "00000020", 44395864 "argumentexception", 00101621 "aeby7"
Error is: GeneralUnhandledException. Details: General Unhandled Exception in _TimeSheet.CreateTimesheet_ Attributes: System.ArgumentException: These columns don't currently have unique values. at System.Data.ConstraintCollection.AddUniqueConstraint(UniqueConstraint constraint) at System.Data.ConstraintCollection.Add(Constraint constraint, Boolean addUniqueWhenAddingForeign) at System.Data.DataTable.set_PrimaryKey(DataColumn[] value) at Microsoft.Office.Project.Server.DataAccessLayer.Generated.TimesheetDalBase.ReadCustomFieldsForAssignments(ISet`1 assignmentUids) at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.ImportCustomFields(HashSet`1 assignmentUids) at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.ImportActualsAndCustomFields(IEnumerable`1 assignmentUids, ISet`1 userImported) at Microsoft.Office.Project.Server.BusinessLayer.TimesheetLoaderForGrid.Load() at Microsoft.Office.Project.Server.BusinessLayer.TimeSheet.CreateTimesheet(TimesheetDataSet dsDelta, PreloadType preloadType) at Microsoft.Office.Project.Server.Wcf.Implementation.TimeSheetImpl.<>c__DisplayClass45.<CreateTimesheet>b__44() at Microsoft.Office.Project.Server.Wcf.Implementation.WcfMethodInvocation.InvokeBusinessObjectMethod(String businessObjectName, String methodName, IEnumerable`1 actions) . Standard Information: PSI Entry Point: Project User: i:0#.w|wavenet\cev Correlation Id: 9709e41b-9a18-e411-941e-00155d029b05 PWA Site URL: http://intranet.wavenet.lan/PWA SA Name: Project Server Application PSError: GeneralUnhandledException (42), LogLeve...Hi Patmol,
Have you tried to go to the previous or next timesheet and then navigate with the "previous period" or "next period" to the timesheet in question.
Also have you tried to open it using a delegation session?
Hope this helps,
Guillaume Rouyre, MBA, MCP, MCTS | -
Error while creating the proxy object to connect to a third party tool.
Hi,
I tried creating a proxy object with the wsdl file. I even created a HTTP connection to the third party tool. but when I try to execute the whole proxy object, I am getting the below error. Can anyone help me on this?
"Proxy-Generierung: Fehler aufgetreten"
"Incorrect value: Entity "<<document>>"(92 /3788 ). end tag 'ul' does not match begin tag 'p'"
Thanks & Regards,
Veerabhadra Rao A.do a check on the wsdl file and how you are passing values in the proxy. The tags for XML are not correct. Open the WSDL in IE and see there must be an error. Or probably when passing the actual values to the XML generated each element is not closed properly. Error says tags dont match.
Edited by: Kshamatha Eda on Mar 5, 2010 10:54 AM -
Hi
iam facing error while creating, changing and display BOM.
Error: Status MHCO of the user interface SAPLCSDI missing.
rgadsDear,
MHCO - BOM item screen GUI status..Are you using any Alternative item?
Have you applied any new patch in the system?
Contact ABAPer, can give more details
In SAP service place serach for this interface program,,,you will get many notes on this.
Maybe you are looking for
-
Canon ip6000d printer driver not in driver list
Just bought a Macbook Pro with 2.5 GHz and it's working great. so far only one problem I haven't been able to fix. I have a Canon ip6000d connected to a Windows desktop which is always on. This desktop is hardwired to a Linksys router, and the Macboo
-
Receiving Equipment after service
Hi Gurus, I am sending a equipment with a serial number for a external service with a purchase order, and when i receive the same equipment with same serial number it throws error - saying that serial number already exist. Expecting solution Thanks
-
How to add password to catalog?
I wont to add my girlfriend photos to my n73 but i don't wonna that my parents or brother to see it.So i wondering is there any way to add password to catalog.Is there any soft that i cna download or buy?
-
Automatic imports???
I have a very noob-y question about iTunes. Why does iTunes not automatically import music that I put in my "My Music" folder? That folder is set to my default "iTunes Music folder location". I'd like to be able to copy music into that folder using e
-
KP04/KP06 User Exit or Badi information
Hi, Could anybody please let me know if there are any user exits/BADI's available for KP04/KP06 tcodes. We are looking to substitute the exchange date to month end so that we could use month end exchange rates for CO plan data instead of month begin.