Peoplesoft - ExcelToCI

 
Vista:

ExcelToCI

Publicado por Lucy (1 intervención) el 22/03/2007 19:21:15
Alguien puede decirme donde puedo encontrar información de ExcelToCI.

Gracias de antemano.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:ExcelToCI

Publicado por Paco (6 intervenciones) el 29/03/2007 17:01:51
Acabo de ver esto. A ver si te sirve.
De todas formas creo que tienes información en los Books de PeopleSoft.

http://www.erpassociates.com/peoplesoft-corner-weblog/utilities/import-data-with-exceltoci.html
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:ExcelToCI

Publicado por Juan Carlos Cabrera (1 intervención) el 10/08/2010 03:18:22
xHTTP = New MSXML.XMLHTTPRequest
xHTTP.open("POST", sRequest, False)
xHTTP.setRequestHeader("content-type", "application/x-www-form-urlencoded")
xHTTP.setRequestHeader("accept", "text/xml/html")
xHTTP.setRequestHeader("accept-charset", "utf-8, iso_8859-1")
'Adding the Username and Password to the header
xHTTP.setRequestHeader("userid", sUserID)
xHTTP.setRequestHeader("pwd", sPassword)
xHTTP.send(xDoc.xml)
sSOAPResponse = xHTTP.responseText
If sSOAPResponse = "" Then
'The URL was not found
sendSOAPRequest_GetCIShape = -1
Else
sendSOAPRequest_GetCIShape = 0
End If

Con Get ( Visual Estudio .NET) estoy leyendo datos de CI, pero me responde sin datos.
Con otros CI si funciona Ok
Todos los permisos estan ok
Cuando se hace test al CI tambien esta ok
y existen datos en el CI
Direccionr URL OK

Que puede estar pasando, porque no trae datos? Alguien podria ayudarme?
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar